-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdoc.css
234 lines (189 loc) · 3.71 KB
/
doc.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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
/*-*- css -*-*/
body {
color: black;
/* background-image: url("recbg.jpg"); */
background-color: #f0ffff;
}
h1 { text-align: center; font-size : 125%; }
h2 { font-size : 110%; }
h3 { font-size : 105%; }
h4 { font-size : 100%; margin-left: 8pt; }
ul { clear: both; }
a:link { background-color: transparent; color: #0000ee; }
a:visited { background-color: transparent; color: #52188b; }
a:hover { background-color: transparent; color: #009999; }
a:active { background-color: transparent; color: #ee0000; }
table.buttons td { text-align: center; }
table.examples {
margin-left: 2em;
width: 25%;
background-color: #c0ffff;
border-style: solid;
border-top-color: #c0ffff;
border-bottom-color: #50b0b0;
border-left-color: #a0ffff;
border-right-color: #50b0b0;
border-width: 3px;
border-spacing: 0px;
font-size: 75%;
line-height: 110%; /* 122% seems to be the default, and 100% leaves almost no space between lines */
}
table.examples td {
border-style: solid;
border-top-color: #50b0b0;
border-bottom-color: #c0ffff;
border-left-color: #50b0b0;
border-right-color: #a0ffff;
padding: 1ex;
border-width: 1px;
}
table.examples pre {
margin: 0pt;
padding: 0pt;
}
div.waystouse {
font-size: 75%;
line-height: 110%;
}
/* css tables */
div.list {
/* display: table; */
}
dl.element {
display: table-row;
}
dt.heading {
display: table-caption;
vertical-align: top;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
margin-right: 1em;
}
/*
dt.heading:after {
content: ":";
}
*/
dd.value {
display: table-cell;
vertical-align: top;
}
div.random_link {
font-size: 72%;
}
div.small {
font-size: 80%;
}
div#footer {
font-family: sans-serif;
padding: 1em 4em;
margin: 0 12.01em;
}
div#content {
font-family: sans-serif;
background-color: white;
padding: 0.5em 2em;
margin: 1.5em 13em /* sidebar width */ ;
border: 2px solid #000000;
}
div.margins li {
list-style-type: none;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
div#header h1 {
margin: .4em 0;
font-size: 175%;
}
div#logo {
font-size: 175%;
}
div.red {
color: red;
}
div#logo a:link {
color: red;
}
div#footer td {
text-align: right;
}
div#right_sidebar td, div#left_sidebar td {
text-align: left;
padding: 0.2em 0 0.0em 0.2em;
}
div#right_sidebar li {
list-style-type: none;
}
div.tinyitem {
font-size: 66%;
margin-left: 1em;
margin-bottom: 0.25em;
}
div.tiny {
font-size: 66%;
}
div#header td {
text-align: right;
}
div#left_sidebar input {
font-size: 75.00%;
width: 13.33em;
margin-left: 1em;
}
div#left_sidebar a {
text-decoration: none;
color: blue;
}
div#footer a {
text-decoration: none;
color: blue;
}
div#right_sidebar a {
text-decoration: none;
color: blue;
}
div#right_sidebar a:hover {
text-decoration: underline;
}
div#left_sidebar a:hover {
text-decoration: underline;
}
div#content a {
text-decoration: none;
color: blue;
}
div#content a:hover {
text-decoration: underline;
}
div#logo a:visited {
color: red;
}
div#left_sidebar table {
border-spacing: 0;
width: 13em /* sidebar width */ ;
}
div#right_sidebar table {
width: 13em /* sidebar width */ ;
}
div#left_sidebar {
font-family: sans-serif;
position: absolute;
left: 0;
top: 1em;
width: 13em /* sidebar width */ ;
}
div#right_sidebar {
font-family: sans-serif;
position: absolute;
right: 0;
top: 1em;
width: 13em /* sidebar width */ ;
}
div.em { height: 1em; width: 1em; background-color: red; }
div#header {
font-family: sans-serif;
padding: 0em 1em;
margin: 0 13em /* sidebar width */ ;
}
a img { border: 0; }