]> andersk Git - test.git/blame - demo/print-styles.css
Use 2048-bit RSA keys for auto-generated certificates.
[test.git] / demo / print-styles.css
CommitLineData
db50e572
MG
1/* Set styles used when opening the printer window */
2#print {
3bdb4585 3 margin: 0.5ex 0px 0px 0px;
db50e572
MG
4}
5
3bdb4585
MG
6#options, #spacer {
7 font-family: sans;
8 font-size: smaller;
db50e572
MG
9 position: fixed;
10 top: 0px;
11 left: 0px;
12 right: 0px;
13 background-color: #EEEEEE;
14 border-style: solid;
15 border-top: 0px solid black;
16 border-left: 0px solid black;
17 border-right: 0px solid black;
18 border-bottom: 1px solid black;
19}
20
3bdb4585
MG
21#spacer {
22 position: static;
23 visibility: hidden;
24}
25
db50e572
MG
26@media print {
27 body {
28 margin: 0px;
29 }
30
31 #print {
32 margin: 0px;
33 }
34
35 #print .pagebreak {
36 page-break-before: always;
37 }
38
39 #print .pagebreak hr, #options {
40 display: none;
41 }
42}
This page took 0.065041 seconds and 5 git commands to generate.