Tranzicijski paket za buduci prelazak na Debian Lenny.
[squirrelmail-cn.git] / squirrelmail / themes / css / squirrelmail-cn.css
1 body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li, input, select {
2     font-family: Verdana, Arial, Helvetica, sans-serif;
3 }
4
5 body, small {
6     font-size: 8pt;
7 }
8
9 p {
10     font-size: 9pt;
11     color: #707070;
12 }
13
14 a:hover {
15     text-decoration: none;
16 }
17
18 a:active {
19     text-decoration: underline;
20 }
21
22 ol, ul, li {
23     font-size: 10pt;
24 }
25
26 td, th {
27     font-size: 10pt;
28 }
29
30 tr {
31     font-size: 10pt;
32 }
33
34 dd, dt {
35     font-size: 10pt;
36 }
37
38 textarea, pre, nobr {
39     font-family: monospace;
40     font-size: 9pt;
41 }
42
43 input, select {
44     font-size: 10pt;
45 }