repo.or.cz
/
conkeror
/
arlinius.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
media: scrapers are now independent of page-modes
[conkeror/arlinius.git]
/
help
/
manual.css
blob
7dd66e4893456eb57e41b62d3715f845912c104b
1
body
{
2
font
:
14px
sans-serif
;
3
color
:
black
;
4
background
:
#fff
;
5
padding
:
20px
;
6
}
7
8
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
9
font-weight
:
normal
;
10
}
11
12
h1
,
h2
,
h3
{
13
margin-bottom
:
5px
;
14
}
15
16
h1
{
17
font-size
:
250
%;
18
}
19
20
h2
{
21
font-size
:
180
%
22
}
23
24
h3
{
25
font-size
:
150
%;
26
}
27
28
hr
{
29
border
:
1px
solid
#888
;
30
margin
:
20px 0 20px 0
;
31
}
32
33
table
{
34
border-collapse
:
collapse
;
35
}
36
37
td
,
th
{
38
padding
:
2px
;
39
border
:
1px
solid
#888
;
40
}
41
42
pre
, .
key
{
43
background
:
#ccc
;
44
font-family
:
"Courier New"
,
Courier
,
monospace
;
45
}
46
47
pre
{
48
margin
:
5px
;
49
padding
:
5px
;
50
}
51
52
.key
{
53
padding-left
:
2px
;
54
padding-right
:
2px
;
55
}