symon.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. body {
  2. background-color:#EDEDED;
  3. margin: 0px 0px 0px 0px;
  4. padding: 0px 0px 0px 0px;
  5. color:#333;
  6. font-family:verdana, arial, helvetica;
  7. font-size:10px;
  8. line-height:16px;
  9. }
  10. a {
  11. font-family:verdana, arial, helvetica;
  12. font-size:11px;
  13. color: #666;
  14. text-decoration: underline;
  15. line-height:19px;
  16. background-color:#FFF;
  17. }
  18. a:link {
  19. color: #666;
  20. text-decoration: underline;
  21. background-color:#FFF;
  22. }
  23. a:visited {
  24. color: #666;
  25. text-decoration: underline;
  26. background-color:#FFF;
  27. }
  28. a:active {
  29. color: #99CC66;
  30. background-color:#FFF;
  31. }
  32. a:hover {
  33. color: #6699CC;
  34. background-color:#FFF;
  35. }
  36. a.blue {
  37. color: #FFF;
  38. font-family:verdana, arial, helvetica;
  39. font-weight:normal;
  40. font-size:11px;
  41. text-decoration: underline;
  42. padding-left:15px;
  43. padding-right:15px;
  44. background-color:#6699CC;
  45. }
  46. a.blue:visited {
  47. color: #FFF;
  48. text-decoration: underline;
  49. background-color:#6699CC;
  50. }
  51. a.blue:active {
  52. color: #DDDDDD;
  53. text-decoration: underline;
  54. background-color:#6699CC;
  55. }
  56. a.blue:hover {
  57. color: #FFF;
  58. text-decoration:none;
  59. background-color:#4578AB;
  60. }
  61. a.graph {
  62. text-decoration: none;
  63. padding-left:0px;
  64. padding-right:0px;
  65. font-size:11px;
  66. color: #FFFFFF;
  67. line-height:0px;
  68. background-color:#FFFFF;
  69. }
  70. a.source {
  71. font-family:Courier, MS Courier New, Prestige, Everson Mono;
  72. font-size:12px;
  73. color: #000;
  74. text-decoration: underline;
  75. background-color:#EEEEEE;
  76. padding:1px;
  77. }
  78. a.source:link {
  79. color: #000;
  80. text-decoration: underline;
  81. background-color:#EEEEEE;
  82. }
  83. a.source:visited {
  84. color: #000;
  85. text-decoration: underline;
  86. background-color:#EEEEEE;
  87. }
  88. a.source:active {
  89. color: #FFFFFF;
  90. background-color:#888888;
  91. }
  92. a.source:hover {
  93. color: #FFF; text-decoration:none;
  94. background-color:#AAAAAA;
  95. }
  96. a.header {
  97. font-family:verdana, arial, helvetica; font-size:11px;
  98. color: #666;
  99. text-decoration: none;
  100. line-height:19px;
  101. background-color:#FFF;
  102. }
  103. a.header:link {
  104. color: #666;
  105. text-decoration: none;
  106. background-color:#FFF;
  107. }
  108. a.header:visited {
  109. color: #666;
  110. text-decoration: none;
  111. background-color:#FFF;
  112. }
  113. a.header:active {
  114. color: #99CC66;
  115. background-color:#FFF;
  116. }
  117. a.header:hover {
  118. color: #6699CC;
  119. background-color:#FFF;
  120. }
  121. .links {
  122. background-color:#FFF;
  123. width:200px;
  124. font-family:geneva, verdana, trebuchet MS, trebuchet, verdana, arial, sans-serif;
  125. font-size:9px;
  126. line-height:17px;
  127. color:#000;
  128. padding-bottom:15px;
  129. border-bottom:1px solid #ccc;
  130. margin-bottom:15px;
  131. }
  132. .left {
  133. background-color:#FFF;
  134. font-family:geneva, verdana, trebuchet MS, trebuchet, verdana, arial, sans-serif;
  135. font-size:9px;
  136. line-height:17px;
  137. color:#000;
  138. margin-bottom:15px;
  139. padding-left:7px;
  140. }
  141. .blue {
  142. background-color:#6699CC;
  143. font-family:verdana, trebuchet MS, trebuchet, verdana, arial, sans-serif;
  144. font-size:9px;
  145. line-height:17px;
  146. color:#000;
  147. padding-top:3px;
  148. padding-bottom:3px;
  149. height:20px
  150. text-align:center;
  151. }
  152. .source {
  153. background-color:#EEEEEE;
  154. font-family:Courier, MS Courier New, Prestige, Everson Mono;
  155. font-size:12px;
  156. line-height:13px;
  157. color:#000;
  158. padding-left:10px;
  159. padding-top:5px;
  160. border-bottom:1px solid #999;
  161. padding-bottom:15px;
  162. }
  163. .page-title {
  164. background-color:#CCCC66;
  165. padding-left:10px;
  166. padding-top:5px;
  167. border-bottom:1px solid #999;
  168. padding-right:10px;
  169. text-align:right;
  170. font-family:verdana, arial, helvetica;
  171. font-size:18px;
  172. color:#FFF;
  173. font-weight:bold;
  174. padding-bottom:5px;
  175. }
  176. .items {
  177. background-color:#FFF;
  178. font-family:verdana, trebuchet MS, trebuchet, verdana, arial, sans-serif;
  179. font-size:11px;
  180. line-height:17px;
  181. color:#333;
  182. padding-left:10px;
  183. padding-right:10px;
  184. padding-top:5px;
  185. }
  186. .header {
  187. background-color:#FFF;
  188. font-family:verdana, trebuchet MS, trebuchet, verdana, arial, sans-serif;
  189. font-size:10px;
  190. text-transform:uppercase;
  191. font-weight:bold;
  192. line-height:12px;
  193. color:#666;
  194. padding-left:2px;
  195. margin-top:10px;
  196. }
  197. p {
  198. color:#333;
  199. font-family: verdana, arial, helvetica;
  200. font-size:11px;
  201. line-height:17px;
  202. }
  203. .item-footer {
  204. background-color:#FFF;
  205. font-family:geneva, verdana, arial, sans-serif;
  206. font-size:9px;
  207. line-height:12px;
  208. color:#666;
  209. margin-top:10px;
  210. text-align:right;
  211. margin-bottom:20px;
  212. padding-bottom:10px;
  213. border-bottom:1px solid #999;
  214. }
  215. .section-head {
  216. background-color:#FFF;
  217. font-family:verdana, trebuchet MS, trebuchet, verdana, arial, sans-serif;
  218. font-size:11px;
  219. line-height:17px;
  220. font-weight:bold;
  221. color:#333;
  222. padding-top:15px;
  223. margin-bottom:0px;
  224. }
  225. .left-links {
  226. padding-left:20px;
  227. }
  228. .copyright {
  229. font-family: geneva, arial, verdana, helvetica, sans-serif;
  230. font-size: 9px;
  231. margin-top:5px;
  232. text-align:center;
  233. color:#999;
  234. }