summaryrefslogtreecommitdiff
path: root/public/css/style2.css
blob: d7cec2847615c0b80dc7e462fc36e16b1f9fa8a7 (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
body {
	background-color: #222;
	color: #bbb;
}

header {
  background-image: url('../pic/header_30c3.png');
}

details,.news_comment details, .news details {
	background-color: #333;
}

#logo {
	background-image: url('../pic/engelsystem_logo_30c3.png');
}

a {
	color: #fff;
}

#menu li.selected a,#menu li a:hover
	{
	color: #0094B3;
}

.toolbar a.selected, .toolbar a:hover {
	color: #000;
}

.form input[type="text"],.form input[type="password"],.form textarea {
	background-color: #333;
}

.error,.success,.info {
	color: #fff;
	background-color: #333;
}

th,.hidden {
	background-color: #333;
}

tr:hover>td {
	background-color: #333;
}

.selection ul li:nth-child(2n) {
	background-color: #333;
}

#shifts {
	background-color: #222;
}

#shifts td.free {
	background-color: #322;
}

#shifts td.occupied {
  background-color: #232;
}

#shifts td.own {
  background-color: #223;
}

#shifts td.collides {
  background-color: #333;
}

a.button {
	background-color: #000;
}