87 lines
1.0 KiB
CSS
Executable File
87 lines
1.0 KiB
CSS
Executable File
@CHARSET "UTF-8";
|
|
|
|
body {
|
|
font-family: Arial, Verdana, Helevetica, sans-serif;
|
|
position:relative;
|
|
margin: 3px 0 3px 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#container {
|
|
width: 1200px;
|
|
height: 100%;
|
|
margin: 20px auto;
|
|
border: solid 2px black;
|
|
background: #EEEEEE;
|
|
}
|
|
|
|
#topline {
|
|
width: 97%;
|
|
margin: auto auto;
|
|
}
|
|
|
|
#topline h2 {
|
|
float: left;
|
|
}
|
|
|
|
#buttons {
|
|
float: right;
|
|
margin-top:10px;
|
|
}
|
|
|
|
#allbutt, #Eingabe, #jbutton{
|
|
background: #00BFFF;
|
|
vertical-align:middle;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
#jsel {
|
|
margin-right: 80px;
|
|
margin-left: 10px;
|
|
width: 70px;
|
|
background-color: #00BFFF;
|
|
color: white;
|
|
}
|
|
|
|
#djbutton {
|
|
float: left;
|
|
font-size: 130%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#plot1, #plot2, #plot3, #plot4 {
|
|
width: 97%;
|
|
margin: 10px auto 10px auto;
|
|
clear: both;
|
|
}
|
|
|
|
#author {
|
|
font-size:80%;
|
|
height: 20px;
|
|
width: 95%;
|
|
margin: 20px auto 5px auto;
|
|
}
|
|
|
|
#mailadr {
|
|
float: left;
|
|
}
|
|
|
|
#versn {
|
|
float: right;
|
|
}
|
|
|
|
#divEnter label {
|
|
float: left;
|
|
width: 140px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#divEnter input {
|
|
width: 60px;
|
|
}
|
|
|
|
#ie_monat {
|
|
width: 108px;
|
|
}
|
|
|