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 3dd5e265 2023-06-28 bentley table {
36 3dd5e265 2023-06-28 bentley width: 100%;
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 3dd5e265 2023-06-28 bentley .not-openbsd blockquote {
128 3dd5e265 2023-06-28 bentley color: #0000A0;
129 3dd5e265 2023-06-28 bentley text-align: center;
130 3dd5e265 2023-06-28 bentley }
131 3dd5e265 2023-06-28 bentley
132 3dd5e265 2023-06-28 bentley .not-openbsd blockquote q {
133 3dd5e265 2023-06-28 bentley font-style: italic;
134 3dd5e265 2023-06-28 bentley }
135 3dd5e265 2023-06-28 bentley
136 8797b228 2019-08-04 stsp #project-main .align-top {
137 8797b228 2019-08-04 stsp vertical-align: top;
138 8797b228 2019-08-04 stsp }
139 8797b228 2019-08-04 stsp
140 8797b228 2019-08-04 stsp #project-main .align-bottom {
141 8797b228 2019-08-04 stsp vertical-align: bottom;
142 8797b228 2019-08-04 stsp }
143 8797b228 2019-08-04 stsp
144 8797b228 2019-08-04 stsp /* errataXX.html */
145 8797b228 2019-08-04 stsp
146 8797b228 2019-08-04 stsp #errata strong {
147 8797b228 2019-08-04 stsp color: var(--green);
148 8797b228 2019-08-04 stsp }
149 8797b228 2019-08-04 stsp
150 8797b228 2019-08-04 stsp /* XX.html */
151 8797b228 2019-08-04 stsp
152 8797b228 2019-08-04 stsp #release #OpenBSD + table {
153 8797b228 2019-08-04 stsp border-spacing: 0;
154 8797b228 2019-08-04 stsp margin-bottom: 1.5em;
155 8797b228 2019-08-04 stsp }
156 8797b228 2019-08-04 stsp
157 8797b228 2019-08-04 stsp #release #OpenBSD + table td {
158 8797b228 2019-08-04 stsp vertical-align: top;
159 8797b228 2019-08-04 stsp }
160 8797b228 2019-08-04 stsp
161 8797b228 2019-08-04 stsp #release #OpenBSD + table > tbody > tr > td {
162 8797b228 2019-08-04 stsp padding-left: 1.4em;
163 8797b228 2019-08-04 stsp }
164 8797b228 2019-08-04 stsp
165 8797b228 2019-08-04 stsp #release #OpenBSD + table ul {
166 8797b228 2019-08-04 stsp margin-left: 0;
167 8797b228 2019-08-04 stsp padding-left: 0;
168 8797b228 2019-08-04 stsp }
169 8797b228 2019-08-04 stsp
170 8797b228 2019-08-04 stsp #release #OpenBSD + table ul li {
171 8797b228 2019-08-04 stsp margin-left: 0;
172 8797b228 2019-08-04 stsp padding-left: 0;
173 8797b228 2019-08-04 stsp }
174 8797b228 2019-08-04 stsp
175 8797b228 2019-08-04 stsp #release cite.isbn {
176 8797b228 2019-08-04 stsp color: var(--red);
177 8797b228 2019-08-04 stsp font-style: normal;
178 8797b228 2019-08-04 stsp }
179 8797b228 2019-08-04 stsp
180 8797b228 2019-08-04 stsp #release code.reldir {
181 8797b228 2019-08-04 stsp color: var(--red);
182 8797b228 2019-08-04 stsp font-family: serif;
183 8797b228 2019-08-04 stsp }
184 8797b228 2019-08-04 stsp
185 8797b228 2019-08-04 stsp #release table.signify {
186 8797b228 2019-08-04 stsp font-family: monospace;
187 8797b228 2019-08-04 stsp }
188 8797b228 2019-08-04 stsp
189 8797b228 2019-08-04 stsp #release table.signify td {
190 8797b228 2019-08-04 stsp padding: 0;
191 8797b228 2019-08-04 stsp }
192 8797b228 2019-08-04 stsp
193 8797b228 2019-08-04 stsp #release h3 {
194 8797b228 2019-08-04 stsp color: var(--blue);
195 8797b228 2019-08-04 stsp }
196 8797b228 2019-08-04 stsp
197 8797b228 2019-08-04 stsp #release #quickinstall h3 {
198 8797b228 2019-08-04 stsp color: var(--red);
199 8797b228 2019-08-04 stsp }
200 8797b228 2019-08-04 stsp
201 8797b228 2019-08-04 stsp #release kbd {
202 8797b228 2019-08-04 stsp font-weight: bolder;
203 8797b228 2019-08-04 stsp }
204 8797b228 2019-08-04 stsp
205 8797b228 2019-08-04 stsp #release #new li p {
206 8797b228 2019-08-04 stsp margin-bottom: 0;
207 8797b228 2019-08-04 stsp }
208 8797b228 2019-08-04 stsp
209 8797b228 2019-08-04 stsp #release #new li p + p {
210 8797b228 2019-08-04 stsp margin-top: 0;
211 8797b228 2019-08-04 stsp }
212 8797b228 2019-08-04 stsp
213 8797b228 2019-08-04 stsp #release #new li + li {
214 8797b228 2019-08-04 stsp margin-top: 1em;
215 8797b228 2019-08-04 stsp }
216 8797b228 2019-08-04 stsp
217 8797b228 2019-08-04 stsp #release #new li li + li {
218 8797b228 2019-08-04 stsp margin-top: 0;
219 8797b228 2019-08-04 stsp }
220 8797b228 2019-08-04 stsp
221 8797b228 2019-08-04 stsp #release #new li li ul {
222 8797b228 2019-08-04 stsp margin-bottom: 0;
223 8797b228 2019-08-04 stsp }
224 8797b228 2019-08-04 stsp
225 8797b228 2019-08-04 stsp #release #quickinstall p:first-child {
226 8797b228 2019-08-04 stsp margin-left: 0;
227 8797b228 2019-08-04 stsp }
228 8797b228 2019-08-04 stsp
229 8797b228 2019-08-04 stsp #release #quickinstall p {
230 8797b228 2019-08-04 stsp margin-left: 2.5em;
231 8797b228 2019-08-04 stsp }
232 8797b228 2019-08-04 stsp
233 8797b228 2019-08-04 stsp #release #quickinstall blockquote {
234 8797b228 2019-08-04 stsp margin-left: 4.5em;
235 8797b228 2019-08-04 stsp }
236 8797b228 2019-08-04 stsp
237 8797b228 2019-08-04 stsp /* platform pages */
238 8797b228 2019-08-04 stsp
239 8797b228 2019-08-04 stsp #platform #OpenBSD + hr + table {
240 8797b228 2019-08-04 stsp margin-bottom: 0;
241 8797b228 2019-08-04 stsp }
242 8797b228 2019-08-04 stsp #platform #OpenBSD + hr + table tr {
243 8797b228 2019-08-04 stsp margin-left: 0;
244 8797b228 2019-08-04 stsp }
245 8797b228 2019-08-04 stsp
246 8797b228 2019-08-04 stsp #platform #OpenBSD + hr + table td {
247 8797b228 2019-08-04 stsp vertical-align: top;
248 8797b228 2019-08-04 stsp padding-left: 0;
249 8797b228 2019-08-04 stsp padding-bottom: 0;
250 8797b228 2019-08-04 stsp }
251 8797b228 2019-08-04 stsp
252 8797b228 2019-08-04 stsp #platform #OpenBSD + hr + table p {
253 8797b228 2019-08-04 stsp margin-top: 0;
254 8797b228 2019-08-04 stsp }
255 8797b228 2019-08-04 stsp
256 8797b228 2019-08-04 stsp #platform #OpenBSD + hr + table p:last-child {
257 8797b228 2019-08-04 stsp margin-bottom: 0;
258 8797b228 2019-08-04 stsp }
259 8797b228 2019-08-04 stsp
260 8797b228 2019-08-04 stsp #platform h3 {
261 8797b228 2019-08-04 stsp color: var(--blue);
262 8797b228 2019-08-04 stsp }
263 8797b228 2019-08-04 stsp
264 8797b228 2019-08-04 stsp /* redefine colors for dark mode */
265 8797b228 2019-08-04 stsp
266 8797b228 2019-08-04 stsp @media (prefers-color-scheme: dark) {
267 8797b228 2019-08-04 stsp :root {
268 8797b228 2019-08-04 stsp --red: #E05434;
269 8797b228 2019-08-04 stsp --green: #20B700;
270 8797b228 2019-08-04 stsp --blue: #A7C1E5;
271 8797b228 2019-08-04 stsp --buildhead: #474749;
272 8797b228 2019-08-04 stsp }
273 8797b228 2019-08-04 stsp
274 8797b228 2019-08-04 stsp :link {
275 8797b228 2019-08-04 stsp color: #BAD7FF;
276 8797b228 2019-08-04 stsp }
277 8797b228 2019-08-04 stsp
278 8797b228 2019-08-04 stsp :visited {
279 8797b228 2019-08-04 stsp color: #F6BAFF;
280 8797b228 2019-08-04 stsp }
281 8797b228 2019-08-04 stsp
282 8797b228 2019-08-04 stsp body {
283 8797b228 2019-08-04 stsp background-color: #1E1F21;
284 8797b228 2019-08-04 stsp color: #EEEFF1;
285 8797b228 2019-08-04 stsp }
286 8797b228 2019-08-04 stsp
287 8797b228 2019-08-04 stsp .cmdbox {
288 8797b228 2019-08-04 stsp background: #000000;
289 8797b228 2019-08-04 stsp color: #FFFFFFF;
290 8797b228 2019-08-04 stsp }
291 8797b228 2019-08-04 stsp
292 8797b228 2019-08-04 stsp #OpenBSD :link {
293 8797b228 2019-08-04 stsp text-decoration-color: #CF4229;
294 8797b228 2019-08-04 stsp }
295 8797b228 2019-08-04 stsp
296 8797b228 2019-08-04 stsp #OpenBSD :link i, #OpenBSD :visited i {
297 8797b228 2019-08-04 stsp color: #F2CA30;
298 8797b228 2019-08-04 stsp }
299 8797b228 2019-08-04 stsp
300 8797b228 2019-08-04 stsp #OpenBSD :link b, #OpenBSD :visited b {
301 8797b228 2019-08-04 stsp color: #CF4229;
302 8797b228 2019-08-04 stsp }
303 8797b228 2019-08-04 stsp
304 8797b228 2019-08-04 stsp #OpenBSD {
305 8797b228 2019-08-04 stsp color: #EEEFF1;
306 8797b228 2019-08-04 stsp }
307 8797b228 2019-08-04 stsp
308 8797b228 2019-08-04 stsp #faq #OpenBSD small :link {
309 8797b228 2019-08-04 stsp text-decoration-color: #BAD7FF;
310 8797b228 2019-08-04 stsp }
311 8797b228 2019-08-04 stsp
312 8797b228 2019-08-04 stsp #project-main tr td:first-child {
313 8797b228 2019-08-04 stsp background-color: #202F51;
314 8797b228 2019-08-04 stsp border-color: #97BADB;
315 8797b228 2019-08-04 stsp }
316 8797b228 2019-08-04 stsp
317 8797b228 2019-08-04 stsp #project-main.not-openbsd tr td:first-child {
318 8797b228 2019-08-04 stsp background-color: #202F51;
319 8797b228 2019-08-04 stsp border-color: #97BADB;
320 8797b228 2019-08-04 stsp }
321 8797b228 2019-08-04 stsp
322 8797b228 2019-08-04 stsp #callout {
323 8797b228 2019-08-04 stsp color: #E05434;
324 8797b228 2019-08-04 stsp }
325 8797b228 2019-08-04 stsp
326 8797b228 2019-08-04 stsp .not-openbsd #callout {
327 8797b228 2019-08-04 stsp color: #E05434;
328 8797b228 2019-08-04 stsp }
329 3dd5e265 2023-06-28 bentley
330 3dd5e265 2023-06-28 bentley .not-openbsd blockquote {
331 3dd5e265 2023-06-28 bentley color: #E05434;
332 3dd5e265 2023-06-28 bentley }
333 8797b228 2019-08-04 stsp }