]> git.decadent.org.uk Git - maypole.git/blob - templates/maypole.css
new action buttons
[maypole.git] / templates / maypole.css
1 html {
2     padding-right: 0px;
3     padding-left: 0px; 
4     padding-bottom: 0px; 
5     margin: 0px; 
6     padding-top: 0px
7 }
8 body {
9     font-family: sans-serif;
10     padding-right: 0px; 
11     padding-left: 0px; 
12     padding-bottom: 0px;
13     margin: 0px; padding-top: 0px;
14     background-color: #fff;
15 }
16 #frontpage_list {
17     position: absolute;
18     z-index: 5;
19     padding: 0px 100px 0px 0px;
20     margin:0 0.5%;      
21     margin-bottom:1em;  
22     margin-top: 1em;
23     background-color: #fff;
24 }
25
26 #frontpage_list a:hover {
27     background-color: #d0d8e4;
28 }
29
30 #frontpage_list ul {
31     list-style-type: square;
32 }
33
34 .content {
35     padding: 12px;
36     margin-top: 1px;  
37     margin-bottom:0px;
38     margin-left: 15px; 
39     margin-right: 15px;
40     border-color: #000000;
41     border-top: 0px;
42     border-bottom: 0px;
43     border-left: 1px;
44     border-right: 1px;
45 }
46
47 A { 
48     text-decoration: none; 
49     color:#225 
50 }
51 A:hover { 
52     text-decoration: underline; 
53     color:#222 
54 }
55
56 #title {
57     z-index: 6;
58     width: 100%;
59     height: 18px;
60     margin-top: 10px;
61     font-size: 90%;
62     border-bottom: 1px solid #ddf;
63     text-align: left;
64 }
65
66 #subtitle {
67     postion: absolute;
68     z-index: 6;
69     padding: 10px;
70     margin-top: 2em;
71     height: 18px;
72     text-align: left;
73     background-color: #fff;
74 }
75
76 input[type=text] {
77     height: 16px;
78     width: 136px;
79     font-family: sans-serif;
80     font-size: 11px;
81     color: #2E415A;
82     padding: 0px;
83     margin-bottom: 5px;
84 }
85
86 input[type=submit] {
87     height: 18px;
88     width: 60px;
89     font-family: sans-serif;
90     font-size: 11px;
91     border: 1px outset;
92     background-color: #fff;
93     color: #2E415A;
94     padding: 0px 0px 2px 0px;
95     margin-bottom: 5px;
96 }
97
98 input:hover[type=submit] {
99     color: #fff;
100     background-color: #7d95b5;
101 }
102
103 textarea {
104     width: 136px;
105     font-family: sans-serif;
106     font-size: 11px;
107     color: #2E415A;
108     padding: 0px;
109     margin-bottom: 5px;
110 }
111
112 select {
113     height: 16px;
114     width: 140px;
115     font-family: sans-serif;
116     font-size: 12px;
117     color: #202020;
118     padding: 0px;
119     margin-bottom: 5px;
120 }
121
122 .deco1 {
123     font-size: 0px;
124     z-index:1;
125     border:0px;
126     border-style:solid;
127     border-color:#4d6d99;
128     background-color:#4d6d99;
129 }
130
131 .deco2 {
132     z-index:2;
133     border:0px;
134     border-style:solid;
135     border-color:#627ea5;
136     background-color:#627ea5;
137 }
138
139
140 .deco3 {
141     z-index:3;
142     border:0px;
143     border-style:solid;
144     border-color:#7d95b5;
145     background-color:#7d95b5;
146 }
147                     
148 .deco4 {
149     z-index:4;
150     border:0px;
151     border-style:solid;
152     border-color:#d0d8e4;
153     background-color:#d0d8e4;
154 }
155                     
156
157 table { 
158     border: 0px solid; 
159     background-color: #ffffff;
160 }
161
162 #matrix th {
163     background-color: #b5cadc;
164     border: 1px solid #778;
165     font: bold 12px Verdana, sans-serif;
166 }
167
168 #matrix th#actionth {
169     width: 1px; 
170     padding: 0em 1em 0em 1em;
171 }
172
173 #matrix tr.alternate { background-color:#e3eaf0; }
174 #matrix tr:hover { background-color: #b5cadc; }
175 #matrix td { font: 12px Verdana, sans-serif; }
176
177 #navlist {
178     padding: 3px 0;
179     margin-left: 0;
180     margin-top:3em;
181     border-bottom: 1px solid #778;
182     font: bold 12px Verdana, sans-serif;
183 }
184
185 #navlist li {
186     list-style: none;
187     margin: 0;
188     display: inline;
189 }
190
191 #navlist li a {
192     padding: 3px 0.5em;
193     margin-left: 3px;
194     border: 1px solid #778;
195     border-bottom: none;
196     background: #b5cadc;
197     text-decoration: none;
198 }
199
200 #navlist li a:link { color: #448; }
201 #navlist li a:visited { color: #667; }
202
203 #navlist li a:hover {
204     color: #000;
205     background: #eef;
206     border-top: 4px solid #7d95b5;
207     border-color: #227;
208 }
209
210 #navlist #active a {
211     background: white;
212     border-bottom: 1px solid white;
213     border-top: 4px solid;
214 }
215
216 td { font: 12px Verdana, sans-serif; }
217
218
219 fieldset {
220     margin-top: 1em;
221     padding: 1em;
222     background-color: #f3f6f8;
223     font:80%/1 sans-serif;
224     border:1px solid #ddd;
225 }
226
227 legend {
228     padding: 0.2em 0.5em;
229     background-color: #fff;
230     border:1px solid #aaa;
231     font-size:90%;
232     text-align:right;
233 }
234
235 label {
236     display:block;
237 }
238
239 label .field {
240     float:left;
241     width:25%;
242     margin-right:0.5em;
243     padding-top:0.2em;
244     text-align:right;
245     font-weight:bold;
246 }
247
248 #vlist {
249     padding: 0 1px 1px;
250     margin-left: 0;
251     font: bold 12px Verdana, sans-serif;
252     background: gray;
253     width: 13em;
254 }
255
256 #vlist li {
257     list-style: none;
258     margin: 0;
259     border-top: 1px solid gray;
260     text-align: left;
261 }
262
263 #vlist li a {
264     display: block;
265     padding: 0.25em 0.5em 0.25em 0.75em;
266     border-left: 1em solid #7d95b5;
267     background: #d0d8e4;
268     text-decoration: none;
269 }
270
271 #vlist li a:hover { 
272     border-color: #227;
273 }
274
275 .view .field {
276     background-color: #f3f6f8;
277     border-left: 1px solid #7695b5;
278     border-top: 1px solid #7695b5;
279     padding: 1px 10px 0px 2px;
280 }
281
282 #addnew {
283     width: 50%;
284     float: left;
285 }
286
287 #search {
288     width: 50%;
289     float:right;
290 }
291
292 .error { color: #d00; }
293
294 .actions {
295     background-color: #fff;
296 }
297
298 .action {
299     border: 1px outset #7d95b5;
300     style:block;
301 }
302
303 .action:hover {
304     color: #fff;
305     text-decoration: none;
306     background-color: #7d95b5;
307 }
308
309 .pager {
310     font: 11px Arial, Helvetica, sans-serif;
311     text-align: center;
312     border: solid 1px #e2e2e2;
313     border-left: 0;
314     border-right: 0;
315     padding-top: 10px;
316     padding-bottom: 10px;
317     margin: 0px;
318     background-color: #f3f6f8;
319 }
320
321 .pager a {
322     padding: 2px 6px;
323     border: solid 1px #ddd;
324     background: #fff;
325     text-decoration: none;
326 }
327
328 .pager a:visited {
329     padding: 2px 6px;
330     border: solid 1px #ddd;
331     background: #fff;
332     text-decoration: none;
333 }
334
335 .pager .current-page {
336     padding: 2px 6px;
337     font-weight: bold;
338     font-size: 13px;
339     vertical-align: top;
340 }
341
342 .pager a:hover {
343     color: #fff;
344     background: #b5cadc;
345     border-color: #036;
346     text-decoration: none;
347 }