Einchecken des Online-Codes
This commit is contained in:
100
admin/css/print.css
Normal file
100
admin/css/print.css
Normal file
@@ -0,0 +1,100 @@
|
||||
body {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
br.print {
|
||||
page-break-after: always;
|
||||
}
|
||||
|
||||
.noDisplay {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#frame, #page, #main, #wrap, #inhalt_box, #inhalt {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#inhalt {
|
||||
display: block;
|
||||
}
|
||||
#header_box, #header2, #links_box, #links {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
form br {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
page-break-inside: avoid;
|
||||
page-break-before: auto;
|
||||
margin-top: 0.5cm;
|
||||
padding: 0px 10px;
|
||||
display: inline;
|
||||
width: 16cm;
|
||||
}
|
||||
|
||||
*html fieldset {
|
||||
width: 16.5cm;
|
||||
}
|
||||
|
||||
fieldset fieldset {
|
||||
width: 15cm;
|
||||
}
|
||||
|
||||
fieldset br {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
form fieldset p {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
form fieldset p br {
|
||||
clear: none;
|
||||
}
|
||||
|
||||
legend {
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
margin-left: 0.5cm;
|
||||
margin-bottom: 0.2cm;
|
||||
}
|
||||
|
||||
label {
|
||||
width: 3.5cm;
|
||||
display: block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
label.links {
|
||||
width: 5cm;
|
||||
}
|
||||
|
||||
label.rechts {
|
||||
width: 4cm;
|
||||
}
|
||||
|
||||
fieldset fieldset label.links {
|
||||
width: 4cm;
|
||||
}
|
||||
|
||||
fieldset fieldset legend {
|
||||
font-size: 1.0em;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 16cm;
|
||||
}
|
||||
|
||||
td {
|
||||
padding-top: 0.5cm;
|
||||
}
|
||||
Reference in New Issue
Block a user