First Commit
This commit is contained in:
94
html/sternwarte/intern/anmeld/css/anmeld.css
Normal file
94
html/sternwarte/intern/anmeld/css/anmeld.css
Normal file
@@ -0,0 +1,94 @@
|
||||
@CHARSET "UTF-8";
|
||||
|
||||
body {
|
||||
font-family: Arial, Verdana, Helevetica, sans-serif;
|
||||
font-size: 80%;
|
||||
position:relative;
|
||||
margin: 3px 0 3px 0;
|
||||
padding: 0;
|
||||
background-color: #FFFFDD;
|
||||
}
|
||||
|
||||
#container, #names {
|
||||
max-width: 800px;
|
||||
width: 95%;
|
||||
height: 100%;
|
||||
margin: 5px auto;
|
||||
border: solid 2px black;
|
||||
background: #EEEEEE;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#auswahl {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
#gesamtsumme {
|
||||
margin-top: 5px;
|
||||
font-size: 85%;
|
||||
}
|
||||
|
||||
#author {
|
||||
font-size:90%;
|
||||
margin: auto;
|
||||
padding-bottom: 8px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
#tabAnmeld, #tnames {
|
||||
margin: auto;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
#tnames {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#names {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#absagedialog {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#absagen, #uebernehmen {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.det {
|
||||
border: 1px solid black;
|
||||
padding-left: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ui-dialog {
|
||||
max-width: 800px !important;
|
||||
width: 80% !important;
|
||||
}
|
||||
|
||||
.findit {
|
||||
box-shadow: none;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
border-radius: 10px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#anmeldung {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#nixda {
|
||||
color: red;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
Reference in New Issue
Block a user