1 8797b228 2019-08-04 stsp /* $OpenBSD: openbsd.css,v 1.9 2019/06/03 02:43:03 deraadt Exp $ */
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;
11 8797b228 2019-08-04 stsp color: #23238E;
15 8797b228 2019-08-04 stsp color: #008088;
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;
26 8797b228 2019-08-04 stsp white-space: nowrap;
29 8797b228 2019-08-04 stsp @media (min-width: 800px) {
31 8797b228 2019-08-04 stsp max-width: 85%;
36 8797b228 2019-08-04 stsp white-space: pre;
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;
47 8797b228 2019-08-04 stsp color: #E00000;
50 8797b228 2019-08-04 stsp #OpenBSD :link i, #OpenBSD :visited i {
51 8797b228 2019-08-04 stsp color: #0000FF;
54 8797b228 2019-08-04 stsp #OpenBSD :link b, #OpenBSD :visited b {
55 8797b228 2019-08-04 stsp color: #000084;
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;
63 8797b228 2019-08-04 stsp /* sidebar layout */
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;
75 8797b228 2019-08-04 stsp #project-main td {
76 8797b228 2019-08-04 stsp padding: 4px;
79 8797b228 2019-08-04 stsp #project-main tr td:first-child {
80 8797b228 2019-08-04 stsp border-right: 11px solid;
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;
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;
93 8797b228 2019-08-04 stsp #project-main tr td:first-child h1 {
95 8797b228 2019-08-04 stsp font-size: 15pt;
96 8797b228 2019-08-04 stsp white-space: nowrap;
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;
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;
111 8797b228 2019-08-04 stsp #project-main .header {
113 8797b228 2019-08-04 stsp text-align: center;
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;
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;
127 8797b228 2019-08-04 stsp #project-main .align-top {
128 8797b228 2019-08-04 stsp vertical-align: top;
131 8797b228 2019-08-04 stsp #project-main .align-bottom {
132 8797b228 2019-08-04 stsp vertical-align: bottom;
135 8797b228 2019-08-04 stsp /* errataXX.html */
137 8797b228 2019-08-04 stsp #errata strong {
138 8797b228 2019-08-04 stsp color: var(--green);
141 8797b228 2019-08-04 stsp /* XX.html */
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;
148 8797b228 2019-08-04 stsp #release #OpenBSD + table td {
149 8797b228 2019-08-04 stsp vertical-align: top;
152 8797b228 2019-08-04 stsp #release #OpenBSD + table > tbody > tr > td {
153 8797b228 2019-08-04 stsp padding-left: 1.4em;
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;
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;
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;
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;
176 8797b228 2019-08-04 stsp #release table.signify {
177 8797b228 2019-08-04 stsp font-family: monospace;
180 8797b228 2019-08-04 stsp #release table.signify td {
181 8797b228 2019-08-04 stsp padding: 0;
184 8797b228 2019-08-04 stsp #release h3 {
185 8797b228 2019-08-04 stsp color: var(--blue);
188 8797b228 2019-08-04 stsp #release #quickinstall h3 {
189 8797b228 2019-08-04 stsp color: var(--red);
192 8797b228 2019-08-04 stsp #release kbd {
193 8797b228 2019-08-04 stsp font-weight: bolder;
196 8797b228 2019-08-04 stsp #release #new li p {
197 8797b228 2019-08-04 stsp margin-bottom: 0;
200 8797b228 2019-08-04 stsp #release #new li p + p {
201 8797b228 2019-08-04 stsp margin-top: 0;
204 8797b228 2019-08-04 stsp #release #new li + li {
205 8797b228 2019-08-04 stsp margin-top: 1em;
208 8797b228 2019-08-04 stsp #release #new li li + li {
209 8797b228 2019-08-04 stsp margin-top: 0;
212 8797b228 2019-08-04 stsp #release #new li li ul {
213 8797b228 2019-08-04 stsp margin-bottom: 0;
216 8797b228 2019-08-04 stsp #release #quickinstall p:first-child {
217 8797b228 2019-08-04 stsp margin-left: 0;
220 8797b228 2019-08-04 stsp #release #quickinstall p {
221 8797b228 2019-08-04 stsp margin-left: 2.5em;
224 8797b228 2019-08-04 stsp #release #quickinstall blockquote {
225 8797b228 2019-08-04 stsp margin-left: 4.5em;
228 8797b228 2019-08-04 stsp /* platform pages */
230 8797b228 2019-08-04 stsp #platform #OpenBSD + hr + table {
231 8797b228 2019-08-04 stsp margin-bottom: 0;
233 8797b228 2019-08-04 stsp #platform #OpenBSD + hr + table tr {
234 8797b228 2019-08-04 stsp margin-left: 0;
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;
243 8797b228 2019-08-04 stsp #platform #OpenBSD + hr + table p {
244 8797b228 2019-08-04 stsp margin-top: 0;
247 8797b228 2019-08-04 stsp #platform #OpenBSD + hr + table p:last-child {
248 8797b228 2019-08-04 stsp margin-bottom: 0;
251 8797b228 2019-08-04 stsp #platform h3 {
252 8797b228 2019-08-04 stsp color: var(--blue);
255 8797b228 2019-08-04 stsp /* redefine colors for dark mode */
257 8797b228 2019-08-04 stsp @media (prefers-color-scheme: dark) {
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;
266 8797b228 2019-08-04 stsp color: #BAD7FF;
270 8797b228 2019-08-04 stsp color: #F6BAFF;
274 8797b228 2019-08-04 stsp background-color: #1E1F21;
275 8797b228 2019-08-04 stsp color: #EEEFF1;
279 8797b228 2019-08-04 stsp background: #000000;
280 8797b228 2019-08-04 stsp color: #FFFFFFF;
283 8797b228 2019-08-04 stsp #OpenBSD :link {
284 8797b228 2019-08-04 stsp text-decoration-color: #CF4229;
287 8797b228 2019-08-04 stsp #OpenBSD :link i, #OpenBSD :visited i {
288 8797b228 2019-08-04 stsp color: #F2CA30;
291 8797b228 2019-08-04 stsp #OpenBSD :link b, #OpenBSD :visited b {
292 8797b228 2019-08-04 stsp color: #CF4229;
296 8797b228 2019-08-04 stsp color: #EEEFF1;
299 8797b228 2019-08-04 stsp #faq #OpenBSD small :link {
300 8797b228 2019-08-04 stsp text-decoration-color: #BAD7FF;
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;
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;
314 8797b228 2019-08-04 stsp color: #E05434;
317 8797b228 2019-08-04 stsp .not-openbsd #callout {
318 8797b228 2019-08-04 stsp color: #E05434;