]> git.decadent.org.uk Git - maypole.git/blob - templates/maypole.css
XHTML again
[maypole.git] / templates / maypole.css
1 HTML {
2     PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
3 }
4 BODY {
5     PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px;
6     BACKGROUND-COLOR: #ffffea;
7 }
8 .content {
9     PADDING: 12px;
10     MARGIN-TOP: 1px;  MARGIN-BOTTOM:0px;
11     MARGIN-LEFT: 15px; MARGIN-RIGHT: 15px;
12     BORDER-COLOR: #000000;
13     BORDER-TOP: 0px;
14     BORDER-BOTTOM: 0px;
15     BORDER-LEFT: 1px;
16     BORDER-RIGHT: 1px;
17 }
18
19 H1 {
20     FONT-SIZE: 30pt; MARGIN: 0px;
21     FONT-FAMILY: Optima, "Lucida Grande",Sans-serif;
22     TEXT-ALIGN: center;
23     PADDING-BOTTOM: 1em;
24 }
25 H2 {
26     PADDING-RIGHT: 0.25em; PADDING-LEFT: 0.25em; FONT-SIZE: 16pt;
27     PADDING-BOTTOM: 0.5em; MARGIN: 0px; PADDING-TOP: 0.1em;
28 FONT-FAMILY: Optima, "Lucida Grande",Sans-serif;
29     TEXT-ALIGN: center;
30 }
31
32 A { text-decoration: none; color:#225 }
33 A:hover { text-decoration: underline; color:#222 }
34
35 table { 
36 border: 0px solid; 
37 background-color: #ffffff;
38
39 }
40 #matrix th {
41 background-color: #DDE;
42 border: 1px solid;
43     font: bold 12px Verdana, sans-serif;
44 }
45
46 #matrix tr.alternate { background-color:#EEF; }
47 #matrix td {
48     font: 12px Verdana, sans-serif;
49 }
50
51 #navlist
52 {
53 padding: 3px 0;
54 margin-left: 0;
55 border-bottom: 1px solid #778;
56 font: bold 12px Verdana, sans-serif;
57 }
58
59 #navlist li
60 {
61 list-style: none;
62 margin: 0;
63 display: inline;
64 }
65
66 #navlist li a
67 {
68 padding: 3px 0.5em;
69 margin-left: 3px;
70 border: 1px solid #778;
71 border-bottom: none;
72 background: #DDE;
73 text-decoration: none;
74 }
75
76 #navlist li a:link { color: #448; }
77 #navlist li a:visited { color: #667; }
78
79 #navlist li a:hover
80 {
81 color: #000;
82 background: #AAE;
83 border-color: #227;
84 }
85
86 #navlist li a#current
87 {
88 background: white;
89 border-bottom: 1px solid white;
90 }
91
92 td { font: 12px Verdana, sans-serif; }
93 .field {
94 background-color: #DDE;
95 border: 1px solid;
96 font-weight: bold;
97 }
98
99 #vlist
100 {
101 padding: 0 1px 1px;
102 margin-left: 0;
103 font: bold 12px Verdana, sans-serif;
104 background: gray;
105 width: 13em;
106 }
107
108 #vlist li
109 {
110 list-style: none;
111 margin: 0;
112 border-top: 1px solid gray;
113 text-align: left;
114 }
115
116 #vlist li a
117 {
118 display: block;
119 padding: 0.25em 0.5em 0.25em 0.75em;
120 border-left: 1em solid #AAB;
121 background: #CCD;
122 text-decoration: none;
123 }
124 #vlist li a:hover { 
125     border-color: #227;
126 }
127 .search {float:right; background: #ffa; padding-left: 5px; padding-right: 5px}
128 .list { width: 70%; }
129
130 .column-wrap { position: relative; }
131 .leftcolumn { position: absolute; left: 10px; top: 50px; width: 200px; 
132     border-right: 1px dotted black;
133 }
134 .centercolumn { margin-left: 200px; margin-right: 300px; }
135 .rightcolumn { position: absolute; right: 0px; top: 50px; width: 300px; }
136
137 .messages {
138     margin: 20px; padding: 3px; border: 1px solid black; 
139     background: #ddd; 
140     font: bold 12px Verdana, sans-serif;
141 }
142
143 .error { color: #d00; }
144
145 .chorus { font-style: italic; position: relative; margin-left:50px; }