-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathoje.css
74 lines (60 loc) · 1.2 KB
/
oje.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
/* optimized for DITA-OT HTML5 output */
.pre, .codeblock, pre.screen {
padding: 0.4em;
background-color: #efefef;
font-family: "Anka/Coder Narrow", monospace;
overflow: scroll;
}
code, .codeph { font-family: "Anka/Coder Narrow", monospace; }
.body {
font-family: "Noto Serif", Bookman, serif;
padding: 2%;
}
.title, .topictitle1, .topictitle2, .topictitle3, .topictitle4, .sectiontitle {
color: #111144;
font-family: "Noto Serif", Bookman, serif;
}
.notetitle, .tiptitle, .dangertitle, .cautiontitle, .warningtitle {
color: #111144;
}
.p {
margin-top: 0.6em;
}
/* put nav TOC on the left */
nav {
font-family: sans-serif;
display: block;
float: left;
width: 32%;
background-color: #ddddf1;
padding: 1%;
}
/* related links navs use the whole 2nd column */
nav.related-links {
width: 100%;
float: none;
}
main {
float: left;
width: 65%;
}
article {
margin-left: 0.8em;
}
/* header/footer */
div.header {
background-color: #eeeeee;
padding: 12px;
font-family: "Noto Serif", Bookman, serif;
border-bottom: solid black 1px;
}
div.hdrinfo {
float: right;
width: 20%;
padding-left: 5%;
}
div.footer {
clear: both;
padding: 12px;
border-top: solid black 1px;
}