engelsystem/public/css/style2.css

65 lines
882 B
CSS
Raw Normal View History

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