default.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. html, body {
  2. background: url("images/bg.png") 0 0 fixed;
  3. padding: 0;
  4. margin: 0;
  5. }
  6. body, td, div {
  7. font-size: 9pt;
  8. font-family: "Bitstream Vera Sans Mono", monospace;
  9. }
  10. div.purp {
  11. background: url("images/bg3.png") 0 0 fixed;
  12. padding: 3px;
  13. }
  14. div.purp_bdr {
  15. margin: 0;
  16. border: 1px solid #a888fc;
  17. padding: 6px;
  18. color: #a888fc;
  19. }
  20. div.purp_bdr td {
  21. color: #a888fc;
  22. }
  23. div img {
  24. border: 0px;
  25. margin: 0px;
  26. }
  27. .teal {
  28. background: url("images/bg2.png") 0 0 fixed;
  29. padding: 3px;
  30. text-align: center;
  31. display: block;
  32. }
  33. .teal a {
  34. margin: 0;
  35. display: block;
  36. border: 1px solid #2c889c;
  37. padding: 3px;
  38. color: #2c889c;
  39. height: 12px;
  40. background-position: center;
  41. background-repeat: no-repeat;
  42. }
  43. .teal a img {
  44. display: none;
  45. }
  46. a#sb_news {
  47. background-image: url("images/sidebar/lo.news.png");
  48. }
  49. a#sb_news:hover {
  50. background-image: url("images/sidebar/hi.news.png");
  51. }
  52. a#sb_about {
  53. background-image: url("images/sidebar/lo.about.png");
  54. }
  55. a#sb_about:hover {
  56. background-image: url("images/sidebar/hi.about.png");
  57. }
  58. a#sb_ss {
  59. background-image: url("images/sidebar/lo.ss.png");
  60. }
  61. a#sb_ss:hover {
  62. background-image: url("images/sidebar/hi.ss.png");
  63. }
  64. a#sb_dl {
  65. background-image: url("images/sidebar/lo.dl.png");
  66. }
  67. a#sb_dl:hover {
  68. background-image: url("images/sidebar/hi.dl.png");
  69. }
  70. a#sb_dev {
  71. background-image: url("images/sidebar/lo.dev.png");
  72. }
  73. a#sb_dev:hover {
  74. background-image: url("images/sidebar/hi.dev.png");
  75. }
  76. a#sb_ff {
  77. background-image: url("images/sidebar/lo.ff.png");
  78. }
  79. a#sb_ff:hover {
  80. background-image: url("images/sidebar/hi.ff.png");
  81. }
  82. a#sb_links {
  83. background-image: url("images/sidebar/lo.links.png");
  84. }
  85. a#sb_links:hover {
  86. background-image: url("images/sidebar/hi.links.png");
  87. }
  88. .teal a:hover {
  89. border: 1px solid #00fcfc;
  90. color: #00fcfc;
  91. }
  92. div.clock {
  93. background: url("images/bg3.png") 0 0 fixed;
  94. padding: 1px;
  95. }
  96. div.clock_bdr {
  97. margin: 0;
  98. border: 1px solid #a888fc;
  99. padding: 2px;
  100. color: #a888fc;
  101. line-height: 0;
  102. }
  103. img {
  104. margin: 0px;
  105. padding: 0px;
  106. border: 0px;
  107. }
  108. div#time {
  109. position: absolute;
  110. top: 3px;
  111. left: 3px;
  112. width: 116px;
  113. }
  114. div#date {
  115. position: absolute;
  116. top: 3px;
  117. left: 125px;
  118. width: 91px;
  119. }
  120. div#links {
  121. margin: 0;
  122. padding: 0;
  123. }
  124. ul#linklist {
  125. margin: 0;
  126. padding: 0;
  127. list-style-type: none;
  128. }
  129. ul#linklist li {
  130. margin-bottom: 3px;
  131. width: 100%;
  132. }
  133. div#logo {
  134. position: absolute;
  135. top: 21px;
  136. left: 3px;
  137. width: 240px;
  138. text-align: center;
  139. line-height: 0;
  140. }
  141. div#sidebar {
  142. position: absolute;
  143. top: 67px;
  144. left: 3px;
  145. width: 240px;
  146. padding: 0;
  147. }
  148. div#titlebar {
  149. position: absolute;
  150. top: 21px;
  151. left: 252px;
  152. right: 3px;
  153. text-align: center;
  154. line-height: 0;
  155. }
  156. div#content {
  157. margin: 67px 3px 3px 252px;
  158. }
  159. a {
  160. text-decoration: none;
  161. }
  162. a:link, a:visited {
  163. color: #00fcfc;
  164. }
  165. hr {
  166. background-color: #a888fc;
  167. height: 1px;
  168. border: 0;
  169. margin: 1em;
  170. }
  171. .left_algn {
  172. text-align: left;
  173. }
  174. .rght_algn {
  175. text-align: right;
  176. }
  177. .cent_algn {
  178. text-align: center;
  179. }
  180. .warning {
  181. font-weight: bold;
  182. color: white;
  183. padding: 3px;
  184. background-color: red;
  185. border: 2px solid white;
  186. text-align: center;
  187. margin: 0;
  188. margin-bottom: 1em;
  189. }
  190. pre, div.caption, div.teal_on_purp, div.footer, div.w3bar, table#ff {
  191. background: url("images/bg4.png") 0 0 fixed;
  192. margin: 0;
  193. padding: 2px;
  194. color: #00fcfc;
  195. }
  196. div.caption {
  197. text-align: center;
  198. }
  199. div.w3bar {
  200. line-height: 0;
  201. }
  202. div.footer {
  203. padding: 0;
  204. margin-top: 3px;
  205. text-align: center;
  206. font-size: x-small;
  207. }
  208. table {
  209. width: 100%;
  210. }
  211. table.screenshots td, table#ff td {
  212. width: 33%;
  213. vertical-align: top;
  214. }
  215. table#ff td {
  216. color: #00fcfc;
  217. }
  218. table#screenshots td {
  219. text-align: center;
  220. }
  221. p {
  222. margin: 0;
  223. margin-bottom: 1em;
  224. text-indent: 1em;
  225. }
  226. p.indent {
  227. margin: 0;
  228. margin-bottom: 1em;
  229. padding-left: 1em;
  230. text-indent: 0;
  231. }
  232. table#ff {
  233. border: 1px solid #00fcfc;
  234. padding: 0;
  235. }
  236. table#ff td {
  237. border: 1px solid #00fcfc;
  238. }
  239. .head {
  240. font-weight: bold;
  241. }
  242. table + p {
  243. padding-top: 1em;
  244. }