95 lines
1.2 KiB
CSS
95 lines
1.2 KiB
CSS
@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;
|
|
}
|
|
|
|
#author {
|
|
font-size:90%;
|
|
padding-top: 8px;
|
|
margin: auto;
|
|
}
|
|
|
|
#tabAnmeld, #tnames {
|
|
margin: auto;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
#tnames {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#names {
|
|
display: none;
|
|
}
|
|
|
|
#absagedialog {
|
|
textalign: center;
|
|
}
|
|
|
|
#absagen, #uebernehmen {
|
|
width: 100%;
|
|
}
|
|
|
|
.det {
|
|
border: 1px solid black;
|
|
padding-left: 10px;
|
|
width: 100%;
|
|
}
|
|
|
|
.ui-dialog {
|
|
max-width: 800px !important;
|
|
width: 80% !important;
|
|
}
|
|
|
|
#summe {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.findit {
|
|
box-shadow: none;
|
|
height: 20px;
|
|
width: 20px;
|
|
border-radius: 10px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.summe {
|
|
font-weight: bold;
|
|
background: lightgrey;
|
|
}
|
|
|
|
.gesamtsumme {
|
|
font-weight: bold;
|
|
background: grey;
|
|
color: white;
|
|
}
|
|
|