zim-style.css
2.38 KB
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
56
57
58
59
60
61
/* Common zim definitions */
a { text-decoration: none;
color: var(--main-link-color);}
a:link { text-decoration: none;
color: var(--main-link-color);}
a:hover { text-decoration: none;
color: var(--main-link-color);}
a:active { text-decoration: none;
color: var(--main-link-color);}
a:visited { text-decoration: none;
color: var(--main-link-color);}
strike { color: var(--main-strike-color);}
u { text-decoration: var(--main-menu-u-decoration);
background-color: var(--main-menu-u-background-color);}
tt { color: var(--main-tt-color);
font-family: monospace;
font-size: large}
pre { color: var(--main-pre-color);
margin-left: 20px;
margin-right: 5px;
margin-bottom: 5px;
margin-top: 5px;
font-family: monospace;
font-size: large }
code { font-size: large; font-family: monospace; color: var(--main-code-color)}
h1 { text-decoration: underline;
color: var(--main-header-color);
margin-bottom: 0;
margin-top: 1em; }
h2 { color: var(--main-header-color);
margin-bottom: 0;
margin-left: 20px;
margin-top: 1em;}
h3 { color: var(--main-header-color);
margin-bottom: 0;
margin-left: 40px;
margin-top: 1em;
font-style: italic; }
h4 { color: var(--main-header-color);
margin-bottom: 0;
margin-left: 60px;
margin-top: 1em;}
h5 { color: var(--main-header-color);
margin-bottom: 0;
margin-left: 80px;
margin-top: 1em;}
p { margin-top: 0 }