Support for larger size codes (such as SNOMED US Extension codes)
[openemr.git] / gacl / test_suite / phpunit / stylesheet.css
blobb2448252c4364a978df204a10ae06be8be858479
2 body {
3 font:normal 68% verdana,arial,helvetica;
4 color:#000000;
6 table tr td, table tr th {
7 font-size: 68%;
9 table.details tr th{
10 font-weight: bold;
11 text-align:left;
12 background:#a6caf0;
14 table.details tr{
15 background:#eeeee0;
18 p {
19 line-height:1.5em;
20 margin-top:0.5em; margin-bottom:1.0em;
22 h1 {
23 margin: 0px 0px 5px; font: 165% verdana,arial,helvetica
25 h2 {
26 margin-top: 1em; margin-bottom: 0.5em; font: bold 125% verdana,arial,helvetica
28 h3 {
29 margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica
31 h4 {
32 margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica
34 h5 {
35 margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica
37 h6 {
38 margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica
40 .Error {
41 font-weight:bold; color:red;
43 .Failure, .Unexpected {
44 background:#ff0000; font-weight:bold; color:black;
46 .Unknown {
47 background:#ffff00; font-weight:bold; color:black;
49 .Pass, .Expected {
50 background:#00ff00; font-weight:bold; color:black;
52 .Properties {
53 text-align:right;
56 CODE.expected {
57 color: green; background: none; font-weight: normal;
59 CODE.actual {
60 color: red; background: none; font-weight: normal;
62 .typeinfo {
63 color: gray;