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 3dd5e265 2023-06-28 bentley width: 100%;
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 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;
132 3dd5e265 2023-06-28 bentley .not-openbsd blockquote q {
133 3dd5e265 2023-06-28 bentley font-style: italic;
136 8797b228 2019-08-04 stsp #project-main .align-top {
137 8797b228 2019-08-04 stsp vertical-align: top;
140 8797b228 2019-08-04 stsp #project-main .align-bottom {
141 8797b228 2019-08-04 stsp vertical-align: bottom;
144 8797b228 2019-08-04 stsp /* errataXX.html */
146 8797b228 2019-08-04 stsp #errata strong {
147 8797b228 2019-08-04 stsp color: var(--green);
150 8797b228 2019-08-04 stsp /* XX.html */
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;
157 8797b228 2019-08-04 stsp #release #OpenBSD + table td {
158 8797b228 2019-08-04 stsp vertical-align: top;
161 8797b228 2019-08-04 stsp #release #OpenBSD + table > tbody > tr > td {
162 8797b228 2019-08-04 stsp padding-left: 1.4em;
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;
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;
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;
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;
185 8797b228 2019-08-04 stsp #release table.signify {
186 8797b228 2019-08-04 stsp font-family: monospace;
189 8797b228 2019-08-04 stsp #release table.signify td {
190 8797b228 2019-08-04 stsp padding: 0;
193 8797b228 2019-08-04 stsp #release h3 {
194 8797b228 2019-08-04 stsp color: var(--blue);
197 8797b228 2019-08-04 stsp #release #quickinstall h3 {
198 8797b228 2019-08-04 stsp color: var(--red);
201 8797b228 2019-08-04 stsp #release kbd {
202 8797b228 2019-08-04 stsp font-weight: bolder;
205 8797b228 2019-08-04 stsp #release #new li p {
206 8797b228 2019-08-04 stsp margin-bottom: 0;
209 8797b228 2019-08-04 stsp #release #new li p + p {
210 8797b228 2019-08-04 stsp margin-top: 0;
213 8797b228 2019-08-04 stsp #release #new li + li {
214 8797b228 2019-08-04 stsp margin-top: 1em;
217 8797b228 2019-08-04 stsp #release #new li li + li {
218 8797b228 2019-08-04 stsp margin-top: 0;
221 8797b228 2019-08-04 stsp #release #new li li ul {
222 8797b228 2019-08-04 stsp margin-bottom: 0;
225 8797b228 2019-08-04 stsp #release #quickinstall p:first-child {
226 8797b228 2019-08-04 stsp margin-left: 0;
229 8797b228 2019-08-04 stsp #release #quickinstall p {
230 8797b228 2019-08-04 stsp margin-left: 2.5em;
233 8797b228 2019-08-04 stsp #release #quickinstall blockquote {
234 8797b228 2019-08-04 stsp margin-left: 4.5em;
237 8797b228 2019-08-04 stsp /* platform pages */
239 8797b228 2019-08-04 stsp #platform #OpenBSD + hr + table {
240 8797b228 2019-08-04 stsp margin-bottom: 0;
242 8797b228 2019-08-04 stsp #platform #OpenBSD + hr + table tr {
243 8797b228 2019-08-04 stsp margin-left: 0;
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;
252 8797b228 2019-08-04 stsp #platform #OpenBSD + hr + table p {
253 8797b228 2019-08-04 stsp margin-top: 0;
256 8797b228 2019-08-04 stsp #platform #OpenBSD + hr + table p:last-child {
257 8797b228 2019-08-04 stsp margin-bottom: 0;
260 8797b228 2019-08-04 stsp #platform h3 {
261 8797b228 2019-08-04 stsp color: var(--blue);
264 8797b228 2019-08-04 stsp /* redefine colors for dark mode */
266 8797b228 2019-08-04 stsp @media (prefers-color-scheme: dark) {
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;
275 8797b228 2019-08-04 stsp color: #BAD7FF;
279 8797b228 2019-08-04 stsp color: #F6BAFF;
283 8797b228 2019-08-04 stsp background-color: #1E1F21;
284 8797b228 2019-08-04 stsp color: #EEEFF1;
288 8797b228 2019-08-04 stsp background: #000000;
289 8797b228 2019-08-04 stsp color: #FFFFFFF;
292 8797b228 2019-08-04 stsp #OpenBSD :link {
293 8797b228 2019-08-04 stsp text-decoration-color: #CF4229;
296 8797b228 2019-08-04 stsp #OpenBSD :link i, #OpenBSD :visited i {
297 8797b228 2019-08-04 stsp color: #F2CA30;
300 8797b228 2019-08-04 stsp #OpenBSD :link b, #OpenBSD :visited b {
301 8797b228 2019-08-04 stsp color: #CF4229;
305 8797b228 2019-08-04 stsp color: #EEEFF1;
308 8797b228 2019-08-04 stsp #faq #OpenBSD small :link {
309 8797b228 2019-08-04 stsp text-decoration-color: #BAD7FF;
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;
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;
323 8797b228 2019-08-04 stsp color: #E05434;
326 8797b228 2019-08-04 stsp .not-openbsd #callout {
327 8797b228 2019-08-04 stsp color: #E05434;
330 3dd5e265 2023-06-28 bentley .not-openbsd blockquote {
331 3dd5e265 2023-06-28 bentley color: #E05434;