Update Firefox detection in CSS.
[lw2-viewer.git] / www / css / style-classic.linux.css
blob06de1610772c775eda1bd44ba1f74cd09d3b1a7d
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 --GW-toggle-widget-color: #888;
12 --GW-toggle-widget-hover-color: #444;
13 --GW-toggle-widget-shadow-color: rgba(255, 255, 255, 0.5);
15 --inverted-display: none;
18 /***************/
19 /* BASE LAYOUT */
20 /***************/
22 html {
23 box-sizing: border-box;
24 font-size: 16px;
26 *, *::before, *::after {
27 box-sizing: inherit;
29 script {
30 display: none !important;
33 /*=------=*/
34 /*= Body =*/
35 /*=------=*/
37 body {
38 padding: 0;
39 margin: 0;
41 body::before {
42 background-color: inherit;
43 position: fixed;
44 width: 100%;
45 height: 100%;
48 body.no-scroll {
49 overflow-y: scroll;
50 position: fixed;
51 width: 100%;
54 /*=----------------------------=*/
55 /*= Immediate children of body =*/
56 /*=----------------------------=*/
58 body > * {
59 max-width: 900px;
62 /* Special styles for special browsers.
63 (This one is a fix for Firefox’s built-in screenshot feature.)
65 body > iframe[id^='firefox-screenshots'] {
66 max-width: unset;
69 #content {
70 margin: 0 auto;
71 padding: 0 30px;
72 position: relative;
73 overflow: visible;
74 display: grid;
75 grid-template-columns: 2fr 1fr 2fr;
77 #content::before {
78 content: "";
79 display: block;
80 position: absolute;
81 top: 0;
82 left: 0;
83 width: 100%;
84 height: 100%;
85 z-index: -1;
86 pointer-events: none;
89 /*=---------=*/
90 /*= Content =*/
91 /*=---------=*/
93 #content > * {
94 grid-column: 1 / span 3;
97 /*=----------------------=*/
98 /*= Floating UI elements =*/
99 /*=----------------------=*/
101 #ui-elements-container {
102 position: fixed;
103 height: 100vh;
104 top: 0;
105 left: 0;
106 right: 0;
107 margin: auto;
108 z-index: 10000;
109 pointer-events: none;
111 #ui-elements-container > * {
112 pointer-events: auto;
115 /*=----------------=*/
116 /*= Images overlay =*/
117 /*=----------------=*/
118 /* (To exclude images in posts from theme tweaks) */
120 #images-overlay {
121 position: absolute;
122 z-index: 1;
123 left: 0;
124 right: 0;
125 margin: auto;
128 /***********/
129 /* NAV BAR */
130 /***********/
132 .nav-bar {
133 margin: 0 -30px;
134 display: flex;
135 order: -11;
136 z-index: 1;
139 /*=---------------=*/
140 /*= Nav bar items =*/
141 /*=---------------=*/
143 .nav-item {
144 flex: 1 1 auto;
146 .nav-item * {
147 text-overflow: ellipsis;
148 white-space: nowrap;
149 overflow: hidden;
151 .nav-inner {
152 padding: 12px 30px;
153 text-align: center;
154 display: block;
155 position: relative;
156 line-height: inherit;
157 width: 100%;
158 background: unset;
160 .nav-bar-top:not(#primary-bar) .nav-inner {
161 padding: 4px 0;
164 #nav-item-sequences .nav-inner::before {
165 font-family: "Font Awesome", "Font Awesome 5 Free";
166 content: "\F5DB";
168 @media only screen and (min-width: 901px) {
169 #nav-item-about .nav-inner {
170 margin-right: 0.5em;
172 #nav-item-sequences .nav-inner::before {
173 font-size: 1rem;
174 display: block;
176 #secondary-bar #nav-item-sequences .nav-inner {
177 font-size: 0;
178 line-height: 1.4;
182 /*=------------=*/
183 /*= Bottom bar =*/
184 /*=------------=*/
186 #bottom-bar {
187 order: 11;
189 h1.listing ~ #bottom-bar {
190 margin-top: 1.25em;
192 #bottom-bar .nav-item {
193 flex: 1 1 0;
196 /*=-----------------=*/
197 /*= Accesskey hints =*/
198 /*=-----------------=*/
200 .nav-inner::after {
201 content: attr(accesskey);
202 display: none;
205 /*=---------------=*/
206 /*= Pagination UI =*/
207 /*=---------------=*/
209 #bottom-bar .nav-item a::before,
210 #top-nav-bar a::before {
211 font-family: "Font Awesome", "Font Awesome 5 Free";
212 font-weight: 900;
213 font-size: 0.8em;
214 position: relative;
215 bottom: 1px;
216 margin-right: 0.5em;
218 #bottom-bar #nav-item-first a::before,
219 #top-nav-bar a.nav-item-first::before {
220 content: "\F33e";
222 #bottom-bar #nav-item-top a::before {
223 content: "\F062";
225 #bottom-bar #nav-item-prev a::before,
226 #top-nav-bar a.nav-item-prev::before {
227 content: "\F060";
229 #bottom-bar #nav-item-next a::before,
230 #top-nav-bar a.nav-item-next::before {
231 content: "\F061";
233 #bottom-bar #nav-item-last a::before,
234 #top-nav-bar a.nav-item-last::before {
235 content: "\F340";
237 #bottom-bar #nav-item-next a::before {
238 margin-left: -2em;
239 margin-right: 0;
240 left: 3.8em;
242 #bottom-bar #nav-item-last a::before {
243 margin-left: -1.8em;
244 margin-right: 0;
245 left: 3.4em;
248 /*= Hover tooltips =*/
250 #top-nav-bar a {
251 position: relative;
253 #top-nav-bar a::after {
254 bottom: calc(100% - 3px);
255 content: attr(data-target-page);
257 #top-nav-bar a::after {
258 display: block;
259 position: absolute;
260 font-size: 0.75rem;
261 width: 100%;
262 line-height: 1;
263 visibility: hidden;
265 #top-nav-bar a:hover::after,
266 #bottom-bar a:hover::after {
267 visibility: visible;
270 /*=-----------------------=*/
271 /*= Decorative bottom bar =*/
272 /*=-----------------------=*/
273 /* (On short pages with no pagination) */
275 #bottom-bar.decorative {
276 position: relative;
278 #bottom-bar.decorative .nav-item {
279 display: none;
282 /*=------------=*/
283 /*= Search tab =*/
284 /*=------------=*/
286 #nav-item-search {
287 flex: 4 1 auto;
289 #nav-item-search form::before {
290 content: "\F002";
291 font-family: "Font Awesome", "Font Awesome 5 Free";
292 font-weight: 900;
293 display: inline-block;
294 vertical-align: top;
295 height: 23px;
296 width: 23px;
298 #nav-item-search input {
299 height: 23px;
300 width: calc(95% - 80px);
301 padding: 1px 4px;
303 #nav-item-search button {
304 height: 21px;
307 /*=-----------=*/
308 /*= Login tab =*/
309 /*=-----------=*/
311 #nav-item-login {
312 position: relative;
313 padding-right: 0.5em;
316 /*******************/
317 /* INBOX INDICATOR */
318 /*******************/
320 #inbox-indicator {
321 position: absolute;
322 top: 1px;
323 right: 0;
324 height: 100%;
325 visibility: hidden;
327 #inbox-indicator::before {
328 content: "\F0E0";
329 font-family: "Font Awesome", "Font Awesome 5 Free";
330 color: #bbb;
331 font-size: 1.1875rem;
332 position: absolute;
333 height: 100%;
334 right: 0;
335 top: 0;
336 padding: 0 0.45em;
337 visibility: visible;
338 font-weight: 900;
340 #inbox-indicator.new-messages::before {
341 color: #f00;
342 text-shadow:
343 0 0 1px #777,
344 0.5px 0.5px 1px #777;
346 a#inbox-indicator:hover::before {
347 color: #fff;
348 text-shadow:
349 0 0 1px #000,
350 0 0 2px #000,
351 0 0 4px #000,
352 0 0 1px #777,
353 0.5px 0.5px 1px #777;
355 a#inbox-indicator.new-messages:hover::before {
356 text-shadow:
357 0 0 1px #f00,
358 0 0 2px #f00,
359 0 0 4px #f00,
360 0 0 1px #777,
361 0.5px 0.5px 1px #777;
364 /****************/
365 /* PAGE TOOLBAR */
366 /****************/
368 .page-toolbar {
369 font-size: 0.9em;
370 line-height: 1.8;
371 text-align: right;
372 margin-right: -20px;
374 #content > .page-toolbar {
375 grid-column: 3;
376 grid-row: span 3;
378 #content.user-page > .page-toolbar {
379 grid-column: 2 / span 2;
380 order: -4;
383 /*=--------------------------=*/
384 /*= Page toolbar items (all) =*/
385 /*=--------------------------=*/
387 .page-toolbar > * {
388 display: inline-block;
389 margin-left: 1.5em;
391 .page-toolbar > form button {
392 padding: 0;
393 text-align: right;
394 white-space: unset;
396 .page-toolbar > form button::before {
397 text-align: center;
399 .page-toolbar .button::before {
400 font-family: "Font Awesome", "Font Awesome 5 Free";
401 font-size: 0.9em;
402 padding-right: 0.3em;
405 /*=-------------------------------=*/
406 /*= Page toolbar items (specific) =*/
407 /*=-------------------------------=*/
409 .new-post::before {
410 content: '\F067';
411 font-weight: 900;
413 .new-private-message::before {
414 content: '\F075';
415 font-weight: 400;
417 .logout-button::before {
418 content: '\F2F5';
419 font-weight: 900;
421 #enable-push-notifications::before {
422 content: '\F0F3';
423 font-weight: 400;
425 .ignore-button::before {
426 content: "\F070";
427 font-weight: 400;
429 .unignore-button::before {
430 content: "\F06E";
431 font-weight: 400;
433 .rss::before {
434 content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiANCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIGlkPSJSU1NpY29uIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+DQo8ZGVmcz4NCjxsaW5lYXJHcmFkaWVudCB4MT0iMC4wODUiIHkxPSIwLjA4NSIgeDI9IjAuOTE1IiB5Mj0iMC45MTUiIGlkPSJSU1NnIj4NCjxzdG9wICBvZmZzZXQ9IjAuMCIgc3RvcC1jb2xvcj0iI0UzNzAyRCIvPjxzdG9wICBvZmZzZXQ9IjAuMTA3MSIgc3RvcC1jb2xvcj0iI0VBN0QzMSIvPg0KPHN0b3AgIG9mZnNldD0iMC4zNTAzIiBzdG9wLWNvbG9yPSIjRjY5NTM3Ii8+PHN0b3AgIG9mZnNldD0iMC41IiBzdG9wLWNvbG9yPSIjRkI5RTNBIi8+DQo8c3RvcCAgb2Zmc2V0PSIwLjcwMTYiIHN0b3AtY29sb3I9IiNFQTdDMzEiLz48c3RvcCAgb2Zmc2V0PSIwLjg4NjYiIHN0b3AtY29sb3I9IiNERTY0MkIiLz4NCjxzdG9wICBvZmZzZXQ9IjEuMCIgc3RvcC1jb2xvcj0iI0Q5NUIyOSIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjwvZGVmcz4NCjxyZWN0IHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiByeD0iNTUiIHJ5PSI1NSIgeD0iMCIgIHk9IjAiICBmaWxsPSIjQ0M1RDE1Ii8+DQo8cmVjdCB3aWR0aD0iMjQ2IiBoZWlnaHQ9IjI0NiIgcng9IjUwIiByeT0iNTAiIHg9IjUiICB5PSI1IiAgZmlsbD0iI0Y0OUM1MiIvPg0KPHJlY3Qgd2lkdGg9IjIzNiIgaGVpZ2h0PSIyMzYiIHJ4PSI0NyIgcnk9IjQ3IiB4PSIxMCIgeT0iMTAiIGZpbGw9InVybCgjUlNTZykiLz4NCjxjaXJjbGUgY3g9IjY4IiBjeT0iMTg5IiByPSIyNCIgZmlsbD0iI0ZGRiIvPg0KPHBhdGggZD0iTTE2MCAyMTNoLTM0YTgyIDgyIDAgMCAwIC04MiAtODJ2LTM0YTExNiAxMTYgMCAwIDEgMTE2IDExNnoiIGZpbGw9IiNGRkYiLz4NCjxwYXRoIGQ9Ik0xODQgMjEzQTE0MCAxNDAgMCAwIDAgNDQgNzMgViAzOGExNzUgMTc1IDAgMCAxIDE3NSAxNzV6IiBmaWxsPSIjRkZGIi8+DQo8L3N2Zz4NCg==');
435 display: inline-block;
436 width: 1em;
437 padding-right: 0.2em;
438 position: relative;
439 top: 1px;
442 /*********************/
443 /* TOP PAGINATION UI */
444 /*********************/
446 #top-nav-bar {
447 grid-column: 2;
448 margin: 0.25em 0 0 0;
449 padding: 0.75em 0 0 0;
450 text-align: center;
451 font-size: 1.25em;
452 display: flex;
453 justify-content: center;
455 #top-nav-bar a {
456 line-height: 1;
458 #top-nav-bar a.disabled {
459 pointer-events: none;
460 visibility: hidden;
462 #top-nav-bar .page-number {
463 position: relative;
464 display: inline-block;
465 width: 1.5em;
467 #top-nav-bar .page-number-label {
468 position: absolute;
469 font-size: 0.5em;
470 text-transform: uppercase;
471 width: 100%;
472 bottom: 90%;
473 left: 0;
475 #top-nav-bar a::before {
476 margin: 0.5em;
477 display: inline-block;
480 /****************/
481 /* SUBLEVEL NAV */
482 /****************/
484 .sublevel-nav {
485 text-align: center;
486 display: flex;
487 justify-content: center;
488 margin: 1em 0 0 0;
490 #content > .sublevel-nav:not(.sort) {
491 grid-column: 2;
492 align-self: start;
494 .sublevel-nav .sublevel-item {
495 flex: 0 0 6em;
496 padding: 0.125em 0.5em;
497 font-size: 1.125rem;
499 .sublevel-nav .sublevel-item:active {
500 transform: none;
502 .sublevel-nav .sublevel-item.selected {
503 cursor: default;
506 /***********************/
507 /* SORT ORDER SELECTOR */
508 /***********************/
510 .sublevel-nav.sort {
511 position: relative;
512 margin-top: 8px;
513 font-size: 0.75em;
515 #content > .sublevel-nav.sort {
516 grid-column: 3;
517 grid-row: span 2;
518 justify-self: end;
519 align-self: start;
520 flex-flow: column;
522 #content.index-page > .sublevel-nav.sort {
523 grid-column: 1;
524 justify-self: start;
525 flex-flow: row;
528 .sublevel-nav.sort::before {
529 content: "Sort";
530 font-size: 0.75rem;
531 position: absolute;
532 top: 0;
533 left: 0;
534 width: 100%;
536 .sublevel-nav.sort .sublevel-item {
537 line-height: 1;
538 font-size: 0.875rem;
539 flex-basis: unset;
542 /*******************************/
543 /* COMMENTS SORT MODE SELECTOR */
544 /*******************************/
546 .comments > .sublevel-nav.sort {
547 margin: 1em auto 0 auto;
549 @supports (width: -moz-fit-content) {
550 .comments > .sublevel-nav.sort {
551 width: -moz-fit-content;
554 @supports (width: fit-content) {
555 .comments > .sublevel-nav.sort {
556 width: fit-content;
561 /**********************/
562 /* DARK MODE SELECTOR */
563 /**********************/
565 #dark-mode-selector {
566 position: absolute;
567 top: 4px;
568 right: -78px;
569 display: flex;
570 opacity: 0.4;
572 #dark-mode-selector:hover {
573 opacity: 1.0;
576 /*=---------=*/
577 /*= Buttons =*/
578 /*=---------=*/
580 #dark-mode-selector button {
581 font-family: "Font Awesome", "Font Awesome 5 Free";
582 font-size: 1.125rem;
583 width: 24px;
584 height: 24px;
585 padding: 0;
586 line-height: 1;
587 font-weight: 400;
589 #dark-mode-selector button.select-mode-auto {
591 #dark-mode-selector button.select-mode-light {
592 font-size: 1.25rem;
593 padding: 1px 0 0 1px;
595 #dark-mode-selector button.select-mode-dark {
596 font-weight: 300;
597 font-size: 1.25rem;
598 padding: 1px 0 0 4px;
600 #dark-mode-selector button.select-mode-dark.selected {
601 font-weight: 400;
603 #dark-mode-selector button:disabled:active {
604 transform: none;
606 #dark-mode-selector button:disabled:hover {
607 cursor: default;
610 /*=----------------=*/
611 /*= Hover tooltips =*/
612 /*=----------------=*/
614 #dark-mode-selector button::after {
615 content: attr(data-name);
616 font-family: 'Concourse', 'a_Avante', 'GW-Symbols';
617 font-weight: normal;
618 position: absolute;
619 display: block;
620 left: 0;
621 width: 100%;
622 text-align: center;
623 top: 92px;
624 font-size: 1rem;
625 visibility: hidden;
627 #dark-mode-selector button.selected::after {
628 content: attr(data-name) " (selected)";
630 #dark-mode-selector button:hover:not(:active)::after {
631 visibility: visible;
635 /******************/
636 /* WIDTH SELECTOR */
637 /******************/
639 #width-selector {
640 position: absolute;
641 top: 40px;
642 right: -78px;
644 #width-selector button {
645 width: 22px;
646 height: 22px;
647 padding: 6px;
648 margin: 1px;
649 overflow: hidden;
650 background-repeat: no-repeat;
651 background-size: 100%;
652 background-origin: content-box;
654 #width-selector button,
655 #width-selector button:active,
656 #width-selector button:focus {
657 text-shadow: none;
658 color: transparent;
660 #width-selector button:disabled {
661 cursor: auto;
663 #width-selector button.select-width-normal {
664 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIqnI+py+0PU5hB0Sqp1Xlu32HI9YkHGZZqyo6cC8Kmgcqr3Z5vxPf+nygAADs=');
666 #width-selector button.select-width-wide {
667 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIrnI+py+0PT5jB0TqupUY37zEg95HhMk6bmpGi6aIw+7KnkmK1HvX+DzwUAAA7');
669 #width-selector button.select-width-fluid {
670 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIwnI+py+0/ApIwUGOfvTGzzYELGIoTiZpdylJte7xoQp7beMc5XnL4CYlMgsSisVEAADs=');
673 /*=----------------=*/
674 /*= Hover tooltips =*/
675 /*=----------------=*/
677 #width-selector button::after {
678 content: attr(data-name);
679 position: absolute;
680 display: block;
681 left: 0;
682 width: 100%;
683 text-align: center;
684 top: 56px;
685 visibility: hidden;
687 #width-selector button.selected::after {
688 content: attr(data-name) " (selected)";
690 #width-selector button:hover:not(:active)::after {
691 visibility: visible;
694 head.content-width-normal + body > * {
695 max-width: 900px;
697 head.content-width-wide + body > * {
698 max-width: 1150px;
700 head.content-width-fluid + body > * {
701 max-width: calc(100% - 300px);
704 /******************/
705 /* THEME SELECTOR */
706 /******************/
708 #theme-selector {
709 position: absolute;
710 top: 3px;
711 left: -41px;
712 opacity: 0.4;
713 display: table;
714 max-width: 40px;
716 #theme-selector:hover {
717 opacity: 1.0;
720 /*=----------------------=*/
721 /*= Theme select buttons =*/
722 /*=----------------------=*/
724 .theme-selector button {
725 display: table-cell;
726 width: 26px;
727 height: 26px;
728 padding: 5px;
729 margin: 1px 7px 0 7px;
730 color: transparent;
731 background-size: 16px 16px;
732 background-origin: content-box;
734 .theme-selector button,
735 .theme-selector button:hover,
736 .theme-selector button:active,
737 .theme-selector button:focus {
738 text-shadow: none;
739 color: transparent;
741 .theme-selector button:disabled {
742 cursor: auto;
745 /*=----------------------------=*/
746 /*= Pre-rendered button images =*/
747 /*=----------------------------=*/
748 /* (Each is just a capital letter A through whatever) */
750 .theme-selector button:nth-of-type(1) {
751 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPYAMQAAAAAAIwAAPgAAXAAAZAAAdAMchQMedAgyjQg0fA1ZsQ5hsSMAACdyujYAADmDxD0AAUGVzU6VzVoAAV6n4WIAAXIAAn/E64MgA4fE65Q8BJjGsZjN9ZnX/51MBJ5kJKHh/6ZLBadbJLBjJLPr/7l0JLzr/8b1/87Ozs7X4c/s69aXTdn//+CpZOCzZOHh4eL//+mydOvizuvr4ez///TFhfTPl/X///7ssv7su//2xP/2zv//2P//4f//6///9f///9GZfwAAQKS0df9/AABA/7bRmX8AAOB8tHX/fwAAQAoTUf9/AAClfu6S/38AACcAAAAAAAAAIFRt0QEAAABApLR1/38AAFhu75L/fwAAwAoTUf9/AAB6We6S/38AANAKE1H/fwAAelnukv9/AAAIAAAAAAAAAAAAAAAAAAAAw5+/neBPABQAAAAAAAAAALDhvNBmRklHTk9LRwAAAAAAAAAA/38AALJyKw8BAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAIAAgAAAHrIBAgoOEhYaHiImKi4yNjo+QkZKTlJWGMiiZKZaEPRUAoAEmnII2oKcUpEAlp6AIN5w8E60AASScNaEbswASnCOgBDAhoAY0lTsQoAtALqcglTGnF0A5DqAPlR6htz0WoAUwkzrXtK0cky3mtA2SPxrrrQMskTgMoAkqL/szH6cZkVacilAoFygFkHxgONWhUDJQAk480qEMwAFxhUScQqeqo8ePIEOKHElSUCAAOw==');
753 .theme-selector button:nth-of-type(2) {
754 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMerbtOrlvOrq4Orq6uvq6uy8e+zq6u23cu3Bi+3Vzu3e6u3q6u7Lo+/U1/DOzvDq6vLe6vLj6vLq6vO6q/O6tPTI4PTe6vZlCfZqCfaTcvbN6vbT6vdTCfhPCfhTCfh3XPirtPi+4PlPCflTCfllOvlpNPlyVvlyXPlzSPmbq/pPCfpTCfp6gvqMtPtMa/tNSPtNVftOIvtONPtOOvtPCftoVvt4o/uHtPxYgvxbOvxwm/x4owEAAABApLR1/38AACwAAAAAIAAgAAAGn8CBcEgsGo/IpHLJbDqf0Kh0Sq0OE45stqGwDgQcmnhMk6UWVMGFzNYRpmpaDESZZFRjDXz9igwDHWIhezQzFkRrNINScTMSQwhiMRuENDUmKCNjLWmJbDQuD51iOSQkK3I0MBCEM35CDCJiN62HQwdiOGhRjbZCBbm7UI2PQgAeYjuVJx8fJWSLvJ6fNgZwGJ8xLBVe3d7f4OHi4+TeQQA7');
756 .theme-selector button:nth-of-type(3) {
757 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMXVzX3V0X3V1aHV1bHV1dXhxV3h1dYBvS4BwX4BybIB1dYdtR4duS4hycIh1dYxvbIxwbIxydZNxcJhwcKhtX6xrV7BgILBraLBsaLlfHrlpT7lwdbxudcFvdcVgOMpmU8pnV85kU9JjRNtYIdtiS9tobNtocOBocORWHuRaMelQCO1PCO1eW/JPCPJSCPJZSPJbVPJdX/dTOfdbW/tOHvtOIftPCftPKPtRSPxTSPxUSzD4DwEAAABApLR1/38AACwAAAAAIAAgAAAGjkCCcEgsGo/IpHLJbDqf0Kh0Sq0eE5VPCHSJWAmIkW1MtsEUVEZ5rUNLAyvyC0PRoGwmaoZcKjYMUwIqYzFfRAdjNRuGQwtjOQ6MQo42OJGSlJaSBJSQm4g2NB2bgmMzmwQWZCxuQg2tUQAtZDckIikuNidVBbNrY3lVAx6/MhyMDxMQErCozs/Q0dLTT0EAOw==');
759 .theme-selector button:nth-of-type(4) {
760 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQEA5AEA5QEA5wEA6QYh5AYi3go+3BsA6RwY5SoA6TJo0jJu0joX6Txn2z120Ese6U1u1019z1YA6VhR41qFy15t22Ut6WZ1122bxm2byHEc6XObxHupxIZP6YeD3oipxoiywoxP55Ne55SR15tk5ptk55tr5qOhz6TBwamQ3qmoz6qxyKq4wrGJ4rLBwbin1rnBwcC318C4y8HAx8HAzsHBwcHBwsHBxIBYjdOZfwAAQDcTUf9/AACAPPGS/38AACwAAAAAIAAgAAAGkcCacEgsGo/IpHLJbDqf0Kh0Sq0OZaps9rSyCkuDsHgguMCqprE68KGmB43RyPMYg6bvDTF1CBvwYRlFLWIcUm+CRDQSgYeNRDYhYQuOA4lEImERlZdDJGEKnEUzGmEUokQxCWEYqEI3HWEAKJV6Qi8WYg6AAwQTEwxjBS68amEQZ8ViCBUsXs/Q0dLT1NXW0EEAOw==');
762 .theme-selector button:nth-of-type(5) {
763 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAAAAAANwAAPgAATAMjNyQ0dCQ3Pjc3Nzc7fDhMXD4+Pkw+PltMXGRkZIapsYfD9YsfA5DN9ZQ8BJVMBJjN9bGxsbPh9bu7u8b1/8///9j1/9n//+HX4eHh4eL//+z///Xr4f//9f///zuAzZl/AABgO4DNmX8AAAEAAAAAAAAAwAkTUf9/AABfjBuN/38AAAAAAAAAAAAAAgAAAAEAAAAA3kQRAQAAAAQAAAABAAAAADD4DwEAAABApLR1/38AACwAAAAAIAAgAAAGekCRcEgsGo/IpHLJbDqf0Kh0Sq0SQZ2stsP5VEMQgHgsfnwlZLKZGkIDHJeKvKI5AwYZa7ENEGD0RHwCeYBCfAAGCwqLCB52aQABf2xuBAeXBwUbdoOFhmh+niKCk4WChKZuCQ2sDQwWj5ARXxOQYhSiubq7vL2+v3pBADs=');
765 .theme-selector button:nth-of-type(6) {
766 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMVUADlUYkVU5iFU6eVtysVuDw2WMy26My26Vy3OVy6+VoK+foK+oqb+xscDD3cXFusbX7+HX3eHh3eHh7+zr5uz17/HPkfHPmfP/+f//7///+QkTUf9/AAAd8ICJ/38AACwAAAAAIAAgAAAFYaAmjmRpnmiqrmzrvnAsz3RNZpGk79JkW4CgMBjA1C7DYfEYFDwa0IbDhgQgbKbqAVuqXrmjKqFCKVOMzGTQQFUHC23AgLGoKyDxL1ij3Yv6foB7gmBVCX6IiYqLjI2OiSEAOw==');
768 .theme-selector button:nth-of-type(7) {
769 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPYAMUOBp0OFp0R8W0R8YER9PER9S0SDd1J9PFKTwFKYwFKYx2V8PGWAPGaKfGedu2edwHB8PH2oyIB8PIB/PYZ8PYaWYIelrpGDPZKWW5Kdm56WYJ6Zg6u0yLCoora1tLfF1bfg9729u72+tMO1tMPFyMTs/8mxj8rCtMvs/9H1/9W+otf1/9f6/9yubN3b4uPWz+Pg3OTk4uro8PHs8PL///bTovbTp/fXp/fcrvfhtPfx6vfx8Pf19/f69/f6//j///7tz/7t1f/y3P/19//21f//3P//4v//9////3X/fwAA8CwTUf9/AAClfu6S/38AACcAAAAAAAAAEEy/0QEAAABApLR1/38AAFhu75L/fwAAcC0TUf9/AAB6We6S/38AAIAtE1H/fwAAelnukv9/AAAIAAAAAAAAAAAAAAAAAAAAw5+/neBPABQAAAAAAAAAABAGYdFmRklHTk9LRwAAAAAAAAAA/38AALJyKw8BAAAAAAAAAAAAAAAAAAAAAAAAACwAAAAAIAAgAAAHwYBIgoOEhYaHiImKi4yNjo+QkZKTlJWGRy8jHiEkLj+WRyYHBKSlBA+fkkATpq0Ik0YSpQYfMTAnGgQgky2lEamDQ5NFEKQKloU5pAIoyIQ2pAHAPD3VPT6SN6QAqTitAyyR2gTcgjXfKZHQBNKCQRsZGKQDK5HKBAIlhcQE9JFGFEglKERkQb96kXqRckBjED9//2QtsyCiQ4V5CCMJudDKlIB0k46oYNCqQAMODS3pkLFjBg9nMGPKnEmzps1IgQAAOw==');
771 .theme-selector button:nth-of-type(8) {
772 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMYG3rIG4ioG4joG4koG5hIG5h4G5r4G7r4S4ioS5hIS5h4S6joi4h4i5hIy5hIy6h4y8jo+4hJa4hKm4hKy8hLG8hNXz/9X4/+Hi4uHi6uHl7eji4vHq4vL///b///r////z1v/41v/42v/+2v//9v///xNR/38AAAUAAAAAAAAAwAkTUf9/AABfjBuN/38AAAAAAAAAAAAAAgAAAAEAAAAA3kQRAQAAAAQAAAABAAAAADD4DwEAAABApLR1/38AACwAAAAAIAAgAAAGl8CScEgsGo/IpHLJbDqf0Kh0Sq0KOZjMx7jBaKSkCSFgKYIaBEAnSqoQBGViKEI4eNhueHFOMNyhbW9xQ3x+eIJmdIaAeRdFIw59f0+BBAsQmJgPBJKHnJ+gnYycBQwKpwgJnIuUeYNCIZGsToF6coqTtK57uIe2hL2jv7DBlBSIcrK5TYEDryUiEnXLVtXW19jZ2tvc2EEAOw==');
775 /*=------------------------------=*/
776 /*= Theme select button tooltips =*/
777 /*=------------------------------=*/
778 /* (with the name & description of the theme that each button selects) */
780 #theme-selector button {
781 position: relative;
782 z-index: 1;
784 #theme-selector button::before {
785 content: attr(data-theme-name);
786 position: absolute;
787 top: 0;
788 right: 100%;
789 padding: 5px 6px 6px 6px;
790 line-height: 1;
791 width: 6em;
792 text-align: right;
793 z-index: 1;
794 visibility: hidden;
796 #theme-selector:hover button::before {
797 visibility: visible;
799 #theme-selector:hover ~ #theme-tweaker-toggle,
800 #theme-selector:active ~ #theme-tweaker-toggle {
801 z-index: -1;
804 /************************/
805 /* THEME TWEAKER TOGGLE */
806 /************************/
808 #theme-tweaker-toggle {
809 position: absolute;
810 top: 7px;
811 left: -75px;
813 #theme-tweaker-toggle button {
814 font-family: "Font Awesome", "Font Awesome 5 Free";
815 font-weight: 900;
816 font-size: 1.25rem;
817 opacity: 0.4;
818 z-index: 1;
820 #theme-tweaker-toggle button:hover {
821 opacity: 1.0;
824 /*******************/
825 /* QUICKNAV WIDGET */
826 /*******************/
828 #quick-nav-ui {
829 position: absolute;
830 right: -67px;
831 bottom: 20px;
833 #quick-nav-ui a {
834 font-family: "Font Awesome", "Font Awesome 5 Free";
835 font-weight: 900;
836 font-size: 1.5rem;
837 line-height: 1.7;
838 text-align: center;
839 display: block;
840 width: 40px;
841 height: 40px;
842 margin: 10px 0 0 0;
844 #quick-nav-ui a[href='#comments'].no-comments {
845 pointer-events: none;
847 #quick-nav-ui a {
848 visibility: hidden;
850 #content.post-page ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
851 visibility: visible;
854 /************************/
855 /* NEW COMMENT QUICKNAV */
856 /************************/
858 #new-comment-nav-ui {
859 position: absolute;
860 right: -112px;
861 bottom: 42px;
863 #new-comment-nav-ui > * {
864 display: block;
865 position: relative;
867 #new-comment-nav-ui.no-comments {
868 display: none;
871 /*=--------------------=*/
872 /*= New comments count =*/
873 /*=--------------------=*/
875 #new-comment-nav-ui .new-comments-count {
876 width: 2em;
877 font-size: 1.25rem;
878 line-height: 1.1;
879 text-align: center;
880 left: 1px;
881 cursor: pointer;
883 #new-comment-nav-ui .new-comments-count::selection {
884 background-color: transparent;
886 #new-comment-nav-ui .new-comments-count::after {
887 content: "NEW";
888 display: block;
889 font-size: 0.625rem;
892 /*=-----------------------------------=*/
893 /*= Next/previous new comment buttons =*/
894 /*=-----------------------------------=*/
896 #new-comment-nav-ui .new-comment-sequential-nav-button {
897 font-size: 1.75rem;
898 font-family: "Font Awesome", "Font Awesome 5 Free";
899 font-weight: 900;
900 width: 1.5em;
901 z-index: 5001;
903 #new-comment-nav-ui .new-comment-previous {
904 top: 8px;
906 #new-comment-nav-ui .new-comment-next {
907 bottom: 6px;
909 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
910 cursor: auto;
911 pointer-events: none;
914 /*******************/
915 /* HNS DATE PICKER */
916 /*******************/
918 #hns-date-picker {
919 position: absolute;
920 bottom: 72px;
921 right: -253px;
922 opacity: 0.6;
924 #hns-date-picker:hover,
925 #hns-date-picker:focus-within {
926 opacity: 1.0;
928 #hns-date-picker.no-comments {
929 display: none;
932 /*=---------------=*/
933 /*= "Since" label =*/
934 /*=---------------=*/
936 #hns-date-picker span {
937 display: block;
938 font-size: 0.75rem;
939 text-transform: uppercase;
942 /*=--------------------=*/
943 /*= "Since" text field =*/
944 /*=--------------------=*/
946 #hns-date-picker input {
947 margin-top: 1px;
948 padding: 1px 3px;
949 width: 140px;
950 text-align: center;
951 box-shadow: 0 0 0 1px transparent;
954 /************************/
955 /* ANTI-KIBITZER TOGGLE */
956 /************************/
958 #anti-kibitzer-toggle {
959 position: absolute;
960 right: -67px;
961 bottom: 225px;
963 #anti-kibitzer-toggle button {
964 display: block;
965 width: 40px;
966 height: 54px;
967 padding: 0;
969 #anti-kibitzer-toggle button::before,
970 #anti-kibitzer-toggle button::after {
971 font-family: "Font Awesome", "Font Awesome 5 Free";
973 #anti-kibitzer-toggle button::before {
974 content: "\F06E";
975 display: block;
976 font-size: 1.75em;
977 font-weight: 400;
979 #anti-kibitzer-toggle button::after {
980 content: "\F007\2004\F164";
981 font-size: 0.875em;
982 font-weight: 900;
984 #anti-kibitzer-toggle.engaged button::before {
985 content: "\F070";
988 #anti-kibitzer-toggle button::before,
989 #anti-kibitzer-toggle button::after {
990 background-color: var(--GW-toggle-widget-color);
991 -webkit-background-clip: text;
992 color: transparent;
993 text-shadow: var(--GW-toggle-widget-shadow-color) 0px 1px 1px;
995 #anti-kibitzer-toggle button:hover::before,
996 #anti-kibitzer-toggle button:hover::after {
997 background-color: var(--GW-toggle-widget-hover-color);
1000 /************************/
1001 /* TEXT SIZE ADJUSTMENT */
1002 /************************/
1004 #text-size-adjustment-ui {
1005 position: absolute;
1006 top: 64px;
1007 right: -78px;
1008 opacity: 0.4;
1010 #text-size-adjustment-ui:hover {
1011 opacity: 1.0;
1014 /* This doesn't work in Mozilla browsers, so hide it */
1015 @supports (-moz-appearance: none) {
1016 #text-size-adjustment-ui {
1017 display: none;
1021 /*=---------=*/
1022 /*= Buttons =*/
1023 /*=---------=*/
1025 #text-size-adjustment-ui button {
1026 font-weight: 900;
1027 font-family: "Font Awesome", "Font Awesome 5 Free";
1028 font-size: 0.75rem;
1029 width: 24px;
1030 height: 24px;
1031 padding: 0;
1033 #text-size-adjustment-ui button.default {
1034 font-family: inherit;
1035 font-size: 1.125rem;
1036 position: relative;
1037 top: 1px;
1039 #text-size-adjustment-ui button:disabled {
1040 opacity: 0.5;
1042 #text-size-adjustment-ui button:disabled:hover {
1043 cursor: default;
1046 /*=----------------=*/
1047 /*= Hover tooltips =*/
1048 /*=----------------=*/
1050 #text-size-adjustment-ui::after {
1051 content: "Adjust text size";
1052 position: absolute;
1053 display: block;
1054 left: 0;
1055 width: 100%;
1056 text-align: center;
1057 top: 32px;
1058 visibility: hidden;
1059 font-size: 0.9em;
1061 #text-size-adjustment-ui:hover::after {
1062 visibility: visible;
1065 /*******************************/
1066 /* COMMENTS VIEW MODE SELECTOR */
1067 /*******************************/
1069 #comments-view-mode-selector {
1070 position: absolute;
1071 bottom: 30px;
1072 left: -40px;
1073 opacity: 0.6;
1075 #comments-view-mode-selector:hover {
1076 opacity: 1.0;
1079 /*=---------=*/
1080 /*= Buttons =*/
1081 /*=---------=*/
1083 #comments-view-mode-selector a {
1084 display: block;
1085 font-family: "Font Awesome", "Font Awesome 5 Free";
1086 font-size: 1.25rem;
1087 text-align: center;
1088 opacity: 0.4;
1089 padding: 0.25em;
1090 z-index: 1;
1092 #comments-view-mode-selector a.threaded {
1093 transform: scaleY(-1);
1094 font-weight: 900;
1096 #comments-view-mode-selector a.chrono {
1097 font-weight: normal;
1099 #comments-view-mode-selector a.selected,
1100 #comments-view-mode-selector a:hover {
1101 opacity: 1.0;
1102 text-decoration: none;
1104 #comments-view-mode-selector a.selected {
1105 cursor: default;
1108 /*****************/
1109 /* KEYBOARD HELP */
1110 /*****************/
1112 #keyboard-help-overlay {
1113 width: 100vw;
1114 height: 100vh;
1115 background-color: rgba(0,0,0,0.7);
1116 position: fixed;
1117 left: 0;
1118 top: 0;
1119 z-index: 5001;
1121 display: flex;
1122 justify-content: center;
1123 align-items: center;
1124 padding: 20px 30px 30px 20px;
1126 visibility: hidden;
1129 #keyboard-help-overlay .keyboard-help-container {
1130 background-color: #fff;
1131 filter: drop-shadow(4px 4px 2px #000);
1132 flex: 1 1 auto;
1133 max-width: 1500px;
1134 max-height: 100%;
1135 overflow-y: auto;
1136 position: relative;
1138 #keyboard-help-overlay .keyboard-help-container h1 {
1139 text-align: center;
1140 border-bottom: 1px solid #ddd;
1141 margin: 0;
1142 padding: 10px 20px;
1144 #keyboard-help-overlay .keyboard-help-container .note {
1145 margin: 0.5em auto;
1146 padding: 0 1em;
1147 width: fit-content;
1149 #keyboard-help-overlay .keyboard-help-container .keyboard-shortcuts-lists {
1150 column-width: 21em;
1151 column-count: auto;
1152 column-gap: 1.5em;
1153 border-top: 1px solid #ddd;
1154 padding: 15px 20px;
1156 #keyboard-help-overlay .keyboard-help-container ul {
1157 list-style-type: none;
1158 margin: 0;
1159 padding: 0;
1160 break-inside: avoid;
1161 white-space: nowrap;
1163 #keyboard-help-overlay .keyboard-help-container ul:nth-of-type(n+2) {
1164 margin: 20px 0 0 0;
1166 #keyboard-help-overlay .keyboard-help-container ul li.section {
1167 font-weight: bold;
1168 font-size: 1.125rem;
1169 break-after: avoid;
1171 #keyboard-help-overlay .keyboard-help-container .keys {
1172 margin: 0 0.5em 0 0;
1173 min-width: 4.5em;
1174 display: inline-block;
1176 #keyboard-help-overlay .keyboard-help-container .keys code {
1177 margin: 0 6px 0 0;
1179 #keyboard-help-overlay .keyboard-help-container code {
1180 display: inline-block;
1181 background-color: #eee;
1182 border: 1px solid #ccc;
1183 padding: 3px 8px 4px 8px;
1184 margin: 0 1px;
1186 #keyboard-help-overlay .keyboard-help-container code.ak {
1187 background-color: #ffeb83;
1188 border-color: #d4a500;
1190 #keyboard-help-overlay .keyboard-help-container code.ak::before {
1191 content: "ak+";
1192 opacity: 0.3;
1195 #nav-item-about button.open-keyboard-help {
1196 display: none;
1198 @media only screen and (hover:hover) and (pointer:fine) {
1199 #nav-item-about {
1200 position: relative;
1201 padding-right: 0.25em;
1203 #nav-item-about button.open-keyboard-help {
1204 font-family: "Font Awesome", "Font Awesome 5 Free";
1205 font-weight: 900;
1206 position: absolute;
1207 top: 0;
1208 right: 0;
1209 height: 100%;
1210 padding: 8px;
1211 display: initial;
1212 line-height: 1;
1213 background-color: transparent;
1217 #keyboard-help-overlay button.close-keyboard-help {
1218 position: absolute;
1219 right: 0;
1220 top: 0;
1221 font-family: "Font Awesome", "Font Awesome 5 Free";
1222 font-size: 1.5rem;
1223 padding: 10px 12px;
1226 /************/
1227 /* ARCHIVES */
1228 /************/
1230 .archive-nav {
1231 margin: 1.25em 0.5em 0 0.5em;
1232 padding: 0.25em;
1234 .archive-nav > * {
1235 display: flex;
1237 .archive-nav *[class^='archive-nav-item'] {
1238 line-height: 1;
1239 flex: 1 1 5%;
1240 text-align: center;
1241 padding: 6px 4px 4px 4px;
1242 max-width: 8%;
1244 @supports (-moz-appearance: none) {
1245 .archive-nav *[class^='archive-nav-item'] {
1246 padding: 5px 4px;
1249 .archive-nav-days .archive-nav-item-day {
1250 font-size: 0.8em;
1251 padding: 7px 0 5px 0;
1252 max-width: 4%;
1254 .archive-nav-days .archive-nav-item-day:first-child {
1255 flex-basis: 10%;
1258 /************/
1259 /* ARCHIVES */
1260 /************/
1262 .archive-nav {
1263 margin: 1.25em 0.5em 0 0.5em;
1264 padding: 0.25em;
1266 .archive-nav > * {
1267 display: flex;
1269 .archive-nav *[class^='archive-nav-item'] {
1270 line-height: 1;
1271 flex: 1 1 5%;
1272 text-align: center;
1273 padding: 6px 4px 4px 4px;
1274 max-width: 8%;
1276 @supports (-moz-appearance: none) {
1277 .archive-nav *[class^='archive-nav-item'] {
1278 padding: 5px 4px;
1281 .archive-nav-days .archive-nav-item-day {
1282 font-size: 0.8em;
1283 padding: 7px 0 5px 0;
1284 max-width: 4%;
1286 .archive-nav-days .archive-nav-item-day:first-child {
1287 flex-basis: 10%;
1290 /************/
1291 /* LISTINGS */
1292 /************/
1294 h1.listing {
1295 font-size: 1.875rem;
1296 line-height: 1.15;
1297 max-height: 1.15em;
1298 position: relative;
1301 h1.listing a {
1302 position: relative;
1305 /* Links to link-posts (not the link-post links themselves; that's below) */
1306 h1.listing .link-post-link + a {
1307 margin-left: 0.25em;
1310 h1.listing .link-post-link {
1311 font-size: 0.8em;
1312 display: inline;
1313 vertical-align: top;
1314 position: relative;
1315 top: 4px;
1318 /*=----------------------=*/
1319 /*= Listing hover reveal =*/
1320 /*=----------------------=*/
1321 /* (On desktops, hover over a multi-line listing to reveal all of it) */
1323 @media only screen and (min-width: 1160px) {
1324 h1.listing a {
1325 max-width: 100%;
1326 display: inline-block;
1327 white-space: nowrap;
1328 text-overflow: ellipsis;
1329 overflow: hidden;
1330 border-bottom: 1px solid transparent;
1331 -webkit-hyphens: auto;
1332 -moz-hyphens: auto;
1333 -ms-hyphens: auto;
1334 hyphens: auto;
1335 z-index: 1;
1336 padding: 0 0 1px 1px;
1338 h1.listing .link-post-link + a {
1339 max-width: calc(100% - 40px);
1341 h1.listing a:hover,
1342 h1.listing a:focus {
1343 text-decoration: dotted underline;
1344 white-space: initial;
1345 overflow: visible;
1346 z-index: 2;
1348 h1.listing:focus-within::before {
1349 content: "\F105";
1350 font-family: "Font Awesome", "Font Awesome 5 Free";
1351 display: block;
1352 position: absolute;
1353 left: -0.75em;
1356 /* Adds hysteresis to the hover area (i.e., prevents oscillation due to small
1357 mouse movements) */
1359 h1.listing a:not(.edit-post-link):hover::before {
1360 content: "";
1361 position: absolute;
1362 top: -10px;
1363 right: -10px;
1364 bottom: -10px;
1365 left: -10px;
1366 z-index: -1;
1368 h1.listing .link-post-link:hover {
1369 text-decoration: none;
1373 /*=-----------------------=*/
1374 /*= In-listing edit links =*/
1375 /*=-----------------------=*/
1377 h1.listing .edit-post-link {
1378 position: absolute;
1379 margin: 0;
1382 /*=---------------------------------=*/
1383 /*= Error messages on listing pages =*/
1384 /*=---------------------------------=*/
1386 .listing-message {
1387 width: 100%;
1388 text-align: center;
1389 padding: 1.25em 0 1.25em 0;
1390 font-size: 1.375em;
1393 /*********************/
1394 /* LISTING POST-META */
1395 /*********************/
1397 h1.listing + .post-meta {
1398 position: relative;
1399 justify-content: flex-start;
1400 margin: 0 20px 0 21px;
1403 h1.listing + .post-meta > * {
1404 margin: 0 1em 0 0;
1407 h1.listing + .post-meta .post-section {
1408 width: 0;
1409 margin: 0;
1410 overflow: hidden;
1412 h1.listing + .post-meta .post-section::before {
1413 position: absolute;
1414 left: -36px;
1417 h1.listing + .post-meta .read-time {
1418 cursor: default;
1421 /********************/
1422 /* SEQUENCES & TAGS */
1423 /********************/
1425 .sequence-text, .tag-description {
1426 font-size: 1.2rem;
1427 padding: 0 22px;
1430 #content.tag-index-page .tag-description {
1431 margin: 1em 0 0;
1434 section {
1435 max-width: 100%;
1436 margin-top: 2em;
1437 margin-bottom: 4em;
1440 h1.sequence-chapter {
1441 font-size: 2.3rem;
1444 article {
1445 max-width: 100%;
1448 .index-page .post-meta + .comments {
1449 margin-top: 3em;
1452 .tag-list {
1453 column-count: auto;
1454 column-width: 15em;
1455 margin-top: 0;
1456 border-bottom: 1px solid #999;
1457 padding-bottom: 1em;
1458 margin-bottom: 0;
1461 #content.sequence-page h1 {
1462 margin-top: 0.1em;
1465 /**************/
1466 /* USER PAGES */
1467 /**************/
1469 /*=---------------------=*/
1470 /*= User's display name =*/
1471 /*=---------------------=*/
1473 #content.user-page h1.page-main-heading {
1474 margin: 0.25em 0 0 0;
1475 line-height: 1.1;
1476 grid-column: 1 / span 2;
1477 order: -2;
1480 #content.user-page h1.page-main-heading .user-full-name {
1481 font-size: 1rem;
1482 font-weight: normal;
1483 padding-left: 0.5em;
1486 /*=--------------------=*/
1487 /*= User's karma total =*/
1488 /*=--------------------=*/
1490 #content.user-page .user-stats {
1491 grid-column: 3;
1492 order: -2;
1493 text-align: right;
1494 align-self: end;
1497 #content.user-page .user-stats .karma-type {
1498 white-space: nowrap;
1501 /*=----------------------=*/
1502 /*= Expanded vs. compact =*/
1503 /*=----------------------=*/
1505 #content.user-page #comments-list-mode-selector {
1506 grid-row: span 2;
1508 #content.user-page #comments-list-mode-selector button {
1509 display: block;
1512 /*=----------------------------------------------------=*/
1513 /*= All, Posts, Comments, Drafts, Conversations, Inbox =*/
1514 /*=----------------------------------------------------=*/
1516 #content.user-page .sublevel-nav {
1517 margin-bottom: 0.5em;
1520 /*=--------------=*/
1521 /*= User's posts =*/
1522 /*=--------------=*/
1524 #content.user-page h1.listing {
1525 margin: 0.5em 0 0 0;
1528 #content.user-page .user-bio :first-child {
1529 margin-top: 0.5em;
1532 /*****************/
1533 /* CONVERSATIONS */
1534 /*****************/
1536 /*=----------------------=*/
1537 /*= List of participants =*/
1538 /*=----------------------=*/
1540 #content.conversation-page .conversation-participants {
1541 grid-column: 2 / span 2;
1542 text-align: right;
1543 margin: 0.5em 0 0 0;
1545 .post-meta > .conversation-participants {
1546 white-space: normal;
1548 .conversation-participants ul,
1549 .conversation-participants li {
1550 list-style-type: none;
1551 display: inline-block;
1552 margin: 0;
1553 padding: 0;
1555 .conversation-participants li {
1556 margin-left: 0.375em;
1558 .conversation-participants li:not(:last-of-type)::after {
1559 content: ",";
1562 /*=-------------------------=*/
1563 /*= Posting controls (form) =*/
1564 /*=-------------------------=*/
1566 #content.conversation-page .posting-controls {
1567 padding: 0 0 1em 0;
1569 #content.conversation-page .post-meta-fields {
1570 overflow: auto;
1571 display: flex;
1572 flex-flow: row wrap;
1574 .posting-controls.standalone textarea {
1575 margin-top: 0.375em;
1577 .posting-controls.standalone form {
1578 padding: 0 1em;
1580 #content.conversation-page .posting-controls.standalone form {
1581 padding: 0 1em 3em 1em;
1583 .posting-controls.standalone input[type='text'],
1584 .posting-controls.standalone label {
1585 margin: 0.25em 0;
1587 .posting-controls.standalone label {
1588 width: 4em;
1589 text-align: right;
1590 padding: 2px 6px;
1591 border: 1px solid transparent;
1593 .posting-controls.standalone input[type='text'] {
1594 width: calc(100% - 4em);
1595 padding: 0.25em;
1597 .posting-controls.standalone input[type='submit'] {
1598 float: right;
1600 .posting-controls.standalone #markdown-hints-checkbox ~ label {
1601 white-space: nowrap;
1603 .posting-controls.standalone #markdown-hints {
1604 top: calc(100% + 2em);
1607 /*=--------------------=*/
1608 /*= Conversation title =*/
1609 /*=--------------------=*/
1611 #content.conversation-page h1.page-main-heading {
1612 text-align: center;
1613 margin: 0.5em 0;
1614 line-height: 1.15;
1617 /*=----------=*/
1618 /*= Messages =*/
1619 /*=----------=*/
1621 #content.conversation-page > ul.comment-thread:last-of-type {
1622 margin-bottom: 2em;
1625 /******************/
1626 /* SEARCH RESULTS */
1627 /******************/
1629 #content.search-results-page h1.listing,
1630 #content.sequence-page h1.listing,
1631 #content.post-page h1.listing {
1632 font-size: 1.625em;
1635 /**************/
1636 /* LOGIN PAGE */
1637 /**************/
1639 .login-container {
1640 margin: 2em 0;
1641 padding: 1em;
1642 display: flex;
1643 flex-flow: row wrap;
1646 .login-container form {
1647 flex-basis: 50%;
1648 display: grid;
1649 grid-row-gap: 0.5em;
1650 align-content: start;
1652 .login-container form label {
1653 text-align: right;
1654 padding: 0.25em 0.5em;
1655 white-space: nowrap;
1656 grid-column: 1;
1658 .login-container form input {
1659 grid-column: 2;
1660 padding: 0.25em;
1662 .login-container form input[type='submit'],
1663 .login-container form a {
1664 grid-column: 2;
1665 justify-self: center;
1667 .login-container form input[type='submit'] {
1668 width: 10em;
1669 padding: 0.35em;
1670 line-height: 1;
1671 margin: 0.5em 0 0 0;
1673 .login-container form h1 {
1674 text-align: center;
1675 margin: 0;
1676 grid-column: 2;
1679 /* “Log in” form */
1681 #login-form {
1682 grid-template-columns: 5.5em 1fr;
1683 padding: 0.5em 2em 0.5em 0;
1686 /* “Create account” form */
1688 #signup-form {
1689 font-size: 0.9em;
1690 grid-template-columns: 8.5em 1fr;
1691 padding: 0.5em 1em 1em 1em;
1693 #signup-form h1 {
1694 font-size: 1.7em;
1696 #signup-form input[type='submit'] {
1697 padding: 0.4em 0.5em 0.5em 0.5em;
1700 /* Log in tip */
1702 .login-container .login-tip {
1703 padding: 0.5em 0.5em 0.5em 3em;
1704 margin: 2em 4em 0 4em;
1705 text-indent: -2em;
1706 line-height: 1.4;
1708 .login-container .login-tip span {
1709 font-weight: bold;
1712 /* Message box */
1714 #content.login-page .error-box {
1715 margin: 1.5em 0.875em -1.5em 0.875em;
1717 .error-box, .success-box {
1718 padding: 0.25em;
1719 text-align: center;
1722 /***********************/
1723 /* PASSWORD RESET PAGE */
1724 /***********************/
1726 .reset-password-container {
1727 margin-bottom: 2em;
1729 .reset-password-container input[type='submit'] {
1730 padding: 0.2em 0.5em;
1731 width: unset;
1733 .reset-password-container input {
1734 margin-left: 0.5em;
1735 width: 12em;
1737 .reset-password-container label {
1738 display: inline-block;
1739 width: 9em;
1741 .reset-password-container form > div {
1742 margin: 0.2em;
1744 .reset-password-container .action-container {
1745 padding-left: 11em;
1746 padding-top: 0.2em;
1748 .reset-password-container .error-box {
1749 margin: unset;
1753 /*********************/
1754 /* TABLE OF CONTENTS */
1755 /*********************/
1757 .contents {
1758 float: right;
1759 min-width: 6em;
1760 max-width: 40%;
1761 margin: 1.25em 0 0.75em 1.25em;
1762 padding: 7px 14px 10px 10px;
1763 position: relative;
1764 z-index: 1;
1767 .collection-page .contents {
1768 margin-top: 0;
1771 .contents-head {
1772 text-align: center;
1773 margin-bottom: 0.25em;
1776 .body-text .contents ul {
1777 list-style-type: none;
1778 margin: 0 0 0 0.5em;
1779 counter-reset: toc-item-1 toc-item-2 toc-item-3;
1780 padding-left: 1em;
1781 font-size: 0.75em;
1783 .body-text .contents li {
1784 margin: 0.15em 0 0.3em 1em;
1785 text-align: left;
1786 text-indent: -1em;
1787 line-height: 1.2;
1788 position: relative;
1790 .body-text .contents li::before {
1791 position: absolute;
1792 width: 3em;
1793 display: block;
1794 text-align: right;
1795 left: -4.5em;
1797 .contents .toc-item-1 {
1798 counter-increment: toc-item-1;
1799 counter-reset: toc-item-2 toc-item-3;
1801 .contents .toc-item-1::before {
1802 content: counter(toc-item-1);
1804 .contents .toc-item-1 ~ .toc-item-2 {
1805 margin-left: 2.9em;
1806 font-size: 0.95em;
1808 .contents .toc-item-2 {
1809 counter-increment: toc-item-2;
1810 counter-reset: toc-item-3;
1812 .contents .toc-item-1 ~ .toc-item-2::before {
1813 content: counter(toc-item-1) "." counter(toc-item-2);
1815 .contents .toc-item-2::before {
1816 content: counter(toc-item-2);
1818 .contents .toc-item-1 + .toc-item-3 {
1819 counter-increment: toc-item-2 toc-item-3;
1821 .contents .toc-item-2 ~ .toc-item-3,
1822 .contents .toc-item-1 ~ .toc-item-3 {
1823 margin-left: 2.9em;
1824 font-size: 0.95em;
1826 .contents .toc-item-1 ~ .toc-item-2 ~ .toc-item-3 {
1827 margin-left: 5.7em;
1828 font-size: 0.9em;
1830 .contents .toc-item-3 {
1831 counter-increment: toc-item-3;
1833 .contents .toc-item-1 ~ .toc-item-2 ~ .toc-item-3::before {
1834 content: counter(toc-item-1) "." counter(toc-item-2) "." counter(toc-item-3);
1836 .contents .toc-item-1 ~ .toc-item-3::before {
1837 content: counter(toc-item-1) "." counter(toc-item-3);
1839 .contents .toc-item-2 ~ .toc-item-3::before {
1840 content: counter(toc-item-2) "." counter(toc-item-3);
1842 .contents .toc-item-3::before {
1843 content: counter(toc-item-3);
1845 .contents .toc-item-4,
1846 .contents .toc-item-5,
1847 .contents .toc-item-6 {
1848 display: none;
1851 .contents.collapsed {
1852 margin-bottom: 0.25em;
1853 padding-left: 1em;
1854 padding-right: 1.75em;
1857 .contents.collapsed .contents-head {
1858 margin: 0;
1860 .contents.collapsed .contents-list {
1861 display: none;
1864 .contents .toc-collapse-toggle-button {
1865 position: absolute;
1866 top: 1px;
1867 right: 1.5px;
1868 font-family: "Font Awesome", "Font Awesome 5 Free";
1869 font-weight: 900;
1870 font-size: 1.5rem;
1871 padding: 0;
1873 .contents .toc-collapse-toggle-button:active {
1874 transform: translateX(1px) translateY(1px);
1877 .contents.collapsed .toc-collapse-toggle-button {
1878 width: calc(100% - 3px);
1879 height: calc(100% - 2px);
1880 background-color: transparent;
1881 display: flex;
1882 justify-content: flex-end;
1883 align-items: flex-start;
1887 /********************/
1888 /* POSTS & COMMENTS */
1889 /********************/
1891 .post-meta > *,
1892 .comment-meta > * {
1893 display: inline-block;
1894 margin-right: 1em;
1895 font-size: 1.0625em;
1897 .body-text {
1898 overflow-wrap: break-word;
1899 text-align: justify;
1901 .body-text p {
1902 margin: 1em 0;
1904 .retracted .body-text {
1905 text-decoration: line-through;
1908 .bare-url {
1909 word-break: break-all;
1910 hyphens: auto;
1912 .body-text a:not([href]),
1913 .body-text a:not([href]):hover,
1914 .body-text a:not([href])::before,
1915 .body-text a:not([href])::after {
1916 text-decoration: none;
1917 text-shadow: unset;
1918 border: unset;
1919 color: unset;
1920 content: unset;
1922 /*************/
1923 /* POST-META */
1924 /*************/
1926 .post-meta {
1927 display: flex;
1928 flex-flow: row wrap;
1929 justify-content: center;
1931 .post-meta .lw2-link {
1932 opacity: 0.5;
1933 order: 1;
1935 .post-meta > *,
1936 .post-meta .post-section::before {
1937 margin: 0 0.5em;
1939 .post-meta .post-section {
1940 order: -1;
1941 margin: 0;
1942 visibility: hidden;
1944 .post-meta .post-section::before,
1945 .comment-meta .alignment-forum {
1946 visibility: visible;
1947 font-family: "Font Awesome", "Font Awesome 5 Free";
1948 font-weight: 900;
1950 .post-section.frontpage::before {
1951 content: "\F015";
1953 .post-section.featured::before {
1954 content: "\F005";
1956 .post-section.meta::before {
1957 content: "\F077";
1959 .post-section.events::before {
1960 content: "\F5A0";
1962 .post-section.personal::before {
1963 content: "\F007";
1965 .post-section.draft::before {
1966 content: "\F15B";
1968 .post-section.alignment-forum::before,
1969 .comment-meta .alignment-forum {
1970 content: "AF";
1971 font-family: Concourse, 'Changa One';
1974 /*= Karma controls hover tooltips =*/
1976 @media only screen and (pointer: fine) {
1977 .post .voting-controls,
1978 .comment-item .voting-controls {
1979 position: relative;
1981 .post .karma.active-controls::after,
1982 .comment-item .karma.active-controls::after {
1983 content: "Double-click for strong vote";
1984 position: absolute;
1985 pointer-events: none;
1986 display: block;
1987 left: 6px;
1988 width: 100%;
1989 line-height: 1.15;
1990 white-space: normal;
1991 text-align: center;
1992 font-size: 0.875rem;
1993 opacity: 0;
1994 transition: opacity 0.2s ease;
1996 .post .voting-controls.active-controls:hover::after,
1997 .comment-item .voting-controls.active-controls:hover::after {
1998 opacity: 1.0;
2001 .post .voting-controls .karma-value::after,
2002 .comment-item .voting-controls .karma-value::after {
2003 content: attr(title);
2004 position: absolute;
2005 pointer-events: none;
2006 display: block;
2007 left: 50%;
2008 transform: translateX(-50%);
2009 white-space: pre-wrap;
2010 width: max-content;
2011 text-align: center;
2012 font-size: 0.875rem;
2013 color: #bbb;
2014 opacity: 0;
2015 transition: opacity 0.2s ease;
2017 .post .voting-controls.agreement .karma-value:hover::after,
2018 .comment-item .voting-controls.agreement .karma-value:hover::after {
2019 top: unset;
2020 bottom: 100%;
2022 .post .voting-controls .karma-value:hover::after,
2023 .comment-item .voting-controls .karma-value:hover::after {
2024 opacity: 1.0;
2026 .post .voting-controls.waiting .karma-value:hover::after,
2027 .comment-item .voting-controls.waiting .karma-value:hover::after {
2028 display: none;
2030 .comment-item .voting-controls .karma-value:hover::after {
2031 z-index: 5001;
2034 .author {
2035 position: relative;
2037 .author:not(.redacted)::before {
2038 content: attr(data-full-name);
2039 position: absolute;
2040 pointer-events: none;
2041 display: block;
2042 padding: 0 1em;
2043 left: 50%;
2044 bottom: 2em;
2045 transform: translateX(-50%);
2046 white-space: nowrap;
2047 text-align: center;
2048 font-size: 0.875rem;
2049 font-weight: normal;
2050 opacity: 0;
2051 transition: opacity 0.2s ease;
2052 z-index: 5001;
2054 .author:hover::before {
2055 opacity: 1.0;
2059 /*********/
2060 /* POSTS */
2061 /*********/
2063 .post {
2064 max-width: 100%;
2067 .post-body {
2068 min-height: 8em;
2069 padding: 0 30px;
2070 line-height: 1.5;
2071 font-size: 1.3rem;
2072 overflow: auto;
2073 margin: 0.5em 0 0 0;
2075 h1.post-title {
2076 margin: 1.1em 0 0.35em 0;
2077 padding: 0 30px;
2078 text-align: center;
2079 font-size: 2.5em;
2080 line-height: 1;
2082 .post .post-meta {
2083 text-align: center;
2084 position: relative;
2085 z-index: 2;
2087 .post .top-post-meta:last-child {
2088 margin-bottom: 40px;
2090 .post .bottom-post-meta {
2091 margin: 0;
2092 padding: 20px 0;
2094 .bottom-post-meta {
2095 border-style: solid;
2096 border-width: 1px 0;
2099 /**********/
2100 /* EVENTS */
2101 /**********/
2103 .event-info .map {
2104 position: relative;
2105 width: 100%;
2106 margin: 2em 0 1em;
2109 .event-info .map::before {
2110 content: "";
2111 display: block;
2112 padding-bottom: 50%;
2115 .event-info .map iframe {
2116 width: 100%;
2117 height: 100%;
2118 border: 1px solid #000;
2119 position: absolute;
2120 top: 0;
2121 left: 0;
2124 .event-info ul {
2125 list-style: none;
2126 padding: 0;
2127 text-align: center;
2130 /*******************/
2131 /* POST NAVIGATION */
2132 /*******************/
2134 .post-nav-item {
2135 display: grid;
2136 grid-template: 100% / 32% 36% 32%;
2137 grid-template-areas:
2138 "prev seq next";
2140 .post-nav {
2141 display: flex;
2142 flex-flow: column;
2143 justify-content: flex-end;
2144 padding: 0.5em;
2147 .post-nav-title {
2148 font-size: 1.125em;
2149 line-height: 1.15;
2150 display: inline;
2151 border-top: 1px solid transparent;
2153 .post-nav.prev .post-nav-title,
2154 .post-nav.next .post-nav-title {
2155 border-bottom: 1px solid transparent;
2158 .sequence-title {
2159 align-items: center;
2160 text-align: center;
2161 grid-area: seq;
2163 .sequence-title .post-nav-title {
2164 font-size: 1.5em;
2167 .post-nav.prev {
2168 grid-area: prev;
2169 align-items: flex-start;
2171 .post-nav.prev .post-nav-title::before {
2172 content: "\F0D9\2005";
2174 .post-nav.next {
2175 grid-area: next;
2176 text-align: right;
2177 align-items: flex-end;
2179 .post-nav.prev .post-nav-label,
2180 .post-nav.next .post-nav-label {
2181 display: none;
2183 .post-nav.next .post-nav-title::after {
2184 content: "\2004\F0DA";
2186 .post-nav.prev .post-nav-title::before,
2187 .post-nav.next .post-nav-title::after {
2188 font-family: Font Awesome;
2189 font-weight: 900;
2190 vertical-align: text-bottom;
2191 opacity: 0.75;
2193 .post-nav-links {
2194 max-width: 100%;
2197 @media only screen and (max-width: 900px) {
2198 .post-nav-item {
2199 font-size: 0.875em;
2200 grid-template: auto auto / 50% 50%;
2201 grid-template-areas:
2202 "prev next"
2203 "seq seq";
2205 .post-nav.prev .post-nav-title,
2206 .post-nav.next .post-nav-title {
2207 border-bottom: none;
2209 .post-nav.prev {
2210 margin: 0 0 0 -1px;
2211 position: relative;
2212 left: 1px;
2214 .sequence-title {
2215 padding: 0.75em 0;
2218 @media only screen and (max-width: 520px) {
2219 .post-nav-links + .comments {
2220 padding: 1em 0 0 0;
2224 .related-posts, .related-post-group {
2225 padding-bottom: 1em;
2227 .related-post-type {
2228 font-size: 1.2em;
2229 font-weight: 600;
2230 margin-top: 0.5em;
2231 margin-bottom: -0.5em;
2232 list-style-type: disc;
2233 margin-left: -0.5em;
2234 opacity: 0.7;
2236 .related-post-type::before {
2237 content: "\269c";
2238 font-size: 1.375em;
2239 font-weight: normal;
2240 margin-right: 0.15em;
2241 position: relative;
2242 vertical-align: baseline;
2243 top: 0.05em;
2245 .related-posts .post-type-prefix {
2246 display: none;
2249 .crosspost {
2250 padding: 0.1em 1em;
2251 margin: 1em auto;
2254 /**************/
2255 /* LINK POSTS */
2256 /**************/
2258 .post.link-post > .post-body > p:first-child {
2259 text-align: center;
2260 font-size: 1.125em;
2261 margin: 0.5em 0 0 0;
2263 .post.link-post > .post-body > p:only-child {
2264 font-size: 1.5em;
2265 margin: 1em 0;
2267 .post.link-post a.link-post-link::before {
2268 content: "\F0C1";
2269 font-family: "Font Awesome", "Font Awesome 5 Free";
2270 font-weight: 900;
2271 font-size: 0.75em;
2272 position: relative;
2273 top: -2px;
2274 margin-right: 0.25em;
2277 /************/
2278 /* COMMENTS */
2279 /************/
2281 .comments {
2282 max-width: 100%;
2283 padding: 0 0 1px 0;
2284 position: relative;
2286 .comments::before {
2287 content: "";
2288 position: absolute;
2289 display: block;
2290 top: 0;
2291 left: 0;
2292 width: 100%;
2293 height: 100%;
2294 pointer-events: none;
2296 ul.comment-thread {
2297 list-style-type: none;
2298 padding: 0;
2299 max-width: 100%;
2301 .comments .comment-thread > li {
2302 position: relative;
2304 #content > #top-nav-bar + .comment-thread .comment-item {
2305 margin-top: 0;
2308 .comment-item {
2309 margin: 2em 0 0 0;
2311 .comment-item .comment-item {
2312 margin: 1em 8px 8px 16px;
2314 .comment-item .comment-item + .comment-item {
2315 margin: 2em 8px 8px 16px;
2318 .comment-body {
2319 line-height: 1.45;
2320 font-size: 1.2rem;
2321 padding: 10px;
2323 .comment-body ul {
2324 list-style-type: circle;
2326 .comment-body > *:first-child {
2327 margin-top: 0;
2329 .comment-body > *:last-child {
2330 margin-bottom: 0;
2333 .comments-empty-message {
2334 width: 100%;
2335 text-align: center;
2336 padding: 0.75em 0 0.9em 0;
2337 font-size: 1.375em;
2340 /**********************************/
2341 /* DEEP COMMENT THREAD COLLAPSING */
2342 /**********************************/
2344 .comment-item > input[id^="expand"] {
2345 display: none;
2347 .comment-item > input[id^="expand"] + label {
2348 display: block;
2349 visibility: hidden;
2350 position: relative;
2351 margin: 8px 9px;
2353 .comment-item > input[id^="expand"] + label::after {
2354 content: "(Expand " attr(data-child-count) " below)";
2355 visibility: visible;
2356 position: absolute;
2357 left: 0;
2358 white-space: nowrap;
2359 cursor: pointer;
2361 .comment-item > input[id^="expand"]:checked + label::after {
2362 content: "(Collapse " attr(data-child-count) " below)";
2364 .comment-item > input[id^="expand"] ~ .comment-thread {
2365 max-height: 34px;
2366 overflow: hidden;
2368 .comment-item > input[id^="expand"] ~ .comment-thread > li:first-child {
2369 margin-top: 0;
2371 .comment-item > input[id^="expand"]:checked ~ .comment-thread {
2372 max-height: 1000000px;
2375 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
2376 margin: 0;
2378 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item a.comment-parent-link:hover::after {
2379 display: none;
2382 /*************/
2383 /* BACKLINKS */
2384 /*************/
2386 .backlinks > input {
2387 display: none;
2390 .backlinks > label {
2391 margin-left: 10px;
2392 display: block;
2393 color: #00f;
2394 cursor: pointer;
2397 .backlinks > label::before {
2398 content: " ";
2399 border-left: 5px solid currentColor;
2400 border-top: 5px solid transparent;
2401 border-bottom: 5px solid transparent;
2402 transition: transform 0.25s ease-out;
2403 transform-origin: 29% 55%;
2404 display: inline-block;
2405 padding-right: 0.5em;
2408 .backlinks > input:checked + label::before {
2409 transform: rotate(90deg);
2412 .backlinks li {
2413 margin-top: 0;
2416 .backlinks > ul {
2417 height: 0;
2418 perspective-origin: top;
2419 transform: perspective(100em) rotateX(-90deg);
2420 transform-origin: center top;
2421 opacity: 0;
2422 margin-top: 0.5em;
2423 margin-bottom: 0.5em;
2426 .backlinks > input:checked ~ ul {
2427 height: auto;
2428 transform: perspective(100em) rotateX(0deg);
2429 transition: transform 0.25s ease-in, opacity 0.25s ease-in;
2430 opacity: 1;
2433 /****************/
2434 /* COMMENT-META */
2435 /****************/
2437 .comment-meta {
2438 padding: 2px 24px 2px 10px;
2439 margin: 0 -1px;
2440 border: none;
2441 display: flex;
2442 flex-flow: row wrap;
2443 align-items: baseline;
2445 .user-page .comment-meta,
2446 .conversation-page .comment-meta {
2447 padding-right: 10px;
2449 .comment-meta .comment-post-title {
2450 flex-basis: 100%;
2451 overflow: hidden;
2452 text-overflow: ellipsis;
2453 white-space: nowrap;
2454 line-height: 1.3;
2456 .conversation-page .comment-meta .comment-post-title {
2457 margin: 0;
2458 flex-basis: unset;
2459 flex: 1 0 auto;
2460 text-align: right;
2461 display: none; /* Not sure if we need to display this... */
2463 .comment-item .author:not(.redacted).original-poster::after {
2464 content: "\2004(OP)";
2465 font-size: 0.75em;
2468 /*****************************/
2469 /* COMMENT THREAD NAVIGATION */
2470 /*****************************/
2472 a.comment-parent-link:not(.inline-author),
2473 a.comment-parent-link.inline-author::before {
2474 opacity: 0.5;
2476 a.comment-parent-link:hover {
2477 opacity: 1.0;
2479 a.comment-parent-link::before {
2480 content: "\F062";
2481 font-family: "Font Awesome", "Font Awesome 5 Free";
2482 font-weight: 900;
2483 font-size: 0.75rem;
2484 line-height: 1;
2485 position: absolute;
2486 z-index: 1;
2487 display: block;
2488 padding: 3px 3px 0 3px;
2489 width: 16px;
2490 height: calc(100% + 2px);
2491 top: -1px;
2492 left: -17px;
2494 a.comment-parent-link::after {
2495 content: "";
2496 position: absolute;
2497 z-index: 0;
2498 display: block;
2499 width: calc(100% + 26px);
2500 height: calc(100% + 38px);
2501 top: -29px;
2502 left: -17px;
2503 pointer-events: none;
2504 overflow: hidden;
2505 visibility: hidden;
2507 a.comment-parent-link:hover::after {
2508 visibility: visible;
2511 .comment-child-links {
2512 flex-basis: 100%;
2514 .comment-child-link {
2515 margin: 0 0.25em;
2516 display: inline-block;
2518 .comment-child-link::before {
2519 content: ">";
2520 display: inline-block;
2521 margin: 0 2px 0 0;
2524 .comment-popup {
2525 position: fixed;
2526 top: 10%;
2527 right: 10%;
2528 max-width: 700px;
2529 z-index: 10001;
2530 font-size: 1rem;
2531 white-space: unset;
2532 pointer-events: none;
2534 .comment-popup .comment-parent-link {
2535 display: none;
2537 .comment-popup .comment-body {
2538 font-size: 1.0625rem;
2541 .comment-item.depth-odd {
2542 --GW-comment-background-color: var(--GW-comment-background-color-odd);
2543 --GW-comment-parent-background-color: var(--GW-comment-background-color-even);
2545 .comment-item.depth-even {
2546 --GW-comment-background-color: var(--GW-comment-background-color-even);
2547 --GW-comment-parent-background-color: var(--GW-comment-background-color-odd);
2550 .comment-item:target {
2551 --GW-comment-background-color: var(--GW-comment-background-color-target);
2553 .comment-item:target > .comment-thread > .comment-item {
2554 --GW-comment-parent-background-color: var(--GW-comment-background-color-target);
2557 /**********************/
2558 /* COMMENT PERMALINKS */
2559 /**********************/
2560 /********************/
2561 /* COMMENT LW LINKS */
2562 /********************/
2564 .comment-meta .permalink::before,
2565 .comment-meta .lw2-link::before,
2566 .individual-thread-page a.comment-parent-link:empty::before {
2567 content: "";
2568 display: inline-block;
2569 width: 1rem;
2570 height: 1rem;
2571 border-radius: 3px;
2572 box-shadow:
2573 0 0 0 1px #fff,
2574 0 0 0 2px #00e,
2575 0 0 0 3px transparent;
2576 padding: 0 0 0 2px;
2577 background-size: 100%;
2578 position: relative;
2579 top: 2px;
2580 opacity: 0.5;
2582 .comment-meta .permalink::before {
2583 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');
2585 .comment-meta .lw2-link::before {
2586 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==');
2588 .individual-thread-page a.comment-parent-link:empty::before {
2589 left: unset;
2590 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==');
2592 .comment-meta .permalink:hover::before {
2593 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');
2595 .comment-meta .lw2-link:hover::before {
2596 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==');
2598 .individual-thread-page a.comment-parent-link:empty:hover::before {
2599 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=');
2601 .comment-meta .permalink:hover::before,
2602 .comment-meta .lw2-link:hover::before,
2603 .individual-thread-page a.comment-parent-link:empty:hover::before {
2604 box-shadow:
2605 0 0 0 2px #00e,
2606 0 0 0 3px transparent;
2607 opacity: 1.0;
2608 filter: unset;
2610 .comment-meta .permalink:active::before,
2611 .comment-meta .lw2-link:active::before,
2612 .individual-thread-page a.comment-parent-link:empty:active::before {
2613 transform: scale(0.9);
2616 .comment-meta .permalink,
2617 .comment-meta .lw2-link,
2618 .individual-thread-page .comment-parent-link:empty {
2619 position: relative;
2620 opacity: 1.0;
2622 .comment-meta .permalink::after,
2623 .comment-meta .lw2-link::after,
2624 .individual-thread-page .comment-parent-link:empty::after {
2625 content: "";
2626 width: 30px;
2627 height: 30px;
2628 display: block;
2629 position: absolute;
2630 top: -2px;
2631 left: -7px;
2632 box-shadow: none;
2633 pointer-events: auto;
2634 visibility: visible;
2637 /*************************/
2638 /* COMMENTS COMPACT VIEW */
2639 /*************************/
2641 #comments-list-mode-selector,
2642 #content.index-page #comments-list-mode-selector,
2643 #content.user-page #comments-list-mode-selector {
2644 padding-top: 6px;
2645 grid-column: 1;
2646 position: unset;
2647 z-index: 1;
2648 justify-self: start;
2649 align-self: start;
2651 #comments-list-mode-selector button {
2652 color: transparent;
2653 width: 32px;
2654 height: 32px;
2655 padding: 6px;
2656 margin: 1px;
2657 overflow: hidden;
2658 background-repeat: no-repeat;
2659 background-size: 100%;
2660 background-origin: content-box;
2662 #comments-list-mode-selector button:disabled {
2663 cursor: auto;
2665 #comments-list-mode-selector button.expanded {
2666 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJTnI+py+0Po5wn2Iuz3lrxD25eSIJjiWZnyq4s6r5kLJtJndK4eO9z77NRhsSi8YhMKpfMpvMJjTqDIR3VYr1mqdtg1/fdhXHjWll2fqVb0rY7WQAAOw==');
2668 #comments-list-mode-selector button.compact {
2669 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJXnI+py+0Po5y0uoCz3rxz5YViB46mWJ7qlq5u66rWTNf2fcQxrI98H/oBSYnhSWjU4JbMJi7pK0KD0ikRYfUgp1uo8wsOM7LXHJlVPWO6SbbRPRTL57gCADs=');
2671 @media only screen and (max-resolution: 1dppx) {
2672 #comments-list-mode-selector button.expanded {
2673 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKampqqqqv///wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCJSasV7Gqat+6eBYbcQopRqq5s257VeMokHdoevrm8mgAAOw==');
2675 #comments-list-mode-selector button.compact {
2676 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKqqqtvb2////wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCFSasN7Gqat45g433LeHUmF65phbZvurLtFJv3OO98zyQAOw==');
2680 #content > ul.comment-thread > li.comment-item,
2681 #content.compact > ul.comment-thread > li.comment-item {
2682 margin: 0;
2685 #content > .comment-thread {
2686 margin: 1em 0;
2688 #content.compact > .comment-thread {
2689 font-size: 0.9375rem;
2690 margin: 0.5em 0;
2692 #content.compact > .comment-thread:hover {
2693 z-index: 1;
2695 #content.compact > .comment-thread .comment-body {
2696 font-size: 1.0625rem;
2698 #content.compact > .comment-thread .comment-item,
2699 #content.index-page .comment-item.ignored,
2700 #content.inbox-user-page .comment-item.ignored {
2701 max-height: 61px;
2702 margin-top: 1em;
2703 overflow: hidden;
2704 position: relative;
2706 #content.compact > .comment-thread .comment-item {
2707 pointer-events: none;
2709 #content.compact > .comment-thread .comment-item::after {
2710 content: "…";
2711 position: absolute;
2712 right: 0;
2713 bottom: 0;
2714 font-size: 2rem;
2715 line-height: 1;
2716 padding: 0 16px 10px 64px;
2717 pointer-events: auto;
2719 @media only screen and (hover: hover) {
2720 #content.compact:not(:focus-within) > .comment-thread .comment-item:hover,
2721 #content.compact > .comment-thread .comment-item.expanded {
2722 overflow: visible;
2723 pointer-events: auto;
2724 z-index: 10;
2727 @media only screen and (hover: none) {
2728 #content.compact > .comment-thread.expanded .comment-item {
2729 overflow: visible;
2730 pointer-events: auto;
2731 z-index: 10;
2734 #content.compact > .comment-thread .comment-item .comment-meta {
2735 white-space: nowrap;
2736 overflow: hidden;
2737 text-overflow: ellipsis;
2738 padding: 2px 10px;
2740 #content.compact > .comment-thread .comment-item:hover .comment-meta {
2741 white-space: unset;
2743 #content.compact > .comment-thread .comment-item .comment-meta a {
2744 pointer-events: auto;
2746 #content.compact > .comment-thread .comment-item .comment-meta .comment-post-title {
2747 display: inline;
2749 #content.compact > .comment-thread .comment-item .comment-meta .voting-controls + .comment-post-title {
2750 margin-left: 0.75em;
2752 @media only screen and (hover: hover) {
2753 #content.compact > .comment-thread:last-of-type .comment-item:hover,
2754 #content.compact > .comment-thread:last-of-type .comment-item.expanded {
2755 max-height: unset;
2757 #content.compact > .comment-thread .comment-item:hover .comment,
2758 #content.compact > .comment-thread .comment-item.expanded .comment {
2759 position: relative;
2760 z-index: 1;
2761 margin-bottom: 2em;
2762 bottom: 0;
2764 #content.compact > .comment-thread .comment-item:hover .comment::before,
2765 #content.compact > .comment-thread .comment-item.expanded .comment::before{
2766 content: "";
2767 position: absolute;
2768 display: block;
2769 width: calc(100% + 20px);
2770 height: calc(100% + 20px);
2771 z-index: -1;
2772 top: -10px;
2773 left: -10px;
2775 #content.compact > .comment-thread:last-of-type .comment-item:hover .comment,
2776 #content.compact > .comment-thread:last-of-type .comment-item.expanded .comment{
2777 margin: 0;
2780 @media only screen and (hover: none) {
2781 #content.compact > .comment-thread.expanded:last-of-type .comment-item {
2782 max-height: unset;
2784 #content.compact > .comment-thread.expanded .comment-item .comment {
2785 position: relative;
2786 z-index: 1;
2787 margin-bottom: 2em;
2788 bottom: 0;
2790 #content.compact > .comment-thread.expanded .comment-item .comment::before {
2791 content: "";
2792 position: absolute;
2793 display: block;
2794 width: calc(100% + 14px);
2795 height: calc(100% + 20px);
2796 z-index: -1;
2797 top: -10px;
2798 left: -10px;
2800 #content.compact > .comment-thread.expanded:last-of-type .comment-item .comment {
2801 margin: 0;
2803 #content.compact > .comment-thread.expanded .comment-item .comment::after {
2804 content: "";
2805 display: block;
2806 position: fixed;
2807 top: 0;
2808 left: 0;
2809 width: 100%;
2810 height: 100%;
2811 z-index: -2;
2812 background-color: rgba(0,0,0,0.5);
2816 /*****************************/
2817 /* HIGHLIGHTING NEW COMMENTS */
2818 /*****************************/
2820 .new-comment::before {
2821 content: "";
2822 position: absolute;
2823 width: 100%;
2824 height: 100%;
2825 z-index: 5000;
2826 pointer-events: none;
2829 /***********************************/
2830 /* COMMENT THREAD MINIMIZE BUTTONS */
2831 /***********************************/
2833 .comment-minimize-button {
2834 font-family: "Font Awesome", "Font Awesome 5 Free";
2835 font-weight: 900;
2836 font-size: 1.25rem;
2837 line-height: 1;
2838 position: absolute;
2839 right: 1px;
2840 top: 1px;
2841 width: 18px;
2842 margin: 0;
2843 cursor: pointer;
2845 .comment-minimize-button:active {
2846 transform: scale(0.9);
2848 .comment-minimize-button::after {
2849 content: attr(data-child-count);
2850 font-weight: normal;
2851 font-size: 0.8125rem;
2852 position: absolute;
2853 left: 0;
2854 width: 100%;
2855 text-align: center;
2856 top: 21px;
2858 #content.individual-thread-page .comment-minimize-button {
2859 display: none;
2862 /*****************/
2863 /* IGNORE SYSTEM */
2864 /*****************/
2866 #content.comment-thread-page .comment-item.ignored {
2867 height: 38px;
2868 overflow: hidden;
2870 .comment-item.ignored > .comment > .comment-meta > .author {
2871 text-decoration: line-through;
2874 /***********************************/
2875 /* INDIVIDUAL COMMENT THREAD PAGES */
2876 /***********************************/
2878 .individual-thread-page > h1 {
2879 line-height: 1;
2880 margin: 0.75em 0 3px 0;
2882 .individual-thread-page .comments {
2883 border: none;
2886 /*************/
2887 /* SHORTFORM */
2888 /*************/
2890 .shortform-index-page .comments::before {
2891 border: none;
2892 box-shadow: none;
2895 .shortform-index-page .comments > .comment-thread > .comment-item:first-child {
2896 margin-top: 0;
2899 /****************/
2900 /* VOTE BUTTONS */
2901 /****************/
2903 .vote {
2904 margin: 0;
2906 .vote {
2907 font-family: "Font Awesome", "Font Awesome 5 Free";
2908 font-weight: 900;
2909 border: none;
2912 .vote:disabled {
2913 visibility: hidden;
2914 cursor: default;
2917 @keyframes waiting {
2918 0% {background-position: 200% 0%}
2919 100% {background-position: 0% 0%}
2922 .voting-controls .karma-value {
2923 opacity: 1;
2924 transition: opacity 0.5s linear;
2927 .voting-controls.waiting .karma-value {
2928 opacity: 0.5;
2929 background: repeat-x linear-gradient(70deg, #000 50%, #fff 75%, #000);
2930 background-clip: text;
2931 -webkit-background-clip: text;
2932 color: transparent;
2933 background-position: 200% 0%;
2934 background-size: 200% 100%;
2935 animation: waiting 1s linear infinite;
2938 /* Replicated karma controls at bottom of comments. */
2939 .comment-controls .voting-controls {
2940 float: left;
2941 font-size: 0.9375em;
2944 .comment-controls .voting-controls:first-of-type {
2945 margin-left: -14px;
2948 /*****************************/
2949 /* COMMENTING AND POSTING UI */
2950 /*****************************/
2952 .comment-controls {
2953 text-align: right;
2954 margin: 0 8px 8px 16px;
2955 position: relative;
2956 z-index: 9999;
2958 .comment-thread .comment-controls + .comment-thread > li:first-child {
2959 margin-top: 8px;
2961 .comments > .comment-controls {
2962 margin: 8px 0 0 0;
2964 .comments > .comment-controls:last-child {
2965 margin: 8px 0 16px 0;
2968 .posting-controls input[type='submit'] {
2969 margin: 6px;
2970 padding: 4px 10px;
2971 font-size: 1.125rem;
2974 .comment-controls .cancel-comment-button {
2975 position: absolute;
2976 right: 0;
2977 margin: 0;
2978 height: 27px;
2979 font-size: inherit;
2980 padding: 4px 8px 2px 4px;
2981 z-index: 1;
2983 .comment-controls .cancel-comment-button::before {
2984 font-family: "Font Awesome", "Font Awesome 5 Free";
2985 margin-right: 3px;
2986 content: '\F00D';
2987 font-weight: 900;
2988 font-size: 0.9em;
2989 opacity: 0.7;
2992 .comment + .comment-controls .action-button {
2993 font-weight: normal;
2994 font-size: 1.0625em;
2995 padding: 1px 6px;
2997 .comment-controls .action-button::before {
2998 font-family: "Font Awesome", "Font Awesome 5 Free";
2999 margin-right: 3px;
3001 .new-comment-button {
3002 font-size: 1.5rem;
3003 margin: 0 0.25em;
3005 .comment-controls .reply-button::before {
3006 content: '\F3E5';
3007 font-weight: 900;
3008 font-size: 0.9em;
3009 opacity: 0.6;
3011 .comment-meta .replied::before {
3012 content: '\F3E5';
3013 font-family: "Font Awesome", "Font Awesome 5 Free";
3014 color: #090;
3015 font-weight: 900;
3016 font-size: 0.9em;
3017 opacity: 0.6;
3020 .post-controls {
3021 text-align: right;
3022 margin: 0.75em 0 0 0;
3023 align-self: start;
3024 justify-self: end;
3026 .edit-post-link {
3027 display: inline-block;
3028 margin-bottom: 0.25em;
3029 font-size: 1.125rem;
3031 .edit-post-link::before {
3032 margin-right: 0.3em;
3034 .comment-controls .edit-button::before,
3035 .edit-post-link::before {
3036 content: '\F303';
3037 font-family: "Font Awesome", "Font Awesome 5 Free";
3038 font-weight: 900;
3039 font-size: 0.75em;
3040 position: relative;
3041 top: -1px;
3044 .comment-controls .delete-button {
3045 margin-right: 0.25em;
3047 .comment-controls .edit-button,
3048 .comment-controls .retract-button,
3049 .comment-controls .unretract-button {
3050 margin-right: 1em;
3052 .comment-controls .retract-button::before {
3053 content: '\F4B3';
3054 opacity: 0.6;
3056 .comment-controls .unretract-button::before {
3057 content: '\F075';
3058 opacity: 0.9;
3060 .comment-controls .delete-button::before {
3061 content: '\F05E';
3062 opacity: 0.7;
3064 .comment-controls .retract-button::before,
3065 .comment-controls .unretract-button::before,
3066 .comment-controls .delete-button::before {
3067 font-weight: 900;
3068 font-size: 0.9em;
3071 .comment-controls form {
3072 position: relative;
3074 .textarea-container {
3075 position: relative;
3077 .posting-controls textarea {
3078 display: block;
3079 width: 100%;
3080 height: 15em;
3081 min-height: 15em;
3082 max-height: calc(100vh - 6em);
3083 margin: 2px 0 0 0;
3084 padding: 4px 5px;
3085 font-size: 1.2rem;
3086 border-style: solid;
3087 border-width: 29px 1px 1px 1px;
3088 resize: none;
3091 /* GUIEdit buttons */
3093 .guiedit-buttons-container {
3094 position: absolute;
3095 left: 1px;
3096 top: 1px;
3097 width: calc(100% - 2px);
3098 height: 28px;
3099 text-align: left;
3100 padding: 1px 4px 0 4px;
3101 overflow: hidden;
3103 .comment-thread-page .guiedit-buttons-container {
3104 padding-right: 60px;
3106 .guiedit-buttons-container button {
3107 height: 26px;
3108 padding: 0 7px;
3109 font-weight: 900;
3110 font-size: 0.875rem;
3111 line-height: 1;
3112 position: static;
3114 .guiedit-buttons-container button:active {
3115 transform: none;
3117 .guiedit-buttons-container button:active div {
3118 transform: scale(0.9);
3120 .guiedit-buttons-container button sup {
3121 font-weight: bold;
3123 .guiedit::after {
3124 content: attr(data-tooltip);
3125 position: absolute;
3126 font-weight: normal;
3127 font-size: 1rem;
3128 top: 2px;
3129 left: 464px;
3130 height: 25px;
3131 padding: 4px 0;
3132 white-space: nowrap;
3133 visibility: hidden;
3135 .guiedit:hover::after {
3136 visibility: visible;
3139 /* Markdown hints */
3141 .posting-controls .markdown-reference-link {
3142 float: left;
3143 padding: 1px 0 0 6px;
3145 .posting-controls .markdown-reference-link a {
3146 padding-right: 1.5em;
3147 margin-right: 0.15em;
3148 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');
3149 background-size: 1.25em;
3150 background-repeat: no-repeat;
3151 background-position: right center;
3154 #markdown-hints-checkbox + label {
3155 float: left;
3156 margin: 2px 0 0 1em;
3157 line-height: 1.3;
3158 cursor: pointer;
3160 #edit-post-form #markdown-hints-checkbox + label {
3161 padding: 0;
3163 #markdown-hints-checkbox {
3164 visibility: hidden;
3165 float: left;
3167 #markdown-hints-checkbox + label::after {
3168 content: "(Show Markdown help)";
3170 #markdown-hints-checkbox:checked + label::after {
3171 content: "(Hide Markdown help)";
3173 #markdown-hints-checkbox + label::before {
3174 content: '\F059';
3175 font-family: "Font Awesome", "Font Awesome 5 Free";
3176 font-weight: 900;
3177 margin-right: 3px;
3179 #markdown-hints-checkbox:checked + label::before {
3180 font-weight: normal;
3182 #markdown-hints {
3183 margin: 4px 0 0 4px;
3184 padding: 4px 8px;
3185 position: absolute;
3186 text-align: left;
3187 top: calc(100% - 1em);
3188 z-index: 1;
3189 display: none;
3191 .comment-controls #markdown-hints {
3192 top: calc(100% + 1.75em);
3194 #markdown-hints-checkbox:checked ~ #markdown-hints {
3195 display: table;
3197 .markdown-hints-row {
3198 display: table-row;
3200 #markdown-hints .markdown-hints-row span,
3201 #markdown-hints .markdown-hints-row code {
3202 float: none;
3203 display: table-cell;
3204 border: none;
3205 background-color: inherit;
3206 padding: 0 12px 0 0;
3209 /******************/
3210 /* EDIT POST FORM */
3211 /******************/
3213 #edit-post-form {
3214 padding: 1em 1em 4em 1em;
3216 #edit-post-form .post-meta-fields {
3217 display: grid;
3218 grid-template-columns: 5em auto auto auto 1fr auto;
3219 margin-bottom: 0.625em;
3222 #edit-post-form label[for='title'],
3223 #edit-post-form label[for='url'],
3224 #edit-post-form label[for='section'] {
3225 grid-column: 1;
3227 #edit-post-form input[type='text'] {
3228 padding: 0.25em;
3229 grid-column: 2 / span 4;
3230 margin-bottom: 0.5em;
3233 #edit-post-form .link-post-checkbox,
3234 #edit-post-form .link-post-checkbox + label {
3235 grid-row: 1;
3236 grid-column: 6;
3238 #edit-post-form .question-checkbox,
3239 #edit-post-form .question-checkbox + label {
3240 grid-row: 3;
3241 grid-column: 5;
3242 justify-self: start;
3243 margin-left: 1.5em;
3246 #edit-post-form .post-meta-fields label[for="submit-to-frontpage"] {
3247 grid-row: 4;
3248 grid-column: 2 / span 4;
3249 text-align: left;
3250 margin-top: 8px;
3253 #edit-post-form .post-meta-fields input[type='checkbox'] {
3254 height: 0;
3255 opacity: 0;
3256 pointer-events: none;
3258 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
3259 white-space: nowrap;
3260 position: relative;
3261 cursor: pointer;
3262 padding: 0.25em 0.5em 0.25em calc(20px + 0.25em + 0.3725em);
3263 align-self: start;
3265 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
3266 content: "";
3267 font-family: "Font Awesome", "Font Awesome 5 Free";
3268 font-size: 1.375rem;
3269 line-height: 0.7;
3270 text-indent: 1px;
3271 font-weight: 900;
3272 position: absolute;
3273 width: 20px;
3274 height: 20px;
3275 left: 5px;
3277 #edit-post-form label[for='url'],
3278 #edit-post-form input[name='url'] {
3279 display: none;
3281 #edit-post-form .link-post-checkbox:checked ~ label[for='url'],
3282 #edit-post-form .link-post-checkbox:checked ~ input[name='url'] {
3283 display: initial;
3285 #edit-post-form label {
3286 line-height: normal;
3287 border: 1px solid transparent;
3288 text-align: right;
3289 padding: 0.25em 0.5em;
3290 white-space: nowrap;
3292 #edit-post-form input[type='radio'] {
3293 width: 0;
3294 margin: 0;
3295 opacity: 0;
3296 pointer-events: none;
3298 #edit-post-form input[type='radio'] + label {
3299 padding: 4px 12px;
3300 text-align: center;
3301 border-style: solid;
3302 border-width: 1px 1px 1px 0;
3303 cursor: pointer;
3305 #edit-post-form input[type='radio']:checked + label {
3306 cursor: default;
3309 #edit-post-form label[for='section'] {
3310 grid-row: 3;
3312 #edit-post-form input[type='radio'] + label {
3313 grid-row: 3;
3315 @supports (width: -moz-fit-content) {
3316 #edit-post-form input[type='radio'] + label {
3317 width: -moz-fit-content;
3320 @supports (width: fit-content) {
3321 #edit-post-form input[type='radio'] + label {
3322 width: fit-content;
3326 #edit-post-form textarea {
3327 min-height: 24em;
3330 #edit-post-form input[type='submit'] {
3331 padding: 6px 12px;
3332 float: right;
3334 #edit-post-form #markdown-hints {
3335 top: calc(100% + 2em);
3338 #edit-post-form button.guiedit div {
3339 overflow: visible;
3341 .guiedit-mobile-auxiliary-button {
3342 display: none;
3345 /***********/
3346 /* BUTTONS */
3347 /***********/
3349 button,
3350 input[type='submit'] {
3351 font-family: inherit;
3352 font-size: inherit;
3353 background-color: inherit;
3354 cursor: pointer;
3355 border: none;
3356 border-radius: 0;
3359 /************/
3360 /* HEADINGS */
3361 /************/
3363 .body-text h1,
3364 .body-text h2,
3365 .body-text h3,
3366 .body-text h4,
3367 .body-text h5,
3368 .body-text h6 {
3369 line-height: 1.1;
3370 margin: 1em 0 0.75em 0;
3371 text-align: left;
3374 .post-body h5,
3375 .post-body h6 {
3376 font-size: 1em;
3378 .post-body h4,
3379 .body-text h4 {
3380 font-size: 1.2em;
3382 .post-body h3,
3383 .body-text h3 {
3384 font-size: 1.4em;
3386 .post-body h2,
3387 .body-text h2 {
3388 font-size: 1.75em;
3390 .post-body h1,
3391 .body-text h1 {
3392 font-size: 2.1em;
3395 .comment-body h5,
3396 .comment-body h6 {
3397 font-size: 1em;
3399 .comment-body h4 {
3400 font-size: 1.15em;
3402 .comment-body h3 {
3403 font-size: 1.3em;
3405 .comment-body h2 {
3406 font-size: 1.5em;
3408 .comment-body h1 {
3409 font-size: 1.75em;
3412 /**********/
3413 /* QUOTES */
3414 /**********/
3416 blockquote,
3417 .post-body .comment-box .comment-body {
3418 font-size: 0.9em;
3419 margin: 1em 0;
3420 padding-left: 0.5em;
3421 margin-left: 1px;
3422 padding-bottom: 3px;
3424 blockquote *:first-child {
3425 margin-top: 0;
3427 blockquote *:last-child {
3428 margin-bottom: 0;
3430 blockquote blockquote {
3431 font-size: 0.95em;
3434 /* Pseudo-blockquotes that LW sometimes uses for some reason */
3436 .post-body .comment-box .user-name {
3437 font-style: italic;
3439 .post-body .comment-box .user-name::after {
3440 content: ":";
3442 .post-body .comment-box {
3443 zoom: 1.25;
3446 /**********/
3447 /* IMAGES */
3448 /**********/
3450 #content img, #content figure {
3451 max-width: 100%;
3454 .prediction-poll > svg {
3455 width: 700px;
3456 max-width: 100%;
3459 img.inline-latex {
3460 position: relative;
3461 top: 2.5px;
3462 margin: 0 2px;
3465 #content figure {
3466 text-align: center;
3467 margin: 1.5em auto;
3470 p.imgonly,
3471 div.imgonly,
3472 figure {
3473 text-align: center;
3474 margin: auto;
3475 clear: both;
3478 .imgonly iframe {
3479 display: block;
3480 width: 100%;
3481 height: 250px;
3482 border: 0;
3485 // Aspect ratio trick from https://css-tricks.com/aspect-ratio-boxes/
3487 [style*="--aspect-ratio"] > * {
3488 width: 100%;
3490 [style*="--aspect-ratio"] > img {
3491 height: auto;
3493 @supports (--custom:property) {
3494 [style*="--aspect-ratio"] {
3495 position: relative;
3497 [style*="--aspect-ratio"]::before {
3498 content: "";
3499 display: block;
3500 padding-bottom: calc(100% / (var(--aspect-ratio)));
3502 [style*="--aspect-ratio"] > * {
3503 position: absolute;
3504 top: 0;
3505 left: 0;
3506 height: 100%;
3510 /**********/
3511 /* TABLES */
3512 /**********/
3514 .body-text table {
3515 border-collapse: collapse;
3516 font-size: 0.875em;
3518 .body-text table th,
3519 .body-text table td {
3520 text-align: left;
3521 padding: 4px 6px;
3522 line-height: 1.3;
3524 .body-text table .numeric {
3525 text-align: right;
3526 font-family: Inconsolata, Menlo, monospace;
3528 .body-text table caption {
3529 margin: 0 0 0.25em 0;
3530 font-weight: bold;
3531 font-size: 1.125em;
3534 /********/
3535 /* MISC */
3536 /********/
3538 /*= Superscripts & subscripts =*/
3540 /* Make sure superscripts and subscripts do not affect line spacing. */
3541 sup, sub {
3542 vertical-align: baseline;
3543 position: relative;
3544 top: -0.5em;
3545 left: 0.05em;
3546 font-size: 0.8em;
3548 sub {
3549 top: 0.3em;
3552 /*= Code blocks & other "unstyled" text. =*/
3554 pre,
3555 code {
3556 font-family: Inconsolata, Menlo, monospace;
3558 pre {
3559 white-space: pre-wrap;
3561 .body-text pre {
3562 text-align: left;
3564 code {
3565 font-size: 0.95em;
3566 display: inline-block;
3567 padding: 0 4px 1px 5px;
3569 pre > code {
3570 display: block;
3571 border-radius: 0;
3572 padding: 3px 4px 5px 8px;
3573 tab-size: 4;
3576 /*= Fractions =*/
3578 .frac::after {
3579 content: "\200B";
3582 /*= Removing browser default styling of various elements =*/
3584 /* On various input elements such as text fields and buttons, remove "blue glow" focus outlines on Macs, dotted black outlines in Firefox, etc. */
3585 :focus {
3586 outline: none;
3589 /* Remove "embossed" appearance of horizontal rules. */
3590 hr {
3591 border: none;
3594 input,
3595 button,
3596 textarea {
3597 -webkit-appearance: none;
3598 -moz-appearance: none;
3599 appearance: none;
3602 input {
3603 font-family: inherit;
3604 font-size: inherit;
3605 font-weight: inherit;
3608 /*************/
3609 /* FOOTNOTES */
3610 /*************/
3612 ol {
3613 counter-reset: ordered-list;
3615 .footnote-definition {
3616 font-size: 0.9em;
3617 list-style-type: none;
3618 counter-increment: ordered-list;
3619 position: relative;
3621 .footnote-definition p {
3622 font-size: inherit !important;
3624 .footnote-definition::before {
3625 content: counter(ordered-list) ".";
3626 position: absolute;
3627 left: -2.5em;
3628 font-weight: bold;
3629 text-align: right;
3630 width: 2em;
3633 /*= LW Docs footnotes =*/
3635 .footnote-item {
3636 display: flex;
3639 .footnote-item > :not(.nothing) {
3640 margin: 0 0.2em;
3643 .footnote-item > :first-child {
3644 margin-left: -0.2em;
3645 margin-right: 0;
3648 .footnote-back-link a:not(.nothing) {
3649 font-size: 0;
3650 text-decoration: none;
3651 border: none;
3654 .footnote-back-link a:not(.nothing):hover {
3655 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #00e;
3656 border: none;
3657 text-decoration: none;
3660 .footnote-back-link a::after {
3661 content: '\F106';
3662 font-family: Font Awesome;
3663 font-size: 1rem;
3664 padding: 0.2em;
3665 text-decoration: none;
3666 font-weight: bold;
3669 .footnote-content > :first-child {
3670 margin-top: 0;
3673 /*********/
3674 /* LISTS */
3675 /*********/
3677 li {
3678 margin-bottom: 0.5em;
3681 .body-text ol p,
3682 .body-text ul p {
3683 margin: 0.5em 0;
3686 .body-text ol {
3687 list-style: none;
3688 padding: 0;
3689 counter-reset: ol;
3691 .body-text ol > li {
3692 position: relative;
3693 counter-increment: ol;
3694 padding: 0 0 0 2.5em;
3695 margin: 0.25em 0 0 0;
3697 .body-text ol > li::before {
3698 content: counter(ol) ".";
3699 position: absolute;
3700 width: 2em;
3701 text-align: right;
3702 left: 0;
3704 .body-text ul {
3705 list-style: none;
3706 padding: 0;
3708 .body-text ul:not(.contents-list) > li:empty {
3709 padding-bottom: 1.25em;
3711 .body-text ul:not(.contents-list) > li {
3712 position: relative;
3713 padding: 0 0 0 1.75em;
3714 margin: 0.25em 0 0 0;
3716 .body-text ul:not(.contents-list) > li ul > li {
3717 padding: 0 0 0 2em;
3719 .body-text ul:not(.contents-list) > li::before {
3720 content: "•";
3721 position: absolute;
3722 width: 1.25em;
3723 text-align: right;
3724 left: 0;
3726 .body-text ul:not(.contents-list) > li ul > li::before {
3727 width: 1.5em;
3729 .body-text li > ul:first-child > li {
3730 padding-left: 0;
3732 .body-text li > ul:first-child > li::before {
3733 content: none;
3736 /**************/
3737 /* ERROR PAGE */
3738 /**************/
3740 .error-retry-form {
3741 margin: 0.5em 0;
3744 .error-retry-form input[type="submit"] {
3745 border: 1px solid #aaa;
3746 font-weight: bold;
3747 font-size: 1.125rem;
3748 padding: 0.5em 1.25em;
3751 /**************/
3752 /* ABOUT PAGE */
3753 /**************/
3755 #content.about-page .contents {
3756 margin-top: 0.25em;
3758 #content.about-page .accesskey-table {
3759 border-collapse: collapse;
3760 margin: auto;
3762 #content.about-page .accesskey-table th,
3763 #content.about-page .accesskey-table td {
3764 padding: 2px 6px;
3766 #content.about-page .accesskey-table td:first-child {
3767 padding-right: 1.5em;
3769 #content.about-page .accesskey-table td:last-child {
3770 text-align: center;
3771 font-family: Inconsolata, Menlo, monospace;
3773 #content.about-page h3:nth-of-type(n+2) {
3774 clear: both;
3777 /******************/
3778 /* IMAGES OVERLAY */
3779 /******************/
3781 #images-overlay + #content .post-body img {
3782 visibility: hidden;
3785 #images-overlay div {
3786 position: absolute;
3788 #images-overlay div::after {
3789 content: "Click to enlarge";
3790 display: block;
3791 position: absolute;
3792 margin: auto;
3793 left: 0;
3794 right: 0;
3795 bottom: 10px;
3796 padding: 6px 10px;
3797 font-size: 1.25rem;
3798 background-color: rgba(0,0,0,0.6);
3799 color: #fff;
3800 border-radius: 5px;
3801 opacity: 0.0;
3802 transition: opacity 0.15s ease;
3803 pointer-events: none;
3805 @supports (width: -moz-fit-content) {
3806 #images-overlay div::after {
3807 width: -moz-fit-content;
3810 @supports (width: fit-content) {
3811 #images-overlay div::after {
3812 width: fit-content;
3815 #images-overlay div:hover::after {
3816 opacity: 1.0;
3819 #images-overlay img {
3820 width: 100%;
3823 /***************/
3824 /* IMAGE FOCUS */
3825 /***************/
3827 /*=--------------=*/
3828 /*= Hover styles =*/
3829 /*=--------------=*/
3831 #content img:hover,
3832 #images-overlay img:hover {
3833 filter: drop-shadow(0 0 3px #777);
3834 cursor: zoom-in;
3836 #content img:active,
3837 #images-overlay img:active {
3838 transform: scale(0.975);
3841 /*=---------=*/
3842 /*= Overlay =*/
3843 /*=---------=*/
3845 #image-focus-overlay {
3846 position: fixed;
3847 top: 0;
3848 right: 0;
3849 bottom: 0;
3850 left: 0;
3851 z-index: 2;
3852 display: none;
3853 cursor: zoom-out;
3855 #image-focus-overlay::before {
3856 content: "";
3857 display: block;
3858 position: absolute;
3859 top: 0;
3860 right: 0;
3861 bottom: 0;
3862 left: 0;
3863 background-color: #000;
3864 opacity: 0.5;
3865 z-index: -1;
3867 #image-focus-overlay.engaged {
3868 display: initial;
3871 #image-focus-overlay img {
3872 margin: auto;
3873 position: absolute;
3874 left: 50%;
3875 top: 50%;
3876 transform: translateX(-50%) translateY(-50%);
3879 /*=-------------------=*/
3880 /*= Single-image mode =*/
3881 /*=-------------------=*/
3883 #image-focus-overlay:not(.slideshow) .image-number,
3884 #image-focus-overlay:not(.slideshow) .slideshow-buttons {
3885 visibility: hidden;
3888 /*=---------=*/
3889 /*= Caption =*/
3890 /*=---------=*/
3892 #image-focus-overlay .caption {
3893 position: absolute;
3894 bottom: 0.75em;
3895 background-color: rgba(0,0,0,0.7);
3896 left: 9em;
3897 right: 9em;
3898 margin: auto;
3899 max-width: calc(100% - 18em);
3900 text-align: center;
3901 font-size: 1.375em;
3902 border-radius: 8px;
3903 z-index: 1;
3904 transition:
3905 bottom 0.2s ease;
3907 @supports (width: -moz-fit-content) {
3908 #image-focus-overlay .caption {
3909 width: -moz-fit-content;
3912 @supports (width: fit-content) {
3913 #image-focus-overlay .caption {
3914 width: fit-content;
3917 #image-focus-overlay .caption.hidden {
3918 bottom: -5em;
3919 transition:
3920 bottom 0.5s ease;
3923 #image-focus-overlay .caption p {
3924 margin: 1em 1.25em;
3925 color: #fff;
3928 #image-focus-overlay .caption:not(:empty)::before {
3929 content: "";
3930 display: block;
3931 position: absolute;
3932 width: 100vw;
3933 height: calc(100% + 1.5em);
3934 z-index: -1;
3935 top: -0.75em;
3936 left: calc(-50vw + 50%);
3940 /*=--------------=*/
3941 /*= Help overlay =*/
3942 /*=--------------=*/
3944 #image-focus-overlay .help-overlay {
3945 position: absolute;
3946 display: flex;
3947 flex-flow: column;
3948 z-index: 2;
3949 font-size: 1.5rem;
3950 padding: 1em;
3951 border-radius: 10px;
3952 bottom: 1em;
3953 right: 1em;
3954 overflow: hidden;
3955 white-space: nowrap;
3956 color: transparent;
3957 cursor: default;
3958 visibility: hidden;
3959 transition:
3960 visibility 1s ease,
3961 color 1s ease,
3962 background-color 1s ease,
3963 bottom 0.3s ease;
3965 #image-focus-overlay .help-overlay:hover {
3966 max-width: 24em;
3967 max-height: 14em;
3968 background-color: rgba(0,0,0,0.85);
3969 color: #fff;
3970 visibility: visible;
3971 transition:
3972 visibility 0.2s ease 0.3s,
3973 color 0.2s ease 0.3s,
3974 background-color 0.2s ease 0.3s;
3977 #image-focus-overlay .help-overlay::after {
3978 content: "\F128";
3979 font-family: "Font Awesome", "Font Awesome 5 Free";
3980 font-weight: 900;
3981 font-size: 2rem;
3982 position: absolute;
3983 right: 0;
3984 bottom: 0;
3985 padding: 10px;
3986 color: #000;
3987 filter: drop-shadow(0 0 6px #fff);
3988 visibility: visible;
3989 opacity: 0.85;
3990 transition:
3991 visibility 1s ease;
3993 #image-focus-overlay .help-overlay:hover::after {
3994 visibility: hidden;
3995 transition:
3996 visibility 0.2s ease 0.3s;
3999 #image-focus-overlay .help-overlay p {
4000 margin: 0;
4001 text-indent: -2em;
4002 padding-left: 2em;
4003 max-width: 100%;
4004 overflow: hidden;
4006 #image-focus-overlay .help-overlay p + p {
4007 margin: 0.75em 0 0 0;
4009 #image-focus-overlay .help-overlay.hidden {
4010 bottom: -2em;
4013 /*=--------------=*/
4014 /*= Slide number =*/
4015 /*=--------------=*/
4017 #image-focus-overlay .image-number {
4018 position: absolute;
4019 z-index: 2;
4020 font-size: 1.75rem;
4021 left: 1em;
4022 bottom: 1em;
4023 font-weight: 600;
4024 text-shadow:
4025 0 0 3px #fff,
4026 0 0 5px #fff,
4027 0 0 8px #fff,
4028 0 0 13px #fff;
4029 width: 1.5em;
4030 text-align: right;
4031 white-space: nowrap;
4032 transition: bottom 0.3s ease;
4034 #image-focus-overlay .image-number::before {
4035 content: "#";
4036 opacity: 0.3;
4038 #image-focus-overlay .image-number::after {
4039 content: " of " attr(data-number-of-images);
4040 opacity: 0.3;
4042 #image-focus-overlay .image-number:hover::before,
4043 #image-focus-overlay .image-number:hover::after {
4044 opacity: 1.0;
4046 #image-focus-overlay .image-number.hidden {
4047 bottom: -1.25em;
4050 /*=-------------------=*/
4051 /*= Slideshow buttons =*/
4052 /*=-------------------=*/
4054 #image-focus-overlay .slideshow-buttons {
4055 position: absolute;
4056 top: 0;
4057 left: 0;
4058 width: 100%;
4059 height: 100%;
4060 z-index: 1;
4061 display: flex;
4062 justify-content: space-between;
4063 pointer-events: none;
4065 #image-focus-overlay .slideshow-buttons button {
4066 font-family: "Font Awesome", "Font Awesome 5 Free";
4067 font-weight: 900;
4068 font-size: 3rem;
4069 padding: 0.5em;
4070 color: #ddd;
4071 position: relative;
4072 left: 0;
4073 transition:
4074 left 0.3s ease;
4075 pointer-events: auto;
4077 #image-focus-overlay .slideshow-buttons button::selection {
4078 background-color: transparent;
4080 @media only screen and (hover: hover) {
4081 #image-focus-overlay .slideshow-buttons button:hover {
4082 background-color: rgba(0,0,0,0.1);
4083 color: #777;
4086 #image-focus-overlay .slideshow-buttons button:active {
4087 transform: none;
4088 color: #888;
4090 #image-focus-overlay .slideshow-buttons button:disabled {
4091 text-shadow: none;
4092 background-color: transparent;
4093 color: #ddd;
4094 cursor: default;
4095 opacity: 0.4;
4097 #image-focus-overlay .slideshow-button.previous.hidden {
4098 left: -1.75em;
4100 #image-focus-overlay .slideshow-button.next.hidden {
4101 left: 1.75em;
4104 /*=-----------------=*/
4105 /*= Background blur =*/
4106 /*=-----------------=*/
4108 .blurred {
4109 filter: blur(3px);
4112 /**************************/
4113 /* QUALIFIED HYPERLINKING */
4114 /**************************/
4116 #content.no-nav-bars {
4117 margin: 8px auto;
4119 #content.no-nav-bars + #ui-elements-container > * {
4120 padding-top: 8px;
4123 #aux-about-link {
4124 position: fixed;
4125 top: 40px;
4126 left: calc((100% - 900px) / 2 - 69px);
4127 width: 1.5em;
4128 height: 1.5em;
4129 text-align: center;
4130 display: table;
4132 #aux-about-link a {
4133 display: table-cell;
4134 width: 100%;
4135 vertical-align: middle;
4136 font-family: "Font Awesome", "Font Awesome 5 Free";
4137 font-weight: 900;
4138 font-size: 1.25rem;
4139 opacity: 0.4;
4140 z-index: 1;
4143 .qualified-linking {
4144 margin: 0;
4145 position: relative;
4147 .qualified-linking input[type='checkbox'] {
4148 visibility: hidden;
4149 width: 0;
4150 height: 0;
4151 margin: 0;
4153 .qualified-linking label {
4154 font-family: "Font Awesome", "Font Awesome 5 Free";
4155 font-weight: 900;
4156 font-size: 1rem;
4157 padding: 0 0.5em;
4158 display: inline-block;
4159 margin-left: 0.25em;
4161 .qualified-linking label:hover {
4162 cursor: pointer;
4164 .qualified-linking label:active span {
4165 display: inline-block;
4166 transform: scale(0.9);
4168 .qualified-linking label::selection {
4169 background-color: transparent;
4172 .qualified-linking label::after {
4173 content: "";
4174 width: 100vw;
4175 height: 0;
4176 left: 0;
4177 top: 0;
4178 position: fixed;
4179 z-index: 1;
4180 cursor: default;
4182 .qualified-linking input[type='checkbox']:checked + label::after {
4183 height: 100vh;
4186 .qualified-linking-toolbar {
4187 position: absolute;
4188 right: 0.25em;
4189 top: 110%;
4190 z-index: 1;
4192 .qualified-linking input[type='checkbox'] ~ .qualified-linking-toolbar {
4193 display: none;
4195 .qualified-linking input[type='checkbox']:checked ~ .qualified-linking-toolbar {
4196 display: block;
4198 #qualified-linking-toolbar-toggle-checkbox-bottom ~ .qualified-linking-toolbar {
4199 top: unset;
4200 bottom: 125%;
4203 .qualified-linking-toolbar a {
4204 display: block;
4205 padding: 0 6px;
4206 margin: 4px;
4208 .qualified-linking-toolbar a::selection {
4209 background-color: transparent;
4212 /*****************/
4213 /* HOVER PREVIEW */
4214 /*****************/
4216 #preview-popup-toggle {
4217 position: absolute;
4218 right: -67px;
4219 bottom: 285px;
4220 cursor: pointer;
4221 color: var(--GW-toggle-widget-color, #888);
4223 #preview-popup-toggle:hover {
4224 color: var(--GW-toggle-widget-hover-color, #444);
4227 #content.preview:not(not) {
4228 padding: 0;
4230 #content.preview > .comment-thread {
4231 margin: 2px;
4233 #content.preview.individual-thread-page > .comment-thread > .comment-item {
4234 border: none;
4236 #content.preview.user-page .page-main-heading, #content.preview.user-page .user-stats {
4237 padding: 0 8px;
4239 #content.preview.user-page .page-main-heading {
4240 margin-left: 8px;
4242 #content.preview.not(not) .body-text {
4243 margin-left: 8px;
4244 margin-right: 8px;
4246 #content.preview.user-page .user-stats {
4247 margin-right: 32px;
4249 #content.preview.user-page .page-toolbar, #content.preview.user-page nav {
4250 display: none;
4252 #content.preview button.vote {
4253 display: none;
4255 #content.preview > h1.listing {
4256 max-height: unset;
4258 #content.preview.user-page > .comment-thread {
4259 margin: 0.5em 0;
4261 #content.preview > .post {
4262 margin: 0 18px;
4264 #content.preview .post-title {
4265 margin-top: 0.5em;
4267 #content.preview .post-meta {
4268 line-height: 1.0;
4270 #content.preview .body-text {
4271 font-size: 1em;
4273 #content.preview nav.contents,
4274 #content.preview .lw2-link {
4275 display: none;
4278 .preview-popup {
4279 position: fixed;
4280 transform-origin: top;
4281 top: 10%;
4282 right: 10%;
4283 max-width: 700px;
4284 z-index: 10001;
4285 background-color: #eee;
4286 border: 1px solid #ccc;
4287 box-shadow: 2px 6px 20px -4px #000;
4288 transition: height 0.2s ease, top 0.2s ease;
4290 .popup-hide-button {
4291 position: fixed;
4292 top: 4px;
4293 right: 4px;
4294 color: #000;
4295 background-color: #fff;
4296 width: 28px;
4297 height: 28px;
4298 display: flex;
4299 font-family: "Font Awesome";
4300 font-size: 14px;
4301 line-height: 1;
4302 border: 1px solid #bbb;
4303 border-radius: 28px;
4304 align-items: center;
4305 justify-content: center;
4306 //padding-bottom: 2px;
4307 padding-left: 1.5px;
4308 font-family: "Font Awesome", "Font Awesome 5 Free";
4309 cursor: pointer;
4311 .popup-hide-button:hover::before {
4312 content: "Turn off preview popups";
4313 display: block;
4314 position: absolute;
4315 width: max-content;
4316 right: 32px;
4317 color #000;
4318 background-color: #fff;
4319 border: 1px solid #eee;
4320 border-radius: 2px;
4321 padding: 4px;
4324 /********/
4325 /* MATH */
4326 /********/
4328 .mathjax-block-container {
4329 display: block;
4330 overflow-y: hidden;
4331 border-radius: 6px;
4332 margin: 1em 0 1.5em 0;
4334 .mathjax-inline-container {
4335 max-width: 100%;
4336 overflow-x: auto;
4337 overflow-y: hidden;
4338 position: relative;
4339 padding: 0 1px;
4341 #content .mathjax-inline-container,
4342 #content .mathjax-inline-container .mjpage,
4343 #content .mathjax-inline-container .mjx-chtml,
4344 #content .mathjax-inline-container .mjx-math,
4345 #content .mathjax-inline-container .mjx-mrow {
4346 display: inline;
4347 white-space: normal;
4349 .post .mathjax-inline-container {
4350 line-height: 1;
4352 .comment .mathjax-inline-container {
4353 line-height: 1;
4355 .mathjax-inline-container .mjx-chtml {
4356 padding: 0;
4359 /************/
4360 /* SPOILERS */
4361 /************/
4363 .spoiler {
4364 color: #000; /* invert-override: #666 */
4365 background-color: currentColor;
4366 transition: none;
4367 text-shadow: none;
4368 margin: 1em 0;
4369 box-shadow: 0 0 0 1px currentColor inset;
4370 overflow: auto;
4372 .spoiler:not(:last-child) {
4373 margin-bottom: 0;
4375 #content .spoiler * {
4376 color: inherit;
4377 border: none;
4379 .spoiler:hover {
4380 color: unset;
4381 background-color: unset;
4382 text-shadow: unset;
4383 transition:
4384 color 0.1s ease-out 0.1s,
4385 background-color 0.1s ease-out 0.1s,
4386 text-shadow 0.1s ease-out 0.1s;
4388 .spoiler::selection,
4389 .spoiler ::selection {
4390 color: #fff;
4391 background-color: #000; /* invert-override: #666 */
4393 .spoiler:not(:hover)::selection,
4394 .spoiler:not(:hover) ::selection {
4395 background-color: transparent;
4398 /*= Fix for LessWrong being weird =*/
4400 .spoiler > p {
4401 padding: 0 7px;
4403 .spoiler > p:first-child {
4404 margin-top: 0.25em;
4406 .spoiler > p:last-child {
4407 margin-bottom: 0;
4408 padding-bottom: 0.25em;
4410 #content .spoiler > p:hover ~ p {
4411 color: #000; /* invert-override: #666 */
4412 background-color: currentColor;
4414 .spoiler > p + p {
4415 margin-top: -1em;
4417 .spoiler > p:not(:first-child) {
4418 padding-top: 0.5em;
4420 .spoiler > p:not(:last-child) {
4421 padding-bottom: 0.5em;
4424 .spoiler:not(:hover) pre,
4425 .spoiler:not(:hover) code {
4426 background-color: inherit;
4427 box-shadow: none;
4429 #content .spoiler pre {
4430 border-color: currentColor;
4431 border-style: solid;
4432 border-width: 0 1px;
4433 border-radius: 0;
4436 /*******************/
4437 /* PAGE LIST INDEX */
4438 /*******************/
4440 .page-list-index {
4441 margin: 1em 30px;
4442 line-height: 1.2;
4445 .page-list-index > p {
4446 font-weight: bold;
4447 font-size: 1.2em;
4450 .page-list-index > ul * {
4451 margin: 0;
4454 .page-list-index ul {
4455 padding-left: 1.5em;
4458 .page-list-index li {
4459 margin-top: 0.67em;
4462 .page-list-index li > a {
4463 display: block;
4464 font-size: 1.1em;
4465 font-weight: bold;
4466 margin: 0.33em 0;
4469 .page-list-index li > a:last-child {
4470 margin-bottom: 1em;
4474 /*****************/
4475 /* USER MENTIONS */
4476 /*****************/
4478 .textarea-container .autocomplete-container {
4479 position: absolute;
4480 overflow-y: auto;
4481 font-size: 1.125rem;
4482 cursor: default;
4483 backdrop-filter: blur(2px);
4484 width: 360px;
4486 .textarea-container .autocomplete-container:empty {
4487 display: none;
4490 @media only screen and (min-width: 521px) {
4491 .textarea-container .autocomplete-container.inside {
4492 max-height: calc(100% - 36px);
4493 top: 32px;
4495 .textarea-container .autocomplete-container.outside {
4496 max-height: calc(100% - 28px);
4497 top: 28px;
4498 z-index: 10001;
4501 .textarea-container .autocomplete-container.inside.right {
4502 right: 18px;
4504 .textarea-container .autocomplete-container.inside.left {
4505 left: 18px;
4507 .textarea-container .autocomplete-container.outside.right {
4508 left: calc(100% + 3px);
4510 .textarea-container .autocomplete-container.outside.left {
4511 right: calc(100% + 3px);
4514 head.content-width-normal + body .textarea-container .autocomplete-container.outside {
4515 max-width: calc((100vw - (900px - 40px * 2)) / 2);
4517 head.content-width-wide + body .textarea-container .autocomplete-container.outside {
4518 max-width: calc((100vw - (1150px - 40px * 2)) / 2);
4520 head.content-width-fluid + body .textarea-container .autocomplete-container.outside {
4521 max-width: calc((300px + 40px * 2) / 2);
4525 .textarea-container .autocomplete-container div {
4526 padding: 2px 8px 0 8px;
4527 white-space: nowrap;
4528 display: flex;
4529 justify-content: flex-end;
4532 .textarea-container .autocomplete-container div span.name {
4533 flex: 1 1 auto;
4534 width: calc(100% - 9em);
4535 overflow: hidden;
4536 text-overflow: ellipsis;
4538 .textarea-container .autocomplete-container div span.name:hover {
4539 overflow: visible;
4540 z-index: 1;
4542 .textarea-container .autocomplete-container div span.age,
4543 .textarea-container .autocomplete-container div span.karma {
4544 font-size: 0.9em;
4545 text-align: right;
4547 .textarea-container .autocomplete-container div span.age {
4548 flex: 0 0 3em;
4550 .textarea-container .autocomplete-container div span.karma {
4551 flex: 0 0 6em;
4555 /***************/
4556 /* COLLECTIONS */
4557 /***************/
4559 h2.sequence-chapter,
4560 h3.sequence-chapter,
4561 h4.sequence-chapter {
4562 text-align: center;
4564 h2.sequence-chapter::before,
4565 h3.sequence-chapter::before,
4566 h4.sequence-chapter::before {
4567 display: block;
4568 clear: both;
4569 margin: 1.5em 0 0.75em 0;
4570 font-style: normal;
4571 font-weight: normal;
4572 font-family: 'Concourse', 'a_Avante', 'GW-Symbols';
4574 h2.sequence-chapter::before {
4575 content: '\25A3';
4577 h3.sequence-chapter::before {
4578 content: '\25AA\2004\25AA';
4580 h4.sequence-chapter::before {
4581 content: '\00B7\2004\00B7\2004\00B7';
4585 /*******************/
4586 /* ALIGNMENT FORUM */
4587 /*******************/
4589 #content.alignment-forum-index-page::after {
4590 content: "Alignment Forum";
4591 font-size: 1.5rem;
4592 margin: 0.375em 0 0 -0.375em;
4593 order: -1;
4596 /**********************/
4597 /* FOR NARROW SCREENS */
4598 /**********************/
4600 @media only screen and (max-width: 1440px) {
4601 #hns-date-picker {
4602 right: -81px;
4603 padding: 8px 10px 10px 10px;
4604 bottom: 62px;
4605 display: none;
4607 #hns-date-picker::before {
4608 content: "";
4609 position: absolute;
4610 display: block;
4611 z-index: -1;
4612 height: calc(100% + 2px);
4613 top: -1px;
4614 left: -1px;
4615 width: 50%;
4618 @media only screen and (max-width: 1160px) {
4619 #new-comment-nav-ui {
4620 bottom: 180px;
4621 right: -68px;
4623 #hns-date-picker {
4624 bottom: 200px;
4625 right: -36px;
4627 #hns-date-picker::before {
4628 width: calc(100% - 35px);
4630 #theme-selector button::before {
4631 right: unset;
4632 left: 100%;
4634 #theme-selector:hover::after {
4635 content: "";
4636 display: block;
4637 position: absolute;
4638 width: calc(6em - 7px);
4639 height: calc(100% + 2px);
4640 top: 0;
4641 left: calc(100% + 1px);
4643 #anti-kibitzer-toggle {
4644 bottom: 330px;
4647 @media only screen and (max-width: 1080px) {
4648 #width-selector {
4649 right: -30px;
4651 #width-selector button {
4652 display: block;
4654 #text-size-adjustment-ui {
4655 top: 90px;
4656 right: -30px;
4658 #text-size-adjustment-ui button {
4659 display: block;
4660 position: relative;
4662 #text-size-adjustment-ui button.increase {
4663 bottom: 48px;
4665 #text-size-adjustment-ui button.decrease {
4666 top: 50px;
4668 #theme-selector {
4669 top: 46px;
4670 left: -44px;
4672 #theme-tweaker-toggle {
4673 left: -44px;
4674 top: 2px;
4676 #theme-tweaker-toggle button {
4677 height: 2em;
4678 width: 2em;
4679 padding: 7px;
4681 #quick-nav-ui {
4682 right: -54px;
4684 #new-comment-nav-ui {
4685 right: -55px;
4687 #hns-date-picker {
4688 right: -23px;
4690 #hns-date-picker::before {
4691 width: calc(100% - 22px);
4693 #anti-kibitzer-toggle {
4694 right: -54px;
4697 @media only screen and (max-width: 1040px) {
4698 #quick-nav-ui {
4699 right: -49px;
4701 #new-comment-nav-ui {
4702 right: -50px;
4704 #hns-date-picker {
4705 right: -18px;
4707 #hns-date-picker::before {
4708 width: calc(100% - 17px);
4710 #anti-kibitzer-toggle {
4711 right: -50px;
4714 @media only screen and (max-width: 1020px) {
4715 #quick-nav-ui {
4716 right: -20px;
4718 #new-comment-nav-ui {
4719 right: -21px;
4721 #new-comment-nav-ui .new-comments-count::before {
4722 content: "";
4723 position: absolute;
4724 width: 100%;
4725 height: calc(100% + 45px);
4726 z-index: -1;
4727 left: 0;
4728 top: -22px;
4730 #hns-date-picker {
4731 right: 19px;
4733 #hns-date-picker::before {
4734 width: 100%;
4736 #anti-kibitzer-toggle {
4737 right: -20px;
4740 @media only screen and (max-width: 1000px) {
4741 #theme-selector {
4742 left: -17px;
4743 top: 120px;
4744 padding: 3px 0;
4745 max-width: 32px;
4747 #theme-selector button {
4748 margin: 1px 4px;
4750 #text-size-adjustment-ui {
4751 top: 100px;
4752 right: -12px;
4754 @media not screen and (hover: none) {
4755 #quick-nav-ui,
4756 #new-comment-nav-ui,
4757 #new-comment-nav-ui + #hns-date-picker,
4758 #anti-kibitzer-toggle {
4759 opacity: 0.4;
4761 #quick-nav-ui:hover,
4762 #new-comment-nav-ui:hover,
4763 #new-comment-nav-ui + #hns-date-picker:hover,
4764 #new-comment-nav-ui + #hns-date-picker:focus-within,
4765 #new-comment-nav-ui:hover + #hns-date-picker,
4766 #anti-kibitzer-toggle:hover {
4767 opacity: 1.0;
4770 #theme-tweaker-toggle {
4771 top: 70px;
4772 left: -21px;
4776 /**************/
4777 /* PRINT VIEW */
4778 /**************/
4780 @media only print {
4781 .nav-bar {
4782 visibility: hidden;
4783 max-height: 0;
4784 overflow: hidden;
4786 #ui-elements-container {
4787 display: none;
4789 #images-overlay {
4790 display: none;
4792 #images-overlay + #content .post-body img {
4793 visibility: visible;
4795 .comment-controls {
4796 display: none;
4798 #comments-sort-mode-selector {
4799 display: none;
4801 .comment-minimize-button {
4802 display: none;
4804 .post-meta .qualified-linking,
4805 .post-meta .lw2-link {
4806 display: none;
4808 .comment-meta .permalink,
4809 .comment-meta .lw2-link,
4810 .comment-meta .comment-parent-link {
4811 display: none;
4813 .new-comment::before {
4814 display: none;
4816 #content::before {
4817 box-shadow: none;
4821 /*****************/
4822 /* MOBILE LAYOUT */
4823 /*****************/
4825 /* Hide the mobile elements on desktop screens: */
4827 @media only screen and (max-width: 1160px) {
4828 #post-nav-ui-toggle,
4829 #appearance-adjust-ui-toggle {
4830 display: none;
4834 @media only screen and (max-width: 1160px) {
4836 /*====================*/
4837 /* MOBILE UI ELEMENTS */
4838 /*====================*/
4840 #ui-elements-container {
4841 height: unset !important;
4842 position: unset;
4844 #ui-elements-container > * {
4845 position: fixed;
4846 visibility: hidden;
4847 opacity: 1.0;
4848 z-index: 10000;
4851 #ui-elements-container > div[id$='-ui-toggle'] {
4852 visibility: visible;
4853 display: inline-block;
4854 border-radius: 50%;
4855 z-index: 10000;
4857 #ui-elements-container > div[id$='-ui-toggle'] button,
4858 #theme-selector .theme-selector-close-button {
4859 font-family: Font Awesome;
4860 font-weight: 900;
4861 font-size: 32px;
4862 padding: 10px;
4863 opacity: 0.8;
4864 -webkit-tap-highlight-color: transparent;
4865 transition: transform 0.2s ease;
4867 #ui-elements-container > div[id$='-ui-toggle'] button::selection,
4868 #theme-selector .theme-selector-close-button::selection {
4869 background-color: transparent;
4871 #ui-elements-container > div[id$='-ui-toggle'] button::-moz-focus-inner,
4872 #theme-selector .theme-selector-close-button::-moz-focus-inner {
4873 border: none;
4875 #ui-elements-container > div[id$='-ui-toggle'] button.engaged {
4876 transform: rotate(-90deg);
4877 opacity: 1.0;
4880 #appearance-adjust-ui-toggle {
4881 bottom: 10px;
4882 left: 10px;
4885 #post-nav-ui-toggle {
4886 bottom: 10px;
4887 right: 10px;
4890 #theme-selector.engaged,
4891 #quick-nav-ui.engaged,
4892 #new-comment-nav-ui.engaged,
4893 #hns-date-picker.engaged {
4894 visibility: visible;
4897 #image-focus-overlay.engaged {
4898 visibility: visible;
4900 #image-focus-overlay .help-overlay {
4901 display: none;
4904 /*=========*/
4905 /* GENERAL */
4906 /*=========*/
4908 @media only screen and (max-width: 900px) {
4909 #content,
4910 #images-overlay,
4911 #ui-elements-container {
4912 min-width: unset;
4913 width: unset;
4915 #content {
4916 padding: 0 4px;
4920 /*================*/
4921 /* THEME SELECTOR */
4922 /*================*/
4924 #theme-selector {
4925 display: flex;
4926 flex-flow: column;
4927 background-color: #fff;
4928 width: calc(100vw - 20px);
4929 max-width: 360px;
4930 padding: 0;
4931 overflow: hidden;
4932 max-height: 0;
4933 transition:
4934 top 0.2s ease,
4935 max-height 0.2s ease,
4936 visibility 0.2s ease;
4937 top: calc(100% + 10px);
4938 left: 0;
4939 right: 0;
4940 margin: auto;
4942 #theme-selector.engaged {
4943 max-height: 1000px;
4944 top: 10px;
4945 z-index: 10001;
4947 #theme-selector::before {
4948 content: "Select theme";
4949 white-space: nowrap;
4950 display: block;
4951 font-weight: 600;
4952 font-size: 2rem;
4953 margin: 0.375em 1em 0.5em 1em;
4954 text-align: center;
4956 #theme-selector button {
4957 width: calc(100% - 0.5em);
4958 background-repeat: no-repeat;
4959 padding: 1em 0.875em;
4960 margin: 1px 4px;
4961 line-height: 1;
4962 height: unset;
4963 position: relative;
4965 #theme-selector button::after {
4966 content: attr(data-theme-description);
4967 color: #000;
4968 white-space: nowrap;
4969 position: absolute;
4970 text-align: left;
4971 left: 2.5em;
4972 top: 1em;
4974 @media only screen and (max-height: 675px) {
4975 #theme-selector button {
4976 padding: 0.875em;
4978 #theme-selector button::after {
4979 top: 0.875em;
4982 #theme-selector .theme-selector-close-button {
4983 position: absolute;
4984 width: unset;
4985 background-color: transparent;
4986 top: 0;
4987 right: 0;
4988 margin: 0;
4989 font-size: 31px;
4991 #theme-selector .theme-selector-close-button,
4992 #theme-selector .theme-selector-close-button:focus,
4993 #theme-selector .theme-selector-close-button:active,
4994 #theme-selector .theme-selector-close-button:hover {
4995 box-shadow: none;
4998 #theme-selector .interaction-blocker-overlay {
4999 position: fixed;
5000 width: 100%;
5001 height: 100%;
5002 left: 0;
5003 top: 0;
5004 z-index: 1;
5005 pointer-events: auto;
5006 display: none;
5008 #theme-selector .interaction-blocker-overlay.enabled {
5009 display: block;
5012 /*=============================*/
5013 /* THEME SELECTOR AUX CONTROLS */
5014 /*=============================*/
5016 #theme-selector .auxiliary-controls-container {
5017 display: flex;
5018 justify-content: space-between;
5019 align-items: stretch;
5020 padding: 0.75em 0 0 0;
5021 margin: 8px;
5022 border-top: 1px solid #000;
5025 /*===============*/
5026 /* THEME TWEAKER */
5027 /*===============*/
5029 #theme-selector #theme-tweaker-toggle {
5030 position: relative;
5031 top: unset;
5032 left: unset;
5033 padding: 0;
5036 #theme-selector #theme-tweaker-toggle button {
5037 display: block;
5038 width: unset;
5039 margin: 0;
5040 transform: none;
5041 position: relative;
5042 background-image: none;
5043 padding: 0.5em 0.625em 0.375em 0.625em;
5044 margin: 0;
5045 opacity: 1.0;
5047 #theme-selector #theme-tweaker-toggle button::after {
5048 content: "Theme tweaker";
5049 font-size: 0.625em;
5050 white-space: nowrap;
5051 text-align: center;
5052 display: block;
5053 padding: 0;
5054 margin: 0.5em 0 0 0;
5055 max-width: unset;
5056 position: static;
5057 font-family: 'Concourse', 'a_Avante', 'GW-Symbols';
5058 font-weight: normal;
5060 #theme-selector #theme-tweaker-toggle button::before {
5061 display: none;
5064 #theme-tweaker-ui {
5065 visibility: visible;
5068 /*======================*/
5069 /* ANTI-KIBITZER TOGGLE */
5070 /*======================*/
5072 #theme-selector #anti-kibitzer-toggle {
5073 position: relative;
5074 top: unset;
5075 bottom: unset;
5076 left: unset;
5077 right: unset;
5078 margin: unset;
5079 box-shadow: unset;
5080 border-radius: unset;
5081 overflow: visible;
5084 #theme-selector #anti-kibitzer-toggle button {
5085 width: 48px;
5086 height: 100%;
5087 padding: 0;
5088 margin: 0;
5089 background-image: unset;
5090 border-radius: 10px;
5092 #theme-selector #anti-kibitzer-toggle button::before {
5093 width: 100%;
5094 visibility: unset;
5095 position: static;
5096 padding: 0;
5097 text-align: center;
5099 #theme-selector #anti-kibitzer-toggle button::after {
5100 content: "\F007\2004\F164";
5101 position: static;
5102 color: transparent;
5105 /*====================*/
5106 /* DARK MODE SELECTOR */
5107 /*====================*/
5109 #theme-selector #dark-mode-selector {
5110 position: static;
5111 opacity: 1.0;
5112 outline: none;
5113 border-radius: 10px;
5116 #theme-selector #dark-mode-selector button {
5117 width: 54px;
5118 height: 100%;
5119 margin: 0;
5120 padding: 0 0 0.75em 0;
5121 border-radius: 0;
5122 background-image: none;
5123 box-shadow: none;
5124 border: none;
5125 background-color: transparent;
5127 #theme-selector #dark-mode-selector button::before {
5128 display: none;
5130 #theme-selector #dark-mode-selector button::after {
5131 content: attr(data-name);
5132 visibility: visible;
5133 max-width: unset;
5134 left: 0;
5135 right: 0;
5136 bottom: 0;
5137 top: unset;
5138 text-shadow: none;
5139 font-size: 0.875rem;
5140 color: inherit;
5141 padding: 0 0.25em 0.5em 0.25em;
5142 text-align: center;
5145 /*=================*/
5146 /* QUICKNAV WIDGET */
5147 /*=================*/
5149 #quick-nav-ui {
5150 max-width: 0px;
5151 transition:
5152 max-width 0.2s ease,
5153 visibility 0.2s ease;
5154 display: flex;
5155 right: 72px;
5156 bottom: 14px;
5158 #quick-nav-ui.engaged {
5159 max-width: 1000px;
5161 #quick-nav-ui a {
5162 position: relative;
5163 margin: 2px;
5165 #quick-nav-ui a + a {
5166 margin-left: 5px;
5168 #quick-nav-ui a::after {
5169 position: absolute;
5170 top: calc(100% + 2px);
5171 font-size: 0.375rem;
5172 left: 0;
5173 right: 0;
5174 margin: auto;
5175 line-height: 1;
5176 padding: 2px;
5177 text-transform: uppercase;
5178 z-index: -1;
5180 @supports (width: -moz-fit-content) {
5181 #quick-nav-ui a::after {
5182 width: -moz-fit-content;
5185 @supports (width: fit-content) {
5186 #quick-nav-ui a::after {
5187 width: fit-content;
5190 #quick-nav-ui a[href='#top']::after {
5191 content: "Top";
5192 left: -1px;
5194 #quick-nav-ui a[href='#comments']::after {
5195 content: "Comments";
5197 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
5198 visibility: hidden;
5199 transition: visibility 0.2s ease;
5201 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui.engaged a[href='#comments'] {
5202 visibility: visible;
5204 #quick-nav-ui a[href='#bottom-bar']::after {
5205 content: "Bottom";
5208 /*======================*/
5209 /* NEW COMMENT QUICKNAV */
5210 /*======================*/
5212 #new-comment-nav-ui {
5213 max-width: 0px;
5214 max-height: 0px;
5215 transition:
5216 max-width 0.2s ease,
5217 max-height 0.2s ease,
5218 visibility 0.2s ease;
5219 display: flex;
5220 right: 78px;
5221 bottom: 70px;
5223 #new-comment-nav-ui::before {
5224 content: "New Comments";
5225 position: absolute;
5226 bottom: 100%;
5227 font-size: 0.5625rem;
5228 left: 0;
5229 right: 0;
5230 margin: auto;
5231 padding: 2px 3px;
5232 text-transform: uppercase;
5233 z-index: -1;
5235 @supports (width: -moz-fit-content) {
5236 #new-comment-nav-ui::before {
5237 width: -moz-fit-content;
5240 @supports (width: fit-content) {
5241 #new-comment-nav-ui::before {
5242 width: fit-content;
5245 #new-comment-nav-ui.engaged {
5246 max-width: 1000px;
5247 max-height: 1000px;
5249 #new-comment-nav-ui .new-comment-sequential-nav-button {
5250 top: unset;
5251 bottom: unset;
5252 padding: 2px 7px;
5254 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
5255 padding: 2px 7px 3px 7px;
5257 #new-comment-nav-ui .new-comments-count {
5258 padding: 4px 0 5px 0;
5260 #new-comment-nav-ui .new-comments-count::before {
5261 display: none;
5263 #new-comment-nav-ui button::after {
5264 position: absolute;
5265 font-size: 0.375rem;
5266 left: 0;
5267 right: 0;
5268 margin: auto;
5269 line-height: 1;
5270 text-transform: uppercase;
5271 pointer-events: none;
5273 #new-comment-nav-ui button.new-comment-previous::after {
5274 content: "Previous";
5275 bottom: 5px;
5277 #new-comment-nav-ui button.new-comment-next::after {
5278 content: "Next";
5279 top: 7px;
5282 /*=================*/
5283 /* HNS DATE PICKER */
5284 /*=================*/
5286 #hns-date-picker {
5287 max-height: 0px;
5288 bottom: 132px;
5289 right: 62px;
5290 transition:
5291 max-height 0.2s ease,
5292 visibility 0.2s ease;
5294 #hns-date-picker.engaged {
5295 max-height: 1000px;
5297 #hns-date-picker::before {
5298 width: calc(100% + 2px);
5299 border-width: 1px !important;
5302 /*=========*/
5303 /* NAV BAR */
5304 /*=========*/
5306 #bottom-bar {
5307 margin-left: auto;
5308 margin-right: auto;
5309 width: calc(100% - 9rem + 8px);
5310 background: rgba(255,255,255,0.85);
5311 backdrop-filter: blur(1px);
5313 #content.index-page #bottom-bar {
5314 z-index: 10001;
5316 #bottom-bar .nav-item {
5317 box-shadow: none;
5318 position: relative;
5320 #bottom-bar .nav-inner {
5321 font-size: 2rem;
5322 padding: 1rem 0 1.25rem 0;
5323 visibility: hidden;
5324 position: static;
5325 width: 0;
5327 #content #bottom-bar .nav-item .nav-inner::before {
5328 margin: 0;
5329 visibility: visible;
5330 position: absolute;
5331 width: 100%;
5332 height: 100%;
5333 left: 0;
5334 top: 0;
5335 padding: 1rem 0;
5337 #bottom-bar .nav-inner::after {
5338 display: block;
5339 visibility: visible;
5340 text-transform: uppercase;
5341 color: unset;
5342 font-size: 0.75rem;
5343 top: unset;
5344 left: 0;
5345 bottom: 1rem;
5346 width: 100%;
5348 #bottom-bar #nav-item-first .nav-inner::after {
5349 content: "First Page";
5351 #bottom-bar #nav-item-prev .nav-inner::after {
5352 content: "Prev. Page";
5354 #bottom-bar #nav-item-top .nav-inner::after {
5355 content: "Top";
5357 #bottom-bar #nav-item-next .nav-inner::after {
5358 content: "Next Page";
5360 #bottom-bar #nav-item-last .nav-inner::after {
5361 content: "Last Page";
5364 @media only screen and (max-width: 900px) {
5365 .nav-bar-top {
5366 font-size: 0.75rem;
5368 .nav-bar {
5369 width: calc(100% + 8px);
5370 margin: 0 -4px;
5371 overflow: hidden;
5373 .nav-bar .nav-inner::after {
5374 display: none;
5377 #primary-bar .nav-item {
5378 flex: 1 1 100%;
5380 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) {
5381 flex: 1 1 60px;
5383 .nav-bar-top:not(#anything) .nav-inner {
5384 text-transform: uppercase;
5385 padding: 6px;
5387 .nav-bar-top .nav-inner::before {
5388 display: block;
5389 font-family: "Font Awesome";
5390 font-size: 2em;
5391 font-weight: 900;
5394 #nav-item-home .nav-inner::before {
5395 content: "\F015";
5397 #nav-item-featured .nav-inner::before {
5398 content: "\F005";
5400 #nav-item-all .nav-inner::before {
5401 content: "\F069";
5403 #nav-item-meta .nav-inner::before {
5404 content: "\F077";
5406 #nav-item-tags .nav-inner::before {
5407 content: "\F02C";
5409 #nav-item-recent-comments > * > span {
5410 display: none;
5412 #nav-item-recent-comments .nav-inner::before,
5413 #nav-item-alignment-forum-comments .nav-inner::before {
5414 content: "\F036";
5416 #nav-item-alignment-forum .nav-inner::before {
5417 content: "AF";
5418 font-family: Concourse, 'Changa One';
5420 #nav-item-questions .nav-inner::before {
5421 content: "?";
5422 font-family: Concourse, 'Changa One';
5424 #nav-item-events .nav-inner::before {
5425 content: "\F5A0";
5427 #nav-item-shortform .nav-inner::before {
5428 content: "\F2F2";
5430 #nav-item-archive .nav-inner::before {
5431 content: "\F187";
5433 #nav-item-about .nav-inner::before {
5434 content: "\F129";
5436 #nav-item-search {
5437 font-size: 2em;
5438 padding: 10px;
5440 #nav-item-search .nav-inner::before {
5441 content: none;
5443 #nav-item-search .nav-inner {
5444 height: 100%;
5445 display: flex;
5447 #nav-item-search input {
5448 width: 100%;
5449 height: 100%;
5451 #nav-item-search button {
5452 height: 100%;
5453 padding: 5px 5px 5px 10px;
5454 width: 40px;
5455 overflow: visible;
5456 visibility: hidden;
5458 #nav-item-search button::before {
5459 content: "\F002";
5460 font-family: Font Awesome;
5461 font-weight: 900;
5462 visibility: visible;
5464 #nav-item-login {
5465 padding: 0;
5467 #nav-item-login .nav-inner::before {
5468 content: "\F007";
5471 @media only screen and (max-width: 520px) {
5472 .nav-bar-top {
5473 font-size: 0.5rem;
5476 #nav-item-search,
5477 #nav-item-search .nav-inner {
5478 padding: 0;
5480 #nav-item-search button {
5481 width: 31px;
5484 #bottom-bar #nav-item-first .nav-inner::after {
5485 content: "First";
5487 #bottom-bar #nav-item-prev .nav-inner::after {
5488 content: "Prev";
5490 #bottom-bar #nav-item-next .nav-inner::after {
5491 content: "Next";
5493 #bottom-bar #nav-item-last .nav-inner::after {
5494 content: "Last";
5498 /*=================*/
5499 /* INBOX INDICATOR */
5500 /*=================*/
5502 @media only screen and (max-width: 900px) {
5503 #inbox-indicator {
5504 width: 100%;
5505 top: 0;
5506 pointer-events: none;
5508 #inbox-indicator::before {
5509 width: 100%;
5510 font-size: 1rem;
5511 text-align: right;
5512 padding: 1px 6px;
5514 #inbox-indicator.new-messages {
5515 pointer-events: auto;
5517 #inbox-indicator.new-messages::before {
5518 box-shadow: 0 0 8px 1px #f00 inset;
5521 @media only screen and (max-width: 520px) {
5522 #inbox-indicator::before {
5523 font-size: 0.75rem;
5524 padding: 2px 5px;
5527 @media only screen and (max-width: 374px) {
5528 #inbox-indicator::before {
5529 font-size: 0.625rem;
5533 /*===================*/
5534 /* TOP PAGINATION UI */
5535 /*===================*/
5537 #top-nav-bar {
5538 font-size: 1.75rem;
5541 /*==============*/
5542 /* PAGE TOOLBAR */
5543 /*==============*/
5545 @media only screen and (max-width: 900px) {
5546 #content > .page-toolbar {
5547 font-size: 1rem;
5548 margin-right: 0;
5550 #content.user-page > .page-toolbar {
5551 grid-column: 2 / span 2;
5552 margin: 0 0 6px 0;
5555 @media only screen and (max-width: 520px) {
5556 #content:not(.user-page) .page-toolbar {
5557 display: flex;
5558 flex-direction: column-reverse;
5559 text-align: right;
5560 align-self: start;
5561 padding: 4px 0 0 0;
5563 #content.user-page .page-toolbar {
5564 display: flex;
5565 flex-flow: row;
5566 justify-content: flex-end;
5567 padding: 2px 0 0 0;
5569 #content.user-page .page-toolbar > form,
5570 #content.user-page .page-toolbar > .button {
5571 text-align: center;
5572 flex-basis: 25%;
5573 margin-left: 1.5em;
5575 #content.user-page .page-toolbar .button {
5576 text-transform: uppercase;
5577 font-size: 0.625rem;
5579 #content.user-page .page-toolbar .button::before {
5580 font-size: 1.375rem;
5581 display: block;
5582 padding: 0;
5584 #content.user-page .page-toolbar .rss {
5585 white-space: nowrap;
5586 margin: 0 0 0 1.5em;
5588 .page-toolbar > * {
5589 line-height: 1.15;
5590 padding: 6px 0;
5591 margin: 0;
5595 /*==============*/
5596 /* SUBLEVEL NAV */
5597 /*==============*/
5599 @media only screen and (max-width: 900px) {
5600 .sublevel-nav:not(.sort) {
5601 flex-wrap: wrap;
5602 width: calc(100vw - 200px);
5604 .sublevel-nav:not(.sort) .sublevel-item {
5605 margin: 1px;
5606 flex-basis: 7em;
5609 @media only screen and (max-width: 520px) {
5610 .sublevel-nav:not(.sort) .sublevel-item {
5611 font-size: 1rem;
5615 /*=====================*/
5616 /* SORT ORDER SELECTOR */
5617 /*=====================*/
5619 @media only screen and (max-width: 720px) {
5620 #content.index-page > .sublevel-nav.sort {
5621 flex-flow: column;
5622 margin-left: 4px;
5626 /*==========*/
5627 /* ARCHIVES */
5628 /*==========*/
5630 @media only screen and (max-width: 900px) {
5631 div[class^='archive-nav-'] {
5632 flex-wrap: wrap;
5633 justify-content: flex-start;
5635 .archive-nav *[class^='archive-nav-item'],
5636 .archive-nav *[class^='archive-nav-item']:first-child {
5637 padding: 10px;
5638 margin: 2px;
5639 max-width: unset;
5640 flex: 0 1 calc((100% / 8) - 4px);
5642 .archive-nav .archive-nav-item-day,
5643 .archive-nav .archive-nav-item-day:first-child {
5644 flex-basis: calc((100% / 16) - 4px);
5646 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-'] {
5647 margin-top: 8px;
5648 position: relative;
5650 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
5651 content: "";
5652 display: block;
5653 position: absolute;
5654 height: 1px;
5655 width: calc(100% + 8px);
5656 left: -4px;
5657 top: -4px;
5660 @media only screen and (max-width: 720px) {
5661 .archive-nav .archive-nav-item-day,
5662 .archive-nav .archive-nav-item-day:first-child {
5663 flex-basis: calc((100% / 12) - 4px);
5666 @media only screen and (max-width: 520px) {
5667 .archive-nav *[class^='archive-nav-item'],
5668 .archive-nav *[class^='archive-nav-item']:first-child {
5669 flex-basis: calc((100% / 5) - 4px);
5671 .archive-nav .archive-nav-item-day,
5672 .archive-nav .archive-nav-item-day:first-child {
5673 flex-basis: calc((100% / 8) - 4px);
5677 /*==========*/
5678 /* LISTINGS */
5679 /*==========*/
5681 h1.listing {
5682 max-height: unset;
5685 /*============*/
5686 /* USER PAGES */
5687 /*============*/
5689 #content.user-page h1.page-main-heading {
5690 align-self: end;
5692 @media only screen and (max-width: 520px) {
5693 #content.user-page h1.page-main-heading {
5694 overflow: hidden;
5695 text-overflow: ellipsis;
5697 #content.user-page .user-stats .karma-type {
5698 display: block;
5702 /*============*/
5703 /* LOGIN PAGE */
5704 /*============*/
5706 @media only screen and (max-width: 640px) {
5707 .login-container {
5708 flex-flow: column;
5709 margin: 0 auto 3em auto;
5710 max-width: 400px;
5712 .login-container #login-form,
5713 .login-container #signup-form {
5714 padding: 0 1em 1.25em 1em;
5715 grid-row-gap: 0;
5717 .login-container #signup-form {
5718 padding-top: 1em;
5720 .login-container #login-form > *,
5721 .login-container #signup-form > * {
5722 grid-column: 1 / span 2;
5724 .login-container form label {
5725 text-align: left;
5726 padding: 0;
5727 line-height: 1;
5729 .login-container form input {
5730 margin: 0.25em 0 0.75em 0;
5731 padding: 0.5em;
5733 .login-container form h1 {
5734 grid-column: 1 / span 2;
5735 margin: 0 0 0.25em 0;
5737 .login-container form a {
5738 margin: 0.75em 0 0 0;
5740 .login-container .login-tip {
5741 margin: 1.5em 1em 0 1em;
5745 /*==================*/
5746 /* POSTS & COMMENTS */
5747 /*==================*/
5749 @media only screen and (max-width: 720px) {
5750 .body-text ol > li {
5751 padding: 0 0 0 2.25em;
5753 .body-text ol > li::before {
5754 width: 1.75em;
5756 .body-text ul:not(.contents-list) > li,
5757 .body-text ul:not(.contents-list) > li ul > li {
5758 padding: 0 0 0 0.75em;
5760 .body-text ul:not(.contents-list) > li::before,
5761 .body-text ul:not(.contents-list) > li ul > li::before {
5762 width: 0.125em;
5763 margin-left: -0.06em;
5767 /*===========*/
5768 /* POST-META */
5769 /*===========*/
5771 .post-meta {
5772 line-height: 1.9;
5774 @media only screen and (max-width: 720px) {
5775 .post-meta .lw2-link span,
5776 .post-meta .karma-value span,
5777 .post-meta .comment-count span {
5778 display: none;
5780 .post-meta .comment-count::before {
5781 content: "\F086";
5782 font-family: Font Awesome;
5783 font-size: 0.875em;
5784 margin: 0 0.25em 0 0;
5785 font-weight: 400;
5789 /*===================*/
5790 /* POSTS & BODY TEXT */
5791 /*===================*/
5793 @media only screen and (max-width: 900px) {
5794 .post-body,
5795 h1.post-title,
5796 .tag-description,
5797 .sequence-text {
5798 padding: 0 6px;
5801 @media only screen and (max-width: 520px) {
5802 .post-body {
5803 font-size: 1.2rem;
5804 line-height: 1.45;
5806 h1.post-title {
5807 font-size: 2em;
5811 /*==============*/
5812 /* COMMENT-META */
5813 /*==============*/
5815 a.comment-parent-link::after {
5816 display: none;
5818 @media only screen and (max-width: 900px) {
5819 .comment-meta {
5820 padding: 2px 40px 2px 10px;
5823 @media only screen and (max-width: 720px) {
5824 .comment .karma-value span {
5825 display: none;
5827 .comment-meta .comment-parent-link {
5828 opacity: 1.0;
5831 @media only screen and (max-width: 520px) {
5832 .comment-meta {
5833 padding: 2px 24px 2px 10px;
5834 position: relative;
5836 .comment-meta > * {
5837 order: 3;
5839 .comment-meta > :not(.author) {
5840 line-height: 1.8;
5842 .comment-meta .author,
5843 .comment-meta .date {
5844 order: 1;
5846 .comment-meta:before {
5847 content: "";
5848 order: 2;
5849 flex-basis: 100%;
5851 .comment-post-title2 {
5852 display: block;
5853 text-overflow: ellipsis;
5854 overflow: hidden;
5856 .comment-meta .lw2-link {
5857 display: none;
5861 /*=======================*/
5862 /* COMMENTS COMPACT VIEW */
5863 /*=======================*/
5865 /*===========================*/
5866 /* COMMENT THREAD NAVIGATION */
5867 /*===========================*/
5869 @media only screen and (max-width: 900px) {
5870 a.comment-parent-link {
5871 width: 0;
5872 visibility: hidden;
5873 position: relative;
5875 a.comment-parent-link::before {
5876 padding: 0;
5877 font-size: 1em;
5878 left: 0;
5879 top: 0;
5880 line-height: inherit;
5881 visibility: visible;
5882 content: "\F3BF";
5883 transform: scaleX(-1);
5884 width: 2em;
5885 text-align: center;
5888 @media only screen and (max-width: 520px) {
5889 a.comment-parent-link {
5890 position: static;
5892 a.comment-parent-link::before {
5893 padding: 6px;
5894 left: unset;
5895 right: 0;
5896 top: unset;
5897 bottom: 0;
5898 height: 2em;
5902 /*=================================*/
5903 /* COMMENT THREAD MINIMIZE BUTTONS */
5904 /*=================================*/
5906 @media only screen and (max-width: 520px) {
5907 .comment-minimize-button{
5908 right: 2px;
5912 /*===========================*/
5913 /* COMMENTING AND POSTING UI */
5914 /*===========================*/
5916 @media only screen and (max-width: 900px) {
5917 .comment-controls .delete-button, .comment-controls .retract-button, .comment-controls .unretract-button, .comment-controls .edit-button {
5918 font-size: 0;
5920 .comment-controls .delete-button::before, .comment-controls .retract-button::before, .comment-controls .unretract-button::before, .comment-controls .edit-button::before {
5921 font-size: 0.9rem;
5923 .comment-controls .cancel-comment-button {
5924 max-width: 1.3em;
5925 overflow: hidden;
5926 margin-right: 0.125em;
5928 .comment-controls .edit-button::before {
5929 font-size: 0.9375rem;
5931 .comments > .comment-controls .cancel-comment-button {
5932 right: 8px;
5934 .comment-controls .cancel-comment-button::before {
5935 font-size: 1.25rem;
5938 @media only screen and (max-width: 520px) {
5939 .comment-controls {
5940 position: static;
5942 .comment-controls:focus-within {
5943 z-index: 10001;
5945 .comment-controls .cancel-comment-button {
5946 right: 10px;
5948 .textarea-container:focus-within textarea {
5949 position: fixed;
5950 top: 0;
5951 left: 2px;
5952 width: calc(100vw - 4px);
5953 height: calc(100% - 100px);
5954 min-height: unset;
5955 max-height: unset;
5956 border-width: 1px;
5957 z-index: 11001;
5959 #content.conversation-page .textarea-container:focus-within textarea {
5960 height: calc(100% - 54px);
5962 #content.conversation-page .textarea-container:focus-within::after {
5963 content: "";
5964 display: block;
5965 width: 100%;
5966 height: 50px;
5967 position: fixed;
5968 left: 0;
5969 bottom: 0;
5970 z-index: 11000;
5972 .textarea-container:focus-within .guiedit-buttons-container {
5973 position: fixed;
5974 z-index: 11002;
5975 left: 0;
5976 width: 100vw;
5977 height: auto;
5978 background-image: none;
5979 padding: 3px 4px 4px 4px;
5980 margin: 0;
5981 text-align: center;
5982 top: auto;
5983 bottom: 0;
5985 .textarea-container:focus-within button.guiedit {
5986 font-size: 0.9375rem;
5987 line-height: 1.5;
5988 height: auto;
5989 width: calc((100% / 10) - 2px);
5990 padding: 10px 1px 8px 0;
5991 position: relative;
5992 margin: 1px;
5994 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
5995 z-index: 11011;
5996 position: fixed;
5997 bottom: 7px;
5998 width: calc(((100% - 16px) / 10) * 2.5 - 7px);
5999 font-size: 1.25rem;
6000 padding: 5px 5px 6px 5px;
6001 display: block;
6003 .textarea-container:focus-within button.guiedit sup {
6004 position: absolute;
6005 left: calc(50% + 0.65em);
6006 top: calc(50% - 1.3em);
6008 .textarea-container:focus-within .guiedit-mobile-help-button {
6009 left: 8px;
6011 .textarea-container:focus-within .guiedit-mobile-exit-button {
6012 right: 8px;
6014 .guiedit::after {
6015 display: none;
6018 #markdown-hints,
6019 #edit-post-form #markdown-hints {
6020 z-index: 11111;
6021 position: fixed;
6022 top: 40px;
6023 left: 0;
6024 right: 0;
6025 margin: auto;
6026 padding: 4px 0 4px 8px;
6027 width: 310px;
6028 border-width: 3px;
6029 border-style: double;
6030 pointer-events: none;
6032 #markdown-hints::after {
6033 content: "(Type to hide this help box.)";
6034 color: #090;
6035 display: block;
6036 margin: 12px 18px 13px 10px;
6037 padding: 5px;
6038 font-size: 0.9em;
6039 text-align: center;
6043 /*================*/
6044 /* EDIT POST FORM */
6045 /*================*/
6047 @media only screen and (max-width: 520px) {
6048 #edit-post-form {
6049 padding-bottom: 0;
6051 #edit-post-form .post-meta-fields {
6052 grid-template-columns: 4.5em auto auto auto 1fr auto;
6054 #edit-post-form label[for='url'],
6055 #edit-post-form label[for='section'],
6056 #edit-post-form label[for='title'] {
6057 padding-left: 0;
6059 #edit-post-form .post-meta-fields input[type='checkbox'] + label.iconify {
6060 white-space: normal;
6061 line-height: 0.9;
6062 top: -1px;
6063 font-family: Font Awesome;
6064 font-weight: 900;
6065 justify-self: start;
6067 #edit-post-form .post-meta-fields .question-checkbox,
6068 #edit-post-form .post-meta-fields .question-checkbox + label {
6069 grid-column: 6;
6070 margin-left: unset;
6072 #edit-post-form .post-meta-fields input[type='radio'] + label {
6073 align-self: start;
6075 #edit-post-form .textarea-container:focus-within textarea {
6076 height: calc(100% - 101px);
6077 min-height: unset;
6080 #markdown-hints-checkbox,
6081 #markdown-hints-checkbox + label {
6082 display: none;
6085 #edit-post-form div:last-child {
6086 clear: both;
6087 overflow: auto;
6089 #edit-post-form input[type='submit'] {
6090 float: none;
6091 display: block;
6092 font-size: 1.5rem;
6093 margin: 1rem auto 1.5rem auto;
6094 padding: 6px 12px 8px 12px;
6097 #edit-post-form .textarea-container .autocomplete-container,
6098 .comment-controls .textarea-container .autocomplete-container {
6099 max-height: calc(50vh - 101px);
6100 position: fixed;
6101 top: 50vh;
6102 left: 4px;
6103 right: 4px;
6104 width: unset;
6105 z-index: 11002;
6109 /*===================*/
6110 /* TABLE OF CONTENTS */
6111 /*===================*/
6113 @media only screen and (max-width: 900px) {
6114 .contents {
6115 float: none;
6116 display: table;
6117 max-width: none;
6118 margin-left: auto;
6119 margin-right: auto;
6121 .contents.collapsed {
6122 overflow: hidden;
6123 display: block;
6126 @media only screen and (max-width: 520px) {
6127 .contents {
6128 max-width: 100%;
6129 margin: 1em auto 0 auto;
6130 display: table;
6132 .contents.collapsed {
6133 margin-bottom: 0;
6134 display: block;
6136 .contents-head {
6137 font-size: 1.2em;
6139 div.post-body .contents ul {
6140 font-size: unset;
6144 /*========================*/
6145 /* QUALIFIED HYPERLINKING */
6146 /*========================*/
6148 @media only screen and (max-width: 520px) {
6149 .qualified-linking-toolbar {
6150 right: -5em;
6154 } /* END MOBILE LAYOUT */
6157 /*****************/
6158 /* CLASSIC THEME */
6159 /*****************/
6161 /*===========*/
6162 /* VARIABLES */
6163 /*===========*/
6165 /* Color scheme.
6167 :root {
6168 --GW-comment-background-color-odd: #f7f7f8;
6169 --GW-comment-background-color-even: #fff;
6170 --GW-comment-background-color-target: #ffd;
6173 /*======*/
6174 /* BASE */
6175 /*======*/
6177 body {
6178 color: #000;
6179 background-color: #d8d8d8;
6180 font-family: 'Arial', 'GW-Symbols', sans-serif;
6182 #content {
6183 line-height: 1.5;
6185 #content::before {
6186 background-color: #fff;
6187 box-shadow: 0px 0px 10px #555;
6190 /*=========*/
6191 /* NAV BAR */
6192 /*=========*/
6194 .nav-inner {
6195 font-size: 1.125em;
6196 font-weight: bold;
6198 .nav-inner,
6199 #primary-bar.inactive-bar .nav-inner {
6200 padding: 13px 30px 11px 30px;
6202 .nav-bar-top:not(#primary-bar) .nav-inner {
6203 font-size: 0.875em;
6205 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) .nav-inner {
6206 padding: 6px 0 4px 0;
6208 @media only screen and (min-width: 901px) {
6209 #secondary-bar #nav-item-sequences .nav-inner {
6210 line-height: 1.1;
6214 #bottom-bar.decorative {
6215 background-color: #fff;
6217 #bottom-bar.decorative::before,
6218 #bottom-bar.decorative::after {
6219 content: "GW";
6220 font-weight: 200;
6221 display: block;
6222 text-align: center;
6223 padding: 0.5em 0 0.75em 0;
6225 #bottom-bar.decorative::before {
6226 width: 100%;
6227 color: transparent;
6228 background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAMdXV1QUAACwAAAAAAQABAAACAkQBADs=');
6229 background-repeat: repeat-x;
6230 background-position: center 44%;
6231 margin: 0 30px;
6232 filter: opacity(0.7);
6234 #bottom-bar.decorative::after {
6235 color: #eee;
6236 position: absolute;
6237 left: 0;
6238 right: 0;
6239 margin: auto;
6240 background-color: #fff;
6241 padding-right: 4px;
6242 padding-left: 4px;
6244 @supports (width: -moz-fit-content) {
6245 #bottom-bar.decorative::after {
6246 width: -moz-fit-content;
6249 @supports (width: fit-content) {
6250 #bottom-bar.decorative::after {
6251 width: fit-content;
6255 /* Accesskey hints */
6257 .nav-inner::after {
6258 display: block;
6259 position: absolute;
6260 left: 5px;
6261 top: 0;
6262 font-weight: normal;
6263 font-size: 0.7em;
6264 color: #ddd;
6266 .nav-inner:hover::after {
6267 color: #bbb;
6270 /* This makes the navbar items look like tabs: */
6272 .nav-bar + .nav-bar {
6273 position: relative;
6275 .nav-bar {
6276 background-color: #f5f5f5;
6278 .nav-bar {
6279 border-bottom: 1px solid #d6d5d6;
6281 .nav-bar .nav-inner {
6282 color: #999;
6284 .nav-bar .nav-inner:hover {
6285 color: #777;
6286 text-decoration: none;
6288 .nav-bar .nav-current {
6289 color: #666;
6291 .nav-item:nth-of-type(n+2) {
6292 box-shadow: -9px 0 0 -8px #d6d5d6;
6295 /* Search tab */
6297 #nav-item-search form::before {
6298 position: relative;
6299 top: 2px;
6300 opacity: 0.3;
6302 #nav-item-search button {
6303 border: none;
6304 font-weight: inherit;
6306 #nav-item-search input::placeholder {
6307 color: #d00;
6308 font-weight: normal;
6311 /*= User/login tab =*/
6313 #inbox-indicator::before {
6314 top: 1px;
6315 color: #ccc;
6318 /*= Pagination UI =*/
6320 #bottom-bar #nav-item-next a::before {
6321 margin-left: -2.2em;
6322 left: 4.0em;
6324 #bottom-bar #nav-item-last a::before {
6325 margin-left: -2.3em;
6326 left: 3.9em;
6329 /*= Top pagination UI hover tooltips =*/
6331 #top-nav-bar a::after,
6332 #bottom-bar a::after {
6333 color: #000;
6336 /*==============*/
6337 /* PAGE TOOLBAR */
6338 /*==============*/
6340 .new-post,
6341 .new-post:visited,
6342 .new-private-message,
6343 .new-private-message:visited {
6344 color: #090;
6346 .logout-button {
6347 color: #d33;
6350 /*==============*/
6351 /* SUBLEVEL NAV */
6352 /*==============*/
6354 .sublevel-nav .sublevel-item {
6355 color: #777;
6356 background-color: #fff;
6358 .sublevel-nav .sublevel-item:not(.selected):hover {
6359 background-color: #ddd;
6360 color: #000;
6361 text-decoration: none;
6362 text-shadow: none;
6364 .sublevel-nav .sublevel-item:not(.selected):active,
6365 .sublevel-nav .sublevel-item.selected {
6366 background-color: #ddd;
6367 color: #000;
6368 text-shadow:
6369 0 -1px 0 #fff,
6370 0 0.5px 0.5px #000;
6373 .sublevel-nav:not(.sort) .sublevel-item {
6374 border-style: solid;
6375 border-color: #ddd;
6376 border-width: 1px 0 1px 1px;
6378 .sublevel-nav:not(.sort) .sublevel-item:first-child {
6379 border-radius: 8px 0 0 8px;
6381 .sublevel-nav:not(.sort) .sublevel-item:last-child {
6382 border-width: 1px;
6383 border-radius: 0 8px 8px 0;
6386 /*=====================*/
6387 /* SORT ORDER SELECTOR */
6388 /*=====================*/
6390 .sublevel-nav.sort .sublevel-item {
6391 letter-spacing: 0.5px;
6392 padding: 7px 7px 6px 8px;
6393 text-transform: uppercase;
6394 pointer-events: auto;
6395 box-shadow: 1px 1px 0 0 #aaa inset;
6397 .sublevel-nav.sort {
6398 border: 2px solid transparent;
6399 padding: 18px 0 0 0;
6400 border-radius: 8px;
6401 pointer-events: none;
6402 background-color: #bbb;
6404 .sublevel-nav.sort::before {
6405 text-transform: uppercase;
6406 font-weight: 600;
6407 color: #444;
6408 text-shadow: 0.5px 0.5px 0 #fff;
6409 z-index: 1;
6411 .sublevel-nav.sort::after {
6412 content: "";
6413 position: absolute;
6414 display: block;
6415 top: 0;
6416 left: 0;
6417 width: 100%;
6418 height: 100%;
6419 border-radius: 6px;
6420 box-shadow:
6421 0 18px 0 0 #bbb inset,
6422 0 0 0 1px #aaa inset,
6423 0 18px 0 1px #aaa inset,
6424 0 0 0 2px #bbb;
6427 /*================*/
6428 /* WIDTH SELECTOR */
6429 /*================*/
6430 /* THEME SELECTOR */
6431 /*================*/
6433 #width-selector button,
6434 #theme-selector button {
6435 box-shadow:
6436 0 0 0 4px #d8d8d8 inset,
6437 0 0 0 5px #bbb inset;
6439 #width-selector button:hover,
6440 #width-selector button.selected,
6441 #theme-selector button:hover,
6442 #theme-selector button.selected {
6443 box-shadow:
6444 0 0 0 5px #bbb inset;
6447 #theme-selector button::before {
6448 font-size: 0.9375em;
6449 padding: 5px 6px 7px 6px;
6450 color: #999;
6451 background-color: #d8d8d8;
6453 #theme-selector button:hover::before,
6454 #theme-selector button.selected::before {
6455 color: #222;
6457 #width-selector button::after {
6458 color: #999;
6459 font-size: 0.9em;
6462 /*======================*/
6463 /* THEME TWEAKER TOGGLE */
6464 /*======================*/
6466 #theme-tweaker-toggle button {
6467 color: #777;
6470 /*=================*/
6471 /* QUICKNAV WIDGET */
6472 /*=================*/
6474 #quick-nav-ui a {
6475 color: #999;
6476 background-color: #e4e4e4;
6477 border-radius: 4px;
6479 #quick-nav-ui a[href='#bottom-bar'] {
6480 line-height: 1.8;
6482 #quick-nav-ui a:active {
6483 transform: scale(0.9);
6485 #quick-nav-ui a[href='#comments'].no-comments {
6486 opacity: 0.4;
6487 color: #bbb;
6489 @media only screen and (hover: hover) {
6490 #quick-nav-ui a:hover {
6491 color: #000;
6492 background-color: #eee;
6494 #quick-nav-ui a:focus:not(:hover) {
6495 transform: none;
6496 text-shadow: none;
6500 /*======================*/
6501 /* NEW COMMENT QUICKNAV */
6502 /*======================*/
6504 #new-comment-nav-ui .new-comments-count {
6505 font-weight: 600;
6506 color: #666;
6507 text-shadow: 0.5px 0.5px 0 #fff;
6509 #new-comment-nav-ui .new-comments-count::after {
6510 font-weight: 600;
6511 color: #777;
6513 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
6514 color: #bbb;
6515 text-shadow: none;
6517 @media only screen and (hover: hover) {
6518 #new-comment-nav-ui .new-comments-count:hover {
6519 text-shadow:
6520 0 0 1px #fff,
6521 0 0 3px #fff,
6522 0 0 5px #fff,
6523 0 0 8px #fff,
6524 0.5px 0.5px 0 #fff;
6526 #new-comment-nav-ui .new-comment-sequential-nav-button:focus {
6527 color: #d00;
6531 /*=================*/
6532 /* HNS DATE PICKER */
6533 /*=================*/
6535 #hns-date-picker span {
6536 color: #777;
6537 text-shadow: 0.5px 0.5px 0 #fff;
6538 font-weight: 600;
6540 #hns-date-picker input {
6541 border: 1px solid #777;
6542 background-color: transparent;
6543 color: #666;
6545 #hns-date-picker input:focus {
6546 color: #000;
6549 /*====================*/
6550 /* DARK MODE SELECTOR */
6551 /*====================*/
6553 #dark-mode-selector {
6554 outline: 1px solid #999;
6556 #dark-mode-selector button {
6557 color: #777;
6559 #dark-mode-selector button.selected {
6560 background-color: #999;
6561 color: #fff;
6563 #dark-mode-selector button:not(.selected) + button:not(.selected) {
6564 box-shadow: 1px 0 0 0 #999 inset;
6566 #dark-mode-selector button:disabled:hover {
6567 text-shadow: none;
6569 #dark-mode-selector button::after {
6570 font-family: 'Arial', 'GW-Symbols', sans-serif;
6571 color: #999;
6572 text-shadow: none;
6575 /*======================*/
6576 /* TEXT SIZE ADJUSTMENT */
6577 /*======================*/
6579 #text-size-adjustment-ui button {
6580 color: #777;
6582 #text-size-adjustment-ui button:hover {
6583 color: #222;
6585 #text-size-adjustment-ui button.default {
6586 font-weight: 600;
6588 #text-size-adjustment-ui button:disabled:hover {
6589 text-shadow: none;
6591 #text-size-adjustment-ui::after {
6592 color: #999;
6595 /*=============================*/
6596 /* COMMENTS VIEW MODE SELECTOR */
6597 /*=============================*/
6599 #comments-view-mode-selector a {
6600 color: #777;
6603 /*===============*/
6604 /* KEYBOARD HELP */
6605 /*===============*/
6607 #keyboard-help-overlay .keyboard-help-container .keys {
6608 margin: 0;
6611 /*==========*/
6612 /* ARCHIVES */
6613 /*==========*/
6615 .archive-nav {
6616 border: 1px solid #aaa;
6618 .archive-nav *[class^='archive-nav-item'] {
6619 border-style: solid;
6620 border-color: #ddd;
6621 border-width: 1px 0 1px 1px;
6622 background-color: #eee;
6624 .archive-nav div[class^='archive-nav-']:nth-of-type(2) *[class^='archive-nav-item'] {
6625 border-top-width: 0;
6626 border-bottom-width: 0;
6628 .archive-nav div[class^='archive-nav-']:last-of-type *[class^='archive-nav-item'] {
6629 border-bottom-width: 1px;
6631 .archive-nav *[class^='archive-nav-item']:last-child {
6632 border-right-width: 1px;
6634 .archive-nav span[class^='archive-nav-item'] {
6635 font-weight: bold;
6636 background-color: #ddd;
6639 .archive-nav a:link,
6640 .archive-nav a:visited {
6641 color: rgba(0, 0, 238, 0.7);
6643 .archive-nav a:hover {
6644 text-decoration: none;
6645 color: #c00;
6646 background-color: #e0e0e0;
6648 .archive-nav a:active {
6649 transform: scale(0.9);
6651 .archive-nav a:focus:not(:hover) {
6652 transform: none;
6654 .archive-nav a.archive-nav-item-day:hover {
6655 background-color: #ddd;
6658 /*==========*/
6659 /* LISTINGS */
6660 /*==========*/
6662 h1.listing {
6663 margin: 1.125em 20px 0.25em 20px;
6664 max-width: calc(100% - 40px);
6665 font-family: 'Arial', 'GW-Symbols', sans-serif, 'Font Awesome';
6666 font-size: 1.125rem;
6667 padding-left: 30px;
6668 max-height: unset;
6671 h1.listing .post-title-link {
6672 color: #538d4d;
6673 white-space: unset;
6674 display: inline;
6676 h1.listing .post-title:visited {
6677 color: #5a5a5b;
6679 h1.listing .link-post-link {
6680 top: 2px;
6683 @media only screen and (hover: hover) {
6684 h1.listing a:hover,
6685 h1.listing a:focus {
6686 color: #3d3d3e;
6687 text-decoration: none;
6689 h1.listing a:focus {
6690 border-bottom: 1px dotted #999;
6692 h1.listing:focus-within::before {
6693 display: none;
6695 h1.listing:focus-within + .post-meta .karma-value {
6696 box-shadow:
6697 0 0 0 3px #fff,
6698 0 0 0 6px #3d3d3e;
6700 h1.listing .link-post-link:hover,
6701 h1.listing .link-post-link:focus {
6702 color: #4879ec;
6703 text-shadow:
6704 0.5px 0.5px 0 #fff,
6705 -0.5px -0.5px 0 #fff,
6706 0 0 2px #fff,
6707 0 0 3px #00c;
6708 border: none;
6712 h1.listing .edit-post-link {
6713 padding: 5px 3px 12px 0.5em;
6714 top: 0;
6715 right: 0;
6717 h1.listing .edit-post-link:hover {
6718 text-decoration: none;
6720 #content.user-page h1.listing .edit-post-link {
6721 background-color: #f7f7f8;
6724 /*======*/
6725 /* SPAM */
6726 /*======*/
6728 h1.listing.spam {
6729 opacity: 0.15;
6731 h1.listing.spam + .post-meta {
6732 opacity: 0.2;
6734 h1.listing.spam:hover,
6735 h1.listing.spam + .post-meta:hover,
6736 h1.listing.spam:hover + .post-meta {
6737 opacity: 1.0;
6740 /*===================*/
6741 /* LISTING POST-META */
6742 /*===================*/
6744 h1.listing + .post-meta {
6745 font-size: 0.8125rem;
6746 padding-left: 30px;
6747 display: flex;
6748 justify-content: flex-end;
6751 h1.listing + .post-meta .author {
6752 font-weight: bold;
6753 color: #6a8a6b;
6754 text-decoration: none;
6755 margin: 0 0 0 1.5em;
6756 order: 0;
6758 h1.listing + .post-meta .author:hover {
6759 color: #3d3d3e;
6761 h1.listing + .post-meta .date,
6762 h1.listing + .post-meta .read-time {
6763 color: #999;
6764 font-style: italic;
6766 h1.listing + .post-meta a {
6767 color: #8a8a8b;
6768 text-decoration: underline;
6770 h1.listing + .post-meta a:hover {
6771 color: #3d3d3e;
6774 h1.listing + .post-meta .karma-value {
6775 background-color: #538d4d;
6776 color: #fff;
6777 font-weight: bold;
6778 font-size: 0.8125rem;
6779 border-radius: 1.0625em;
6780 padding: 2px 6px 1px 6px;
6781 text-align: center;
6782 display: block;
6783 min-width: 2.125em;
6784 position: absolute;
6785 right: calc(100% - 1.75em);
6786 top: -2.1em;
6788 h1.listing + .post-meta .karma-value span,
6789 h1.listing + .post-meta .lw2-link span,
6790 h1.listing + .post-meta .comment-count span {
6791 display: none;
6794 h1.listing + .post-meta > * {
6795 text-align: right;
6796 margin: 0 0 0 0.5em;
6798 h1.listing + .post-meta .read-time {
6799 width: 6.5em;
6800 order: 2;
6802 h1.listing + .post-meta .comment-count {
6803 order: -1;
6805 h1.listing + .post-meta .comment-count::before {
6806 content: "Comments ("
6808 h1.listing + .post-meta .comment-count::after {
6809 content: ")"
6811 h1.listing + .post-meta .date {
6812 width: 11em;
6813 order: 1;
6815 h1.listing + .post-meta .lw2-link {
6816 margin: 0 0 0 1em;
6817 order: 3;
6819 h1.listing + .post-meta .post-section {
6820 margin: 0;
6821 text-decoration: none;
6823 h1.listing + .post-meta .post-section::before {
6824 left: unset;
6825 right: calc(100% + 1.15em);
6826 top: -1.95em;
6828 h1.listing + .post-meta .link-post-domain {
6829 order: -2;
6830 margin: 0 1em 0 0;
6833 /*============*/
6834 /* USER PAGES */
6835 /*============*/
6837 #content.user-page h1.page-main-heading {
6838 border-bottom: 1px solid #ccc;
6841 #content.user-page h1.listing,
6842 #content.user-page h1.listing + .post-meta {
6843 background-color: #f7f7f8;
6844 border-style: solid;
6845 border-color: #bbbcbf;
6848 #content.user-page h1.listing {
6849 padding: 0.5em 6px 0 48px;
6850 border-width: 1px 1px 0 1px;
6851 margin: 1rem 0 0 0;
6852 max-width: 100%;
6854 #content.own-user-page h1.listing,
6855 h1.listing.own-post-listing {
6856 padding-right: 36px;
6858 #content.user-page h1.listing a:hover {
6859 background-color: #f7f7f8;
6862 #content.user-page h1.listing + .post-meta {
6863 padding: 0.25em 10px 0.5em 32px;
6864 border-width: 0 1px 1px 1px;
6865 margin: 0 0 1rem 0;
6867 #content.user-page h1.listing + .post-meta .karma-value {
6868 right: calc(100% - 3.25em);
6869 top: -1.8em;
6871 #content.user-page h1.listing + .post-meta .post-section::before {
6872 right: calc(100% - 5.1em);
6873 top: 4px;
6876 #content.conversations-user-page h1.listing {
6877 padding: 8px 6px 8px 10px;
6878 font-size: 1.25rem;
6880 #content.conversations-user-page h1.listing + .post-meta {
6881 padding: 0 10px 6px 4px;
6882 margin: 0;
6885 .user-stats .karma-total {
6886 font-weight: bold;
6889 /*================*/
6890 /* SEARCH RESULTS */
6891 /*================*/
6893 #content.search-results-page h1.listing {
6894 font-size: 1.125rem;
6897 /*===============*/
6898 /* CONVERSATIONS */
6899 /*===============*/
6901 #content.conversation-page h1.page-main-heading {
6902 font-size: 1.375em;
6903 text-align: left;
6906 /*============*/
6907 /* LOGIN PAGE */
6908 /*============*/
6910 .login-container form input[type='submit'] {
6911 font-weight: bold;
6912 background-color: #eee;
6913 border: 1px solid #ccc;
6915 .login-container form input[type='submit']:hover,
6916 .login-container form input[type='submit']:focus {
6917 background-color: #ddd;
6918 border: 1px solid #aaa;
6921 /* “Create account” form */
6923 #signup-form {
6924 background-color: #f3f3f3;
6925 border: 1px solid #ddd;
6927 #signup-form input[type='submit'] {
6928 background-color: #e4e4e4;
6929 border: 1px solid #ccc;
6931 #signup-form input[type='submit']:hover {
6932 background-color: #d8d8d8;
6933 border: 1px solid #aaa;
6936 /* Log in tip */
6938 .login-container .login-tip {
6939 border: 1px solid #eee;
6942 /* Message box */
6944 .error-box {
6945 border: 1px solid red;
6946 background-color: #faa;
6948 .success-box {
6949 border: 1px solid green;
6950 background-color: #afa;
6953 /*=====================*/
6954 /* PASSWORD RESET PAGE */
6955 /*=====================*/
6957 .reset-password-container input[type='submit'] {
6958 background-color: #e4e4e4;
6959 border: 1px solid #ccc;
6960 font-weight: bold;
6963 /*===================*/
6964 /* TABLE OF CONTENTS */
6965 /*===================*/
6967 .contents {
6968 font-family: 'Arial', 'GW-Symbols', sans-serif;
6969 border: 1px solid #ddd;
6970 background-color: #eee;
6971 padding: 0.75em 0.5em 0.5em 0.5em;
6973 .contents-head {
6974 font-weight: bold;
6975 font-size: 1.25em;
6977 .body-text .contents ul {
6978 font-size: 1em;
6980 .body-text .contents li::before {
6981 color: #999;
6982 font-feature-settings: "tnum";
6985 .contents .toc-collapse-toggle-button {
6986 font-size: 1.25em;
6987 color: #ccc;
6989 .contents .toc-collapse-toggle-button:hover {
6990 color: #aaa;
6993 /*==================*/
6994 /* POSTS & COMMENTS */
6995 /*==================*/
6997 .body-text {
6998 font-family: 'Arial', sans-serif;
6999 font-size: 1rem;
7001 .body-text a {
7002 text-decoration: underline;
7004 .post-meta > *,
7005 .comment-meta > * {
7006 white-space: unset;
7009 /*=================*/
7010 /* POST NAVIGATION */
7011 /*=================*/
7013 .post-nav-item {
7014 font-size: 0.875em;
7015 font-weight: bold;
7016 background-color: #f5f5f5;
7018 .post-nav-label {
7019 opacity: 0.75;
7022 .post-nav.next,
7023 .sequence-title {
7024 box-shadow: -9px 0 0 -8px #d6d5d6;
7027 @media only screen and (max-width: 900px) {
7028 .post-nav.prev {
7029 padding: 0.5em 0.75em 0.5em 0.5em;
7031 .sequence-title {
7032 box-shadow: 0 -9px 0 -8px #d6d5d6;
7034 .post-nav.next {
7035 padding: 0.5em 0.5em 0.5em 0.75em;
7039 .crosspost, .crosspost:visited {
7040 color: #6a8a6b;
7041 background-color: #f8f8f8;
7042 border: 1px solid #ccc;
7045 /*===========*/
7046 /* POST-META */
7047 /*===========*/
7049 .post-meta {
7050 line-height: 1.9;
7052 .post-meta .post-section::before,
7053 .comment-meta .alignment-forum {
7054 color: #fff;
7055 text-shadow:
7056 1px 1px 0 #090,
7057 0 1px 0 #090,
7058 0 0 5px #090;
7060 a.post-section:hover::before {
7061 color: #97ff7c;
7063 .post-meta .post-section.alignment-forum::before {
7064 text-shadow:
7065 1px 1px 0 #626dd7,
7066 0 1px 0 #626dd7,
7067 0 0 5px #626dd7;
7069 a.post-section.alignment-forum:hover::before {
7070 color: #e6e5ff;
7073 .bottom-post-meta {
7074 border-color: #ddd;
7077 .post .post-meta {
7078 position: relative;
7079 font-size: 0.875rem;
7080 justify-content: flex-start;
7081 padding-left: 30px;
7083 .post .post-meta .author {
7084 font-weight: bold;
7085 color: #6a8a6b;
7086 text-decoration: none;
7088 .post .post-meta .author:hover {
7089 color: #3d3d3e;
7091 .post .post-meta .date{
7092 color: #999;
7093 font-style: italic;
7095 .post .post-meta a {
7096 color: #8a8a8b;
7097 text-decoration: underline;
7099 .post .post-meta a:hover {
7100 color: #3d3d3e;
7103 .post .post-meta .voting-controls {
7104 order: -1;
7106 .post .post-meta .karma-value {
7107 background-color: #538d4d;
7108 color: #fff;
7109 font-weight: bold;
7110 font-size: 0.8125rem;
7111 border-radius: 1.125em;
7112 padding: 2px 6px 1px 6px;
7113 text-align: center;
7114 min-width: 2.125em;
7115 display: block;
7116 float: left;
7117 margin: 0 0.5em 0 0;
7119 .post .post-meta .karma-value span,
7120 .post .post-meta .lw2-link span,
7121 .post .post-meta .comment-count span {
7122 display: none;
7125 .post .post-meta .comment-count::before {
7126 content: "Comments ("
7128 .post .post-meta .comment-count::after {
7129 content: ")"
7132 .post .post-meta .post-section::before {
7133 position: absolute;
7134 top: 1px;
7135 left: 0;
7137 .post .bottom-post-meta .post-section::before {
7138 top: 21px;
7141 /*============*/
7142 /* LINK POSTS */
7143 /*============*/
7145 .post.link-post > .post-body > p:first-child {
7146 margin: 0;
7148 .post.link-post a.link-post-link {
7149 text-decoration: none;
7150 font-family: 'Arial', 'GW-Symbols', sans-serif;
7151 font-weight: 600;
7153 .post.link-post a.link-post-link:hover {
7154 color: #c00;
7156 .post.link-post a.link-post-link:hover::before {
7157 color: #4879ec;
7158 text-shadow:
7159 0.5px 0.5px 0 #fff,
7160 -0.5px -0.5px 0 #fff,
7161 0 0 2px #fff,
7162 0 0 3px #00c;
7164 .post.link-post a.link-post-link:focus {
7165 color: #aaa;
7166 border-bottom: 2px dotted #aaa;
7169 /*=======*/
7170 /* POSTS */
7171 /*=======*/
7173 h1.post-title {
7174 font-size: 1.375rem;
7175 text-align: left;
7176 margin: 2em 0 0.5em 0;
7177 line-height: 1.2;
7180 /*==========*/
7181 /* COMMENTS */
7182 /*==========*/
7184 #comments::before {
7185 border-top: 1px solid #000;
7186 box-shadow: 0 3px 4px -4px #000 inset;
7188 @supports (-moz-appearance: none) {
7189 #comments::before {
7190 box-shadow: 0 3px 3px -4px #000 inset;
7193 #content > .comment-thread .comment-meta a.date:focus,
7194 #content > .comment-thread .comment-meta a.permalink:focus {
7195 color: #444;
7196 outline: 2px dotted #444;
7197 position: relative;
7198 background-color: #fff;
7199 padding: 0 5px;
7200 left: -5px;
7202 #content > .comment-thread .comment-meta a.date:focus + *,
7203 #content > .comment-thread .comment-meta a.permalink:focus + *:not(.comment-post-title) {
7204 margin-left: -10px;
7206 .comment-item {
7207 border: 1px solid #bbbcbf;
7208 background-color: var(--GW-comment-background-color);
7210 .comment-item .comment-item {
7211 margin: 1em -1px 8px 16px;
7213 .comment-item .comment-item + .comment-item {
7214 margin: 2em -1px 8px 16px;
7216 .comment-parent-link::after {
7217 box-shadow:
7218 0 28px 16px -16px var(--GW-comment-parent-background-color) inset,
7219 4px 16px 0 12px var(--GW-comment-background-color-target) inset,
7220 4px 4px 0 12px var(--GW-comment-background-color-target) inset;
7223 /*================================*/
7224 /* DEEP COMMENT THREAD COLLAPSING */
7225 /*================================*/
7227 .comment-item input[id^="expand"] + label::after {
7228 color: #6a8a6b;
7229 font-weight: 600;
7231 .comment-item input[id^="expand"] + label:hover::after {
7232 color: #c00;
7234 .comment-item input[id^="expand"] + label:active::after,
7235 .comment-item input[id^="expand"] + label:focus::after{
7236 color: #c00;
7238 .comment-item input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
7239 border-width: 1px 0 0 0;
7242 /*==============*/
7243 /* COMMENT-META */
7244 /*==============*/
7246 .comment-meta > * {
7247 font-size: 0.9375rem;
7248 padding-top: 2px;
7250 .comment-meta .author {
7251 font-weight: bold;
7252 color: #538d4d;
7254 .comment-meta .date {
7255 color: #999;
7256 font-style: italic;
7258 .comment-meta .date:hover {
7259 color: #777;
7261 .comment-meta .karma-value,
7262 .comment-controls .voting-controls .karma-value {
7263 color: #666;
7264 float: left;
7265 margin-right: 0.5em;
7267 .comment-meta .karma-value:only-child {
7268 float: none;
7270 .comment-item .author:not(.redacted).original-poster::after {
7271 opacity: 0.8;
7274 .comment-item .voting-controls.active-controls::after,
7275 .comment-item .voting-controls .karma-value::after,
7276 .post .voting-controls.active-controls::after,
7277 .post .voting-controls .karma-value::after,
7278 .author::before {
7279 background-color: #fff;
7280 color: #888;
7281 box-shadow: 0 0 0 1px #ccc inset;
7282 border-radius: 4px;
7284 .comment-item .voting-controls.active-controls::after,
7285 .post .voting-controls.active-controls::after {
7286 padding: 6px;
7287 max-width: unset;
7288 bottom: -46px;
7289 width: 110px;
7291 .comment-item .voting-controls .karma-value::after,
7292 .post .voting-controls .karma-value::after {
7293 padding: 2px 8px;
7294 top: -36px;
7295 min-width: 64px;
7296 font-weight: normal;
7299 /*====================*/
7300 /* COMMENT PERMALINKS */
7301 /*====================*/
7303 .comment-meta .permalink,
7304 .comment-meta .lw2-link,
7305 .individual-thread-page .comment-parent-link:empty {
7306 top: 1px;
7307 filter: grayscale(50%);
7309 .comment-meta .permalink,
7310 .comment-meta .lw2-link,
7311 .individual-thread-page .comment-parent-link:empty {
7312 filter: unset;
7315 /*====================*/
7316 /* ANTI-KIBITZER MODE */
7317 /*====================*/
7319 .author.redacted,
7320 .inline-author.redacted {
7321 opacity: 0.8;
7322 font-weight: 400;
7325 .karma-value.redacted {
7326 opacity: 0.5;
7329 .link-post-domain.redacted {
7330 opacity: 0.5;
7333 /*===========================*/
7334 /* COMMENT THREAD NAVIGATION */
7335 /*===========================*/
7337 div.comment-parent-link {
7338 font-weight: bold;
7340 a.comment-parent-link {
7341 font-weight: normal;
7343 a.comment-parent-link::before {
7344 color: #bbb;
7346 a.comment-parent-link:hover::before {
7347 background-color: #ffd;
7348 color: #999;
7351 div.comment-child-links {
7352 font-weight: bold;
7354 div.comment-child-links a {
7355 font-weight: normal;
7357 .comment-child-link::before {
7358 color: #bbb;
7361 .comment-item-highlight {
7362 box-shadow:
7363 0 0 2px #e7b200,
7364 0 0 3px #e7b200,
7365 0 0 5px #e7b200,
7366 0 0 7px #e7b200,
7367 0 0 10px #e7b200;
7368 border: 1px solid #e7b200;
7370 .comment-item-highlight-faint {
7371 box-shadow:
7372 0 0 2px #f8e7b5,
7373 0 0 3px #f8e7b5,
7374 0 0 5px #f8e7b5,
7375 0 0 7px #f8e7b5,
7376 0 0 10px #f8e7b5;
7377 border: 1px solid #f8e7b5;
7380 .comment-popup {
7381 background-color: #fff;
7384 /*=======================*/
7385 /* COMMENTS COMPACT VIEW */
7386 /*=======================*/
7388 #comments-list-mode-selector button {
7389 box-shadow:
7390 0 0 0 4px #fff inset,
7391 0 0 0 5px #bbb inset;
7393 #comments-list-mode-selector button:hover,
7394 #comments-list-mode-selector button.selected {
7395 box-shadow:
7396 0 0 0 5px #bbb inset;
7398 #content.compact > .comment-thread .comment-item {
7399 max-height: 57px;
7401 #content.compact > .comment-thread .comment-item::after {
7402 color: #6a8a6b;
7403 background: linear-gradient(to right, transparent 0%, #fff 50%, #fff 100%);
7406 @media only screen and (hover: hover) {
7407 #content.compact > .comment-thread .comment-item:hover .comment,
7408 #content.compact > .comment-thread .comment-item.expanded .comment {
7409 background-color: #fff;
7410 outline: 3px solid #6a8a6b;
7412 #content.compact > .comment-thread .comment-item:hover .comment::before,
7413 #content.compact > .comment-thread .comment-item.expanded .comment::before {
7414 background-color: #fff;
7415 box-shadow:
7416 0 0 3px #fff,
7417 0 0 5px #fff,
7418 0 0 7px #fff,
7419 0 0 10px #fff,
7420 0 0 20px #fff,
7421 0 0 30px #fff,
7422 0 0 40px #fff;
7425 @media only screen and (hover: none) {
7426 #content.compact > .comment-thread.expanded .comment-item .comment {
7427 background-color: #fff;
7428 outline: 3px solid #6a8a6b;
7430 #content.compact > .comment-thread.expanded .comment-item .comment::before {
7431 background-color: #fff;
7432 box-shadow:
7433 0 0 3px #fff,
7434 0 0 5px #fff,
7435 0 0 7px #fff,
7436 0 0 10px #fff,
7437 0 0 20px #fff,
7438 0 0 30px #fff,
7439 0 0 40px #fff;
7443 #content.user-page.compact > h1.listing {
7444 margin-top: 0.5rem;
7446 #content.user-page.compact > h1.listing + .post-meta {
7447 margin-bottom: 0.5rem;
7450 /*===========================*/
7451 /* HIGHLIGHTING NEW COMMENTS */
7452 /*===========================*/
7454 .new-comment::before {
7455 outline: 2px solid #5a5;
7456 box-shadow:
7457 0 0 6px -2px #5a5 inset,
7458 0 0 4px #5a5,
7459 0 0 6px #5a5;
7462 /*=================================*/
7463 /* COMMENT THREAD MINIMIZE BUTTONS */
7464 /*=================================*/
7466 .comment-meta .comment-minimize-button {
7467 font-size: 1.25rem;
7468 top: -1px;
7470 .comment-meta .comment-minimize-button::after {
7471 top: 23px;
7473 .comment-minimize-button {
7474 color: #ccc;
7476 .comment-minimize-button:hover {
7477 color: #aaa;
7479 .comment-minimize-button::after {
7480 font-family: 'Arial', 'GW-Symbols', sans-serif;
7481 color: #777;
7483 .comment-minimize-button.maximized::after {
7484 color: #ccc;
7487 /*==============*/
7488 /* VOTE BUTTONS */
7489 /*==============*/
7491 .vote {
7492 padding: 0 5px;
7493 position: relative;
7495 .vote::before {
7496 position: relative;
7497 z-index: 1;
7499 .vote::after {
7500 position: absolute;
7503 .karma .upvote::before {
7504 content: '\F164';
7506 .karma .downvote::before {
7507 content: '\F165';
7508 top: 2px;
7510 .karma .upvote::after {
7511 content: "\F164";
7512 left: -1px;
7513 top: -3px;
7515 .karma .downvote::after {
7516 content: "\F165";
7517 left: -1px;
7518 top: 5px;
7521 .agreement .upvote::before {
7522 content: '\F0A6';
7524 .agreement .downvote::before {
7525 content: '\F0A7';
7526 top: 2px;
7528 .agreement .upvote::after {
7529 content: "\F0A6";
7530 left: -1px;
7531 top: -3px;
7533 .agreement .downvote::after {
7534 content: "\F0A7";
7535 left: -1px;
7536 top: 5px;
7539 /**********/
7540 /* States.
7543 /* _ 1
7545 .vote {
7546 color: #c8c8c8;
7547 text-shadow:
7548 1px 1px 0 #aaa,
7549 -1px 1px 0 #aaa,
7550 1px -1px 0 #aaa,
7551 -1px -1px 0 #aaa;
7553 @media only screen and (min-resolution: 192dpi) {
7554 .vote {
7555 text-shadow:
7556 0.5px 0.5px 0 #aaa,
7557 -0.5px 0.5px 0 #aaa,
7558 0.5px -0.5px 0 #aaa,
7559 -0.5px -0.5px 0 #aaa;
7563 /* _ 2
7565 .upvote:hover,
7566 .upvote:not(.none) {
7567 color: var(--GW-upvote-button-color);
7568 text-shadow:
7569 1px 1px 0 #080,
7570 -1px 1px 0 #080,
7571 1px -1px 0 #080,
7572 -1px -1px 0 #080;
7574 .downvote:hover,
7575 .downvote:not(.none) {
7576 color: var(--GW-downvote-button-color);
7577 text-shadow:
7578 1px 1px 0 #b00,
7579 -1px 1px 0 #a00,
7580 1px -1px 0 #b00,
7581 -1px -1px 0 #b00;
7583 @media only screen and (min-resolution: 192dpi) {
7584 .upvote:hover,
7585 .upvote:not(.none) {
7586 text-shadow:
7587 0.5px 0.5px 0 #060,
7588 -0.5px 0.5px 0 #060,
7589 0.5px -0.5px 0 #060,
7590 -0.5px -0.5px 0 #060;
7592 .downvote:hover,
7593 .downvote:not(.none) {
7594 text-shadow:
7595 0.5px 0.5px 0 #900,
7596 -0.5px 0.5px 0 #900,
7597 0.5px -0.5px 0 #900,
7598 -0.5px -0.5px 0 #900;
7602 /* 0 _
7604 .vote::after {
7605 visibility: hidden;
7608 /* 1,2 _
7610 .vote.two-temp::after,
7611 .vote.two::after {
7612 visibility: visible;
7615 /* 1 _
7617 .vote.two-temp::after {
7618 color: #c8c8c8;
7621 /* 2 _
7623 .vote.two::after {
7624 color: inherit;
7627 /* Disabled.
7629 .vote:disabled,
7630 .vote:disabled:hover {
7631 visibility: unset;
7632 color: #eee;
7633 text-shadow:
7634 1px 1px 0 #d8d8d8,
7635 -1px 1px 0 #d8d8d8,
7636 1px -1px 0 #d8d8d8,
7637 -1px -1px 0 #d8d8d8;
7639 @media only screen and (min-resolution: 192dpi) {
7640 .vote:disabled,
7641 .vote:disabled:hover {
7642 text-shadow:
7643 0.5px 0.5px 0 #d8d8d8,
7644 -0.5px 0.5px 0 #d8d8d8,
7645 0.5px -0.5px 0 #d8d8d8,
7646 -0.5px -0.5px 0 #d8d8d8;
7650 .comment-controls .voting-controls:first-of-type {
7651 margin-left: -6px;
7653 .comment-controls .voting-controls {
7654 margin-right: 1em;
7657 /*===========================*/
7658 /* COMMENTING AND POSTING UI */
7659 /*===========================*/
7661 .posting-controls input[type='submit'] {
7662 background-color: #fff;
7663 border: 1px solid #aaa;
7664 font-weight: bold;
7666 .posting-controls input[type='submit']:hover,
7667 .posting-controls input[type='submit']:focus {
7668 background-color: #ddd;
7669 border: 1px solid #999;
7672 .comment-controls .cancel-comment-button {
7673 font-weight: 600;
7674 color: #c00;
7675 text-shadow:
7676 0 0 1px #fff,
7677 0 0 2px #fff;
7678 max-width: 1.2em;
7679 overflow: hidden;
7680 margin-right: 0.375em;
7682 .comment-controls .cancel-comment-button::before {
7683 font-size: 1.25em;
7685 .comment-controls .cancel-comment-button:hover {
7686 color: #f00;
7689 .new-comment-button {
7690 font-weight: 600;
7693 .comment-controls .action-button::before {
7694 font-size: 1em;
7696 .comment-controls .action-button::after {
7697 content: attr(data-label);
7698 display: block;
7699 position: absolute;
7700 font-size: 0.5em;
7701 text-transform: uppercase;
7702 visibility: hidden;
7703 text-shadow: none;
7705 .comment-controls .action-button:hover::after {
7706 visibility: visible;
7708 .comment-controls .delete-button::before,
7709 .comment-controls .retract-button::before {
7710 color: #ca3232;
7712 .comment-controls .delete-button::after {
7713 transform: translateX(-8px);
7715 .comment-controls .retract-button::after {
7716 transform: translateX(-8px);
7718 .comment-controls .unretract-button::after {
7719 transform: translateX(-18px);
7721 .comment-controls .reply-button::before {
7722 content: "\F086";
7723 font-weight: 400;
7724 font-size: 1.125rem;
7725 color: #6a8a6b;
7727 .comment-controls .reply-button::after {
7728 transform: translateX(-4px);
7730 .comment-controls .edit-button::before {
7731 font-size: 0.9375em;
7732 color: #0b0;
7734 .comment-controls .unretract-button::before {
7735 font-size: 1.125rem;
7736 color: #0b0;
7738 .comment-controls .edit-button::after {
7739 transform: translateX(-1px);
7741 .comment-item .comment-controls .action-button:hover::before {
7742 color: #f00;
7743 text-shadow:
7744 0.5px 0.5px 0.5px #f77;
7747 h1.listing .edit-post-link,
7748 h1.listing .edit-post-link:visited,
7749 .post-controls .edit-post-link,
7750 .post-controls .edit-post-link:visited {
7751 color: #090;
7753 h1.listing .edit-post-link:hover,
7754 .post-controls .edit-post-link:hover {
7755 color: #d00;
7758 .posting-controls textarea {
7759 font-family: 'Arial', sans-serif;
7760 font-size: 1rem;
7761 color: #000;
7762 background-color: #fff;
7763 border-color: #aaa;
7764 box-shadow:
7765 0 0 0 1px #eee inset;
7767 .posting-controls textarea:focus {
7768 background-color: #ffd;
7769 border-color: #6a8a6b;
7770 box-shadow:
7771 0 0 0 1px #ddf inset,
7772 0 0 0 1px #fff,
7773 0 0 0 2px #6a8a6b;
7775 .posting-controls.edit-existing-post textarea:focus,
7776 .posting-controls form.edit-existing-comment textarea:focus {
7777 border-color: #090;
7778 box-shadow:
7779 0 0 0 1px #81ff7f inset,
7780 0 0 0 1px #fff,
7781 0 0 0 2px #090;
7784 /* GUIEdit buttons */
7786 .guiedit-buttons-container {
7787 background-image: linear-gradient(to bottom, #fff 0%, #ddf 50%, #ccf 75%, #aaf 100%);
7790 .posting-controls.edit-existing-post .guiedit-buttons-container button,
7791 .posting-controls form.edit-existing-comment .guiedit-buttons-container button {
7792 color: #050;
7794 .guiedit-buttons-container button {
7795 font-family: Font Awesome, 'Arial', sans-serif;
7798 .guiedit::after {
7799 font-family: 'Arial', 'GW-Symbols', sans-serif;
7800 color: #777;
7801 text-shadow: none;
7802 top: 4px;
7805 /* Markdown hints */
7807 #markdown-hints-checkbox + label {
7808 color: #6a8a6b;
7810 #markdown-hints-checkbox + label:hover {
7811 color: #e00;
7813 #markdown-hints {
7814 border: 1px solid #c00;
7815 background-color: #ffa;
7818 /*================*/
7819 /* EDIT POST FORM */
7820 /*================*/
7822 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
7823 border-radius: 3px;
7824 border: 1px solid #ddd;
7825 color: #777;
7826 top: 2px;
7828 @media only screen and (hover:hover) {
7829 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover,
7830 #edit-post-form .post-meta-fields input[type='checkbox']:focus + label {
7831 text-shadow:
7832 0 0 1px #fff,
7833 0 0 2px #fff,
7834 0 0 2.5px #aaa;
7836 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover::before,
7837 #edit-post-form .post-meta-fields input[type='checkbox']:focus + label::before {
7838 border-color: #aaa;
7841 #edit-post-form .post-meta-fields input[type='checkbox']:checked + label::before {
7842 content: "\F00C";
7844 #edit-post-form input[type='radio'] + label {
7845 color: #777;
7846 border-color: #ddd;
7848 #edit-post-form input[type='radio'][value='all'] + label {
7849 border-radius: 8px 0 0 8px;
7850 border-width: 1px;
7852 #edit-post-form input[type='radio'][value='drafts'] + label {
7853 border-radius: 0 8px 8px 0;
7855 #edit-post-form input[type='radio'] + label:hover,
7856 #edit-post-form input[type='radio']:focus + label {
7857 background-color: #ddd;
7858 color: #000;
7860 #edit-post-form input[type='radio']:focus + label {
7861 color: #000;
7862 box-shadow:
7863 0 0 0 1px #aaa;
7865 #edit-post-form input[type='radio']:checked + label {
7866 background-color: #ddd;
7867 border-color: #ddd;
7868 color: #000;
7869 text-shadow:
7870 0 -1px 0 #fff,
7871 0 0.5px 0.5px #000;
7873 #edit-post-form #markdown-hints-checkbox + label {
7874 padding: 3px 0 0 14px;
7877 /*=======*/
7878 /* LINKS */
7879 /*=======*/
7882 text-decoration: none;
7883 color: #6a8a6b;
7885 a:visited {
7886 color: #8a8a8b;
7888 a:hover {
7889 color: #3d3d3e;
7892 /*=========*/
7893 /* BUTTONS */
7894 /*=========*/
7896 button,
7897 input[type='submit'] {
7898 color: #6a8a6b;
7901 button:hover,
7902 input[type='submit']:hover,
7903 button:focus,
7904 input[type='submit']:focus {
7905 color: #d00;
7907 button:active,
7908 input[type='submit']:active {
7909 color: #f00;
7910 transform: scale(0.9);
7912 .button:visited {
7913 color: #6a8a6b;
7915 .button:hover {
7916 color: #f00;
7917 text-decoration: none;
7919 .button:active {
7920 transform: scale(0.9);
7922 .button:focus:not(:hover) {
7923 transform: none;
7925 @supports (-moz-appearance: none) {
7926 .button:active {
7927 transform: none;
7931 /*==========*/
7932 /* HEADINGS */
7933 /*==========*/
7935 .body-text h1,
7936 .body-text h2,
7937 .body-text h4 {
7938 font-family: 'Arial', 'GW-Symbols', sans-serif;
7940 .body-text h3,
7941 .body-text h5,
7942 .body-text h6 {
7943 font-weight: 600;
7945 .body-text h6 {
7946 color: #555;
7948 .body-text h1 {
7949 border-bottom: 1px solid #aaa;
7952 /*========*/
7953 /* QUOTES */
7954 /*========*/
7956 blockquote {
7957 border-left: 5px solid #ccc;
7960 /*========*/
7961 /* IMAGES */
7962 /*========*/
7964 #content img,
7965 #content figure.image img {
7966 border: 1px solid #ccc;
7968 #content figure img {
7969 border: 1px solid #000;
7971 #content img[src$='.svg'],
7972 #content figure img[src$='.svg'] {
7973 border: none;
7975 #content img[style^='float'] {
7976 border: 1px solid transparent;
7979 /*========*/
7980 /* TABLES */
7981 /*========*/
7983 #content:not(.tag-index-page) .body-text table,
7984 #content:not(.tag-index-page) .body-text table th,
7985 #content:not(.tag-index-page) .body-text table td {
7986 border: 1px solid #bbb;
7989 /*======*/
7990 /* MISC */
7991 /*======*/
7993 hr {
7994 border-bottom: 1px solid #999;
7997 code {
7998 background-color: #f6f6ff;
7999 border: 1px solid #ddf;
8000 border-radius: 4px;
8003 input[type='text'],
8004 input[type='search'],
8005 input[type='password'] {
8006 background-color: #fff;
8007 border: 1px solid #ddd;
8008 color: #000;
8010 input[type='text']:focus,
8011 input[type='search']:focus,
8012 input[type='password']:focus {
8013 background-color: #ffd;
8014 border: 1px solid #bbb;
8015 box-shadow: 0 0 1px #bbb;
8018 select {
8019 color: #000;
8022 /*============*/
8023 /* ABOUT PAGE */
8024 /*============*/
8026 .about-page mark {
8027 background-color: #e6e6e6;
8028 text-decoration: none;
8029 box-shadow:
8030 0 -1px 0 0 #000 inset,
8031 0 -3px 1px -2px #000 inset;
8032 padding: 0 1px;
8035 #content.about-page .accesskey-table {
8036 font-family: 'Arial', 'GW-Symbols', sans-serif;
8037 border-color: #ddd;
8040 #content.about-page img {
8041 border: 1px solid #000;
8044 /*========================*/
8045 /* QUALIFIED HYPERLINKING */
8046 /*========================*/
8048 #aux-about-link a {
8049 color: #777;
8051 #aux-about-link a:hover {
8052 opacity: 1.0;
8055 .qualified-linking label {
8056 color: #6a8a6b;
8058 .qualified-linking label:hover {
8059 text-shadow:
8060 0 0 1px #fff,
8061 0 0 3px #fff,
8062 0 0 5px #00e;
8065 .qualified-linking-toolbar {
8066 border: 1px solid #000;
8067 background-color: #fff;
8069 .qualified-linking-toolbar a {
8070 background-color: #eee;
8071 border: 1px solid #ccc;
8072 border-radius: 4px;
8073 padding: 2px 12px;
8074 white-space: nowrap;
8076 .qualified-linking-toolbar a:visited {
8077 color: #6a8a6b;
8079 .qualified-linking-toolbar a:hover {
8080 text-decoration: none;
8081 background-color: #ddd;
8083 .qualified-linking label::after {
8084 background-color: #d8d8d8;
8085 opacity: 0.8;
8088 /*======*/
8089 /* MATH */
8090 /*======*/
8092 .mathjax-block-container::-webkit-scrollbar {
8093 height: 12px;
8094 background-color: #f6f6ff;
8095 border-radius: 6px;
8096 border: 1px solid #ddf;
8098 .mathjax-block-container::-webkit-scrollbar-thumb {
8099 background-color: #dde;
8100 border-radius: 6px;
8101 border: 1px solid #cce;
8103 .mathjax-inline-container::-webkit-scrollbar {
8104 height: 8px;
8105 background-color: #f6f6ff;
8106 border-radius: 4px;
8107 border: 1px solid #ddf;
8109 .mathjax-inline-container::-webkit-scrollbar-thumb {
8110 background-color: #dde;
8111 border-radius: 4px;
8112 border: 1px solid #cce;
8116 /*===============*/
8117 /* USER MENTIONS */
8118 /*===============*/
8120 .textarea-container .autocomplete-container {
8121 background-color: rgba(255, 255, 170, 0.75);
8122 border: 1px solid rgba(170, 170, 170, 0.75);
8125 .textarea-container .autocomplete-container div.highlighted {
8126 background-color: rgba(170, 170, 170, 0.75);
8127 color: #fff;
8130 .textarea-container .autocomplete-container div:not(.highlighted):hover {
8131 background-color: rgba(136, 136, 136, 0.25);
8134 .textarea-container .autocomplete-container div span.age,
8135 .textarea-container .autocomplete-container div span.karma {
8136 color: #888;
8139 .textarea-container .autocomplete-container div span.karma {
8140 width: 6.75em;
8144 /*=================*/
8145 /* ALIGNMENT FORUM */
8146 /*=================*/
8148 #content.alignment-forum-index-page::before {
8149 background-color: #f4f5ff;
8151 #content.alignment-forum-index-page::after {
8152 font-family: "Concourse SmallCaps";
8153 font-weight: 600;
8154 background-color: #7f85b2;
8155 color: transparent;
8156 -webkit-background-clip: text;
8157 text-shadow:
8158 rgba(255,255,255,0.5) 0px 3px 3px;
8160 @media only screen and (hover: hover) {
8161 #content.alignment-forum-index-page h1.listing a:hover,
8162 #content.alignment-forum-index-page h1.listing a:focus {
8163 background-color: rgba(244,245,255,0.85);
8167 /*====================*/
8168 /* FOR NARROW SCREENS */
8169 /*====================*/
8171 @media only screen and (max-width: 1440px) {
8172 #hns-date-picker {
8173 background-color: #d8d8d8;
8174 opacity: 1.0;
8176 #hns-date-picker::before {
8177 border: 1px solid #999;
8178 border-width: 1px 0 1px 1px;
8181 @media only screen and (max-width: 1160px) {
8182 #theme-selector {
8183 background-color: #d8d8d8;
8184 box-shadow:
8185 0 0 0 1px #999,
8186 0 0 0 2px transparent;
8188 #theme-selector:hover::after {
8189 width: calc(6em - 9px);
8190 height: calc(100% - 5px);
8191 top: 3px;
8192 left: 100%;
8194 #text-size-adjustment-ui button {
8195 background-color: #ddd;
8197 #text-size-adjustment-ui button:hover {
8198 background-color: #eee;
8200 #theme-tweaker-toggle button {
8201 background-color: #ddd;
8204 @media only screen and (max-width: 1080px) {
8205 #text-size-adjustment-ui button {
8206 border: 1px solid #999;
8207 padding: 0 0 0 1px;
8208 border-radius: 50%;
8209 box-shadow:
8210 0 0 6px #999 inset,
8211 0 0 0 1px transparent;
8213 #theme-tweaker-toggle button {
8214 border: 1px solid #999;
8215 box-shadow:
8216 0 0 10px #999 inset,
8217 0 0 0 1px transparent;
8218 border-radius: 50%;
8219 transform: scale(0.8);
8222 @media only screen and (max-width: 1020px) {
8223 #quick-nav-ui a {
8224 box-shadow:
8225 0 0 0 1px #999,
8226 0 0 0 2px transparent;
8228 #new-comment-nav-ui .new-comments-count::before {
8229 background-color: #d8d8d8;
8230 box-shadow:
8231 0 0 0 1px #999,
8232 0 0 0 2px transparent;
8233 border-radius: 8px;
8235 #anti-kibitzer-toggle {
8236 background-color: #d8d8d8;
8237 box-shadow:
8238 0 0 0 1px #999,
8239 0 0 0 2px transparent;
8240 border-radius: 6px;
8241 overflow: hidden;
8245 /*========*/
8246 /* MOBILE */
8247 /*========*/
8249 /*******************************************/
8250 @media only screen and (max-width: 1160px) {
8251 /*******************************************/
8253 #ui-elements-container > div[id$='-ui-toggle'] button {
8254 color: #aaa;
8255 text-shadow:
8256 0 0 1px #fff,
8257 0 0 3px #fff,
8258 0 0 5px #fff,
8259 0 0 10px #fff,
8260 0 0 20px #fff,
8261 0 0 30px #fff;
8264 #theme-selector {
8265 background-color: #d8d8d8;
8266 box-shadow:
8267 0 0 0 1px #999,
8268 0 0 1px 3px #fff,
8269 0 0 3px 3px #fff,
8270 0 0 5px 3px #fff,
8271 0 0 10px 3px #fff,
8272 0 0 20px 3px #fff;
8273 border-radius: 12px;
8275 #theme-selector::before,
8276 #theme-selector .theme-selector-close-button {
8277 color: #000;
8278 font-weight: normal;
8280 #theme-selector button {
8281 background-color: #e6e6e6;
8282 border-radius: 10px;
8284 #theme-selector button::after {
8285 color: #444;
8286 max-width: calc(100% - 3.5em);
8287 overflow: hidden;
8288 text-overflow: ellipsis;
8289 padding-bottom: 1px;
8291 #theme-selector button.selected::after {
8292 color: #000;
8293 text-shadow:
8294 0 -1px 0 #fff,
8295 0 0.5px 0.5px #000;
8298 #theme-selector .auxiliary-controls-container {
8299 border-top-color: #999;
8301 #theme-selector .auxiliary-controls-container button {
8302 background-color: #e6e6e6;
8303 box-shadow:
8304 0 0 10px 0 #999 inset,
8305 0 0 0 1px transparent;
8306 border: 1px solid #999;
8308 #theme-selector #anti-kibitzer-toggle button::before,
8309 #theme-selector #anti-kibitzer-toggle button::after {
8310 background-color: #444;
8312 #theme-selector #dark-mode-selector {
8313 background-color: #e6e6e6;
8314 box-shadow:
8315 0 0 10px 0 #999 inset,
8316 0 0 0 1px transparent;
8317 border: 1px solid #999;
8319 #theme-selector #dark-mode-selector button.selected {
8320 background-color: #999;
8321 border-radius: 8px;
8322 box-shadow: 0 0 2px 0 #999;
8325 #quick-nav-ui {
8326 background-color: #fff;
8328 #quick-nav-ui,
8329 #new-comment-nav-ui,
8330 #hns-date-picker {
8331 box-shadow:
8332 0 0 1px 3px #fff,
8333 0 0 3px 3px #fff,
8334 0 0 5px 3px #fff,
8335 0 0 10px 3px #fff,
8336 0 0 20px 3px #fff;
8338 #quick-nav-ui a::after,
8339 #new-comment-nav-ui::before {
8340 font-family: 'Arial', 'GW-Symbols', sans-serif;
8341 font-weight: bold;
8342 box-shadow:
8343 0 0 1px 0 #fff,
8344 0 0 3px 0 #fff,
8345 0 0 5px 0 #fff;
8346 background-color: #fff;
8347 border-radius: 4px;
8349 #quick-nav-ui,
8350 #new-comment-nav-ui {
8351 border-radius: 8px;
8353 #new-comment-nav-ui {
8354 background-color: #e4e4e4;
8355 border: 1px solid #999;
8357 #new-comment-nav-ui::before {
8358 color: #777;
8359 font-weight: bold;
8361 #new-comment-nav-ui .new-comment-sequential-nav-button {
8362 box-shadow: 0 0 0 1px #999;
8363 color: #538d4d;
8365 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
8366 color: #bbb;
8368 #new-comment-nav-ui .new-comments-count {
8369 background-color: inherit;
8370 box-shadow: 0 -1px 0 0 #999;
8372 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
8373 border-radius: 7px 0 0 7px;
8375 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-next {
8376 border-radius: 0 7px 7px 0;
8378 #new-comment-nav-ui button::after {
8379 font-family: 'Arial', 'GW-Symbols', sans-serif;
8381 #hns-date-picker {
8382 background-color: #e4e4e4;
8383 border: 1px solid #999;
8386 /*****************************************/
8387 @media only screen and (max-width: 900px) {
8388 /*****************************************/
8389 h1.listing + .post-meta .post-section {
8390 overflow: visible;
8391 order: -2;
8392 width: unset;
8394 h1.listing + .post-meta .post-section::before {
8395 position: unset;
8398 #primary-bar .nav-inner {
8399 font-size: 1.25em;
8401 .nav-bar-top:not(#primary-bar) .nav-inner {
8402 font-size: 1.125em;
8404 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) .nav-inner {
8405 padding: 6px 10px;
8408 .archive-nav *[class^='archive-nav-item-'] {
8409 border-width: 1px !important;
8411 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
8412 background-color: #aaa;
8415 .comment-item .comment-item {
8416 margin: 0.75em 0 3px 6px;
8418 .comment-item .comment-item + .comment-item {
8419 margin: 1.5em 0 3px 6px;
8422 .sublevel-nav:not(.sort) .sublevel-item,
8423 .sublevel-nav:not(.sort) .sublevel-item:first-child,
8424 .sublevel-nav:not(.sort) .sublevel-item:last-child {
8425 border-radius: 8px;
8426 border-width: 1px;
8427 margin: 2px;
8429 /*******************************************/
8430 } @media only screen and (max-width: 720px) {
8431 /*******************************************/
8432 .post-meta .comment-count::before {
8433 font-family: inherit;
8434 font-size: inherit;
8435 margin: 0;
8437 /*******************************************/
8438 } @media only screen and (max-width: 520px) {
8439 /*******************************************/
8440 #primary-bar.inactive-bar .nav-inner {
8441 padding: 6px 10px;
8442 font-size: 1.375em;
8445 h1.listing {
8446 margin: 18px 6px 4px 6px;
8447 max-width: calc(100% - 12px);
8448 padding: 0;
8450 h1.listing .link-post-link {
8451 top: 2px;
8453 h1.listing + .post-meta {
8454 margin: 4px 6px;
8456 h1.listing + .post-meta > *:not(.karma) {
8457 line-height: 1.5;
8458 width: unset;
8460 h1.listing + .post-meta .karma-value {
8461 top: 0;
8462 right: calc(100% - 2.25em);
8465 #content.compact > .comment-thread .comment-item {
8466 max-height: 104px;
8469 .textarea-container:focus-within textarea {
8470 background-color: #fff;
8472 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
8473 padding: 6px;
8474 font-weight: bold;
8476 .textarea-container:focus-within .guiedit-mobile-help-button.active {
8477 box-shadow:
8478 0 0 0 2px #c00;
8479 color: #c00;
8481 .textarea-container:focus-within .guiedit-buttons-container {
8482 background-color: #fff;
8483 border-top: 1px solid #ddf;
8485 .posting-controls .textarea-container:focus-within .guiedit-buttons-container {
8486 box-shadow: none;
8488 #content.conversation-page .textarea-container:focus-within::after {
8489 background-color: #fff;
8491 .textarea-container:focus-within button.guiedit {
8492 border: 1px solid #6a8a6b;
8493 border-radius: 6px;
8496 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
8497 top: 1px;
8499 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
8500 top: 1px;
8503 #edit-post-form textarea {
8504 min-height: calc(100vh - 345px);
8509 /*************/
8510 /* ACCORDIUS */
8511 /*************/
8513 /*======*/
8514 /* TAGS */
8515 /*======*/
8517 #tags {
8518 order: 12;
8519 display: flex;
8520 flex-basis: 100%;
8521 justify-content: center;
8522 margin: 0;
8523 flex-flow: row wrap;
8524 align-items: flex-start;
8527 /*===============*/
8528 /* CLASSIC THEME */
8529 /*===============*/
8531 /*++++++*/
8532 /* TAGS */
8533 /*++++++*/
8535 #tags {
8536 padding: 0.25em 0.5em;
8537 line-height: 1;
8538 justify-content: flex-start;
8539 margin: 0.5em 0 0 0;
8541 #tags::before {
8542 content: "Tags:";
8543 margin: 0 0.25em 0 0;
8544 padding: 3px 0;
8545 color: #999;
8547 #tags a {
8548 border-radius: 6px;
8549 background-color: #fffec2;
8550 border: 1px solid #d9b600;
8551 padding: 3px 6px;
8552 line-height: 1;
8553 margin: 0.25em;
8554 font-size: 0.9375em;
8555 text-decoration: none;
8556 color: #537254;
8558 #tags a:hover {
8559 text-decoration: none;
8560 background-color: #ecc700;
8561 color: #000;
8563 #tags a:active {
8564 color: #d00;