Blame


1 8797b228 2019-08-04 stsp /* $OpenBSD: openbsd.css,v 1.9 2019/06/03 02:43:03 deraadt Exp $ */
2 8797b228 2019-08-04 stsp
3 8797b228 2019-08-04 stsp :root {
4 8797b228 2019-08-04 stsp --red: #E00000;
5 8797b228 2019-08-04 stsp --green: #008100;
6 8797b228 2019-08-04 stsp --blue: #0000E0;
7 8797b228 2019-08-04 stsp --buildhead: #E0E0E0;
8 8797b228 2019-08-04 stsp }
9 8797b228 2019-08-04 stsp
10 8797b228 2019-08-04 stsp :link {
11 8797b228 2019-08-04 stsp color: #23238E;
12 8797b228 2019-08-04 stsp }
13 8797b228 2019-08-04 stsp
14 8797b228 2019-08-04 stsp :visited {
15 8797b228 2019-08-04 stsp color: #008088;
16 8797b228 2019-08-04 stsp }
17 8797b228 2019-08-04 stsp
18 8797b228 2019-08-04 stsp body {
19 8797b228 2019-08-04 stsp background-color: #FFFFFF;
20 8797b228 2019-08-04 stsp color: #111111;
21 8797b228 2019-08-04 stsp margin: 15px auto;
22 8797b228 2019-08-04 stsp padding: 0 10px;
23 8797b228 2019-08-04 stsp }
24 8797b228 2019-08-04 stsp
25 8797b228 2019-08-04 stsp code {
26 8797b228 2019-08-04 stsp white-space: nowrap;
27 8797b228 2019-08-04 stsp }
28 8797b228 2019-08-04 stsp
29 8797b228 2019-08-04 stsp @media (min-width: 800px) {
30 8797b228 2019-08-04 stsp body {
31 8797b228 2019-08-04 stsp max-width: 85%;
32 8797b228 2019-08-04 stsp }
33 8797b228 2019-08-04 stsp }
34 8797b228 2019-08-04 stsp
35 8797b228 2019-08-04 stsp tt {
36 8797b228 2019-08-04 stsp white-space: pre;
37 8797b228 2019-08-04 stsp }
38 8797b228 2019-08-04 stsp
39 8797b228 2019-08-04 stsp .cmdbox {
40 8797b228 2019-08-04 stsp background: #F5F5F5;
41 8797b228 2019-08-04 stsp border: 1px solid #AAAAAA;
42 8797b228 2019-08-04 stsp overflow: auto;
43 8797b228 2019-08-04 stsp padding: 10px;
44 8797b228 2019-08-04 stsp }
45 8797b228 2019-08-04 stsp
46 8797b228 2019-08-04 stsp #OpenBSD {
47 8797b228 2019-08-04 stsp color: #E00000;
48 8797b228 2019-08-04 stsp }
49 8797b228 2019-08-04 stsp
50 8797b228 2019-08-04 stsp #OpenBSD :link i, #OpenBSD :visited i {
51 8797b228 2019-08-04 stsp color: #0000FF;
52 8797b228 2019-08-04 stsp }
53 8797b228 2019-08-04 stsp
54 8797b228 2019-08-04 stsp #OpenBSD :link b, #OpenBSD :visited b {
55 8797b228 2019-08-04 stsp color: #000084;
56 8797b228 2019-08-04 stsp }
57 8797b228 2019-08-04 stsp
58 8797b228 2019-08-04 stsp #OpenBSD small {
59 8797b228 2019-08-04 stsp font-weight: normal;
60 8797b228 2019-08-04 stsp float: right;
61 8797b228 2019-08-04 stsp }
62 8797b228 2019-08-04 stsp
63 8797b228 2019-08-04 stsp /* sidebar layout */
64 8797b228 2019-08-04 stsp
65 8797b228 2019-08-04 stsp #project-main {
66 8797b228 2019-08-04 stsp height: 100%;
67 8797b228 2019-08-04 stsp border-collapse: collapse;
68 8797b228 2019-08-04 stsp position: absolute;
69 8797b228 2019-08-04 stsp bottom: 0;
70 8797b228 2019-08-04 stsp left: 0;
71 8797b228 2019-08-04 stsp right: 0;
72 8797b228 2019-08-04 stsp top: 0;
73 8797b228 2019-08-04 stsp }
74 8797b228 2019-08-04 stsp
75 8797b228 2019-08-04 stsp #project-main td {
76 8797b228 2019-08-04 stsp padding: 4px;
77 8797b228 2019-08-04 stsp }
78 8797b228 2019-08-04 stsp
79 8797b228 2019-08-04 stsp #project-main tr td:first-child {
80 8797b228 2019-08-04 stsp border-right: 11px solid;
81 8797b228 2019-08-04 stsp }
82 8797b228 2019-08-04 stsp
83 8797b228 2019-08-04 stsp #project-main tr td:first-child {
84 8797b228 2019-08-04 stsp background-color: #6BBDD6;
85 8797b228 2019-08-04 stsp border-color: #007B9C;
86 8797b228 2019-08-04 stsp }
87 8797b228 2019-08-04 stsp
88 8797b228 2019-08-04 stsp #project-main.not-openbsd tr td:first-child {
89 8797b228 2019-08-04 stsp background-color: #6BBDD6;
90 8797b228 2019-08-04 stsp border-color: #007B9C;
91 8797b228 2019-08-04 stsp }
92 8797b228 2019-08-04 stsp
93 8797b228 2019-08-04 stsp #project-main tr td:first-child h1 {
94 8797b228 2019-08-04 stsp margin: 0;
95 8797b228 2019-08-04 stsp font-size: 15pt;
96 8797b228 2019-08-04 stsp white-space: nowrap;
97 8797b228 2019-08-04 stsp }
98 8797b228 2019-08-04 stsp
99 8797b228 2019-08-04 stsp #project-main tr td:first-child ul {
100 8797b228 2019-08-04 stsp margin-top: 0;
101 8797b228 2019-08-04 stsp margin-bottom: 1em;
102 8797b228 2019-08-04 stsp padding-left: 0;
103 8797b228 2019-08-04 stsp }
104 8797b228 2019-08-04 stsp
105 8797b228 2019-08-04 stsp #project-main tr td:first-child ul li {
106 8797b228 2019-08-04 stsp list-style-type: none;
107 8797b228 2019-08-04 stsp list-style-position: inside;
108 8797b228 2019-08-04 stsp margin-left: 0.5em;
109 8797b228 2019-08-04 stsp }
110 8797b228 2019-08-04 stsp
111 8797b228 2019-08-04 stsp #project-main .header {
112 8797b228 2019-08-04 stsp margin: 0;
113 8797b228 2019-08-04 stsp text-align: center;
114 8797b228 2019-08-04 stsp }
115 8797b228 2019-08-04 stsp
116 8797b228 2019-08-04 stsp #callout {
117 8797b228 2019-08-04 stsp color: #E00000;
118 8797b228 2019-08-04 stsp font-weight: bold;
119 8797b228 2019-08-04 stsp text-align: center;
120 8797b228 2019-08-04 stsp }
121 8797b228 2019-08-04 stsp
122 8797b228 2019-08-04 stsp .not-openbsd #callout {
123 8797b228 2019-08-04 stsp color: #0000A0;
124 8797b228 2019-08-04 stsp font-weight: normal;
125 8797b228 2019-08-04 stsp }
126 8797b228 2019-08-04 stsp
127 8797b228 2019-08-04 stsp #project-main .align-top {
128 8797b228 2019-08-04 stsp vertical-align: top;
129 8797b228 2019-08-04 stsp }
130 8797b228 2019-08-04 stsp
131 8797b228 2019-08-04 stsp #project-main .align-bottom {
132 8797b228 2019-08-04 stsp vertical-align: bottom;
133 8797b228 2019-08-04 stsp }
134 8797b228 2019-08-04 stsp
135 8797b228 2019-08-04 stsp /* errataXX.html */
136 8797b228 2019-08-04 stsp
137 8797b228 2019-08-04 stsp #errata strong {
138 8797b228 2019-08-04 stsp color: var(--green);
139 8797b228 2019-08-04 stsp }
140 8797b228 2019-08-04 stsp
141 8797b228 2019-08-04 stsp /* XX.html */
142 8797b228 2019-08-04 stsp
143 8797b228 2019-08-04 stsp #release #OpenBSD + table {
144 8797b228 2019-08-04 stsp border-spacing: 0;
145 8797b228 2019-08-04 stsp margin-bottom: 1.5em;
146 8797b228 2019-08-04 stsp }
147 8797b228 2019-08-04 stsp
148 8797b228 2019-08-04 stsp #release #OpenBSD + table td {
149 8797b228 2019-08-04 stsp vertical-align: top;
150 8797b228 2019-08-04 stsp }
151 8797b228 2019-08-04 stsp
152 8797b228 2019-08-04 stsp #release #OpenBSD + table > tbody > tr > td {
153 8797b228 2019-08-04 stsp padding-left: 1.4em;
154 8797b228 2019-08-04 stsp }
155 8797b228 2019-08-04 stsp
156 8797b228 2019-08-04 stsp #release #OpenBSD + table ul {
157 8797b228 2019-08-04 stsp margin-left: 0;
158 8797b228 2019-08-04 stsp padding-left: 0;
159 8797b228 2019-08-04 stsp }
160 8797b228 2019-08-04 stsp
161 8797b228 2019-08-04 stsp #release #OpenBSD + table ul li {
162 8797b228 2019-08-04 stsp margin-left: 0;
163 8797b228 2019-08-04 stsp padding-left: 0;
164 8797b228 2019-08-04 stsp }
165 8797b228 2019-08-04 stsp
166 8797b228 2019-08-04 stsp #release cite.isbn {
167 8797b228 2019-08-04 stsp color: var(--red);
168 8797b228 2019-08-04 stsp font-style: normal;
169 8797b228 2019-08-04 stsp }
170 8797b228 2019-08-04 stsp
171 8797b228 2019-08-04 stsp #release code.reldir {
172 8797b228 2019-08-04 stsp color: var(--red);
173 8797b228 2019-08-04 stsp font-family: serif;
174 8797b228 2019-08-04 stsp }
175 8797b228 2019-08-04 stsp
176 8797b228 2019-08-04 stsp #release table.signify {
177 8797b228 2019-08-04 stsp font-family: monospace;
178 8797b228 2019-08-04 stsp }
179 8797b228 2019-08-04 stsp
180 8797b228 2019-08-04 stsp #release table.signify td {
181 8797b228 2019-08-04 stsp padding: 0;
182 8797b228 2019-08-04 stsp }
183 8797b228 2019-08-04 stsp
184 8797b228 2019-08-04 stsp #release h3 {
185 8797b228 2019-08-04 stsp color: var(--blue);
186 8797b228 2019-08-04 stsp }
187 8797b228 2019-08-04 stsp
188 8797b228 2019-08-04 stsp #release #quickinstall h3 {
189 8797b228 2019-08-04 stsp color: var(--red);
190 8797b228 2019-08-04 stsp }
191 8797b228 2019-08-04 stsp
192 8797b228 2019-08-04 stsp #release kbd {
193 8797b228 2019-08-04 stsp font-weight: bolder;
194 8797b228 2019-08-04 stsp }
195 8797b228 2019-08-04 stsp
196 8797b228 2019-08-04 stsp #release #new li p {
197 8797b228 2019-08-04 stsp margin-bottom: 0;
198 8797b228 2019-08-04 stsp }
199 8797b228 2019-08-04 stsp
200 8797b228 2019-08-04 stsp #release #new li p + p {
201 8797b228 2019-08-04 stsp margin-top: 0;
202 8797b228 2019-08-04 stsp }
203 8797b228 2019-08-04 stsp
204 8797b228 2019-08-04 stsp #release #new li + li {
205 8797b228 2019-08-04 stsp margin-top: 1em;
206 8797b228 2019-08-04 stsp }
207 8797b228 2019-08-04 stsp
208 8797b228 2019-08-04 stsp #release #new li li + li {
209 8797b228 2019-08-04 stsp margin-top: 0;
210 8797b228 2019-08-04 stsp }
211 8797b228 2019-08-04 stsp
212 8797b228 2019-08-04 stsp #release #new li li ul {
213 8797b228 2019-08-04 stsp margin-bottom: 0;
214 8797b228 2019-08-04 stsp }
215 8797b228 2019-08-04 stsp
216 8797b228 2019-08-04 stsp #release #quickinstall p:first-child {
217 8797b228 2019-08-04 stsp margin-left: 0;
218 8797b228 2019-08-04 stsp }
219 8797b228 2019-08-04 stsp
220 8797b228 2019-08-04 stsp #release #quickinstall p {
221 8797b228 2019-08-04 stsp margin-left: 2.5em;
222 8797b228 2019-08-04 stsp }
223 8797b228 2019-08-04 stsp
224 8797b228 2019-08-04 stsp #release #quickinstall blockquote {
225 8797b228 2019-08-04 stsp margin-left: 4.5em;
226 8797b228 2019-08-04 stsp }
227 8797b228 2019-08-04 stsp
228 8797b228 2019-08-04 stsp /* platform pages */
229 8797b228 2019-08-04 stsp
230 8797b228 2019-08-04 stsp #platform #OpenBSD + hr + table {
231 8797b228 2019-08-04 stsp margin-bottom: 0;
232 8797b228 2019-08-04 stsp }
233 8797b228 2019-08-04 stsp #platform #OpenBSD + hr + table tr {
234 8797b228 2019-08-04 stsp margin-left: 0;
235 8797b228 2019-08-04 stsp }
236 8797b228 2019-08-04 stsp
237 8797b228 2019-08-04 stsp #platform #OpenBSD + hr + table td {
238 8797b228 2019-08-04 stsp vertical-align: top;
239 8797b228 2019-08-04 stsp padding-left: 0;
240 8797b228 2019-08-04 stsp padding-bottom: 0;
241 8797b228 2019-08-04 stsp }
242 8797b228 2019-08-04 stsp
243 8797b228 2019-08-04 stsp #platform #OpenBSD + hr + table p {
244 8797b228 2019-08-04 stsp margin-top: 0;
245 8797b228 2019-08-04 stsp }
246 8797b228 2019-08-04 stsp
247 8797b228 2019-08-04 stsp #platform #OpenBSD + hr + table p:last-child {
248 8797b228 2019-08-04 stsp margin-bottom: 0;
249 8797b228 2019-08-04 stsp }
250 8797b228 2019-08-04 stsp
251 8797b228 2019-08-04 stsp #platform h3 {
252 8797b228 2019-08-04 stsp color: var(--blue);
253 8797b228 2019-08-04 stsp }
254 8797b228 2019-08-04 stsp
255 8797b228 2019-08-04 stsp /* redefine colors for dark mode */
256 8797b228 2019-08-04 stsp
257 8797b228 2019-08-04 stsp @media (prefers-color-scheme: dark) {
258 8797b228 2019-08-04 stsp :root {
259 8797b228 2019-08-04 stsp --red: #E05434;
260 8797b228 2019-08-04 stsp --green: #20B700;
261 8797b228 2019-08-04 stsp --blue: #A7C1E5;
262 8797b228 2019-08-04 stsp --buildhead: #474749;
263 8797b228 2019-08-04 stsp }
264 8797b228 2019-08-04 stsp
265 8797b228 2019-08-04 stsp :link {
266 8797b228 2019-08-04 stsp color: #BAD7FF;
267 8797b228 2019-08-04 stsp }
268 8797b228 2019-08-04 stsp
269 8797b228 2019-08-04 stsp :visited {
270 8797b228 2019-08-04 stsp color: #F6BAFF;
271 8797b228 2019-08-04 stsp }
272 8797b228 2019-08-04 stsp
273 8797b228 2019-08-04 stsp body {
274 8797b228 2019-08-04 stsp background-color: #1E1F21;
275 8797b228 2019-08-04 stsp color: #EEEFF1;
276 8797b228 2019-08-04 stsp }
277 8797b228 2019-08-04 stsp
278 8797b228 2019-08-04 stsp .cmdbox {
279 8797b228 2019-08-04 stsp background: #000000;
280 8797b228 2019-08-04 stsp color: #FFFFFFF;
281 8797b228 2019-08-04 stsp }
282 8797b228 2019-08-04 stsp
283 8797b228 2019-08-04 stsp #OpenBSD :link {
284 8797b228 2019-08-04 stsp text-decoration-color: #CF4229;
285 8797b228 2019-08-04 stsp }
286 8797b228 2019-08-04 stsp
287 8797b228 2019-08-04 stsp #OpenBSD :link i, #OpenBSD :visited i {
288 8797b228 2019-08-04 stsp color: #F2CA30;
289 8797b228 2019-08-04 stsp }
290 8797b228 2019-08-04 stsp
291 8797b228 2019-08-04 stsp #OpenBSD :link b, #OpenBSD :visited b {
292 8797b228 2019-08-04 stsp color: #CF4229;
293 8797b228 2019-08-04 stsp }
294 8797b228 2019-08-04 stsp
295 8797b228 2019-08-04 stsp #OpenBSD {
296 8797b228 2019-08-04 stsp color: #EEEFF1;
297 8797b228 2019-08-04 stsp }
298 8797b228 2019-08-04 stsp
299 8797b228 2019-08-04 stsp #faq #OpenBSD small :link {
300 8797b228 2019-08-04 stsp text-decoration-color: #BAD7FF;
301 8797b228 2019-08-04 stsp }
302 8797b228 2019-08-04 stsp
303 8797b228 2019-08-04 stsp #project-main tr td:first-child {
304 8797b228 2019-08-04 stsp background-color: #202F51;
305 8797b228 2019-08-04 stsp border-color: #97BADB;
306 8797b228 2019-08-04 stsp }
307 8797b228 2019-08-04 stsp
308 8797b228 2019-08-04 stsp #project-main.not-openbsd tr td:first-child {
309 8797b228 2019-08-04 stsp background-color: #202F51;
310 8797b228 2019-08-04 stsp border-color: #97BADB;
311 8797b228 2019-08-04 stsp }
312 8797b228 2019-08-04 stsp
313 8797b228 2019-08-04 stsp #callout {
314 8797b228 2019-08-04 stsp color: #E05434;
315 8797b228 2019-08-04 stsp }
316 8797b228 2019-08-04 stsp
317 8797b228 2019-08-04 stsp .not-openbsd #callout {
318 8797b228 2019-08-04 stsp color: #E05434;
319 8797b228 2019-08-04 stsp }
320 8797b228 2019-08-04 stsp }