File: main.css

package info (click to toggle)
sqlobject 3.12.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,684 kB
  • sloc: python: 17,536; makefile: 162; sh: 95
file content (48 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (10)
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
BODY
{
  margin-left: 1em;
  margin-right: 1em;
  border: 0px;
  padding: 0px;
  font-family: helvetica, ariel;
  color: #445566;
  }

H1, H2 {
  font-family: helvetica;
}

PRE
{
  padding: 5px;
  font-family: Courier Bold, Courier;
  border: thin black solid;
  background-color: #f5f5f5;
  font-size: medium;
}

HR
{
  display: inline;
  }

UL
{
  padding: 0px;
  margin: 0px;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1em;
  }

LI
{
  padding: 2px;
  }

.footer
{
  position: absolute;
  bottom: 0.5em;
  text-align: right;
}