aboutsummaryrefslogtreecommitdiffstats
path: root/styles/default.css
blob: 814c72533d27762169d629ae83e5446475b7cec9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/* Style sheet for the blue calendar (default) */

.eventborder { background-color: #0065DB; border: 1px #0033CC solid; }
.eventbg { background-color: #68AAEF; }
.eventbg2 { background-color: #68AAEF; border-right: 1px solid #FFFFFF; }
.eventfont { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; }
.calborder { background-color: #FFFFFF; border: 1px #A1A5A9 solid; }
.dayborder { border-top: 1px dashed #A1A5A9; }
.timeborder { border-right: 2px solid #A1A5A9; border-top: 1px dashed #A1A5A9; }

a.psf	{
	text-decoration:	none;
	}
a.psf:link	{
	color:	#06f;
	background-color: transparent;
	}
a.psf:visited	{
	color:	#06f;
	background-color: transparent;
	}
a.psf:active	{
	color:	#36c;
	background-color: transparent;
	}
a.psf:hover	{
	color:	#009;
	background-color: transparent;
	}
	
a.ps2	{
	text-decoration:	underline;
	}
a.ps2:link	{
	color:	#06f;
	background-color: transparent;
	}
a.ps2:visited	{
	color:	#06f;
	background-color: transparent;
	}
a.ps2:active	{
	color:	#36c;
	background-color: transparent;
	}
a.ps2:hover	{
	color:	#009;
	background-color: transparent;
	}
	
	
body	{
background-color: #E5E5E5;
}

/* CSS definitions for fonts */

.V9 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; }
.G10 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #06f; }
.G10B { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: black; }
.G10G { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666; }
.V12 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.H20 { font-family: Helvetica, sans-serif; font-size: 20px; }


.query_style { font-size : 11px; font-family : verdana, geneva, arial, sans-serif; width: 146px; margin-bottom:0; }
.add_style { font-size : 12px; font-family : verdana, geneva, arial, sans-serif; width: 160px; }

© 2014-2024 Faster IT GmbH | imprint | privacy policy