427 lines
5.2 KiB
CSS
427 lines
5.2 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;
|
|
}
|
|
|
|
#content h2 {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
p {
|
|
padding: 0 0 10px 0;
|
|
}
|
|
|
|
#menu p {
|
|
padding: 4px;
|
|
}
|
|
|
|
a.sprache img {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
margin-top: 5px;
|
|
display: block;
|
|
}
|
|
|
|
#shifts {
|
|
background-color: #fff;
|
|
}
|
|
|
|
#shifts td.free {
|
|
background-color: #F6CECE;
|
|
}
|
|
|
|
#shifts td.occupied {
|
|
background-color: #BCF5A9;
|
|
}
|
|
|
|
#shifts td:not(.free):not(.occupied) {
|
|
border: 0;
|
|
}
|
|
|
|
table.scrollable {
|
|
max-width: 100%;
|
|
overflow-x: scroll;
|
|
overflow-y: hidden;
|
|
}
|
|
|
|
table.scrollable thead tr {
|
|
display: block;
|
|
position: relative;
|
|
}
|
|
|
|
table.scrollable tbody {
|
|
display: block;
|
|
position: relative;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
table.scrollable tbody * {
|
|
width: auto;
|
|
}
|
|
|
|
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[for] {
|
|
width: auto;
|
|
}
|
|
|
|
fieldset p label input {
|
|
float: right;
|
|
margin: 2px 10px 0 0;
|
|
}
|
|
|
|
th {
|
|
background: #f0f0f0;
|
|
}
|
|
thead th {
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
td, th {
|
|
border: 1px solid #888;
|
|
}
|
|
|
|
th.Gekommen {
|
|
/* this is a hack because the height of the row isn't adjusted automatically */
|
|
height: 6em;
|
|
}
|
|
|
|
div.rotate {
|
|
transform: rotate(270deg);
|
|
width: 1ex;
|
|
margin: 0 auto -2px;
|
|
-webkit-transform: rotate(270deg);
|
|
padding: 0 3px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
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, .info, .success {
|
|
background: #f0f0f0;
|
|
border: 1px solid #888;
|
|
border-radius: 2px;
|
|
color: #000;
|
|
margin-bottom: 10px;
|
|
padding: 5px;
|
|
}
|
|
|
|
.error {
|
|
background: #f99;
|
|
border-color: #900;
|
|
}
|
|
|
|
.success {
|
|
background: #9f9;
|
|
border-color: #090;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.toolbar {
|
|
margin: 0 0 10px 0;
|
|
}
|
|
|
|
.button {
|
|
background: #f0f0f0;
|
|
border: 1px solid #888;
|
|
border-radius: 4px;
|
|
line-height: 25px;
|
|
padding: 2px 5px;
|
|
text-decoration: none;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.button.on {
|
|
color: #fff;
|
|
background: #444;
|
|
}
|
|
|
|
.button:hover {
|
|
color: #000;
|
|
background: #fff;
|
|
}
|
|
|
|
|
|
.form {
|
|
border: 1px solid #888;
|
|
border-radius: 2px;
|
|
margin: 10px 0;
|
|
padding: 10px 10px 0 10px;
|
|
}
|
|
|
|
.form_element {
|
|
/* clear: left; */
|
|
min-height: 32px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.form_label {
|
|
display: block;
|
|
float: left;
|
|
width: 250px;
|
|
}
|
|
|
|
.form_input {
|
|
margin-left: 250px;
|
|
}
|
|
|
|
.form input[type="text"], .form input[type="password"], .form textarea {
|
|
background: #fff;
|
|
border: 1px solid #888;
|
|
color: inherit;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
padding: 2px;
|
|
width: 350px;
|
|
}
|
|
|
|
.form input[disabled="disabled"] {
|
|
background: #f0f0f0;
|
|
color: #999;
|
|
}
|
|
|
|
.form input[type="submit"] {
|
|
cursor: pointer;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
}
|
|
|
|
.form input[type="checkbox"] {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.form ul {
|
|
list-style: none;
|
|
}
|
|
|
|
.selection ul {
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
|
|
.selection.rooms,
|
|
.selection.days,
|
|
.selection.types,
|
|
.selection.filled {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
#filter {
|
|
padding: 10px;
|
|
}
|
|
|
|
td .entries img {
|
|
vertical-align: bottom;
|
|
}
|