94 lines
1.1 KiB
CSS
94 lines
1.1 KiB
CSS
@CHARSET "UTF-8";
|
|
|
|
body {
|
|
font-family: Arial, Verdana, Helevetica, sans-serif;
|
|
position:relative;
|
|
margin: 3px 0 3px 0;
|
|
padding: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
#container {
|
|
width: 95%;
|
|
height: 100%;
|
|
margin: 20px auto;
|
|
border: solid 2px black;
|
|
background: #EEEEEE;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
#topline {
|
|
width: 97%;
|
|
margin: auto auto;
|
|
margin-top: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
#topline h2 {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
#buttons {
|
|
margin: auto auto;
|
|
margin-top:40px;
|
|
text-align: center;
|
|
}
|
|
|
|
#schalter {
|
|
font-size: 150%;
|
|
height: 50px;
|
|
border: 1px solid blue;
|
|
}
|
|
|
|
#statuszeile {
|
|
margin-top: 20px;
|
|
margin-bottom:5px;
|
|
font-size:130%;
|
|
}
|
|
|
|
#auszeile {
|
|
width: 95%;
|
|
margin: auto auto;
|
|
margin-top: 10px;
|
|
color: red;
|
|
font-size: 95%;
|
|
}
|
|
|
|
.machrot {
|
|
color: red;
|
|
}
|
|
|
|
#lastline {
|
|
border-top: 1px solid black;
|
|
}
|
|
|
|
#author {
|
|
font-size:80%;
|
|
height: 20px;
|
|
width: 95%;
|
|
margin: auto auto;
|
|
}
|
|
#verbindung {
|
|
border-top: 1px solid black;
|
|
margin-top: 20px;
|
|
text-align: left;
|
|
}
|
|
|
|
#vbtext {
|
|
font-size:80%;
|
|
height: 20px;
|
|
width: 95%;
|
|
margin: auto auto;
|
|
}
|
|
|
|
#mailadr {
|
|
float: left;
|
|
}
|
|
|
|
#versn {
|
|
float: right;
|
|
}
|
|
|