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.

54 lines
771 B
CSS

12 years ago
body.background {
background: #000532;
}
footer, footer a {
color: #fff;
}
#body {
background: #fff;
border: 1px solid #fff;
border-radius: 2px;
padding: 20px;
}
.content {
background: transparent;
}
13 years ago
#logo {
12 years ago
background: url('../pic/engelsystem_logo_29c3.png') top left no-repeat #fff;
13 years ago
display: block;
12 years ago
height: 100px;
margin: 10px;
width: 900px;
13 years ago
}
tr:hover > td {
background-color: #f0f0f0;
}
.selection ul li.heading {
text-align: center;
font-weight: bold;
}
.selection ul li:nth-child(even) {
background: #f0f0f0;
}
12 years ago
.error {
background: #fff;
12 years ago
border-color: #ed1a3b;
color: #ed1a3b;
font-weight: bold;
}
.success {
background: #fff;
border-color: rgb(0, 178, 107);
color: rgb(0, 178, 107);
font-weight: bold;
}