-
Notifications
You must be signed in to change notification settings - Fork 0
/
typo.css
183 lines (166 loc) · 3.21 KB
/
typo.css
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
@font-face {
font-family: "White Rabbit";
/* src: url( "/_media/tplimg:blackrabbit:whitrabt.ttf" ); */
src: url( "images/whitrabt.ttf" );
}
body {
color:__text__;
font-size:12px;
font-family:Arial,sans-serif;
line-height:1.5;
background-color: __background__;
}
a:visited,
a:active,
a:hover,
a:visited:hover,
a {
color:#565657;
text-decoration: none;
border-bottom:1px solid #ccc;
}
a.wikilink2, a.wikilink2:visited {
border-bottom:1px dashed #565657;
color:#565657;
}
a:hover {
text-decoration: none;
border-bottom:2px solid #ccc;
}
a:visited:hover {
text-decoration: none;
border-bottom:2px solid #eee;
}
div.dokuwiki a.urlextern {
background: transparent url(images/link_icon.gif) 0px 1px no-repeat;
padding: 1px 0px 1px 16px;
}
#qsearch__out a:hover {
border-bottom:2px solid #666;
}
#qsearch__out a:visited:hover {
border-bottom:2px solid #eee;
}
#qsearch__out, #qsearch__in {
font-size: 10px;
}
/*
div.dokuwiki a.urlextern:link,
div.dokuwiki a.windows:link,
div.dokuwiki a.interwiki:link {
}
div.dokuwiki a.urlextern:visited,
div.dokuwiki a.windows:visited,
div.dokuwiki a.interwiki:visited {
}
div.dokuwiki a.urlextern:hover,
div.dokuwiki a.urlextern:active,
div.dokuwiki a.windows:hover,
div.dokuwiki a.windows:active,
div.dokuwiki a.interwiki:hover,
div.dokuwiki a.interwiki:active {
*/
strong a, strong a:visited {
color:#990000;
}
a img {
border:none;
}
h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a {
font-weight:inherit;
font-family:'White Rabbit',Arial,sans-serif;
color: #565657;
border: none;
text-decoration: none;
clear: both;
margin: 15px 0;
}
h1 { font-size:24px; margin-top: 15px; }
h2 { font-size:20px; margin-top:15px; border-bottom:1px dotted #ccddff; }
h3 { font-size:17px; }
h4 { font-size:14px; font-style:italic; }
h5 { font-size: 14px; font-style:italic; }
#content h2,
#content div.level2 {
margin-left:14px;
}
#content h3,
#content div.level3 {
margin-left:30px;
}
#content h4,
#content div.level4 {
margin-left:45px;
}
#content h5,
#content div.level5 {
margin-left:60px;
}
#content h2 {
border-top:1px dotted #ccc;
border-bottom: none;
margin-left: 0;
padding-left: 15px;
}
div.dokuwiki form.bureaucracy__plugin fieldset,
.plugin_include_content {
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
float: left;
display: inline;
overflow: auto;
clear: both;
}
#menu {
text-transform: uppercase;
font-weight: bold;
color: #ccc;
}
#menu a {
color: #ccc;
border: none;
}
#topbar div,
#youarehere div {
}
.user {
color:#666666;
font-size:10px;
}
.menu a,
.user a {
border: none;
}
legend {
font-family:'White Rabbit',Arial,sans-serif;
font-weight: bold;
color: __text__;
background: __background_neu__;
font-size: 12.5px;
}
#content pre {
font-size: 100%;
}
div.dokuwiki #dw__toc h3 {
font-family:Arial,sans-serif;
}
#menu ul.toc {
margin: 0;
}
#menu ul.toc ul {
margin-top: .5em;
padding-left: .4em;
}
#menu ul.toc li {
margin: 0 0 .5em 0;
}
#menu div.toc {
width: 99%;
}
.header .title a {
margin: 0 20px 0 0;
}
.dokuwiki #config__manager td.label span.outkey {
margin-top: 0;
}