- Notifications
You must be signed in to change notification settings - Fork 127
Expand file tree
/
Copy pathpreprocess-css.css
More file actions
Latest commit
51 lines (40 loc) · 981 Bytes
/
Copy pathpreprocess-css.css
File metadata and controls
51 lines (40 loc) · 981 Bytes
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
body {
background-color: white;
}
div#cpp-content-base {
background-color: white;
}
div#content {
margin:0;
position: static;
width:48.75em;
}
html,body {
font-family: DejaVuSans,"DejaVu Sans", arial, sans-serif;
font-size:1em;
}
.t-navbar {
height:1.72em;
}
tt,
code,
pre,
.mw-geshi,
#wpTextbox1 {
font-family:"DejaVu Sans Mono", courier, monospace !important;
}
.t-dcl-list-see-monospace>span {
font-family: DejaVuSansMono,"DejaVu Sans Mono", courier, monospace;
}
.t-sb-list-ln-tabletr>td:first-child {
font-family: DejaVuSansMono,"DejaVu Sans Mono", courier, monospace;
}
.t-param-list-item>td:first-child {
font-family: DejaVuSansMono,"DejaVu Sans Mono", courier, monospace;
}
.t-dcl-member-div>div:first-child {
font-family: DejaVuSansMono,"DejaVu Sans Mono", courier, monospace;
}
.t-dcl-member-nobold-div>div:first-child {
font-family: DejaVuSans,"DejaVu Sans", arial, sans-serif;
}