]> git.decadent.org.uk Git - maypole.git/blob - templates/maypole.css
c6dba91d87dc89149304ac3a903803f153784122
[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     padding-right: 0px; 
10     padding-left: 0px; 
11     padding-bottom: 0px;
12     margin: 0px; padding-top: 0px;
13     background-color: #ffffea;
14 }
15 .content {
16     padding: 12px;
17     margin-top: 1px;  
18     margin-bottom:0px;
19     margin-left: 15px; 
20     margin-right: 15px;
21     border-color: #000000;
22     border-top: 0px;
23     border-bottom: 0px;
24     border-left: 1px;
25     border-right: 1px;
26 }
27 h1 {
28     font-size: 30pt; 
29     margin: 0px;
30     font-family: Optima, "Lucida Grande",Sans-serif;
31     text-align: center;
32     padding-bottom: 1em;
33 }
34 h2 {
35     padding-right: 0.25em; 
36     padding-left: 0.25em; 
37     font-size: 16pt;
38     padding-bottom: 0.5em; 
39     margin: 0px; 
40     padding-top: 0.1em;
41     font-family: Optima, "Lucida Grande",Sans-serif;
42     text-align: center;
43 }
44
45 A { 
46     text-decoration: none; 
47     color:#225 
48 }
49 A:hover { 
50     text-decoration: underline; 
51     color:#222 
52 }
53
54 table { 
55     border: 0px solid; 
56     background-color: #ffffff;
57 }
58
59 #matrix th {
60     background-color: #DDE;
61     border: 1px solid;
62     font: bold 12px Verdana, sans-serif;
63 }
64
65 #matrix tr.alternate { background-color:#EEF; }
66 #matrix td { font: 12px Verdana, sans-serif; }
67
68 #navlist {
69     padding: 3px 0;
70     margin-left: 0;
71     border-bottom: 1px solid #778;
72     font: bold 12px Verdana, sans-serif;
73 }
74
75 #navlist li {
76     list-style: none;
77     margin: 0;
78     display: inline;
79 }
80
81 #navlist li a {
82     padding: 3px 0.5em;
83     margin-left: 3px;
84     border: 1px solid #778;
85     border-bottom: none;
86     background: #DDE;
87     text-decoration: none;
88 }
89
90 #navlist li a:link { color: #448; }
91 #navlist li a:visited { color: #667; }
92
93 #navlist li a:hover {
94     color: #000;
95     background: #AAE;
96     border-color: #227;
97 }
98
99 #navlist #active a {
100     background: white;
101     border-bottom: 1px solid white;
102 }
103
104 td { font: 12px Verdana, sans-serif; }
105
106
107 fieldset {
108     padding: 1em;
109     font:80%/1 sans-serif;
110     border:1px solid #8484ce;
111 }
112
113 legend {
114     padding: 0.2em 0.5em;
115     border:1px solid #8484ce;
116     font-size:90%;
117     text-align:right;
118 }
119
120 label {
121     display:block;
122 }
123
124 label .field {
125     float:left;
126     width:25%;
127     margin-right:0.5em;
128     padding-top:0.2em;
129     text-align:right;
130     font-weight:bold;
131 }
132
133 #vlist {
134     padding: 0 1px 1px;
135     margin-left: 0;
136     font: bold 12px Verdana, sans-serif;
137     background: gray;
138     width: 13em;
139 }
140
141 #vlist li {
142     list-style: none;
143     margin: 0;
144     border-top: 1px solid gray;
145     text-align: left;
146 }
147
148 #vlist li a {
149     display: block;
150     padding: 0.25em 0.5em 0.25em 0.75em;
151     border-left: 1em solid #AAB;
152     background: #CCD;
153     text-decoration: none;
154 }
155 #vlist li a:hover { 
156     border-color: #227;
157 }
158 .search {width: 25%;border:1px outset #000;float:right; background: #eef;}
159 .search legend {border:none;}
160
161 .error { color: #d00; }
162
163 .list { width: 70%; }
164 .action { 
165     style:block;
166 }
167 .pager { text-align:center;}