engelsystem/public/css/style2.css

74 lines
974 B
CSS
Raw Normal View History

body {
2013-10-13 00:52:44 +02:00
background-color: #222;
color: #bbb;
}
2013-10-19 16:44:07 +02:00
header {
background-image: url('../pic/header_30c3.png');
}
details,.news_comment details, .news details {
2013-10-13 00:52:44 +02:00
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-19 16:44:07 +02:00
#menu li.selected a,#menu li a:hover
2013-10-13 00:52:44 +02:00
{
2013-10-19 16:44:07 +02:00
color: #0094B3;
}
.toolbar a.selected, .toolbar a:hover {
color: #000;
}
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 {
2013-11-25 19:12:19 +01:00
color: #fff;
2013-10-13 00:52:44 +02:00
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;
}