engelsystem/public/css/style11.css

54 lines
782 B
CSS
Raw Normal View History

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 {
background: #f0f0f0;
}
.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-07 18:00:19 +01:00
}