re-add the CSS file and rework the UA tests not to rely on outdated non-public includes
[php-utility-classes.git] / tests / test.css
1 /* general styles */
2
3 body {
4 /*  font-family: Arial,Helvetica,sans-serif; */
5   color: black;
6   font-size: medium;
7   margin: 3px;
8   padding: 0px;
9   border: 0px;
10   background-color: white;
11 }
12
13 h1 {
14   font-size: xx-large;
15   font-weight: bold;
16   text-align: center;
17 }
18
19 a:link { color: #0000EE; }
20 a:visited { color: #551A8B; }
21 a:active { color: #FF0000; }
22
23 img {
24   border: 0px;
25 }
26
27 table {
28   color: black;
29   margin: 0px;
30   padding: 0px;
31   border: 0px;
32 }
33
34 td, th {
35   font-family: Arial,Helvetica,sans-serif;
36   color: black;
37   margin: 0px;
38   padding: 2px;
39   border: 0px;
40 }
41
42 th {
43   font-weight: bold;
44 }
45
46 table.border {
47   border: 1px solid #c0c0c0;
48 }
49
50 table.border td,
51 table.border th {
52   border: 1px solid #c0c0c0;
53 }
54
55 #ualist th { font-size: 0.75em; }
56 #ualist td.comment {
57   font-size: 0.75em;
58   text-align: center;
59   font-weight: bold;
60 }
61 #ualist td.ua { font-size: 0.75em; }
62
63
64
65 /* other general elements */
66
67 div#valid {
68   display: none;
69 }
70
71 div#copyright {
72   display: none;
73 }