2012-12-07 18:00:19 +01:00
|
|
|
body.background {
|
|
|
|
background: #000532;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer, footer a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#body {
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #fff;
|
|
|
|
border-radius: 2px;
|
|
|
|
padding: 20px;
|
|
|
|
margin: 0 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
2011-12-25 19:04:58 +01:00
|
|
|
#logo {
|
2012-12-07 18:00:19 +01:00
|
|
|
background: url('../pic/engelsystem_logo_29c3.png') top left no-repeat #fff;
|
2011-12-25 19:04:58 +01:00
|
|
|
display: block;
|
2012-12-07 18:00:19 +01:00
|
|
|
height: 100px;
|
|
|
|
margin: 10px;
|
|
|
|
width: 900px;
|
2011-12-25 19:04:58 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
tr:hover > td {
|
2012-12-27 16:11:07 +01:00
|
|
|
background-color: #f0f0f0;
|
2011-12-27 22:13:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.selection ul li.heading {
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.selection ul li:nth-child(even) {
|
|
|
|
background: #f0f0f0;
|
|
|
|
}
|
2012-12-07 18:00:19 +01:00
|
|
|
|
|
|
|
.error {
|
2012-12-10 10:11:17 +01:00
|
|
|
background: #fff;
|
2012-12-07 18:00:19 +01:00
|
|
|
border-color: #ed1a3b;
|
|
|
|
color: #ed1a3b;
|
|
|
|
font-weight: bold;
|
2012-12-10 10:11:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.success {
|
|
|
|
background: #fff;
|
|
|
|
border-color: rgb(0, 178, 107);
|
|
|
|
color: rgb(0, 178, 107);
|
|
|
|
font-weight: bold;
|
2012-12-27 16:11:07 +01:00
|
|
|
}
|