1 /* Basic overridable CSS for DAViCal CalDAV Server */
12 padding: 1px 1em 1px 0.5em;
21 /* font-weight: bold; */
23 font-family: Bitstream Vera Sans
, Vera Sans
, sans-serif
;
25 background-color: #c00000;
29 a
.error
, a
.error:hover
, a
.error:visited
{
30 background-color: #c00000;
32 text-decoration:underline
;
37 font-family: Bitstream Vera Sans
, Vera Sans
, sans-serif
;
40 padding-bottom: 0.1em;
45 background-color: #ABF;
49 border-bottom:2px dashed
#009;
58 background-color: #BCF;
65 border:1px dashed
#99F;
70 background-color: #DEF;
76 border:1px dashed
#BCF;
80 padding: 0.1em 0.3em 0.2em;
84 list-style-type: square
;
89 padding: 0 0.3em 0.2em;
91 input
.text
, input
.password
, label
, input
.fcheckbox
,
92 input
.ftext
, input
.fpassword
, input
.fdate
, input
.ftimestamp
, select
.fselect
, select
.flookup
{
93 background-color: #EFFAFF;
95 border: thin solid
#c0c0c0;
106 input
.text
, input
.password
,
107 input
.ftext
, input
.fpassword
, input
.fdate
, input
.ftimestamp
{
124 select
.fselect
, select
.flookup
{
130 font-family: Arial Narrow
, sans-serif
;
131 background-color: #CDF;
140 font-family:Bitstream Vera Sans
, sans-serif
;
143 background-color: #BCF;
145 border-top:10px white solid
;
147 border-bottom:4px white solid
;
152 background-color: #602000;
158 ul
.messages
, li
.messages
{
159 font-family:Bitstream Vera Sans
, sans-serif
;
170 background-color: white
;
171 font-family: Bitstream Vera Sans
, Vera Sans
, sans-serif
;
173 border:2px solid
#009;
177 background-color: #ABE;
178 -moz-border-radius: 2em;
179 text-decoration:none
;
184 /* To get a matching height on 'input' buttons we have to set height, not line-height */
189 border:2px outset
#009;
192 border:2px inset
#009;
196 font-family: Bitstream Vera Sans
, Vera Sans
, sans-serif
;
198 border:2px solid
#800;
202 background-color: #F31;
203 -moz-border-radius: 2em;
204 text-decoration:none
;
210 border:2px outset
#800;
211 background-color: #F31;
214 border:2px inset
#800;
217 .w40 { width: 40em; }
218 .w35 { width: 35em; }
219 .w30 { width: 30em; }
220 .w25 { width: 25em; }
221 .w20 { width: 20em; }
222 .w15 { width: 15em; }
223 .w10 { width: 10em; }
225 /* Handle the menus, usually at the top of the screen */
232 /* position:absolute; */
234 background-color:#e0e0ef;
235 /* border: 1px red solid; */
236 /* background-color: #c7d0d9;
237 border: thin outset #b0b0e0; */
242 background-color: white
;
245 padding: 0.8em 0.4em 0.2em 0;
248 border-bottom:1px solid
#ABF;
251 #related a
.menu
, #related a
.menu:hover
, #related a
.menu_active
, #related a
.menu_active:hover
{
253 text-decoration: none
;
254 background-color: #DEF;
255 padding: 0.2em 0.4em;
258 border: 1px solid
#ABF;
259 -moz-border-radius-topright: 0.8em;
260 -moz-border-radius-topleft: 0.8em;
264 #related a
.menu:hover
, #related a
.menu_active:hover
{
266 background-color: #BCF;
269 #related a
.menu_active
, #related a
.menu_active:hover
{
270 background-color: white
;
272 border-bottom:1px solid white
;
276 /* remove all the bullets, borders and padding from the default list styling */
281 list-style-type:none
;
286 background-color: #c7d0d9;
287 border: thin outset
#b0b0e0;
290 /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
298 /* style the links for the top level */
299 .menu a, .menu a:visited {
302 font-family: sans-serif
;
303 text-decoration:none
;
306 vertical-align:middle
;
308 background-color:#f0f0ff;
313 /* border: 1px green dashed; */
316 /* hide the sub levels and give them a positon absolute so that they take up no room */
320 text-decoration:none
;
326 /* style the second level links */
328 .menu ul ul a:visited {
331 font-family: sans-serif
;
332 border-bottom: 1px solid
#cccccc;
335 padding:0.2em 0 0.2em 1em;
339 /* style the top level hover */
341 .menu ul
ul :hover
> a
,
343 .menu ul ul a:hover {
344 background-color:#3050c0;
346 text-decoration:none
;
349 /* make the second level visible when hover on first level list OR link */
350 .menu ul
li:hover ul
,