You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
1.2 KiB
80 lines
1.2 KiB
2 years ago
|
/* CSS für QISZUL */
|
||
|
|
||
|
body {
|
||
|
color: #014A7B;
|
||
|
background-color: #FFFFFF;
|
||
|
font-family: Arial, Helvetica, sans-serif;
|
||
|
margin-top: 5px;
|
||
|
font-size: 82.5%;
|
||
|
}
|
||
|
|
||
|
#qiszul_navigation {
|
||
|
font-size: 0.91em;
|
||
|
float: left;
|
||
|
margin: 0;
|
||
|
padding: 1%;
|
||
|
background-color: #F1F2F5;
|
||
|
width: 23%;
|
||
|
position:relative;
|
||
|
min-width: 18em;
|
||
|
}
|
||
|
|
||
|
#qiszul_content {
|
||
|
margin-left: 1%;
|
||
|
float: left;
|
||
|
background-color: #F1F2F5;
|
||
|
padding: 1%;
|
||
|
width: 70%;
|
||
|
position: relative;
|
||
|
}
|
||
|
label.qiszul_left {
|
||
|
position: relative;
|
||
|
float: left;
|
||
|
text-align: right;
|
||
|
width: 10em;
|
||
|
margin-right: 5em;
|
||
|
|
||
|
}
|
||
|
label.qiszul_longleft {
|
||
|
position: relative;
|
||
|
float: left;
|
||
|
text-align: right;
|
||
|
width: 15em;
|
||
|
margin-right: .3em;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
label.qiszul_verylongleft {
|
||
|
float: left;
|
||
|
text-align: right;
|
||
|
width: 25em;
|
||
|
margin-right: .3em;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
select.qiszul_right {
|
||
|
text-align:left;
|
||
|
}
|
||
|
input.qiszul_right {
|
||
|
text-align:left;
|
||
|
}
|
||
|
|
||
|
.qiszul_error {
|
||
|
float: left;
|
||
|
text-align: left;
|
||
|
margin-left: 1em;
|
||
|
color: #CF0000;
|
||
|
}
|
||
|
|
||
|
.qiszul_error {
|
||
|
text-align: left;
|
||
|
margin-left: 1em;
|
||
|
color: #CF0000;
|
||
|
}
|
||
|
.qiszul_fieldsetInvisible {
|
||
|
border: none;
|
||
|
margin-top: -25px;
|
||
|
margin-bottom: -4px;
|
||
|
}
|
||
|
.qiszul_legendInvisible {
|
||
|
visibility:hidden;
|
||
|
}
|