Code

2316c7c886a04012a1ac8e85af16184c512198f3
[roundup.git] / style.css
1 h1 {
2   font-family: Verdana, Helvetica, sans-serif; 
3   font-size: 18pt; 
4   font-weight: bold; 
5 }
7 h2 {
8   font-family: Verdana, Helvetica, sans-serif; 
9   font-size: 16pt; 
10   font-weight: bold; 
11 }
13 h3 {
14   font-family: Verdana, Helvetica, sans-serif; 
15   font-size: 12pt; 
16   font-weight: bold; 
17 }
19 a:hover {  
20   font-family: Verdana, Helvetica, sans-serif; 
21   text-decoration: underline;
22   color: #333333; 
23 }
25 a:link {
26   font-family: Verdana, Helvetica, sans-serif; 
27   text-decoration: none;
28   color: #000099;
29 }
31 a {
32   font-family: Verdana, Helvetica, sans-serif; 
33   text-decoration: none;
34   color: #000099;
35 }
37 p {
38   font-family: Verdana, Helvetica, sans-serif;
39   font-size: 10pt;
40   color: #333333;
41 }
43 th {
44   font-family: Verdana, Helvetica, sans-serif; 
45   font-weight: bold;
46   font-size: 10pt; 
47   color: #333333;
48 }
50 .form-help {
51   font-family: Verdana, Helvetica, sans-serif;
52   font-size: 10pt;
53   color: #333333;
54 }
56 .std-text {
57   font-family: Verdana, Helvetica, sans-serif;
58   font-size: 10pt;
59   color: #333333;
60 }
62 .tab-small {
63   font-family: Verdana, Helvetica, sans-serif; 
64   font-size: 8pt; 
65   color: #333333;
66 }
68 .location-bar {
69   background-color: #efefef;
70   border: none;
71 }
73 .strong-header {
74   font-family: Verdana, Helvetica, sans-serif;
75   font-size: 12pt;
76   font-weight: bold;
77   background-color: #000000;
78   color: #ffffff;
79 }
81 .list-header {
82   background-color: #c0c0c0;
83   border: none;
84 }
86 .list-item {
87   font-family: Verdana, Helvetica, sans-serif; 
88   font-size: 10pt; 
89 }
91 .list-nav {
92   font-family: Verdana, Helvetica, sans-serif; 
93   font-size: 10pt; 
94   font-weight: bold;
95 }
97 .row-normal {
98   background-color: #ffffff;
99   border: none;
103 .row-hilite {
104   background-color: #efefef;
105   border: none;
108 .section-bar {
109   background-color: #c0c0c0;
110   border: none;
113 .system-msg {
114   font-family: Verdana, Helvetica, sans-serif; 
115   font-size: 10pt; 
116   background-color: #ffffff;
117   border:  1px solid #000000;
118   margin-bottom: 6px;
119   margin-top: 6px;
120   padding: 4px;
121   width: 100%;
122   color: #660033;
125 .form-title {
126   font-family: Verdana, Helvetica, sans-serif; 
127   font-weight: bold;
128   font-size: 12pt; 
129   color: #333333;
132 .form-label {
133   font-family: Verdana, Helvetica, sans-serif; 
134   font-weight: bold;
135   font-size: 10pt; 
136   color: #333333;
139 .form-optional {
140   font-family: Verdana, Helvetica, sans-serif; 
141   font-weight: bold;
142   font-style: italic;
143   font-size: 10pt; 
144   color: #333333;
147 .form-element {
148   font-family: Verdana, Helvetica, aans-serif;
149   font-size: 10pt;
150   color: #000000;
153 .form-text {
154   font-family: Verdana, Helvetica, sans-serif;
155   font-size: 10pt;
156   color: #333333;
159 .form-mono {
160   font-family: monospace;
161   font-size: 12px;
162   text-decoration: none;