File: userguide.css

package info (click to toggle)
txt2tags 3.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,160 kB
  • sloc: python: 3,002; sh: 45; makefile: 35
file content (29 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (4)
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
body {
	padding		: 3em;
	line-height	: 140%;
	font-family	: sans-serif;
}
pre {
	border		: 1px solid #666;
	background	: #eee;
	margin		: 2em 4em;
	padding		: 1em 2em;
}
img {
	border		: 1px dashed #aaa;
	padding		: 5px;
}
table {
	font-family	: sans-serif;
	font-size	: smaller;
}
td {
	padding		: .5em 1em;
}
th {
	background-color: #eee;
}
blockquote {
	margin		: 2em 4em;
	color		: red;
}