File: style.css

package info (click to toggle)
ott 0.34%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,440 kB
  • sloc: ml: 25,103; makefile: 1,374; awk: 736; lisp: 183; sh: 14; sed: 4
file content (50 lines) | stat: -rw-r--r-- 676 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 1.0em;
}

h1 { font-size: 150%; }
h2 {
  font-size: 125%;
  margin-top: 1.0em;
}
h3 {
  font-size: 100%;
}

hr{
  margin-top:20px;
  margin-bottom:20px;
  margin-left:2px;
  margin-right:2px;
}

table,td,th{
	border:1px solid #000;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
td,th{
	padding:.2em .5em;
	vertical-align:top;
	font-weight:normal;
}
thead th{
	font-weight:bold;
	font-size:90%;
	vertical-align:bottom;
	margin-bottom:5px;
}
tbody td,tbody th{
	padding:7px 10px;
}
tfoot td,tfoot th{
	margin-top:5px;
}
caption{
	text-align:left;
	font-size:120%;
	font-weight:bold;
	margin:5px;
}