summaryrefslogtreecommitdiffstats
path: root/stylesheets/screen/theme.css
blob: d22c35f3f486566bb8aef6055651225b76b332fd (plain)
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
@media screen 
{
	body 
	{
		background: #666;
	}

	div#wrapper
	{
		background: #cdcdcd;
	}

	div#header
	{
		height: 140px;
		background: #cdcdcd;
	}

	div#separator
	{
		background: #666;
	}
	
	div#mainmenu
	{
		background: #333 url(../../images/verlauf.png) repeat-x center; 
		color:#fff;
	}

	div#sidebar
	{
		background: #f5f5f5;
		border: solid 1px #e1e1e1;
	}

	div#inhalt
	{
		background: #f5f5f5;
		border: solid 1px #e1e1e1;
	}

	div#footer
	{
		background: #666;
		color: #f5f5f5;
	}
	
	div#mainmenu a:link
	{
		color: #cdcdcd;
	}
	
	div#mainmenu a:visited
	{
		color: #cdcdcd;
	}
	
	div#mainmenu a:hover
	{
		color: #fff;
	}
	
	div#mainmenu a:active
	{
		color: #fff;
	}
	
	div#sidebar a:link
	{
		color: #333;
	}
	
	div#sidebar a:visited
	{
		color: #666;
	}
	
	div#sidebar a:hover
	{
		color: #800000;
	}
	
	div#sidebar a:active
	{
		color: #800000;
	}
}