25983aba348531833fbd16fcc4d77b59e4d754fe
[php-utility-classes.git] / tests / test.css
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3  * You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 /* general styles */
6
7 body {
8 /*  font-family: Arial,Helvetica,sans-serif; */
9   color: black;
10   font-size: medium;
11   margin: 3px;
12   padding: 0px;
13   border: 0px;
14   background-color: white;
15 }
16
17 h1 {
18   font-size: xx-large;
19   font-weight: bold;
20   text-align: center;
21 }
22
23 a:link { color: #0000EE; }
24 a:visited { color: #551A8B; }
25 a:active { color: #FF0000; }
26
27 img {
28   border: 0px;
29 }
30
31 table {
32   color: black;
33   margin: 0px;
34   padding: 0px;
35   border: 0px;
36 }
37
38 td, th {
39   font-family: Arial,Helvetica,sans-serif;
40   color: black;
41   margin: 0px;
42   padding: 2px;
43   border: 0px;
44 }
45
46 th {
47   font-weight: bold;
48 }
49
50 table.border {
51   border: 1px solid #c0c0c0;
52 }
53
54 table.border td,
55 table.border th {
56   border: 1px solid #c0c0c0;
57 }
58
59 #ualist th { font-size: 0.75em; }
60 #ualist td.comment {
61   font-size: 0.75em;
62   text-align: center;
63   font-weight: bold;
64 }
65 #ualist td.ua { font-size: 0.75em; }
66
67
68
69 /* other general elements */
70
71 div#valid {
72   display: none;
73 }
74
75 div#copyright {
76   display: none;
77 }