-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtoc.css
121 lines (95 loc) · 1.39 KB
/
toc.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
@import "shadow.css";
body {
font-family: sans-serif;
line-height: 1.5em;
}
div#contents {
left:0.25em;
position:fixed;
width:25%;
}
div {
margin-bottom:1em;
}
div.right {
margin-left:27%;
width:60%;
margin-bottom:1em;
}
div.section {
width:100%;
}
h3 {
width:95%;
border-bottom:2px solid black;
}
h4 {
width:85%;
margin-left:5em;
border-bottom:2px solid black;
}
h1 {
padding:0.5em;
}
#key {
width:10%;
height:40%;
/* visibility:hidden;*/
padding-right:0em;
height:40%;
background:#eeeeee;
border-right:2px solid #00FFFF;
border-bottom:2px solid #00FFFF;
float:left;
position:fixed;
left:0;
top:0;
padding-top:0.5em;
padding-left:0.5em;
padding-bottom:0.5em;
}
#key ul {
list-style-type: none;
padding:0;
}
#key li {
padding-left:0.25em;
}
#maincontent {
float:right;
width:75%;
border: 0px solid black;
padding: 4px;
}
.head {
font-size:x-large;
}
.header {
font-size:large;
}
.section {
margin:1em;
padding:1em;
}
.summary {
margin-left:20px;
}
.subsection {
margin-left: 20px;
}
.focused_section {
border:2px solid #eeeeee;
}
.focused {
background: white;
}
.normal {
background: #eeeeee;
}
div.code {
width:auto;
border:2px solid blue;
margin:0.5em;
padding:0.5em;
background:#eeeeee;
}