File: print.css

package info (click to toggle)
displaycal-py3 3.9.17-1
  • links: PTS
  • area: main
  • in suites: forky
  • size: 29,124 kB
  • sloc: python: 115,810; javascript: 11,545; xml: 598; sh: 257; makefile: 173
file content (35 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (7)
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
#F_data, .options, .functions {
	display: none;
}
body {
	background: white;
	font-size: .75em;
	padding: 1em;
}
h1 {
	background: #333333;
	border-radius: 1.1em;
	-moz-border-radius: 1.1em;
	-webkit-border-radius: 1.1em;
	color: white;
	display: block;
	font-size: 1em;
	font-weight: normal;
	margin: 0 auto .5em;
	padding: .5em .9em;
	width: 19em;
}
h2 {
	font-weight: lighter;
	font-size: 2em;
}
p {
	line-height: 1.5em;
}
.graph th,
.graph tr.x td {
	background: #fff;
}
.collapsed {
	display: none;
}