261 lines
2.9 KiB
CSS
261 lines
2.9 KiB
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
font-family: Arial;
|
|
sans-serif;
|
|
font-size:
|
|
14px;
|
|
}
|
|
|
|
header {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
article, details {
|
|
clear: none;
|
|
display: block;
|
|
float: none;
|
|
}
|
|
|
|
footer {
|
|
clear: both;
|
|
display: block;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
footer p {
|
|
margin: 10px auto;
|
|
}
|
|
|
|
#logo {
|
|
background: url('../pic/himmel.png') top left no-repeat;
|
|
display: block;
|
|
height: 32px;
|
|
margin: 10px auto;
|
|
width: 380px;
|
|
}
|
|
|
|
#body {
|
|
margin: 0 5%;
|
|
}
|
|
|
|
#menu {
|
|
float: left;
|
|
width: 200px;
|
|
}
|
|
|
|
#content {
|
|
margin-left: 200px;
|
|
}
|
|
|
|
a {
|
|
color: #000;
|
|
}
|
|
|
|
th, td, dt, dd {
|
|
padding: 4px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
dt {
|
|
font-weight: bold;
|
|
}
|
|
|
|
dd {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
h1, h2, h3, h4 {
|
|
font-size: 16px;
|
|
padding: 0 4px;
|
|
}
|
|
|
|
hr {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
ul {
|
|
padding: 5px 0 5px 20px;
|
|
}
|
|
|
|
nav {
|
|
margin: 0 10px 10px 0;
|
|
}
|
|
|
|
#content > article {
|
|
padding: 10px;
|
|
}
|
|
|
|
p {
|
|
padding: 0 0 10px 0;
|
|
}
|
|
|
|
#menu p {
|
|
padding: 4px;
|
|
}
|
|
|
|
a.sprache img {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
fieldset hr {
|
|
background-color: #f0f0f0;
|
|
border: none;
|
|
color: #f0f0f0;
|
|
height: 1px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
fieldset table {
|
|
margin: 4px;
|
|
}
|
|
|
|
fieldset p {
|
|
clear: both;
|
|
margin: 4px;
|
|
min-height: 23px;
|
|
}
|
|
|
|
fieldset p label {
|
|
display: block;
|
|
float: left;
|
|
width: 200px;
|
|
}
|
|
|
|
fieldset p label input {
|
|
float: right;
|
|
margin: 2px 10px 0 0;
|
|
}
|
|
|
|
th {
|
|
background: #f0f0f0;
|
|
}
|
|
|
|
td, th {
|
|
border: 1px solid #888;
|
|
}
|
|
|
|
textarea {
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
height: 200px;
|
|
padding: 2px;
|
|
width: 300px;
|
|
}
|
|
|
|
.hidden {
|
|
background: #fff;
|
|
border: 1px solid #888;
|
|
display: none;
|
|
font-size: 12px;
|
|
padding: 4px;
|
|
}
|
|
|
|
td .hidden {
|
|
position: absolute;
|
|
}
|
|
|
|
tr:hover .hidden {
|
|
display: block;
|
|
}
|
|
|
|
.clear {
|
|
clear: both;
|
|
}
|
|
|
|
.pagination {
|
|
text-align: center;
|
|
}
|
|
|
|
.background {
|
|
background: #f0f0f0;
|
|
}
|
|
|
|
.container {
|
|
border: 1px solid #888;
|
|
}
|
|
|
|
.content {
|
|
background: #fff;
|
|
}
|
|
|
|
.error {
|
|
color: #f00;
|
|
}
|
|
|
|
.success {
|
|
color: #090;
|
|
}
|
|
|
|
.notice {
|
|
background: #f0f0f0;
|
|
border: 2px solid #888;
|
|
margin: 10px;
|
|
padding: 10px;
|
|
}
|
|
|
|
.new_message {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.news_comment, .news {
|
|
border: 1px solid #888;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.news_comment details, .news details {
|
|
background: #f0f0f0;
|
|
padding: 4px;
|
|
}
|
|
|
|
.news_comment p, .news p, h3 {
|
|
padding: 4px;
|
|
}
|
|
|
|
.news_comment p, .news_comment details {
|
|
margin-left: 72px;
|
|
}
|
|
|
|
.avatar {
|
|
float: left;
|
|
margin: 4px;
|
|
max-width: 64px;
|
|
}
|
|
|
|
.news.meeting {
|
|
border: 1px solid #000;
|
|
box-shadow: 1px 1px 5px #888;
|
|
}
|
|
|
|
.done {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.spinner a {
|
|
background: #f0f0f0;
|
|
border: 1px solid #888;
|
|
padding: 1px 5px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.spinner input {
|
|
border: 1px solid #888;
|
|
border-left: none;
|
|
border-right: none;
|
|
padding: 3px 3px 1px 3px;
|
|
margin: 0;
|
|
text-align: right;
|
|
width: 42px;
|
|
}
|