File: manual.css

package info (click to toggle)
conkeror 0.9.2%2Bgit100804-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,680 kB
  • ctags: 1,182
  • sloc: sh: 547; ansic: 272; xml: 107; makefile: 79
file content (55 lines) | stat: -rw-r--r-- 627 bytes parent folder | download | duplicates (5)
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
51
52
53
54
55
body {
    font: 14px sans-serif;
    color: black;
    background: #fff;
    padding: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1, h2, h3 {
    margin-bottom: 5px;
}

h1 {
    font-size: 250%;
}

h2 {
    font-size: 180%
}

h3 {
    font-size: 150%;
}

hr {
    border: 1px solid #888;
    margin: 20px 0 20px 0;
}

table {
    border-collapse: collapse;
}

td, th {
    padding: 2px;
    border: 1px solid #888;
}

pre, .key {
    background: #ccc;
    font-family: "Courier New", Courier, monospace;
}

pre {
    margin: 5px;
    padding: 5px;
}

.key {
    padding-left: 2px;
    padding-right: 2px;
}