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: "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: "DejaVu Sans Mono", courier, monospace;
}
.t-sb-list-ln-table tr > td:first-child {
font-family: "DejaVu Sans Mono", courier, monospace;
}
.t-param-list-item > td:first-child {
font-family: "DejaVu Sans Mono", courier, monospace;
}
.t-dcl-member-div > div:first-child {
font-family: "DejaVu Sans Mono", courier, monospace;
}
.t-dcl-member-nobold-div > div:first-child {
font-family: "DejaVu Sans", arial, sans-serif;
}
|