web.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  1. body {
  2. background-color: #fff;
  3. font-family: verdana,arial,sans-serif;
  4. font-size: 9pt;
  5. padding: 0px;
  6. margin: 0px;
  7. }
  8. td.title {
  9. background : #003399;
  10. color: white;
  11. font-size: 14px;
  12. }
  13. td.menubar {
  14. background-color: #ccc;
  15. }
  16. td.section {
  17. background : #eeeeee;
  18. }
  19. td {
  20. font-family: verdana,arial,sans-serif;
  21. font-size: 9pt;
  22. }
  23. th {
  24. font-family: verdana,arial,sans-serif;
  25. font-size: 9pt;
  26. }
  27. a:link { color: #12127D; text-decoration: none; }
  28. a:visited { color: #12127D; text-decoration: none; }
  29. a:hover { color: #12127D; text-decoration: underline; }
  30. a.header:link, a.header:visited, a.header:hover {
  31. color: #12127D;
  32. text-decoration: none;
  33. font-size: 8pt;
  34. font-family: verdana, arial, helvetica, geneva, sans-serif;
  35. }
  36. a.menu:link { color: #fff; text-decoration: none; font-size: 7pt; }
  37. a.menu:visited { color: #fff; text-decoration: none; font-size: 7pt; }
  38. a.menu:hover { color: #FFE680; text-decoration: underline; font-size: 7pt; }
  39. hr {
  40. height: 1px;
  41. background-color: #75a;
  42. clear: both;
  43. }
  44. h2 {
  45. font-family: verdana,arial,sans-serif;
  46. font-size: 14pt;
  47. }
  48. h1 {
  49. font-family: verdana,arial,sans-serif;
  50. font-size: 16pt;
  51. }
  52. input.button {
  53. border: 1px #999 solid;
  54. background-color: #FFCC00;
  55. font-size: 9pt;
  56. }
  57. input.text0 {
  58. border: 1px #999 solid;
  59. background-color: #F5F5FF;
  60. margin-left: 0px;
  61. font-size: 9pt;
  62. }
  63. input.text {
  64. border: 1px #999 solid;
  65. background-color: #F5F5FF;
  66. margin-left: 10px;
  67. font-size: 9pt;
  68. }
  69. input.file {
  70. border: 1px #333333 solid;
  71. background-color: #F5F5FF;
  72. margin-left: 10px;
  73. font-size: 9pt;
  74. }
  75. input.radio {
  76. margin-left: 10px;
  77. }
  78. textarea {
  79. border: 1px #333333 solid;
  80. background-color: #F5F5FF;
  81. margin-left: 10px;
  82. font-size: 9pt;
  83. }
  84. .select0 {
  85. outline-style: solid;
  86. background-color: #F5F5FF;
  87. margin-left: 0px;
  88. font-size: 9pt;
  89. }
  90. .select {
  91. outline-style: solid;
  92. background-color: #F5F5FF;
  93. margin-left: 10px;
  94. font-size: 9pt;
  95. }
  96. .span {
  97. margin-left: 10px;
  98. }
  99. .checkbox {
  100. border: 1px #333333 solid;
  101. background-color: #ffe;
  102. margin-left: 10px;
  103. }
  104. .checkbox0 {
  105. border: 1px #333333 solid;
  106. background-color: #ffe;
  107. margin-left: 0px;
  108. }
  109. .hidden { display: none; }
  110. table.fill_grey {
  111. background-color: #ccc;
  112. padding-left: 0px;
  113. border-style: solid;
  114. border-color: black;
  115. }
  116. table.fill {
  117. background-color: #FFFAF0;
  118. padding-left: 0px;
  119. border-style: solid;
  120. border-color: black;
  121. }
  122. td.sechdr {
  123. background-color: #333;
  124. color: #BBBBBB;
  125. font-size: 10pt;
  126. padding-left: 10px;
  127. }
  128. td.entry {
  129. background-color: #039;
  130. color: white;
  131. font-size: 12pt;
  132. font-weight: bold;
  133. border: 1px;
  134. border-style: solid;
  135. border-color: black;
  136. }
  137. td.hdr_grey {
  138. background-color: #333;
  139. color: white;
  140. font-size: 12pt;
  141. font-weight: bold;
  142. border: 1px;
  143. border-style: solid;
  144. border-color: black;
  145. }
  146. td.falsepositive {
  147. background-color: #660066;
  148. color: white;
  149. font-size: 12pt;
  150. font-weight: bold;
  151. border: 1px;
  152. border-style: solid;
  153. border-color: black;
  154. }
  155. td.pattern {
  156. background-color: #060;
  157. color: white;
  158. font-size: 12pt;
  159. font-weight: bold;
  160. border: 1px;
  161. border-style: solid;
  162. border-color: black;
  163. }
  164. td.attachment {
  165. background-color: #900;
  166. color: white;
  167. font-size: 12pt;
  168. font-weight: bold;
  169. border: 1px;
  170. border-style: solid;
  171. border-color: black;
  172. }
  173. td.reference {
  174. background-color: #609;
  175. color: white;
  176. font-size: 12pt;
  177. font-weight: bold;
  178. border: 1px;
  179. border-style: solid;
  180. border-color: black;
  181. }
  182. td.findtype {
  183. width: 100;
  184. padding-left: 10px;
  185. nowrap: 1;
  186. }
  187. td.findvalue {
  188. align: left;
  189. padding-right: 10px;
  190. }
  191. span.tsdate {
  192. font-family: arial,helvetica,sans-serif;
  193. font-size: 10pt;
  194. }
  195. span.tsheadline {
  196. font-family: arial,helvetica,sans-serif;
  197. font-size: 10pt;
  198. font-weight: bold;
  199. }
  200. span.tssummary {
  201. font-family: arial,helvetica,sans-serif;
  202. font-size: 9pt;
  203. }
  204. div.left {
  205. width : 49%;
  206. float: left;
  207. }
  208. div.right {
  209. width : 49%;
  210. float: right;
  211. margin-left: 10px;
  212. }
  213. .center {
  214. text-align: center;
  215. }
  216. .hide {
  217. visibility: hidden;
  218. display: none;
  219. }
  220. .space {
  221. margin-top: 10px;
  222. }
  223. .space_left {
  224. padding-left: 15px;
  225. }
  226. .space_top {
  227. padding-top: 10px;
  228. }
  229. .space_bottom {
  230. padding-bottom: 10px;
  231. }
  232. .height_null {
  233. height: 0px;
  234. }
  235. /* for sigtests */
  236. .ok, a.ok:link, a.ok:visited, a.ok:hover {
  237. color: green;
  238. }
  239. .failed, a.failed:link, a.failed:visited, a.failed:hover {
  240. color: red;
  241. }
  242. .failure, a.failure:link, a.failure:visited, a.failure:hover {
  243. color: orange;
  244. }
  245. .warn, a.warn:link, a.warn:visited, a.warn:hover {
  246. font-weight: bold;
  247. color: red;
  248. }
  249. ul.inline li {
  250. display: inline;
  251. padding-left: 5px;
  252. padding-right: 5px;
  253. }
  254. table.test {
  255. border-width: thin;
  256. border-style: solid;
  257. border-color: back;
  258. }
  259. .test td,th {
  260. padding-left: 5px;
  261. padding-right: 5px;
  262. text-align: center;
  263. border-width: thin;
  264. border-style: solid;
  265. border-color: back;
  266. }
  267. td.attachname {
  268. background-color: #FFFAF0;
  269. font-size: 8pt;
  270. font-weight: bold;
  271. border-style: solid;
  272. border-width: 0px;
  273. border-bottom-width: 1px;
  274. border-right-width: 1px;
  275. }
  276. td.attachdata {
  277. background-color: #FFFAF0;
  278. font-size: 8pt;
  279. border-style: solid;
  280. border-width: 0px;
  281. border-bottom-width: 1px;
  282. }
  283. th.fplog {
  284. font-size: 8pt;
  285. }
  286. td.fplog {
  287. font-size: 8pt;
  288. }
  289. .even {
  290. background-color: #fff;
  291. padding-left: 10px;
  292. }
  293. .odd {
  294. background-color: #e6f1f7;
  295. padding-left: 10px;
  296. }
  297. span.small {
  298. font-size: 8pt;
  299. }
  300. th.dirlist {
  301. background-color: #FFE680;
  302. }
  303. table.report {
  304. border-style: solid;
  305. border-width: 1px;
  306. border-color: black;
  307. }
  308. .report1 {
  309. background-color: #FFE680;
  310. font-size: 10pt;
  311. font-weight: bold;
  312. border-style: solid;
  313. border-color: black;
  314. border-width: 0px;
  315. border-right-width: 1px;
  316. border-bottom-width: 1px;
  317. }
  318. .report2 {
  319. background-color: #FFF2BF;
  320. font-size: 8pt;
  321. font-weight: bold;
  322. border-style: solid;
  323. border-color: black;
  324. border-width: 0px;
  325. border-right-width: 1px;
  326. border-bottom-width: 1px;
  327. }
  328. .report3 {
  329. background-color: #D9D4C3;
  330. font-size: 9pt;
  331. font-weight: bold;
  332. border-style: solid;
  333. border-color: black;
  334. border-width: 0px;
  335. border-right-width: 1px;
  336. padding: 3px;
  337. }
  338. td.reportnorm {
  339. background-color: #FFFFFF;
  340. font-size: 9pt;
  341. border-style: solid;
  342. border-color: #D9D4C3;
  343. border-width: 1px;
  344. border-left-width: 0px;
  345. border-bottom-width: 0px;
  346. }
  347. td.reporthi {
  348. background-color: #FFE680;
  349. font-size: 9pt;
  350. font-weight: bold;
  351. border-style: solid;
  352. border-color: #D9D4C3;
  353. border-width: 1px;
  354. border-left-width: 0px;
  355. border-bottom-width: 0px;
  356. }
  357. td.alert {
  358. color: red;
  359. font-size: 12pt;
  360. text-align: center;
  361. }
  362. td.menu_header {
  363. font-size: 8pt;
  364. }
  365. td.menu_header2 {
  366. font-size: 8pt;
  367. background-color: #C7E6F6;
  368. }
  369. td.menu_header_large {
  370. font-size: 9pt;
  371. }
  372. table.no_display {
  373. background-color: #e6f1f7;
  374. border-style: solid;
  375. border-width: 1px;
  376. border-left-color: #EEF5F8;
  377. border-top-color: #EEF5F8;
  378. border-bottom-color: #CADEE8;
  379. border-right-color: #CADEE8;
  380. padding: 2px;
  381. }
  382. div.body {
  383. padding: 5px;
  384. margin-top: 10px;
  385. }
  386. div.tsdata {
  387. font-size: 8pt;
  388. margin-left: 20px;
  389. margin-bottom: 8px;
  390. width: 70%;
  391. }
  392. div.tsindata {
  393. font-size: 8pt;
  394. margin-bottom: 5px;
  395. margin-left: 40px;
  396. }
  397. span.tsheader {
  398. font-weight: bold;
  399. font-size: 9pt;
  400. }
  401. th.versionlist {
  402. background-color: #FFE680;
  403. font-size: 8pt;
  404. }