Release 1.8.11
[openafs-web.git] / openafs.css
1 /*
2  * There's no reason to yell.  CSS selectors can be lowercase
3 */
4
5 body {
6     background: #ffffff;
7     color: #000000;
8     font-family: Georgia, "Times New Roman", serif;
9     font-size: 100%;
10 }
11
12 p {
13     line-height: 1.3em;
14 }
15
16 p.warning {
17     color: #ff0000;
18 }
19
20 a:link {
21     color: #000fff
22 }
23 a:visited {
24     color: #0000ff
25 }
26
27 h1,h2,h3,h4,h5 {
28     font-family: Verdana, sans-serif;
29 }
30
31 h1.banner {
32     text-align: center;
33 }
34
35 dl dt {
36     font-family: Verdana, sans-serif;
37     font-weight: 700;
38     margin-bottom: 10px;
39 }
40
41 dl dd {
42     padding-bottom: 10px;
43 }
44
45 body.navbar {
46     background: #99ccff;
47     color: #000000;
48     font-size: 0.9em;
49 }
50 table.navbar {
51     background: #99ccff;
52     color: #000000;
53     font-family: Verdana, sans-serif;
54 }
55 table.navbar :link {
56     background: #99ccff;
57     color: #000fff;
58 }
59 table.navbar :visited { 
60     background: #99ccff;
61     color: #0000ff
62 }
63
64 table.navbar tr td, table.navbar tr th {
65     background: #99ccff;
66     color: #000000;
67 }
68
69 table.navbar td.navbar-win {
70     background: #99ccff;
71     color: #000000;
72     background-image: url(/images/ico-win.png);
73     background-repeat: no-repeat;
74     background-position: left;
75     padding: 2px 0 2px 23px;
76     display: block;
77 }
78
79 table.navbar td.navbar-mac {
80     background: #99ccff;
81     color: #000000;
82     background-image: url(/images/ico-osx-uni.png);
83     background-repeat: no-repeat;
84     background-position: left;
85     padding: 2px 0 2px 23px;
86     display: block;
87 }
88