make sure that values like '0' are valid in select options
[php-utility-classes.git] / tests / test.css
CommitLineData
880bcb60
RK
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
39814159
RK
5/* general styles */
6
7body {
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
17h1 {
18 font-size: xx-large;
19 font-weight: bold;
20 text-align: center;
21}
22
23a:link { color: #0000EE; }
24a:visited { color: #551A8B; }
25a:active { color: #FF0000; }
26
27img {
28 border: 0px;
29}
30
31table {
32 color: black;
33 margin: 0px;
34 padding: 0px;
35 border: 0px;
36}
37
38td, th {
39 font-family: Arial,Helvetica,sans-serif;
40 color: black;
41 margin: 0px;
42 padding: 2px;
43 border: 0px;
44}
45
46th {
47 font-weight: bold;
48}
49
50table.border {
51 border: 1px solid #c0c0c0;
52}
53
54table.border td,
55table.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
432328ee
RK
67ul.flat {
68 list-style-type: none;
69 margin: 0em;
70 padding: 0px;
71}
72ul.flat li {
73 margin: 0 0 0.2em 0;
74 padding: 0px;
75}
76p.flat { border: 0px; margin: 0px; padding: 0px; }
39814159 77
432328ee
RK
78ul.flat li.summary {
79 margin-top: 1em;
80}
39814159
RK
81
82/* other general elements */
83
432328ee 84#valid {
39814159
RK
85 display: none;
86}
87
432328ee 88#copyright {
39814159
RK
89 display: none;
90}