First commit

Halb fertig
This commit is contained in:
2019-04-02 22:07:35 +02:00
commit 3695b33c83
14 changed files with 1858 additions and 0 deletions

View File

@@ -0,0 +1,76 @@
@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;
font-size:130%;
}
#auszeile {
width: 95%;
margin: auto auto;
margin-top: 20px;
color: red;
font-size: 95%;
}
.machrot {
color: red;
}
#author {
font-size:80%;
height: 20px;
width: 95%;
margin: 20px auto 5px auto;
}
#mailadr {
float: left;
}
#versn {
float: right;
}