bddb.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. BODY {
  2. background: #e0ffff;
  3. color: #000000;
  4. font-family: Arial, Verdana, Helvetica;
  5. }
  6. H1 {
  7. font-family: "Copperplate Gothic Bold";
  8. background: transparent;
  9. color: #993300;
  10. text-align: center;
  11. }
  12. H2, H3, H4, H5 {
  13. background: transparent;
  14. color: #993300;
  15. margin-top: 4%;
  16. text-align: center;
  17. }
  18. Body.Plain Div.Abstract, Body.Plain P.Abstract {
  19. background: #cccc99;
  20. color: #333300;
  21. border: white;
  22. padding: 3%;
  23. font-family: Times, Verdana;
  24. }
  25. TH.Nav {
  26. background: #0000cc;
  27. color: #ff9900;
  28. }
  29. TH.Menu {
  30. background: #3366cc;
  31. color: #ff9900;
  32. }
  33. A:hover {
  34. color: #ff6600;
  35. }
  36. A.Menu:hover {
  37. color: #ff6600;
  38. }
  39. A.HoMe:hover {
  40. color: #ff6600;
  41. }
  42. A.Menu {
  43. background: transparent;
  44. color: #ffcc33;
  45. font-family: Verdana, Helvetica, Arial;
  46. font-size: smaller;
  47. text-decoration: none;
  48. }
  49. A.Menu:visited {
  50. background: transparent;
  51. color: #ffcc99;
  52. }
  53. A.HoMe {
  54. background: transparent;
  55. color: #ffcc33;
  56. font-family: Verdana, Helvetica, Arial;
  57. text-decoration:none;
  58. }
  59. A.HoMe:visited {
  60. background: transparent;
  61. color: #ffcc99;
  62. }
  63. TH.Xmp {
  64. background: #eeeeee;
  65. color: #330066;
  66. font-family: courier;
  67. font-weight: normal;
  68. }
  69. TH.LuT {
  70. background: #cccccc;
  71. color: #000000;
  72. }
  73. TD.LuT {
  74. background: #ffffcc;
  75. color: #000000;
  76. font-size: 85%;
  77. }
  78. TH.Info, TD.Info {
  79. background: #ffffcc;
  80. color: #660000;
  81. font-family: "Comic Sans MS", Cursive, Verdana;
  82. font-size: smaller;
  83. }
  84. Div.Info, P.Info {
  85. background: #ffff99;
  86. color: #990033;
  87. text-align: left;
  88. padding: 2%;
  89. font-family: "Comic Sans MS", Cursive, Verdana;
  90. font-size: 85%;
  91. }
  92. Div.Info A {
  93. background: transparent;
  94. color: #ff6600;
  95. }
  96. .HL {
  97. background: #ffff99;
  98. color: #000000;
  99. }
  100. TD.HL {
  101. background: #ccffff;
  102. color: #000000;
  103. }
  104. Div.Margins {
  105. width: 512px;
  106. text-align: center;
  107. }
  108. TD.Plain {
  109. background: #ffffcc;
  110. color: #000033;
  111. }
  112. .Type {
  113. background: #cccccc;
  114. color: #660000;
  115. }
  116. .Name {
  117. background: #eeeeee;
  118. color: #660000;
  119. vertical-align: top;
  120. text-align: right;
  121. }
  122. .Value {
  123. background: #ffffee;
  124. color: #000066;
  125. }
  126. .Drop {
  127. background: #333366;
  128. color: #ffcc33;
  129. font-family: "Copperplate Gothic Light", Helvetica, Verdana, Arial;
  130. }
  131. A.Button:hover {
  132. color: #ff6600;
  133. }
  134. A.Button {
  135. text-decoration:none;
  136. color: #003366;
  137. background: #ffcc66;
  138. }
  139. .Button {
  140. font-size: 9pt;
  141. text-align: center;
  142. text-decoration:none;
  143. color: #003366;
  144. background: #ffcc66;
  145. margin-bottom: 2pt;
  146. border-top: 2px solid #ffff99;
  147. border-left: 2px solid #ffff99;
  148. border-right: 2px solid #cc9933;
  149. border-bottom: 2px solid #cc9933;
  150. font-family: Verdana, Arial, "Comic Sans MS";
  151. }
  152. .Banner {
  153. width: 468;
  154. font-size: 12pt;
  155. text-align: center;
  156. text-decoration:none;
  157. color: #003366;
  158. background: #ffcc66;
  159. border-top: 4px solid #ffff99;
  160. border-left: 4px solid #ffff99;
  161. border-right: 4px solid #cc9933;
  162. border-bottom: 4px solid #cc9933;
  163. font-family: Verdana, Arial, "Comic Sans MS";
  164. }
  165. TD.Nova, Body.Nova {
  166. background: #000000;
  167. font-family: "Times New Roman";
  168. font-weight: light;
  169. color: #ffcc00;
  170. }
  171. Body.Nova A.Button {
  172. background: gold;
  173. color: #003366;
  174. }
  175. Body.Nova A.Banner {
  176. background: transparent;
  177. color: #003366;
  178. }
  179. Body.Nova A {
  180. background: transparent;
  181. text-decoration:none;
  182. color: #ffd766;
  183. }
  184. Body.Nova H1, Body.Nova H2, Body.Nova H3, Body.Nova H4 {
  185. background: transparent;
  186. color: white;
  187. margin-top: 4%;
  188. text-align: center;
  189. filter: Blur(Add=1, Direction=0, Strength=8);
  190. }
  191. Body.Nova Div.Abstract {
  192. background: #000000;
  193. color: #ffffff;
  194. font-family: Times, Verdana;
  195. }
  196. Body.Nova A.Abstract {
  197. background: transparent;
  198. color: #ffeedd;
  199. }
  200. Body.Nova TH.LuT {
  201. background: black;
  202. color: #ffff99;
  203. }
  204. Body.Nova TD.LuT {
  205. background: navy;
  206. color: #ffff99;
  207. }