Update UI font stacj in all themes to include GW-Symbols
[lw2-viewer.git] / www / css / style-zero.mac.css
blobd9897e521124453a8de3bb8f8acab30359568a6d
2 /*************/
3 /* VARIABLES */
4 /*************/
6 :root {
7 --GW-comment-background-color-odd: transparent;
8 --GW-comment-background-color-even: transparent;
9 --GW-comment-background-color-target: transparent;
11 --inverted-display: none;
14 /***************/
15 /* BASE LAYOUT */
16 /***************/
18 html {
19 box-sizing: border-box;
20 font-size: 16px;
22 *, *::before, *::after {
23 box-sizing: inherit;
25 script {
26 display: none !important;
29 /*=------=*/
30 /*= Body =*/
31 /*=------=*/
33 body {
34 padding: 0;
35 margin: 0;
37 body::before {
38 background-color: inherit;
39 position: fixed;
40 width: 100%;
41 height: 100%;
44 body.no-scroll {
45 overflow-y: scroll;
46 position: fixed;
47 width: 100%;
50 /*=----------------------------=*/
51 /*= Immediate children of body =*/
52 /*=----------------------------=*/
54 body > * {
55 max-width: 900px;
58 /* Special styles for special browsers.
59 (This one is a fix for Firefox’s built-in screenshot feature.)
61 body > iframe[id^='firefox-screenshots'] {
62 max-width: unset;
65 #content {
66 margin: 0 auto;
67 padding: 0 30px;
68 position: relative;
69 overflow: visible;
70 display: grid;
71 grid-template-columns: 2fr 1fr 2fr;
73 #content::before {
74 content: "";
75 display: block;
76 position: absolute;
77 top: 0;
78 left: 0;
79 width: 100%;
80 height: 100%;
81 z-index: -1;
82 pointer-events: none;
85 /*=---------=*/
86 /*= Content =*/
87 /*=---------=*/
89 #content > * {
90 grid-column: 1 / span 3;
93 /*=----------------------=*/
94 /*= Floating UI elements =*/
95 /*=----------------------=*/
97 #ui-elements-container {
98 position: fixed;
99 height: 100vh;
100 top: 0;
101 left: 0;
102 right: 0;
103 margin: auto;
104 z-index: 10000;
105 pointer-events: none;
107 #ui-elements-container > * {
108 pointer-events: auto;
111 /*=----------------=*/
112 /*= Images overlay =*/
113 /*=----------------=*/
114 /* (To exclude images in posts from theme tweaks) */
116 #images-overlay {
117 position: absolute;
118 z-index: 1;
119 left: 0;
120 right: 0;
121 margin: auto;
124 /***********/
125 /* NAV BAR */
126 /***********/
128 .nav-bar {
129 margin: 0 -30px;
130 display: flex;
131 order: -11;
132 z-index: 1;
135 /*=---------------=*/
136 /*= Nav bar items =*/
137 /*=---------------=*/
139 .nav-item {
140 flex: 1 1 auto;
142 .nav-item * {
143 text-overflow: ellipsis;
144 white-space: nowrap;
145 overflow: hidden;
147 .nav-inner {
148 padding: 12px 30px;
149 text-align: center;
150 display: block;
151 position: relative;
153 .nav-bar-top:not(#primary-bar) .nav-inner {
154 padding: 4px 0;
157 #nav-item-sequences .nav-inner::before {
158 font-family: "Font Awesome", "Font Awesome 5 Free";
159 content: "\F5DB";
161 @media only screen and (min-width: 901px) {
162 #nav-item-about .nav-inner {
163 margin-right: 0.5em;
165 #nav-item-sequences .nav-inner::before {
166 font-size: 1rem;
167 display: block;
169 #secondary-bar #nav-item-sequences .nav-inner {
170 font-size: 0;
171 line-height: 1.4;
175 /*=------------=*/
176 /*= Bottom bar =*/
177 /*=------------=*/
179 #bottom-bar {
180 order: 11;
182 h1.listing ~ #bottom-bar {
183 margin-top: 1.25em;
185 #bottom-bar .nav-item {
186 flex: 1 1 0;
189 /*=-----------------=*/
190 /*= Accesskey hints =*/
191 /*=-----------------=*/
193 .nav-inner::after {
194 content: attr(accesskey);
195 display: none;
198 /*=---------------=*/
199 /*= Pagination UI =*/
200 /*=---------------=*/
202 #bottom-bar .nav-item a::before,
203 #top-nav-bar a::before {
204 font-family: "Font Awesome", "Font Awesome 5 Free";
205 font-weight: 900;
206 font-size: 0.8em;
207 position: relative;
208 bottom: 1px;
209 margin-right: 0.5em;
211 #bottom-bar #nav-item-first a::before,
212 #top-nav-bar a.nav-item-first::before {
213 content: "\F33e";
215 #bottom-bar #nav-item-top a::before {
216 content: "\F062";
218 #bottom-bar #nav-item-prev a::before,
219 #top-nav-bar a.nav-item-prev::before {
220 content: "\F060";
222 #bottom-bar #nav-item-next a::before,
223 #top-nav-bar a.nav-item-next::before {
224 content: "\F061";
226 #bottom-bar #nav-item-last a::before,
227 #top-nav-bar a.nav-item-last::before {
228 content: "\F340";
230 #bottom-bar #nav-item-next a::before {
231 margin-left: -2em;
232 margin-right: 0;
233 left: 3.8em;
235 #bottom-bar #nav-item-last a::before {
236 margin-left: -1.8em;
237 margin-right: 0;
238 left: 3.4em;
241 /*= Hover tooltips =*/
243 #top-nav-bar a {
244 position: relative;
246 #top-nav-bar a::after {
247 bottom: calc(100% - 3px);
248 content: attr(data-target-page);
250 #top-nav-bar a::after {
251 display: block;
252 position: absolute;
253 font-size: 0.75rem;
254 width: 100%;
255 line-height: 1;
256 visibility: hidden;
258 #top-nav-bar a:hover::after,
259 #bottom-bar a:hover::after {
260 visibility: visible;
263 /*=-----------------------=*/
264 /*= Decorative bottom bar =*/
265 /*=-----------------------=*/
266 /* (On short pages with no pagination) */
268 #bottom-bar.decorative {
269 position: relative;
271 #bottom-bar.decorative .nav-item {
272 display: none;
275 /*=------------=*/
276 /*= Search tab =*/
277 /*=------------=*/
279 #nav-item-search {
280 flex: 4 1 auto;
282 #nav-item-search form::before {
283 content: "\F002";
284 font-family: "Font Awesome", "Font Awesome 5 Free";
285 font-weight: 900;
286 display: inline-block;
287 vertical-align: top;
288 height: 23px;
289 width: 23px;
291 #nav-item-search input {
292 height: 23px;
293 width: calc(95% - 80px);
294 padding: 1px 4px;
296 #nav-item-search button {
297 height: 21px;
300 /*=-----------=*/
301 /*= Login tab =*/
302 /*=-----------=*/
304 #nav-item-login {
305 position: relative;
306 padding-right: 0.5em;
309 /*******************/
310 /* INBOX INDICATOR */
311 /*******************/
313 #inbox-indicator {
314 position: absolute;
315 top: 1px;
316 right: 0;
317 height: 100%;
318 visibility: hidden;
320 #inbox-indicator::before {
321 content: "\F0E0";
322 font-family: "Font Awesome", "Font Awesome 5 Free";
323 color: #bbb;
324 font-size: 1.1875rem;
325 position: absolute;
326 height: 100%;
327 right: 0;
328 top: 0;
329 padding: 0 0.45em;
330 visibility: visible;
331 font-weight: 900;
333 #inbox-indicator.new-messages::before {
334 color: #f00;
335 text-shadow:
336 0 0 1px #777,
337 0.5px 0.5px 1px #777;
339 a#inbox-indicator:hover::before {
340 color: #fff;
341 text-shadow:
342 0 0 1px #000,
343 0 0 2px #000,
344 0 0 4px #000,
345 0 0 1px #777,
346 0.5px 0.5px 1px #777;
348 a#inbox-indicator.new-messages:hover::before {
349 text-shadow:
350 0 0 1px #f00,
351 0 0 2px #f00,
352 0 0 4px #f00,
353 0 0 1px #777,
354 0.5px 0.5px 1px #777;
357 /****************/
358 /* PAGE TOOLBAR */
359 /****************/
361 .page-toolbar {
362 font-size: 0.9em;
363 line-height: 1.8;
364 text-align: right;
365 margin-right: -20px;
367 #content > .page-toolbar {
368 grid-column: 3;
369 grid-row: span 3;
371 #content.user-page > .page-toolbar {
372 grid-column: 2 / span 2;
373 order: -4;
376 /*=--------------------------=*/
377 /*= Page toolbar items (all) =*/
378 /*=--------------------------=*/
380 .page-toolbar > * {
381 display: inline-block;
382 margin-left: 1.5em;
384 .page-toolbar > form button {
385 padding: 0;
386 text-align: right;
387 white-space: unset;
389 .page-toolbar > form button::before {
390 text-align: center;
392 .page-toolbar .button::before {
393 font-family: "Font Awesome", "Font Awesome 5 Free";
394 font-size: 0.9em;
395 padding-right: 0.3em;
398 /*=-------------------------------=*/
399 /*= Page toolbar items (specific) =*/
400 /*=-------------------------------=*/
402 .new-post::before {
403 content: '\F067';
404 font-weight: 900;
406 .new-private-message::before {
407 content: '\F075';
408 font-weight: 400;
410 .logout-button::before {
411 content: '\F2F5';
412 font-weight: 900;
414 #enable-push-notifications::before {
415 content: '\F0F3';
416 font-weight: 400;
418 .ignore-button::before {
419 content: "\F070";
420 font-weight: 400;
422 .unignore-button::before {
423 content: "\F06E";
424 font-weight: 400;
426 .rss::before {
427 content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiANCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIGlkPSJSU1NpY29uIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+DQo8ZGVmcz4NCjxsaW5lYXJHcmFkaWVudCB4MT0iMC4wODUiIHkxPSIwLjA4NSIgeDI9IjAuOTE1IiB5Mj0iMC45MTUiIGlkPSJSU1NnIj4NCjxzdG9wICBvZmZzZXQ9IjAuMCIgc3RvcC1jb2xvcj0iI0UzNzAyRCIvPjxzdG9wICBvZmZzZXQ9IjAuMTA3MSIgc3RvcC1jb2xvcj0iI0VBN0QzMSIvPg0KPHN0b3AgIG9mZnNldD0iMC4zNTAzIiBzdG9wLWNvbG9yPSIjRjY5NTM3Ii8+PHN0b3AgIG9mZnNldD0iMC41IiBzdG9wLWNvbG9yPSIjRkI5RTNBIi8+DQo8c3RvcCAgb2Zmc2V0PSIwLjcwMTYiIHN0b3AtY29sb3I9IiNFQTdDMzEiLz48c3RvcCAgb2Zmc2V0PSIwLjg4NjYiIHN0b3AtY29sb3I9IiNERTY0MkIiLz4NCjxzdG9wICBvZmZzZXQ9IjEuMCIgc3RvcC1jb2xvcj0iI0Q5NUIyOSIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjwvZGVmcz4NCjxyZWN0IHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiByeD0iNTUiIHJ5PSI1NSIgeD0iMCIgIHk9IjAiICBmaWxsPSIjQ0M1RDE1Ii8+DQo8cmVjdCB3aWR0aD0iMjQ2IiBoZWlnaHQ9IjI0NiIgcng9IjUwIiByeT0iNTAiIHg9IjUiICB5PSI1IiAgZmlsbD0iI0Y0OUM1MiIvPg0KPHJlY3Qgd2lkdGg9IjIzNiIgaGVpZ2h0PSIyMzYiIHJ4PSI0NyIgcnk9IjQ3IiB4PSIxMCIgeT0iMTAiIGZpbGw9InVybCgjUlNTZykiLz4NCjxjaXJjbGUgY3g9IjY4IiBjeT0iMTg5IiByPSIyNCIgZmlsbD0iI0ZGRiIvPg0KPHBhdGggZD0iTTE2MCAyMTNoLTM0YTgyIDgyIDAgMCAwIC04MiAtODJ2LTM0YTExNiAxMTYgMCAwIDEgMTE2IDExNnoiIGZpbGw9IiNGRkYiLz4NCjxwYXRoIGQ9Ik0xODQgMjEzQTE0MCAxNDAgMCAwIDAgNDQgNzMgViAzOGExNzUgMTc1IDAgMCAxIDE3NSAxNzV6IiBmaWxsPSIjRkZGIi8+DQo8L3N2Zz4NCg==');
428 display: inline-block;
429 width: 1em;
430 padding-right: 0.2em;
431 position: relative;
432 top: 1px;
435 /*********************/
436 /* TOP PAGINATION UI */
437 /*********************/
439 #top-nav-bar {
440 grid-column: 2;
441 margin: 0.25em 0 0 0;
442 padding: 0.75em 0 0 0;
443 text-align: center;
444 font-size: 1.25em;
445 display: flex;
446 justify-content: center;
448 #top-nav-bar a {
449 line-height: 1;
451 #top-nav-bar a.disabled {
452 pointer-events: none;
453 visibility: hidden;
455 #top-nav-bar .page-number {
456 position: relative;
457 display: inline-block;
458 width: 1.5em;
460 #top-nav-bar .page-number-label {
461 position: absolute;
462 font-size: 0.5em;
463 text-transform: uppercase;
464 width: 100%;
465 bottom: 90%;
466 left: 0;
468 #top-nav-bar a::before {
469 margin: 0.5em;
470 display: inline-block;
473 /****************/
474 /* SUBLEVEL NAV */
475 /****************/
477 .sublevel-nav {
478 text-align: center;
479 display: flex;
480 justify-content: center;
481 margin: 1em 0 0 0;
483 #content > .sublevel-nav:not(.sort) {
484 grid-column: 2;
485 align-self: start;
487 .sublevel-nav .sublevel-item {
488 flex: 0 0 6em;
489 padding: 0.125em 0.5em;
490 font-size: 1.125rem;
492 .sublevel-nav .sublevel-item:active {
493 transform: none;
495 .sublevel-nav .sublevel-item.selected {
496 cursor: default;
499 /***********************/
500 /* SORT ORDER SELECTOR */
501 /***********************/
503 .sublevel-nav.sort {
504 position: relative;
505 margin-top: 8px;
506 font-size: 0.75em;
508 #content > .sublevel-nav.sort {
509 grid-column: 3;
510 grid-row: span 2;
511 justify-self: end;
512 align-self: start;
513 flex-flow: column;
515 #content.index-page > .sublevel-nav.sort {
516 grid-column: 1;
517 justify-self: start;
518 flex-flow: row;
521 .sublevel-nav.sort::before {
522 content: "Sort";
523 font-size: 0.75rem;
524 position: absolute;
525 top: 0;
526 left: 0;
527 width: 100%;
529 .sublevel-nav.sort .sublevel-item {
530 line-height: 1;
531 font-size: 0.875rem;
532 flex-basis: unset;
535 /*******************************/
536 /* COMMENTS SORT MODE SELECTOR */
537 /*******************************/
539 .comments > .sublevel-nav.sort {
540 margin: 1em auto 0 auto;
542 @supports (width: -moz-fit-content) {
543 .comments > .sublevel-nav.sort {
544 width: -moz-fit-content;
547 @supports (width: fit-content) {
548 .comments > .sublevel-nav.sort {
549 width: fit-content;
553 /******************/
554 /* WIDTH SELECTOR */
555 /******************/
557 #width-selector {
558 position: absolute;
559 top: 4px;
560 right: -78px;
562 #width-selector button {
563 width: 22px;
564 height: 22px;
565 padding: 6px;
566 margin: 1px;
567 overflow: hidden;
568 background-repeat: no-repeat;
569 background-size: 100%;
570 background-origin: content-box;
572 #width-selector button,
573 #width-selector button:active,
574 #width-selector button:focus {
575 text-shadow: none;
576 color: transparent;
578 #width-selector button:disabled {
579 cursor: auto;
581 #width-selector button.select-width-normal {
582 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIqnI+py+0PU5hB0Sqp1Xlu32HI9YkHGZZqyo6cC8Kmgcqr3Z5vxPf+nygAADs=');
584 #width-selector button.select-width-wide {
585 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIrnI+py+0PT5jB0TqupUY37zEg95HhMk6bmpGi6aIw+7KnkmK1HvX+DzwUAAA7');
587 #width-selector button.select-width-fluid {
588 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIwnI+py+0/ApIwUGOfvTGzzYELGIoTiZpdylJte7xoQp7beMc5XnL4CYlMgsSisVEAADs=');
591 /*=----------------=*/
592 /*= Hover tooltips =*/
593 /*=----------------=*/
595 #width-selector button::after {
596 content: attr(data-name);
597 position: absolute;
598 display: block;
599 left: 0;
600 width: 100%;
601 text-align: center;
602 top: 56px;
603 visibility: hidden;
605 #width-selector button.selected::after {
606 content: attr(data-name) " (selected)";
608 #width-selector button:hover:not(:active)::after {
609 visibility: visible;
612 head.content-width-normal + body > * {
613 max-width: 900px;
615 head.content-width-wide + body > * {
616 max-width: 1150px;
618 head.content-width-fluid + body > * {
619 max-width: calc(100% - 300px);
622 /******************/
623 /* THEME SELECTOR */
624 /******************/
626 #theme-selector {
627 position: absolute;
628 top: 3px;
629 left: -41px;
630 opacity: 0.4;
631 display: table;
632 max-width: 40px;
634 #theme-selector:hover {
635 opacity: 1.0;
638 /*=----------------------=*/
639 /*= Theme select buttons =*/
640 /*=----------------------=*/
642 .theme-selector button {
643 display: table-cell;
644 width: 26px;
645 height: 26px;
646 padding: 5px;
647 margin: 1px 7px 0 7px;
648 color: transparent;
649 background-size: 16px 16px;
650 background-origin: content-box;
652 .theme-selector button,
653 .theme-selector button:hover,
654 .theme-selector button:active,
655 .theme-selector button:focus {
656 text-shadow: none;
657 color: transparent;
659 .theme-selector button:disabled {
660 cursor: auto;
663 /*=----------------------------=*/
664 /*= Pre-rendered button images =*/
665 /*=----------------------------=*/
666 /* (Each is just a capital letter A through whatever) */
668 .theme-selector button:nth-of-type(1) {
669 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAAAA0NDRYWFhwcHCIiIioqKjU1NTs7O0BAQEtLS09PT1ZWVlxcXGNjY2VlZWZmZmpqamxsbG1tbXd3d4WFhYeHh46OjpaWlpubm6Ojo6ampqysrK+vr7GxsbKysra2tr29vcDAwMnJyc3NzdLS0tra2tvb293d3d/f3+Tk5Ofn5+rq6uvr6+3t7e7u7vHx8fb29vf39/r6+vv7+/39/f7+/v///38AAA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGmUCbcEgsGo/IpHLJbDqf0Kh0Sq0eQwHCyVqsKQAACpdYAgMGrrGwYgZs1C9C+zAbc9rgEZeGwAMiXCRmHRdgAipWE4YtJmYYVSwCYBI2NQxgBDBUGWYSHh+SYCBTMgZ+bQs0UiKneCVRNRBmCw61DwlmYlApZnREMQVgaFCFYBpGFmZvTjRfAAIrRihmDTVq19jZ2tvc3d5CQQA7');
671 .theme-selector button:nth-of-type(2) {
672 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAAAA0NDRwcHCYmJioqKk1NTVVVVV1dXWJiYmNjY3d3d35+foiIiIuLi5aWlq2trbOzs7S0tLm5ucXFxcrKysvLy83NzdLS0tXV1dbW1tra2tvb2+Xl5ebm5ujo6Onp6e3t7e7u7vT09Pb29vf39/j4+Pv7+/39/f7+/v///wAAwKwtDQEAAAAQrAUAAGAAABUAAAAAAAAAEKwFAABgAABQ4VxT/38AAA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGj0CAcEgsGo/IpHLJbDqf0Kh0Sq0KAx0TaUsqcRzWQChFLpM/BGoAZG5P1OyUiXI5lUeD6ZosEgAWd2lSeykieQllhnpxJAoMH2UZcG1lIYKDcZQhBpOUZCcFi2QjaQgeZRaiKXhCDWUaqn1CD6+qKRIQGGYbtpQoC3pjnikRapBtIhUHVszNzs/Q0dLT1ENBADs=');
674 .theme-selector button:nth-of-type(3) {
675 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMe7m4+7n5O7o5e7q6e7t7e7u7u/f2O/f2e/g2u/i3PDa0fDb0/Dc1PDd1fDd1vLAq/LKufLKuvLMvfLQwvO4oPO6o/O7pPO8pfO9pvPAq/PBrfPFsvSylvS4n/Wqi/Wxlfakg/aoiPaqi/eadPeeefiMYPiRZ/iTafiTaviUa/iWbfiXb/iYcfqBUPqCUft0Pft3Qft7RvxvNvxxOPx0PPx1Pf1mKP1nKf1nKv1pLP1pLf1qLv1rL/1sMP1tMgAAACwAAAAAIAAgAAAGnsCCcEgsGo/IpHLJbDqf0Kh0Cl1AIBEHtciR2b5f3wpBNbzA6C+OIVXo0mlcI0qAoWmhi8f1jRGiHWgkRQctInQ1YCZbRQlvNnKMRI5fMwOSQxlgJZhDG2B+nQUJOV88AaIAO2AsogUnaCBFBCojUpRgNR8QGiulPQJSgXBpFVMPpcQ2Nw9UAik3aTcoZIwEEhQWGBN/rt7f4OHi451BADs=');
677 .theme-selector button:nth-of-type(4) {
678 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMYiHh4iIiImGhYqGhYuHhYyGg46Gg5CFgJKEfpKFf5WDfJeEfJiCeZmDeZqCeZuCd56BdZ+AdKZ/cKd/bq19abJ8ZbZ6Ybd5YMR1VctzUMxzT8x0UNJxStNxSdNyStRxSddwRthvRNlvRNtvQ99uQOFuPuRsO+ZtO+dsOuhsOOtrNuxrNvBpMfBpMvNoL/ZnLPZoLvhnLPlmKvpmKvtnKvxmKPxmKf1mKA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGn8CAcEgsGo/IpHLJbDqf0Kh0Sq0KBauX9iVrZRBWBe1GLpM11cSsZplMKqIaOTWYqmsM4uFEBtnXD0UAKDc1EVJ3gUUNNjcjiIBHITcsAlGJRxw3MASXkUYVm3VQmEYbNy6jT6VFHZudpJ9EBjI3JZA1ikQeZBe4ugEAH2QqALgUDQ4QGDFkMgt/ZmYmBVRq0i8kElbc3d7f4OHi4+REQQA7');
680 .theme-selector button:nth-of-type(5) {
681 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMQAw5wMy5gc15hI95RQ/5BhC4xtE5CZN4idN4Upo3Zai05um0p2o0qCq0aKr0aqy0Kyz0K200K+10LK4z7q+zru/zry/zr3Azr7Bzr/CzsDDzsHDzcTGzcnJzMrKzMzMzCwAAAAAIAAgAAAFbeAnjmRpnmiqrmzrvnAsz3Q9esmB7Hxh1ZsBYEgEBCo1DkHgmEiez05ymbGZlIKflYRFbkfY6lekBOh4hoitXBwq1kuG5EF/aOAC8Rir3S/7X3xjZEsQGBSIFBdwbUQNU41DC4OUlZaXmJmaViEAOw==');
683 .theme-selector button:nth-of-type(6) {
684 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMQAAAA0NDS4uLjU1NTg4OElJSVZWVmNjY21tbaOjo62trbOzs8XFxcvLy8zMzNDQ0Nvb2+Dg4OHh4ePj4+Xl5e7u7vLy8v39/f///4n/fwAAwKwtDQEAAAAeBwAAAAAAACwAAAAAIAAgAAAFWiAmjmRpnmiqrmzrvnAsz3RNJkKh70NlH4CgEBDw1RCABSXCZF5syIfthGxMTdVrKasdIQGGHWEy/Q4BjDJAIYG4IRa1tCvi0u1dvFZ/5asddIGCg4SFhoeDIQA7');
686 .theme-selector button:nth-of-type(7) {
687 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMWcEFG4QH3QZKHcfLXslM4AtOYIxPYQ1QYY4Q4tAS5VPWZpYYbKAhrSCh7iJjruPk72RlcWfosikp8qnqsyrrNK1tdO2tta7u9e+vtzExOTS0ebV0+bW1OfX1ejY1ujZ1+na1+nb2Ozf3Ozg3e3h3u7i3+/k4fDm4/Ho5PLq5vPr5/Ts6PXu6vfx7fjz7/j07/n18Pr28fr38vv48/v59Pz69f379v389/79+P//+gAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGssCccEgsGo/IpHLJbDqf0Kh0CmWhVi5q0TYhAL6AwySmFRXAaEAANOWAIScbjRT5fqQzBEAQMrYoOFIWamxaRTV6DIZGL2cbi0UgAAMtRDAyM5kzMlGSAixDjWkJN1Adk6BComgLgU8nAgEllpg2GgAKrk4yZw9IkrlRD3uzRsC6TioCAAQmRh4ArVIXYBKpMBhepFMZaAYHaBVaLA5pAA0pkDQjISEmM5Dx8vP09fb3UUEAOw==');
689 .theme-selector button:nth-of-type(8) {
690 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMVONTVSNTlaPUFeQUViQUlmRU2yeZ3Cga3KhbYKsfqbEo6jGpazIqbLMr7PNsMHWvsHWv8LXwMPXwejw5+nw6Orx6e/07vH28PX49Pf69vn7+fv9+/z9/P7//v///wAAACwAAAAAIAAgAAAFe6AnjmRpnmiqrmzrvnAsz3Rts52zbKamNBxZxwB4mC6CAEWIKJowhECF6SxBpVSjNTqNdZqSJ5fKyFzO58kA620C3nA4G/YFEAr4fAEwf9UhYn0udVokV110TYUjh1mBiH6Kj0IHVYZRS14JABFiAhY3oaKjpKWmp6g2IQA7');
692 .theme-selector button:nth-of-type(9) {
693 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMZLDlpPDl5XEmJfFmpfGm5rHnZ3JoKjPq6nPrLXWuL/cwe317e317vb69vz9/P3+/f7//v///wAAQBsmAIBgAAAQhqFS/38AAO86GpX/fwAAwAzpDQEAAAAeBwAAAAAAACwAAAAAIAAgAAAFT2AkjmRpnmiqrmzrvnAsz3RtQsig2OYSAAdeifELCkcNAfA4ghiWzIgTypwaq8/r0RqVZrvcaBhLPT4KZSExzVtrhQ4CINGt2+/4vH4/CwEAOw==');
696 /*=------------------------------=*/
697 /*= Theme select button tooltips =*/
698 /*=------------------------------=*/
699 /* (with the name & description of the theme that each button selects) */
701 #theme-selector button {
702 position: relative;
703 z-index: 1;
705 #theme-selector button::before {
706 content: attr(data-theme-name);
707 position: absolute;
708 top: 0;
709 right: 100%;
710 padding: 5px 6px 6px 6px;
711 line-height: 1;
712 width: 6em;
713 text-align: right;
714 z-index: 1;
715 visibility: hidden;
717 #theme-selector:hover button::before {
718 visibility: visible;
720 #theme-selector:hover ~ #theme-tweaker-toggle,
721 #theme-selector:active ~ #theme-tweaker-toggle {
722 z-index: -1;
725 /************************/
726 /* THEME TWEAKER TOGGLE */
727 /************************/
729 #theme-tweaker-toggle {
730 position: absolute;
731 top: 7px;
732 left: -75px;
734 #theme-tweaker-toggle button {
735 font-family: "Font Awesome", "Font Awesome 5 Free";
736 font-weight: 900;
737 font-size: 1.25rem;
738 opacity: 0.4;
739 z-index: 1;
741 #theme-tweaker-toggle button:hover {
742 opacity: 1.0;
745 /*******************/
746 /* QUICKNAV WIDGET */
747 /*******************/
749 #quick-nav-ui {
750 position: absolute;
751 right: -67px;
752 bottom: 20px;
754 #quick-nav-ui a {
755 font-family: "Font Awesome", "Font Awesome 5 Free";
756 font-weight: 900;
757 font-size: 1.5rem;
758 line-height: 1.7;
759 text-align: center;
760 display: block;
761 width: 40px;
762 height: 40px;
763 margin: 10px 0 0 0;
765 #quick-nav-ui a[href='#comments'].no-comments {
766 pointer-events: none;
768 #quick-nav-ui a {
769 visibility: hidden;
771 #content.post-page ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
772 visibility: visible;
775 /************************/
776 /* NEW COMMENT QUICKNAV */
777 /************************/
779 #new-comment-nav-ui {
780 position: absolute;
781 right: -112px;
782 bottom: 42px;
784 #new-comment-nav-ui > * {
785 display: block;
786 position: relative;
788 #new-comment-nav-ui.no-comments {
789 display: none;
792 /*=--------------------=*/
793 /*= New comments count =*/
794 /*=--------------------=*/
796 #new-comment-nav-ui .new-comments-count {
797 width: 2em;
798 font-size: 1.25rem;
799 line-height: 1.1;
800 text-align: center;
801 left: 1px;
802 cursor: pointer;
804 #new-comment-nav-ui .new-comments-count::selection {
805 background-color: transparent;
807 #new-comment-nav-ui .new-comments-count::after {
808 content: "NEW";
809 display: block;
810 font-size: 0.625rem;
813 /*=-----------------------------------=*/
814 /*= Next/previous new comment buttons =*/
815 /*=-----------------------------------=*/
817 #new-comment-nav-ui .new-comment-sequential-nav-button {
818 font-size: 1.75rem;
819 font-family: "Font Awesome", "Font Awesome 5 Free";
820 font-weight: 900;
821 width: 1.5em;
822 z-index: 5001;
824 #new-comment-nav-ui .new-comment-previous {
825 top: 8px;
827 #new-comment-nav-ui .new-comment-next {
828 bottom: 6px;
830 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
831 cursor: auto;
832 pointer-events: none;
835 /*******************/
836 /* HNS DATE PICKER */
837 /*******************/
839 #hns-date-picker {
840 position: absolute;
841 bottom: 72px;
842 right: -253px;
843 opacity: 0.6;
845 #hns-date-picker:hover,
846 #hns-date-picker:focus-within {
847 opacity: 1.0;
849 #hns-date-picker.no-comments {
850 display: none;
853 /*=---------------=*/
854 /*= "Since" label =*/
855 /*=---------------=*/
857 #hns-date-picker span {
858 display: block;
859 font-size: 0.75rem;
860 text-transform: uppercase;
863 /*=--------------------=*/
864 /*= "Since" text field =*/
865 /*=--------------------=*/
867 #hns-date-picker input {
868 margin-top: 1px;
869 padding: 1px 3px;
870 width: 140px;
871 text-align: center;
872 box-shadow: 0 0 0 1px transparent;
875 /************************/
876 /* ANTI-KIBITZER TOGGLE */
877 /************************/
879 #anti-kibitzer-toggle {
880 position: absolute;
881 right: -67px;
882 bottom: 225px;
884 #anti-kibitzer-toggle button {
885 display: block;
886 width: 40px;
887 height: 54px;
888 padding: 0;
890 #anti-kibitzer-toggle button::before,
891 #anti-kibitzer-toggle button::after {
892 font-family: "Font Awesome", "Font Awesome 5 Free";
894 #anti-kibitzer-toggle button::before {
895 content: "\F06E";
896 display: block;
897 font-size: 1.75em;
898 font-weight: 400;
900 #anti-kibitzer-toggle button::after {
901 content: "\F007\2004\F164";
902 font-size: 0.875em;
903 font-weight: 900;
905 #anti-kibitzer-toggle.engaged button::before {
906 content: "\F070";
909 /************************/
910 /* TEXT SIZE ADJUSTMENT */
911 /************************/
913 #text-size-adjustment-ui {
914 position: absolute;
915 top: 30px;
916 right: -78px;
917 opacity: 0.4;
919 #text-size-adjustment-ui:hover {
920 opacity: 1.0;
923 /* This doesn't work in Mozilla browsers, so hide it */
924 @-moz-document url-prefix() {
925 #text-size-adjustment-ui {
926 display: none;
930 /*=---------=*/
931 /*= Buttons =*/
932 /*=---------=*/
934 #text-size-adjustment-ui button {
935 font-weight: 900;
936 font-family: "Font Awesome", "Font Awesome 5 Free";
937 font-size: 0.75rem;
938 width: 24px;
939 height: 24px;
940 padding: 0;
942 #text-size-adjustment-ui button.default {
943 font-family: inherit;
944 font-size: 1.125rem;
945 position: relative;
946 top: 1px;
948 #text-size-adjustment-ui button:disabled {
949 opacity: 0.5;
951 #text-size-adjustment-ui button:disabled:hover {
952 cursor: default;
955 /*=----------------=*/
956 /*= Hover tooltips =*/
957 /*=----------------=*/
959 #text-size-adjustment-ui::after {
960 content: "Adjust text size";
961 position: absolute;
962 display: block;
963 left: 0;
964 width: 100%;
965 text-align: center;
966 top: 32px;
967 visibility: hidden;
968 font-size: 0.9em;
970 #text-size-adjustment-ui:hover::after {
971 visibility: visible;
974 /*******************************/
975 /* COMMENTS VIEW MODE SELECTOR */
976 /*******************************/
978 #comments-view-mode-selector {
979 position: absolute;
980 bottom: 30px;
981 left: -40px;
982 opacity: 0.6;
984 #comments-view-mode-selector:hover {
985 opacity: 1.0;
988 /*=---------=*/
989 /*= Buttons =*/
990 /*=---------=*/
992 #comments-view-mode-selector a {
993 display: block;
994 font-family: "Font Awesome", "Font Awesome 5 Free";
995 font-size: 1.25rem;
996 text-align: center;
997 opacity: 0.4;
998 padding: 0.25em;
999 z-index: 1;
1001 #comments-view-mode-selector a.threaded {
1002 transform: scaleY(-1);
1003 font-weight: 900;
1005 #comments-view-mode-selector a.chrono {
1006 font-weight: normal;
1008 #comments-view-mode-selector a.selected,
1009 #comments-view-mode-selector a:hover {
1010 opacity: 1.0;
1011 text-decoration: none;
1013 #comments-view-mode-selector a.selected {
1014 cursor: default;
1017 /*****************/
1018 /* KEYBOARD HELP */
1019 /*****************/
1021 #keyboard-help-overlay {
1022 width: 100vw;
1023 height: 100vh;
1024 background-color: rgba(0,0,0,0.7);
1025 position: fixed;
1026 left: 0;
1027 top: 0;
1028 z-index: 5001;
1030 display: flex;
1031 justify-content: center;
1032 align-items: center;
1033 padding: 20px 30px 30px 20px;
1035 visibility: hidden;
1038 #keyboard-help-overlay .keyboard-help-container {
1039 background-color: #fff;
1040 filter: drop-shadow(4px 4px 2px #000);
1041 flex: 1 1 auto;
1042 max-width: 1500px;
1043 max-height: 100%;
1044 overflow-y: auto;
1045 position: relative;
1047 #keyboard-help-overlay .keyboard-help-container h1 {
1048 text-align: center;
1049 border-bottom: 1px solid #ddd;
1050 margin: 0;
1051 padding: 10px 20px;
1053 #keyboard-help-overlay .keyboard-help-container .note {
1054 margin: 0.5em auto;
1055 padding: 0 1em;
1056 width: fit-content;
1058 #keyboard-help-overlay .keyboard-help-container .keyboard-shortcuts-lists {
1059 column-width: 21em;
1060 column-count: auto;
1061 column-gap: 1.5em;
1062 border-top: 1px solid #ddd;
1063 padding: 15px 20px;
1065 #keyboard-help-overlay .keyboard-help-container ul {
1066 list-style-type: none;
1067 margin: 0;
1068 padding: 0;
1069 break-inside: avoid;
1070 white-space: nowrap;
1072 #keyboard-help-overlay .keyboard-help-container ul:nth-of-type(n+2) {
1073 margin: 20px 0 0 0;
1075 #keyboard-help-overlay .keyboard-help-container ul li.section {
1076 font-weight: bold;
1077 font-size: 1.125rem;
1078 break-after: avoid;
1080 #keyboard-help-overlay .keyboard-help-container .keys {
1081 margin: 0 0.5em 0 0;
1082 min-width: 4.5em;
1083 display: inline-block;
1085 #keyboard-help-overlay .keyboard-help-container .keys code {
1086 margin: 0 6px 0 0;
1088 #keyboard-help-overlay .keyboard-help-container code {
1089 display: inline-block;
1090 background-color: #eee;
1091 border: 1px solid #ccc;
1092 padding: 3px 8px 4px 8px;
1093 margin: 0 1px;
1095 #keyboard-help-overlay .keyboard-help-container code.ak {
1096 background-color: #ffeb83;
1097 border-color: #d4a500;
1099 #keyboard-help-overlay .keyboard-help-container code.ak::before {
1100 content: "ak+";
1101 opacity: 0.3;
1104 #nav-item-about button.open-keyboard-help {
1105 display: none;
1107 @media only screen and (hover:hover) and (pointer:fine) {
1108 #nav-item-about {
1109 position: relative;
1110 padding-right: 0.25em;
1112 #nav-item-about button.open-keyboard-help {
1113 font-family: "Font Awesome", "Font Awesome 5 Free";
1114 font-weight: 900;
1115 position: absolute;
1116 top: 0;
1117 right: 0;
1118 height: 100%;
1119 padding: 8px;
1120 display: initial;
1121 line-height: 1;
1122 background-color: transparent;
1126 #keyboard-help-overlay button.close-keyboard-help {
1127 position: absolute;
1128 right: 0;
1129 top: 0;
1130 font-family: "Font Awesome", "Font Awesome 5 Free";
1131 font-size: 1.5rem;
1132 padding: 10px 12px;
1135 /************/
1136 /* ARCHIVES */
1137 /************/
1139 .archive-nav {
1140 margin: 1.25em 0.5em 0 0.5em;
1141 padding: 0.25em;
1143 .archive-nav > * {
1144 display: flex;
1146 .archive-nav *[class^='archive-nav-item'] {
1147 line-height: 1;
1148 flex: 1 1 5%;
1149 text-align: center;
1150 padding: 6px 4px 4px 4px;
1151 max-width: 8%;
1153 @-moz-document url-prefix() {
1154 .archive-nav *[class^='archive-nav-item'] {
1155 padding: 5px 4px;
1158 .archive-nav-days .archive-nav-item-day {
1159 font-size: 0.8em;
1160 padding: 7px 0 5px 0;
1161 max-width: 4%;
1163 .archive-nav-days .archive-nav-item-day:first-child {
1164 flex-basis: 10%;
1167 /************/
1168 /* ARCHIVES */
1169 /************/
1171 .archive-nav {
1172 margin: 1.25em 0.5em 0 0.5em;
1173 padding: 0.25em;
1175 .archive-nav > * {
1176 display: flex;
1178 .archive-nav *[class^='archive-nav-item'] {
1179 line-height: 1;
1180 flex: 1 1 5%;
1181 text-align: center;
1182 padding: 6px 4px 4px 4px;
1183 max-width: 8%;
1185 @-moz-document url-prefix() {
1186 .archive-nav *[class^='archive-nav-item'] {
1187 padding: 5px 4px;
1190 .archive-nav-days .archive-nav-item-day {
1191 font-size: 0.8em;
1192 padding: 7px 0 5px 0;
1193 max-width: 4%;
1195 .archive-nav-days .archive-nav-item-day:first-child {
1196 flex-basis: 10%;
1199 /************/
1200 /* LISTINGS */
1201 /************/
1203 h1.listing {
1204 font-size: 1.875rem;
1205 line-height: 1.15;
1206 max-height: 1.15em;
1207 position: relative;
1210 h1.listing a {
1211 position: relative;
1214 /* Links to link-posts (not the link-post links themselves; that's below) */
1215 h1.listing .link-post-link + a {
1216 margin-left: 0.25em;
1219 h1.listing .link-post-link {
1220 font-size: 0.8em;
1221 display: inline;
1222 vertical-align: top;
1223 position: relative;
1224 top: 4px;
1227 /*=----------------------=*/
1228 /*= Listing hover reveal =*/
1229 /*=----------------------=*/
1230 /* (On desktops, hover over a multi-line listing to reveal all of it) */
1232 @media only screen and (min-width: 1160px) {
1233 h1.listing a {
1234 max-width: 100%;
1235 display: inline-block;
1236 white-space: nowrap;
1237 text-overflow: ellipsis;
1238 overflow: hidden;
1239 border-bottom: 1px solid transparent;
1240 -webkit-hyphens: auto;
1241 -moz-hyphens: auto;
1242 -ms-hyphens: auto;
1243 hyphens: auto;
1244 z-index: 1;
1245 padding: 0 0 1px 1px;
1247 h1.listing .link-post-link + a {
1248 max-width: calc(100% - 33px);
1250 h1.listing a:hover,
1251 h1.listing a:focus {
1252 text-decoration: dotted underline;
1253 white-space: initial;
1254 overflow: visible;
1255 z-index: 2;
1257 h1.listing:focus-within::before {
1258 content: "\F105";
1259 font-family: "Font Awesome", "Font Awesome 5 Free";
1260 display: block;
1261 position: absolute;
1262 left: -0.75em;
1265 /* Adds hysteresis to the hover area (i.e., prevents oscillation due to small
1266 mouse movements) */
1268 h1.listing a:not(.edit-post-link):hover::before {
1269 content: "";
1270 position: absolute;
1271 top: -10px;
1272 right: -10px;
1273 bottom: -10px;
1274 left: -10px;
1275 z-index: -1;
1277 h1.listing .link-post-link:hover {
1278 text-decoration: none;
1282 /*=-----------------------=*/
1283 /*= In-listing edit links =*/
1284 /*=-----------------------=*/
1286 h1.listing .edit-post-link {
1287 position: absolute;
1288 margin: 0;
1291 /*=---------------------------------=*/
1292 /*= Error messages on listing pages =*/
1293 /*=---------------------------------=*/
1295 .listing-message {
1296 width: 100%;
1297 text-align: center;
1298 padding: 1.25em 0 1.25em 0;
1299 font-size: 1.375em;
1302 /*********************/
1303 /* LISTING POST-META */
1304 /*********************/
1306 h1.listing + .post-meta {
1307 position: relative;
1308 justify-content: flex-start;
1309 margin: 0 20px 0 21px;
1312 h1.listing + .post-meta > * {
1313 margin: 0 1em 0 0;
1316 h1.listing + .post-meta .post-section {
1317 width: 0;
1318 margin: 0;
1319 overflow: hidden;
1321 h1.listing + .post-meta .post-section::before {
1322 position: absolute;
1323 left: -36px;
1326 h1.listing + .post-meta .read-time {
1327 cursor: default;
1330 /********************/
1331 /* SEQUENCES & TAGS */
1332 /********************/
1334 .sequence-text, .tag-description {
1335 font-size: 1.2rem;
1336 padding: 0 22px;
1339 #content.tag-index-page .tag-description {
1340 margin: 1em 0 0;
1343 section {
1344 margin-top: 2em;
1345 margin-bottom: 4em;
1348 h1.sequence-chapter {
1349 font-size: 2.3rem;
1352 article {
1353 max-width: 100%;
1356 .post-meta + .comments {
1357 margin-top: 3em;
1360 .tag-list {
1361 column-count: auto;
1362 column-width: 15em;
1363 margin-top: 0;
1364 border-bottom: 1px solid #999;
1365 padding-bottom: 1em;
1366 margin-bottom: 0;
1369 /**************/
1370 /* USER PAGES */
1371 /**************/
1373 /*=---------------------=*/
1374 /*= User's display name =*/
1375 /*=---------------------=*/
1377 #content.user-page h1.page-main-heading {
1378 margin: 0.25em 0 0 0;
1379 line-height: 1.1;
1380 grid-column: 1 / span 2;
1381 order: -2;
1384 #content.user-page h1.page-main-heading .user-full-name {
1385 font-size: 1rem;
1386 font-weight: normal;
1387 padding-left: 0.5em;
1390 /*=--------------------=*/
1391 /*= User's karma total =*/
1392 /*=--------------------=*/
1394 #content.user-page .user-stats {
1395 grid-column: 3;
1396 order: -2;
1397 text-align: right;
1398 align-self: end;
1401 #content.user-page .user-stats .karma-type {
1402 white-space: nowrap;
1405 /*=----------------------=*/
1406 /*= Expanded vs. compact =*/
1407 /*=----------------------=*/
1409 #content.user-page #comments-list-mode-selector {
1410 grid-row: span 2;
1412 #content.user-page #comments-list-mode-selector button {
1413 display: block;
1416 /*=----------------------------------------------------=*/
1417 /*= All, Posts, Comments, Drafts, Conversations, Inbox =*/
1418 /*=----------------------------------------------------=*/
1420 #content.user-page .sublevel-nav {
1421 margin-bottom: 0.5em;
1424 /*=--------------=*/
1425 /*= User's posts =*/
1426 /*=--------------=*/
1428 #content.user-page h1.listing {
1429 margin: 0.5em 0 0 0;
1432 #content.user-page .user-bio :first-child {
1433 margin-top: 0.5em;
1436 /*****************/
1437 /* CONVERSATIONS */
1438 /*****************/
1440 /*=----------------------=*/
1441 /*= List of participants =*/
1442 /*=----------------------=*/
1444 #content.conversation-page .conversation-participants {
1445 grid-column: 2 / span 2;
1446 text-align: right;
1447 margin: 0.5em 0 0 0;
1449 .post-meta > .conversation-participants {
1450 white-space: normal;
1452 .conversation-participants ul,
1453 .conversation-participants li {
1454 list-style-type: none;
1455 display: inline-block;
1456 margin: 0;
1457 padding: 0;
1459 .conversation-participants li {
1460 margin-left: 0.375em;
1462 .conversation-participants li:not(:last-of-type)::after {
1463 content: ",";
1466 /*=-------------------------=*/
1467 /*= Posting controls (form) =*/
1468 /*=-------------------------=*/
1470 #content.conversation-page .posting-controls {
1471 padding: 0 0 1em 0;
1473 #content.conversation-page .post-meta-fields {
1474 overflow: auto;
1475 display: flex;
1476 flex-flow: row wrap;
1478 .posting-controls.standalone textarea {
1479 margin-top: 0.375em;
1481 .posting-controls.standalone form {
1482 padding: 0 1em;
1484 #content.conversation-page .posting-controls.standalone form {
1485 padding: 0 1em 3em 1em;
1487 .posting-controls.standalone input[type='text'],
1488 .posting-controls.standalone label {
1489 margin: 0.25em 0;
1491 .posting-controls.standalone label {
1492 width: 4em;
1493 text-align: right;
1494 padding: 2px 6px;
1495 border: 1px solid transparent;
1497 .posting-controls.standalone input[type='text'] {
1498 width: calc(100% - 4em);
1499 padding: 0.25em;
1501 .posting-controls.standalone input[type='submit'] {
1502 float: right;
1504 .posting-controls.standalone #markdown-hints-checkbox ~ label {
1505 white-space: nowrap;
1507 .posting-controls.standalone #markdown-hints {
1508 top: calc(100% + 2em);
1511 /*=--------------------=*/
1512 /*= Conversation title =*/
1513 /*=--------------------=*/
1515 #content.conversation-page h1.page-main-heading {
1516 text-align: center;
1517 margin: 0.5em 0;
1518 line-height: 1.15;
1521 /*=----------=*/
1522 /*= Messages =*/
1523 /*=----------=*/
1525 #content.conversation-page > ul.comment-thread:last-of-type {
1526 margin-bottom: 2em;
1529 /******************/
1530 /* SEARCH RESULTS */
1531 /******************/
1533 #content.search-results-page h1.listing,
1534 #content.sequence-page h1.listing,
1535 #content.post-page h1.listing {
1536 font-size: 1.625em;
1539 /**************/
1540 /* LOGIN PAGE */
1541 /**************/
1543 .login-container {
1544 margin: 2em 0;
1545 padding: 1em;
1546 display: flex;
1547 flex-flow: row wrap;
1550 .login-container form {
1551 flex-basis: 50%;
1552 display: grid;
1553 grid-row-gap: 0.5em;
1554 align-content: start;
1556 .login-container form label {
1557 text-align: right;
1558 padding: 0.25em 0.5em;
1559 white-space: nowrap;
1560 grid-column: 1;
1562 .login-container form input {
1563 grid-column: 2;
1564 padding: 0.25em;
1566 .login-container form input[type='submit'],
1567 .login-container form a {
1568 grid-column: 2;
1569 justify-self: center;
1571 .login-container form input[type='submit'] {
1572 width: 10em;
1573 padding: 0.35em;
1574 line-height: 1;
1575 margin: 0.5em 0 0 0;
1577 .login-container form h1 {
1578 text-align: center;
1579 margin: 0;
1580 grid-column: 2;
1583 /* “Log in” form */
1585 #login-form {
1586 grid-template-columns: 5.5em 1fr;
1587 padding: 0.5em 2em 0.5em 0;
1590 /* “Create account” form */
1592 #signup-form {
1593 font-size: 0.9em;
1594 grid-template-columns: 8.5em 1fr;
1595 padding: 0.5em 1em 1em 1em;
1597 #signup-form h1 {
1598 font-size: 1.7em;
1600 #signup-form input[type='submit'] {
1601 padding: 0.4em 0.5em 0.5em 0.5em;
1604 /* Log in tip */
1606 .login-container .login-tip {
1607 padding: 0.5em 0.5em 0.5em 3em;
1608 margin: 2em 4em 0 4em;
1609 text-indent: -2em;
1610 line-height: 1.4;
1612 .login-container .login-tip span {
1613 font-weight: bold;
1616 /* Message box */
1618 #content.login-page .error-box {
1619 margin: 1.5em 0.875em -1.5em 0.875em;
1621 .error-box, .success-box {
1622 padding: 0.25em;
1623 text-align: center;
1626 /***********************/
1627 /* PASSWORD RESET PAGE */
1628 /***********************/
1630 .reset-password-container {
1631 margin-bottom: 2em;
1633 .reset-password-container input[type='submit'] {
1634 padding: 0.2em 0.5em;
1635 width: unset;
1637 .reset-password-container input {
1638 margin-left: 0.5em;
1639 width: 12em;
1641 .reset-password-container label {
1642 display: inline-block;
1643 width: 9em;
1645 .reset-password-container form > div {
1646 margin: 0.2em;
1648 .reset-password-container .action-container {
1649 padding-left: 11em;
1650 padding-top: 0.2em;
1652 .reset-password-container .error-box {
1653 margin: unset;
1656 /*********************/
1657 /* TABLE OF CONTENTS */
1658 /*********************/
1660 .contents {
1661 float: right;
1662 min-width: 6em;
1663 max-width: 40%;
1664 margin: 1.25em 0 0.75em 1.25em;
1665 padding: 7px 14px 10px 10px;
1666 position: relative;
1667 z-index: 1;
1670 .contents-head {
1671 text-align: center;
1672 margin-bottom: 0.25em;
1675 .post-body .contents ul {
1676 list-style-type: none;
1677 margin: 0 0 0 0.5em;
1678 counter-reset: toc-item-1 toc-item-2 toc-item-3;
1679 padding-left: 1em;
1680 font-size: 0.75em;
1682 .post-body .contents li {
1683 margin: 0.15em 0 0.3em 1em;
1684 text-align: left;
1685 text-indent: -1em;
1686 line-height: 1.2;
1687 position: relative;
1689 .post-body .contents li::before {
1690 position: absolute;
1691 width: 3em;
1692 display: block;
1693 text-align: right;
1694 left: -4.5em;
1696 .contents .toc-item-1 {
1697 counter-increment: toc-item-1;
1698 counter-reset: toc-item-2 toc-item-3;
1700 .contents .toc-item-1::before {
1701 content: counter(toc-item-1);
1703 .contents .toc-item-1 ~ .toc-item-2 {
1704 margin-left: 2.9em;
1705 font-size: 0.95em;
1707 .contents .toc-item-2 {
1708 counter-increment: toc-item-2;
1709 counter-reset: toc-item-3;
1711 .contents .toc-item-1 ~ .toc-item-2::before {
1712 content: counter(toc-item-1) "." counter(toc-item-2);
1714 .contents .toc-item-2::before {
1715 content: counter(toc-item-2);
1717 .contents .toc-item-1 + .toc-item-3 {
1718 counter-increment: toc-item-2 toc-item-3;
1720 .contents .toc-item-2 ~ .toc-item-3,
1721 .contents .toc-item-1 ~ .toc-item-3 {
1722 margin-left: 2.9em;
1723 font-size: 0.95em;
1725 .contents .toc-item-1 ~ .toc-item-2 ~ .toc-item-3 {
1726 margin-left: 5.7em;
1727 font-size: 0.9em;
1729 .contents .toc-item-3 {
1730 counter-increment: toc-item-3;
1732 .contents .toc-item-1 ~ .toc-item-2 ~ .toc-item-3::before {
1733 content: counter(toc-item-1) "." counter(toc-item-2) "." counter(toc-item-3);
1735 .contents .toc-item-1 ~ .toc-item-3::before {
1736 content: counter(toc-item-1) "." counter(toc-item-3);
1738 .contents .toc-item-2 ~ .toc-item-3::before {
1739 content: counter(toc-item-2) "." counter(toc-item-3);
1741 .contents .toc-item-3::before {
1742 content: counter(toc-item-3);
1744 .contents .toc-item-4,
1745 .contents .toc-item-5,
1746 .contents .toc-item-6 {
1747 display: none;
1750 /********************/
1751 /* POSTS & COMMENTS */
1752 /********************/
1754 .post-meta > *,
1755 .comment-meta > * {
1756 display: inline-block;
1757 margin-right: 1em;
1758 font-size: 1.0625em;
1760 .body-text {
1761 overflow-wrap: break-word;
1762 text-align: justify;
1764 .body-text p {
1765 margin: 1em 0;
1767 .retracted .body-text {
1768 text-decoration: line-through;
1771 .bare-url {
1772 word-break: break-all;
1773 hyphens: auto;
1775 .body-text a:not([href]),
1776 .body-text a:not([href]):hover,
1777 .body-text a:not([href])::before,
1778 .body-text a:not([href])::after {
1779 text-decoration: none;
1780 text-shadow: unset;
1781 border: unset;
1782 color: unset;
1783 content: unset;
1785 /*************/
1786 /* POST-META */
1787 /*************/
1789 .post-meta {
1790 display: flex;
1791 flex-flow: row wrap;
1792 justify-content: center;
1794 .post-meta .lw2-link {
1795 opacity: 0.5;
1796 order: 1;
1798 .post-meta > *,
1799 .post-meta .post-section::before {
1800 margin: 0 0.5em;
1802 .post-meta .post-section {
1803 order: -1;
1804 margin: 0;
1805 visibility: hidden;
1807 .post-meta .post-section::before,
1808 .comment-meta .alignment-forum {
1809 visibility: visible;
1810 font-family: "Font Awesome", "Font Awesome 5 Free";
1811 font-weight: 900;
1813 .post-section.frontpage::before {
1814 content: "\F015";
1816 .post-section.featured::before {
1817 content: "\F005";
1819 .post-section.meta::before {
1820 content: "\F077";
1822 .post-section.events::before {
1823 content: "\F5A0";
1825 .post-section.personal::before {
1826 content: "\F007";
1828 .post-section.draft::before {
1829 content: "\F15B";
1831 .post-section.alignment-forum::before,
1832 .comment-meta .alignment-forum {
1833 content: "AF";
1834 font-family: Concourse, 'Changa One';
1837 /*= Karma controls hover tooltips =*/
1839 @media only screen and (pointer: fine) {
1840 .post .voting-controls,
1841 .comment-item .voting-controls {
1842 position: relative;
1844 .post .karma.active-controls::after,
1845 .comment-item .karma.active-controls::after {
1846 content: "Double-click for strong vote";
1847 position: absolute;
1848 pointer-events: none;
1849 display: block;
1850 left: 6px;
1851 width: 100%;
1852 line-height: 1.15;
1853 white-space: normal;
1854 text-align: center;
1855 font-size: 0.875rem;
1856 opacity: 0;
1857 transition: opacity 0.2s ease;
1859 .post .voting-controls.active-controls:hover::after,
1860 .comment-item .voting-controls.active-controls:hover::after {
1861 opacity: 1.0;
1864 .post .voting-controls .karma-value::after,
1865 .comment-item .voting-controls .karma-value::after {
1866 content: attr(title);
1867 position: absolute;
1868 pointer-events: none;
1869 display: block;
1870 left: 50%;
1871 transform: translateX(-50%);
1872 white-space: nowrap;
1873 text-align: center;
1874 font-size: 0.875rem;
1875 color: #bbb;
1876 opacity: 0;
1877 transition: opacity 0.2s ease;
1879 .post .voting-controls .karma-value:hover::after,
1880 .comment-item .voting-controls .karma-value:hover::after {
1881 opacity: 1.0;
1883 .comment-item .voting-controls .karma-value:hover::after {
1884 z-index: 5001;
1887 .author {
1888 position: relative;
1890 .author:not(.redacted)::before {
1891 content: attr(data-full-name);
1892 position: absolute;
1893 pointer-events: none;
1894 display: block;
1895 padding: 0 1em;
1896 left: 50%;
1897 bottom: 2em;
1898 transform: translateX(-50%);
1899 white-space: nowrap;
1900 text-align: center;
1901 font-size: 0.875rem;
1902 font-weight: normal;
1903 opacity: 0;
1904 transition: opacity 0.2s ease;
1905 z-index: 5001;
1907 .author:hover::before {
1908 opacity: 1.0;
1912 /*********/
1913 /* POSTS */
1914 /*********/
1916 .post {
1917 max-width: 100%;
1920 .post-body {
1921 min-height: 8em;
1922 padding: 0 30px;
1923 line-height: 1.5;
1924 font-size: 1.3rem;
1925 overflow: auto;
1926 margin: 0.5em 0 0 0;
1928 h1.post-title {
1929 margin: 1.1em 0 0.35em 0;
1930 padding: 0 30px;
1931 text-align: center;
1932 font-size: 2.5em;
1933 line-height: 1;
1935 .post .post-meta {
1936 text-align: center;
1937 position: relative;
1938 z-index: 2;
1940 .post .top-post-meta:last-child {
1941 margin-bottom: 40px;
1943 .post .bottom-post-meta {
1944 margin: 0;
1945 padding: 20px 0;
1947 .bottom-post-meta {
1948 border-style: solid;
1949 border-width: 1px 0;
1952 /**********/
1953 /* EVENTS */
1954 /**********/
1956 .event-info .map {
1957 position: relative;
1958 width: 100%;
1959 margin: 2em 0 1em;
1962 .event-info .map::before {
1963 content: "";
1964 display: block;
1965 padding-bottom: 50%;
1968 .event-info .map iframe {
1969 width: 100%;
1970 height: 100%;
1971 border: 1px solid #000;
1972 position: absolute;
1973 top: 0;
1974 left: 0;
1977 .event-info ul {
1978 list-style: none;
1979 padding: 0;
1980 text-align: center;
1983 /*******************/
1984 /* POST NAVIGATION */
1985 /*******************/
1987 .post-nav-item {
1988 display: grid;
1989 grid-template: 100% / 32% 36% 32%;
1990 grid-template-areas:
1991 "prev seq next";
1993 .post-nav {
1994 display: flex;
1995 flex-flow: column;
1996 justify-content: flex-end;
1997 padding: 0.5em;
2000 .post-nav-title {
2001 font-size: 1.125em;
2002 line-height: 1.15;
2003 display: inline;
2004 border-top: 1px solid transparent;
2006 .post-nav.prev .post-nav-title,
2007 .post-nav.next .post-nav-title {
2008 border-bottom: 1px solid transparent;
2011 .sequence-title {
2012 align-items: center;
2013 text-align: center;
2014 grid-area: seq;
2016 .sequence-title .post-nav-title {
2017 font-size: 1.5em;
2020 .post-nav.prev {
2021 grid-area: prev;
2022 align-items: flex-start;
2024 .post-nav.prev .post-nav-title::before {
2025 content: "\F0D9\2005";
2027 .post-nav.next {
2028 grid-area: next;
2029 text-align: right;
2030 align-items: flex-end;
2032 .post-nav.prev .post-nav-label,
2033 .post-nav.next .post-nav-label {
2034 display: none;
2036 .post-nav.next .post-nav-title::after {
2037 content: "\2004\F0DA";
2039 .post-nav.prev .post-nav-title::before,
2040 .post-nav.next .post-nav-title::after {
2041 font-family: Font Awesome;
2042 font-weight: 900;
2043 vertical-align: text-bottom;
2044 opacity: 0.75;
2046 .post-nav-links {
2047 max-width: 100%;
2050 @media only screen and (max-width: 900px) {
2051 .post-nav-item {
2052 font-size: 0.875em;
2053 grid-template: auto auto / 50% 50%;
2054 grid-template-areas:
2055 "prev next"
2056 "seq seq";
2058 .post-nav.prev .post-nav-title,
2059 .post-nav.next .post-nav-title {
2060 border-bottom: none;
2062 .post-nav.prev {
2063 margin: 0 0 0 -1px;
2064 position: relative;
2065 left: 1px;
2067 .sequence-title {
2068 padding: 0.75em 0;
2071 @media only screen and (max-width: 520px) {
2072 .post-nav-links + .comments {
2073 padding: 1em 0 0 0;
2077 .related-posts, .related-post-group {
2078 padding-bottom: 1em;
2080 .related-post-type {
2081 font-size: 1.2em;
2082 font-weight: 600;
2083 margin-top: 0.5em;
2084 margin-bottom: -0.5em;
2085 list-style-type: disc;
2086 margin-left: -0.5em;
2087 opacity: 0.7;
2089 .related-post-type::before {
2090 content: "\269c";
2091 margin-right: 0.15em;
2093 .related-posts .post-type-prefix {
2094 display: none;
2097 /**************/
2098 /* LINK POSTS */
2099 /**************/
2101 .post.link-post > .post-body > p:first-child {
2102 text-align: center;
2103 font-size: 1.125em;
2104 margin: 0.5em 0 0 0;
2106 .post.link-post > .post-body > p:only-child {
2107 font-size: 1.5em;
2108 margin: 1em 0;
2110 .post.link-post a.link-post-link::before {
2111 content: "\F0C1";
2112 font-family: "Font Awesome", "Font Awesome 5 Free";
2113 font-weight: 900;
2114 font-size: 0.75em;
2115 position: relative;
2116 top: -2px;
2117 margin-right: 0.25em;
2120 /************/
2121 /* COMMENTS */
2122 /************/
2124 .comments {
2125 max-width: 100%;
2126 padding: 0 0 1px 0;
2127 position: relative;
2129 .comments::before {
2130 content: "";
2131 position: absolute;
2132 display: block;
2133 top: 0;
2134 left: 0;
2135 width: 100%;
2136 height: 100%;
2137 pointer-events: none;
2139 ul.comment-thread {
2140 list-style-type: none;
2141 padding: 0;
2142 max-width: 100%;
2144 .comments .comment-thread > li {
2145 position: relative;
2147 #content > #top-nav-bar + .comment-thread .comment-item {
2148 margin-top: 0;
2151 .comment-item {
2152 margin: 2em 0 0 0;
2154 .comment-item .comment-item {
2155 margin: 1em 8px 8px 16px;
2157 .comment-item .comment-item + .comment-item {
2158 margin: 2em 8px 8px 16px;
2161 .comment-body {
2162 line-height: 1.45;
2163 font-size: 1.2rem;
2164 padding: 10px;
2166 .comment-body ul {
2167 list-style-type: circle;
2169 .comment-body > *:first-child {
2170 margin-top: 0;
2172 .comment-body > *:last-child {
2173 margin-bottom: 0;
2176 .comments-empty-message {
2177 width: 100%;
2178 text-align: center;
2179 padding: 0.75em 0 0.9em 0;
2180 font-size: 1.375em;
2183 /**********************************/
2184 /* DEEP COMMENT THREAD COLLAPSING */
2185 /**********************************/
2187 .comment-item > input[id^="expand"] {
2188 display: none;
2190 .comment-item > input[id^="expand"] + label {
2191 display: block;
2192 visibility: hidden;
2193 position: relative;
2194 margin: 8px 9px;
2196 .comment-item > input[id^="expand"] + label::after {
2197 content: "(Expand " attr(data-child-count) " below)";
2198 visibility: visible;
2199 position: absolute;
2200 left: 0;
2201 white-space: nowrap;
2202 cursor: pointer;
2204 .comment-item > input[id^="expand"]:checked + label::after {
2205 content: "(Collapse " attr(data-child-count) " below)";
2207 .comment-item > input[id^="expand"] ~ .comment-thread {
2208 max-height: 34px;
2209 overflow: hidden;
2211 .comment-item > input[id^="expand"] ~ .comment-thread > li:first-child {
2212 margin-top: 0;
2214 .comment-item > input[id^="expand"]:checked ~ .comment-thread {
2215 max-height: 1000000px;
2218 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
2219 margin: 0;
2221 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item a.comment-parent-link:hover::after {
2222 display: none;
2225 /*************/
2226 /* BACKLINKS */
2227 /*************/
2229 .backlinks > input {
2230 display: none;
2233 .backlinks > label {
2234 margin-left: 10px;
2235 display: block;
2236 color: #00f;
2237 cursor: pointer;
2240 .backlinks > label::before {
2241 content: " ";
2242 border-left: 5px solid currentColor;
2243 border-top: 5px solid transparent;
2244 border-bottom: 5px solid transparent;
2245 transition: transform 0.25s ease-out;
2246 transform-origin: 29% 55%;
2247 display: inline-block;
2248 padding-right: 0.5em;
2251 .backlinks > input:checked + label::before {
2252 transform: rotate(90deg);
2255 .backlinks li {
2256 margin-top: 0;
2259 .backlinks > ul {
2260 height: 0;
2261 perspective-origin: top;
2262 transform: perspective(100em) rotateX(-90deg);
2263 transform-origin: center top;
2264 opacity: 0;
2265 margin-top: 0.5em;
2266 margin-bottom: 0.5em;
2269 .backlinks > input:checked ~ ul {
2270 height: auto;
2271 transform: perspective(100em) rotateX(0deg);
2272 transition: transform 0.25s ease-in, opacity 0.25s ease-in;
2273 opacity: 1;
2276 /****************/
2277 /* COMMENT-META */
2278 /****************/
2280 .comment-meta {
2281 padding: 2px 24px 2px 10px;
2282 margin: 0 -1px;
2283 border: none;
2284 display: flex;
2285 flex-flow: row wrap;
2286 align-items: baseline;
2288 .user-page .comment-meta,
2289 .conversation-page .comment-meta {
2290 padding-right: 10px;
2292 .comment-meta .comment-post-title {
2293 flex-basis: 100%;
2294 overflow: hidden;
2295 text-overflow: ellipsis;
2296 line-height: 1.3;
2298 .conversation-page .comment-meta .comment-post-title {
2299 margin: 0;
2300 flex-basis: unset;
2301 flex: 1 0 auto;
2302 text-align: right;
2303 display: none; /* Not sure if we need to display this... */
2305 .comment-item .author:not(.redacted).original-poster::after {
2306 content: "\2004(OP)";
2307 font-size: 0.75em;
2310 /*****************************/
2311 /* COMMENT THREAD NAVIGATION */
2312 /*****************************/
2314 a.comment-parent-link:not(.inline-author),
2315 a.comment-parent-link.inline-author::before {
2316 opacity: 0.5;
2318 a.comment-parent-link:hover {
2319 opacity: 1.0;
2321 a.comment-parent-link::before {
2322 content: "\F062";
2323 font-family: "Font Awesome", "Font Awesome 5 Free";
2324 font-weight: 900;
2325 font-size: 0.75rem;
2326 line-height: 1;
2327 position: absolute;
2328 z-index: 1;
2329 display: block;
2330 padding: 3px 3px 0 3px;
2331 width: 16px;
2332 height: calc(100% + 2px);
2333 top: -1px;
2334 left: -17px;
2336 a.comment-parent-link::after {
2337 content: "";
2338 position: absolute;
2339 z-index: 0;
2340 display: block;
2341 width: calc(100% + 26px);
2342 height: calc(100% + 38px);
2343 top: -29px;
2344 left: -17px;
2345 pointer-events: none;
2346 overflow: hidden;
2347 visibility: hidden;
2349 a.comment-parent-link:hover::after {
2350 visibility: visible;
2353 .comment-child-links {
2354 flex-basis: 100%;
2356 .comment-child-link {
2357 margin: 0 0.25em;
2358 display: inline-block;
2360 .comment-child-link::before {
2361 content: ">";
2362 display: inline-block;
2363 margin: 0 2px 0 0;
2366 .comment-popup {
2367 position: fixed;
2368 top: 10%;
2369 right: 10%;
2370 max-width: 700px;
2371 z-index: 10001;
2372 font-size: 1rem;
2373 white-space: unset;
2374 pointer-events: none;
2376 .comment-popup .comment-parent-link {
2377 display: none;
2379 .comment-popup .comment-body {
2380 font-size: 1.0625rem;
2383 .comment-item.depth-odd {
2384 --GW-comment-background-color: var(--GW-comment-background-color-odd);
2385 --GW-comment-parent-background-color: var(--GW-comment-background-color-even);
2387 .comment-item.depth-even {
2388 --GW-comment-background-color: var(--GW-comment-background-color-even);
2389 --GW-comment-parent-background-color: var(--GW-comment-background-color-odd);
2392 .comment-item:target {
2393 --GW-comment-background-color: var(--GW-comment-background-color-target);
2395 .comment-item:target > .comment-thread > .comment-item {
2396 --GW-comment-parent-background-color: var(--GW-comment-background-color-target);
2399 /**********************/
2400 /* COMMENT PERMALINKS */
2401 /**********************/
2402 /********************/
2403 /* COMMENT LW LINKS */
2404 /********************/
2406 .comment-meta .permalink::before,
2407 .comment-meta .lw2-link::before,
2408 .individual-thread-page a.comment-parent-link:empty::before {
2409 content: "";
2410 display: inline-block;
2411 width: 1rem;
2412 height: 1rem;
2413 border-radius: 3px;
2414 box-shadow:
2415 0 0 0 1px #fff,
2416 0 0 0 2px #00e,
2417 0 0 0 3px transparent;
2418 padding: 0 0 0 2px;
2419 background-size: 100%;
2420 position: relative;
2421 top: 2px;
2422 opacity: 0.5;
2424 .comment-meta .permalink::before {
2425 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPYAMQAw5w066BxG6SZO6ipS6zJY6zhd7Dtf7Elr7k1u7lZ171178GJ/8GOA8GWC8GmF8WyH8XON8nWP8naP8oOa84Wc84ac9Ied9Iyh9I6j9JCl9ZGl9ZSo9ZWp9Zms9Zut9qKz9qi4962897G/+LPB+LTC+LjF+L3J+cLN+cTP+sXQ+srU+svU+s7X+9DZ+9HZ+9La+9Xd+9bd+9ng/Nrh/Nvh/Obq/ent/e7x/vHz/vL0/vP1/vT2/vj5//n6//r7//v7//z8//39//7+/////wAAAAAAAAAAAAAAAAAAAAAAwMyACwEAAAAPAAAAAAAAAOC8CVX/fwAAZYtHif9/AAAAPywAAGAAAHA/LAAAYAAAIJ8FAABgAAAg8A0AgGEAAJDwDQCAYQAAEOQJAABhAADYvAlV/38AAJDtsXL/fwAAkO2xcv9/AABvHvb//57//7C8CVX/fwAAG2Zyjf9/AACQ8A0AAGEAAMDkC7PFfwAAkAAAAAAAAACA7bFy/38AACwAAAAAIAAgAAAH84AAgoOEhYaHiImKi4yNjo+QhgEODQGRiiVDRERDIpeHJ5uiRCWfhAdAo5tCCaaCFZtDHyCxEK4AsERCCxG1twhBqrqttzPCNLeCDTqjOQzJGMKctq4e0kMPkQUbgxSaqtiCAR0DiwbMMoMEACybyJYAATREOQWJBjui6YMr7oPyouodEsBsFAx+/gTFUCWwkIJgo3iUA9CPCLJ4OMBlOyThWwtCFS8KchErgqIAN0SFQGhxkAhRNhhFE3XjAgAVm14AyJBSlIVGJlT5GNVDVSlHHCBKEyVEg7YUP5b2QDHx04QRL2rUaEHCZLKvYMOKHXspEAA7');
2427 .comment-meta .lw2-link::before {
2428 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPYAMQAw5w066BZB6RxG6SJL6iZO6ipS6zJY6zhd7D1h7EBk7UJl7Ulr7kts7lFx7mB+8GJ/8GmF8WyH8XON8naP8niR8n+X84GY84+k9JOn9ZSo9ZWp9Zut9qS196W296e396q6962896+++LTC+LzI+b3J+cDM+cXQ+sjS+srU+s7X+9La+9bd+9jf/Nng/Nvh/Nzi/N7k/OXq/efr/ent/eru/e3w/vDz/vHz/vL0/vT2/vb3//f4//r7//z8//39//7+/////wAAt4pHif9/AAAAAAAAAAAAAAAAAAAAAAAAwMyACwEAAAAPAAAAAAAAAOC8CVX/fwAAZYtHif9/AAAAPywAAGAAAHA/LAAAYAAAIJ8FAABgAAAg8A0AgGEAAJDwDQCAYQAAEOQJAABhAADYvAlV/38AAJDtsXL/fwAAkO2xcv9/AABvHvb//57//7C8CVX/fwAAG2Zyjf9/AACQ8A0AAGEAAKDkC7PFfwAAkAAAAAAAAACA7bFy/38AACwAAAAAIAAgAAAH5YAAgoOEhYaHiImKi4yNjo+QkZKTlJWWl5EHBwoBgwuaB56hgpqciAE3QUE6BQAIPao9BgAmqiAADT6qNac2qjuzAC2qQBQBNaovABqqQSi9v60AHM0iCbpBsifEFtBBO9IM2CwYzUAVNL/BhgG+39IAMqo4w80qPKorie3RgyHNAANu2OcO3CAIPwIG/IGAoCodAwbxawZjBsAYiiYC8dDhQwYAJQB6IAGwQ0Z3AIFEmACE2IMLzX44OKkQiAQBOVTdGEAAVhAanRwGVAkghaoUglyoGoGpqdOnUKNKnUq1qlVEgQAAOw==');
2430 .individual-thread-page a.comment-parent-link:empty::before {
2431 left: unset;
2432 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAw5wAw9QAw9gBj9gB39gB99i8w5y+R9y+R+T8w51eq+V8w51+R9Jeq85eq9ZfY/s/E89fL+dfl/N/E8N/L9N/L9d/4/+fL9OfY9+f4/u/R9e/4/u////fY9ffe9ffe9vfr+/f//////P////9/AAABAAAAAAAAAAAAAAAAAAAAwMyACwEAAAAwaAUAAGEAABUAAAAAAAAAMGgFAABhAABAuwlV/38AAA8AAAAAAAAAwMyACwEAAAAAAAAAAAAAACwAAAAAIAAgAAAGi0CAcEgsGo/IpHLJbDqf0Kh0Ci1IIFRkgTMaXbLFbbf7BQPEYzIYnVZP2W13lRtvl53wSKgLsqTvSwR0XRMCeyMeAYNeTQ9pFAAEhx+RgyILTAhjGkIDk0IFn00KGxVDnl2UQgcZGAZUqCOqZp2itACxs7S5t7Wpvbi2u4cdwAAMDg0JxszNzs/QZkEAOw==');
2434 .comment-meta .permalink:hover::before {
2435 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPYAMQAw5wAw6AAw6QBW5wBd6wBq6gBq6y8w5y+E7UdW508w509D50996k+k718w51+q71+x71+x8F+38G8w549W55dW55d355ed6pfL9Z++75/L86dd56eq6qex66fR86fY9a9q57+R57/L77/e9b/r+seR58fl+c+d58+k58+36s/L7c/y/8/4/9eq59fl9tf4/9+x59/E6t/e8+e36Oe+6ufL6ufe8Ofy9uf4+ef//+/R6u/e7u////fY6vfe7ffr8ffy9vf////e6//l6//l7P/r7f/y8P/47//48P//8P//8v//8///9f//9v//+f//+v///1X/fwAAZYtHif9/AAAAPywAAGAAAHA/LAAAYAAAIJ8FAABgAAAg8A0AgGEAAJDwDQCAYQAAEOQJAABhAACowQlV/38AAJDtsXL/fwAAkO2xcv9/AABvHvb//57//4DBCVX/fwAAG2Zyjf9/AACQ8A0AAGEAAKDkC7PFfwAAkAAAAAAAAACA7bFy/38AACwAAAAAIAAgAAAH84BQgoOEhYaHiImKi4yNjo+Qhk5AQJGLMQcAmh6WhzOaoAAYnYRJE6GaATmkgkSgIzqgLKxQQ6kvRbK0SA6oAAKrrE8lvg20gkYVoQU4x0K+mrOsPdAAL5FMMoNEmb7XUE42QYtKyg+DT1AtmsaDTiEABTyJShSg54PrAO3g8Jryh5YoCwUhHztBT06gMjCv0BEFqAiMU3cQSpMN3hAV6SaBkD5+UFCAWqHICQhQHwzuG1QDFAJGz0AxcAEFhqYIUHZYCEWiEQ1UA0IlQKXhkQ+I1UAFMBGpSYoF1QZkmGjpyQ8VHC5c6CDixrGvYMOKHdspEAA7');
2437 .comment-meta .lw2-link:hover::before {
2438 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPYAMQAw5wAw6AAw6gBD6gBW6gBd6wBq6gBq6wB97S8w5y997Ucw50ed70ek708w50+k7U+q8F8w51+x8G+38Xcw53dD53e38Ye37JdW55fL9ZfR9p/Y9p/e9qdW56dd56dq56d356fe9rdq57ed57fl+b9357/Y8L/y/8eR58+R58/R78/y9s/y/8/4/9eq59fR79fe9df4/9+x59///+e36O/L6u////fY6vfe6vfe6/f////l7P/r7f/y7v/47//48P/4+f/4+v//7///8f//9f//9v//+v///wAAAAAAAAAAwMyACwEAAAAPAAAAAAAAALDBCVX/fwAAZYtHif9/AAAAPywAAGAAAHA/LAAAYAAAIJ8FAABgAAAg8A0AgGEAAJDwDQCAYQAAEOQJAABhAACowQlV/38AAJDtsXL/fwAAkO2xcv9/AABvHvb//57//4DBCVX/fwAAG2Zyjf9/AACQ8A0AAGEAAJDkC7PFfwAAkAAAAAAAAACA7bFy/38AACwAAAAAIAAgAAAH2YBHgoOEhYaHiImKi4yNjo+QkZKTlJWWl5FGRkGDRkCaRoOfnZuJRR0AAAU6R0MUqQOsNKkbRz4RqQiIRR6pBKxHKakALEUfqQ1HOcMWu70Av4I3wxpCDrA6MsMnzr7AP7gAEDjDACsi3t3QwEYlqQYj5RcVqRKmz9GCNeX8wyT36QT1WNCvnAAbAFUR4lXuAYhyDBQxTGXihQoYR2YN46AxVQiJz/jF4JFgWIwdwwLMAFmwBREMqQ60egVAwaKJIo+4SDXhiBEUqTJgGkq0qNGjSJMqXcoUUSAAOw==');
2440 .individual-thread-page a.comment-parent-link:empty:hover::before {
2441 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAw5wBD5wBD6i8w50cw50+E6k+k70+q8F8w51+x8G8w529d53cw53e38Idq54ex7oe+8Y9d54/E8Ze+8JfL9aeR6qe+7K/L8t+359/e8N/e8vfe7ffr8ff////r7f/r7v/y7//y8P/47///8P///wABAAAAAAAAAAAAAAAAAAAAwMyACwEAAAAwaAUAAGEAABUAAAAAAAAAMGgFAABhAAAQwAlV/38AAA8AAAAAAAAAwMyACwEAAAAAAAAAAAAAACwAAAAAIAAgAAAGjECScEgsGo/IpHLJbDqf0Kh0Cg1VLlQkSAEAQLLFbbf7BZPEYzIYnVZP2ePAuAyFt+d17tiC6BYiaXRLInpdFCN9AAcjDIFNGGkSJCKJBpOFAh1MHgNdDUKUXZZnlU4bCxNDoQCjJB8OD1mrrWaTpbWgt7izuLmivba/vSIEXQnAJBwZGsjNzs/Q0bVBADs=');
2443 .comment-meta .permalink:hover::before,
2444 .comment-meta .lw2-link:hover::before,
2445 .individual-thread-page a.comment-parent-link:empty:hover::before {
2446 box-shadow:
2447 0 0 0 2px #00e,
2448 0 0 0 3px transparent;
2449 opacity: 1.0;
2450 filter: unset;
2452 .comment-meta .permalink:active::before,
2453 .comment-meta .lw2-link:active::before,
2454 .individual-thread-page a.comment-parent-link:empty:active::before {
2455 transform: scale(0.9);
2458 .comment-meta .permalink,
2459 .comment-meta .lw2-link,
2460 .individual-thread-page .comment-parent-link:empty {
2461 position: relative;
2462 opacity: 1.0;
2464 .comment-meta .permalink::after,
2465 .comment-meta .lw2-link::after,
2466 .individual-thread-page .comment-parent-link:empty::after {
2467 content: "";
2468 width: 30px;
2469 height: 30px;
2470 display: block;
2471 position: absolute;
2472 top: -2px;
2473 left: -7px;
2474 box-shadow: none;
2475 pointer-events: auto;
2476 visibility: visible;
2479 /*************************/
2480 /* COMMENTS COMPACT VIEW */
2481 /*************************/
2483 #comments-list-mode-selector,
2484 #content.index-page #comments-list-mode-selector,
2485 #content.user-page #comments-list-mode-selector {
2486 padding-top: 6px;
2487 grid-column: 1;
2488 position: unset;
2489 z-index: 1;
2490 justify-self: start;
2491 align-self: start;
2493 #comments-list-mode-selector button {
2494 color: transparent;
2495 width: 32px;
2496 height: 32px;
2497 padding: 6px;
2498 margin: 1px;
2499 overflow: hidden;
2500 background-repeat: no-repeat;
2501 background-size: 100%;
2502 background-origin: content-box;
2504 #comments-list-mode-selector button:disabled {
2505 cursor: auto;
2507 #comments-list-mode-selector button.expanded {
2508 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJTnI+py+0Po5wn2Iuz3lrxD25eSIJjiWZnyq4s6r5kLJtJndK4eO9z77NRhsSi8YhMKpfMpvMJjTqDIR3VYr1mqdtg1/fdhXHjWll2fqVb0rY7WQAAOw==');
2510 #comments-list-mode-selector button.compact {
2511 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJXnI+py+0Po5y0uoCz3rxz5YViB46mWJ7qlq5u66rWTNf2fcQxrI98H/oBSYnhSWjU4JbMJi7pK0KD0ikRYfUgp1uo8wsOM7LXHJlVPWO6SbbRPRTL57gCADs=');
2513 @media only screen and (max-resolution: 1dppx) {
2514 #comments-list-mode-selector button.expanded {
2515 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKampqqqqv///wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCJSasV7Gqat+6eBYbcQopRqq5s257VeMokHdoevrm8mgAAOw==');
2517 #comments-list-mode-selector button.compact {
2518 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKqqqtvb2////wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCFSasN7Gqat45g433LeHUmF65phbZvurLtFJv3OO98zyQAOw==');
2522 #content > ul.comment-thread > li.comment-item,
2523 #content.compact > ul.comment-thread > li.comment-item {
2524 margin: 0;
2527 #content > .comment-thread {
2528 margin: 1em 0;
2530 #content.compact > .comment-thread {
2531 font-size: 0.9375rem;
2532 margin: 0.5em 0;
2534 #content.compact > .comment-thread:hover {
2535 z-index: 1;
2537 #content.compact > .comment-thread .comment-body {
2538 font-size: 1.0625rem;
2540 #content.compact > .comment-thread .comment-item,
2541 #content.index-page .comment-item.ignored,
2542 #content.inbox-user-page .comment-item.ignored {
2543 max-height: 61px;
2544 margin-top: 1em;
2545 overflow: hidden;
2546 position: relative;
2548 #content.compact > .comment-thread .comment-item {
2549 pointer-events: none;
2551 #content.compact > .comment-thread .comment-item::after {
2552 content: "…";
2553 position: absolute;
2554 right: 0;
2555 bottom: 0;
2556 font-size: 2rem;
2557 line-height: 1;
2558 padding: 0 16px 10px 64px;
2559 pointer-events: auto;
2561 @media only screen and (hover: hover) {
2562 #content.compact:not(:focus-within) > .comment-thread .comment-item:hover,
2563 #content.compact > .comment-thread .comment-item.expanded {
2564 overflow: visible;
2565 pointer-events: auto;
2566 z-index: 10;
2569 @media only screen and (hover: none) {
2570 #content.compact > .comment-thread.expanded .comment-item {
2571 overflow: visible;
2572 pointer-events: auto;
2573 z-index: 10;
2576 #content.compact > .comment-thread .comment-item .comment-meta {
2577 white-space: nowrap;
2578 overflow: hidden;
2579 text-overflow: ellipsis;
2580 padding: 2px 10px;
2582 #content.compact > .comment-thread .comment-item:hover .comment-meta {
2583 white-space: unset;
2585 #content.compact > .comment-thread .comment-item .comment-meta a {
2586 pointer-events: auto;
2588 #content.compact > .comment-thread .comment-item .comment-meta .comment-post-title {
2589 display: inline;
2591 #content.compact > .comment-thread .comment-item .comment-meta .voting-controls + .comment-post-title {
2592 margin-left: 0.75em;
2594 @media only screen and (hover: hover) {
2595 #content.compact > .comment-thread:last-of-type .comment-item:hover,
2596 #content.compact > .comment-thread:last-of-type .comment-item.expanded {
2597 max-height: unset;
2599 #content.compact > .comment-thread .comment-item:hover .comment,
2600 #content.compact > .comment-thread .comment-item.expanded .comment {
2601 position: relative;
2602 z-index: 1;
2603 margin-bottom: 2em;
2604 bottom: 0;
2606 #content.compact > .comment-thread .comment-item:hover .comment::before,
2607 #content.compact > .comment-thread .comment-item.expanded .comment::before{
2608 content: "";
2609 position: absolute;
2610 display: block;
2611 width: calc(100% + 20px);
2612 height: calc(100% + 20px);
2613 z-index: -1;
2614 top: -10px;
2615 left: -10px;
2617 #content.compact > .comment-thread:last-of-type .comment-item:hover .comment,
2618 #content.compact > .comment-thread:last-of-type .comment-item.expanded .comment{
2619 margin: 0;
2622 @media only screen and (hover: none) {
2623 #content.compact > .comment-thread.expanded:last-of-type .comment-item {
2624 max-height: unset;
2626 #content.compact > .comment-thread.expanded .comment-item .comment {
2627 position: relative;
2628 z-index: 1;
2629 margin-bottom: 2em;
2630 bottom: 0;
2632 #content.compact > .comment-thread.expanded .comment-item .comment::before {
2633 content: "";
2634 position: absolute;
2635 display: block;
2636 width: calc(100% + 14px);
2637 height: calc(100% + 20px);
2638 z-index: -1;
2639 top: -10px;
2640 left: -10px;
2642 #content.compact > .comment-thread.expanded:last-of-type .comment-item .comment {
2643 margin: 0;
2645 #content.compact > .comment-thread.expanded .comment-item .comment::after {
2646 content: "";
2647 display: block;
2648 position: fixed;
2649 top: 0;
2650 left: 0;
2651 width: 100%;
2652 height: 100%;
2653 z-index: -2;
2654 background-color: rgba(0,0,0,0.5);
2658 /*****************************/
2659 /* HIGHLIGHTING NEW COMMENTS */
2660 /*****************************/
2662 .new-comment::before {
2663 content: "";
2664 position: absolute;
2665 width: 100%;
2666 height: 100%;
2667 z-index: 5000;
2668 pointer-events: none;
2671 /***********************************/
2672 /* COMMENT THREAD MINIMIZE BUTTONS */
2673 /***********************************/
2675 .comment-minimize-button {
2676 font-family: "Font Awesome", "Font Awesome 5 Free";
2677 font-weight: 900;
2678 font-size: 1.25rem;
2679 line-height: 1;
2680 position: absolute;
2681 right: 1px;
2682 top: 1px;
2683 width: 18px;
2684 margin: 0;
2685 cursor: pointer;
2687 .comment-minimize-button:active {
2688 transform: scale(0.9);
2690 .comment-minimize-button::after {
2691 content: attr(data-child-count);
2692 font-weight: normal;
2693 font-size: 0.8125rem;
2694 position: absolute;
2695 left: 0;
2696 width: 100%;
2697 text-align: center;
2698 top: 21px;
2700 #content.individual-thread-page .comment-minimize-button {
2701 display: none;
2704 /*****************/
2705 /* IGNORE SYSTEM */
2706 /*****************/
2708 #content.comment-thread-page .comment-item.ignored {
2709 height: 38px;
2710 overflow: hidden;
2712 .comment-item.ignored > .comment > .comment-meta > .author {
2713 text-decoration: line-through;
2716 /***********************************/
2717 /* INDIVIDUAL COMMENT THREAD PAGES */
2718 /***********************************/
2720 .individual-thread-page > h1 {
2721 line-height: 1;
2722 margin: 0.75em 0 3px 0;
2724 .individual-thread-page .comments {
2725 border: none;
2728 /*************/
2729 /* SHORTFORM */
2730 /*************/
2732 .shortform-index-page .comments::before {
2733 border: none;
2734 box-shadow: none;
2737 .shortform-index-page .comments > .comment-thread > .comment-item:first-child {
2738 margin-top: 0;
2741 /****************/
2742 /* VOTE BUTTONS */
2743 /****************/
2745 .vote {
2746 margin: 0;
2748 .vote {
2749 font-family: "Font Awesome", "Font Awesome 5 Free";
2750 font-weight: 900;
2751 border: none;
2754 .vote:disabled {
2755 visibility: hidden;
2756 cursor: default;
2759 .voting-controls.waiting {
2760 opacity: 0.5;
2762 .voting-controls.waiting button {
2763 pointer-events: none;
2766 /* Replicated karma controls at bottom of comments. */
2767 .comment-controls .voting-controls {
2768 float: left;
2769 font-size: 0.9375em;
2772 .comment-controls .voting-controls:first-of-type {
2773 margin-left: -14px;
2776 /*****************************/
2777 /* COMMENTING AND POSTING UI */
2778 /*****************************/
2780 .comment-controls {
2781 text-align: right;
2782 margin: 0 8px 8px 16px;
2783 position: relative;
2784 z-index: 9999;
2786 .comment-thread .comment-controls + .comment-thread > li:first-child {
2787 margin-top: 8px;
2789 .comments > .comment-controls {
2790 margin: 8px 0 0 0;
2792 .comments > .comment-controls:last-child {
2793 margin: 8px 0 16px 0;
2796 .posting-controls input[type='submit'] {
2797 margin: 6px;
2798 padding: 4px 10px;
2799 font-size: 1.125rem;
2802 .comment-controls .cancel-comment-button {
2803 position: absolute;
2804 right: 0;
2805 margin: 0;
2806 height: 27px;
2807 font-size: inherit;
2808 padding: 4px 8px 2px 4px;
2809 z-index: 1;
2811 .comment-controls .cancel-comment-button::before {
2812 font-family: "Font Awesome", "Font Awesome 5 Free";
2813 margin-right: 3px;
2814 content: '\F00D';
2815 font-weight: 900;
2816 font-size: 0.9em;
2817 opacity: 0.7;
2820 .comment + .comment-controls .action-button {
2821 font-weight: normal;
2822 font-size: 1.0625em;
2823 padding: 1px 6px;
2825 .comment-controls .action-button::before {
2826 font-family: "Font Awesome", "Font Awesome 5 Free";
2827 margin-right: 3px;
2829 .new-comment-button {
2830 font-size: 1.5rem;
2831 margin: 0 0.25em;
2833 .comment-controls .reply-button::before {
2834 content: '\F3E5';
2835 font-weight: 900;
2836 font-size: 0.9em;
2837 opacity: 0.6;
2839 .comment-meta .replied::before {
2840 content: '\F3E5';
2841 font-family: "Font Awesome", "Font Awesome 5 Free";
2842 color: #090;
2843 font-weight: 900;
2844 font-size: 0.9em;
2845 opacity: 0.6;
2848 .post-controls {
2849 text-align: right;
2850 margin: 0.75em 0 0 0;
2851 align-self: start;
2852 justify-self: end;
2854 .edit-post-link {
2855 display: inline-block;
2856 margin-bottom: 0.25em;
2857 font-size: 1.125rem;
2859 .edit-post-link::before {
2860 margin-right: 0.3em;
2862 .comment-controls .edit-button::before,
2863 .edit-post-link::before {
2864 content: '\F303';
2865 font-family: "Font Awesome", "Font Awesome 5 Free";
2866 font-weight: 900;
2867 font-size: 0.75em;
2868 position: relative;
2869 top: -1px;
2872 .comment-controls .delete-button {
2873 margin-right: 0.25em;
2875 .comment-controls .edit-button,
2876 .comment-controls .retract-button,
2877 .comment-controls .unretract-button {
2878 margin-right: 1em;
2880 .comment-controls .retract-button::before {
2881 content: '\F4B3';
2882 opacity: 0.6;
2884 .comment-controls .unretract-button::before {
2885 content: '\F075';
2886 opacity: 0.9;
2888 .comment-controls .delete-button::before {
2889 content: '\F05E';
2890 opacity: 0.7;
2892 .comment-controls .retract-button::before,
2893 .comment-controls .unretract-button::before,
2894 .comment-controls .delete-button::before {
2895 font-weight: 900;
2896 font-size: 0.9em;
2899 .comment-controls form {
2900 position: relative;
2902 .textarea-container {
2903 position: relative;
2905 .posting-controls textarea {
2906 display: block;
2907 width: 100%;
2908 height: 15em;
2909 min-height: 15em;
2910 max-height: calc(100vh - 6em);
2911 margin: 2px 0 0 0;
2912 padding: 4px 5px;
2913 font-size: 1.2rem;
2914 border-style: solid;
2915 border-width: 29px 1px 1px 1px;
2916 resize: none;
2919 /* GUIEdit buttons */
2921 .guiedit-buttons-container {
2922 position: absolute;
2923 left: 1px;
2924 top: 1px;
2925 width: calc(100% - 2px);
2926 height: 28px;
2927 text-align: left;
2928 padding: 1px 4px 0 4px;
2929 overflow: hidden;
2931 .comment-thread-page .guiedit-buttons-container {
2932 padding-right: 60px;
2934 .guiedit-buttons-container button {
2935 height: 26px;
2936 padding: 0 7px;
2937 font-weight: 900;
2938 font-size: 0.875rem;
2939 line-height: 1;
2940 position: static;
2942 .guiedit-buttons-container button:active {
2943 transform: none;
2945 .guiedit-buttons-container button:active div {
2946 transform: scale(0.9);
2948 .guiedit-buttons-container button sup {
2949 font-weight: bold;
2951 .guiedit::after {
2952 content: attr(data-tooltip);
2953 position: absolute;
2954 font-weight: normal;
2955 font-size: 1rem;
2956 top: 2px;
2957 left: 464px;
2958 height: 25px;
2959 padding: 4px 0;
2960 white-space: nowrap;
2961 visibility: hidden;
2963 .guiedit:hover::after {
2964 visibility: visible;
2967 /* Markdown hints */
2969 .posting-controls .markdown-reference-link {
2970 float: left;
2971 padding: 1px 0 0 6px;
2973 .posting-controls .markdown-reference-link a {
2974 padding-right: 1.5em;
2975 margin-right: 0.15em;
2976 background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAQAAABNTyozAAAEDklEQVR4Ae3cY3QDjRaG0V1e27Zt27Zt27Ztf7Zt27Zt10jOdZtZzbSN2q41533+tsFO4zRi0TKRJVACJdDiJVACJVACJVACZQmUQAmUQAmUQAmUQFkCJVACJVACJVACJVDWuD7P8icnGRcVbdyJ/uRZ+jTZYxwq/lN2qMcozvtMibmySe/TsPeqi0JZ3XsAHm1SZAua9CjgoMQo6UB4uiim5gbXV7Ab1EQxT+P3RRw/dHtV3e39UL3g8XuOEw39QNX3g4LHcYwU/n5uo+q7beGKNqLwJ3U1cteKuepEQ1cid03BJIESKIESKIESKIESaIkl0I3dv7Q7a293c//ShrWym7l/abdbGaCnidJGPFzre6opUdqDtLJXitJ+svpA4Uy30dru6hJRHaCws37L37CDRbWAwvctf38S1QOqe43l7f2iikDheg+x9J5ksqpA4TS3svju5CJRXaCwvX7lG3KAqDZQ+Jby/U4kUM0rNN+7hAQSrvNAC/c4Ewn0/052C8Xd0fkigebbRp/5DdpHJFCxr5nfr4QEUqzmJYC3iQRq1jXuj8cYT6CyTnAv54oEKm9EJFBnJVAC7eoS0XJn2r8qQP/wNFOipUY8wvbVAeIjooXq3ki1gPhHC0A/oWWgQZ/37ZI2FaUdVPpb33LHlQS6scPFstrDQBtAvEpNdLEfsZJA3N3lYsnOcTvaAuKzomttqW+lgXimabFoYx5N20D8SXSlw9yElQfiE0J5dW+lI6BBu4uOO8+dWB0g1hel/YIOgbiVE0VHXefhrB7QTRwtmra3gS4AcW+Xibab8SJWE4h7uaLpn/Ud6AoQTzIu2uzDrDYQzzUjCo17HF0D4g3qoo1+yWoCld8hv5OuAvFl0XLb6V8rQGws5votXQfqs45oqaPdjLUDdNO5f7Xa32APgBhu6b2SC92VtQTEfVwlXOhO9ASI2zhNLKsRj2atAfFCo55Iz4C4nyvFks16OWsRiPvQUyCeblIs0adYq0B6DsTb1EV5fk+1gfiWKG0XAwnUZyPRtOPdggTiRg4UC7rEPUkg4PbOFIXGPIEEmt+DCmeu5rUkUHHPaXj76Qsk0MK9R/ynv5FAzfdDYS9Da+n/xe6ovd2lS/8vVlyfH7o1vQLKJVACJVACJVACJVACIYGW/A6z/A6zG8RcNbdT9d1eTcx1A8eKhn6s6vtxweNYfisaqvupu+jXV8H63cXP1Asev+Wpopi6aVMVbFpdFPMUlP6jdrY/8AgTYkHZhEcAvFNdFMpq3qFh78y/okIT3qk4j8zborn290hN91S/c6zrzapVsFnXO9bvPFXjYtEykSVQAnVUAiVQAiVQAiVQAiVQlkAJlEAJlEAJlEAJlCVQAiVQAiVQAiVQAmX/BMHb3CdNrgcrAAAAAElFTkSuQmCC');
2977 background-size: 1.25em;
2978 background-repeat: no-repeat;
2979 background-position: right center;
2982 #markdown-hints-checkbox + label {
2983 float: left;
2984 margin: 2px 0 0 1em;
2985 line-height: 1.3;
2986 cursor: pointer;
2988 #edit-post-form #markdown-hints-checkbox + label {
2989 padding: 0;
2991 #markdown-hints-checkbox {
2992 visibility: hidden;
2993 float: left;
2995 #markdown-hints-checkbox + label::after {
2996 content: "(Show Markdown help)";
2998 #markdown-hints-checkbox:checked + label::after {
2999 content: "(Hide Markdown help)";
3001 #markdown-hints-checkbox + label::before {
3002 content: '\F059';
3003 font-family: "Font Awesome", "Font Awesome 5 Free";
3004 font-weight: 900;
3005 margin-right: 3px;
3007 #markdown-hints-checkbox:checked + label::before {
3008 font-weight: normal;
3010 #markdown-hints {
3011 margin: 4px 0 0 4px;
3012 padding: 4px 8px;
3013 position: absolute;
3014 text-align: left;
3015 top: calc(100% - 1em);
3016 z-index: 1;
3017 display: none;
3019 .comment-controls #markdown-hints {
3020 top: calc(100% + 1.75em);
3022 #markdown-hints-checkbox:checked ~ #markdown-hints {
3023 display: table;
3025 .markdown-hints-row {
3026 display: table-row;
3028 #markdown-hints .markdown-hints-row span,
3029 #markdown-hints .markdown-hints-row code {
3030 float: none;
3031 display: table-cell;
3032 border: none;
3033 background-color: inherit;
3034 padding: 0 12px 0 0;
3037 /******************/
3038 /* EDIT POST FORM */
3039 /******************/
3041 #edit-post-form {
3042 padding: 1em 1em 4em 1em;
3044 #edit-post-form .post-meta-fields {
3045 display: grid;
3046 grid-template-columns: 5em auto auto auto 1fr auto;
3047 margin-bottom: 0.625em;
3050 #edit-post-form label[for='title'],
3051 #edit-post-form label[for='url'],
3052 #edit-post-form label[for='section'] {
3053 grid-column: 1;
3055 #edit-post-form input[type='text'] {
3056 padding: 0.25em;
3057 grid-column: 2 / span 4;
3058 margin-bottom: 0.5em;
3061 #edit-post-form .link-post-checkbox,
3062 #edit-post-form .link-post-checkbox + label {
3063 grid-row: 1;
3064 grid-column: 6;
3066 #edit-post-form .question-checkbox,
3067 #edit-post-form .question-checkbox + label {
3068 grid-row: 3;
3069 grid-column: 5;
3070 justify-self: start;
3071 margin-left: 1.5em;
3074 #edit-post-form .post-meta-fields label[for="submit-to-frontpage"] {
3075 grid-row: 4;
3076 grid-column: 2 / span 4;
3077 text-align: left;
3078 margin-top: 8px;
3081 #edit-post-form .post-meta-fields input[type='checkbox'] {
3082 height: 0;
3083 opacity: 0;
3084 pointer-events: none;
3086 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
3087 white-space: nowrap;
3088 position: relative;
3089 cursor: pointer;
3090 padding: 0.25em 0.5em 0.25em calc(20px + 0.25em + 0.3725em);
3091 align-self: start;
3093 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
3094 content: "";
3095 font-family: "Font Awesome", "Font Awesome 5 Free";
3096 font-size: 1.375rem;
3097 line-height: 0.7;
3098 text-indent: 1px;
3099 font-weight: 900;
3100 position: absolute;
3101 width: 20px;
3102 height: 20px;
3103 left: 5px;
3105 #edit-post-form label[for='url'],
3106 #edit-post-form input[name='url'] {
3107 display: none;
3109 #edit-post-form .link-post-checkbox:checked ~ label[for='url'],
3110 #edit-post-form .link-post-checkbox:checked ~ input[name='url'] {
3111 display: initial;
3113 #edit-post-form label {
3114 line-height: normal;
3115 border: 1px solid transparent;
3116 text-align: right;
3117 padding: 0.25em 0.5em;
3118 white-space: nowrap;
3120 #edit-post-form input[type='radio'] {
3121 width: 0;
3122 margin: 0;
3123 opacity: 0;
3124 pointer-events: none;
3126 #edit-post-form input[type='radio'] + label {
3127 padding: 4px 12px;
3128 text-align: center;
3129 border-style: solid;
3130 border-width: 1px 1px 1px 0;
3131 cursor: pointer;
3133 #edit-post-form input[type='radio']:checked + label {
3134 cursor: default;
3137 #edit-post-form label[for='section'] {
3138 grid-row: 3;
3140 #edit-post-form input[type='radio'] + label {
3141 grid-row: 3;
3143 @supports (width: -moz-fit-content) {
3144 #edit-post-form input[type='radio'] + label {
3145 width: -moz-fit-content;
3148 @supports (width: fit-content) {
3149 #edit-post-form input[type='radio'] + label {
3150 width: fit-content;
3154 #edit-post-form textarea {
3155 min-height: 24em;
3158 #edit-post-form input[type='submit'] {
3159 padding: 6px 12px;
3160 float: right;
3162 #edit-post-form #markdown-hints {
3163 top: calc(100% + 2em);
3166 #edit-post-form button.guiedit div {
3167 overflow: visible;
3169 .guiedit-mobile-auxiliary-button {
3170 display: none;
3173 /***********/
3174 /* BUTTONS */
3175 /***********/
3177 button,
3178 input[type='submit'] {
3179 font-family: inherit;
3180 font-size: inherit;
3181 background-color: inherit;
3182 cursor: pointer;
3183 border: none;
3184 border-radius: 0;
3187 /************/
3188 /* HEADINGS */
3189 /************/
3191 .body-text h1,
3192 .body-text h2,
3193 .body-text h3,
3194 .body-text h4,
3195 .body-text h5,
3196 .body-text h6 {
3197 line-height: 1.1;
3198 margin: 1em 0 0.75em 0;
3199 text-align: left;
3202 .post-body h5,
3203 .post-body h6 {
3204 font-size: 1em;
3206 .post-body h4 {
3207 font-size: 1.2em;
3209 .post-body h3 {
3210 font-size: 1.4em;
3212 .post-body h2 {
3213 font-size: 1.75em;
3215 .post-body h1 {
3216 font-size: 2.1em;
3219 .comment-body h5,
3220 .comment-body h6 {
3221 font-size: 1em;
3223 .comment-body h4 {
3224 font-size: 1.15em;
3226 .comment-body h3 {
3227 font-size: 1.3em;
3229 .comment-body h2 {
3230 font-size: 1.5em;
3232 .comment-body h1 {
3233 font-size: 1.75em;
3236 /**********/
3237 /* QUOTES */
3238 /**********/
3240 blockquote,
3241 .post-body .comment-box .comment-body {
3242 font-size: 0.9em;
3243 margin: 1em 0;
3244 padding-left: 0.5em;
3245 margin-left: 1px;
3246 padding-bottom: 3px;
3248 blockquote *:first-child {
3249 margin-top: 0;
3251 blockquote *:last-child {
3252 margin-bottom: 0;
3254 blockquote blockquote {
3255 font-size: 0.95em;
3258 /* Pseudo-blockquotes that LW sometimes uses for some reason */
3260 .post-body .comment-box .user-name {
3261 font-style: italic;
3263 .post-body .comment-box .user-name::after {
3264 content: ":";
3266 .post-body .comment-box {
3267 zoom: 1.25;
3270 /**********/
3271 /* IMAGES */
3272 /**********/
3274 #content img, #content figure {
3275 max-width: 100%;
3278 .prediction-poll > svg {
3279 width: 700px;
3280 max-width: 100%;
3283 img.inline-latex {
3284 position: relative;
3285 top: 2.5px;
3286 margin: 0 2px;
3289 #content figure {
3290 text-align: center;
3291 margin: 1.5em auto;
3294 p.imgonly,
3295 div.imgonly,
3296 figure {
3297 text-align: center;
3298 margin: auto;
3299 clear: both;
3302 .imgonly iframe {
3303 display: block;
3304 width: 100%;
3305 height: 250px;
3306 border: 0;
3309 // Aspect ratio trick from https://css-tricks.com/aspect-ratio-boxes/
3311 [style*="--aspect-ratio"] > * {
3312 width: 100%;
3314 [style*="--aspect-ratio"] > img {
3315 height: auto;
3317 @supports (--custom:property) {
3318 [style*="--aspect-ratio"] {
3319 position: relative;
3321 [style*="--aspect-ratio"]::before {
3322 content: "";
3323 display: block;
3324 padding-bottom: calc(100% / (var(--aspect-ratio)));
3326 [style*="--aspect-ratio"] > * {
3327 position: absolute;
3328 top: 0;
3329 left: 0;
3330 height: 100%;
3334 /**********/
3335 /* TABLES */
3336 /**********/
3338 .body-text table {
3339 border-collapse: collapse;
3340 font-size: 0.875em;
3342 .body-text table th,
3343 .body-text table td {
3344 text-align: left;
3345 padding: 4px 6px;
3346 line-height: 1.3;
3348 .body-text table .numeric {
3349 text-align: right;
3350 font-family: Inconsolata, Menlo, monospace;
3352 .body-text table caption {
3353 margin: 0 0 0.25em 0;
3354 font-weight: bold;
3355 font-size: 1.125em;
3358 /********/
3359 /* MISC */
3360 /********/
3362 /*= Superscripts & subscripts =*/
3364 /* Make sure superscripts and subscripts do not affect line spacing. */
3365 sup, sub {
3366 vertical-align: baseline;
3367 position: relative;
3368 top: -0.5em;
3369 left: 0.05em;
3370 font-size: 0.8em;
3372 sub {
3373 top: 0.3em;
3376 /*= Code blocks & other "unstyled" text. =*/
3378 pre,
3379 code {
3380 font-family: Inconsolata, Menlo, monospace;
3382 pre {
3383 white-space: pre-wrap;
3385 .body-text pre {
3386 text-align: left;
3388 code {
3389 font-size: 0.95em;
3390 display: inline-block;
3391 padding: 0 4px 1px 5px;
3393 pre > code {
3394 display: block;
3395 border-radius: 0;
3396 padding: 3px 4px 5px 8px;
3399 /*= Fractions =*/
3401 .frac::after {
3402 content: "\200B";
3405 /*= Removing browser default styling of various elements =*/
3407 /* On various input elements such as text fields and buttons, remove "blue glow" focus outlines on Macs, dotted black outlines in Firefox, etc. */
3408 :focus {
3409 outline: none;
3412 /* Remove "embossed" appearance of horizontal rules. */
3413 hr {
3414 border: none;
3417 input,
3418 button,
3419 textarea {
3420 -webkit-appearance: none;
3421 -moz-appearance: none;
3422 appearance: none;
3425 input {
3426 font-family: inherit;
3427 font-size: inherit;
3428 font-weight: inherit;
3431 /*************/
3432 /* FOOTNOTES */
3433 /*************/
3435 ol {
3436 counter-reset: ordered-list;
3438 .footnote-definition {
3439 font-size: 0.9em;
3440 list-style-type: none;
3441 counter-increment: ordered-list;
3442 position: relative;
3444 .footnote-definition p {
3445 font-size: inherit !important;
3447 .footnote-definition::before {
3448 content: counter(ordered-list) ".";
3449 position: absolute;
3450 left: -2.5em;
3451 font-weight: bold;
3452 text-align: right;
3453 width: 2em;
3456 /*= LW Docs footnotes =*/
3458 .footnote-item {
3459 display: flex;
3462 .footnote-item > :not(.nothing) {
3463 margin: 0 0.2em;
3466 .footnote-item > :first-child {
3467 margin-left: -0.2em;
3468 margin-right: 0;
3471 .footnote-back-link a:not(.nothing) {
3472 font-size: 0;
3473 text-decoration: none;
3474 border: none;
3477 .footnote-back-link a:not(.nothing):hover {
3478 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #00e;
3479 border: none;
3480 text-decoration: none;
3483 .footnote-back-link a::after {
3484 content: '\F106';
3485 font-family: Font Awesome;
3486 font-size: 1rem;
3487 padding: 0.2em;
3488 text-decoration: none;
3489 font-weight: bold;
3492 .footnote-content > :first-child {
3493 margin-top: 0;
3496 /*********/
3497 /* LISTS */
3498 /*********/
3500 li {
3501 margin-bottom: 0.5em;
3504 .body-text ol p,
3505 .body-text ul p {
3506 margin: 0.5em 0;
3509 .body-text ol {
3510 list-style: none;
3511 padding: 0;
3512 counter-reset: ol;
3514 .body-text ol > li {
3515 position: relative;
3516 counter-increment: ol;
3517 padding: 0 0 0 2.5em;
3518 margin: 0.25em 0 0 0;
3520 .body-text ol > li::before {
3521 content: counter(ol) ".";
3522 position: absolute;
3523 width: 2em;
3524 text-align: right;
3525 left: 0;
3527 .body-text ul {
3528 list-style: none;
3529 padding: 0;
3531 .body-text ul:not(.contents-list) > li:empty {
3532 padding-bottom: 1.25em;
3534 .body-text ul:not(.contents-list) > li {
3535 position: relative;
3536 padding: 0 0 0 1.75em;
3537 margin: 0.25em 0 0 0;
3539 .body-text ul:not(.contents-list) > li ul > li {
3540 padding: 0 0 0 2em;
3542 .body-text ul:not(.contents-list) > li::before {
3543 content: "•";
3544 position: absolute;
3545 width: 1.25em;
3546 text-align: right;
3547 left: 0;
3549 .body-text ul:not(.contents-list) > li ul > li::before {
3550 width: 1.5em;
3552 .body-text li > ul:first-child > li {
3553 padding-left: 0;
3555 .body-text li > ul:first-child > li::before {
3556 content: none;
3559 /**************/
3560 /* ERROR PAGE */
3561 /**************/
3563 .error-retry-form {
3564 margin: 0.5em 0;
3567 .error-retry-form input[type="submit"] {
3568 border: 1px solid #aaa;
3569 font-weight: bold;
3570 font-size: 1.125rem;
3571 padding: 0.5em 1.25em;
3574 /**************/
3575 /* ABOUT PAGE */
3576 /**************/
3578 #content.about-page .contents {
3579 margin-top: 0.25em;
3581 #content.about-page .accesskey-table {
3582 border-collapse: collapse;
3583 margin: auto;
3585 #content.about-page .accesskey-table th,
3586 #content.about-page .accesskey-table td {
3587 padding: 2px 6px;
3589 #content.about-page .accesskey-table td:first-child {
3590 padding-right: 1.5em;
3592 #content.about-page .accesskey-table td:last-child {
3593 text-align: center;
3594 font-family: Inconsolata, Menlo, monospace;
3596 #content.about-page h3:nth-of-type(n+2) {
3597 clear: both;
3600 /******************/
3601 /* IMAGES OVERLAY */
3602 /******************/
3604 #images-overlay + #content .post-body img {
3605 visibility: hidden;
3608 #images-overlay div {
3609 position: absolute;
3611 #images-overlay div::after {
3612 content: "Click to enlarge";
3613 display: block;
3614 position: absolute;
3615 margin: auto;
3616 left: 0;
3617 right: 0;
3618 bottom: 10px;
3619 padding: 6px 10px;
3620 font-size: 1.25rem;
3621 background-color: rgba(0,0,0,0.6);
3622 color: #fff;
3623 border-radius: 5px;
3624 opacity: 0.0;
3625 transition: opacity 0.15s ease;
3626 pointer-events: none;
3628 @supports (width: -moz-fit-content) {
3629 #images-overlay div::after {
3630 width: -moz-fit-content;
3633 @supports (width: fit-content) {
3634 #images-overlay div::after {
3635 width: fit-content;
3638 #images-overlay div:hover::after {
3639 opacity: 1.0;
3642 #images-overlay img {
3643 width: 100%;
3646 /***************/
3647 /* IMAGE FOCUS */
3648 /***************/
3650 /*=--------------=*/
3651 /*= Hover styles =*/
3652 /*=--------------=*/
3654 #content img:hover,
3655 #images-overlay img:hover {
3656 filter: drop-shadow(0 0 3px #777);
3657 cursor: zoom-in;
3659 #content img:active,
3660 #images-overlay img:active {
3661 transform: scale(0.975);
3664 /*=---------=*/
3665 /*= Overlay =*/
3666 /*=---------=*/
3668 #image-focus-overlay {
3669 position: fixed;
3670 top: 0;
3671 right: 0;
3672 bottom: 0;
3673 left: 0;
3674 z-index: 2;
3675 display: none;
3676 cursor: zoom-out;
3678 #image-focus-overlay::before {
3679 content: "";
3680 display: block;
3681 position: absolute;
3682 top: 0;
3683 right: 0;
3684 bottom: 0;
3685 left: 0;
3686 background-color: #000;
3687 opacity: 0.5;
3688 z-index: -1;
3690 #image-focus-overlay.engaged {
3691 display: initial;
3694 #image-focus-overlay img {
3695 margin: auto;
3696 position: absolute;
3697 left: 50%;
3698 top: 50%;
3699 transform: translateX(-50%) translateY(-50%);
3702 /*=-------------------=*/
3703 /*= Single-image mode =*/
3704 /*=-------------------=*/
3706 #image-focus-overlay:not(.slideshow) .image-number,
3707 #image-focus-overlay:not(.slideshow) .slideshow-buttons {
3708 visibility: hidden;
3711 /*=---------=*/
3712 /*= Caption =*/
3713 /*=---------=*/
3715 #image-focus-overlay .caption {
3716 position: absolute;
3717 bottom: 0.75em;
3718 background-color: rgba(0,0,0,0.7);
3719 left: 9em;
3720 right: 9em;
3721 margin: auto;
3722 max-width: calc(100% - 18em);
3723 text-align: center;
3724 font-size: 1.375em;
3725 border-radius: 8px;
3726 z-index: 1;
3727 transition:
3728 bottom 0.2s ease;
3730 @supports (width: -moz-fit-content) {
3731 #image-focus-overlay .caption {
3732 width: -moz-fit-content;
3735 @supports (width: fit-content) {
3736 #image-focus-overlay .caption {
3737 width: fit-content;
3740 #image-focus-overlay .caption.hidden {
3741 bottom: -5em;
3742 transition:
3743 bottom 0.5s ease;
3746 #image-focus-overlay .caption p {
3747 margin: 1em 1.25em;
3748 color: #fff;
3751 #image-focus-overlay .caption:not(:empty)::before {
3752 content: "";
3753 display: block;
3754 position: absolute;
3755 width: 100vw;
3756 height: calc(100% + 1.5em);
3757 z-index: -1;
3758 top: -0.75em;
3759 left: calc(-50vw + 50%);
3763 /*=--------------=*/
3764 /*= Help overlay =*/
3765 /*=--------------=*/
3767 #image-focus-overlay .help-overlay {
3768 position: absolute;
3769 display: flex;
3770 flex-flow: column;
3771 z-index: 2;
3772 font-size: 1.5rem;
3773 padding: 1em;
3774 border-radius: 10px;
3775 bottom: 1em;
3776 right: 1em;
3777 overflow: hidden;
3778 white-space: nowrap;
3779 color: transparent;
3780 cursor: default;
3781 visibility: hidden;
3782 transition:
3783 visibility 1s ease,
3784 color 1s ease,
3785 background-color 1s ease,
3786 bottom 0.3s ease;
3788 #image-focus-overlay .help-overlay:hover {
3789 max-width: 24em;
3790 max-height: 14em;
3791 background-color: rgba(0,0,0,0.85);
3792 color: #fff;
3793 visibility: visible;
3794 transition:
3795 visibility 0.2s ease 0.3s,
3796 color 0.2s ease 0.3s,
3797 background-color 0.2s ease 0.3s;
3800 #image-focus-overlay .help-overlay::after {
3801 content: "\F128";
3802 font-family: "Font Awesome", "Font Awesome 5 Free";
3803 font-weight: 900;
3804 font-size: 2rem;
3805 position: absolute;
3806 right: 0;
3807 bottom: 0;
3808 padding: 10px;
3809 color: #000;
3810 filter: drop-shadow(0 0 6px #fff);
3811 visibility: visible;
3812 opacity: 0.85;
3813 transition:
3814 visibility 1s ease;
3816 #image-focus-overlay .help-overlay:hover::after {
3817 visibility: hidden;
3818 transition:
3819 visibility 0.2s ease 0.3s;
3822 #image-focus-overlay .help-overlay p {
3823 margin: 0;
3824 text-indent: -2em;
3825 padding-left: 2em;
3826 max-width: 100%;
3827 overflow: hidden;
3829 #image-focus-overlay .help-overlay p + p {
3830 margin: 0.75em 0 0 0;
3832 #image-focus-overlay .help-overlay.hidden {
3833 bottom: -2em;
3836 /*=--------------=*/
3837 /*= Slide number =*/
3838 /*=--------------=*/
3840 #image-focus-overlay .image-number {
3841 position: absolute;
3842 z-index: 2;
3843 font-size: 1.75rem;
3844 left: 1em;
3845 bottom: 1em;
3846 font-weight: 600;
3847 text-shadow:
3848 0 0 3px #fff,
3849 0 0 5px #fff,
3850 0 0 8px #fff,
3851 0 0 13px #fff;
3852 width: 1.5em;
3853 text-align: right;
3854 white-space: nowrap;
3855 transition: bottom 0.3s ease;
3857 #image-focus-overlay .image-number::before {
3858 content: "#";
3859 opacity: 0.3;
3861 #image-focus-overlay .image-number::after {
3862 content: " of " attr(data-number-of-images);
3863 opacity: 0.3;
3865 #image-focus-overlay .image-number:hover::before,
3866 #image-focus-overlay .image-number:hover::after {
3867 opacity: 1.0;
3869 #image-focus-overlay .image-number.hidden {
3870 bottom: -1.25em;
3873 /*=-------------------=*/
3874 /*= Slideshow buttons =*/
3875 /*=-------------------=*/
3877 #image-focus-overlay .slideshow-buttons {
3878 position: absolute;
3879 top: 0;
3880 left: 0;
3881 width: 100%;
3882 height: 100%;
3883 z-index: 1;
3884 display: flex;
3885 justify-content: space-between;
3886 pointer-events: none;
3888 #image-focus-overlay .slideshow-buttons button {
3889 font-family: "Font Awesome", "Font Awesome 5 Free";
3890 font-weight: 900;
3891 font-size: 3rem;
3892 padding: 0.5em;
3893 color: #ddd;
3894 position: relative;
3895 left: 0;
3896 transition:
3897 left 0.3s ease;
3898 pointer-events: auto;
3900 #image-focus-overlay .slideshow-buttons button::selection {
3901 background-color: transparent;
3903 @media only screen and (hover: hover) {
3904 #image-focus-overlay .slideshow-buttons button:hover {
3905 background-color: rgba(0,0,0,0.1);
3906 color: #777;
3909 #image-focus-overlay .slideshow-buttons button:active {
3910 transform: none;
3911 color: #888;
3913 #image-focus-overlay .slideshow-buttons button:disabled {
3914 text-shadow: none;
3915 background-color: transparent;
3916 color: #ddd;
3917 cursor: default;
3918 opacity: 0.4;
3920 #image-focus-overlay .slideshow-button.previous.hidden {
3921 left: -1.75em;
3923 #image-focus-overlay .slideshow-button.next.hidden {
3924 left: 1.75em;
3927 /*=-----------------=*/
3928 /*= Background blur =*/
3929 /*=-----------------=*/
3931 .blurred {
3932 filter: blur(3px);
3935 /**************************/
3936 /* QUALIFIED HYPERLINKING */
3937 /**************************/
3939 #content.no-nav-bars {
3940 margin: 8px auto;
3942 #content.no-nav-bars + #ui-elements-container > * {
3943 padding-top: 8px;
3946 #aux-about-link {
3947 position: fixed;
3948 top: 40px;
3949 left: calc((100% - 900px) / 2 - 69px);
3950 width: 1.5em;
3951 height: 1.5em;
3952 text-align: center;
3953 display: table;
3955 #aux-about-link a {
3956 display: table-cell;
3957 width: 100%;
3958 vertical-align: middle;
3959 font-family: "Font Awesome", "Font Awesome 5 Free";
3960 font-weight: 900;
3961 font-size: 1.25rem;
3962 opacity: 0.4;
3963 z-index: 1;
3966 .qualified-linking {
3967 margin: 0;
3968 position: relative;
3970 .qualified-linking input[type='checkbox'] {
3971 visibility: hidden;
3972 width: 0;
3973 height: 0;
3974 margin: 0;
3976 .qualified-linking label {
3977 font-family: "Font Awesome", "Font Awesome 5 Free";
3978 font-weight: 900;
3979 font-size: 1rem;
3980 padding: 0 0.5em;
3981 display: inline-block;
3982 margin-left: 0.25em;
3984 .qualified-linking label:hover {
3985 cursor: pointer;
3987 .qualified-linking label:active span {
3988 display: inline-block;
3989 transform: scale(0.9);
3991 .qualified-linking label::selection {
3992 background-color: transparent;
3995 .qualified-linking label::after {
3996 content: "";
3997 width: 100vw;
3998 height: 0;
3999 left: 0;
4000 top: 0;
4001 position: fixed;
4002 z-index: 1;
4003 cursor: default;
4005 .qualified-linking input[type='checkbox']:checked + label::after {
4006 height: 100vh;
4009 .qualified-linking-toolbar {
4010 position: absolute;
4011 right: 0.25em;
4012 top: 110%;
4013 z-index: 1;
4015 .qualified-linking input[type='checkbox'] ~ .qualified-linking-toolbar {
4016 display: none;
4018 .qualified-linking input[type='checkbox']:checked ~ .qualified-linking-toolbar {
4019 display: block;
4021 #qualified-linking-toolbar-toggle-checkbox-bottom ~ .qualified-linking-toolbar {
4022 top: unset;
4023 bottom: 125%;
4026 .qualified-linking-toolbar a {
4027 display: block;
4028 padding: 0 6px;
4029 margin: 4px;
4031 .qualified-linking-toolbar a::selection {
4032 background-color: transparent;
4035 /*****************/
4036 /* HOVER PREVIEW */
4037 /*****************/
4039 #preview-popup-toggle {
4040 position: absolute;
4041 right: -67px;
4042 bottom: 285px;
4043 cursor: pointer;
4044 color: var(--GW-toggle-widget-color, #888);
4046 #preview-popup-toggle:hover {
4047 color: var(--GW-toggle-widget-hover-color, #444);
4050 #content.preview:not(not) {
4051 padding: 0;
4053 #content.preview > .comment-thread {
4054 margin: 2px;
4056 #content.preview.individual-thread-page > .comment-thread > .comment-item {
4057 border: none;
4059 #content.preview.user-page .page-main-heading, #content.preview.user-page .user-stats {
4060 padding: 0 8px;
4062 #content.preview.user-page .page-main-heading {
4063 margin-left: 8px;
4065 #content.preview.not(not) .body-text {
4066 margin-left: 8px;
4067 margin-right: 8px;
4069 #content.preview.user-page .user-stats {
4070 margin-right: 32px;
4072 #content.preview.user-page .page-toolbar, #content.preview.user-page nav {
4073 display: none;
4075 #content.preview button.vote {
4076 display: none;
4078 #content.preview > h1.listing {
4079 max-height: unset;
4081 #content.preview.user-page > .comment-thread {
4082 margin: 0.5em 0;
4084 #content.preview > .post {
4085 margin: 0 18px;
4087 #content.preview .post-title {
4088 margin-top: 0.5em;
4090 #content.preview .post-meta {
4091 line-height: 1.0;
4093 #content.preview .body-text {
4094 font-size: 1em;
4096 #content.preview nav.contents,
4097 #content.preview .lw2-link {
4098 display: none;
4101 .preview-popup {
4102 position: fixed;
4103 transform-origin: top;
4104 top: 10%;
4105 right: 10%;
4106 max-width: 700px;
4107 z-index: 10001;
4108 background-color: #eee;
4109 border: 1px solid #ccc;
4110 box-shadow: 2px 6px 20px -4px #000;
4111 transition: height 0.2s ease, top 0.2s ease;
4113 .popup-hide-button {
4114 position: fixed;
4115 top: 4px;
4116 right: 4px;
4117 color: #000;
4118 background-color: #fff;
4119 width: 28px;
4120 height: 28px;
4121 display: flex;
4122 font-family: "Font Awesome";
4123 font-size: 14px;
4124 line-height: 1;
4125 border: 1px solid #bbb;
4126 border-radius: 28px;
4127 align-items: center;
4128 justify-content: center;
4129 //padding-bottom: 2px;
4130 padding-left: 1.5px;
4131 font-family: "Font Awesome", "Font Awesome 5 Free";
4132 cursor: pointer;
4134 .popup-hide-button:hover::before {
4135 content: "Turn off preview popups";
4136 display: block;
4137 position: absolute;
4138 width: max-content;
4139 right: 32px;
4140 color #000;
4141 background-color: #fff;
4142 border: 1px solid #eee;
4143 border-radius: 2px;
4144 padding: 4px;
4147 /********/
4148 /* MATH */
4149 /********/
4151 .mathjax-block-container {
4152 display: block;
4153 overflow-y: hidden;
4154 border-radius: 6px;
4155 margin: 1em 0 1.5em 0;
4157 .mathjax-inline-container {
4158 max-width: 100%;
4159 display: inline-block;
4160 overflow-x: auto;
4161 overflow-y: hidden;
4162 position: relative;
4163 vertical-align: text-top;
4164 padding: 0 1px;
4166 .post .mathjax-inline-container {
4167 line-height: 1.1;
4168 top: 2px;
4170 .comment .mathjax-inline-container {
4171 top: 3px;
4172 line-height: 1;
4174 .mathjax-inline-container .mjx-chtml {
4175 padding: 0;
4178 /************/
4179 /* SPOILERS */
4180 /************/
4182 .spoiler {
4183 color: #000;
4184 background-color: currentColor;
4185 transition: none;
4186 text-shadow: none;
4187 margin: 1em 0;
4188 box-shadow: 0 0 0 1px currentColor inset;
4189 overflow: auto;
4191 .spoiler:not(:last-child) {
4192 margin-bottom: 0;
4194 #content .spoiler * {
4195 color: inherit;
4196 border: none;
4198 .spoiler:hover {
4199 color: unset;
4200 background-color: unset;
4201 text-shadow: unset;
4202 transition:
4203 color 0.1s ease-out 0.1s,
4204 background-color 0.1s ease-out 0.1s,
4205 text-shadow 0.1s ease-out 0.1s;
4207 .spoiler::selection,
4208 .spoiler ::selection {
4209 color: #fff;
4210 background-color: #000;
4212 .spoiler:not(:hover)::selection,
4213 .spoiler:not(:hover) ::selection {
4214 background-color: transparent;
4217 /*= Fix for LessWrong being weird =*/
4219 .spoiler > p {
4220 padding: 0 7px;
4222 .spoiler > p:first-child {
4223 margin-top: 0.25em;
4225 .spoiler > p:last-child {
4226 margin-bottom: 0;
4227 padding-bottom: 0.25em;
4229 .spoiler > p:hover ~ p {
4230 background-color: currentColor;
4232 .spoiler > p + p {
4233 margin-top: -1em;
4235 .spoiler > p:not(:first-child) {
4236 padding-top: 0.5em;
4238 .spoiler > p:not(:last-child) {
4239 padding-bottom: 0.5em;
4242 .spoiler:not(:hover) pre,
4243 .spoiler:not(:hover) code {
4244 background-color: inherit;
4245 box-shadow: none;
4247 #content .spoiler pre {
4248 border-color: currentColor;
4249 border-style: solid;
4250 border-width: 0 1px;
4251 border-radius: 0;
4254 /*******************/
4255 /* PAGE LIST INDEX */
4256 /*******************/
4258 .page-list-index {
4259 margin: 1em 30px;
4260 line-height: 1.2;
4263 .page-list-index > p {
4264 font-weight: bold;
4265 font-size: 1.2em;
4268 .page-list-index > ul * {
4269 margin: 0;
4272 .page-list-index ul {
4273 padding-left: 1.5em;
4276 .page-list-index li {
4277 margin-top: 0.67em;
4280 .page-list-index li > a {
4281 display: block;
4282 font-size: 1.1em;
4283 font-weight: bold;
4284 margin: 0.33em 0;
4287 .page-list-index li > a:last-child {
4288 margin-bottom: 1em;
4291 /*******************/
4292 /* ALIGNMENT FORUM */
4293 /*******************/
4295 #content.alignment-forum-index-page::after {
4296 content: "Alignment Forum";
4297 font-size: 1.5rem;
4298 margin: 0.375em 0 0 -0.375em;
4299 order: -1;
4302 /**********************/
4303 /* FOR NARROW SCREENS */
4304 /**********************/
4306 @media only screen and (max-width: 1440px) {
4307 #hns-date-picker {
4308 right: -81px;
4309 padding: 8px 10px 10px 10px;
4310 bottom: 62px;
4311 display: none;
4313 #hns-date-picker::before {
4314 content: "";
4315 position: absolute;
4316 display: block;
4317 z-index: -1;
4318 height: calc(100% + 2px);
4319 top: -1px;
4320 left: -1px;
4321 width: 50%;
4324 @media only screen and (max-width: 1160px) {
4325 #new-comment-nav-ui {
4326 bottom: 180px;
4327 right: -68px;
4329 #hns-date-picker {
4330 bottom: 200px;
4331 right: -36px;
4333 #hns-date-picker::before {
4334 width: calc(100% - 35px);
4336 #theme-selector button::before {
4337 right: unset;
4338 left: 100%;
4340 #theme-selector:hover::after {
4341 content: "";
4342 display: block;
4343 position: absolute;
4344 width: calc(6em - 7px);
4345 height: calc(100% + 2px);
4346 top: 0;
4347 left: calc(100% + 1px);
4349 #anti-kibitzer-toggle {
4350 bottom: 330px;
4353 @media only screen and (max-width: 1080px) {
4354 #width-selector {
4355 right: -30px;
4357 #width-selector button {
4358 display: block;
4360 #text-size-adjustment-ui {
4361 top: 90px;
4362 right: -30px;
4364 #text-size-adjustment-ui button {
4365 display: block;
4366 position: relative;
4368 #text-size-adjustment-ui button.increase {
4369 bottom: 48px;
4371 #text-size-adjustment-ui button.decrease {
4372 top: 50px;
4374 #theme-selector {
4375 top: 46px;
4376 left: -44px;
4378 #theme-tweaker-toggle {
4379 left: -44px;
4380 top: 2px;
4382 #theme-tweaker-toggle button {
4383 height: 2em;
4384 width: 2em;
4385 padding: 7px;
4387 #quick-nav-ui {
4388 right: -54px;
4390 #new-comment-nav-ui {
4391 right: -55px;
4393 #hns-date-picker {
4394 right: -23px;
4396 #hns-date-picker::before {
4397 width: calc(100% - 22px);
4399 #anti-kibitzer-toggle {
4400 right: -54px;
4403 @media only screen and (max-width: 1040px) {
4404 #quick-nav-ui {
4405 right: -49px;
4407 #new-comment-nav-ui {
4408 right: -50px;
4410 #hns-date-picker {
4411 right: -18px;
4413 #hns-date-picker::before {
4414 width: calc(100% - 17px);
4416 #anti-kibitzer-toggle {
4417 right: -50px;
4420 @media only screen and (max-width: 1020px) {
4421 #quick-nav-ui {
4422 right: -20px;
4424 #new-comment-nav-ui {
4425 right: -21px;
4427 #new-comment-nav-ui .new-comments-count::before {
4428 content: "";
4429 position: absolute;
4430 width: 100%;
4431 height: calc(100% + 45px);
4432 z-index: -1;
4433 left: 0;
4434 top: -22px;
4436 #hns-date-picker {
4437 right: 19px;
4439 #hns-date-picker::before {
4440 width: 100%;
4442 #anti-kibitzer-toggle {
4443 right: -20px;
4446 @media only screen and (max-width: 1000px) {
4447 #theme-selector {
4448 left: -17px;
4449 top: 120px;
4450 padding: 3px 0;
4451 max-width: 32px;
4453 #theme-selector button {
4454 margin: 1px 4px;
4456 #text-size-adjustment-ui {
4457 top: 100px;
4458 right: -12px;
4460 @media not screen and (hover: none) {
4461 #quick-nav-ui,
4462 #new-comment-nav-ui,
4463 #new-comment-nav-ui + #hns-date-picker,
4464 #anti-kibitzer-toggle {
4465 opacity: 0.4;
4467 #quick-nav-ui:hover,
4468 #new-comment-nav-ui:hover,
4469 #new-comment-nav-ui + #hns-date-picker:hover,
4470 #new-comment-nav-ui + #hns-date-picker:focus-within,
4471 #new-comment-nav-ui:hover + #hns-date-picker,
4472 #anti-kibitzer-toggle:hover {
4473 opacity: 1.0;
4476 #theme-tweaker-toggle {
4477 top: 70px;
4478 left: -21px;
4482 /**************/
4483 /* PRINT VIEW */
4484 /**************/
4486 @media only print {
4487 .nav-bar {
4488 visibility: hidden;
4489 max-height: 0;
4490 overflow: hidden;
4492 #ui-elements-container {
4493 display: none;
4495 #images-overlay {
4496 display: none;
4498 #images-overlay + #content .post-body img {
4499 visibility: visible;
4501 .comment-controls {
4502 display: none;
4504 #comments-sort-mode-selector {
4505 display: none;
4507 .comment-minimize-button {
4508 display: none;
4510 .post-meta .qualified-linking,
4511 .post-meta .lw2-link {
4512 display: none;
4514 .comment-meta .permalink,
4515 .comment-meta .lw2-link,
4516 .comment-meta .comment-parent-link {
4517 display: none;
4519 .new-comment::before {
4520 display: none;
4522 #content::before {
4523 box-shadow: none;
4527 /*****************/
4528 /* MOBILE LAYOUT */
4529 /*****************/
4531 /* Hide the mobile elements on desktop screens: */
4533 @media only screen and (max-width: 1160px) {
4534 #post-nav-ui-toggle,
4535 #appearance-adjust-ui-toggle {
4536 display: none;
4540 @media only screen and (max-width: 1160px) {
4542 /*====================*/
4543 /* MOBILE UI ELEMENTS */
4544 /*====================*/
4546 #ui-elements-container {
4547 height: unset !important;
4548 position: unset;
4550 #ui-elements-container > * {
4551 position: fixed;
4552 visibility: hidden;
4553 opacity: 1.0;
4554 z-index: 10000;
4557 #ui-elements-container > div[id$='-ui-toggle'] {
4558 visibility: visible;
4559 display: inline-block;
4560 border-radius: 50%;
4561 z-index: 10000;
4563 #ui-elements-container > div[id$='-ui-toggle'] button,
4564 #theme-selector .theme-selector-close-button {
4565 font-family: Font Awesome;
4566 font-weight: 900;
4567 font-size: 32px;
4568 padding: 10px;
4569 opacity: 0.8;
4570 -webkit-tap-highlight-color: transparent;
4571 transition: transform 0.2s ease;
4573 #ui-elements-container > div[id$='-ui-toggle'] button::selection,
4574 #theme-selector .theme-selector-close-button::selection {
4575 background-color: transparent;
4577 #ui-elements-container > div[id$='-ui-toggle'] button::-moz-focus-inner,
4578 #theme-selector .theme-selector-close-button::-moz-focus-inner {
4579 border: none;
4581 #ui-elements-container > div[id$='-ui-toggle'] button.engaged {
4582 transform: rotate(-90deg);
4583 opacity: 1.0;
4586 #appearance-adjust-ui-toggle {
4587 bottom: 10px;
4588 left: 10px;
4591 #post-nav-ui-toggle {
4592 bottom: 10px;
4593 right: 10px;
4596 #theme-selector.engaged,
4597 #quick-nav-ui.engaged,
4598 #new-comment-nav-ui.engaged,
4599 #hns-date-picker.engaged {
4600 visibility: visible;
4603 #image-focus-overlay.engaged {
4604 visibility: visible;
4606 #image-focus-overlay .help-overlay {
4607 display: none;
4610 /*=========*/
4611 /* GENERAL */
4612 /*=========*/
4614 @media only screen and (max-width: 900px) {
4615 #content,
4616 #images-overlay,
4617 #ui-elements-container {
4618 min-width: unset;
4619 width: unset;
4621 #content {
4622 padding: 0 4px;
4626 /*================*/
4627 /* THEME SELECTOR */
4628 /*================*/
4630 #theme-selector {
4631 display: flex;
4632 flex-flow: column;
4633 background-color: #fff;
4634 width: calc(100vw - 20px);
4635 max-width: 360px;
4636 padding: 0 0 3px 0;
4637 overflow: hidden;
4638 max-height: 0;
4639 transition:
4640 top 0.2s ease,
4641 max-height 0.2s ease,
4642 visibility 0.2s ease;
4643 top: calc(100% + 10px);
4644 left: 0;
4645 right: 0;
4646 margin: auto;
4648 #theme-selector.engaged {
4649 max-height: 1000px;
4650 top: 10px;
4651 z-index: 10001;
4653 #theme-selector::before {
4654 content: "Select theme";
4655 white-space: nowrap;
4656 display: block;
4657 font-weight: 600;
4658 font-size: 2rem;
4659 margin: 0.375em 1em 0.5em 1em;
4660 text-align: center;
4662 #theme-selector button {
4663 width: calc(100% - 0.5em);
4664 background-repeat: no-repeat;
4665 padding: 1em 0.875em;
4666 margin: 1px 4px;
4667 line-height: 1;
4668 height: unset;
4669 position: relative;
4671 #theme-selector button::after {
4672 content: attr(data-theme-description);
4673 color: #000;
4674 white-space: nowrap;
4675 position: absolute;
4676 text-align: left;
4677 left: 2.5em;
4678 top: 1em;
4680 @media only screen and (max-height: 675px) {
4681 #theme-selector button {
4682 padding: 0.875em;
4684 #theme-selector button::after {
4685 top: 0.875em;
4688 #theme-selector .theme-selector-close-button {
4689 position: absolute;
4690 width: unset;
4691 background-color: transparent;
4692 top: 0;
4693 right: -3px;
4695 #theme-selector .theme-selector-close-button,
4696 #theme-selector .theme-selector-close-button:focus,
4697 #theme-selector .theme-selector-close-button:active,
4698 #theme-selector .theme-selector-close-button:hover {
4699 box-shadow: none;
4702 /*===============*/
4703 /* THEME TWEAKER */
4704 /*===============*/
4706 #theme-selector {
4707 padding: 0 0 64px 0;
4709 #theme-selector ~ #theme-tweaker-toggle {
4710 top: 100%;
4712 #theme-selector ~ #theme-tweaker-toggle::after {
4713 content: "Open theme tweaker";
4714 position: absolute;
4715 font-size: 0.625em;
4716 white-space: nowrap;
4717 left: -50%;
4718 top: 100%;
4720 #theme-selector.engaged ~ #theme-tweaker-toggle {
4721 visibility: visible;
4722 top: 530px;
4723 left: 0;
4724 right: 0;
4725 margin: auto;
4726 z-index: 11111;
4727 transition:
4728 top 0.2s ease,
4729 visibility 0.2s ease;
4731 @media only screen and (max-height: 675px) {
4732 #theme-selector.engaged ~ #theme-tweaker-toggle {
4733 top: 492px;
4736 @supports (width: -moz-fit-content) {
4737 #theme-selector.engaged ~ #theme-tweaker-toggle {
4738 width: -moz-fit-content;
4741 @supports (width: fit-content) {
4742 #theme-selector.engaged ~ #theme-tweaker-toggle {
4743 width: fit-content;
4746 #theme-selector.engaged ~ #theme-tweaker-toggle button {
4747 opacity: 1.0;
4750 #theme-tweaker-ui {
4751 visibility: visible;
4754 /*======================*/
4755 /* ANTI-KIBITZER TOGGLE */
4756 /*======================*/
4758 #theme-selector ~ #anti-kibitzer-toggle {
4759 top: 100%;
4760 bottom: unset;
4761 left: 0;
4762 right: 0;
4763 margin: auto;
4764 box-shadow: none;
4765 width: calc(100vw - 44px);
4766 max-width: 330px;
4767 text-align: right;
4768 pointer-events: none;
4770 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4771 visibility: visible;
4772 z-index: 11110;
4773 top: 530px;
4774 transition:
4775 top 0.2s ease,
4776 visibility 0.2s ease;
4778 @media only screen and (max-height: 675px) {
4779 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4780 top: 492px;
4783 #theme-selector.engaged ~ #anti-kibitzer-toggle button {
4784 pointer-events: auto;
4785 display: inline-block;
4788 /*=================*/
4789 /* QUICKNAV WIDGET */
4790 /*=================*/
4792 #quick-nav-ui {
4793 max-width: 0px;
4794 transition:
4795 max-width 0.2s ease,
4796 visibility 0.2s ease;
4797 display: flex;
4798 right: 72px;
4799 bottom: 14px;
4801 #quick-nav-ui.engaged {
4802 max-width: 1000px;
4804 #quick-nav-ui a {
4805 position: relative;
4806 margin: 2px;
4808 #quick-nav-ui a + a {
4809 margin-left: 5px;
4811 #quick-nav-ui a::after {
4812 position: absolute;
4813 top: calc(100% + 2px);
4814 font-size: 0.375rem;
4815 left: 0;
4816 right: 0;
4817 margin: auto;
4818 line-height: 1;
4819 padding: 2px;
4820 text-transform: uppercase;
4821 z-index: -1;
4823 @supports (width: -moz-fit-content) {
4824 #quick-nav-ui a::after {
4825 width: -moz-fit-content;
4828 @supports (width: fit-content) {
4829 #quick-nav-ui a::after {
4830 width: fit-content;
4833 #quick-nav-ui a[href='#top']::after {
4834 content: "Top";
4835 left: -1px;
4837 #quick-nav-ui a[href='#comments']::after {
4838 content: "Comments";
4840 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
4841 visibility: hidden;
4842 transition: visibility 0.2s ease;
4844 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui.engaged a[href='#comments'] {
4845 visibility: visible;
4847 #quick-nav-ui a[href='#bottom-bar']::after {
4848 content: "Bottom";
4851 /*======================*/
4852 /* NEW COMMENT QUICKNAV */
4853 /*======================*/
4855 #new-comment-nav-ui {
4856 max-width: 0px;
4857 max-height: 0px;
4858 transition:
4859 max-width 0.2s ease,
4860 max-height 0.2s ease,
4861 visibility 0.2s ease;
4862 display: flex;
4863 right: 78px;
4864 bottom: 70px;
4866 #new-comment-nav-ui::before {
4867 content: "New Comments";
4868 position: absolute;
4869 bottom: 100%;
4870 font-size: 0.5625rem;
4871 left: 0;
4872 right: 0;
4873 margin: auto;
4874 padding: 2px 3px;
4875 text-transform: uppercase;
4876 z-index: -1;
4878 @supports (width: -moz-fit-content) {
4879 #new-comment-nav-ui::before {
4880 width: -moz-fit-content;
4883 @supports (width: fit-content) {
4884 #new-comment-nav-ui::before {
4885 width: fit-content;
4888 #new-comment-nav-ui.engaged {
4889 max-width: 1000px;
4890 max-height: 1000px;
4892 #new-comment-nav-ui .new-comment-sequential-nav-button {
4893 top: unset;
4894 bottom: unset;
4895 padding: 2px 7px;
4897 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
4898 padding: 2px 7px 3px 7px;
4900 #new-comment-nav-ui .new-comments-count {
4901 padding: 4px 0 5px 0;
4903 #new-comment-nav-ui .new-comments-count::before {
4904 display: none;
4906 #new-comment-nav-ui button::after {
4907 position: absolute;
4908 font-size: 0.375rem;
4909 left: 0;
4910 right: 0;
4911 margin: auto;
4912 line-height: 1;
4913 text-transform: uppercase;
4914 pointer-events: none;
4916 #new-comment-nav-ui button.new-comment-previous::after {
4917 content: "Previous";
4918 bottom: 5px;
4920 #new-comment-nav-ui button.new-comment-next::after {
4921 content: "Next";
4922 top: 7px;
4925 /*=================*/
4926 /* HNS DATE PICKER */
4927 /*=================*/
4929 #hns-date-picker {
4930 max-height: 0px;
4931 bottom: 132px;
4932 right: 62px;
4933 transition:
4934 max-height 0.2s ease,
4935 visibility 0.2s ease;
4937 #hns-date-picker.engaged {
4938 max-height: 1000px;
4940 #hns-date-picker::before {
4941 width: calc(100% + 2px);
4942 border-width: 1px !important;
4945 /*=========*/
4946 /* NAV BAR */
4947 /*=========*/
4949 #bottom-bar {
4950 margin-left: auto;
4951 margin-right: auto;
4952 width: calc(100% - 9rem + 8px);
4953 background: rgba(255,255,255,0.85);
4954 backdrop-filter: blur(1px);
4956 #content.index-page #bottom-bar {
4957 z-index: 10001;
4959 #bottom-bar .nav-item {
4960 box-shadow: none;
4961 position: relative;
4963 #bottom-bar .nav-inner {
4964 font-size: 2rem;
4965 padding: 1rem 0 1.25rem 0;
4966 visibility: hidden;
4967 position: static;
4968 width: 0;
4970 #content #bottom-bar .nav-item .nav-inner::before {
4971 margin: 0;
4972 visibility: visible;
4973 position: absolute;
4974 width: 100%;
4975 height: 100%;
4976 left: 0;
4977 top: 0;
4978 padding: 1rem 0;
4980 #bottom-bar .nav-inner::after {
4981 display: block;
4982 visibility: visible;
4983 text-transform: uppercase;
4984 color: unset;
4985 font-size: 0.75rem;
4986 top: unset;
4987 left: 0;
4988 bottom: 1rem;
4989 width: 100%;
4991 #bottom-bar #nav-item-first .nav-inner::after {
4992 content: "First Page";
4994 #bottom-bar #nav-item-prev .nav-inner::after {
4995 content: "Prev. Page";
4997 #bottom-bar #nav-item-top .nav-inner::after {
4998 content: "Top";
5000 #bottom-bar #nav-item-next .nav-inner::after {
5001 content: "Next Page";
5003 #bottom-bar #nav-item-last .nav-inner::after {
5004 content: "Last Page";
5007 @media only screen and (max-width: 900px) {
5008 .nav-bar-top {
5009 font-size: 0.75rem;
5011 .nav-bar {
5012 width: calc(100% + 8px);
5013 margin: 0 -4px;
5015 .nav-bar .nav-inner::after {
5016 display: none;
5019 #primary-bar .nav-item {
5020 flex: 1 1 100%;
5022 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) {
5023 flex: 1 1 60px;
5025 .nav-bar-top:not(#anything) .nav-inner {
5026 text-transform: uppercase;
5027 padding: 6px;
5029 .nav-bar-top .nav-inner::before {
5030 display: block;
5031 font-family: "Font Awesome";
5032 font-size: 2em;
5033 font-weight: 900;
5036 #nav-item-home .nav-inner::before {
5037 content: "\F015";
5039 #nav-item-featured .nav-inner::before {
5040 content: "\F005";
5042 #nav-item-all .nav-inner::before {
5043 content: "\F069";
5045 #nav-item-meta .nav-inner::before {
5046 content: "\F077";
5048 #nav-item-tags .nav-inner::before {
5049 content: "\F02C";
5051 #nav-item-recent-comments > * > span {
5052 display: none;
5054 #nav-item-recent-comments .nav-inner::before,
5055 #nav-item-alignment-forum-comments .nav-inner::before {
5056 content: "\F036";
5058 #nav-item-alignment-forum .nav-inner::before {
5059 content: "AF";
5060 font-family: Concourse, 'Changa One';
5062 #nav-item-questions .nav-inner::before {
5063 content: "?";
5064 font-family: Concourse, 'Changa One';
5066 #nav-item-events .nav-inner::before {
5067 content: "\F5A0";
5069 #nav-item-shortform .nav-inner::before {
5070 content: "\F2F2";
5072 #nav-item-archive .nav-inner::before {
5073 content: "\F187";
5075 #nav-item-about .nav-inner::before {
5076 content: "\F129";
5078 #nav-item-search {
5079 font-size: 2em;
5080 padding: 10px;
5082 #nav-item-search .nav-inner::before {
5083 content: none;
5085 #nav-item-search .nav-inner {
5086 height: 100%;
5087 display: flex;
5089 #nav-item-search input {
5090 width: 100%;
5091 height: 100%;
5093 #nav-item-search button {
5094 height: 100%;
5095 padding: 5px 5px 5px 10px;
5096 width: 40px;
5097 overflow: visible;
5098 visibility: hidden;
5100 #nav-item-search button::before {
5101 content: "\F002";
5102 font-family: Font Awesome;
5103 font-weight: 900;
5104 visibility: visible;
5106 #nav-item-login {
5107 padding: 0;
5109 #nav-item-login .nav-inner::before {
5110 content: "\F007";
5113 @media only screen and (max-width: 520px) {
5114 .nav-bar-top {
5115 font-size: 0.5rem;
5118 #nav-item-search,
5119 #nav-item-search .nav-inner {
5120 padding: 0;
5122 #nav-item-search button {
5123 width: 31px;
5126 #bottom-bar #nav-item-first .nav-inner::after {
5127 content: "First";
5129 #bottom-bar #nav-item-prev .nav-inner::after {
5130 content: "Prev";
5132 #bottom-bar #nav-item-next .nav-inner::after {
5133 content: "Next";
5135 #bottom-bar #nav-item-last .nav-inner::after {
5136 content: "Last";
5140 /*=================*/
5141 /* INBOX INDICATOR */
5142 /*=================*/
5144 @media only screen and (max-width: 900px) {
5145 #inbox-indicator {
5146 width: 100%;
5147 top: 0;
5148 pointer-events: none;
5150 #inbox-indicator::before {
5151 width: 100%;
5152 font-size: 1rem;
5153 text-align: right;
5154 padding: 1px 6px;
5156 #inbox-indicator.new-messages {
5157 pointer-events: auto;
5159 #inbox-indicator.new-messages::before {
5160 box-shadow: 0 0 8px 1px #f00 inset;
5163 @media only screen and (max-width: 520px) {
5164 #inbox-indicator::before {
5165 font-size: 0.75rem;
5166 padding: 2px 5px;
5169 @media only screen and (max-width: 374px) {
5170 #inbox-indicator::before {
5171 font-size: 0.625rem;
5175 /*===================*/
5176 /* TOP PAGINATION UI */
5177 /*===================*/
5179 #top-nav-bar {
5180 font-size: 1.75rem;
5183 /*==============*/
5184 /* PAGE TOOLBAR */
5185 /*==============*/
5187 @media only screen and (max-width: 900px) {
5188 #content > .page-toolbar {
5189 font-size: 1rem;
5190 margin-right: 0;
5192 #content.user-page > .page-toolbar {
5193 grid-column: 2 / span 2;
5194 margin: 0 0 6px 0;
5197 @media only screen and (max-width: 520px) {
5198 #content:not(.user-page) .page-toolbar {
5199 display: flex;
5200 flex-direction: column-reverse;
5201 text-align: right;
5202 align-self: start;
5203 padding: 4px 0 0 0;
5205 #content.user-page .page-toolbar {
5206 display: flex;
5207 flex-flow: row;
5208 justify-content: flex-end;
5209 padding: 2px 0 0 0;
5211 #content.user-page .page-toolbar > form,
5212 #content.user-page .page-toolbar > .button {
5213 text-align: center;
5214 flex-basis: 25%;
5215 margin-left: 1.5em;
5217 #content.user-page .page-toolbar .button {
5218 text-transform: uppercase;
5219 font-size: 0.625rem;
5221 #content.user-page .page-toolbar .button::before {
5222 font-size: 1.375rem;
5223 display: block;
5224 padding: 0;
5226 #content.user-page .page-toolbar .rss {
5227 white-space: nowrap;
5228 margin: 0 0 0 1.5em;
5230 .page-toolbar > * {
5231 line-height: 1.15;
5232 padding: 6px 0;
5233 margin: 0;
5237 /*==============*/
5238 /* SUBLEVEL NAV */
5239 /*==============*/
5241 @media only screen and (max-width: 900px) {
5242 .sublevel-nav:not(.sort) {
5243 flex-wrap: wrap;
5244 width: calc(100vw - 200px);
5246 .sublevel-nav:not(.sort) .sublevel-item {
5247 margin: 1px;
5248 flex-basis: 7em;
5251 @media only screen and (max-width: 520px) {
5252 .sublevel-nav:not(.sort) .sublevel-item {
5253 font-size: 1rem;
5257 /*=====================*/
5258 /* SORT ORDER SELECTOR */
5259 /*=====================*/
5261 @media only screen and (max-width: 720px) {
5262 #content.index-page > .sublevel-nav.sort {
5263 flex-flow: column;
5264 margin-left: 4px;
5268 /*==========*/
5269 /* ARCHIVES */
5270 /*==========*/
5272 @media only screen and (max-width: 900px) {
5273 div[class^='archive-nav-'] {
5274 flex-wrap: wrap;
5275 justify-content: flex-start;
5277 .archive-nav *[class^='archive-nav-item'],
5278 .archive-nav *[class^='archive-nav-item']:first-child {
5279 padding: 10px;
5280 margin: 2px;
5281 max-width: unset;
5282 flex: 0 1 calc((100% / 8) - 4px);
5284 .archive-nav .archive-nav-item-day,
5285 .archive-nav .archive-nav-item-day:first-child {
5286 flex-basis: calc((100% / 16) - 4px);
5288 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-'] {
5289 margin-top: 8px;
5290 position: relative;
5292 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
5293 content: "";
5294 display: block;
5295 position: absolute;
5296 height: 1px;
5297 width: calc(100% + 8px);
5298 left: -4px;
5299 top: -4px;
5302 @media only screen and (max-width: 720px) {
5303 .archive-nav .archive-nav-item-day,
5304 .archive-nav .archive-nav-item-day:first-child {
5305 flex-basis: calc((100% / 12) - 4px);
5308 @media only screen and (max-width: 520px) {
5309 .archive-nav *[class^='archive-nav-item'],
5310 .archive-nav *[class^='archive-nav-item']:first-child {
5311 flex-basis: calc((100% / 5) - 4px);
5313 .archive-nav .archive-nav-item-day,
5314 .archive-nav .archive-nav-item-day:first-child {
5315 flex-basis: calc((100% / 8) - 4px);
5319 /*==========*/
5320 /* LISTINGS */
5321 /*==========*/
5323 h1.listing {
5324 max-height: unset;
5327 /*============*/
5328 /* USER PAGES */
5329 /*============*/
5331 #content.user-page h1.page-main-heading {
5332 align-self: end;
5334 @media only screen and (max-width: 520px) {
5335 #content.user-page h1.page-main-heading {
5336 overflow: hidden;
5337 text-overflow: ellipsis;
5339 #content.user-page .user-stats .karma-type {
5340 display: block;
5344 /*============*/
5345 /* LOGIN PAGE */
5346 /*============*/
5348 @media only screen and (max-width: 640px) {
5349 .login-container {
5350 flex-flow: column;
5351 margin: 0 auto 3em auto;
5352 max-width: 400px;
5354 .login-container #login-form,
5355 .login-container #signup-form {
5356 padding: 0 1em 1.25em 1em;
5357 grid-row-gap: 0;
5359 .login-container #signup-form {
5360 padding-top: 1em;
5362 .login-container #login-form > *,
5363 .login-container #signup-form > * {
5364 grid-column: 1 / span 2;
5366 .login-container form label {
5367 text-align: left;
5368 padding: 0;
5369 line-height: 1;
5371 .login-container form input {
5372 margin: 0.25em 0 0.75em 0;
5373 padding: 0.5em;
5375 .login-container form h1 {
5376 grid-column: 1 / span 2;
5377 margin: 0 0 0.25em 0;
5379 .login-container form a {
5380 margin: 0.75em 0 0 0;
5382 .login-container .login-tip {
5383 margin: 1.5em 1em 0 1em;
5387 /*==================*/
5388 /* POSTS & COMMENTS */
5389 /*==================*/
5391 @media only screen and (max-width: 720px) {
5392 .body-text ol > li {
5393 padding: 0 0 0 2.25em;
5395 .body-text ol > li::before {
5396 width: 1.75em;
5398 .body-text ul:not(.contents-list) > li,
5399 .body-text ul:not(.contents-list) > li ul > li {
5400 padding: 0 0 0 0.75em;
5402 .body-text ul:not(.contents-list) > li::before,
5403 .body-text ul:not(.contents-list) > li ul > li::before {
5404 width: 0.125em;
5405 margin-left: -0.06em;
5409 /*===========*/
5410 /* POST-META */
5411 /*===========*/
5413 .post-meta {
5414 line-height: 1.9;
5416 @media only screen and (max-width: 720px) {
5417 .post-meta .lw2-link span,
5418 .post-meta .karma-value span,
5419 .post-meta .comment-count span {
5420 display: none;
5422 .post-meta .comment-count::before {
5423 content: "\F086";
5424 font-family: Font Awesome;
5425 font-size: 0.875em;
5426 margin: 0 0.25em 0 0;
5427 font-weight: 400;
5431 /*===================*/
5432 /* POSTS & BODY TEXT */
5433 /*===================*/
5435 @media only screen and (max-width: 900px) {
5436 .post-body,
5437 h1.post-title,
5438 .tag-description,
5439 .sequence-text {
5440 padding: 0 6px;
5443 @media only screen and (max-width: 520px) {
5444 .post-body {
5445 font-size: 1.2rem;
5446 line-height: 1.45;
5448 h1.post-title {
5449 font-size: 2em;
5453 /*==============*/
5454 /* COMMENT-META */
5455 /*==============*/
5457 a.comment-parent-link::after {
5458 display: none;
5460 @media only screen and (max-width: 900px) {
5461 .comment-meta {
5462 padding: 2px 40px 2px 10px;
5465 @media only screen and (max-width: 720px) {
5466 .comment .karma-value span {
5467 display: none;
5469 .comment-meta .comment-parent-link {
5470 opacity: 1.0;
5473 @media only screen and (max-width: 520px) {
5474 .comment-meta {
5475 padding: 2px 10px;
5476 position: relative;
5478 .comment-meta .author {
5479 flex-basis: 100%;
5481 .comment-post-title2 {
5482 display: block;
5483 text-overflow: ellipsis;
5484 overflow: hidden;
5486 .comment-meta .lw2-link {
5487 display: none;
5491 /*=======================*/
5492 /* COMMENTS COMPACT VIEW */
5493 /*=======================*/
5495 /*===========================*/
5496 /* COMMENT THREAD NAVIGATION */
5497 /*===========================*/
5499 @media only screen and (max-width: 900px) {
5500 a.comment-parent-link {
5501 width: 0;
5502 visibility: hidden;
5503 position: relative;
5505 a.comment-parent-link::before {
5506 padding: 0;
5507 font-size: 1em;
5508 left: 0;
5509 top: 0;
5510 line-height: inherit;
5511 visibility: visible;
5512 content: "\F3BF";
5513 transform: scaleX(-1);
5514 width: 2em;
5515 text-align: center;
5518 @media only screen and (max-width: 520px) {
5519 a.comment-parent-link {
5520 position: static;
5522 a.comment-parent-link::before {
5523 padding: 6px;
5524 left: unset;
5525 right: 0;
5526 top: unset;
5527 bottom: 0;
5528 height: 2em;
5532 /*=================================*/
5533 /* COMMENT THREAD MINIMIZE BUTTONS */
5534 /*=================================*/
5536 @media only screen and (max-width: 520px) {
5537 .comment-minimize-button{
5538 right: 2px;
5542 /*===========================*/
5543 /* COMMENTING AND POSTING UI */
5544 /*===========================*/
5546 @media only screen and (max-width: 900px) {
5547 .comment-controls .delete-button, .comment-controls .retract-button, .comment-controls .unretract-button, .comment-controls .edit-button {
5548 font-size: 0;
5550 .comment-controls .delete-button::before, .comment-controls .retract-button::before, .comment-controls .unretract-button::before, .comment-controls .edit-button::before {
5551 font-size: 0.9rem;
5553 .comment-controls .cancel-comment-button {
5554 max-width: 1.3em;
5555 overflow: hidden;
5556 margin-right: 0.125em;
5558 .comment-controls .edit-button::before {
5559 font-size: 0.9375rem;
5561 .comments > .comment-controls .cancel-comment-button {
5562 right: 8px;
5564 .comment-controls .cancel-comment-button::before {
5565 font-size: 1.25rem;
5568 @media only screen and (max-width: 520px) {
5569 .comment-controls {
5570 position: static;
5572 .comment-controls:focus-within {
5573 z-index: 10001;
5575 .comment-controls .cancel-comment-button {
5576 right: 10px;
5578 .textarea-container:focus-within textarea {
5579 position: fixed;
5580 top: 0;
5581 left: 2px;
5582 width: calc(100vw - 4px);
5583 height: calc(100% - 100px);
5584 min-height: unset;
5585 max-height: unset;
5586 border-width: 1px;
5587 z-index: 11001;
5589 #content.conversation-page .textarea-container:focus-within textarea {
5590 height: calc(100% - 54px);
5592 #content.conversation-page .textarea-container:focus-within::after {
5593 content: "";
5594 display: block;
5595 width: 100%;
5596 height: 50px;
5597 position: fixed;
5598 left: 0;
5599 bottom: 0;
5600 z-index: 11000;
5602 .textarea-container:focus-within .guiedit-buttons-container {
5603 position: fixed;
5604 z-index: 11002;
5605 left: 0;
5606 width: 100vw;
5607 height: auto;
5608 background-image: none;
5609 padding: 3px 4px 4px 4px;
5610 margin: 0;
5611 text-align: center;
5612 top: auto;
5613 bottom: 0;
5615 .textarea-container:focus-within button.guiedit {
5616 font-size: 0.9375rem;
5617 line-height: 1.5;
5618 height: auto;
5619 width: calc((100% / 10) - 2px);
5620 padding: 10px 1px 8px 0;
5621 position: relative;
5622 margin: 1px;
5624 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
5625 z-index: 11011;
5626 position: fixed;
5627 bottom: 7px;
5628 width: calc(((100% - 16px) / 10) * 2.5 - 7px);
5629 font-size: 1.25rem;
5630 padding: 5px 5px 6px 5px;
5631 display: block;
5633 .textarea-container:focus-within button.guiedit sup {
5634 position: absolute;
5635 left: calc(50% + 0.65em);
5636 top: calc(50% - 1.3em);
5638 .textarea-container:focus-within .guiedit-mobile-help-button {
5639 left: 8px;
5641 .textarea-container:focus-within .guiedit-mobile-exit-button {
5642 right: 8px;
5644 .guiedit::after {
5645 display: none;
5648 #markdown-hints,
5649 #edit-post-form #markdown-hints {
5650 z-index: 11111;
5651 position: fixed;
5652 top: 40px;
5653 left: 0;
5654 right: 0;
5655 margin: auto;
5656 padding: 4px 0 4px 8px;
5657 width: 310px;
5658 border-width: 3px;
5659 border-style: double;
5660 pointer-events: none;
5662 #markdown-hints::after {
5663 content: "(Type to hide this help box.)";
5664 color: #090;
5665 display: block;
5666 margin: 12px 18px 13px 10px;
5667 padding: 5px;
5668 font-size: 0.9em;
5669 text-align: center;
5673 /*================*/
5674 /* EDIT POST FORM */
5675 /*================*/
5677 @media only screen and (max-width: 520px) {
5678 #edit-post-form {
5679 padding-bottom: 0;
5681 #edit-post-form .post-meta-fields {
5682 grid-template-columns: 4.5em auto auto auto 1fr auto;
5684 #edit-post-form label[for='url'],
5685 #edit-post-form label[for='section'],
5686 #edit-post-form label[for='title'] {
5687 padding-left: 0;
5689 #edit-post-form .post-meta-fields input[type='checkbox'] + label.iconify {
5690 white-space: normal;
5691 line-height: 0.9;
5692 top: -1px;
5693 font-family: Font Awesome;
5694 font-weight: 900;
5695 justify-self: start;
5697 #edit-post-form .post-meta-fields .question-checkbox,
5698 #edit-post-form .post-meta-fields .question-checkbox + label {
5699 grid-column: 6;
5700 margin-left: unset;
5702 #edit-post-form .post-meta-fields input[type='radio'] + label {
5703 align-self: start;
5705 #edit-post-form .textarea-container:focus-within textarea {
5706 height: calc(100% - 101px);
5707 min-height: unset;
5710 #markdown-hints-checkbox,
5711 #markdown-hints-checkbox + label {
5712 display: none;
5715 #edit-post-form div:last-child {
5716 clear: both;
5717 overflow: auto;
5719 #edit-post-form input[type='submit'] {
5720 float: none;
5721 display: block;
5722 font-size: 1.5rem;
5723 margin: 1rem auto 1.5rem auto;
5724 padding: 6px 12px 8px 12px;
5728 /*===================*/
5729 /* TABLE OF CONTENTS */
5730 /*===================*/
5732 @media only screen and (max-width: 900px) {
5733 .contents {
5734 float: none;
5735 display: table;
5736 max-width: none;
5737 margin-left: auto;
5738 margin-right: auto;
5741 @media only screen and (max-width: 520px) {
5742 .contents {
5743 max-width: 100%;
5744 margin: 1em auto 0 auto;
5745 display: table;
5747 .contents-head {
5748 font-size: 1.2em;
5750 div.post-body .contents ul {
5751 font-size: unset;
5755 /*========================*/
5756 /* QUALIFIED HYPERLINKING */
5757 /*========================*/
5759 @media only screen and (max-width: 520px) {
5760 .qualified-linking-toolbar {
5761 right: -5em;
5765 } /* END MOBILE LAYOUT */
5768 /**************/
5769 /* THEME ZERO */
5770 /**************/
5772 /*===========*/
5773 /* VARIABLES */
5774 /*===========*/
5776 /* Color scheme.
5778 :root {
5779 --GW-comment-background-color-odd: #eee;
5780 --GW-comment-background-color-even: #fff;
5781 --GW-comment-background-color-target: #ffd;
5784 /*======*/
5785 /* BASE */
5786 /*======*/
5788 body {
5789 color: #000;
5790 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
5791 background-color: #eee;
5793 #content {
5794 line-height: 1.55;
5797 /*=========*/
5798 /* NAV BAR */
5799 /*=========*/
5801 .nav-bar {
5802 background-color: #e4e4e4;
5804 .nav-inner {
5805 font-size: 1.125em;
5806 padding: 11px 30px 13px 30px;
5808 .nav-bar-top:not(#primary-bar) .nav-inner {
5809 font-size: 0.875em;
5811 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) .nav-inner {
5812 padding: 6px 0 3px 0;
5814 @media only screen and (min-width: 901px) {
5815 .nav-bar-top:not(#primary-bar) #nav-item-sequences .nav-inner {
5816 line-height: 1.1;
5819 .active-bar {
5820 border-top: 2px solid #eee;
5823 .nav-bar a:visited {
5824 color: #00e;
5827 #bottom-bar.decorative {
5828 background-color: transparent;
5830 #bottom-bar.decorative::before,
5831 #bottom-bar.decorative::after {
5832 content: "GW";
5833 display: block;
5834 text-align: center;
5835 padding: 0.25em 0 1em 0;
5837 #bottom-bar.decorative::before {
5838 width: 100%;
5839 color: transparent;
5840 background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAMdXV1QUAACwAAAAAAQABAAACAkQBADs=');
5841 background-repeat: repeat-x;
5842 background-position: center 35%;
5843 margin: 0 30px;
5844 filter: contrast(90%);
5846 #bottom-bar.decorative::after {
5847 color: #d8d8d8;
5848 position: absolute;
5849 left: 0;
5850 right: 0;
5851 margin: auto;
5852 background-color: #eee;
5853 padding-right: 4px;
5854 padding-left: 4px;
5856 @supports (width: -moz-fit-content) {
5857 #bottom-bar.decorative::after {
5858 width: -moz-fit-content;
5861 @supports (width: fit-content) {
5862 #bottom-bar.decorative::after {
5863 width: fit-content;
5867 /* Accesskey hints */
5869 .nav-inner::after {
5870 display: block;
5871 position: absolute;
5872 left: 5px;
5873 top: -1px;
5874 font-weight: 400;
5875 font-size: 0.7em;
5876 color: #d8d8d8;
5878 .inactive-bar .nav-inner::after {
5879 color: #ccc;
5881 .nav-inner:hover::after {
5882 color: #bbb;
5885 /* "Tabs" */
5887 .nav-current {
5888 background-color: #eee;
5891 /* Search tab */
5893 #nav-item-search form::before {
5894 font-size: 1.125em;
5896 #nav-item-search button {
5897 border: none;
5898 font-weight: inherit;
5900 #nav-item-search input::placeholder {
5901 color: #d00;
5902 font-weight: normal;
5905 /*= Top pagination UI hover tooltips =*/
5907 #top-nav-bar a::after,
5908 #bottom-bar a::after {
5909 color: #000;
5912 /*==============*/
5913 /* PAGE TOOLBAR */
5914 /*==============*/
5916 .new-post,
5917 .new-post:visited,
5918 .new-private-message,
5919 .new-private-message:visited {
5920 color: #090;
5922 .logout-button {
5923 color: #d33;
5926 /*==============*/
5927 /* SUBLEVEL NAV */
5928 /*==============*/
5930 .sublevel-nav .sublevel-item {
5931 color: #777;
5933 .sublevel-nav .sublevel-item:not(.selected):hover {
5934 background-color: #ddd;
5935 color: #000;
5936 text-decoration: none;
5937 text-shadow: none;
5939 .sublevel-nav .sublevel-item:not(.selected):active,
5940 .sublevel-nav .sublevel-item.selected {
5941 background-color: #ddd;
5942 color: #000;
5943 text-shadow:
5944 0 -1px 0 #fff,
5945 0 0.5px 0.5px #000;
5948 .sublevel-nav:not(.sort) .sublevel-item {
5949 border-style: solid;
5950 border-color: #ccc;
5951 border-width: 1px 0 1px 1px;
5953 .sublevel-nav:not(.sort) .sublevel-item:first-child {
5954 border-radius: 8px 0 0 8px;
5956 .sublevel-nav:not(.sort) .sublevel-item:last-child {
5957 border-width: 1px;
5958 border-radius: 0 8px 8px 0;
5961 /*=====================*/
5962 /* SORT ORDER SELECTOR */
5963 /*=====================*/
5965 .sublevel-nav.sort {
5966 padding: 18px 0 0 0;
5967 border-radius: 8px;
5968 pointer-events: none;
5970 .sublevel-nav.sort::before {
5971 text-transform: uppercase;
5972 font-weight: 600;
5973 color: #444;
5974 text-shadow: 0.5px 0.5px 0 #fff;
5975 z-index: 1;
5977 .sublevel-nav.sort::after {
5978 content: "";
5979 position: absolute;
5980 display: block;
5981 top: 0;
5982 left: 0;
5983 width: 100%;
5984 height: 100%;
5985 border-radius: 6px;
5986 box-shadow:
5987 0 18px 0 0 #eee inset,
5988 0 0 0 1px #ccc inset,
5989 0 18px 0 1px #ccc inset,
5990 0 0 0 2px #eee;
5992 .sublevel-nav.sort .sublevel-item {
5993 padding: 7px 7px 6px 7px;
5994 text-transform: uppercase;
5995 box-shadow: 1px 1px 0 0 #ccc inset;
5996 pointer-events: auto;
5999 /*================*/
6000 /* WIDTH SELECTOR */
6001 /*================*/
6003 #width-selector button {
6004 box-shadow:
6005 0 0 0 4px #eee inset,
6006 0 0 0 5px #aaa inset;
6008 #width-selector button:hover,
6009 #width-selector button.selected {
6010 box-shadow:
6011 0 0 0 1px #eee inset,
6012 0 0 0 2px #aaa inset,
6013 0 0 0 4px #eee inset,
6014 0 0 0 5px #aaa inset;
6016 #width-selector button::after {
6017 color: #999;
6020 /*================*/
6021 /* THEME SELECTOR */
6022 /*================*/
6024 #theme-selector button {
6025 box-shadow:
6026 0 0 0 4px #eee inset,
6027 0 0 0 5px #999 inset;
6029 #theme-selector button:hover,
6030 #theme-selector button.selected {
6031 box-shadow:
6032 0 0 0 1px #eee inset,
6033 0 0 0 2px #999 inset,
6034 0 0 0 4px #eee inset,
6035 0 0 0 5px #999 inset;
6038 #theme-selector button::before {
6039 color: #aaa;
6040 background-color: #eee;
6042 #theme-selector button:hover::before,
6043 #theme-selector button.selected::before {
6044 color: #666;
6047 /*======================*/
6048 /* THEME TWEAKER TOGGLE */
6049 /*======================*/
6051 #theme-tweaker-toggle button {
6052 color: #777;
6055 /*=================*/
6056 /* QUICKNAV WIDGET */
6057 /*=================*/
6059 #quick-nav-ui a {
6060 color: #00c;
6061 border-radius: 4px;
6062 box-shadow: 0 0 0 1px #ddf;
6063 text-decoration: none;
6065 #quick-nav-ui a[href='#bottom-bar'] {
6066 line-height: 1.8;
6068 #quick-nav-ui a:active {
6069 transform: scale(0.9);
6071 #quick-nav-ui a[href='#comments'].no-comments {
6072 opacity: 0.4;
6073 color: #bbb;
6075 @media only screen and (hover: hover) {
6076 #quick-nav-ui a:hover {
6077 color: #f00;
6078 box-shadow: 0 0 0 1px #faa;
6080 #quick-nav-ui a:focus:not(:hover) {
6081 transform: none;
6082 text-shadow: none;
6086 /*======================*/
6087 /* NEW COMMENT QUICKNAV */
6088 /*======================*/
6090 #new-comment-nav-ui .new-comments-count {
6091 font-weight: 600;
6092 color: #666;
6093 text-shadow: 0.5px 0.5px 0 #fff;
6095 #new-comment-nav-ui .new-comments-count::after {
6096 font-weight: 600;
6097 color: #777;
6099 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
6100 color: #bbb;
6101 text-shadow: none;
6103 @media only screen and (hover: hover) {
6104 #new-comment-nav-ui .new-comments-count:hover {
6105 text-shadow:
6106 0 0 1px #fff,
6107 0 0 3px #fff,
6108 0 0 5px #fff,
6109 0 0 8px #fff,
6110 0.5px 0.5px 0 #fff;
6112 #new-comment-nav-ui .new-comment-sequential-nav-button:focus {
6113 color: #d00;
6114 text-shadow:
6115 0 0 1px #fff,
6116 0 0 3px #fff,
6117 0 0 5px #fff;
6121 /*=================*/
6122 /* HNS DATE PICKER */
6123 /*=================*/
6125 #hns-date-picker span {
6126 color: #777;
6127 text-shadow: 0.5px 0.5px 0 #fff;
6128 font-weight: 600;
6130 #hns-date-picker input {
6131 border: 1px solid #777;
6132 background-color: transparent;
6133 color: #666;
6135 #hns-date-picker input:focus {
6136 color: #000;
6139 /*======================*/
6140 /* ANTI-KIBITZER TOGGLE */
6141 /*======================*/
6143 #anti-kibitzer-toggle button::before,
6144 #anti-kibitzer-toggle button::after {
6145 background-color: #aaa;
6146 -webkit-background-clip: text;
6147 color: transparent;
6148 text-shadow: rgba(255,255,255,0.5) 0px 1px 1px;
6150 #anti-kibitzer-toggle button:hover::before,
6151 #anti-kibitzer-toggle button:hover::after {
6152 background-color: #777;
6155 /*======================*/
6156 /* TEXT SIZE ADJUSTMENT */
6157 /*======================*/
6159 #text-size-adjustment-ui button {
6160 color: #777;
6162 #text-size-adjustment-ui button.default {
6163 font-weight: 600;
6165 #text-size-adjustment-ui button:disabled:hover {
6166 text-shadow: none;
6168 #text-size-adjustment-ui::after {
6169 color: #999;
6172 /*=============================*/
6173 /* COMMENTS VIEW MODE SELECTOR */
6174 /*=============================*/
6176 #comments-view-mode-selector a {
6177 color: #777;
6180 /*==========*/
6181 /* ARCHIVES */
6182 /*==========*/
6184 .archive-nav {
6185 border: 1px solid #aaa;
6187 .archive-nav *[class^='archive-nav-item'] {
6188 border-style: solid;
6189 border-color: #ddd;
6190 border-width: 1px 0 1px 1px;
6191 background-color: #eee;
6193 .archive-nav div[class^='archive-nav-']:nth-of-type(2) *[class^='archive-nav-item'] {
6194 border-top-width: 0;
6195 border-bottom-width: 0;
6197 .archive-nav div[class^='archive-nav-']:last-of-type *[class^='archive-nav-item'] {
6198 border-bottom-width: 1px;
6200 .archive-nav *[class^='archive-nav-item']:last-child {
6201 border-right-width: 1px;
6203 .archive-nav span[class^='archive-nav-item'] {
6204 font-weight: bold;
6205 background-color: #ddd;
6208 .archive-nav a:link,
6209 .archive-nav a:visited {
6210 color: rgba(0, 0, 238, 0.7);
6212 .archive-nav a:hover {
6213 text-decoration: none;
6214 color: #c00;
6215 background-color: #e0e0e0;
6216 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6218 .archive-nav a:active {
6219 transform: scale(0.9);
6221 .archive-nav a:focus:not(:hover) {
6222 transform: none;
6224 .archive-nav a.archive-nav-item-day:hover {
6225 background-color: #ddd;
6228 /*==========*/
6229 /* LISTINGS */
6230 /*==========*/
6232 h1.listing {
6233 margin: 0.7em 20px 0.1em 20px;
6234 max-width: calc(100% - 40px);
6235 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif, 'Font Awesome';
6236 font-size: 1.375rem;
6237 line-height: 1.2;
6240 h1.listing .link-post-link {
6241 color: #00c;
6242 font-size: 0.75em;
6244 h1.listing .post-title-link {
6245 color: #000;
6246 font-weight: bold;
6249 @media only screen and (hover: hover) {
6250 h1.listing a:hover,
6251 h1.listing a:focus {
6252 color: #777;
6253 background-color: rgba(238,238,238,0.85);
6255 h1.listing:focus-within::before {
6256 color: #00f;
6257 left: -0.625em;
6258 top: 1px;
6260 h1.listing .link-post-link:hover {
6261 color: #4879ec;
6262 text-shadow:
6263 0.5px 0.5px 0 #fff,
6264 -0.5px -0.5px 0 #fff,
6265 0 0 2px #fff,
6266 0 0 3px #00c;
6270 h1.listing .edit-post-link {
6271 padding: 6px 3px 32px 0.5em;
6272 top: 0;
6273 right: 0;
6275 h1.listing .edit-post-link:hover {
6276 text-decoration: none;
6278 #content.user-page h1.listing .edit-post-link {
6279 background-color: #eee;
6282 /*======*/
6283 /* SPAM */
6284 /*======*/
6286 h1.listing.spam {
6287 opacity: 0.1;
6289 h1.listing.spam + .post-meta {
6290 opacity: 0.25;
6292 h1.listing.spam:hover,
6293 h1.listing.spam + .post-meta:hover,
6294 h1.listing.spam:hover + .post-meta {
6295 opacity: 1.0;
6298 /*===================*/
6299 /* LISTING POST-META */
6300 /*===================*/
6302 h1.listing + .post-meta {
6303 font-size: 0.875rem;
6306 h1.listing + .post-meta .karma-value {
6307 cursor: default;
6310 /*============*/
6311 /* USER PAGES */
6312 /*============*/
6314 #content.user-page h1.page-main-heading {
6315 border-bottom: 1px solid #ccc;
6318 #content.user-page h1.listing,
6319 #content.user-page h1.listing + .post-meta {
6320 border-style: solid;
6321 border-color: #ccc;
6323 #content.user-page h1.listing {
6324 padding: 0 6px;
6325 padding-top: 0.25em;
6326 border-width: 1px 1px 0 1px;
6327 margin: 1rem 0 0 0;
6328 max-width: 100%;
6330 #content.own-user-page h1.listing,
6331 h1.listing.own-post-listing {
6332 padding-right: 36px;
6334 @media only screen and (hover: hover) {
6335 #content.user-page h1.listing:focus-within::before {
6336 left: -0.625em;
6337 top: 6px;
6340 #content.user-page h1.listing + .post-meta {
6341 padding: 0.75em 6px 0.5em 32px;
6342 border-width: 0 1px 1px 1px;
6343 margin: 0 0 1rem 0;
6345 #content.user-page h1.listing + .post-meta .post-section::before {
6346 left: 0;
6349 #content.conversations-user-page h1.listing {
6350 padding: 6px 6px 4px 9px;
6351 font-size: 1.5rem;
6353 #content.conversations-user-page h1.listing + .post-meta {
6354 padding: 6px 4px;
6355 margin: 0;
6358 .user-stats .karma-total {
6359 font-weight: bold;
6362 /*===============*/
6363 /* CONVERSATIONS */
6364 /*===============*/
6366 /*============*/
6367 /* LOGIN PAGE */
6368 /*============*/
6370 .login-container form input[type='submit'] {
6371 font-weight: bold;
6372 background-color: #eee;
6373 border: 1px solid #ccc;
6375 .login-container form input[type='submit']:hover,
6376 .login-container form input[type='submit']:focus {
6377 background-color: #ddd;
6378 border: 1px solid #aaa;
6381 /* “Create account” form */
6383 #signup-form {
6384 background-color: #f3f3f3;
6385 border: 1px solid #ddd;
6387 #signup-form input[type='submit'] {
6388 background-color: #e4e4e4;
6389 border: 1px solid #ccc;
6391 #signup-form input[type='submit']:hover {
6392 background-color: #d8d8d8;
6393 border: 1px solid #aaa;
6396 /* Log in tip */
6398 .login-container .login-tip {
6399 border: 1px solid #eee;
6402 /* Message box */
6404 .error-box {
6405 border: 1px solid red;
6406 background-color: #faa;
6408 .success-box {
6409 border: 1px solid green;
6410 background-color: #afa;
6413 /*=====================*/
6414 /* PASSWORD RESET PAGE */
6415 /*=====================*/
6417 .reset-password-container input[type='submit'] {
6418 background-color: #e4e4e4;
6419 border: 1px solid #ccc;
6420 font-weight: bold;
6423 /*===================*/
6424 /* TABLE OF CONTENTS */
6425 /*===================*/
6427 .contents {
6428 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
6429 background-color: #eee;
6431 .contents-head {
6432 font-weight: bold;
6434 .post-body .contents li::before {
6435 color: #999;
6436 font-feature-settings: "tnum";
6438 .post-body .contents a,
6439 .post-body .contents a:hover {
6440 border: none;
6442 .post-body .contents a:hover {
6443 text-decoration: underline;
6446 /*==================*/
6447 /* POSTS & COMMENTS */
6448 /*==================*/
6450 .body-text {
6451 font-family: 'News Gothic BT', 'Helvetica', sans-serif;
6454 .body-text a {
6455 border-bottom: 1px dotted #bbb;
6457 .body-text a:hover {
6458 text-decoration: none;
6459 border-bottom: 1px solid currentColor;
6462 /*=======*/
6463 /* POSTS */
6464 /*=======*/
6466 .post-body {
6467 font-size: 1.25rem;
6470 h1.post-title {
6471 font-size: 2rem;
6472 line-height: 1.1;
6473 margin: 1em 0 0.25em 0;
6476 /*=================*/
6477 /* POST NAVIGATION */
6478 /*=================*/
6480 .post-nav-links a,
6481 .post-nav-links a:visited {
6482 color: #00e;
6483 font-weight: normal;
6485 .post-nav-links a:hover {
6486 text-decoration: none;
6487 color: #c00;
6489 .post-nav-links a:active {
6490 color: #e00;
6493 .post-nav-label {
6494 opacity: 0.75;
6497 @media only screen and (max-width: 900px) {
6498 .post-nav-item > * {
6499 background-color: #e4e4e4;
6501 .sequence-title {
6502 border-top: 1px solid #fff;
6504 .post-nav.prev {
6505 border-right: 1px solid #fff;
6507 .post-nav.next {
6508 border-left: 1px solid #fff;
6512 /*===========*/
6513 /* POST-META */
6514 /*===========*/
6516 .post-meta .post-section::before,
6517 .comment-meta .alignment-forum {
6518 color: #fff;
6519 text-shadow:
6520 1px 1px 0 #090,
6521 0 1px 0 #090,
6522 0 0 5px #090;
6524 a.post-section:hover {
6525 text-decoration: none;
6527 a.post-section:hover::before {
6528 color: #97ff7c;
6530 .post-meta .post-section.alignment-forum::before {
6531 text-shadow:
6532 1px 1px 0 #626dd7,
6533 0 1px 0 #626dd7,
6534 0 0 5px #626dd7;
6536 a.post-section.alignment-forum:hover::before {
6537 color: #e6e5ff;
6538 text-decoration: none;
6540 .post-meta .date {
6541 color: #888;
6543 .post-meta .author {
6544 color: #090;
6546 .bottom-post-meta {
6547 border-color: #ddd;
6550 /*============*/
6551 /* LINK POSTS */
6552 /*============*/
6554 .post.link-post a.link-post-link {
6555 text-decoration: none;
6556 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
6557 font-weight: 600;
6559 .post.link-post a.link-post-link:hover {
6560 color: #c00;
6562 .post.link-post a.link-post-link:hover::before {
6563 color: #4879ec;
6564 text-shadow:
6565 0.5px 0.5px 0 #fff,
6566 -0.5px -0.5px 0 #fff,
6567 0 0 2px #fff,
6568 0 0 3px #00c;
6570 .post.link-post a.link-post-link:focus {
6571 color: #999;
6572 border-bottom: 2px dotted #999;
6575 /*==========*/
6576 /* COMMENTS */
6577 /*==========*/
6579 .comments::before {
6580 border-top: 1px solid #ddd;
6583 #content > .comment-thread .comment-meta a.date:focus,
6584 #content > .comment-thread .comment-meta a.permalink:focus {
6585 color: #888;
6586 outline: 2px dotted #999;
6587 position: relative;
6588 background-color: #fff;
6589 padding: 0 5px;
6590 left: -5px;
6592 #content > .comment-thread .comment-meta a.date:focus + *,
6593 #content > .comment-thread .comment-meta a.permalink:focus + *:not(.comment-post-title) {
6594 margin-left: -10px;
6596 .comment-item {
6597 border: 1px solid #ccc;
6598 background-color: var(--GW-comment-background-color);
6600 .comment-parent-link::after {
6601 box-shadow:
6602 0 28px 16px -16px var(--GW-comment-parent-background-color) inset,
6603 4px 16px 0 12px var(--GW-comment-background-color-target) inset,
6604 4px 4px 0 12px var(--GW-comment-background-color-target) inset;
6607 .comment-body {
6608 font-size: 1.1875rem;
6611 /*================================*/
6612 /* DEEP COMMENT THREAD COLLAPSING */
6613 /*================================*/
6615 .comment-item input[id^="expand"] + label::after {
6616 color: #00e;
6617 font-weight: 600;
6619 .comment-item input[id^="expand"] + label:hover::after {
6620 color: #c00;
6622 .comment-item input[id^="expand"] + label:active::after,
6623 .comment-item input[id^="expand"] + label:focus::after{
6624 color: #c00;
6626 .comment-item input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
6627 border-width: 1px 0 0 0;
6630 /*==============*/
6631 /* COMMENT-META */
6632 /*==============*/
6634 .comment-meta .author {
6635 font-size: 1.125em;
6636 color: #090;
6638 .comment-item .author:not(.redacted).original-poster::after {
6639 opacity: 0.6;
6640 filter: brightness(60%);
6643 .comment-item .voting-controls.active-controls::after,
6644 .comment-item .voting-controls .karma-value::after,
6645 .post .voting-controls.active-controls::after,
6646 .post .voting-controls .karma-value::after,
6647 .author::before {
6648 background-color: #eee;
6649 color: #777;
6650 border-radius: 4px;
6651 box-shadow: 0 0 0 1px #bbb inset;
6653 .comment-item .voting-controls.active-controls::after,
6654 .post .voting-controls.active-controls::after {
6655 padding: 6px;
6656 bottom: -46px;
6658 .comment-item .voting-controls .karma-value::after,
6659 .post .voting-controls .karma-value::after {
6660 padding: 2px 8px;
6661 top: -26px;
6662 min-width: 60px;
6665 /*====================*/
6666 /* ANTI-KIBITZER MODE */
6667 /*====================*/
6669 .author.redacted,
6670 .inline-author.redacted {
6671 opacity: 0.6;
6672 font-weight: 400;
6675 .karma-value.redacted {
6676 opacity: 0.4;
6679 .link-post-domain.redacted {
6680 opacity: 0.4;
6683 /*===========================*/
6684 /* COMMENT THREAD NAVIGATION */
6685 /*===========================*/
6687 div.comment-parent-link {
6688 font-weight: bold;
6690 a.comment-parent-link {
6691 font-weight: normal;
6693 a.comment-parent-link::before {
6694 color: #bbb;
6696 a.comment-parent-link:hover::before {
6697 background-color: #ffd;
6698 color: #999;
6701 div.comment-child-links {
6702 font-weight: bold;
6704 div.comment-child-links a {
6705 font-weight: normal;
6707 .comment-child-link::before {
6708 color: #aaa;
6711 .comment-item-highlight {
6712 box-shadow:
6713 0 0 2px #e7b200,
6714 0 0 3px #e7b200,
6715 0 0 5px #e7b200,
6716 0 0 7px #e7b200,
6717 0 0 10px #e7b200;
6718 border: 1px solid #e7b200;
6720 .comment-item-highlight-faint {
6721 box-shadow:
6722 0 0 2px #f8e7b5,
6723 0 0 3px #f8e7b5,
6724 0 0 5px #f8e7b5,
6725 0 0 7px #f8e7b5,
6726 0 0 10px #f8e7b5;
6727 border: 1px solid #f8e7b5;
6730 .comment-popup {
6731 background-color: #fff;
6734 /*=======================*/
6735 /* COMMENTS COMPACT VIEW */
6736 /*=======================*/
6738 #comments-list-mode-selector button {
6739 box-shadow:
6740 0 0 0 4px #eee inset,
6741 0 0 0 5px #aaa inset;
6743 #comments-list-mode-selector button:hover,
6744 #comments-list-mode-selector button.selected {
6745 box-shadow:
6746 0 0 0 1px #eee inset,
6747 0 0 0 2px #aaa inset,
6748 0 0 0 4px #eee inset,
6749 0 0 0 5px #aaa inset;
6751 #content.compact > .comment-thread .comment-item {
6752 max-height: 58px;
6754 #content.compact > .comment-thread .comment-item::after {
6755 color: #00e;
6756 background: linear-gradient(to right, transparent 0%, #fff 50%, #fff 100%);
6759 @media only screen and (hover: hover) {
6760 #content.compact > .comment-thread .comment-item:hover .comment,
6761 #content.compact > .comment-thread .comment-item.expanded .comment {
6762 background-color: #fff;
6763 outline: 3px solid #00c;
6765 #content.compact > .comment-thread .comment-item:hover .comment::before,
6766 #content.compact > .comment-thread .comment-item.expanded .comment::before {
6767 background-color: #fff;
6768 box-shadow:
6769 0 0 3px #fff,
6770 0 0 5px #fff,
6771 0 0 7px #fff,
6772 0 0 10px #fff,
6773 0 0 20px #fff,
6774 0 0 30px #fff,
6775 0 0 40px #fff;
6778 @media only screen and (hover: none) {
6779 #content.compact > .comment-thread.expanded .comment-item .comment {
6780 background-color: #fff;
6781 outline: 3px solid #00c;
6783 #content.compact > .comment-thread.expanded .comment-item .comment::before {
6784 background-color: #fff;
6785 box-shadow:
6786 0 0 3px #fff,
6787 0 0 5px #fff,
6788 0 0 7px #fff,
6789 0 0 10px #fff,
6790 0 0 20px #fff,
6791 0 0 30px #fff,
6792 0 0 40px #fff;
6796 #content.user-page.compact > h1.listing {
6797 margin-top: 0.5rem;
6799 #content.user-page.compact > h1.listing + .post-meta {
6800 margin-bottom: 0.5rem;
6803 /*===========================*/
6804 /* HIGHLIGHTING NEW COMMENTS */
6805 /*===========================*/
6807 .new-comment::before {
6808 display: none;
6810 .new-comment {
6811 border: 1px solid #e00;
6812 outline: 1px solid #e00;
6815 /*=================================*/
6816 /* COMMENT THREAD MINIMIZE BUTTONS */
6817 /*=================================*/
6819 .comment-minimize-button {
6820 color: #ccc;
6822 .comment-minimize-button:hover {
6823 color: #aaa;
6824 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6826 .comment-minimize-button::after {
6827 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
6828 color: #777;
6830 .comment-minimize-button.maximized::after {
6831 color: #ccc;
6834 /*==============*/
6835 /* VOTE BUTTONS */
6836 /*==============*/
6838 .vote::before {
6839 content: "";
6840 border-radius: 50%;
6841 background-size: 17px 17px;
6842 width: 17px;
6843 height: 17px;
6844 display: inline-block;
6845 position: relative;
6846 top: 2.5px;
6848 .vote:active {
6849 transform: none;
6851 .vote:hover::before,
6852 .vote.selected::before,
6853 .vote.clicked-once::before,
6854 .vote.clicked-twice::before {
6855 filter: drop-shadow(0 0 1px #fff);
6858 .upvote::before,
6859 .waiting .upvote.big-vote.clicked-twice::before {
6860 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptMTQ0IDI3NmMwIDYuNi01LjQgMTItMTIgMTJoLTkydjkyYzAgNi42LTUuNCAxMi0xMiAxMmgtNTZjLTYuNiAwLTEyLTUuNC0xMi0xMnYtOTJoLTkyYy02LjYgMC0xMi01LjQtMTItMTJ2LTU2YzAtNi42IDUuNC0xMiAxMi0xMmg5MnYtOTJjMC02LjYgNS40LTEyIDEyLTEyaDU2YzYuNiAwIDEyIDUuNCAxMiAxMnY5Mmg5MmM2LjYgMCAxMiA1LjQgMTIgMTJ2NTZ6IiAgIGZpbGw9IiMwMEQ4MDAiLz48L3N2Zz4=');
6861 filter: grayscale(100%) brightness(128%);
6863 .downvote::before,
6864 .waiting .downvote.big-vote.clicked-twice::before {
6865 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHpNMTI0IDI5NmMtNi42IDAtMTItNS40LTEyLTEydi01NmMwLTYuNiA1LjQtMTIgMTItMTJoMjY0YzYuNiAwIDEyIDUuNCAxMiAxMnY1NmMwIDYuNi01LjQgMTItMTIgMTJIMTI0eiIgZmlsbD0iI0VCNEMyQSIvPjwvc3ZnPg==');
6866 filter: grayscale(100%) brightness(188%);
6869 .vote.clicked-once::before,
6870 .vote.big-vote.clicked-once::before {
6871 box-shadow:
6872 0 0 0 1px #fff,
6873 0 0 0 4px #c8c8c8,
6874 0 0 0 5px transparent;
6877 .vote.big-vote.clicked-twice::before,
6878 .waiting .vote.big-vote:not(.clicked-twice)::before,
6879 .waiting .vote:not(.big-vote).clicked-once::before {
6880 box-shadow: none;
6883 .upvote.clicked-twice::before,
6884 .upvote.big-vote::before {
6885 box-shadow:
6886 0 0 0 1px #fff,
6887 0 0 0 4px #00d800,
6888 0 0 0 5px transparent;
6891 .downvote.clicked-twice::before,
6892 .downvote.big-vote::before {
6893 box-shadow:
6894 0 0 0 1px #fff,
6895 0 0 0 4px #eb4c2a,
6896 0 0 0 5px transparent;
6899 /*===========================*/
6900 /* COMMENTING AND POSTING UI */
6901 /*===========================*/
6903 .posting-controls input[type='submit'] {
6904 background-color: #fff;
6905 border: 1px solid #aaa;
6906 font-weight: bold;
6908 .posting-controls input[type='submit']:hover,
6909 .posting-controls input[type='submit']:focus {
6910 background-color: #ddd;
6911 border: 1px solid #999;
6914 .comment-controls .cancel-comment-button {
6915 font-weight: 600;
6916 color: #c00;
6917 text-shadow:
6918 0 0 1px #fff,
6919 0 0 2px #fff;
6921 .comment-controls .cancel-comment-button:hover {
6922 color: #f00;
6923 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6926 .new-comment-button {
6927 font-weight: 600;
6930 .comment-controls .delete-button,
6931 .comment-controls .retract-button {
6932 color: #c00;
6934 .comment-controls .delete-button::before {
6935 font-size: 1em;
6936 font-weight: 400;
6937 opacity: 0.7;
6939 .comment-controls .edit-button,
6940 .comment-controls .unretract-button {
6941 color: #0a0;
6943 .comment-controls .action-button:hover {
6944 color: #f00
6947 .post-controls {
6948 margin: 0.25em -1em 0 0;
6950 h1.listing .edit-post-link,
6951 h1.listing .edit-post-link:visited,
6952 .post-controls .edit-post-link,
6953 .post-controls .edit-post-link:visited {
6954 color: #090;
6956 h1.listing .edit-post-link:hover,
6957 .post-controls .edit-post-link:hover {
6958 color: #d00;
6961 .posting-controls textarea {
6962 font-family: 'News Gothic BT', 'Helvetica', sans-serif;
6963 color: #000;
6964 border-color: #00e;
6966 .posting-controls textarea:focus {
6967 border-width: 29px 1px 1px 1px;
6968 box-shadow: 0 0 0 1px #00e;
6970 .posting-controls.edit-existing-post textarea:focus,
6971 .posting-controls form.edit-existing-comment textarea:focus {
6972 border-color: #090;
6973 box-shadow: 0 0 0 1px #090;
6976 /*= Scroll bars =*/
6978 .posting-controls textarea::-webkit-scrollbar {
6979 width: 16px;
6980 background-color: transparent;
6982 .posting-controls textarea::-webkit-scrollbar-track {
6983 background-color: #fff;
6984 border-left: 1px solid #0040ff;
6985 border-top: 1px solid #eee;
6987 .posting-controls textarea:focus::-webkit-scrollbar-track {
6988 border-top: 1px solid #ddf;
6989 border-left: 2px solid #0040ff;
6991 .posting-controls textarea::-webkit-scrollbar-thumb {
6992 background-color: #acacff;
6993 box-shadow: 0 0 0 1px #eee inset;
6994 border-left: 1px solid #0040ff;
6996 .posting-controls textarea:focus::-webkit-scrollbar-thumb {
6997 background-color: #0040ff;
6998 border-left: 2px solid #0040ff;
6999 box-shadow:
7000 0 1px 0 0 #ddf inset,
7001 0 0 0 1px #eee inset;
7004 .posting-controls.edit-existing-post textarea:focus::-webkit-scrollbar-track,
7005 .posting-controls form.edit-existing-comment textarea:focus::-webkit-scrollbar-track {
7006 border-left: 2px solid #090;
7008 .posting-controls.edit-existing-post textarea:focus::-webkit-scrollbar-thumb,
7009 .posting-controls form.edit-existing-comment textarea:focus::-webkit-scrollbar-thumb {
7010 border-left: 2px solid #090;
7011 background-color: #28a708;
7014 /* GUIEdit buttons */
7016 .guiedit-buttons-container {
7017 background-image: linear-gradient(to bottom, #fff 0%, #ddf 50%, #ccf 75%, #aaf 100%);
7020 .posting-controls.edit-existing-post .guiedit-buttons-container button,
7021 .posting-controls form.edit-existing-comment .guiedit-buttons-container button {
7022 color: #050;
7024 .guiedit-buttons-container button {
7025 font-family: Font Awesome, 'News Gothic BT', 'Helvetica', sans-serif;
7028 .guiedit::after {
7029 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
7030 color: #777;
7031 text-shadow: none;
7034 /* Markdown hints */
7036 #markdown-hints-checkbox + label {
7037 color: #00e;
7039 #markdown-hints-checkbox + label:hover {
7040 color: #e00;
7041 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7043 #markdown-hints {
7044 border: 1px solid #c00;
7045 background-color: #ffa;
7048 /*================*/
7049 /* EDIT POST FORM */
7050 /*================*/
7052 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
7053 top: -2px;
7055 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
7056 border-radius: 3px;
7057 border: 1px solid #ddd;
7058 color: #777;
7060 @media only screen and (hover:hover) {
7061 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover,
7062 #edit-post-form .post-meta-fields input[type='checkbox']:focus + label {
7063 text-shadow:
7064 0 0 1px #fff,
7065 0 0 2px #fff,
7066 0 0 2.5px #aaa;
7068 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover::before,
7069 #edit-post-form .post-meta-fields input[type='checkbox']:focus + label::before {
7070 border-color: #aaa;
7073 #edit-post-form .post-meta-fields input[type='checkbox']:checked + label::before {
7074 content: "\F00C";
7076 #edit-post-form input[type='radio'] + label {
7077 color: #777;
7078 border-color: #ddd;
7080 #edit-post-form input[type='radio'][value='all'] + label {
7081 border-radius: 8px 0 0 8px;
7082 border-width: 1px;
7084 #edit-post-form input[type='radio'][value='drafts'] + label {
7085 border-radius: 0 8px 8px 0;
7087 #edit-post-form input[type='radio'] + label:hover,
7088 #edit-post-form input[type='radio']:focus + label {
7089 background-color: #ddd;
7090 color: #000;
7092 #edit-post-form input[type='radio']:focus + label {
7093 color: #000;
7094 box-shadow:
7095 0 0 0 1px #aaa;
7097 #edit-post-form input[type='radio']:checked + label {
7098 background-color: #ddd;
7099 border-color: #ddd;
7100 color: #000;
7101 text-shadow:
7102 0 -1px 0 #fff,
7103 0 0.5px 0.5px #000;
7106 /*=======*/
7107 /* LINKS */
7108 /*=======*/
7111 text-decoration: none;
7112 color: #00e;
7114 a:visited {
7115 color: #551a8b;
7117 a:hover {
7118 text-decoration: underline;
7121 /*=========*/
7122 /* BUTTONS */
7123 /*=========*/
7125 button,
7126 input[type='submit'] {
7127 color: #00e;
7130 button:hover,
7131 input[type='submit']:hover,
7132 button:focus,
7133 input[type='submit']:focus {
7134 color: #d00;
7135 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7137 button:active,
7138 input[type='submit']:active {
7139 color: #f00;
7140 transform: scale(0.9);
7142 .button:visited {
7143 color: #00e;
7145 .button:hover {
7146 color: #d00;
7147 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7148 text-decoration: none;
7150 .button:active {
7151 transform: scale(0.9);
7153 .button:focus:not(:hover) {
7154 transform: none;
7156 @-moz-document url-prefix() {
7157 .button:active {
7158 transform: none;
7162 /*==========*/
7163 /* HEADINGS */
7164 /*==========*/
7166 .body-text h1,
7167 .body-text h2,
7168 .body-text h3,
7169 .body-text h4,
7170 .body-text h5,
7171 .body-text h6 {
7172 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
7174 .body-text h6 {
7175 color: #555;
7178 /*========*/
7179 /* QUOTES */
7180 /*========*/
7182 blockquote {
7183 border-left: 5px solid #ccc;
7186 /*========*/
7187 /* IMAGES */
7188 /*========*/
7190 #content img,
7191 #content figure.image img {
7192 border: 1px solid #ccc;
7194 #content figure img {
7195 border: 1px solid #000;
7197 #content img[src$='.svg'],
7198 #content figure img[src$='.svg'] {
7199 border: none;
7201 #content img[style^='float'] {
7202 border: 1px solid transparent;
7205 /*========*/
7206 /* TABLES */
7207 /*========*/
7209 #content:not(.tag-index-page) .body-text table,
7210 #content:not(.tag-index-page) .body-text table th,
7211 #content:not(.tag-index-page) .body-text table td {
7212 border: 1px solid #ccc;
7215 /*======*/
7216 /* MISC */
7217 /*======*/
7219 hr {
7220 border-bottom: 1px solid #999;
7223 code {
7224 background-color: #f6f6ff;
7225 border: 1px solid #ddf;
7226 border-radius: 4px;
7229 input[type='text'],
7230 input[type='search'],
7231 input[type='password'] {
7232 border: 1px solid #999;
7233 color: #000;
7234 background-color: transparent;
7236 input[type='text']:focus,
7237 input[type='search']:focus,
7238 input[type='password']:focus {
7239 border: 1px solid #00e;
7240 outline: 1px solid #00e;
7243 select {
7244 color: #000;
7247 /*============*/
7248 /* ABOUT PAGE */
7249 /*============*/
7251 .about-page mark {
7252 background-color: #e6e6e6;
7253 text-decoration: none;
7254 box-shadow:
7255 0 -1px 0 0 #000 inset,
7256 0 -3px 1px -2px #000 inset;
7257 padding: 0 1px;
7260 #content.about-page .accesskey-table {
7261 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
7262 border-color: #ddd;
7265 #content.about-page img {
7266 border: 1px solid #000;
7269 /*========================*/
7270 /* QUALIFIED HYPERLINKING */
7271 /*========================*/
7273 #aux-about-link a {
7274 color: #777;
7276 #aux-about-link a:hover {
7277 opacity: 1.0;
7278 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7281 .qualified-linking label {
7282 color: #00e;
7284 .qualified-linking label:hover {
7285 text-shadow:
7286 0 0 1px #fff,
7287 0 0 3px #fff,
7288 0 0 5px #00e;
7291 .qualified-linking-toolbar {
7292 border: 1px solid #000;
7293 background-color: #fff;
7295 .qualified-linking-toolbar a {
7296 background-color: #eee;
7297 border: 1px solid #ccc;
7298 border-radius: 4px;
7300 .qualified-linking-toolbar a:visited {
7301 color: #00e;
7303 .qualified-linking-toolbar a:hover {
7304 text-decoration: none;
7305 background-color: #ddd;
7306 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7308 .qualified-linking label::after {
7309 background-color: #eee;
7310 opacity: 0.8;
7313 /*======*/
7314 /* MATH */
7315 /*======*/
7317 .mathjax-block-container::-webkit-scrollbar {
7318 height: 12px;
7319 background-color: #f6f6ff;
7320 border-radius: 6px;
7321 border: 1px solid #ddf;
7323 .mathjax-block-container::-webkit-scrollbar-thumb {
7324 background-color: #dde;
7325 border-radius: 6px;
7326 border: 1px solid #cce;
7328 .mathjax-inline-container::-webkit-scrollbar {
7329 height: 8px;
7330 background-color: #f6f6ff;
7331 border-radius: 4px;
7332 border: 1px solid #ddf;
7334 .mathjax-inline-container::-webkit-scrollbar-thumb {
7335 background-color: #dde;
7336 border-radius: 4px;
7337 border: 1px solid #cce;
7340 /*=================*/
7341 /* ALIGNMENT FORUM */
7342 /*=================*/
7344 #content.alignment-forum-index-page::before {
7345 background-color: #eaedff;
7347 #content.alignment-forum-index-page::after {
7348 font-family: "Concourse SmallCaps";
7349 font-weight: 600;
7350 background-color: #7f85b2;
7351 color: transparent;
7352 -webkit-background-clip: text;
7353 text-shadow:
7354 rgba(255,255,255,0.5) 0px 3px 3px;
7356 @media only screen and (hover: hover) {
7357 #content.alignment-forum-index-page h1.listing a:hover,
7358 #content.alignment-forum-index-page h1.listing a:focus {
7359 background-color: rgba(234,237,255,0.85);
7363 /*====================*/
7364 /* FOR NARROW SCREENS */
7365 /*====================*/
7367 @media only screen and (max-width: 1440px) {
7368 #hns-date-picker {
7369 background-color: #d8d8d8;
7370 opacity: 1.0;
7372 #hns-date-picker::before {
7373 border: 1px solid #999;
7374 border-width: 1px 0 1px 1px;
7377 @media only screen and (max-width: 1200px) {
7378 #hns-date-picker {
7379 background-color: #eee;
7381 #hns-date-picker::before {
7382 display: none;
7385 @media only screen and (max-width: 1080px) {
7386 #text-size-adjustment-ui button {
7387 border: 1px solid #999;
7388 padding: 0 0 0 1px;
7389 border-radius: 50%;
7390 box-shadow:
7391 0 0 6px #999 inset,
7392 0 0 0 1px transparent;
7394 #theme-tweaker-toggle button {
7395 border: 1px solid #999;
7396 box-shadow:
7397 0 0 10px #999 inset,
7398 0 0 0 1px transparent;
7399 border-radius: 50%;
7400 transform: scale(0.8);
7403 @media only screen and (max-width: 1020px) {
7404 #quick-nav-ui a {
7405 box-shadow:
7406 0 0 0 1px #999,
7407 0 0 0 2px transparent;
7409 #new-comment-nav-ui .new-comments-count::before {
7410 background-color: #d8d8d8;
7411 box-shadow:
7412 0 0 0 1px #999,
7413 0 0 0 2px transparent;
7414 border-radius: 8px;
7417 @media only screen and (max-width: 1160px) {
7418 #theme-selector {
7419 background-color: #eee;
7420 box-shadow:
7421 0 0 0 1px #999,
7422 0 0 0 2px transparent;
7424 #theme-selector:hover::after {
7425 background-color: #999;
7426 width: calc(6em - 3px);
7427 height: calc(100% - 5px);
7428 top: 3px;
7429 left: 100%;
7431 #text-size-adjustment-ui button {
7432 background-color: #ddd;
7434 #text-size-adjustment-ui button:hover {
7435 background-color: #eee;
7437 #theme-tweaker-toggle button {
7438 background-color: #ddd;
7442 /*========*/
7443 /* MOBILE */
7444 /*========*/
7446 /*******************************************************/
7447 @media not screen and (hover:hover) and (pointer:fine) {
7448 /*******************************************************/
7449 #ui-elements-container > div[id$='-ui-toggle'] button,
7450 #theme-selector .theme-selector-close-button {
7451 color: #aaa;
7452 text-shadow:
7453 0 0 1px #fff,
7454 0 0 3px #fff,
7455 0 0 5px #fff,
7456 0 0 10px #fff,
7457 0 0 20px #fff,
7458 0 0 30px #fff;
7461 #theme-selector {
7462 background-color: #eee;
7463 box-shadow:
7464 0 0 0 1px #999,
7465 0 0 1px 3px #fff,
7466 0 0 3px 3px #fff,
7467 0 0 5px 3px #fff,
7468 0 0 10px 3px #fff,
7469 0 0 20px 3px #fff;
7470 border-radius: 12px;
7472 #theme-selector::before {
7473 color: #777;
7474 font-weight: normal;
7475 text-shadow: 0.5px 0.5px 0 #aaa;
7477 #theme-selector button {
7478 background-color: #e6e6e6;
7479 border-radius: 10px;
7481 #theme-selector button::after {
7482 color: #000;
7483 max-width: calc(100% - 3.5em);
7484 overflow: hidden;
7485 text-overflow: ellipsis;
7486 padding: 0 0 2px 0;
7488 #theme-selector button.selected::after {
7489 text-shadow:
7490 0 -1px 0 #fff,
7491 0 0.5px 0.5px #000;
7494 #quick-nav-ui {
7495 background-color: #fff;
7497 #quick-nav-ui,
7498 #new-comment-nav-ui,
7499 #hns-date-picker {
7500 box-shadow:
7501 0 0 1px 3px #fff,
7502 0 0 3px 3px #fff,
7503 0 0 5px 3px #fff,
7504 0 0 10px 3px #fff,
7505 0 0 20px 3px #fff;
7507 #quick-nav-ui a::after,
7508 #new-comment-nav-ui::before {
7509 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
7510 font-weight: bold;
7511 box-shadow:
7512 0 0 1px 0 #fff,
7513 0 0 3px 0 #fff,
7514 0 0 5px 0 #fff;
7515 background-color: #fff;
7516 border-radius: 4px;
7518 #quick-nav-ui,
7519 #new-comment-nav-ui {
7520 border-radius: 8px;
7522 #new-comment-nav-ui {
7523 background-color: #fff;
7524 border: 1px solid #999;
7526 #new-comment-nav-ui::before {
7527 color: #777;
7528 font-weight: bold;
7530 #new-comment-nav-ui .new-comment-sequential-nav-button {
7531 box-shadow: 0 0 0 1px #999;
7532 color: #00c;
7534 #new-comment-nav-ui .new-comments-count {
7535 background-color: inherit;
7536 box-shadow: 0 -1px 0 0 #999;
7538 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
7539 color: #bbb;
7541 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
7542 border-radius: 7px 0 0 7px;
7544 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-next {
7545 border-radius: 0 7px 7px 0;
7547 #new-comment-nav-ui button::after {
7548 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
7550 #hns-date-picker {
7551 background-color: #fff;
7552 border: 1px solid #999;
7555 /*****************************************/
7556 @media only screen and (max-width: 900px) {
7557 /*****************************************/
7558 h1.listing + .post-meta > * {
7559 line-height: 1.5;
7561 h1.listing + .post-meta .post-section {
7562 overflow: visible;
7563 order: 1;
7565 h1.listing + .post-meta .post-section::before {
7566 position: unset;
7569 #primary-bar .nav-inner {
7570 font-size: 1.375em;
7572 .nav-bar-top:not(#primary-bar) .nav-inner {
7573 font-size: 1.125em;
7575 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) .nav-inner {
7576 padding: 6px 10px;
7579 .archive-nav *[class^='archive-nav-item-'] {
7580 border-width: 1px !important;
7582 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
7583 background-color: #aaa;
7586 .comment-item .comment-item {
7587 margin: 0.75em 3px 3px 6px;
7589 .comment-item .comment-item + .comment-item {
7590 margin: 1.5em 3px 3px 6px;
7593 .sublevel-nav:not(.sort) .sublevel-item,
7594 .sublevel-nav:not(.sort) .sublevel-item:first-child,
7595 .sublevel-nav:not(.sort) .sublevel-item:last-child {
7596 border-radius: 8px;
7597 border-width: 1px;
7598 margin: 2px;
7600 /*******************************************/
7601 } @media only screen and (max-width: 720px) {
7602 /*******************************************/
7603 /*******************************************/
7604 } @media only screen and (max-width: 520px) {
7605 /*******************************************/
7606 h1.listing {
7607 font-size: 1.25rem;
7608 margin: 18px 6px 4px 6px;
7609 max-width: calc(100% - 12px);
7611 h1.listing + .post-meta {
7612 margin: 4px 6px;
7614 h1.listing .link-post-link {
7615 top: 2px;
7617 #content.conversations-user-page h1.listing::after {
7618 height: calc(100% + 2.25em);
7620 #content.conversations-user-page h1.listing + .post-meta .date {
7621 margin: 0 0 0 1em;
7624 .comment-body {
7625 font-size: 1.125rem;
7628 #content.compact > .comment-thread .comment-item {
7629 max-height: 105px;
7632 .textarea-container:focus-within textarea {
7633 background-color: #fff;
7634 border-width: 1px;
7636 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
7637 padding: 5px 6px 6px 6px;
7638 font-weight: bold;
7640 .textarea-container:focus-within .guiedit-mobile-help-button.active {
7641 box-shadow:
7642 0 0 0 2px #c00;
7643 color: #c00;
7645 .textarea-container:focus-within .guiedit-buttons-container {
7646 background-color: #fff;
7647 border-top: 1px solid #ddf;
7649 .posting-controls .textarea-container:focus-within .guiedit-buttons-container {
7650 box-shadow: none;
7652 #content.conversation-page .textarea-container:focus-within::after {
7653 background-color: #fff;
7655 .textarea-container:focus-within button.guiedit {
7656 border: 1px solid #00c;
7657 border-radius: 6px;
7659 #markdown-hints::after {
7660 color: #090;
7663 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
7664 top: 2px;
7666 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
7667 top: 1px;
7673 /*************/
7674 /* ACCORDIUS */
7675 /*************/
7677 /*======*/
7678 /* TAGS */
7679 /*======*/
7681 #tags {
7682 order: 12;
7683 display: flex;
7684 flex-basis: 100%;
7685 justify-content: center;
7686 margin: 0;
7687 flex-flow: row wrap;
7688 align-items: flex-start;
7691 /*============*/
7692 /* THEME ZERO */
7693 /*============*/
7695 /*++++++*/
7696 /* TAGS */
7697 /*++++++*/
7699 #tags {
7700 padding: 0.5em;
7702 #tags::before {
7703 content: "Tags:";
7704 margin: 0 0.25em 0 0;
7705 opacity: 0.5;
7706 line-height: 1;
7707 align-self: center;
7709 #tags a {
7710 border-radius: 8px;
7711 background-color: #f6f6f6;
7712 border: 1px solid #ccc;
7713 padding: 5px 8px 5px 8px;
7714 line-height: 1;
7715 margin: 0.25em;
7716 font-size: 0.9375em;
7718 #tags a:hover {
7719 text-decoration: none;
7720 background-color: #fff;
7722 #tags a:active {
7723 color: #d00;