/testing/selenium-core/domviewer/domviewer.css

http://datanucleus-appengine.googlecode.com/ · CSS · 298 lines · 229 code · 65 blank · 4 comment · 0 complexity · 10e04b6a08c883815a9be0304e65cda3 MD5 · raw file

  1. /******************************************************************************
  2. * Defines default styles for site pages. *
  3. ******************************************************************************/
  4. .hidden {
  5. display: none;
  6. }
  7. img{
  8. display: inline;
  9. border: none;
  10. }
  11. .box{
  12. background: #fcfcfc;
  13. border: 1px solid #000;
  14. border-color: blue;
  15. color: #000000;
  16. margin: 10px auto;
  17. padding: 3px;
  18. vertical-align: bottom;
  19. }
  20. a {
  21. text-decoration: none;
  22. }
  23. body {
  24. background-color: #ffffff;
  25. color: #000000;
  26. font-family: Arial, Helvetica, sans-serif;
  27. font-size: 10pt;
  28. }
  29. h2 {
  30. font-size: 140%;
  31. }
  32. h3 {
  33. font-size: 120%;
  34. }
  35. h4 {
  36. font-size: 100%;
  37. }
  38. pre {
  39. font-family: Courier New, Courier, monospace;
  40. font-size: 80%;
  41. }
  42. td, th {
  43. font-family: Arial, Helvetica, sans-serif;
  44. font-size: 10pt;
  45. text-align: left;
  46. vertical-align: top;
  47. }
  48. th {
  49. font-weight: bold;
  50. vertical-align: bottom;
  51. }
  52. ul {
  53. list-style-type: square;
  54. }
  55. #demoBox {
  56. border-color: #000000;
  57. border-style: solid;
  58. border-width: 1px;
  59. padding: 8px;
  60. width: 24em;
  61. }
  62. .footer {
  63. margin-bottom: 0px;
  64. text-align: center;
  65. }
  66. /* Boxed table styles */
  67. table.boxed {
  68. border-spacing: 2px;
  69. empty-cells: hide;
  70. }
  71. td.boxed, th.boxed, th.boxedHeader {
  72. background-color: #ffffff;
  73. border-color: #000000;
  74. border-style: solid;
  75. border-width: 1px;
  76. color: #000000;
  77. padding: 2px;
  78. padding-left: 8px;
  79. padding-right: 8px;
  80. }
  81. th.boxed {
  82. background-color: #c0c0c0;
  83. }
  84. th.boxedHeader {
  85. background-color: #808080;
  86. color: #ffffff;
  87. }
  88. a.object {
  89. color: #0000ff;
  90. }
  91. li {
  92. white-space: nowrap;
  93. }
  94. ul {
  95. list-style-type: square;
  96. margin-left: 0px;
  97. padding-left: 1em;
  98. }
  99. .boxlevel1{
  100. background: #FFD700;
  101. }
  102. .boxlevel2{
  103. background: #D2691E;
  104. }
  105. .boxlevel3{
  106. background: #DCDCDC;
  107. }
  108. .boxlevel4{
  109. background: #F5F5F5;
  110. }
  111. .boxlevel5{
  112. background: #BEBEBE;
  113. }
  114. .boxlevel6{
  115. background: #D3D3D3;
  116. }
  117. .boxlevel7{
  118. background: #A9A9A9;
  119. }
  120. .boxlevel8{
  121. background: #191970;
  122. }
  123. .boxlevel9{
  124. background: #000080;
  125. }
  126. .boxlevel10{
  127. background: #6495ED;
  128. }
  129. .boxlevel11{
  130. background: #483D8B;
  131. }
  132. .boxlevel12{
  133. background: #6A5ACD;
  134. }
  135. .boxlevel13{
  136. background: #7B68EE;
  137. }
  138. .boxlevel14{
  139. background: #8470FF;
  140. }
  141. .boxlevel15{
  142. background: #0000CD;
  143. }
  144. .boxlevel16{
  145. background: #4169E1;
  146. }
  147. .boxlevel17{
  148. background: #0000FF;
  149. }
  150. .boxlevel18{
  151. background: #1E90FF;
  152. }
  153. .boxlevel19{
  154. background: #00BFFF;
  155. }
  156. .boxlevel20{
  157. background: #87CEEB;
  158. }
  159. .boxlevel21{
  160. background: #B0C4DE;
  161. }
  162. .boxlevel22{
  163. background: #ADD8E6;
  164. }
  165. .boxlevel23{
  166. background: #00CED1;
  167. }
  168. .boxlevel24{
  169. background: #48D1CC;
  170. }
  171. .boxlevel25{
  172. background: #40E0D0;
  173. }
  174. .boxlevel26{
  175. background: #008B8B;
  176. }
  177. .boxlevel27{
  178. background: #00FFFF;
  179. }
  180. .boxlevel28{
  181. background: #E0FFFF;
  182. }
  183. .boxlevel29{
  184. background: #5F9EA0;
  185. }
  186. .boxlevel30{
  187. background: #66CDAA;
  188. }
  189. .boxlevel31{
  190. background: #7FFFD4;
  191. }
  192. .boxlevel32{
  193. background: #006400;
  194. }
  195. .boxlevel33{
  196. background: #556B2F;
  197. }
  198. .boxlevel34{
  199. background: #8FBC8F;
  200. }
  201. .boxlevel35{
  202. background: #2E8B57;
  203. }
  204. .boxlevel36{
  205. background: #3CB371;
  206. }
  207. .boxlevel37{
  208. background: #20B2AA;
  209. }
  210. .boxlevel38{
  211. background: #00FF7F;
  212. }
  213. .boxlevel39{
  214. background: #7CFC00;
  215. }
  216. .boxlevel40{
  217. background: #90EE90;
  218. }
  219. .boxlevel41{
  220. background: #00FF00;
  221. }
  222. .boxlevel41{
  223. background: #7FFF00;
  224. }
  225. .boxlevel42{
  226. background: #00FA9A;
  227. }
  228. .boxlevel43{
  229. background: #ADFF2F;
  230. }
  231. .boxlevel44{
  232. background: #32CD32;
  233. }