File: styles.css

package info (click to toggle)
fillets-ng-data 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180,924 kB
  • sloc: makefile: 2
file content (39 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (8)
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
38
39
BODY {
	background-color: #F5F5F5;
	color: #000000;
}

BODY, A, DIV, TD, TH {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

DIV.content {
	position: relative;
	width: 720px;
	left: 20px;
}

UL {
	margin-top: 2px;
}

H1 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}

H2 {
	font-size: 20px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

H3 {
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}