master.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654
  1. /*
  2. Copyright MetaCommunications, Inc. 2003-2005.
  3. Distributed under the Boost Software License, Version 1.0. (See
  4. accompanying file LICENSE_1_0.txt or copy at
  5. http://www.boost.org/LICENSE_1_0.txt)
  6. */
  7. /* All reports */
  8. body
  9. {
  10. background-color: white;
  11. }
  12. body.user-toc
  13. {
  14. background-color: #f0f0f0;
  15. }
  16. body.developer-toc
  17. {
  18. background-color: #f0f5ff;
  19. }
  20. span.super
  21. {
  22. vertical-align: super;
  23. font-size: 80%;
  24. margin-left: 3pt;
  25. }
  26. h1.page-title
  27. {
  28. text-align: left;
  29. text-transform: capitalize;
  30. margin-top: 5pt;
  31. margin-bottom: 10pt;
  32. }
  33. img
  34. {
  35. display: inline;
  36. }
  37. a.hover-link:link
  38. ,a.hover-link:visited
  39. ,a.hover-link:active
  40. {
  41. color: black;
  42. text-decoration: none;
  43. }
  44. a.hover-link:hover
  45. {
  46. color: black;
  47. text-decoration: underline;
  48. }
  49. a.warning-link:link
  50. ,a.warning-link:visited
  51. ,a.warning-link:active
  52. {
  53. color: red;
  54. text-decoration: none;
  55. }
  56. a.warning-link:hover
  57. {
  58. color: red;
  59. text-decoration: underline;
  60. }
  61. a.view-link
  62. {
  63. text-transform: capitalize;
  64. }
  65. div.statistics
  66. {
  67. width: 80%;
  68. padding-bottom: 5pt;
  69. }
  70. div.legend
  71. {
  72. width: 80%;
  73. background-color: #f5f5f5;
  74. margin-top: 10pt;
  75. margin-bottom: 10pt;
  76. }
  77. div.comment
  78. {
  79. width: 80%;
  80. background-color: #f5f5f5;
  81. padding-left: 10pt;
  82. padding-right: 10pt;
  83. padding-bottom: 10pt;
  84. }
  85. div.links
  86. {
  87. margin-top: 0pt;
  88. margin-bottom: 0pt;
  89. }
  90. table.header-table
  91. {
  92. margin-left: 10pt;
  93. margin-top: 20pt;
  94. margin-bottom: 10pt;
  95. width: 80%;
  96. }
  97. td.header-item
  98. {
  99. text-align: left;
  100. vertical-align: top;
  101. font-weight: bold;
  102. }
  103. td.header-item-content
  104. {
  105. padding-left: 20pt;
  106. padding-bottom: 10pt;
  107. }
  108. td.legend-item
  109. {
  110. padding: 0pt;
  111. width: 50pt;
  112. }
  113. td.legend-explanation
  114. {
  115. padding-left: 5pt;
  116. }
  117. div.acknowledgement
  118. {
  119. text-align: left;
  120. margin-top: 10pt;
  121. margin-left: 5pt;
  122. margin-bottom: 10pt;
  123. }
  124. div.report-info
  125. {
  126. text-align: left;
  127. margin-bottom: 10pt;
  128. width: 80%;
  129. }
  130. div.report-warning
  131. {
  132. color: red;
  133. }
  134. div.library-name
  135. {
  136. margin-top: 20pt;
  137. margin-bottom: 10pt;
  138. text-align: left;
  139. font-size: 125%;
  140. font-weight: bold;
  141. }
  142. span.run-type-incremental
  143. {
  144. margin-left: 3pt;
  145. padding-left: 1pt;
  146. padding-right: 1pt;
  147. background-color: yellow;
  148. }
  149. span.timestamp-1
  150. ,span.timestamp-2
  151. {
  152. color: #555555;
  153. }
  154. span.timestamp-3
  155. ,span.timestamp-4
  156. ,span.timestamp-5
  157. ,span.timestamp-6
  158. ,span.timestamp-7
  159. {
  160. color: #999999;
  161. }
  162. span.timestamp-8
  163. ,span.timestamp-9
  164. ,span.timestamp-10
  165. ,span.timestamp-11
  166. ,span.timestamp-12
  167. ,span.timestamp-13
  168. ,span.timestamp-14
  169. ,span.timestamp-15
  170. ,span.timestamp-16
  171. ,span.timestamp-17
  172. ,span.timestamp-18
  173. ,span.timestamp-19
  174. ,span.timestamp-20
  175. ,span.timestamp-21
  176. ,span.timestamp-22
  177. ,span.timestamp-23
  178. ,span.timestamp-24
  179. ,span.timestamp-25
  180. ,span.timestamp-26
  181. ,span.timestamp-27
  182. ,span.timestamp-28
  183. ,span.timestamp-29
  184. ,span.timestamp-30
  185. {
  186. color: #dddddd;
  187. }
  188. table.summary-table
  189. ,table.library-table
  190. {
  191. border-collapse: collapse;
  192. border: 2px solid black;
  193. margin: 5px;
  194. }
  195. table.summary-table td
  196. ,table.library-table td
  197. {
  198. text-align: center;
  199. border-left: 1px solid black;
  200. border-right: 1px solid black;
  201. }
  202. a.log-link:link
  203. ,a.log-link:visited
  204. {
  205. color: black;
  206. }
  207. a.log-link:active
  208. ,a.log-link:hover
  209. ,a.legend-link:link
  210. ,a.legend-link:visited
  211. ,a.legend-link:active
  212. ,a.legend-link:hover
  213. {
  214. color: black;
  215. text-decoration: underline;
  216. }
  217. td.runner
  218. {
  219. color: black;
  220. font-weight: bold;
  221. border-top: 1px solid black;
  222. padding-left: 3pt;
  223. padding-right: 3pt;
  224. }
  225. td.timestamp
  226. {
  227. color: black;
  228. border-bottom: 1px solid black;
  229. padding-left: 3pt;
  230. padding-right: 3pt;
  231. }
  232. td.toolset-name
  233. ,td.required-toolset-name
  234. {
  235. vertical-align: middle;
  236. padding-left: 3pt;
  237. padding-right: 3pt;
  238. word-spacing: -3pt;
  239. }
  240. td.required-toolset-name
  241. {
  242. font-weight: bold;
  243. }
  244. td.library-test-category-header
  245. {
  246. border-top: 1px solid gray;
  247. }
  248. tr.summary-row-first td
  249. , tr.library-row-first td
  250. {
  251. border-top: 1px solid gray;
  252. border-bottom: 0px;
  253. }
  254. tr.summary-row-last td
  255. , tr.library-row-last td
  256. {
  257. border-top: 0px;
  258. border-bottom: 1px solid gray;
  259. }
  260. tr.summary-row-single td
  261. , tr.library-row-single td
  262. {
  263. border-top: 1px solid gray;
  264. border-bottom: 1px solid gray;
  265. }
  266. tr.summary-row td
  267. , tr.library-row td
  268. {
  269. border-bottom: 0px;
  270. border-top: 0px;
  271. }
  272. td.library-success-expected
  273. , td.summary-success-expected
  274. , td.summary-fail-expected
  275. , td.summary-unknown-status
  276. , td.summary-fail-expected-unresearched
  277. {
  278. width: 60pt;
  279. text-align: center;
  280. background-color: lightgreen;
  281. border-left: 1px solid black;
  282. border-right: 1px solid black;
  283. padding-left: 2pt;
  284. padding-right: 2pt;
  285. }
  286. td.summary-unknown-status
  287. {
  288. background-color: white;
  289. }
  290. td.library-success-unexpected
  291. ,td.summary-success-unexpected
  292. {
  293. width: 60pt;
  294. text-align: center;
  295. background-color: green;
  296. color: white;
  297. border: 0px;
  298. padding-left: 2pt;
  299. padding-right: 2pt;
  300. }
  301. td.user-library-success-unexpected
  302. , td.user-summary-success-unexpected
  303. {
  304. background-color: lightgreen;
  305. color: black;
  306. }
  307. td.library-success-unexpected a.log-link:link
  308. ,td.library-success-unexpected a.log-link:visited
  309. ,td.library-success-unexpected a.log-link:active
  310. ,td.library-success-unexpected a.log-link:hover
  311. {
  312. color: white;
  313. }
  314. td.user-library-success-unexpected a.log-link:link
  315. , td.user-library-success-unexpected a.log-link:visited
  316. , td.user-library-success-unexpected a.log-link:active
  317. , td.user-library-success-unexpected a.log-link:hover
  318. {
  319. color: black;
  320. }
  321. td.summary-unusable
  322. , td.library-unusable
  323. , td.library-fail-expected
  324. {
  325. width: 60pt;
  326. text-align: center;
  327. background-color: silver;
  328. color: black;
  329. border: 0px;
  330. padding-left: 2pt;
  331. padding-right: 2pt;
  332. }
  333. tr.summary-row td.summary-fail-unexpected
  334. ,tr.summary-row-first td.summary-fail-unexpected
  335. ,tr.summary-row-last td.summary-fail-unexpected
  336. ,tr.summary-row-single td.summary-fail-unexpected
  337. {
  338. width: 60pt;
  339. text-align: center;
  340. background-color: red;
  341. color: black;
  342. border: 2px solid black;
  343. padding-left: 2pt;
  344. padding-right: 2pt;
  345. }
  346. td.summary-missing
  347. , td.library-missing
  348. {
  349. width: 60pt;
  350. text-align: center;
  351. background-color: white;
  352. color: black;
  353. border: 0px;
  354. padding-left: 2pt;
  355. padding-right: 2pt;
  356. }
  357. td.library-fail-expected-unresearched
  358. {
  359. width: 60pt;
  360. text-align: center;
  361. background-color: white;
  362. color: black;
  363. border: 1px solid black;
  364. padding-left: 2pt;
  365. padding-right: 2pt;
  366. }
  367. tr.summary-row-first td.summary-missing
  368. , tr.summary-row-single td.summary-missing
  369. , tr.library-row-first td.library-missing
  370. , tr.library-row-single td.library-missing
  371. {
  372. border-top: 1px solid black;
  373. }
  374. tr.summary-row-last td.summary-missing
  375. , tr.summary-row-single td.summary-missing
  376. , tr.library-row-last td.library-missing
  377. , tr.library-row-single td.library-missing
  378. {
  379. border-bottom: 1px solid black;
  380. }
  381. /* Summary */
  382. table.summary-table td.library-name
  383. {
  384. width: 100pt;
  385. padding-left: 6pt;
  386. padding-right: 6pt;
  387. border-top: 1px solid gray;
  388. border-bottom: 1px solid gray;
  389. text-align: left;
  390. }
  391. tr.summary-row td.summary-fail-unexpected-new
  392. , tr.summary-row-first td.summary-fail-unexpected-new
  393. , tr.summary-row-last td.summary-fail-unexpected-new
  394. , tr.summary-row-single td.summary-fail-unexpected-new
  395. , tr.library-row td.library-fail-unexpected-new
  396. , tr.library-row-first td.library-fail-unexpected-new
  397. , tr.library-row-last td.library-fail-unexpected-new
  398. , tr.library-row-single td.library-fail-unexpected-new
  399. , tr.summary-row td.user-summary-fail-expected-unresearched
  400. , tr.summary-row-first td.user-summary-fail-expected-unresearched
  401. , tr.summary-row-last td.user-summary-fail-expected-unresearched
  402. , tr.summary-row-single td.user-summary-fail-expected-unresearched
  403. , tr.library-row td.user-library-fail-expected-unresearched
  404. , tr.library-row-first td.user-library-fail-expected-unresearched
  405. , tr.library-row-last td.user-library-fail-expected-unresearched
  406. , tr.library-row-single td.user-library-fail-expected-unresearched
  407. {
  408. width: 60pt;
  409. text-align: center;
  410. background-color: yellow;
  411. color: black;
  412. border: 2px solid black;
  413. }
  414. /* Detailed */
  415. .library-conf-problem
  416. {
  417. font-size: 70%;
  418. font-weight: normal;
  419. }
  420. div.library-toc
  421. {
  422. margin: 5pt;
  423. }
  424. li.library-toc-entry
  425. {
  426. margin-left: 5pt;
  427. list-style-type: square;
  428. }
  429. div.library-footer
  430. {
  431. margin: 5px;
  432. }
  433. table.library-table td.test-name
  434. {
  435. width: 150pt;
  436. padding-left: 6pt;
  437. padding-right: 6pt;
  438. border-right: 0;
  439. border-top: 1px solid gray;
  440. border-bottom: 1px solid gray;
  441. text-align: left;
  442. }
  443. table.library-table td.test-type
  444. {
  445. padding-right: 5px;
  446. border-left: 0;
  447. border-right: 0;
  448. border-top: 1px solid gray;
  449. border-bottom: 1px solid gray;
  450. text-align: right;
  451. }
  452. tr.library-row td.library-fail-unexpected
  453. , tr.library-row-first td.library-fail-unexpected
  454. , tr.library-row-last td.library-fail-unexpected
  455. , tr.library-row-single td.library-fail-unexpected
  456. {
  457. width: 60pt;
  458. text-align: center;
  459. background-color: red;
  460. font-weight: bold;
  461. color: black;
  462. border: 2px solid black;
  463. }
  464. table.library-library-notes
  465. {
  466. background-color: LemonChiffon;
  467. width: 80%;
  468. margin-left: 5px;
  469. margin-right: 5px;
  470. }
  471. tr.library-library-note
  472. {
  473. }
  474. div.note
  475. {
  476. padding: 3pt;
  477. }
  478. span.note-header
  479. {
  480. font-weight: bold;
  481. }
  482. span.auto-note
  483. {
  484. font-style: italic;
  485. }
  486. span.internal-error-note
  487. {
  488. color: red;
  489. }
  490. /* Log */
  491. div.log-test-title
  492. {
  493. font-size: 1.5em;
  494. font-weight: bold;
  495. }
  496. div.log-test-header
  497. {
  498. border-bottom: 1px solid black;
  499. margin-bottom: 5pt;
  500. }
  501. div.notes-title
  502. {
  503. font-weight: bold;
  504. background-color: #ffffcc;
  505. }
  506. div.notes
  507. {
  508. padding: 3pt;
  509. background-color: #ffffcc;
  510. }
  511. div.notes-title
  512. {
  513. font-weight: bold;
  514. }
  515. div.log-compiler-output-title
  516. {
  517. font-weight: bold;
  518. }
  519. div.log-linker-output-title
  520. {
  521. font-weight: bold;
  522. }
  523. div.log-run-output-title
  524. {
  525. font-weight: bold;
  526. }
  527. span.output-fail
  528. {
  529. color: red;
  530. }
  531. /* Issues page */
  532. table.library-issues-table
  533. {
  534. border-collapse: collapse;
  535. border: 2px solid black;
  536. }
  537. table.library-issues-table td
  538. {
  539. border: 1px solid #c0c0c0;
  540. text-align: center;
  541. margin-right: 5px;
  542. }
  543. table.library-issues-table td.failures-row
  544. {
  545. text-align: left;
  546. padding: 0px;
  547. }
  548. table.issue-box tr.library-row-single td.library-fail-unexpected-new
  549. ,table.issue-box tr.library-row-single td.library-fail-unexpected
  550. {
  551. border: 0px;
  552. font-weight: normal;
  553. }
粤ICP备19079148号