You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
974 B
CSS

body {
11 years ago
background-color: #222;
color: #bbb;
}
header {
background-image: url('../pic/header_30c3.png');
}
details,.news_comment details, .news details {
11 years ago
background-color: #333;
}
11 years ago
#logo {
background-image: url('../pic/engelsystem_logo_30c3.png');
}
11 years ago
a {
color: #fff;
}
#menu li.selected a,#menu li a:hover
11 years ago
{
color: #0094B3;
}
.toolbar a.selected, .toolbar a:hover {
color: #000;
}
11 years ago
.form input[type="text"],.form input[type="password"],.form textarea {
background-color: #333;
}
11 years ago
.error,.success,.info {
color: #fff;
11 years ago
background-color: #333;
}
11 years ago
th,.hidden {
background-color: #333;
}
11 years ago
tr:hover>td {
background-color: #333;
}
11 years ago
.selection ul li:nth-child(2n) {
background-color: #333;
}
11 years ago
#shifts {
background-color: #222;
}
11 years ago
#shifts td.free {
background-color: #322;
}
11 years ago
#shifts td.occupied {
background-color: #232;
}
11 years ago
#shifts td.own {
background-color: #223;
}
11 years ago
#shifts td.collides {
background-color: #333;
}
11 years ago
a.button {
background-color: #000;
}