summaryrefslogtreecommitdiff
path: root/print.scss
blob: d608e930ac29088a94eb3da186a1365b22834874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
body {
	font-size: 12pt;
}

div.infobar {
	display: none;
}

h1 {
	page-break-before: always;
}
.main_sub h1:first-child {
	page-break-before: avoid;
}

fieldset {
	page-break-inside: auto;
	border: solid black;
	border-width: 1pt 0 0 1pt;
	legend {
		background-color: white;
		border: solid 1pt black;
	}
}

input[type="password"], input[type="submit"] {
	display: none;
}
input[type="text"] {
	background: transparent;
	border: none;
	border-bottom: solid 1pt black;
}
textarea {
	border: solid 1pt black;
	height: 5em;
}