Fix top margin of ToC on collection pages.
[lw2-viewer.git] / www / css / style-zero.windows.css
blobc9abd35f14b9e0e4328b5842be27e036df823835
2 /*************/
3 /* VARIABLES */
4 /*************/
6 :root {
7 --GW-comment-background-color-odd: transparent;
8 --GW-comment-background-color-even: transparent;
9 --GW-comment-background-color-target: transparent;
11 --inverted-display: none;
14 /***************/
15 /* BASE LAYOUT */
16 /***************/
18 html {
19 box-sizing: border-box;
20 font-size: 16px;
22 *, *::before, *::after {
23 box-sizing: inherit;
25 script {
26 display: none !important;
29 /*=------=*/
30 /*= Body =*/
31 /*=------=*/
33 body {
34 padding: 0;
35 margin: 0;
37 body::before {
38 background-color: inherit;
39 position: fixed;
40 width: 100%;
41 height: 100%;
44 body.no-scroll {
45 overflow-y: scroll;
46 position: fixed;
47 width: 100%;
50 /*=----------------------------=*/
51 /*= Immediate children of body =*/
52 /*=----------------------------=*/
54 body > * {
55 max-width: 900px;
58 /* Special styles for special browsers.
59 (This one is a fix for Firefox’s built-in screenshot feature.)
61 body > iframe[id^='firefox-screenshots'] {
62 max-width: unset;
65 #content {
66 margin: 0 auto;
67 padding: 0 30px;
68 position: relative;
69 overflow: visible;
70 display: grid;
71 grid-template-columns: 2fr 1fr 2fr;
73 #content::before {
74 content: "";
75 display: block;
76 position: absolute;
77 top: 0;
78 left: 0;
79 width: 100%;
80 height: 100%;
81 z-index: -1;
82 pointer-events: none;
85 /*=---------=*/
86 /*= Content =*/
87 /*=---------=*/
89 #content > * {
90 grid-column: 1 / span 3;
93 /*=----------------------=*/
94 /*= Floating UI elements =*/
95 /*=----------------------=*/
97 #ui-elements-container {
98 position: fixed;
99 height: 100vh;
100 top: 0;
101 left: 0;
102 right: 0;
103 margin: auto;
104 z-index: 10000;
105 pointer-events: none;
107 #ui-elements-container > * {
108 pointer-events: auto;
111 /*=----------------=*/
112 /*= Images overlay =*/
113 /*=----------------=*/
114 /* (To exclude images in posts from theme tweaks) */
116 #images-overlay {
117 position: absolute;
118 z-index: 1;
119 left: 0;
120 right: 0;
121 margin: auto;
124 /***********/
125 /* NAV BAR */
126 /***********/
128 .nav-bar {
129 margin: 0 -30px;
130 display: flex;
131 order: -11;
132 z-index: 1;
135 /*=---------------=*/
136 /*= Nav bar items =*/
137 /*=---------------=*/
139 .nav-item {
140 flex: 1 1 auto;
142 .nav-item * {
143 text-overflow: ellipsis;
144 white-space: nowrap;
145 overflow: hidden;
147 .nav-inner {
148 padding: 12px 30px;
149 text-align: center;
150 display: block;
151 position: relative;
152 line-height: inherit;
153 width: 100%;
154 background: unset;
156 .nav-bar-top:not(#primary-bar) .nav-inner {
157 padding: 4px 0;
160 #nav-item-sequences .nav-inner::before {
161 font-family: "Font Awesome", "Font Awesome 5 Free";
162 content: "\F5DB";
164 @media only screen and (min-width: 901px) {
165 #nav-item-about .nav-inner {
166 margin-right: 0.5em;
168 #nav-item-sequences .nav-inner::before {
169 font-size: 1rem;
170 display: block;
172 #secondary-bar #nav-item-sequences .nav-inner {
173 font-size: 0;
174 line-height: 1.4;
178 /*=------------=*/
179 /*= Bottom bar =*/
180 /*=------------=*/
182 #bottom-bar {
183 order: 11;
185 h1.listing ~ #bottom-bar {
186 margin-top: 1.25em;
188 #bottom-bar .nav-item {
189 flex: 1 1 0;
192 /*=-----------------=*/
193 /*= Accesskey hints =*/
194 /*=-----------------=*/
196 .nav-inner::after {
197 content: attr(accesskey);
198 display: none;
201 /*=---------------=*/
202 /*= Pagination UI =*/
203 /*=---------------=*/
205 #bottom-bar .nav-item a::before,
206 #top-nav-bar a::before {
207 font-family: "Font Awesome", "Font Awesome 5 Free";
208 font-weight: 900;
209 font-size: 0.8em;
210 position: relative;
211 bottom: 1px;
212 margin-right: 0.5em;
214 #bottom-bar #nav-item-first a::before,
215 #top-nav-bar a.nav-item-first::before {
216 content: "\F33e";
218 #bottom-bar #nav-item-top a::before {
219 content: "\F062";
221 #bottom-bar #nav-item-prev a::before,
222 #top-nav-bar a.nav-item-prev::before {
223 content: "\F060";
225 #bottom-bar #nav-item-next a::before,
226 #top-nav-bar a.nav-item-next::before {
227 content: "\F061";
229 #bottom-bar #nav-item-last a::before,
230 #top-nav-bar a.nav-item-last::before {
231 content: "\F340";
233 #bottom-bar #nav-item-next a::before {
234 margin-left: -2em;
235 margin-right: 0;
236 left: 3.8em;
238 #bottom-bar #nav-item-last a::before {
239 margin-left: -1.8em;
240 margin-right: 0;
241 left: 3.4em;
244 /*= Hover tooltips =*/
246 #top-nav-bar a {
247 position: relative;
249 #top-nav-bar a::after {
250 bottom: calc(100% - 3px);
251 content: attr(data-target-page);
253 #top-nav-bar a::after {
254 display: block;
255 position: absolute;
256 font-size: 0.75rem;
257 width: 100%;
258 line-height: 1;
259 visibility: hidden;
261 #top-nav-bar a:hover::after,
262 #bottom-bar a:hover::after {
263 visibility: visible;
266 /*=-----------------------=*/
267 /*= Decorative bottom bar =*/
268 /*=-----------------------=*/
269 /* (On short pages with no pagination) */
271 #bottom-bar.decorative {
272 position: relative;
274 #bottom-bar.decorative .nav-item {
275 display: none;
278 /*=------------=*/
279 /*= Search tab =*/
280 /*=------------=*/
282 #nav-item-search {
283 flex: 4 1 auto;
285 #nav-item-search form::before {
286 content: "\F002";
287 font-family: "Font Awesome", "Font Awesome 5 Free";
288 font-weight: 900;
289 display: inline-block;
290 vertical-align: top;
291 height: 23px;
292 width: 23px;
294 #nav-item-search input {
295 height: 23px;
296 width: calc(95% - 80px);
297 padding: 1px 4px;
299 #nav-item-search button {
300 height: 21px;
303 /*=-----------=*/
304 /*= Login tab =*/
305 /*=-----------=*/
307 #nav-item-login {
308 position: relative;
309 padding-right: 0.5em;
312 /*******************/
313 /* INBOX INDICATOR */
314 /*******************/
316 #inbox-indicator {
317 position: absolute;
318 top: 1px;
319 right: 0;
320 height: 100%;
321 visibility: hidden;
323 #inbox-indicator::before {
324 content: "\F0E0";
325 font-family: "Font Awesome", "Font Awesome 5 Free";
326 color: #bbb;
327 font-size: 1.1875rem;
328 position: absolute;
329 height: 100%;
330 right: 0;
331 top: 0;
332 padding: 0 0.45em;
333 visibility: visible;
334 font-weight: 900;
336 #inbox-indicator.new-messages::before {
337 color: #f00;
338 text-shadow:
339 0 0 1px #777,
340 0.5px 0.5px 1px #777;
342 a#inbox-indicator:hover::before {
343 color: #fff;
344 text-shadow:
345 0 0 1px #000,
346 0 0 2px #000,
347 0 0 4px #000,
348 0 0 1px #777,
349 0.5px 0.5px 1px #777;
351 a#inbox-indicator.new-messages:hover::before {
352 text-shadow:
353 0 0 1px #f00,
354 0 0 2px #f00,
355 0 0 4px #f00,
356 0 0 1px #777,
357 0.5px 0.5px 1px #777;
360 /****************/
361 /* PAGE TOOLBAR */
362 /****************/
364 .page-toolbar {
365 font-size: 0.9em;
366 line-height: 1.8;
367 text-align: right;
368 margin-right: -20px;
370 #content > .page-toolbar {
371 grid-column: 3;
372 grid-row: span 3;
374 #content.user-page > .page-toolbar {
375 grid-column: 2 / span 2;
376 order: -4;
379 /*=--------------------------=*/
380 /*= Page toolbar items (all) =*/
381 /*=--------------------------=*/
383 .page-toolbar > * {
384 display: inline-block;
385 margin-left: 1.5em;
387 .page-toolbar > form button {
388 padding: 0;
389 text-align: right;
390 white-space: unset;
392 .page-toolbar > form button::before {
393 text-align: center;
395 .page-toolbar .button::before {
396 font-family: "Font Awesome", "Font Awesome 5 Free";
397 font-size: 0.9em;
398 padding-right: 0.3em;
401 /*=-------------------------------=*/
402 /*= Page toolbar items (specific) =*/
403 /*=-------------------------------=*/
405 .new-post::before {
406 content: '\F067';
407 font-weight: 900;
409 .new-private-message::before {
410 content: '\F075';
411 font-weight: 400;
413 .logout-button::before {
414 content: '\F2F5';
415 font-weight: 900;
417 #enable-push-notifications::before {
418 content: '\F0F3';
419 font-weight: 400;
421 .ignore-button::before {
422 content: "\F070";
423 font-weight: 400;
425 .unignore-button::before {
426 content: "\F06E";
427 font-weight: 400;
429 .rss::before {
430 content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiANCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIGlkPSJSU1NpY29uIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+DQo8ZGVmcz4NCjxsaW5lYXJHcmFkaWVudCB4MT0iMC4wODUiIHkxPSIwLjA4NSIgeDI9IjAuOTE1IiB5Mj0iMC45MTUiIGlkPSJSU1NnIj4NCjxzdG9wICBvZmZzZXQ9IjAuMCIgc3RvcC1jb2xvcj0iI0UzNzAyRCIvPjxzdG9wICBvZmZzZXQ9IjAuMTA3MSIgc3RvcC1jb2xvcj0iI0VBN0QzMSIvPg0KPHN0b3AgIG9mZnNldD0iMC4zNTAzIiBzdG9wLWNvbG9yPSIjRjY5NTM3Ii8+PHN0b3AgIG9mZnNldD0iMC41IiBzdG9wLWNvbG9yPSIjRkI5RTNBIi8+DQo8c3RvcCAgb2Zmc2V0PSIwLjcwMTYiIHN0b3AtY29sb3I9IiNFQTdDMzEiLz48c3RvcCAgb2Zmc2V0PSIwLjg4NjYiIHN0b3AtY29sb3I9IiNERTY0MkIiLz4NCjxzdG9wICBvZmZzZXQ9IjEuMCIgc3RvcC1jb2xvcj0iI0Q5NUIyOSIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjwvZGVmcz4NCjxyZWN0IHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiByeD0iNTUiIHJ5PSI1NSIgeD0iMCIgIHk9IjAiICBmaWxsPSIjQ0M1RDE1Ii8+DQo8cmVjdCB3aWR0aD0iMjQ2IiBoZWlnaHQ9IjI0NiIgcng9IjUwIiByeT0iNTAiIHg9IjUiICB5PSI1IiAgZmlsbD0iI0Y0OUM1MiIvPg0KPHJlY3Qgd2lkdGg9IjIzNiIgaGVpZ2h0PSIyMzYiIHJ4PSI0NyIgcnk9IjQ3IiB4PSIxMCIgeT0iMTAiIGZpbGw9InVybCgjUlNTZykiLz4NCjxjaXJjbGUgY3g9IjY4IiBjeT0iMTg5IiByPSIyNCIgZmlsbD0iI0ZGRiIvPg0KPHBhdGggZD0iTTE2MCAyMTNoLTM0YTgyIDgyIDAgMCAwIC04MiAtODJ2LTM0YTExNiAxMTYgMCAwIDEgMTE2IDExNnoiIGZpbGw9IiNGRkYiLz4NCjxwYXRoIGQ9Ik0xODQgMjEzQTE0MCAxNDAgMCAwIDAgNDQgNzMgViAzOGExNzUgMTc1IDAgMCAxIDE3NSAxNzV6IiBmaWxsPSIjRkZGIi8+DQo8L3N2Zz4NCg==');
431 display: inline-block;
432 width: 1em;
433 padding-right: 0.2em;
434 position: relative;
435 top: 1px;
438 /*********************/
439 /* TOP PAGINATION UI */
440 /*********************/
442 #top-nav-bar {
443 grid-column: 2;
444 margin: 0.25em 0 0 0;
445 padding: 0.75em 0 0 0;
446 text-align: center;
447 font-size: 1.25em;
448 display: flex;
449 justify-content: center;
451 #top-nav-bar a {
452 line-height: 1;
454 #top-nav-bar a.disabled {
455 pointer-events: none;
456 visibility: hidden;
458 #top-nav-bar .page-number {
459 position: relative;
460 display: inline-block;
461 width: 1.5em;
463 #top-nav-bar .page-number-label {
464 position: absolute;
465 font-size: 0.5em;
466 text-transform: uppercase;
467 width: 100%;
468 bottom: 90%;
469 left: 0;
471 #top-nav-bar a::before {
472 margin: 0.5em;
473 display: inline-block;
476 /****************/
477 /* SUBLEVEL NAV */
478 /****************/
480 .sublevel-nav {
481 text-align: center;
482 display: flex;
483 justify-content: center;
484 margin: 1em 0 0 0;
486 #content > .sublevel-nav:not(.sort) {
487 grid-column: 2;
488 align-self: start;
490 .sublevel-nav .sublevel-item {
491 flex: 0 0 6em;
492 padding: 0.125em 0.5em;
493 font-size: 1.125rem;
495 .sublevel-nav .sublevel-item:active {
496 transform: none;
498 .sublevel-nav .sublevel-item.selected {
499 cursor: default;
502 /***********************/
503 /* SORT ORDER SELECTOR */
504 /***********************/
506 .sublevel-nav.sort {
507 position: relative;
508 margin-top: 8px;
509 font-size: 0.75em;
511 #content > .sublevel-nav.sort {
512 grid-column: 3;
513 grid-row: span 2;
514 justify-self: end;
515 align-self: start;
516 flex-flow: column;
518 #content.index-page > .sublevel-nav.sort {
519 grid-column: 1;
520 justify-self: start;
521 flex-flow: row;
524 .sublevel-nav.sort::before {
525 content: "Sort";
526 font-size: 0.75rem;
527 position: absolute;
528 top: 0;
529 left: 0;
530 width: 100%;
532 .sublevel-nav.sort .sublevel-item {
533 line-height: 1;
534 font-size: 0.875rem;
535 flex-basis: unset;
538 /*******************************/
539 /* COMMENTS SORT MODE SELECTOR */
540 /*******************************/
542 .comments > .sublevel-nav.sort {
543 margin: 1em auto 0 auto;
545 @supports (width: -moz-fit-content) {
546 .comments > .sublevel-nav.sort {
547 width: -moz-fit-content;
550 @supports (width: fit-content) {
551 .comments > .sublevel-nav.sort {
552 width: fit-content;
556 /******************/
557 /* WIDTH SELECTOR */
558 /******************/
560 #width-selector {
561 position: absolute;
562 top: 4px;
563 right: -78px;
565 #width-selector button {
566 width: 22px;
567 height: 22px;
568 padding: 6px;
569 margin: 1px;
570 overflow: hidden;
571 background-repeat: no-repeat;
572 background-size: 100%;
573 background-origin: content-box;
575 #width-selector button,
576 #width-selector button:active,
577 #width-selector button:focus {
578 text-shadow: none;
579 color: transparent;
581 #width-selector button:disabled {
582 cursor: auto;
584 #width-selector button.select-width-normal {
585 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIqnI+py+0PU5hB0Sqp1Xlu32HI9YkHGZZqyo6cC8Kmgcqr3Z5vxPf+nygAADs=');
587 #width-selector button.select-width-wide {
588 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIrnI+py+0PT5jB0TqupUY37zEg95HhMk6bmpGi6aIw+7KnkmK1HvX+DzwUAAA7');
590 #width-selector button.select-width-fluid {
591 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIwnI+py+0/ApIwUGOfvTGzzYELGIoTiZpdylJte7xoQp7beMc5XnL4CYlMgsSisVEAADs=');
594 /*=----------------=*/
595 /*= Hover tooltips =*/
596 /*=----------------=*/
598 #width-selector button::after {
599 content: attr(data-name);
600 position: absolute;
601 display: block;
602 left: 0;
603 width: 100%;
604 text-align: center;
605 top: 56px;
606 visibility: hidden;
608 #width-selector button.selected::after {
609 content: attr(data-name) " (selected)";
611 #width-selector button:hover:not(:active)::after {
612 visibility: visible;
615 head.content-width-normal + body > * {
616 max-width: 900px;
618 head.content-width-wide + body > * {
619 max-width: 1150px;
621 head.content-width-fluid + body > * {
622 max-width: calc(100% - 300px);
625 /******************/
626 /* THEME SELECTOR */
627 /******************/
629 #theme-selector {
630 position: absolute;
631 top: 3px;
632 left: -41px;
633 opacity: 0.4;
634 display: table;
635 max-width: 40px;
637 #theme-selector:hover {
638 opacity: 1.0;
641 /*=----------------------=*/
642 /*= Theme select buttons =*/
643 /*=----------------------=*/
645 .theme-selector button {
646 display: table-cell;
647 width: 26px;
648 height: 26px;
649 padding: 5px;
650 margin: 1px 7px 0 7px;
651 color: transparent;
652 background-size: 16px 16px;
653 background-origin: content-box;
655 .theme-selector button,
656 .theme-selector button:hover,
657 .theme-selector button:active,
658 .theme-selector button:focus {
659 text-shadow: none;
660 color: transparent;
662 .theme-selector button:disabled {
663 cursor: auto;
666 /*=----------------------------=*/
667 /*= Pre-rendered button images =*/
668 /*=----------------------------=*/
669 /* (Each is just a capital letter A through whatever) */
671 .theme-selector button:nth-of-type(1) {
672 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAAAA0NDRYWFhwcHCIiIioqKjU1NTs7O0BAQEtLS09PT1ZWVlxcXGNjY2VlZWZmZmpqamxsbG1tbXd3d4WFhYeHh46OjpaWlpubm6Ojo6ampqysrK+vr7GxsbKysra2tr29vcDAwMnJyc3NzdLS0tra2tvb293d3d/f3+Tk5Ofn5+rq6uvr6+3t7e7u7vHx8fb29vf39/r6+vv7+/39/f7+/v///38AAA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGmUCbcEgsGo/IpHLJbDqf0Kh0Sq0eQwHCyVqsKQAACpdYAgMGrrGwYgZs1C9C+zAbc9rgEZeGwAMiXCRmHRdgAipWE4YtJmYYVSwCYBI2NQxgBDBUGWYSHh+SYCBTMgZ+bQs0UiKneCVRNRBmCw61DwlmYlApZnREMQVgaFCFYBpGFmZvTjRfAAIrRihmDTVq19jZ2tvc3d5CQQA7');
674 .theme-selector button:nth-of-type(2) {
675 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAAAA0NDRwcHCYmJioqKk1NTVVVVV1dXWJiYmNjY3d3d35+foiIiIuLi5aWlq2trbOzs7S0tLm5ucXFxcrKysvLy83NzdLS0tXV1dbW1tra2tvb2+Xl5ebm5ujo6Onp6e3t7e7u7vT09Pb29vf39/j4+Pv7+/39/f7+/v///wAAwKwtDQEAAAAQrAUAAGAAABUAAAAAAAAAEKwFAABgAABQ4VxT/38AAA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGj0CAcEgsGo/IpHLJbDqf0Kh0Sq0KAx0TaUsqcRzWQChFLpM/BGoAZG5P1OyUiXI5lUeD6ZosEgAWd2lSeykieQllhnpxJAoMH2UZcG1lIYKDcZQhBpOUZCcFi2QjaQgeZRaiKXhCDWUaqn1CD6+qKRIQGGYbtpQoC3pjnikRapBtIhUHVszNzs/Q0dLT1ENBADs=');
677 .theme-selector button:nth-of-type(3) {
678 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMe7m4+7n5O7o5e7q6e7t7e7u7u/f2O/f2e/g2u/i3PDa0fDb0/Dc1PDd1fDd1vLAq/LKufLKuvLMvfLQwvO4oPO6o/O7pPO8pfO9pvPAq/PBrfPFsvSylvS4n/Wqi/Wxlfakg/aoiPaqi/eadPeeefiMYPiRZ/iTafiTaviUa/iWbfiXb/iYcfqBUPqCUft0Pft3Qft7RvxvNvxxOPx0PPx1Pf1mKP1nKf1nKv1pLP1pLf1qLv1rL/1sMP1tMgAAACwAAAAAIAAgAAAGnsCCcEgsGo/IpHLJbDqf0Kh0Cl1AIBEHtciR2b5f3wpBNbzA6C+OIVXo0mlcI0qAoWmhi8f1jRGiHWgkRQctInQ1YCZbRQlvNnKMRI5fMwOSQxlgJZhDG2B+nQUJOV88AaIAO2AsogUnaCBFBCojUpRgNR8QGiulPQJSgXBpFVMPpcQ2Nw9UAik3aTcoZIwEEhQWGBN/rt7f4OHi451BADs=');
680 .theme-selector button:nth-of-type(4) {
681 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMYiHh4iIiImGhYqGhYuHhYyGg46Gg5CFgJKEfpKFf5WDfJeEfJiCeZmDeZqCeZuCd56BdZ+AdKZ/cKd/bq19abJ8ZbZ6Ybd5YMR1VctzUMxzT8x0UNJxStNxSdNyStRxSddwRthvRNlvRNtvQ99uQOFuPuRsO+ZtO+dsOuhsOOtrNuxrNvBpMfBpMvNoL/ZnLPZoLvhnLPlmKvpmKvtnKvxmKPxmKf1mKA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGn8CAcEgsGo/IpHLJbDqf0Kh0Sq0KBauX9iVrZRBWBe1GLpM11cSsZplMKqIaOTWYqmsM4uFEBtnXD0UAKDc1EVJ3gUUNNjcjiIBHITcsAlGJRxw3MASXkUYVm3VQmEYbNy6jT6VFHZudpJ9EBjI3JZA1ikQeZBe4ugEAH2QqALgUDQ4QGDFkMgt/ZmYmBVRq0i8kElbc3d7f4OHi4+REQQA7');
683 .theme-selector button:nth-of-type(5) {
684 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMQAw5wMy5gc15hI95RQ/5BhC4xtE5CZN4idN4Upo3Zai05um0p2o0qCq0aKr0aqy0Kyz0K200K+10LK4z7q+zru/zry/zr3Azr7Bzr/CzsDDzsHDzcTGzcnJzMrKzMzMzCwAAAAAIAAgAAAFbeAnjmRpnmiqrmzrvnAsz3Q9esmB7Hxh1ZsBYEgEBCo1DkHgmEiez05ymbGZlIKflYRFbkfY6lekBOh4hoitXBwq1kuG5EF/aOAC8Rir3S/7X3xjZEsQGBSIFBdwbUQNU41DC4OUlZaXmJmaViEAOw==');
686 .theme-selector button:nth-of-type(6) {
687 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMQAAAA0NDS4uLjU1NTg4OElJSVZWVmNjY21tbaOjo62trbOzs8XFxcvLy8zMzNDQ0Nvb2+Dg4OHh4ePj4+Xl5e7u7vLy8v39/f///4n/fwAAwKwtDQEAAAAeBwAAAAAAACwAAAAAIAAgAAAFWiAmjmRpnmiqrmzrvnAsz3RNJkKh70NlH4CgEBDw1RCABSXCZF5syIfthGxMTdVrKasdIQGGHWEy/Q4BjDJAIYG4IRa1tCvi0u1dvFZ/5asddIGCg4SFhoeDIQA7');
689 .theme-selector button:nth-of-type(7) {
690 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMWcEFG4QH3QZKHcfLXslM4AtOYIxPYQ1QYY4Q4tAS5VPWZpYYbKAhrSCh7iJjruPk72RlcWfosikp8qnqsyrrNK1tdO2tta7u9e+vtzExOTS0ebV0+bW1OfX1ejY1ujZ1+na1+nb2Ozf3Ozg3e3h3u7i3+/k4fDm4/Ho5PLq5vPr5/Ts6PXu6vfx7fjz7/j07/n18Pr28fr38vv48/v59Pz69f379v389/79+P//+gAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGssCccEgsGo/IpHLJbDqf0Kh0CmWhVi5q0TYhAL6AwySmFRXAaEAANOWAIScbjRT5fqQzBEAQMrYoOFIWamxaRTV6DIZGL2cbi0UgAAMtRDAyM5kzMlGSAixDjWkJN1Adk6BComgLgU8nAgEllpg2GgAKrk4yZw9IkrlRD3uzRsC6TioCAAQmRh4ArVIXYBKpMBhepFMZaAYHaBVaLA5pAA0pkDQjISEmM5Dx8vP09fb3UUEAOw==');
692 .theme-selector button:nth-of-type(8) {
693 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMVONTVSNTlaPUFeQUViQUlmRU2yeZ3Cga3KhbYKsfqbEo6jGpazIqbLMr7PNsMHWvsHWv8LXwMPXwejw5+nw6Orx6e/07vH28PX49Pf69vn7+fv9+/z9/P7//v///wAAACwAAAAAIAAgAAAFe6AnjmRpnmiqrmzrvnAsz3Rts52zbKamNBxZxwB4mC6CAEWIKJowhECF6SxBpVSjNTqNdZqSJ5fKyFzO58kA620C3nA4G/YFEAr4fAEwf9UhYn0udVokV110TYUjh1mBiH6Kj0IHVYZRS14JABFiAhY3oaKjpKWmp6g2IQA7');
695 .theme-selector button:nth-of-type(9) {
696 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMZLDlpPDl5XEmJfFmpfGm5rHnZ3JoKjPq6nPrLXWuL/cwe317e317vb69vz9/P3+/f7//v///wAAQBsmAIBgAAAQhqFS/38AAO86GpX/fwAAwAzpDQEAAAAeBwAAAAAAACwAAAAAIAAgAAAFT2AkjmRpnmiqrmzrvnAsz3RtQsig2OYSAAdeifELCkcNAfA4ghiWzIgTypwaq8/r0RqVZrvcaBhLPT4KZSExzVtrhQ4CINGt2+/4vH4/CwEAOw==');
699 /*=------------------------------=*/
700 /*= Theme select button tooltips =*/
701 /*=------------------------------=*/
702 /* (with the name & description of the theme that each button selects) */
704 #theme-selector button {
705 position: relative;
706 z-index: 1;
708 #theme-selector button::before {
709 content: attr(data-theme-name);
710 position: absolute;
711 top: 0;
712 right: 100%;
713 padding: 5px 6px 6px 6px;
714 line-height: 1;
715 width: 6em;
716 text-align: right;
717 z-index: 1;
718 visibility: hidden;
720 #theme-selector:hover button::before {
721 visibility: visible;
723 #theme-selector:hover ~ #theme-tweaker-toggle,
724 #theme-selector:active ~ #theme-tweaker-toggle {
725 z-index: -1;
728 /************************/
729 /* THEME TWEAKER TOGGLE */
730 /************************/
732 #theme-tweaker-toggle {
733 position: absolute;
734 top: 7px;
735 left: -75px;
737 #theme-tweaker-toggle button {
738 font-family: "Font Awesome", "Font Awesome 5 Free";
739 font-weight: 900;
740 font-size: 1.25rem;
741 opacity: 0.4;
742 z-index: 1;
744 #theme-tweaker-toggle button:hover {
745 opacity: 1.0;
748 /*******************/
749 /* QUICKNAV WIDGET */
750 /*******************/
752 #quick-nav-ui {
753 position: absolute;
754 right: -67px;
755 bottom: 20px;
757 #quick-nav-ui a {
758 font-family: "Font Awesome", "Font Awesome 5 Free";
759 font-weight: 900;
760 font-size: 1.5rem;
761 line-height: 1.7;
762 text-align: center;
763 display: block;
764 width: 40px;
765 height: 40px;
766 margin: 10px 0 0 0;
768 #quick-nav-ui a[href='#comments'].no-comments {
769 pointer-events: none;
771 #quick-nav-ui a {
772 visibility: hidden;
774 #content.post-page ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
775 visibility: visible;
778 /************************/
779 /* NEW COMMENT QUICKNAV */
780 /************************/
782 #new-comment-nav-ui {
783 position: absolute;
784 right: -112px;
785 bottom: 42px;
787 #new-comment-nav-ui > * {
788 display: block;
789 position: relative;
791 #new-comment-nav-ui.no-comments {
792 display: none;
795 /*=--------------------=*/
796 /*= New comments count =*/
797 /*=--------------------=*/
799 #new-comment-nav-ui .new-comments-count {
800 width: 2em;
801 font-size: 1.25rem;
802 line-height: 1.1;
803 text-align: center;
804 left: 1px;
805 cursor: pointer;
807 #new-comment-nav-ui .new-comments-count::selection {
808 background-color: transparent;
810 #new-comment-nav-ui .new-comments-count::after {
811 content: "NEW";
812 display: block;
813 font-size: 0.625rem;
816 /*=-----------------------------------=*/
817 /*= Next/previous new comment buttons =*/
818 /*=-----------------------------------=*/
820 #new-comment-nav-ui .new-comment-sequential-nav-button {
821 font-size: 1.75rem;
822 font-family: "Font Awesome", "Font Awesome 5 Free";
823 font-weight: 900;
824 width: 1.5em;
825 z-index: 5001;
827 #new-comment-nav-ui .new-comment-previous {
828 top: 8px;
830 #new-comment-nav-ui .new-comment-next {
831 bottom: 6px;
833 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
834 cursor: auto;
835 pointer-events: none;
838 /*******************/
839 /* HNS DATE PICKER */
840 /*******************/
842 #hns-date-picker {
843 position: absolute;
844 bottom: 72px;
845 right: -253px;
846 opacity: 0.6;
848 #hns-date-picker:hover,
849 #hns-date-picker:focus-within {
850 opacity: 1.0;
852 #hns-date-picker.no-comments {
853 display: none;
856 /*=---------------=*/
857 /*= "Since" label =*/
858 /*=---------------=*/
860 #hns-date-picker span {
861 display: block;
862 font-size: 0.75rem;
863 text-transform: uppercase;
866 /*=--------------------=*/
867 /*= "Since" text field =*/
868 /*=--------------------=*/
870 #hns-date-picker input {
871 margin-top: 1px;
872 padding: 1px 3px;
873 width: 140px;
874 text-align: center;
875 box-shadow: 0 0 0 1px transparent;
878 /************************/
879 /* ANTI-KIBITZER TOGGLE */
880 /************************/
882 #anti-kibitzer-toggle {
883 position: absolute;
884 right: -67px;
885 bottom: 225px;
887 #anti-kibitzer-toggle button {
888 display: block;
889 width: 40px;
890 height: 54px;
891 padding: 0;
893 #anti-kibitzer-toggle button::before,
894 #anti-kibitzer-toggle button::after {
895 font-family: "Font Awesome", "Font Awesome 5 Free";
897 #anti-kibitzer-toggle button::before {
898 content: "\F06E";
899 display: block;
900 font-size: 1.75em;
901 font-weight: 400;
903 #anti-kibitzer-toggle button::after {
904 content: "\F007\2004\F164";
905 font-size: 0.875em;
906 font-weight: 900;
908 #anti-kibitzer-toggle.engaged button::before {
909 content: "\F070";
912 /************************/
913 /* TEXT SIZE ADJUSTMENT */
914 /************************/
916 #text-size-adjustment-ui {
917 position: absolute;
918 top: 30px;
919 right: -78px;
920 opacity: 0.4;
922 #text-size-adjustment-ui:hover {
923 opacity: 1.0;
926 /* This doesn't work in Mozilla browsers, so hide it */
927 @-moz-document url-prefix() {
928 #text-size-adjustment-ui {
929 display: none;
933 /*=---------=*/
934 /*= Buttons =*/
935 /*=---------=*/
937 #text-size-adjustment-ui button {
938 font-weight: 900;
939 font-family: "Font Awesome", "Font Awesome 5 Free";
940 font-size: 0.75rem;
941 width: 24px;
942 height: 24px;
943 padding: 0;
945 #text-size-adjustment-ui button.default {
946 font-family: inherit;
947 font-size: 1.125rem;
948 position: relative;
949 top: 1px;
951 #text-size-adjustment-ui button:disabled {
952 opacity: 0.5;
954 #text-size-adjustment-ui button:disabled:hover {
955 cursor: default;
958 /*=----------------=*/
959 /*= Hover tooltips =*/
960 /*=----------------=*/
962 #text-size-adjustment-ui::after {
963 content: "Adjust text size";
964 position: absolute;
965 display: block;
966 left: 0;
967 width: 100%;
968 text-align: center;
969 top: 32px;
970 visibility: hidden;
971 font-size: 0.9em;
973 #text-size-adjustment-ui:hover::after {
974 visibility: visible;
977 /*******************************/
978 /* COMMENTS VIEW MODE SELECTOR */
979 /*******************************/
981 #comments-view-mode-selector {
982 position: absolute;
983 bottom: 30px;
984 left: -40px;
985 opacity: 0.6;
987 #comments-view-mode-selector:hover {
988 opacity: 1.0;
991 /*=---------=*/
992 /*= Buttons =*/
993 /*=---------=*/
995 #comments-view-mode-selector a {
996 display: block;
997 font-family: "Font Awesome", "Font Awesome 5 Free";
998 font-size: 1.25rem;
999 text-align: center;
1000 opacity: 0.4;
1001 padding: 0.25em;
1002 z-index: 1;
1004 #comments-view-mode-selector a.threaded {
1005 transform: scaleY(-1);
1006 font-weight: 900;
1008 #comments-view-mode-selector a.chrono {
1009 font-weight: normal;
1011 #comments-view-mode-selector a.selected,
1012 #comments-view-mode-selector a:hover {
1013 opacity: 1.0;
1014 text-decoration: none;
1016 #comments-view-mode-selector a.selected {
1017 cursor: default;
1020 /*****************/
1021 /* KEYBOARD HELP */
1022 /*****************/
1024 #keyboard-help-overlay {
1025 width: 100vw;
1026 height: 100vh;
1027 background-color: rgba(0,0,0,0.7);
1028 position: fixed;
1029 left: 0;
1030 top: 0;
1031 z-index: 5001;
1033 display: flex;
1034 justify-content: center;
1035 align-items: center;
1036 padding: 20px 30px 30px 20px;
1038 visibility: hidden;
1041 #keyboard-help-overlay .keyboard-help-container {
1042 background-color: #fff;
1043 filter: drop-shadow(4px 4px 2px #000);
1044 flex: 1 1 auto;
1045 max-width: 1500px;
1046 max-height: 100%;
1047 overflow-y: auto;
1048 position: relative;
1050 #keyboard-help-overlay .keyboard-help-container h1 {
1051 text-align: center;
1052 border-bottom: 1px solid #ddd;
1053 margin: 0;
1054 padding: 10px 20px;
1056 #keyboard-help-overlay .keyboard-help-container .note {
1057 margin: 0.5em auto;
1058 padding: 0 1em;
1059 width: fit-content;
1061 #keyboard-help-overlay .keyboard-help-container .keyboard-shortcuts-lists {
1062 column-width: 21em;
1063 column-count: auto;
1064 column-gap: 1.5em;
1065 border-top: 1px solid #ddd;
1066 padding: 15px 20px;
1068 #keyboard-help-overlay .keyboard-help-container ul {
1069 list-style-type: none;
1070 margin: 0;
1071 padding: 0;
1072 break-inside: avoid;
1073 white-space: nowrap;
1075 #keyboard-help-overlay .keyboard-help-container ul:nth-of-type(n+2) {
1076 margin: 20px 0 0 0;
1078 #keyboard-help-overlay .keyboard-help-container ul li.section {
1079 font-weight: bold;
1080 font-size: 1.125rem;
1081 break-after: avoid;
1083 #keyboard-help-overlay .keyboard-help-container .keys {
1084 margin: 0 0.5em 0 0;
1085 min-width: 4.5em;
1086 display: inline-block;
1088 #keyboard-help-overlay .keyboard-help-container .keys code {
1089 margin: 0 6px 0 0;
1091 #keyboard-help-overlay .keyboard-help-container code {
1092 display: inline-block;
1093 background-color: #eee;
1094 border: 1px solid #ccc;
1095 padding: 3px 8px 4px 8px;
1096 margin: 0 1px;
1098 #keyboard-help-overlay .keyboard-help-container code.ak {
1099 background-color: #ffeb83;
1100 border-color: #d4a500;
1102 #keyboard-help-overlay .keyboard-help-container code.ak::before {
1103 content: "ak+";
1104 opacity: 0.3;
1107 #nav-item-about button.open-keyboard-help {
1108 display: none;
1110 @media only screen and (hover:hover) and (pointer:fine) {
1111 #nav-item-about {
1112 position: relative;
1113 padding-right: 0.25em;
1115 #nav-item-about button.open-keyboard-help {
1116 font-family: "Font Awesome", "Font Awesome 5 Free";
1117 font-weight: 900;
1118 position: absolute;
1119 top: 0;
1120 right: 0;
1121 height: 100%;
1122 padding: 8px;
1123 display: initial;
1124 line-height: 1;
1125 background-color: transparent;
1129 #keyboard-help-overlay button.close-keyboard-help {
1130 position: absolute;
1131 right: 0;
1132 top: 0;
1133 font-family: "Font Awesome", "Font Awesome 5 Free";
1134 font-size: 1.5rem;
1135 padding: 10px 12px;
1138 /************/
1139 /* ARCHIVES */
1140 /************/
1142 .archive-nav {
1143 margin: 1.25em 0.5em 0 0.5em;
1144 padding: 0.25em;
1146 .archive-nav > * {
1147 display: flex;
1149 .archive-nav *[class^='archive-nav-item'] {
1150 line-height: 1;
1151 flex: 1 1 5%;
1152 text-align: center;
1153 padding: 6px 4px 4px 4px;
1154 max-width: 8%;
1156 @-moz-document url-prefix() {
1157 .archive-nav *[class^='archive-nav-item'] {
1158 padding: 5px 4px;
1161 .archive-nav-days .archive-nav-item-day {
1162 font-size: 0.8em;
1163 padding: 7px 0 5px 0;
1164 max-width: 4%;
1166 .archive-nav-days .archive-nav-item-day:first-child {
1167 flex-basis: 10%;
1170 /************/
1171 /* ARCHIVES */
1172 /************/
1174 .archive-nav {
1175 margin: 1.25em 0.5em 0 0.5em;
1176 padding: 0.25em;
1178 .archive-nav > * {
1179 display: flex;
1181 .archive-nav *[class^='archive-nav-item'] {
1182 line-height: 1;
1183 flex: 1 1 5%;
1184 text-align: center;
1185 padding: 6px 4px 4px 4px;
1186 max-width: 8%;
1188 @-moz-document url-prefix() {
1189 .archive-nav *[class^='archive-nav-item'] {
1190 padding: 5px 4px;
1193 .archive-nav-days .archive-nav-item-day {
1194 font-size: 0.8em;
1195 padding: 7px 0 5px 0;
1196 max-width: 4%;
1198 .archive-nav-days .archive-nav-item-day:first-child {
1199 flex-basis: 10%;
1202 /************/
1203 /* LISTINGS */
1204 /************/
1206 h1.listing {
1207 font-size: 1.875rem;
1208 line-height: 1.15;
1209 max-height: 1.15em;
1210 position: relative;
1213 h1.listing a {
1214 position: relative;
1217 /* Links to link-posts (not the link-post links themselves; that's below) */
1218 h1.listing .link-post-link + a {
1219 margin-left: 0.25em;
1222 h1.listing .link-post-link {
1223 font-size: 0.8em;
1224 display: inline;
1225 vertical-align: top;
1226 position: relative;
1227 top: 4px;
1230 /*=----------------------=*/
1231 /*= Listing hover reveal =*/
1232 /*=----------------------=*/
1233 /* (On desktops, hover over a multi-line listing to reveal all of it) */
1235 @media only screen and (min-width: 1160px) {
1236 h1.listing a {
1237 max-width: 100%;
1238 display: inline-block;
1239 white-space: nowrap;
1240 text-overflow: ellipsis;
1241 overflow: hidden;
1242 border-bottom: 1px solid transparent;
1243 -webkit-hyphens: auto;
1244 -moz-hyphens: auto;
1245 -ms-hyphens: auto;
1246 hyphens: auto;
1247 z-index: 1;
1248 padding: 0 0 1px 1px;
1250 h1.listing .link-post-link + a {
1251 max-width: calc(100% - 40px);
1253 h1.listing a:hover,
1254 h1.listing a:focus {
1255 text-decoration: dotted underline;
1256 white-space: initial;
1257 overflow: visible;
1258 z-index: 2;
1260 h1.listing:focus-within::before {
1261 content: "\F105";
1262 font-family: "Font Awesome", "Font Awesome 5 Free";
1263 display: block;
1264 position: absolute;
1265 left: -0.75em;
1268 /* Adds hysteresis to the hover area (i.e., prevents oscillation due to small
1269 mouse movements) */
1271 h1.listing a:not(.edit-post-link):hover::before {
1272 content: "";
1273 position: absolute;
1274 top: -10px;
1275 right: -10px;
1276 bottom: -10px;
1277 left: -10px;
1278 z-index: -1;
1280 h1.listing .link-post-link:hover {
1281 text-decoration: none;
1285 /*=-----------------------=*/
1286 /*= In-listing edit links =*/
1287 /*=-----------------------=*/
1289 h1.listing .edit-post-link {
1290 position: absolute;
1291 margin: 0;
1294 /*=---------------------------------=*/
1295 /*= Error messages on listing pages =*/
1296 /*=---------------------------------=*/
1298 .listing-message {
1299 width: 100%;
1300 text-align: center;
1301 padding: 1.25em 0 1.25em 0;
1302 font-size: 1.375em;
1305 /*********************/
1306 /* LISTING POST-META */
1307 /*********************/
1309 h1.listing + .post-meta {
1310 position: relative;
1311 justify-content: flex-start;
1312 margin: 0 20px 0 21px;
1315 h1.listing + .post-meta > * {
1316 margin: 0 1em 0 0;
1319 h1.listing + .post-meta .post-section {
1320 width: 0;
1321 margin: 0;
1322 overflow: hidden;
1324 h1.listing + .post-meta .post-section::before {
1325 position: absolute;
1326 left: -36px;
1329 h1.listing + .post-meta .read-time {
1330 cursor: default;
1333 /********************/
1334 /* SEQUENCES & TAGS */
1335 /********************/
1337 .sequence-text, .tag-description {
1338 font-size: 1.2rem;
1339 padding: 0 22px;
1342 #content.tag-index-page .tag-description {
1343 margin: 1em 0 0;
1346 section {
1347 max-width: 100%;
1348 margin-top: 2em;
1349 margin-bottom: 4em;
1352 h1.sequence-chapter {
1353 font-size: 2.3rem;
1356 article {
1357 max-width: 100%;
1360 .post-meta + .comments {
1361 margin-top: 3em;
1364 .tag-list {
1365 column-count: auto;
1366 column-width: 15em;
1367 margin-top: 0;
1368 border-bottom: 1px solid #999;
1369 padding-bottom: 1em;
1370 margin-bottom: 0;
1373 /**************/
1374 /* USER PAGES */
1375 /**************/
1377 /*=---------------------=*/
1378 /*= User's display name =*/
1379 /*=---------------------=*/
1381 #content.user-page h1.page-main-heading {
1382 margin: 0.25em 0 0 0;
1383 line-height: 1.1;
1384 grid-column: 1 / span 2;
1385 order: -2;
1388 #content.user-page h1.page-main-heading .user-full-name {
1389 font-size: 1rem;
1390 font-weight: normal;
1391 padding-left: 0.5em;
1394 /*=--------------------=*/
1395 /*= User's karma total =*/
1396 /*=--------------------=*/
1398 #content.user-page .user-stats {
1399 grid-column: 3;
1400 order: -2;
1401 text-align: right;
1402 align-self: end;
1405 #content.user-page .user-stats .karma-type {
1406 white-space: nowrap;
1409 /*=----------------------=*/
1410 /*= Expanded vs. compact =*/
1411 /*=----------------------=*/
1413 #content.user-page #comments-list-mode-selector {
1414 grid-row: span 2;
1416 #content.user-page #comments-list-mode-selector button {
1417 display: block;
1420 /*=----------------------------------------------------=*/
1421 /*= All, Posts, Comments, Drafts, Conversations, Inbox =*/
1422 /*=----------------------------------------------------=*/
1424 #content.user-page .sublevel-nav {
1425 margin-bottom: 0.5em;
1428 /*=--------------=*/
1429 /*= User's posts =*/
1430 /*=--------------=*/
1432 #content.user-page h1.listing {
1433 margin: 0.5em 0 0 0;
1436 #content.user-page .user-bio :first-child {
1437 margin-top: 0.5em;
1440 /*****************/
1441 /* CONVERSATIONS */
1442 /*****************/
1444 /*=----------------------=*/
1445 /*= List of participants =*/
1446 /*=----------------------=*/
1448 #content.conversation-page .conversation-participants {
1449 grid-column: 2 / span 2;
1450 text-align: right;
1451 margin: 0.5em 0 0 0;
1453 .post-meta > .conversation-participants {
1454 white-space: normal;
1456 .conversation-participants ul,
1457 .conversation-participants li {
1458 list-style-type: none;
1459 display: inline-block;
1460 margin: 0;
1461 padding: 0;
1463 .conversation-participants li {
1464 margin-left: 0.375em;
1466 .conversation-participants li:not(:last-of-type)::after {
1467 content: ",";
1470 /*=-------------------------=*/
1471 /*= Posting controls (form) =*/
1472 /*=-------------------------=*/
1474 #content.conversation-page .posting-controls {
1475 padding: 0 0 1em 0;
1477 #content.conversation-page .post-meta-fields {
1478 overflow: auto;
1479 display: flex;
1480 flex-flow: row wrap;
1482 .posting-controls.standalone textarea {
1483 margin-top: 0.375em;
1485 .posting-controls.standalone form {
1486 padding: 0 1em;
1488 #content.conversation-page .posting-controls.standalone form {
1489 padding: 0 1em 3em 1em;
1491 .posting-controls.standalone input[type='text'],
1492 .posting-controls.standalone label {
1493 margin: 0.25em 0;
1495 .posting-controls.standalone label {
1496 width: 4em;
1497 text-align: right;
1498 padding: 2px 6px;
1499 border: 1px solid transparent;
1501 .posting-controls.standalone input[type='text'] {
1502 width: calc(100% - 4em);
1503 padding: 0.25em;
1505 .posting-controls.standalone input[type='submit'] {
1506 float: right;
1508 .posting-controls.standalone #markdown-hints-checkbox ~ label {
1509 white-space: nowrap;
1511 .posting-controls.standalone #markdown-hints {
1512 top: calc(100% + 2em);
1515 /*=--------------------=*/
1516 /*= Conversation title =*/
1517 /*=--------------------=*/
1519 #content.conversation-page h1.page-main-heading {
1520 text-align: center;
1521 margin: 0.5em 0;
1522 line-height: 1.15;
1525 /*=----------=*/
1526 /*= Messages =*/
1527 /*=----------=*/
1529 #content.conversation-page > ul.comment-thread:last-of-type {
1530 margin-bottom: 2em;
1533 /******************/
1534 /* SEARCH RESULTS */
1535 /******************/
1537 #content.search-results-page h1.listing,
1538 #content.sequence-page h1.listing,
1539 #content.post-page h1.listing {
1540 font-size: 1.625em;
1543 /**************/
1544 /* LOGIN PAGE */
1545 /**************/
1547 .login-container {
1548 margin: 2em 0;
1549 padding: 1em;
1550 display: flex;
1551 flex-flow: row wrap;
1554 .login-container form {
1555 flex-basis: 50%;
1556 display: grid;
1557 grid-row-gap: 0.5em;
1558 align-content: start;
1560 .login-container form label {
1561 text-align: right;
1562 padding: 0.25em 0.5em;
1563 white-space: nowrap;
1564 grid-column: 1;
1566 .login-container form input {
1567 grid-column: 2;
1568 padding: 0.25em;
1570 .login-container form input[type='submit'],
1571 .login-container form a {
1572 grid-column: 2;
1573 justify-self: center;
1575 .login-container form input[type='submit'] {
1576 width: 10em;
1577 padding: 0.35em;
1578 line-height: 1;
1579 margin: 0.5em 0 0 0;
1581 .login-container form h1 {
1582 text-align: center;
1583 margin: 0;
1584 grid-column: 2;
1587 /* “Log in” form */
1589 #login-form {
1590 grid-template-columns: 5.5em 1fr;
1591 padding: 0.5em 2em 0.5em 0;
1594 /* “Create account” form */
1596 #signup-form {
1597 font-size: 0.9em;
1598 grid-template-columns: 8.5em 1fr;
1599 padding: 0.5em 1em 1em 1em;
1601 #signup-form h1 {
1602 font-size: 1.7em;
1604 #signup-form input[type='submit'] {
1605 padding: 0.4em 0.5em 0.5em 0.5em;
1608 /* Log in tip */
1610 .login-container .login-tip {
1611 padding: 0.5em 0.5em 0.5em 3em;
1612 margin: 2em 4em 0 4em;
1613 text-indent: -2em;
1614 line-height: 1.4;
1616 .login-container .login-tip span {
1617 font-weight: bold;
1620 /* Message box */
1622 #content.login-page .error-box {
1623 margin: 1.5em 0.875em -1.5em 0.875em;
1625 .error-box, .success-box {
1626 padding: 0.25em;
1627 text-align: center;
1630 /***********************/
1631 /* PASSWORD RESET PAGE */
1632 /***********************/
1634 .reset-password-container {
1635 margin-bottom: 2em;
1637 .reset-password-container input[type='submit'] {
1638 padding: 0.2em 0.5em;
1639 width: unset;
1641 .reset-password-container input {
1642 margin-left: 0.5em;
1643 width: 12em;
1645 .reset-password-container label {
1646 display: inline-block;
1647 width: 9em;
1649 .reset-password-container form > div {
1650 margin: 0.2em;
1652 .reset-password-container .action-container {
1653 padding-left: 11em;
1654 padding-top: 0.2em;
1656 .reset-password-container .error-box {
1657 margin: unset;
1660 /*********************/
1661 /* TABLE OF CONTENTS */
1662 /*********************/
1664 .contents {
1665 float: right;
1666 min-width: 6em;
1667 max-width: 40%;
1668 margin: 1.25em 0 0.75em 1.25em;
1669 padding: 7px 14px 10px 10px;
1670 position: relative;
1671 z-index: 1;
1674 .collection-page .contents {
1675 margin-top: 0;
1678 .contents-head {
1679 text-align: center;
1680 margin-bottom: 0.25em;
1683 .body-text .contents ul {
1684 list-style-type: none;
1685 margin: 0 0 0 0.5em;
1686 counter-reset: toc-item-1 toc-item-2 toc-item-3;
1687 padding-left: 1em;
1688 font-size: 0.75em;
1690 .body-text .contents li {
1691 margin: 0.15em 0 0.3em 1em;
1692 text-align: left;
1693 text-indent: -1em;
1694 line-height: 1.2;
1695 position: relative;
1697 .body-text .contents li::before {
1698 position: absolute;
1699 width: 3em;
1700 display: block;
1701 text-align: right;
1702 left: -4.5em;
1704 .contents .toc-item-1 {
1705 counter-increment: toc-item-1;
1706 counter-reset: toc-item-2 toc-item-3;
1708 .contents .toc-item-1::before {
1709 content: counter(toc-item-1);
1711 .contents .toc-item-1 ~ .toc-item-2 {
1712 margin-left: 2.9em;
1713 font-size: 0.95em;
1715 .contents .toc-item-2 {
1716 counter-increment: toc-item-2;
1717 counter-reset: toc-item-3;
1719 .contents .toc-item-1 ~ .toc-item-2::before {
1720 content: counter(toc-item-1) "." counter(toc-item-2);
1722 .contents .toc-item-2::before {
1723 content: counter(toc-item-2);
1725 .contents .toc-item-1 + .toc-item-3 {
1726 counter-increment: toc-item-2 toc-item-3;
1728 .contents .toc-item-2 ~ .toc-item-3,
1729 .contents .toc-item-1 ~ .toc-item-3 {
1730 margin-left: 2.9em;
1731 font-size: 0.95em;
1733 .contents .toc-item-1 ~ .toc-item-2 ~ .toc-item-3 {
1734 margin-left: 5.7em;
1735 font-size: 0.9em;
1737 .contents .toc-item-3 {
1738 counter-increment: toc-item-3;
1740 .contents .toc-item-1 ~ .toc-item-2 ~ .toc-item-3::before {
1741 content: counter(toc-item-1) "." counter(toc-item-2) "." counter(toc-item-3);
1743 .contents .toc-item-1 ~ .toc-item-3::before {
1744 content: counter(toc-item-1) "." counter(toc-item-3);
1746 .contents .toc-item-2 ~ .toc-item-3::before {
1747 content: counter(toc-item-2) "." counter(toc-item-3);
1749 .contents .toc-item-3::before {
1750 content: counter(toc-item-3);
1752 .contents .toc-item-4,
1753 .contents .toc-item-5,
1754 .contents .toc-item-6 {
1755 display: none;
1758 /********************/
1759 /* POSTS & COMMENTS */
1760 /********************/
1762 .post-meta > *,
1763 .comment-meta > * {
1764 display: inline-block;
1765 margin-right: 1em;
1766 font-size: 1.0625em;
1768 .body-text {
1769 overflow-wrap: break-word;
1770 text-align: justify;
1772 .body-text p {
1773 margin: 1em 0;
1775 .retracted .body-text {
1776 text-decoration: line-through;
1779 .bare-url {
1780 word-break: break-all;
1781 hyphens: auto;
1783 .body-text a:not([href]),
1784 .body-text a:not([href]):hover,
1785 .body-text a:not([href])::before,
1786 .body-text a:not([href])::after {
1787 text-decoration: none;
1788 text-shadow: unset;
1789 border: unset;
1790 color: unset;
1791 content: unset;
1793 /*************/
1794 /* POST-META */
1795 /*************/
1797 .post-meta {
1798 display: flex;
1799 flex-flow: row wrap;
1800 justify-content: center;
1802 .post-meta .lw2-link {
1803 opacity: 0.5;
1804 order: 1;
1806 .post-meta > *,
1807 .post-meta .post-section::before {
1808 margin: 0 0.5em;
1810 .post-meta .post-section {
1811 order: -1;
1812 margin: 0;
1813 visibility: hidden;
1815 .post-meta .post-section::before,
1816 .comment-meta .alignment-forum {
1817 visibility: visible;
1818 font-family: "Font Awesome", "Font Awesome 5 Free";
1819 font-weight: 900;
1821 .post-section.frontpage::before {
1822 content: "\F015";
1824 .post-section.featured::before {
1825 content: "\F005";
1827 .post-section.meta::before {
1828 content: "\F077";
1830 .post-section.events::before {
1831 content: "\F5A0";
1833 .post-section.personal::before {
1834 content: "\F007";
1836 .post-section.draft::before {
1837 content: "\F15B";
1839 .post-section.alignment-forum::before,
1840 .comment-meta .alignment-forum {
1841 content: "AF";
1842 font-family: Concourse, 'Changa One';
1845 /*= Karma controls hover tooltips =*/
1847 @media only screen and (pointer: fine) {
1848 .post .voting-controls,
1849 .comment-item .voting-controls {
1850 position: relative;
1852 .post .karma.active-controls::after,
1853 .comment-item .karma.active-controls::after {
1854 content: "Double-click for strong vote";
1855 position: absolute;
1856 pointer-events: none;
1857 display: block;
1858 left: 6px;
1859 width: 100%;
1860 line-height: 1.15;
1861 white-space: normal;
1862 text-align: center;
1863 font-size: 0.875rem;
1864 opacity: 0;
1865 transition: opacity 0.2s ease;
1867 .post .voting-controls.active-controls:hover::after,
1868 .comment-item .voting-controls.active-controls:hover::after {
1869 opacity: 1.0;
1872 .post .voting-controls .karma-value::after,
1873 .comment-item .voting-controls .karma-value::after {
1874 content: attr(title);
1875 position: absolute;
1876 pointer-events: none;
1877 display: block;
1878 left: 50%;
1879 transform: translateX(-50%);
1880 white-space: pre-wrap;
1881 width: max-content;
1882 text-align: center;
1883 font-size: 0.875rem;
1884 color: #bbb;
1885 opacity: 0;
1886 transition: opacity 0.2s ease;
1888 .post .voting-controls.agreement .karma-value:hover::after,
1889 .comment-item .voting-controls.agreement .karma-value:hover::after {
1890 top: unset;
1891 bottom: 100%;
1893 .post .voting-controls .karma-value:hover::after,
1894 .comment-item .voting-controls .karma-value:hover::after {
1895 opacity: 1.0;
1897 .post .voting-controls.waiting .karma-value:hover::after,
1898 .comment-item .voting-controls.waiting .karma-value:hover::after {
1899 display: none;
1901 .comment-item .voting-controls .karma-value:hover::after {
1902 z-index: 5001;
1905 .author {
1906 position: relative;
1908 .author:not(.redacted)::before {
1909 content: attr(data-full-name);
1910 position: absolute;
1911 pointer-events: none;
1912 display: block;
1913 padding: 0 1em;
1914 left: 50%;
1915 bottom: 2em;
1916 transform: translateX(-50%);
1917 white-space: nowrap;
1918 text-align: center;
1919 font-size: 0.875rem;
1920 font-weight: normal;
1921 opacity: 0;
1922 transition: opacity 0.2s ease;
1923 z-index: 5001;
1925 .author:hover::before {
1926 opacity: 1.0;
1930 /*********/
1931 /* POSTS */
1932 /*********/
1934 .post {
1935 max-width: 100%;
1938 .post-body {
1939 min-height: 8em;
1940 padding: 0 30px;
1941 line-height: 1.5;
1942 font-size: 1.3rem;
1943 overflow: auto;
1944 margin: 0.5em 0 0 0;
1946 h1.post-title {
1947 margin: 1.1em 0 0.35em 0;
1948 padding: 0 30px;
1949 text-align: center;
1950 font-size: 2.5em;
1951 line-height: 1;
1953 .post .post-meta {
1954 text-align: center;
1955 position: relative;
1956 z-index: 2;
1958 .post .top-post-meta:last-child {
1959 margin-bottom: 40px;
1961 .post .bottom-post-meta {
1962 margin: 0;
1963 padding: 20px 0;
1965 .bottom-post-meta {
1966 border-style: solid;
1967 border-width: 1px 0;
1970 /**********/
1971 /* EVENTS */
1972 /**********/
1974 .event-info .map {
1975 position: relative;
1976 width: 100%;
1977 margin: 2em 0 1em;
1980 .event-info .map::before {
1981 content: "";
1982 display: block;
1983 padding-bottom: 50%;
1986 .event-info .map iframe {
1987 width: 100%;
1988 height: 100%;
1989 border: 1px solid #000;
1990 position: absolute;
1991 top: 0;
1992 left: 0;
1995 .event-info ul {
1996 list-style: none;
1997 padding: 0;
1998 text-align: center;
2001 /*******************/
2002 /* POST NAVIGATION */
2003 /*******************/
2005 .post-nav-item {
2006 display: grid;
2007 grid-template: 100% / 32% 36% 32%;
2008 grid-template-areas:
2009 "prev seq next";
2011 .post-nav {
2012 display: flex;
2013 flex-flow: column;
2014 justify-content: flex-end;
2015 padding: 0.5em;
2018 .post-nav-title {
2019 font-size: 1.125em;
2020 line-height: 1.15;
2021 display: inline;
2022 border-top: 1px solid transparent;
2024 .post-nav.prev .post-nav-title,
2025 .post-nav.next .post-nav-title {
2026 border-bottom: 1px solid transparent;
2029 .sequence-title {
2030 align-items: center;
2031 text-align: center;
2032 grid-area: seq;
2034 .sequence-title .post-nav-title {
2035 font-size: 1.5em;
2038 .post-nav.prev {
2039 grid-area: prev;
2040 align-items: flex-start;
2042 .post-nav.prev .post-nav-title::before {
2043 content: "\F0D9\2005";
2045 .post-nav.next {
2046 grid-area: next;
2047 text-align: right;
2048 align-items: flex-end;
2050 .post-nav.prev .post-nav-label,
2051 .post-nav.next .post-nav-label {
2052 display: none;
2054 .post-nav.next .post-nav-title::after {
2055 content: "\2004\F0DA";
2057 .post-nav.prev .post-nav-title::before,
2058 .post-nav.next .post-nav-title::after {
2059 font-family: Font Awesome;
2060 font-weight: 900;
2061 vertical-align: text-bottom;
2062 opacity: 0.75;
2064 .post-nav-links {
2065 max-width: 100%;
2068 @media only screen and (max-width: 900px) {
2069 .post-nav-item {
2070 font-size: 0.875em;
2071 grid-template: auto auto / 50% 50%;
2072 grid-template-areas:
2073 "prev next"
2074 "seq seq";
2076 .post-nav.prev .post-nav-title,
2077 .post-nav.next .post-nav-title {
2078 border-bottom: none;
2080 .post-nav.prev {
2081 margin: 0 0 0 -1px;
2082 position: relative;
2083 left: 1px;
2085 .sequence-title {
2086 padding: 0.75em 0;
2089 @media only screen and (max-width: 520px) {
2090 .post-nav-links + .comments {
2091 padding: 1em 0 0 0;
2095 .related-posts, .related-post-group {
2096 padding-bottom: 1em;
2098 .related-post-type {
2099 font-size: 1.2em;
2100 font-weight: 600;
2101 margin-top: 0.5em;
2102 margin-bottom: -0.5em;
2103 list-style-type: disc;
2104 margin-left: -0.5em;
2105 opacity: 0.7;
2107 .related-post-type::before {
2108 content: "\269c";
2109 font-size: 1.375em;
2110 font-weight: normal;
2111 margin-right: 0.15em;
2112 position: relative;
2113 vertical-align: baseline;
2114 top: 0.05em;
2116 .related-posts .post-type-prefix {
2117 display: none;
2120 .crosspost {
2121 padding: 0.1em 1em;
2122 margin: 1em auto;
2125 /**************/
2126 /* LINK POSTS */
2127 /**************/
2129 .post.link-post > .post-body > p:first-child {
2130 text-align: center;
2131 font-size: 1.125em;
2132 margin: 0.5em 0 0 0;
2134 .post.link-post > .post-body > p:only-child {
2135 font-size: 1.5em;
2136 margin: 1em 0;
2138 .post.link-post a.link-post-link::before {
2139 content: "\F0C1";
2140 font-family: "Font Awesome", "Font Awesome 5 Free";
2141 font-weight: 900;
2142 font-size: 0.75em;
2143 position: relative;
2144 top: -2px;
2145 margin-right: 0.25em;
2148 /************/
2149 /* COMMENTS */
2150 /************/
2152 .comments {
2153 max-width: 100%;
2154 padding: 0 0 1px 0;
2155 position: relative;
2157 .comments::before {
2158 content: "";
2159 position: absolute;
2160 display: block;
2161 top: 0;
2162 left: 0;
2163 width: 100%;
2164 height: 100%;
2165 pointer-events: none;
2167 ul.comment-thread {
2168 list-style-type: none;
2169 padding: 0;
2170 max-width: 100%;
2172 .comments .comment-thread > li {
2173 position: relative;
2175 #content > #top-nav-bar + .comment-thread .comment-item {
2176 margin-top: 0;
2179 .comment-item {
2180 margin: 2em 0 0 0;
2182 .comment-item .comment-item {
2183 margin: 1em 8px 8px 16px;
2185 .comment-item .comment-item + .comment-item {
2186 margin: 2em 8px 8px 16px;
2189 .comment-body {
2190 line-height: 1.45;
2191 font-size: 1.2rem;
2192 padding: 10px;
2194 .comment-body ul {
2195 list-style-type: circle;
2197 .comment-body > *:first-child {
2198 margin-top: 0;
2200 .comment-body > *:last-child {
2201 margin-bottom: 0;
2204 .comments-empty-message {
2205 width: 100%;
2206 text-align: center;
2207 padding: 0.75em 0 0.9em 0;
2208 font-size: 1.375em;
2211 /**********************************/
2212 /* DEEP COMMENT THREAD COLLAPSING */
2213 /**********************************/
2215 .comment-item > input[id^="expand"] {
2216 display: none;
2218 .comment-item > input[id^="expand"] + label {
2219 display: block;
2220 visibility: hidden;
2221 position: relative;
2222 margin: 8px 9px;
2224 .comment-item > input[id^="expand"] + label::after {
2225 content: "(Expand " attr(data-child-count) " below)";
2226 visibility: visible;
2227 position: absolute;
2228 left: 0;
2229 white-space: nowrap;
2230 cursor: pointer;
2232 .comment-item > input[id^="expand"]:checked + label::after {
2233 content: "(Collapse " attr(data-child-count) " below)";
2235 .comment-item > input[id^="expand"] ~ .comment-thread {
2236 max-height: 34px;
2237 overflow: hidden;
2239 .comment-item > input[id^="expand"] ~ .comment-thread > li:first-child {
2240 margin-top: 0;
2242 .comment-item > input[id^="expand"]:checked ~ .comment-thread {
2243 max-height: 1000000px;
2246 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
2247 margin: 0;
2249 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item a.comment-parent-link:hover::after {
2250 display: none;
2253 /*************/
2254 /* BACKLINKS */
2255 /*************/
2257 .backlinks > input {
2258 display: none;
2261 .backlinks > label {
2262 margin-left: 10px;
2263 display: block;
2264 color: #00f;
2265 cursor: pointer;
2268 .backlinks > label::before {
2269 content: " ";
2270 border-left: 5px solid currentColor;
2271 border-top: 5px solid transparent;
2272 border-bottom: 5px solid transparent;
2273 transition: transform 0.25s ease-out;
2274 transform-origin: 29% 55%;
2275 display: inline-block;
2276 padding-right: 0.5em;
2279 .backlinks > input:checked + label::before {
2280 transform: rotate(90deg);
2283 .backlinks li {
2284 margin-top: 0;
2287 .backlinks > ul {
2288 height: 0;
2289 perspective-origin: top;
2290 transform: perspective(100em) rotateX(-90deg);
2291 transform-origin: center top;
2292 opacity: 0;
2293 margin-top: 0.5em;
2294 margin-bottom: 0.5em;
2297 .backlinks > input:checked ~ ul {
2298 height: auto;
2299 transform: perspective(100em) rotateX(0deg);
2300 transition: transform 0.25s ease-in, opacity 0.25s ease-in;
2301 opacity: 1;
2304 /****************/
2305 /* COMMENT-META */
2306 /****************/
2308 .comment-meta {
2309 padding: 2px 24px 2px 10px;
2310 margin: 0 -1px;
2311 border: none;
2312 display: flex;
2313 flex-flow: row wrap;
2314 align-items: baseline;
2316 .user-page .comment-meta,
2317 .conversation-page .comment-meta {
2318 padding-right: 10px;
2320 .comment-meta .comment-post-title {
2321 flex-basis: 100%;
2322 overflow: hidden;
2323 text-overflow: ellipsis;
2324 white-space: nowrap;
2325 line-height: 1.3;
2327 .conversation-page .comment-meta .comment-post-title {
2328 margin: 0;
2329 flex-basis: unset;
2330 flex: 1 0 auto;
2331 text-align: right;
2332 display: none; /* Not sure if we need to display this... */
2334 .comment-item .author:not(.redacted).original-poster::after {
2335 content: "\2004(OP)";
2336 font-size: 0.75em;
2339 /*****************************/
2340 /* COMMENT THREAD NAVIGATION */
2341 /*****************************/
2343 a.comment-parent-link:not(.inline-author),
2344 a.comment-parent-link.inline-author::before {
2345 opacity: 0.5;
2347 a.comment-parent-link:hover {
2348 opacity: 1.0;
2350 a.comment-parent-link::before {
2351 content: "\F062";
2352 font-family: "Font Awesome", "Font Awesome 5 Free";
2353 font-weight: 900;
2354 font-size: 0.75rem;
2355 line-height: 1;
2356 position: absolute;
2357 z-index: 1;
2358 display: block;
2359 padding: 3px 3px 0 3px;
2360 width: 16px;
2361 height: calc(100% + 2px);
2362 top: -1px;
2363 left: -17px;
2365 a.comment-parent-link::after {
2366 content: "";
2367 position: absolute;
2368 z-index: 0;
2369 display: block;
2370 width: calc(100% + 26px);
2371 height: calc(100% + 38px);
2372 top: -29px;
2373 left: -17px;
2374 pointer-events: none;
2375 overflow: hidden;
2376 visibility: hidden;
2378 a.comment-parent-link:hover::after {
2379 visibility: visible;
2382 .comment-child-links {
2383 flex-basis: 100%;
2385 .comment-child-link {
2386 margin: 0 0.25em;
2387 display: inline-block;
2389 .comment-child-link::before {
2390 content: ">";
2391 display: inline-block;
2392 margin: 0 2px 0 0;
2395 .comment-popup {
2396 position: fixed;
2397 top: 10%;
2398 right: 10%;
2399 max-width: 700px;
2400 z-index: 10001;
2401 font-size: 1rem;
2402 white-space: unset;
2403 pointer-events: none;
2405 .comment-popup .comment-parent-link {
2406 display: none;
2408 .comment-popup .comment-body {
2409 font-size: 1.0625rem;
2412 .comment-item.depth-odd {
2413 --GW-comment-background-color: var(--GW-comment-background-color-odd);
2414 --GW-comment-parent-background-color: var(--GW-comment-background-color-even);
2416 .comment-item.depth-even {
2417 --GW-comment-background-color: var(--GW-comment-background-color-even);
2418 --GW-comment-parent-background-color: var(--GW-comment-background-color-odd);
2421 .comment-item:target {
2422 --GW-comment-background-color: var(--GW-comment-background-color-target);
2424 .comment-item:target > .comment-thread > .comment-item {
2425 --GW-comment-parent-background-color: var(--GW-comment-background-color-target);
2428 /**********************/
2429 /* COMMENT PERMALINKS */
2430 /**********************/
2431 /********************/
2432 /* COMMENT LW LINKS */
2433 /********************/
2435 .comment-meta .permalink::before,
2436 .comment-meta .lw2-link::before,
2437 .individual-thread-page a.comment-parent-link:empty::before {
2438 content: "";
2439 display: inline-block;
2440 width: 1rem;
2441 height: 1rem;
2442 border-radius: 3px;
2443 box-shadow:
2444 0 0 0 1px #fff,
2445 0 0 0 2px #00e,
2446 0 0 0 3px transparent;
2447 padding: 0 0 0 2px;
2448 background-size: 100%;
2449 position: relative;
2450 top: 2px;
2451 opacity: 0.5;
2453 .comment-meta .permalink::before {
2454 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');
2456 .comment-meta .lw2-link::before {
2457 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==');
2459 .individual-thread-page a.comment-parent-link:empty::before {
2460 left: unset;
2461 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==');
2463 .comment-meta .permalink:hover::before {
2464 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');
2466 .comment-meta .lw2-link:hover::before {
2467 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==');
2469 .individual-thread-page a.comment-parent-link:empty:hover::before {
2470 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=');
2472 .comment-meta .permalink:hover::before,
2473 .comment-meta .lw2-link:hover::before,
2474 .individual-thread-page a.comment-parent-link:empty:hover::before {
2475 box-shadow:
2476 0 0 0 2px #00e,
2477 0 0 0 3px transparent;
2478 opacity: 1.0;
2479 filter: unset;
2481 .comment-meta .permalink:active::before,
2482 .comment-meta .lw2-link:active::before,
2483 .individual-thread-page a.comment-parent-link:empty:active::before {
2484 transform: scale(0.9);
2487 .comment-meta .permalink,
2488 .comment-meta .lw2-link,
2489 .individual-thread-page .comment-parent-link:empty {
2490 position: relative;
2491 opacity: 1.0;
2493 .comment-meta .permalink::after,
2494 .comment-meta .lw2-link::after,
2495 .individual-thread-page .comment-parent-link:empty::after {
2496 content: "";
2497 width: 30px;
2498 height: 30px;
2499 display: block;
2500 position: absolute;
2501 top: -2px;
2502 left: -7px;
2503 box-shadow: none;
2504 pointer-events: auto;
2505 visibility: visible;
2508 /*************************/
2509 /* COMMENTS COMPACT VIEW */
2510 /*************************/
2512 #comments-list-mode-selector,
2513 #content.index-page #comments-list-mode-selector,
2514 #content.user-page #comments-list-mode-selector {
2515 padding-top: 6px;
2516 grid-column: 1;
2517 position: unset;
2518 z-index: 1;
2519 justify-self: start;
2520 align-self: start;
2522 #comments-list-mode-selector button {
2523 color: transparent;
2524 width: 32px;
2525 height: 32px;
2526 padding: 6px;
2527 margin: 1px;
2528 overflow: hidden;
2529 background-repeat: no-repeat;
2530 background-size: 100%;
2531 background-origin: content-box;
2533 #comments-list-mode-selector button:disabled {
2534 cursor: auto;
2536 #comments-list-mode-selector button.expanded {
2537 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJTnI+py+0Po5wn2Iuz3lrxD25eSIJjiWZnyq4s6r5kLJtJndK4eO9z77NRhsSi8YhMKpfMpvMJjTqDIR3VYr1mqdtg1/fdhXHjWll2fqVb0rY7WQAAOw==');
2539 #comments-list-mode-selector button.compact {
2540 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJXnI+py+0Po5y0uoCz3rxz5YViB46mWJ7qlq5u66rWTNf2fcQxrI98H/oBSYnhSWjU4JbMJi7pK0KD0ikRYfUgp1uo8wsOM7LXHJlVPWO6SbbRPRTL57gCADs=');
2542 @media only screen and (max-resolution: 1dppx) {
2543 #comments-list-mode-selector button.expanded {
2544 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKampqqqqv///wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCJSasV7Gqat+6eBYbcQopRqq5s257VeMokHdoevrm8mgAAOw==');
2546 #comments-list-mode-selector button.compact {
2547 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKqqqtvb2////wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCFSasN7Gqat45g433LeHUmF65phbZvurLtFJv3OO98zyQAOw==');
2551 #content > ul.comment-thread > li.comment-item,
2552 #content.compact > ul.comment-thread > li.comment-item {
2553 margin: 0;
2556 #content > .comment-thread {
2557 margin: 1em 0;
2559 #content.compact > .comment-thread {
2560 font-size: 0.9375rem;
2561 margin: 0.5em 0;
2563 #content.compact > .comment-thread:hover {
2564 z-index: 1;
2566 #content.compact > .comment-thread .comment-body {
2567 font-size: 1.0625rem;
2569 #content.compact > .comment-thread .comment-item,
2570 #content.index-page .comment-item.ignored,
2571 #content.inbox-user-page .comment-item.ignored {
2572 max-height: 61px;
2573 margin-top: 1em;
2574 overflow: hidden;
2575 position: relative;
2577 #content.compact > .comment-thread .comment-item {
2578 pointer-events: none;
2580 #content.compact > .comment-thread .comment-item::after {
2581 content: "…";
2582 position: absolute;
2583 right: 0;
2584 bottom: 0;
2585 font-size: 2rem;
2586 line-height: 1;
2587 padding: 0 16px 10px 64px;
2588 pointer-events: auto;
2590 @media only screen and (hover: hover) {
2591 #content.compact:not(:focus-within) > .comment-thread .comment-item:hover,
2592 #content.compact > .comment-thread .comment-item.expanded {
2593 overflow: visible;
2594 pointer-events: auto;
2595 z-index: 10;
2598 @media only screen and (hover: none) {
2599 #content.compact > .comment-thread.expanded .comment-item {
2600 overflow: visible;
2601 pointer-events: auto;
2602 z-index: 10;
2605 #content.compact > .comment-thread .comment-item .comment-meta {
2606 white-space: nowrap;
2607 overflow: hidden;
2608 text-overflow: ellipsis;
2609 padding: 2px 10px;
2611 #content.compact > .comment-thread .comment-item:hover .comment-meta {
2612 white-space: unset;
2614 #content.compact > .comment-thread .comment-item .comment-meta a {
2615 pointer-events: auto;
2617 #content.compact > .comment-thread .comment-item .comment-meta .comment-post-title {
2618 display: inline;
2620 #content.compact > .comment-thread .comment-item .comment-meta .voting-controls + .comment-post-title {
2621 margin-left: 0.75em;
2623 @media only screen and (hover: hover) {
2624 #content.compact > .comment-thread:last-of-type .comment-item:hover,
2625 #content.compact > .comment-thread:last-of-type .comment-item.expanded {
2626 max-height: unset;
2628 #content.compact > .comment-thread .comment-item:hover .comment,
2629 #content.compact > .comment-thread .comment-item.expanded .comment {
2630 position: relative;
2631 z-index: 1;
2632 margin-bottom: 2em;
2633 bottom: 0;
2635 #content.compact > .comment-thread .comment-item:hover .comment::before,
2636 #content.compact > .comment-thread .comment-item.expanded .comment::before{
2637 content: "";
2638 position: absolute;
2639 display: block;
2640 width: calc(100% + 20px);
2641 height: calc(100% + 20px);
2642 z-index: -1;
2643 top: -10px;
2644 left: -10px;
2646 #content.compact > .comment-thread:last-of-type .comment-item:hover .comment,
2647 #content.compact > .comment-thread:last-of-type .comment-item.expanded .comment{
2648 margin: 0;
2651 @media only screen and (hover: none) {
2652 #content.compact > .comment-thread.expanded:last-of-type .comment-item {
2653 max-height: unset;
2655 #content.compact > .comment-thread.expanded .comment-item .comment {
2656 position: relative;
2657 z-index: 1;
2658 margin-bottom: 2em;
2659 bottom: 0;
2661 #content.compact > .comment-thread.expanded .comment-item .comment::before {
2662 content: "";
2663 position: absolute;
2664 display: block;
2665 width: calc(100% + 14px);
2666 height: calc(100% + 20px);
2667 z-index: -1;
2668 top: -10px;
2669 left: -10px;
2671 #content.compact > .comment-thread.expanded:last-of-type .comment-item .comment {
2672 margin: 0;
2674 #content.compact > .comment-thread.expanded .comment-item .comment::after {
2675 content: "";
2676 display: block;
2677 position: fixed;
2678 top: 0;
2679 left: 0;
2680 width: 100%;
2681 height: 100%;
2682 z-index: -2;
2683 background-color: rgba(0,0,0,0.5);
2687 /*****************************/
2688 /* HIGHLIGHTING NEW COMMENTS */
2689 /*****************************/
2691 .new-comment::before {
2692 content: "";
2693 position: absolute;
2694 width: 100%;
2695 height: 100%;
2696 z-index: 5000;
2697 pointer-events: none;
2700 /***********************************/
2701 /* COMMENT THREAD MINIMIZE BUTTONS */
2702 /***********************************/
2704 .comment-minimize-button {
2705 font-family: "Font Awesome", "Font Awesome 5 Free";
2706 font-weight: 900;
2707 font-size: 1.25rem;
2708 line-height: 1;
2709 position: absolute;
2710 right: 1px;
2711 top: 1px;
2712 width: 18px;
2713 margin: 0;
2714 cursor: pointer;
2716 .comment-minimize-button:active {
2717 transform: scale(0.9);
2719 .comment-minimize-button::after {
2720 content: attr(data-child-count);
2721 font-weight: normal;
2722 font-size: 0.8125rem;
2723 position: absolute;
2724 left: 0;
2725 width: 100%;
2726 text-align: center;
2727 top: 21px;
2729 #content.individual-thread-page .comment-minimize-button {
2730 display: none;
2733 /*****************/
2734 /* IGNORE SYSTEM */
2735 /*****************/
2737 #content.comment-thread-page .comment-item.ignored {
2738 height: 38px;
2739 overflow: hidden;
2741 .comment-item.ignored > .comment > .comment-meta > .author {
2742 text-decoration: line-through;
2745 /***********************************/
2746 /* INDIVIDUAL COMMENT THREAD PAGES */
2747 /***********************************/
2749 .individual-thread-page > h1 {
2750 line-height: 1;
2751 margin: 0.75em 0 3px 0;
2753 .individual-thread-page .comments {
2754 border: none;
2757 /*************/
2758 /* SHORTFORM */
2759 /*************/
2761 .shortform-index-page .comments::before {
2762 border: none;
2763 box-shadow: none;
2766 .shortform-index-page .comments > .comment-thread > .comment-item:first-child {
2767 margin-top: 0;
2770 /****************/
2771 /* VOTE BUTTONS */
2772 /****************/
2774 .vote {
2775 margin: 0;
2777 .vote {
2778 font-family: "Font Awesome", "Font Awesome 5 Free";
2779 font-weight: 900;
2780 border: none;
2783 .vote:disabled {
2784 visibility: hidden;
2785 cursor: default;
2788 @keyframes waiting {
2789 0% {background-position: 200% 0%}
2790 100% {background-position: 0% 0%}
2793 .voting-controls .karma-value {
2794 opacity: 1;
2795 transition: opacity 0.5s linear;
2798 .voting-controls.waiting .karma-value {
2799 opacity: 0.5;
2800 background: repeat-x linear-gradient(70deg, #000 50%, #fff 75%, #000);
2801 background-clip: text;
2802 -webkit-background-clip: text;
2803 color: transparent;
2804 background-position: 200% 0%;
2805 background-size: 200% 100%;
2806 animation: waiting 1s linear infinite;
2809 /* Replicated karma controls at bottom of comments. */
2810 .comment-controls .voting-controls {
2811 float: left;
2812 font-size: 0.9375em;
2815 .comment-controls .voting-controls:first-of-type {
2816 margin-left: -14px;
2819 /*****************************/
2820 /* COMMENTING AND POSTING UI */
2821 /*****************************/
2823 .comment-controls {
2824 text-align: right;
2825 margin: 0 8px 8px 16px;
2826 position: relative;
2827 z-index: 9999;
2829 .comment-thread .comment-controls + .comment-thread > li:first-child {
2830 margin-top: 8px;
2832 .comments > .comment-controls {
2833 margin: 8px 0 0 0;
2835 .comments > .comment-controls:last-child {
2836 margin: 8px 0 16px 0;
2839 .posting-controls input[type='submit'] {
2840 margin: 6px;
2841 padding: 4px 10px;
2842 font-size: 1.125rem;
2845 .comment-controls .cancel-comment-button {
2846 position: absolute;
2847 right: 0;
2848 margin: 0;
2849 height: 27px;
2850 font-size: inherit;
2851 padding: 4px 8px 2px 4px;
2852 z-index: 1;
2854 .comment-controls .cancel-comment-button::before {
2855 font-family: "Font Awesome", "Font Awesome 5 Free";
2856 margin-right: 3px;
2857 content: '\F00D';
2858 font-weight: 900;
2859 font-size: 0.9em;
2860 opacity: 0.7;
2863 .comment + .comment-controls .action-button {
2864 font-weight: normal;
2865 font-size: 1.0625em;
2866 padding: 1px 6px;
2868 .comment-controls .action-button::before {
2869 font-family: "Font Awesome", "Font Awesome 5 Free";
2870 margin-right: 3px;
2872 .new-comment-button {
2873 font-size: 1.5rem;
2874 margin: 0 0.25em;
2876 .comment-controls .reply-button::before {
2877 content: '\F3E5';
2878 font-weight: 900;
2879 font-size: 0.9em;
2880 opacity: 0.6;
2882 .comment-meta .replied::before {
2883 content: '\F3E5';
2884 font-family: "Font Awesome", "Font Awesome 5 Free";
2885 color: #090;
2886 font-weight: 900;
2887 font-size: 0.9em;
2888 opacity: 0.6;
2891 .post-controls {
2892 text-align: right;
2893 margin: 0.75em 0 0 0;
2894 align-self: start;
2895 justify-self: end;
2897 .edit-post-link {
2898 display: inline-block;
2899 margin-bottom: 0.25em;
2900 font-size: 1.125rem;
2902 .edit-post-link::before {
2903 margin-right: 0.3em;
2905 .comment-controls .edit-button::before,
2906 .edit-post-link::before {
2907 content: '\F303';
2908 font-family: "Font Awesome", "Font Awesome 5 Free";
2909 font-weight: 900;
2910 font-size: 0.75em;
2911 position: relative;
2912 top: -1px;
2915 .comment-controls .delete-button {
2916 margin-right: 0.25em;
2918 .comment-controls .edit-button,
2919 .comment-controls .retract-button,
2920 .comment-controls .unretract-button {
2921 margin-right: 1em;
2923 .comment-controls .retract-button::before {
2924 content: '\F4B3';
2925 opacity: 0.6;
2927 .comment-controls .unretract-button::before {
2928 content: '\F075';
2929 opacity: 0.9;
2931 .comment-controls .delete-button::before {
2932 content: '\F05E';
2933 opacity: 0.7;
2935 .comment-controls .retract-button::before,
2936 .comment-controls .unretract-button::before,
2937 .comment-controls .delete-button::before {
2938 font-weight: 900;
2939 font-size: 0.9em;
2942 .comment-controls form {
2943 position: relative;
2945 .textarea-container {
2946 position: relative;
2948 .posting-controls textarea {
2949 display: block;
2950 width: 100%;
2951 height: 15em;
2952 min-height: 15em;
2953 max-height: calc(100vh - 6em);
2954 margin: 2px 0 0 0;
2955 padding: 4px 5px;
2956 font-size: 1.2rem;
2957 border-style: solid;
2958 border-width: 29px 1px 1px 1px;
2959 resize: none;
2962 /* GUIEdit buttons */
2964 .guiedit-buttons-container {
2965 position: absolute;
2966 left: 1px;
2967 top: 1px;
2968 width: calc(100% - 2px);
2969 height: 28px;
2970 text-align: left;
2971 padding: 1px 4px 0 4px;
2972 overflow: hidden;
2974 .comment-thread-page .guiedit-buttons-container {
2975 padding-right: 60px;
2977 .guiedit-buttons-container button {
2978 height: 26px;
2979 padding: 0 7px;
2980 font-weight: 900;
2981 font-size: 0.875rem;
2982 line-height: 1;
2983 position: static;
2985 .guiedit-buttons-container button:active {
2986 transform: none;
2988 .guiedit-buttons-container button:active div {
2989 transform: scale(0.9);
2991 .guiedit-buttons-container button sup {
2992 font-weight: bold;
2994 .guiedit::after {
2995 content: attr(data-tooltip);
2996 position: absolute;
2997 font-weight: normal;
2998 font-size: 1rem;
2999 top: 2px;
3000 left: 464px;
3001 height: 25px;
3002 padding: 4px 0;
3003 white-space: nowrap;
3004 visibility: hidden;
3006 .guiedit:hover::after {
3007 visibility: visible;
3010 /* Markdown hints */
3012 .posting-controls .markdown-reference-link {
3013 float: left;
3014 padding: 1px 0 0 6px;
3016 .posting-controls .markdown-reference-link a {
3017 padding-right: 1.5em;
3018 margin-right: 0.15em;
3019 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');
3020 background-size: 1.25em;
3021 background-repeat: no-repeat;
3022 background-position: right center;
3025 #markdown-hints-checkbox + label {
3026 float: left;
3027 margin: 2px 0 0 1em;
3028 line-height: 1.3;
3029 cursor: pointer;
3031 #edit-post-form #markdown-hints-checkbox + label {
3032 padding: 0;
3034 #markdown-hints-checkbox {
3035 visibility: hidden;
3036 float: left;
3038 #markdown-hints-checkbox + label::after {
3039 content: "(Show Markdown help)";
3041 #markdown-hints-checkbox:checked + label::after {
3042 content: "(Hide Markdown help)";
3044 #markdown-hints-checkbox + label::before {
3045 content: '\F059';
3046 font-family: "Font Awesome", "Font Awesome 5 Free";
3047 font-weight: 900;
3048 margin-right: 3px;
3050 #markdown-hints-checkbox:checked + label::before {
3051 font-weight: normal;
3053 #markdown-hints {
3054 margin: 4px 0 0 4px;
3055 padding: 4px 8px;
3056 position: absolute;
3057 text-align: left;
3058 top: calc(100% - 1em);
3059 z-index: 1;
3060 display: none;
3062 .comment-controls #markdown-hints {
3063 top: calc(100% + 1.75em);
3065 #markdown-hints-checkbox:checked ~ #markdown-hints {
3066 display: table;
3068 .markdown-hints-row {
3069 display: table-row;
3071 #markdown-hints .markdown-hints-row span,
3072 #markdown-hints .markdown-hints-row code {
3073 float: none;
3074 display: table-cell;
3075 border: none;
3076 background-color: inherit;
3077 padding: 0 12px 0 0;
3080 /******************/
3081 /* EDIT POST FORM */
3082 /******************/
3084 #edit-post-form {
3085 padding: 1em 1em 4em 1em;
3087 #edit-post-form .post-meta-fields {
3088 display: grid;
3089 grid-template-columns: 5em auto auto auto 1fr auto;
3090 margin-bottom: 0.625em;
3093 #edit-post-form label[for='title'],
3094 #edit-post-form label[for='url'],
3095 #edit-post-form label[for='section'] {
3096 grid-column: 1;
3098 #edit-post-form input[type='text'] {
3099 padding: 0.25em;
3100 grid-column: 2 / span 4;
3101 margin-bottom: 0.5em;
3104 #edit-post-form .link-post-checkbox,
3105 #edit-post-form .link-post-checkbox + label {
3106 grid-row: 1;
3107 grid-column: 6;
3109 #edit-post-form .question-checkbox,
3110 #edit-post-form .question-checkbox + label {
3111 grid-row: 3;
3112 grid-column: 5;
3113 justify-self: start;
3114 margin-left: 1.5em;
3117 #edit-post-form .post-meta-fields label[for="submit-to-frontpage"] {
3118 grid-row: 4;
3119 grid-column: 2 / span 4;
3120 text-align: left;
3121 margin-top: 8px;
3124 #edit-post-form .post-meta-fields input[type='checkbox'] {
3125 height: 0;
3126 opacity: 0;
3127 pointer-events: none;
3129 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
3130 white-space: nowrap;
3131 position: relative;
3132 cursor: pointer;
3133 padding: 0.25em 0.5em 0.25em calc(20px + 0.25em + 0.3725em);
3134 align-self: start;
3136 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
3137 content: "";
3138 font-family: "Font Awesome", "Font Awesome 5 Free";
3139 font-size: 1.375rem;
3140 line-height: 0.7;
3141 text-indent: 1px;
3142 font-weight: 900;
3143 position: absolute;
3144 width: 20px;
3145 height: 20px;
3146 left: 5px;
3148 #edit-post-form label[for='url'],
3149 #edit-post-form input[name='url'] {
3150 display: none;
3152 #edit-post-form .link-post-checkbox:checked ~ label[for='url'],
3153 #edit-post-form .link-post-checkbox:checked ~ input[name='url'] {
3154 display: initial;
3156 #edit-post-form label {
3157 line-height: normal;
3158 border: 1px solid transparent;
3159 text-align: right;
3160 padding: 0.25em 0.5em;
3161 white-space: nowrap;
3163 #edit-post-form input[type='radio'] {
3164 width: 0;
3165 margin: 0;
3166 opacity: 0;
3167 pointer-events: none;
3169 #edit-post-form input[type='radio'] + label {
3170 padding: 4px 12px;
3171 text-align: center;
3172 border-style: solid;
3173 border-width: 1px 1px 1px 0;
3174 cursor: pointer;
3176 #edit-post-form input[type='radio']:checked + label {
3177 cursor: default;
3180 #edit-post-form label[for='section'] {
3181 grid-row: 3;
3183 #edit-post-form input[type='radio'] + label {
3184 grid-row: 3;
3186 @supports (width: -moz-fit-content) {
3187 #edit-post-form input[type='radio'] + label {
3188 width: -moz-fit-content;
3191 @supports (width: fit-content) {
3192 #edit-post-form input[type='radio'] + label {
3193 width: fit-content;
3197 #edit-post-form textarea {
3198 min-height: 24em;
3201 #edit-post-form input[type='submit'] {
3202 padding: 6px 12px;
3203 float: right;
3205 #edit-post-form #markdown-hints {
3206 top: calc(100% + 2em);
3209 #edit-post-form button.guiedit div {
3210 overflow: visible;
3212 .guiedit-mobile-auxiliary-button {
3213 display: none;
3216 /***********/
3217 /* BUTTONS */
3218 /***********/
3220 button,
3221 input[type='submit'] {
3222 font-family: inherit;
3223 font-size: inherit;
3224 background-color: inherit;
3225 cursor: pointer;
3226 border: none;
3227 border-radius: 0;
3230 /************/
3231 /* HEADINGS */
3232 /************/
3234 .body-text h1,
3235 .body-text h2,
3236 .body-text h3,
3237 .body-text h4,
3238 .body-text h5,
3239 .body-text h6 {
3240 line-height: 1.1;
3241 margin: 1em 0 0.75em 0;
3242 text-align: left;
3245 .post-body h5,
3246 .post-body h6 {
3247 font-size: 1em;
3249 .post-body h4,
3250 .body-text h4 {
3251 font-size: 1.2em;
3253 .post-body h3,
3254 .body-text h3 {
3255 font-size: 1.4em;
3257 .post-body h2,
3258 .body-text h2 {
3259 font-size: 1.75em;
3261 .post-body h1,
3262 .body-text h1 {
3263 font-size: 2.1em;
3266 .comment-body h5,
3267 .comment-body h6 {
3268 font-size: 1em;
3270 .comment-body h4 {
3271 font-size: 1.15em;
3273 .comment-body h3 {
3274 font-size: 1.3em;
3276 .comment-body h2 {
3277 font-size: 1.5em;
3279 .comment-body h1 {
3280 font-size: 1.75em;
3283 /**********/
3284 /* QUOTES */
3285 /**********/
3287 blockquote,
3288 .post-body .comment-box .comment-body {
3289 font-size: 0.9em;
3290 margin: 1em 0;
3291 padding-left: 0.5em;
3292 margin-left: 1px;
3293 padding-bottom: 3px;
3295 blockquote *:first-child {
3296 margin-top: 0;
3298 blockquote *:last-child {
3299 margin-bottom: 0;
3301 blockquote blockquote {
3302 font-size: 0.95em;
3305 /* Pseudo-blockquotes that LW sometimes uses for some reason */
3307 .post-body .comment-box .user-name {
3308 font-style: italic;
3310 .post-body .comment-box .user-name::after {
3311 content: ":";
3313 .post-body .comment-box {
3314 zoom: 1.25;
3317 /**********/
3318 /* IMAGES */
3319 /**********/
3321 #content img, #content figure {
3322 max-width: 100%;
3325 .prediction-poll > svg {
3326 width: 700px;
3327 max-width: 100%;
3330 img.inline-latex {
3331 position: relative;
3332 top: 2.5px;
3333 margin: 0 2px;
3336 #content figure {
3337 text-align: center;
3338 margin: 1.5em auto;
3341 p.imgonly,
3342 div.imgonly,
3343 figure {
3344 text-align: center;
3345 margin: auto;
3346 clear: both;
3349 .imgonly iframe {
3350 display: block;
3351 width: 100%;
3352 height: 250px;
3353 border: 0;
3356 // Aspect ratio trick from https://css-tricks.com/aspect-ratio-boxes/
3358 [style*="--aspect-ratio"] > * {
3359 width: 100%;
3361 [style*="--aspect-ratio"] > img {
3362 height: auto;
3364 @supports (--custom:property) {
3365 [style*="--aspect-ratio"] {
3366 position: relative;
3368 [style*="--aspect-ratio"]::before {
3369 content: "";
3370 display: block;
3371 padding-bottom: calc(100% / (var(--aspect-ratio)));
3373 [style*="--aspect-ratio"] > * {
3374 position: absolute;
3375 top: 0;
3376 left: 0;
3377 height: 100%;
3381 /**********/
3382 /* TABLES */
3383 /**********/
3385 .body-text table {
3386 border-collapse: collapse;
3387 font-size: 0.875em;
3389 .body-text table th,
3390 .body-text table td {
3391 text-align: left;
3392 padding: 4px 6px;
3393 line-height: 1.3;
3395 .body-text table .numeric {
3396 text-align: right;
3397 font-family: Inconsolata, Menlo, monospace;
3399 .body-text table caption {
3400 margin: 0 0 0.25em 0;
3401 font-weight: bold;
3402 font-size: 1.125em;
3405 /********/
3406 /* MISC */
3407 /********/
3409 /*= Superscripts & subscripts =*/
3411 /* Make sure superscripts and subscripts do not affect line spacing. */
3412 sup, sub {
3413 vertical-align: baseline;
3414 position: relative;
3415 top: -0.5em;
3416 left: 0.05em;
3417 font-size: 0.8em;
3419 sub {
3420 top: 0.3em;
3423 /*= Code blocks & other "unstyled" text. =*/
3425 pre,
3426 code {
3427 font-family: Inconsolata, Menlo, monospace;
3429 pre {
3430 white-space: pre-wrap;
3432 .body-text pre {
3433 text-align: left;
3435 code {
3436 font-size: 0.95em;
3437 display: inline-block;
3438 padding: 0 4px 1px 5px;
3440 pre > code {
3441 display: block;
3442 border-radius: 0;
3443 padding: 3px 4px 5px 8px;
3444 tab-size: 4;
3447 /*= Fractions =*/
3449 .frac::after {
3450 content: "\200B";
3453 /*= Removing browser default styling of various elements =*/
3455 /* On various input elements such as text fields and buttons, remove "blue glow" focus outlines on Macs, dotted black outlines in Firefox, etc. */
3456 :focus {
3457 outline: none;
3460 /* Remove "embossed" appearance of horizontal rules. */
3461 hr {
3462 border: none;
3465 input,
3466 button,
3467 textarea {
3468 -webkit-appearance: none;
3469 -moz-appearance: none;
3470 appearance: none;
3473 input {
3474 font-family: inherit;
3475 font-size: inherit;
3476 font-weight: inherit;
3479 /*************/
3480 /* FOOTNOTES */
3481 /*************/
3483 ol {
3484 counter-reset: ordered-list;
3486 .footnote-definition {
3487 font-size: 0.9em;
3488 list-style-type: none;
3489 counter-increment: ordered-list;
3490 position: relative;
3492 .footnote-definition p {
3493 font-size: inherit !important;
3495 .footnote-definition::before {
3496 content: counter(ordered-list) ".";
3497 position: absolute;
3498 left: -2.5em;
3499 font-weight: bold;
3500 text-align: right;
3501 width: 2em;
3504 /*= LW Docs footnotes =*/
3506 .footnote-item {
3507 display: flex;
3510 .footnote-item > :not(.nothing) {
3511 margin: 0 0.2em;
3514 .footnote-item > :first-child {
3515 margin-left: -0.2em;
3516 margin-right: 0;
3519 .footnote-back-link a:not(.nothing) {
3520 font-size: 0;
3521 text-decoration: none;
3522 border: none;
3525 .footnote-back-link a:not(.nothing):hover {
3526 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #00e;
3527 border: none;
3528 text-decoration: none;
3531 .footnote-back-link a::after {
3532 content: '\F106';
3533 font-family: Font Awesome;
3534 font-size: 1rem;
3535 padding: 0.2em;
3536 text-decoration: none;
3537 font-weight: bold;
3540 .footnote-content > :first-child {
3541 margin-top: 0;
3544 /*********/
3545 /* LISTS */
3546 /*********/
3548 li {
3549 margin-bottom: 0.5em;
3552 .body-text ol p,
3553 .body-text ul p {
3554 margin: 0.5em 0;
3557 .body-text ol {
3558 list-style: none;
3559 padding: 0;
3560 counter-reset: ol;
3562 .body-text ol > li {
3563 position: relative;
3564 counter-increment: ol;
3565 padding: 0 0 0 2.5em;
3566 margin: 0.25em 0 0 0;
3568 .body-text ol > li::before {
3569 content: counter(ol) ".";
3570 position: absolute;
3571 width: 2em;
3572 text-align: right;
3573 left: 0;
3575 .body-text ul {
3576 list-style: none;
3577 padding: 0;
3579 .body-text ul:not(.contents-list) > li:empty {
3580 padding-bottom: 1.25em;
3582 .body-text ul:not(.contents-list) > li {
3583 position: relative;
3584 padding: 0 0 0 1.75em;
3585 margin: 0.25em 0 0 0;
3587 .body-text ul:not(.contents-list) > li ul > li {
3588 padding: 0 0 0 2em;
3590 .body-text ul:not(.contents-list) > li::before {
3591 content: "•";
3592 position: absolute;
3593 width: 1.25em;
3594 text-align: right;
3595 left: 0;
3597 .body-text ul:not(.contents-list) > li ul > li::before {
3598 width: 1.5em;
3600 .body-text li > ul:first-child > li {
3601 padding-left: 0;
3603 .body-text li > ul:first-child > li::before {
3604 content: none;
3607 /**************/
3608 /* ERROR PAGE */
3609 /**************/
3611 .error-retry-form {
3612 margin: 0.5em 0;
3615 .error-retry-form input[type="submit"] {
3616 border: 1px solid #aaa;
3617 font-weight: bold;
3618 font-size: 1.125rem;
3619 padding: 0.5em 1.25em;
3622 /**************/
3623 /* ABOUT PAGE */
3624 /**************/
3626 #content.about-page .contents {
3627 margin-top: 0.25em;
3629 #content.about-page .accesskey-table {
3630 border-collapse: collapse;
3631 margin: auto;
3633 #content.about-page .accesskey-table th,
3634 #content.about-page .accesskey-table td {
3635 padding: 2px 6px;
3637 #content.about-page .accesskey-table td:first-child {
3638 padding-right: 1.5em;
3640 #content.about-page .accesskey-table td:last-child {
3641 text-align: center;
3642 font-family: Inconsolata, Menlo, monospace;
3644 #content.about-page h3:nth-of-type(n+2) {
3645 clear: both;
3648 /******************/
3649 /* IMAGES OVERLAY */
3650 /******************/
3652 #images-overlay + #content .post-body img {
3653 visibility: hidden;
3656 #images-overlay div {
3657 position: absolute;
3659 #images-overlay div::after {
3660 content: "Click to enlarge";
3661 display: block;
3662 position: absolute;
3663 margin: auto;
3664 left: 0;
3665 right: 0;
3666 bottom: 10px;
3667 padding: 6px 10px;
3668 font-size: 1.25rem;
3669 background-color: rgba(0,0,0,0.6);
3670 color: #fff;
3671 border-radius: 5px;
3672 opacity: 0.0;
3673 transition: opacity 0.15s ease;
3674 pointer-events: none;
3676 @supports (width: -moz-fit-content) {
3677 #images-overlay div::after {
3678 width: -moz-fit-content;
3681 @supports (width: fit-content) {
3682 #images-overlay div::after {
3683 width: fit-content;
3686 #images-overlay div:hover::after {
3687 opacity: 1.0;
3690 #images-overlay img {
3691 width: 100%;
3694 /***************/
3695 /* IMAGE FOCUS */
3696 /***************/
3698 /*=--------------=*/
3699 /*= Hover styles =*/
3700 /*=--------------=*/
3702 #content img:hover,
3703 #images-overlay img:hover {
3704 filter: drop-shadow(0 0 3px #777);
3705 cursor: zoom-in;
3707 #content img:active,
3708 #images-overlay img:active {
3709 transform: scale(0.975);
3712 /*=---------=*/
3713 /*= Overlay =*/
3714 /*=---------=*/
3716 #image-focus-overlay {
3717 position: fixed;
3718 top: 0;
3719 right: 0;
3720 bottom: 0;
3721 left: 0;
3722 z-index: 2;
3723 display: none;
3724 cursor: zoom-out;
3726 #image-focus-overlay::before {
3727 content: "";
3728 display: block;
3729 position: absolute;
3730 top: 0;
3731 right: 0;
3732 bottom: 0;
3733 left: 0;
3734 background-color: #000;
3735 opacity: 0.5;
3736 z-index: -1;
3738 #image-focus-overlay.engaged {
3739 display: initial;
3742 #image-focus-overlay img {
3743 margin: auto;
3744 position: absolute;
3745 left: 50%;
3746 top: 50%;
3747 transform: translateX(-50%) translateY(-50%);
3750 /*=-------------------=*/
3751 /*= Single-image mode =*/
3752 /*=-------------------=*/
3754 #image-focus-overlay:not(.slideshow) .image-number,
3755 #image-focus-overlay:not(.slideshow) .slideshow-buttons {
3756 visibility: hidden;
3759 /*=---------=*/
3760 /*= Caption =*/
3761 /*=---------=*/
3763 #image-focus-overlay .caption {
3764 position: absolute;
3765 bottom: 0.75em;
3766 background-color: rgba(0,0,0,0.7);
3767 left: 9em;
3768 right: 9em;
3769 margin: auto;
3770 max-width: calc(100% - 18em);
3771 text-align: center;
3772 font-size: 1.375em;
3773 border-radius: 8px;
3774 z-index: 1;
3775 transition:
3776 bottom 0.2s ease;
3778 @supports (width: -moz-fit-content) {
3779 #image-focus-overlay .caption {
3780 width: -moz-fit-content;
3783 @supports (width: fit-content) {
3784 #image-focus-overlay .caption {
3785 width: fit-content;
3788 #image-focus-overlay .caption.hidden {
3789 bottom: -5em;
3790 transition:
3791 bottom 0.5s ease;
3794 #image-focus-overlay .caption p {
3795 margin: 1em 1.25em;
3796 color: #fff;
3799 #image-focus-overlay .caption:not(:empty)::before {
3800 content: "";
3801 display: block;
3802 position: absolute;
3803 width: 100vw;
3804 height: calc(100% + 1.5em);
3805 z-index: -1;
3806 top: -0.75em;
3807 left: calc(-50vw + 50%);
3811 /*=--------------=*/
3812 /*= Help overlay =*/
3813 /*=--------------=*/
3815 #image-focus-overlay .help-overlay {
3816 position: absolute;
3817 display: flex;
3818 flex-flow: column;
3819 z-index: 2;
3820 font-size: 1.5rem;
3821 padding: 1em;
3822 border-radius: 10px;
3823 bottom: 1em;
3824 right: 1em;
3825 overflow: hidden;
3826 white-space: nowrap;
3827 color: transparent;
3828 cursor: default;
3829 visibility: hidden;
3830 transition:
3831 visibility 1s ease,
3832 color 1s ease,
3833 background-color 1s ease,
3834 bottom 0.3s ease;
3836 #image-focus-overlay .help-overlay:hover {
3837 max-width: 24em;
3838 max-height: 14em;
3839 background-color: rgba(0,0,0,0.85);
3840 color: #fff;
3841 visibility: visible;
3842 transition:
3843 visibility 0.2s ease 0.3s,
3844 color 0.2s ease 0.3s,
3845 background-color 0.2s ease 0.3s;
3848 #image-focus-overlay .help-overlay::after {
3849 content: "\F128";
3850 font-family: "Font Awesome", "Font Awesome 5 Free";
3851 font-weight: 900;
3852 font-size: 2rem;
3853 position: absolute;
3854 right: 0;
3855 bottom: 0;
3856 padding: 10px;
3857 color: #000;
3858 filter: drop-shadow(0 0 6px #fff);
3859 visibility: visible;
3860 opacity: 0.85;
3861 transition:
3862 visibility 1s ease;
3864 #image-focus-overlay .help-overlay:hover::after {
3865 visibility: hidden;
3866 transition:
3867 visibility 0.2s ease 0.3s;
3870 #image-focus-overlay .help-overlay p {
3871 margin: 0;
3872 text-indent: -2em;
3873 padding-left: 2em;
3874 max-width: 100%;
3875 overflow: hidden;
3877 #image-focus-overlay .help-overlay p + p {
3878 margin: 0.75em 0 0 0;
3880 #image-focus-overlay .help-overlay.hidden {
3881 bottom: -2em;
3884 /*=--------------=*/
3885 /*= Slide number =*/
3886 /*=--------------=*/
3888 #image-focus-overlay .image-number {
3889 position: absolute;
3890 z-index: 2;
3891 font-size: 1.75rem;
3892 left: 1em;
3893 bottom: 1em;
3894 font-weight: 600;
3895 text-shadow:
3896 0 0 3px #fff,
3897 0 0 5px #fff,
3898 0 0 8px #fff,
3899 0 0 13px #fff;
3900 width: 1.5em;
3901 text-align: right;
3902 white-space: nowrap;
3903 transition: bottom 0.3s ease;
3905 #image-focus-overlay .image-number::before {
3906 content: "#";
3907 opacity: 0.3;
3909 #image-focus-overlay .image-number::after {
3910 content: " of " attr(data-number-of-images);
3911 opacity: 0.3;
3913 #image-focus-overlay .image-number:hover::before,
3914 #image-focus-overlay .image-number:hover::after {
3915 opacity: 1.0;
3917 #image-focus-overlay .image-number.hidden {
3918 bottom: -1.25em;
3921 /*=-------------------=*/
3922 /*= Slideshow buttons =*/
3923 /*=-------------------=*/
3925 #image-focus-overlay .slideshow-buttons {
3926 position: absolute;
3927 top: 0;
3928 left: 0;
3929 width: 100%;
3930 height: 100%;
3931 z-index: 1;
3932 display: flex;
3933 justify-content: space-between;
3934 pointer-events: none;
3936 #image-focus-overlay .slideshow-buttons button {
3937 font-family: "Font Awesome", "Font Awesome 5 Free";
3938 font-weight: 900;
3939 font-size: 3rem;
3940 padding: 0.5em;
3941 color: #ddd;
3942 position: relative;
3943 left: 0;
3944 transition:
3945 left 0.3s ease;
3946 pointer-events: auto;
3948 #image-focus-overlay .slideshow-buttons button::selection {
3949 background-color: transparent;
3951 @media only screen and (hover: hover) {
3952 #image-focus-overlay .slideshow-buttons button:hover {
3953 background-color: rgba(0,0,0,0.1);
3954 color: #777;
3957 #image-focus-overlay .slideshow-buttons button:active {
3958 transform: none;
3959 color: #888;
3961 #image-focus-overlay .slideshow-buttons button:disabled {
3962 text-shadow: none;
3963 background-color: transparent;
3964 color: #ddd;
3965 cursor: default;
3966 opacity: 0.4;
3968 #image-focus-overlay .slideshow-button.previous.hidden {
3969 left: -1.75em;
3971 #image-focus-overlay .slideshow-button.next.hidden {
3972 left: 1.75em;
3975 /*=-----------------=*/
3976 /*= Background blur =*/
3977 /*=-----------------=*/
3979 .blurred {
3980 filter: blur(3px);
3983 /**************************/
3984 /* QUALIFIED HYPERLINKING */
3985 /**************************/
3987 #content.no-nav-bars {
3988 margin: 8px auto;
3990 #content.no-nav-bars + #ui-elements-container > * {
3991 padding-top: 8px;
3994 #aux-about-link {
3995 position: fixed;
3996 top: 40px;
3997 left: calc((100% - 900px) / 2 - 69px);
3998 width: 1.5em;
3999 height: 1.5em;
4000 text-align: center;
4001 display: table;
4003 #aux-about-link a {
4004 display: table-cell;
4005 width: 100%;
4006 vertical-align: middle;
4007 font-family: "Font Awesome", "Font Awesome 5 Free";
4008 font-weight: 900;
4009 font-size: 1.25rem;
4010 opacity: 0.4;
4011 z-index: 1;
4014 .qualified-linking {
4015 margin: 0;
4016 position: relative;
4018 .qualified-linking input[type='checkbox'] {
4019 visibility: hidden;
4020 width: 0;
4021 height: 0;
4022 margin: 0;
4024 .qualified-linking label {
4025 font-family: "Font Awesome", "Font Awesome 5 Free";
4026 font-weight: 900;
4027 font-size: 1rem;
4028 padding: 0 0.5em;
4029 display: inline-block;
4030 margin-left: 0.25em;
4032 .qualified-linking label:hover {
4033 cursor: pointer;
4035 .qualified-linking label:active span {
4036 display: inline-block;
4037 transform: scale(0.9);
4039 .qualified-linking label::selection {
4040 background-color: transparent;
4043 .qualified-linking label::after {
4044 content: "";
4045 width: 100vw;
4046 height: 0;
4047 left: 0;
4048 top: 0;
4049 position: fixed;
4050 z-index: 1;
4051 cursor: default;
4053 .qualified-linking input[type='checkbox']:checked + label::after {
4054 height: 100vh;
4057 .qualified-linking-toolbar {
4058 position: absolute;
4059 right: 0.25em;
4060 top: 110%;
4061 z-index: 1;
4063 .qualified-linking input[type='checkbox'] ~ .qualified-linking-toolbar {
4064 display: none;
4066 .qualified-linking input[type='checkbox']:checked ~ .qualified-linking-toolbar {
4067 display: block;
4069 #qualified-linking-toolbar-toggle-checkbox-bottom ~ .qualified-linking-toolbar {
4070 top: unset;
4071 bottom: 125%;
4074 .qualified-linking-toolbar a {
4075 display: block;
4076 padding: 0 6px;
4077 margin: 4px;
4079 .qualified-linking-toolbar a::selection {
4080 background-color: transparent;
4083 /*****************/
4084 /* HOVER PREVIEW */
4085 /*****************/
4087 #preview-popup-toggle {
4088 position: absolute;
4089 right: -67px;
4090 bottom: 285px;
4091 cursor: pointer;
4092 color: var(--GW-toggle-widget-color, #888);
4094 #preview-popup-toggle:hover {
4095 color: var(--GW-toggle-widget-hover-color, #444);
4098 #content.preview:not(not) {
4099 padding: 0;
4101 #content.preview > .comment-thread {
4102 margin: 2px;
4104 #content.preview.individual-thread-page > .comment-thread > .comment-item {
4105 border: none;
4107 #content.preview.user-page .page-main-heading, #content.preview.user-page .user-stats {
4108 padding: 0 8px;
4110 #content.preview.user-page .page-main-heading {
4111 margin-left: 8px;
4113 #content.preview.not(not) .body-text {
4114 margin-left: 8px;
4115 margin-right: 8px;
4117 #content.preview.user-page .user-stats {
4118 margin-right: 32px;
4120 #content.preview.user-page .page-toolbar, #content.preview.user-page nav {
4121 display: none;
4123 #content.preview button.vote {
4124 display: none;
4126 #content.preview > h1.listing {
4127 max-height: unset;
4129 #content.preview.user-page > .comment-thread {
4130 margin: 0.5em 0;
4132 #content.preview > .post {
4133 margin: 0 18px;
4135 #content.preview .post-title {
4136 margin-top: 0.5em;
4138 #content.preview .post-meta {
4139 line-height: 1.0;
4141 #content.preview .body-text {
4142 font-size: 1em;
4144 #content.preview nav.contents,
4145 #content.preview .lw2-link {
4146 display: none;
4149 .preview-popup {
4150 position: fixed;
4151 transform-origin: top;
4152 top: 10%;
4153 right: 10%;
4154 max-width: 700px;
4155 z-index: 10001;
4156 background-color: #eee;
4157 border: 1px solid #ccc;
4158 box-shadow: 2px 6px 20px -4px #000;
4159 transition: height 0.2s ease, top 0.2s ease;
4161 .popup-hide-button {
4162 position: fixed;
4163 top: 4px;
4164 right: 4px;
4165 color: #000;
4166 background-color: #fff;
4167 width: 28px;
4168 height: 28px;
4169 display: flex;
4170 font-family: "Font Awesome";
4171 font-size: 14px;
4172 line-height: 1;
4173 border: 1px solid #bbb;
4174 border-radius: 28px;
4175 align-items: center;
4176 justify-content: center;
4177 //padding-bottom: 2px;
4178 padding-left: 1.5px;
4179 font-family: "Font Awesome", "Font Awesome 5 Free";
4180 cursor: pointer;
4182 .popup-hide-button:hover::before {
4183 content: "Turn off preview popups";
4184 display: block;
4185 position: absolute;
4186 width: max-content;
4187 right: 32px;
4188 color #000;
4189 background-color: #fff;
4190 border: 1px solid #eee;
4191 border-radius: 2px;
4192 padding: 4px;
4195 /********/
4196 /* MATH */
4197 /********/
4199 .mathjax-block-container {
4200 display: block;
4201 overflow-y: hidden;
4202 border-radius: 6px;
4203 margin: 1em 0 1.5em 0;
4205 .mathjax-inline-container {
4206 max-width: 100%;
4207 overflow-x: auto;
4208 overflow-y: hidden;
4209 position: relative;
4210 padding: 0 1px;
4212 #content .mathjax-inline-container,
4213 #content .mathjax-inline-container .mjpage,
4214 #content .mathjax-inline-container .mjx-chtml,
4215 #content .mathjax-inline-container .mjx-math,
4216 #content .mathjax-inline-container .mjx-mrow {
4217 display: inline;
4218 white-space: normal;
4220 .post .mathjax-inline-container {
4221 line-height: 1;
4223 .comment .mathjax-inline-container {
4224 line-height: 1;
4226 .mathjax-inline-container .mjx-chtml {
4227 padding: 0;
4230 /************/
4231 /* SPOILERS */
4232 /************/
4234 .spoiler {
4235 color: #000;
4236 background-color: currentColor;
4237 transition: none;
4238 text-shadow: none;
4239 margin: 1em 0;
4240 box-shadow: 0 0 0 1px currentColor inset;
4241 overflow: auto;
4243 .spoiler:not(:last-child) {
4244 margin-bottom: 0;
4246 #content .spoiler * {
4247 color: inherit;
4248 border: none;
4250 .spoiler:hover {
4251 color: unset;
4252 background-color: unset;
4253 text-shadow: unset;
4254 transition:
4255 color 0.1s ease-out 0.1s,
4256 background-color 0.1s ease-out 0.1s,
4257 text-shadow 0.1s ease-out 0.1s;
4259 .spoiler::selection,
4260 .spoiler ::selection {
4261 color: #fff;
4262 background-color: #000;
4264 .spoiler:not(:hover)::selection,
4265 .spoiler:not(:hover) ::selection {
4266 background-color: transparent;
4269 /*= Fix for LessWrong being weird =*/
4271 .spoiler > p {
4272 padding: 0 7px;
4274 .spoiler > p:first-child {
4275 margin-top: 0.25em;
4277 .spoiler > p:last-child {
4278 margin-bottom: 0;
4279 padding-bottom: 0.25em;
4281 .spoiler > p:hover ~ p {
4282 background-color: currentColor;
4284 .spoiler > p + p {
4285 margin-top: -1em;
4287 .spoiler > p:not(:first-child) {
4288 padding-top: 0.5em;
4290 .spoiler > p:not(:last-child) {
4291 padding-bottom: 0.5em;
4294 .spoiler:not(:hover) pre,
4295 .spoiler:not(:hover) code {
4296 background-color: inherit;
4297 box-shadow: none;
4299 #content .spoiler pre {
4300 border-color: currentColor;
4301 border-style: solid;
4302 border-width: 0 1px;
4303 border-radius: 0;
4306 /*******************/
4307 /* PAGE LIST INDEX */
4308 /*******************/
4310 .page-list-index {
4311 margin: 1em 30px;
4312 line-height: 1.2;
4315 .page-list-index > p {
4316 font-weight: bold;
4317 font-size: 1.2em;
4320 .page-list-index > ul * {
4321 margin: 0;
4324 .page-list-index ul {
4325 padding-left: 1.5em;
4328 .page-list-index li {
4329 margin-top: 0.67em;
4332 .page-list-index li > a {
4333 display: block;
4334 font-size: 1.1em;
4335 font-weight: bold;
4336 margin: 0.33em 0;
4339 .page-list-index li > a:last-child {
4340 margin-bottom: 1em;
4344 /*****************/
4345 /* USER MENTIONS */
4346 /*****************/
4348 .textarea-container .autocomplete-container {
4349 position: absolute;
4350 overflow-y: auto;
4351 font-size: 1.125rem;
4352 cursor: default;
4353 backdrop-filter: blur(2px);
4354 width: 360px;
4356 .textarea-container .autocomplete-container:empty {
4357 display: none;
4360 @media only screen and (min-width: 521px) {
4361 .textarea-container .autocomplete-container.inside {
4362 max-height: calc(100% - 36px);
4363 top: 32px;
4365 .textarea-container .autocomplete-container.outside {
4366 max-height: calc(100% - 28px);
4367 top: 28px;
4368 z-index: 10001;
4371 .textarea-container .autocomplete-container.inside.right {
4372 right: 18px;
4374 .textarea-container .autocomplete-container.inside.left {
4375 left: 18px;
4377 .textarea-container .autocomplete-container.outside.right {
4378 left: calc(100% + 3px);
4380 .textarea-container .autocomplete-container.outside.left {
4381 right: calc(100% + 3px);
4384 head.content-width-normal + body .textarea-container .autocomplete-container.outside {
4385 max-width: calc((100vw - (900px - 40px * 2)) / 2);
4387 head.content-width-wide + body .textarea-container .autocomplete-container.outside {
4388 max-width: calc((100vw - (1150px - 40px * 2)) / 2);
4390 head.content-width-fluid + body .textarea-container .autocomplete-container.outside {
4391 max-width: calc((300px + 40px * 2) / 2);
4395 .textarea-container .autocomplete-container div {
4396 padding: 2px 8px 0 8px;
4397 white-space: nowrap;
4398 display: flex;
4399 justify-content: flex-end;
4402 .textarea-container .autocomplete-container div span.name {
4403 flex: 1 1 auto;
4404 width: calc(100% - 9em);
4405 overflow: hidden;
4406 text-overflow: ellipsis;
4408 .textarea-container .autocomplete-container div span.name:hover {
4409 overflow: visible;
4410 z-index: 1;
4412 .textarea-container .autocomplete-container div span.age,
4413 .textarea-container .autocomplete-container div span.karma {
4414 font-size: 0.9em;
4415 text-align: right;
4417 .textarea-container .autocomplete-container div span.age {
4418 flex: 0 0 3em;
4420 .textarea-container .autocomplete-container div span.karma {
4421 flex: 0 0 6em;
4425 /***************/
4426 /* COLLECTIONS */
4427 /***************/
4429 h2.sequence-chapter,
4430 h3.sequence-chapter,
4431 h4.sequence-chapter {
4432 text-align: center;
4434 h2.sequence-chapter::before,
4435 h3.sequence-chapter::before,
4436 h4.sequence-chapter::before {
4437 display: block;
4438 clear: both;
4439 margin: 1.5em 0 0.75em 0;
4440 font-style: normal;
4441 font-weight: normal;
4442 font-family: 'Concourse', 'a_Avante', 'GW-Symbols';
4444 h2.sequence-chapter::before {
4445 content: '\25A3';
4447 h3.sequence-chapter::before {
4448 content: '\25AA\2004\25AA';
4450 h4.sequence-chapter::before {
4451 content: '\00B7\2004\00B7\2004\00B7';
4455 /*******************/
4456 /* ALIGNMENT FORUM */
4457 /*******************/
4459 #content.alignment-forum-index-page::after {
4460 content: "Alignment Forum";
4461 font-size: 1.5rem;
4462 margin: 0.375em 0 0 -0.375em;
4463 order: -1;
4466 /**********************/
4467 /* FOR NARROW SCREENS */
4468 /**********************/
4470 @media only screen and (max-width: 1440px) {
4471 #hns-date-picker {
4472 right: -81px;
4473 padding: 8px 10px 10px 10px;
4474 bottom: 62px;
4475 display: none;
4477 #hns-date-picker::before {
4478 content: "";
4479 position: absolute;
4480 display: block;
4481 z-index: -1;
4482 height: calc(100% + 2px);
4483 top: -1px;
4484 left: -1px;
4485 width: 50%;
4488 @media only screen and (max-width: 1160px) {
4489 #new-comment-nav-ui {
4490 bottom: 180px;
4491 right: -68px;
4493 #hns-date-picker {
4494 bottom: 200px;
4495 right: -36px;
4497 #hns-date-picker::before {
4498 width: calc(100% - 35px);
4500 #theme-selector button::before {
4501 right: unset;
4502 left: 100%;
4504 #theme-selector:hover::after {
4505 content: "";
4506 display: block;
4507 position: absolute;
4508 width: calc(6em - 7px);
4509 height: calc(100% + 2px);
4510 top: 0;
4511 left: calc(100% + 1px);
4513 #anti-kibitzer-toggle {
4514 bottom: 330px;
4517 @media only screen and (max-width: 1080px) {
4518 #width-selector {
4519 right: -30px;
4521 #width-selector button {
4522 display: block;
4524 #text-size-adjustment-ui {
4525 top: 90px;
4526 right: -30px;
4528 #text-size-adjustment-ui button {
4529 display: block;
4530 position: relative;
4532 #text-size-adjustment-ui button.increase {
4533 bottom: 48px;
4535 #text-size-adjustment-ui button.decrease {
4536 top: 50px;
4538 #theme-selector {
4539 top: 46px;
4540 left: -44px;
4542 #theme-tweaker-toggle {
4543 left: -44px;
4544 top: 2px;
4546 #theme-tweaker-toggle button {
4547 height: 2em;
4548 width: 2em;
4549 padding: 7px;
4551 #quick-nav-ui {
4552 right: -54px;
4554 #new-comment-nav-ui {
4555 right: -55px;
4557 #hns-date-picker {
4558 right: -23px;
4560 #hns-date-picker::before {
4561 width: calc(100% - 22px);
4563 #anti-kibitzer-toggle {
4564 right: -54px;
4567 @media only screen and (max-width: 1040px) {
4568 #quick-nav-ui {
4569 right: -49px;
4571 #new-comment-nav-ui {
4572 right: -50px;
4574 #hns-date-picker {
4575 right: -18px;
4577 #hns-date-picker::before {
4578 width: calc(100% - 17px);
4580 #anti-kibitzer-toggle {
4581 right: -50px;
4584 @media only screen and (max-width: 1020px) {
4585 #quick-nav-ui {
4586 right: -20px;
4588 #new-comment-nav-ui {
4589 right: -21px;
4591 #new-comment-nav-ui .new-comments-count::before {
4592 content: "";
4593 position: absolute;
4594 width: 100%;
4595 height: calc(100% + 45px);
4596 z-index: -1;
4597 left: 0;
4598 top: -22px;
4600 #hns-date-picker {
4601 right: 19px;
4603 #hns-date-picker::before {
4604 width: 100%;
4606 #anti-kibitzer-toggle {
4607 right: -20px;
4610 @media only screen and (max-width: 1000px) {
4611 #theme-selector {
4612 left: -17px;
4613 top: 120px;
4614 padding: 3px 0;
4615 max-width: 32px;
4617 #theme-selector button {
4618 margin: 1px 4px;
4620 #text-size-adjustment-ui {
4621 top: 100px;
4622 right: -12px;
4624 @media not screen and (hover: none) {
4625 #quick-nav-ui,
4626 #new-comment-nav-ui,
4627 #new-comment-nav-ui + #hns-date-picker,
4628 #anti-kibitzer-toggle {
4629 opacity: 0.4;
4631 #quick-nav-ui:hover,
4632 #new-comment-nav-ui:hover,
4633 #new-comment-nav-ui + #hns-date-picker:hover,
4634 #new-comment-nav-ui + #hns-date-picker:focus-within,
4635 #new-comment-nav-ui:hover + #hns-date-picker,
4636 #anti-kibitzer-toggle:hover {
4637 opacity: 1.0;
4640 #theme-tweaker-toggle {
4641 top: 70px;
4642 left: -21px;
4646 /**************/
4647 /* PRINT VIEW */
4648 /**************/
4650 @media only print {
4651 .nav-bar {
4652 visibility: hidden;
4653 max-height: 0;
4654 overflow: hidden;
4656 #ui-elements-container {
4657 display: none;
4659 #images-overlay {
4660 display: none;
4662 #images-overlay + #content .post-body img {
4663 visibility: visible;
4665 .comment-controls {
4666 display: none;
4668 #comments-sort-mode-selector {
4669 display: none;
4671 .comment-minimize-button {
4672 display: none;
4674 .post-meta .qualified-linking,
4675 .post-meta .lw2-link {
4676 display: none;
4678 .comment-meta .permalink,
4679 .comment-meta .lw2-link,
4680 .comment-meta .comment-parent-link {
4681 display: none;
4683 .new-comment::before {
4684 display: none;
4686 #content::before {
4687 box-shadow: none;
4691 /*****************/
4692 /* MOBILE LAYOUT */
4693 /*****************/
4695 /* Hide the mobile elements on desktop screens: */
4697 @media only screen and (max-width: 1160px) {
4698 #post-nav-ui-toggle,
4699 #appearance-adjust-ui-toggle {
4700 display: none;
4704 @media only screen and (max-width: 1160px) {
4706 /*====================*/
4707 /* MOBILE UI ELEMENTS */
4708 /*====================*/
4710 #ui-elements-container {
4711 height: unset !important;
4712 position: unset;
4714 #ui-elements-container > * {
4715 position: fixed;
4716 visibility: hidden;
4717 opacity: 1.0;
4718 z-index: 10000;
4721 #ui-elements-container > div[id$='-ui-toggle'] {
4722 visibility: visible;
4723 display: inline-block;
4724 border-radius: 50%;
4725 z-index: 10000;
4727 #ui-elements-container > div[id$='-ui-toggle'] button,
4728 #theme-selector .theme-selector-close-button {
4729 font-family: Font Awesome;
4730 font-weight: 900;
4731 font-size: 32px;
4732 padding: 10px;
4733 opacity: 0.8;
4734 -webkit-tap-highlight-color: transparent;
4735 transition: transform 0.2s ease;
4737 #ui-elements-container > div[id$='-ui-toggle'] button::selection,
4738 #theme-selector .theme-selector-close-button::selection {
4739 background-color: transparent;
4741 #ui-elements-container > div[id$='-ui-toggle'] button::-moz-focus-inner,
4742 #theme-selector .theme-selector-close-button::-moz-focus-inner {
4743 border: none;
4745 #ui-elements-container > div[id$='-ui-toggle'] button.engaged {
4746 transform: rotate(-90deg);
4747 opacity: 1.0;
4750 #appearance-adjust-ui-toggle {
4751 bottom: 10px;
4752 left: 10px;
4755 #post-nav-ui-toggle {
4756 bottom: 10px;
4757 right: 10px;
4760 #theme-selector.engaged,
4761 #quick-nav-ui.engaged,
4762 #new-comment-nav-ui.engaged,
4763 #hns-date-picker.engaged {
4764 visibility: visible;
4767 #image-focus-overlay.engaged {
4768 visibility: visible;
4770 #image-focus-overlay .help-overlay {
4771 display: none;
4774 /*=========*/
4775 /* GENERAL */
4776 /*=========*/
4778 @media only screen and (max-width: 900px) {
4779 #content,
4780 #images-overlay,
4781 #ui-elements-container {
4782 min-width: unset;
4783 width: unset;
4785 #content {
4786 padding: 0 4px;
4790 /*================*/
4791 /* THEME SELECTOR */
4792 /*================*/
4794 #theme-selector {
4795 display: flex;
4796 flex-flow: column;
4797 background-color: #fff;
4798 width: calc(100vw - 20px);
4799 max-width: 360px;
4800 padding: 0 0 3px 0;
4801 overflow: hidden;
4802 max-height: 0;
4803 transition:
4804 top 0.2s ease,
4805 max-height 0.2s ease,
4806 visibility 0.2s ease;
4807 top: calc(100% + 10px);
4808 left: 0;
4809 right: 0;
4810 margin: auto;
4812 #theme-selector.engaged {
4813 max-height: 1000px;
4814 top: 10px;
4815 z-index: 10001;
4817 #theme-selector::before {
4818 content: "Select theme";
4819 white-space: nowrap;
4820 display: block;
4821 font-weight: 600;
4822 font-size: 2rem;
4823 margin: 0.375em 1em 0.5em 1em;
4824 text-align: center;
4826 #theme-selector button {
4827 width: calc(100% - 0.5em);
4828 background-repeat: no-repeat;
4829 padding: 1em 0.875em;
4830 margin: 1px 4px;
4831 line-height: 1;
4832 height: unset;
4833 position: relative;
4835 #theme-selector button::after {
4836 content: attr(data-theme-description);
4837 color: #000;
4838 white-space: nowrap;
4839 position: absolute;
4840 text-align: left;
4841 left: 2.5em;
4842 top: 1em;
4844 @media only screen and (max-height: 675px) {
4845 #theme-selector button {
4846 padding: 0.875em;
4848 #theme-selector button::after {
4849 top: 0.875em;
4852 #theme-selector .theme-selector-close-button {
4853 position: absolute;
4854 width: unset;
4855 background-color: transparent;
4856 top: 0;
4857 right: -3px;
4859 #theme-selector .theme-selector-close-button,
4860 #theme-selector .theme-selector-close-button:focus,
4861 #theme-selector .theme-selector-close-button:active,
4862 #theme-selector .theme-selector-close-button:hover {
4863 box-shadow: none;
4866 /*===============*/
4867 /* THEME TWEAKER */
4868 /*===============*/
4870 #theme-selector {
4871 padding: 0 0 64px 0;
4873 #theme-selector ~ #theme-tweaker-toggle {
4874 top: 100%;
4876 #theme-selector ~ #theme-tweaker-toggle::after {
4877 content: "Open theme tweaker";
4878 position: absolute;
4879 font-size: 0.625em;
4880 white-space: nowrap;
4881 left: -50%;
4882 top: 100%;
4884 #theme-selector.engaged ~ #theme-tweaker-toggle {
4885 visibility: visible;
4886 top: 530px;
4887 left: 0;
4888 right: 0;
4889 margin: auto;
4890 z-index: 11111;
4891 transition:
4892 top 0.2s ease,
4893 visibility 0.2s ease;
4895 @media only screen and (max-height: 675px) {
4896 #theme-selector.engaged ~ #theme-tweaker-toggle {
4897 top: 492px;
4900 @supports (width: -moz-fit-content) {
4901 #theme-selector.engaged ~ #theme-tweaker-toggle {
4902 width: -moz-fit-content;
4905 @supports (width: fit-content) {
4906 #theme-selector.engaged ~ #theme-tweaker-toggle {
4907 width: fit-content;
4910 #theme-selector.engaged ~ #theme-tweaker-toggle button {
4911 opacity: 1.0;
4914 #theme-tweaker-ui {
4915 visibility: visible;
4918 /*======================*/
4919 /* ANTI-KIBITZER TOGGLE */
4920 /*======================*/
4922 #theme-selector ~ #anti-kibitzer-toggle {
4923 top: 100%;
4924 bottom: unset;
4925 left: 0;
4926 right: 0;
4927 margin: auto;
4928 box-shadow: none;
4929 width: calc(100vw - 44px);
4930 max-width: 330px;
4931 text-align: right;
4932 pointer-events: none;
4934 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4935 visibility: visible;
4936 z-index: 11110;
4937 top: 530px;
4938 transition:
4939 top 0.2s ease,
4940 visibility 0.2s ease;
4942 @media only screen and (max-height: 675px) {
4943 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4944 top: 492px;
4947 #theme-selector.engaged ~ #anti-kibitzer-toggle button {
4948 pointer-events: auto;
4949 display: inline-block;
4952 /*=================*/
4953 /* QUICKNAV WIDGET */
4954 /*=================*/
4956 #quick-nav-ui {
4957 max-width: 0px;
4958 transition:
4959 max-width 0.2s ease,
4960 visibility 0.2s ease;
4961 display: flex;
4962 right: 72px;
4963 bottom: 14px;
4965 #quick-nav-ui.engaged {
4966 max-width: 1000px;
4968 #quick-nav-ui a {
4969 position: relative;
4970 margin: 2px;
4972 #quick-nav-ui a + a {
4973 margin-left: 5px;
4975 #quick-nav-ui a::after {
4976 position: absolute;
4977 top: calc(100% + 2px);
4978 font-size: 0.375rem;
4979 left: 0;
4980 right: 0;
4981 margin: auto;
4982 line-height: 1;
4983 padding: 2px;
4984 text-transform: uppercase;
4985 z-index: -1;
4987 @supports (width: -moz-fit-content) {
4988 #quick-nav-ui a::after {
4989 width: -moz-fit-content;
4992 @supports (width: fit-content) {
4993 #quick-nav-ui a::after {
4994 width: fit-content;
4997 #quick-nav-ui a[href='#top']::after {
4998 content: "Top";
4999 left: -1px;
5001 #quick-nav-ui a[href='#comments']::after {
5002 content: "Comments";
5004 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
5005 visibility: hidden;
5006 transition: visibility 0.2s ease;
5008 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui.engaged a[href='#comments'] {
5009 visibility: visible;
5011 #quick-nav-ui a[href='#bottom-bar']::after {
5012 content: "Bottom";
5015 /*======================*/
5016 /* NEW COMMENT QUICKNAV */
5017 /*======================*/
5019 #new-comment-nav-ui {
5020 max-width: 0px;
5021 max-height: 0px;
5022 transition:
5023 max-width 0.2s ease,
5024 max-height 0.2s ease,
5025 visibility 0.2s ease;
5026 display: flex;
5027 right: 78px;
5028 bottom: 70px;
5030 #new-comment-nav-ui::before {
5031 content: "New Comments";
5032 position: absolute;
5033 bottom: 100%;
5034 font-size: 0.5625rem;
5035 left: 0;
5036 right: 0;
5037 margin: auto;
5038 padding: 2px 3px;
5039 text-transform: uppercase;
5040 z-index: -1;
5042 @supports (width: -moz-fit-content) {
5043 #new-comment-nav-ui::before {
5044 width: -moz-fit-content;
5047 @supports (width: fit-content) {
5048 #new-comment-nav-ui::before {
5049 width: fit-content;
5052 #new-comment-nav-ui.engaged {
5053 max-width: 1000px;
5054 max-height: 1000px;
5056 #new-comment-nav-ui .new-comment-sequential-nav-button {
5057 top: unset;
5058 bottom: unset;
5059 padding: 2px 7px;
5061 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
5062 padding: 2px 7px 3px 7px;
5064 #new-comment-nav-ui .new-comments-count {
5065 padding: 4px 0 5px 0;
5067 #new-comment-nav-ui .new-comments-count::before {
5068 display: none;
5070 #new-comment-nav-ui button::after {
5071 position: absolute;
5072 font-size: 0.375rem;
5073 left: 0;
5074 right: 0;
5075 margin: auto;
5076 line-height: 1;
5077 text-transform: uppercase;
5078 pointer-events: none;
5080 #new-comment-nav-ui button.new-comment-previous::after {
5081 content: "Previous";
5082 bottom: 5px;
5084 #new-comment-nav-ui button.new-comment-next::after {
5085 content: "Next";
5086 top: 7px;
5089 /*=================*/
5090 /* HNS DATE PICKER */
5091 /*=================*/
5093 #hns-date-picker {
5094 max-height: 0px;
5095 bottom: 132px;
5096 right: 62px;
5097 transition:
5098 max-height 0.2s ease,
5099 visibility 0.2s ease;
5101 #hns-date-picker.engaged {
5102 max-height: 1000px;
5104 #hns-date-picker::before {
5105 width: calc(100% + 2px);
5106 border-width: 1px !important;
5109 /*=========*/
5110 /* NAV BAR */
5111 /*=========*/
5113 #bottom-bar {
5114 margin-left: auto;
5115 margin-right: auto;
5116 width: calc(100% - 9rem + 8px);
5117 background: rgba(255,255,255,0.85);
5118 backdrop-filter: blur(1px);
5120 #content.index-page #bottom-bar {
5121 z-index: 10001;
5123 #bottom-bar .nav-item {
5124 box-shadow: none;
5125 position: relative;
5127 #bottom-bar .nav-inner {
5128 font-size: 2rem;
5129 padding: 1rem 0 1.25rem 0;
5130 visibility: hidden;
5131 position: static;
5132 width: 0;
5134 #content #bottom-bar .nav-item .nav-inner::before {
5135 margin: 0;
5136 visibility: visible;
5137 position: absolute;
5138 width: 100%;
5139 height: 100%;
5140 left: 0;
5141 top: 0;
5142 padding: 1rem 0;
5144 #bottom-bar .nav-inner::after {
5145 display: block;
5146 visibility: visible;
5147 text-transform: uppercase;
5148 color: unset;
5149 font-size: 0.75rem;
5150 top: unset;
5151 left: 0;
5152 bottom: 1rem;
5153 width: 100%;
5155 #bottom-bar #nav-item-first .nav-inner::after {
5156 content: "First Page";
5158 #bottom-bar #nav-item-prev .nav-inner::after {
5159 content: "Prev. Page";
5161 #bottom-bar #nav-item-top .nav-inner::after {
5162 content: "Top";
5164 #bottom-bar #nav-item-next .nav-inner::after {
5165 content: "Next Page";
5167 #bottom-bar #nav-item-last .nav-inner::after {
5168 content: "Last Page";
5171 @media only screen and (max-width: 900px) {
5172 .nav-bar-top {
5173 font-size: 0.75rem;
5175 .nav-bar {
5176 width: calc(100% + 8px);
5177 margin: 0 -4px;
5179 .nav-bar .nav-inner::after {
5180 display: none;
5183 #primary-bar .nav-item {
5184 flex: 1 1 100%;
5186 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) {
5187 flex: 1 1 60px;
5189 .nav-bar-top:not(#anything) .nav-inner {
5190 text-transform: uppercase;
5191 padding: 6px;
5193 .nav-bar-top .nav-inner::before {
5194 display: block;
5195 font-family: "Font Awesome";
5196 font-size: 2em;
5197 font-weight: 900;
5200 #nav-item-home .nav-inner::before {
5201 content: "\F015";
5203 #nav-item-featured .nav-inner::before {
5204 content: "\F005";
5206 #nav-item-all .nav-inner::before {
5207 content: "\F069";
5209 #nav-item-meta .nav-inner::before {
5210 content: "\F077";
5212 #nav-item-tags .nav-inner::before {
5213 content: "\F02C";
5215 #nav-item-recent-comments > * > span {
5216 display: none;
5218 #nav-item-recent-comments .nav-inner::before,
5219 #nav-item-alignment-forum-comments .nav-inner::before {
5220 content: "\F036";
5222 #nav-item-alignment-forum .nav-inner::before {
5223 content: "AF";
5224 font-family: Concourse, 'Changa One';
5226 #nav-item-questions .nav-inner::before {
5227 content: "?";
5228 font-family: Concourse, 'Changa One';
5230 #nav-item-events .nav-inner::before {
5231 content: "\F5A0";
5233 #nav-item-shortform .nav-inner::before {
5234 content: "\F2F2";
5236 #nav-item-archive .nav-inner::before {
5237 content: "\F187";
5239 #nav-item-about .nav-inner::before {
5240 content: "\F129";
5242 #nav-item-search {
5243 font-size: 2em;
5244 padding: 10px;
5246 #nav-item-search .nav-inner::before {
5247 content: none;
5249 #nav-item-search .nav-inner {
5250 height: 100%;
5251 display: flex;
5253 #nav-item-search input {
5254 width: 100%;
5255 height: 100%;
5257 #nav-item-search button {
5258 height: 100%;
5259 padding: 5px 5px 5px 10px;
5260 width: 40px;
5261 overflow: visible;
5262 visibility: hidden;
5264 #nav-item-search button::before {
5265 content: "\F002";
5266 font-family: Font Awesome;
5267 font-weight: 900;
5268 visibility: visible;
5270 #nav-item-login {
5271 padding: 0;
5273 #nav-item-login .nav-inner::before {
5274 content: "\F007";
5277 @media only screen and (max-width: 520px) {
5278 .nav-bar-top {
5279 font-size: 0.5rem;
5282 #nav-item-search,
5283 #nav-item-search .nav-inner {
5284 padding: 0;
5286 #nav-item-search button {
5287 width: 31px;
5290 #bottom-bar #nav-item-first .nav-inner::after {
5291 content: "First";
5293 #bottom-bar #nav-item-prev .nav-inner::after {
5294 content: "Prev";
5296 #bottom-bar #nav-item-next .nav-inner::after {
5297 content: "Next";
5299 #bottom-bar #nav-item-last .nav-inner::after {
5300 content: "Last";
5304 /*=================*/
5305 /* INBOX INDICATOR */
5306 /*=================*/
5308 @media only screen and (max-width: 900px) {
5309 #inbox-indicator {
5310 width: 100%;
5311 top: 0;
5312 pointer-events: none;
5314 #inbox-indicator::before {
5315 width: 100%;
5316 font-size: 1rem;
5317 text-align: right;
5318 padding: 1px 6px;
5320 #inbox-indicator.new-messages {
5321 pointer-events: auto;
5323 #inbox-indicator.new-messages::before {
5324 box-shadow: 0 0 8px 1px #f00 inset;
5327 @media only screen and (max-width: 520px) {
5328 #inbox-indicator::before {
5329 font-size: 0.75rem;
5330 padding: 2px 5px;
5333 @media only screen and (max-width: 374px) {
5334 #inbox-indicator::before {
5335 font-size: 0.625rem;
5339 /*===================*/
5340 /* TOP PAGINATION UI */
5341 /*===================*/
5343 #top-nav-bar {
5344 font-size: 1.75rem;
5347 /*==============*/
5348 /* PAGE TOOLBAR */
5349 /*==============*/
5351 @media only screen and (max-width: 900px) {
5352 #content > .page-toolbar {
5353 font-size: 1rem;
5354 margin-right: 0;
5356 #content.user-page > .page-toolbar {
5357 grid-column: 2 / span 2;
5358 margin: 0 0 6px 0;
5361 @media only screen and (max-width: 520px) {
5362 #content:not(.user-page) .page-toolbar {
5363 display: flex;
5364 flex-direction: column-reverse;
5365 text-align: right;
5366 align-self: start;
5367 padding: 4px 0 0 0;
5369 #content.user-page .page-toolbar {
5370 display: flex;
5371 flex-flow: row;
5372 justify-content: flex-end;
5373 padding: 2px 0 0 0;
5375 #content.user-page .page-toolbar > form,
5376 #content.user-page .page-toolbar > .button {
5377 text-align: center;
5378 flex-basis: 25%;
5379 margin-left: 1.5em;
5381 #content.user-page .page-toolbar .button {
5382 text-transform: uppercase;
5383 font-size: 0.625rem;
5385 #content.user-page .page-toolbar .button::before {
5386 font-size: 1.375rem;
5387 display: block;
5388 padding: 0;
5390 #content.user-page .page-toolbar .rss {
5391 white-space: nowrap;
5392 margin: 0 0 0 1.5em;
5394 .page-toolbar > * {
5395 line-height: 1.15;
5396 padding: 6px 0;
5397 margin: 0;
5401 /*==============*/
5402 /* SUBLEVEL NAV */
5403 /*==============*/
5405 @media only screen and (max-width: 900px) {
5406 .sublevel-nav:not(.sort) {
5407 flex-wrap: wrap;
5408 width: calc(100vw - 200px);
5410 .sublevel-nav:not(.sort) .sublevel-item {
5411 margin: 1px;
5412 flex-basis: 7em;
5415 @media only screen and (max-width: 520px) {
5416 .sublevel-nav:not(.sort) .sublevel-item {
5417 font-size: 1rem;
5421 /*=====================*/
5422 /* SORT ORDER SELECTOR */
5423 /*=====================*/
5425 @media only screen and (max-width: 720px) {
5426 #content.index-page > .sublevel-nav.sort {
5427 flex-flow: column;
5428 margin-left: 4px;
5432 /*==========*/
5433 /* ARCHIVES */
5434 /*==========*/
5436 @media only screen and (max-width: 900px) {
5437 div[class^='archive-nav-'] {
5438 flex-wrap: wrap;
5439 justify-content: flex-start;
5441 .archive-nav *[class^='archive-nav-item'],
5442 .archive-nav *[class^='archive-nav-item']:first-child {
5443 padding: 10px;
5444 margin: 2px;
5445 max-width: unset;
5446 flex: 0 1 calc((100% / 8) - 4px);
5448 .archive-nav .archive-nav-item-day,
5449 .archive-nav .archive-nav-item-day:first-child {
5450 flex-basis: calc((100% / 16) - 4px);
5452 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-'] {
5453 margin-top: 8px;
5454 position: relative;
5456 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
5457 content: "";
5458 display: block;
5459 position: absolute;
5460 height: 1px;
5461 width: calc(100% + 8px);
5462 left: -4px;
5463 top: -4px;
5466 @media only screen and (max-width: 720px) {
5467 .archive-nav .archive-nav-item-day,
5468 .archive-nav .archive-nav-item-day:first-child {
5469 flex-basis: calc((100% / 12) - 4px);
5472 @media only screen and (max-width: 520px) {
5473 .archive-nav *[class^='archive-nav-item'],
5474 .archive-nav *[class^='archive-nav-item']:first-child {
5475 flex-basis: calc((100% / 5) - 4px);
5477 .archive-nav .archive-nav-item-day,
5478 .archive-nav .archive-nav-item-day:first-child {
5479 flex-basis: calc((100% / 8) - 4px);
5483 /*==========*/
5484 /* LISTINGS */
5485 /*==========*/
5487 h1.listing {
5488 max-height: unset;
5491 /*============*/
5492 /* USER PAGES */
5493 /*============*/
5495 #content.user-page h1.page-main-heading {
5496 align-self: end;
5498 @media only screen and (max-width: 520px) {
5499 #content.user-page h1.page-main-heading {
5500 overflow: hidden;
5501 text-overflow: ellipsis;
5503 #content.user-page .user-stats .karma-type {
5504 display: block;
5508 /*============*/
5509 /* LOGIN PAGE */
5510 /*============*/
5512 @media only screen and (max-width: 640px) {
5513 .login-container {
5514 flex-flow: column;
5515 margin: 0 auto 3em auto;
5516 max-width: 400px;
5518 .login-container #login-form,
5519 .login-container #signup-form {
5520 padding: 0 1em 1.25em 1em;
5521 grid-row-gap: 0;
5523 .login-container #signup-form {
5524 padding-top: 1em;
5526 .login-container #login-form > *,
5527 .login-container #signup-form > * {
5528 grid-column: 1 / span 2;
5530 .login-container form label {
5531 text-align: left;
5532 padding: 0;
5533 line-height: 1;
5535 .login-container form input {
5536 margin: 0.25em 0 0.75em 0;
5537 padding: 0.5em;
5539 .login-container form h1 {
5540 grid-column: 1 / span 2;
5541 margin: 0 0 0.25em 0;
5543 .login-container form a {
5544 margin: 0.75em 0 0 0;
5546 .login-container .login-tip {
5547 margin: 1.5em 1em 0 1em;
5551 /*==================*/
5552 /* POSTS & COMMENTS */
5553 /*==================*/
5555 @media only screen and (max-width: 720px) {
5556 .body-text ol > li {
5557 padding: 0 0 0 2.25em;
5559 .body-text ol > li::before {
5560 width: 1.75em;
5562 .body-text ul:not(.contents-list) > li,
5563 .body-text ul:not(.contents-list) > li ul > li {
5564 padding: 0 0 0 0.75em;
5566 .body-text ul:not(.contents-list) > li::before,
5567 .body-text ul:not(.contents-list) > li ul > li::before {
5568 width: 0.125em;
5569 margin-left: -0.06em;
5573 /*===========*/
5574 /* POST-META */
5575 /*===========*/
5577 .post-meta {
5578 line-height: 1.9;
5580 @media only screen and (max-width: 720px) {
5581 .post-meta .lw2-link span,
5582 .post-meta .karma-value span,
5583 .post-meta .comment-count span {
5584 display: none;
5586 .post-meta .comment-count::before {
5587 content: "\F086";
5588 font-family: Font Awesome;
5589 font-size: 0.875em;
5590 margin: 0 0.25em 0 0;
5591 font-weight: 400;
5595 /*===================*/
5596 /* POSTS & BODY TEXT */
5597 /*===================*/
5599 @media only screen and (max-width: 900px) {
5600 .post-body,
5601 h1.post-title,
5602 .tag-description,
5603 .sequence-text {
5604 padding: 0 6px;
5607 @media only screen and (max-width: 520px) {
5608 .post-body {
5609 font-size: 1.2rem;
5610 line-height: 1.45;
5612 h1.post-title {
5613 font-size: 2em;
5617 /*==============*/
5618 /* COMMENT-META */
5619 /*==============*/
5621 a.comment-parent-link::after {
5622 display: none;
5624 @media only screen and (max-width: 900px) {
5625 .comment-meta {
5626 padding: 2px 40px 2px 10px;
5629 @media only screen and (max-width: 720px) {
5630 .comment .karma-value span {
5631 display: none;
5633 .comment-meta .comment-parent-link {
5634 opacity: 1.0;
5637 @media only screen and (max-width: 520px) {
5638 .comment-meta {
5639 padding: 2px 24px 2px 10px;
5640 position: relative;
5642 .comment-meta > * {
5643 order: 3;
5645 .comment-meta > :not(.author) {
5646 line-height: 1.8;
5648 .comment-meta .author,
5649 .comment-meta .date {
5650 order: 1;
5652 .comment-meta:before {
5653 content: "";
5654 order: 2;
5655 flex-basis: 100%;
5657 .comment-post-title2 {
5658 display: block;
5659 text-overflow: ellipsis;
5660 overflow: hidden;
5662 .comment-meta .lw2-link {
5663 display: none;
5667 /*=======================*/
5668 /* COMMENTS COMPACT VIEW */
5669 /*=======================*/
5671 /*===========================*/
5672 /* COMMENT THREAD NAVIGATION */
5673 /*===========================*/
5675 @media only screen and (max-width: 900px) {
5676 a.comment-parent-link {
5677 width: 0;
5678 visibility: hidden;
5679 position: relative;
5681 a.comment-parent-link::before {
5682 padding: 0;
5683 font-size: 1em;
5684 left: 0;
5685 top: 0;
5686 line-height: inherit;
5687 visibility: visible;
5688 content: "\F3BF";
5689 transform: scaleX(-1);
5690 width: 2em;
5691 text-align: center;
5694 @media only screen and (max-width: 520px) {
5695 a.comment-parent-link {
5696 position: static;
5698 a.comment-parent-link::before {
5699 padding: 6px;
5700 left: unset;
5701 right: 0;
5702 top: unset;
5703 bottom: 0;
5704 height: 2em;
5708 /*=================================*/
5709 /* COMMENT THREAD MINIMIZE BUTTONS */
5710 /*=================================*/
5712 @media only screen and (max-width: 520px) {
5713 .comment-minimize-button{
5714 right: 2px;
5718 /*===========================*/
5719 /* COMMENTING AND POSTING UI */
5720 /*===========================*/
5722 @media only screen and (max-width: 900px) {
5723 .comment-controls .delete-button, .comment-controls .retract-button, .comment-controls .unretract-button, .comment-controls .edit-button {
5724 font-size: 0;
5726 .comment-controls .delete-button::before, .comment-controls .retract-button::before, .comment-controls .unretract-button::before, .comment-controls .edit-button::before {
5727 font-size: 0.9rem;
5729 .comment-controls .cancel-comment-button {
5730 max-width: 1.3em;
5731 overflow: hidden;
5732 margin-right: 0.125em;
5734 .comment-controls .edit-button::before {
5735 font-size: 0.9375rem;
5737 .comments > .comment-controls .cancel-comment-button {
5738 right: 8px;
5740 .comment-controls .cancel-comment-button::before {
5741 font-size: 1.25rem;
5744 @media only screen and (max-width: 520px) {
5745 .comment-controls {
5746 position: static;
5748 .comment-controls:focus-within {
5749 z-index: 10001;
5751 .comment-controls .cancel-comment-button {
5752 right: 10px;
5754 .textarea-container:focus-within textarea {
5755 position: fixed;
5756 top: 0;
5757 left: 2px;
5758 width: calc(100vw - 4px);
5759 height: calc(100% - 100px);
5760 min-height: unset;
5761 max-height: unset;
5762 border-width: 1px;
5763 z-index: 11001;
5765 #content.conversation-page .textarea-container:focus-within textarea {
5766 height: calc(100% - 54px);
5768 #content.conversation-page .textarea-container:focus-within::after {
5769 content: "";
5770 display: block;
5771 width: 100%;
5772 height: 50px;
5773 position: fixed;
5774 left: 0;
5775 bottom: 0;
5776 z-index: 11000;
5778 .textarea-container:focus-within .guiedit-buttons-container {
5779 position: fixed;
5780 z-index: 11002;
5781 left: 0;
5782 width: 100vw;
5783 height: auto;
5784 background-image: none;
5785 padding: 3px 4px 4px 4px;
5786 margin: 0;
5787 text-align: center;
5788 top: auto;
5789 bottom: 0;
5791 .textarea-container:focus-within button.guiedit {
5792 font-size: 0.9375rem;
5793 line-height: 1.5;
5794 height: auto;
5795 width: calc((100% / 10) - 2px);
5796 padding: 10px 1px 8px 0;
5797 position: relative;
5798 margin: 1px;
5800 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
5801 z-index: 11011;
5802 position: fixed;
5803 bottom: 7px;
5804 width: calc(((100% - 16px) / 10) * 2.5 - 7px);
5805 font-size: 1.25rem;
5806 padding: 5px 5px 6px 5px;
5807 display: block;
5809 .textarea-container:focus-within button.guiedit sup {
5810 position: absolute;
5811 left: calc(50% + 0.65em);
5812 top: calc(50% - 1.3em);
5814 .textarea-container:focus-within .guiedit-mobile-help-button {
5815 left: 8px;
5817 .textarea-container:focus-within .guiedit-mobile-exit-button {
5818 right: 8px;
5820 .guiedit::after {
5821 display: none;
5824 #markdown-hints,
5825 #edit-post-form #markdown-hints {
5826 z-index: 11111;
5827 position: fixed;
5828 top: 40px;
5829 left: 0;
5830 right: 0;
5831 margin: auto;
5832 padding: 4px 0 4px 8px;
5833 width: 310px;
5834 border-width: 3px;
5835 border-style: double;
5836 pointer-events: none;
5838 #markdown-hints::after {
5839 content: "(Type to hide this help box.)";
5840 color: #090;
5841 display: block;
5842 margin: 12px 18px 13px 10px;
5843 padding: 5px;
5844 font-size: 0.9em;
5845 text-align: center;
5849 /*================*/
5850 /* EDIT POST FORM */
5851 /*================*/
5853 @media only screen and (max-width: 520px) {
5854 #edit-post-form {
5855 padding-bottom: 0;
5857 #edit-post-form .post-meta-fields {
5858 grid-template-columns: 4.5em auto auto auto 1fr auto;
5860 #edit-post-form label[for='url'],
5861 #edit-post-form label[for='section'],
5862 #edit-post-form label[for='title'] {
5863 padding-left: 0;
5865 #edit-post-form .post-meta-fields input[type='checkbox'] + label.iconify {
5866 white-space: normal;
5867 line-height: 0.9;
5868 top: -1px;
5869 font-family: Font Awesome;
5870 font-weight: 900;
5871 justify-self: start;
5873 #edit-post-form .post-meta-fields .question-checkbox,
5874 #edit-post-form .post-meta-fields .question-checkbox + label {
5875 grid-column: 6;
5876 margin-left: unset;
5878 #edit-post-form .post-meta-fields input[type='radio'] + label {
5879 align-self: start;
5881 #edit-post-form .textarea-container:focus-within textarea {
5882 height: calc(100% - 101px);
5883 min-height: unset;
5886 #markdown-hints-checkbox,
5887 #markdown-hints-checkbox + label {
5888 display: none;
5891 #edit-post-form div:last-child {
5892 clear: both;
5893 overflow: auto;
5895 #edit-post-form input[type='submit'] {
5896 float: none;
5897 display: block;
5898 font-size: 1.5rem;
5899 margin: 1rem auto 1.5rem auto;
5900 padding: 6px 12px 8px 12px;
5903 #edit-post-form .textarea-container .autocomplete-container,
5904 .comment-controls .textarea-container .autocomplete-container {
5905 max-height: calc(50vh - 101px);
5906 position: fixed;
5907 top: 50vh;
5908 left: 4px;
5909 right: 4px;
5910 width: unset;
5911 z-index: 11002;
5915 /*===================*/
5916 /* TABLE OF CONTENTS */
5917 /*===================*/
5919 @media only screen and (max-width: 900px) {
5920 .contents {
5921 float: none;
5922 display: table;
5923 max-width: none;
5924 margin-left: auto;
5925 margin-right: auto;
5928 @media only screen and (max-width: 520px) {
5929 .contents {
5930 max-width: 100%;
5931 margin: 1em auto 0 auto;
5932 display: table;
5934 .contents-head {
5935 font-size: 1.2em;
5937 div.post-body .contents ul {
5938 font-size: unset;
5942 /*========================*/
5943 /* QUALIFIED HYPERLINKING */
5944 /*========================*/
5946 @media only screen and (max-width: 520px) {
5947 .qualified-linking-toolbar {
5948 right: -5em;
5952 } /* END MOBILE LAYOUT */
5955 /**************/
5956 /* THEME ZERO */
5957 /**************/
5959 /*===========*/
5960 /* VARIABLES */
5961 /*===========*/
5963 /* Color scheme.
5965 :root {
5966 --GW-comment-background-color-odd: #eee;
5967 --GW-comment-background-color-even: #fff;
5968 --GW-comment-background-color-target: #ffd;
5971 /*======*/
5972 /* BASE */
5973 /*======*/
5975 body {
5976 color: #000;
5977 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
5978 background-color: #eee;
5980 #content {
5981 line-height: 1.55;
5984 /*=========*/
5985 /* NAV BAR */
5986 /*=========*/
5988 .nav-bar {
5989 background-color: #e4e4e4;
5991 .nav-inner {
5992 font-size: 1.125em;
5993 padding: 11px 30px 13px 30px;
5995 .nav-bar-top:not(#primary-bar) .nav-inner {
5996 font-size: 0.875em;
5998 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) .nav-inner {
5999 padding: 6px 0 3px 0;
6001 @media only screen and (min-width: 901px) {
6002 .nav-bar-top:not(#primary-bar) #nav-item-sequences .nav-inner {
6003 line-height: 1.1;
6006 .active-bar {
6007 border-top: 2px solid #eee;
6010 .nav-bar a:visited {
6011 color: #00e;
6014 #bottom-bar.decorative {
6015 background-color: transparent;
6017 #bottom-bar.decorative::before,
6018 #bottom-bar.decorative::after {
6019 content: "GW";
6020 display: block;
6021 text-align: center;
6022 padding: 0.25em 0 1em 0;
6024 #bottom-bar.decorative::before {
6025 width: 100%;
6026 color: transparent;
6027 background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAMdXV1QUAACwAAAAAAQABAAACAkQBADs=');
6028 background-repeat: repeat-x;
6029 background-position: center 35%;
6030 margin: 0 30px;
6031 filter: contrast(90%);
6033 #bottom-bar.decorative::after {
6034 color: #d8d8d8;
6035 position: absolute;
6036 left: 0;
6037 right: 0;
6038 margin: auto;
6039 background-color: #eee;
6040 padding-right: 4px;
6041 padding-left: 4px;
6043 @supports (width: -moz-fit-content) {
6044 #bottom-bar.decorative::after {
6045 width: -moz-fit-content;
6048 @supports (width: fit-content) {
6049 #bottom-bar.decorative::after {
6050 width: fit-content;
6054 /* Accesskey hints */
6056 .nav-inner::after {
6057 display: block;
6058 position: absolute;
6059 left: 5px;
6060 top: -1px;
6061 font-weight: 400;
6062 font-size: 0.7em;
6063 color: #d8d8d8;
6065 .inactive-bar .nav-inner::after {
6066 color: #ccc;
6068 .nav-inner:hover::after {
6069 color: #bbb;
6072 /* "Tabs" */
6074 .nav-current {
6075 background-color: #eee;
6078 /* Search tab */
6080 #nav-item-search form::before {
6081 font-size: 1.125em;
6083 #nav-item-search button {
6084 border: none;
6085 font-weight: inherit;
6087 #nav-item-search input::placeholder {
6088 color: #d00;
6089 font-weight: normal;
6092 /*= Top pagination UI hover tooltips =*/
6094 #top-nav-bar a::after,
6095 #bottom-bar a::after {
6096 color: #000;
6099 /*==============*/
6100 /* PAGE TOOLBAR */
6101 /*==============*/
6103 .new-post,
6104 .new-post:visited,
6105 .new-private-message,
6106 .new-private-message:visited {
6107 color: #090;
6109 .logout-button {
6110 color: #d33;
6113 /*==============*/
6114 /* SUBLEVEL NAV */
6115 /*==============*/
6117 .sublevel-nav .sublevel-item {
6118 color: #777;
6120 .sublevel-nav .sublevel-item:not(.selected):hover {
6121 background-color: #ddd;
6122 color: #000;
6123 text-decoration: none;
6124 text-shadow: none;
6126 .sublevel-nav .sublevel-item:not(.selected):active,
6127 .sublevel-nav .sublevel-item.selected {
6128 background-color: #ddd;
6129 color: #000;
6130 text-shadow:
6131 0 -1px 0 #fff,
6132 0 0.5px 0.5px #000;
6135 .sublevel-nav:not(.sort) .sublevel-item {
6136 border-style: solid;
6137 border-color: #ccc;
6138 border-width: 1px 0 1px 1px;
6140 .sublevel-nav:not(.sort) .sublevel-item:first-child {
6141 border-radius: 8px 0 0 8px;
6143 .sublevel-nav:not(.sort) .sublevel-item:last-child {
6144 border-width: 1px;
6145 border-radius: 0 8px 8px 0;
6148 /*=====================*/
6149 /* SORT ORDER SELECTOR */
6150 /*=====================*/
6152 .sublevel-nav.sort {
6153 padding: 18px 0 0 0;
6154 border-radius: 8px;
6155 pointer-events: none;
6157 .sublevel-nav.sort::before {
6158 text-transform: uppercase;
6159 font-weight: 600;
6160 color: #444;
6161 text-shadow: 0.5px 0.5px 0 #fff;
6162 z-index: 1;
6164 .sublevel-nav.sort::after {
6165 content: "";
6166 position: absolute;
6167 display: block;
6168 top: 0;
6169 left: 0;
6170 width: 100%;
6171 height: 100%;
6172 border-radius: 6px;
6173 box-shadow:
6174 0 18px 0 0 #eee inset,
6175 0 0 0 1px #ccc inset,
6176 0 18px 0 1px #ccc inset,
6177 0 0 0 2px #eee;
6179 .sublevel-nav.sort .sublevel-item {
6180 padding: 7px 7px 6px 7px;
6181 text-transform: uppercase;
6182 box-shadow: 1px 1px 0 0 #ccc inset;
6183 pointer-events: auto;
6186 /*================*/
6187 /* WIDTH SELECTOR */
6188 /*================*/
6190 #width-selector button {
6191 box-shadow:
6192 0 0 0 4px #eee inset,
6193 0 0 0 5px #aaa inset;
6195 #width-selector button:hover,
6196 #width-selector button.selected {
6197 box-shadow:
6198 0 0 0 1px #eee inset,
6199 0 0 0 2px #aaa inset,
6200 0 0 0 4px #eee inset,
6201 0 0 0 5px #aaa inset;
6203 #width-selector button::after {
6204 color: #999;
6207 /*================*/
6208 /* THEME SELECTOR */
6209 /*================*/
6211 #theme-selector button {
6212 box-shadow:
6213 0 0 0 4px #eee inset,
6214 0 0 0 5px #999 inset;
6216 #theme-selector button:hover,
6217 #theme-selector button.selected {
6218 box-shadow:
6219 0 0 0 1px #eee inset,
6220 0 0 0 2px #999 inset,
6221 0 0 0 4px #eee inset,
6222 0 0 0 5px #999 inset;
6225 #theme-selector button::before {
6226 color: #aaa;
6227 background-color: #eee;
6229 #theme-selector button:hover::before,
6230 #theme-selector button.selected::before {
6231 color: #666;
6234 /*======================*/
6235 /* THEME TWEAKER TOGGLE */
6236 /*======================*/
6238 #theme-tweaker-toggle button {
6239 color: #777;
6242 /*=================*/
6243 /* QUICKNAV WIDGET */
6244 /*=================*/
6246 #quick-nav-ui a {
6247 color: #00c;
6248 border-radius: 4px;
6249 box-shadow: 0 0 0 1px #ddf;
6250 text-decoration: none;
6252 #quick-nav-ui a[href='#bottom-bar'] {
6253 line-height: 1.8;
6255 #quick-nav-ui a:active {
6256 transform: scale(0.9);
6258 #quick-nav-ui a[href='#comments'].no-comments {
6259 opacity: 0.4;
6260 color: #bbb;
6262 @media only screen and (hover: hover) {
6263 #quick-nav-ui a:hover {
6264 color: #f00;
6265 box-shadow: 0 0 0 1px #faa;
6267 #quick-nav-ui a:focus:not(:hover) {
6268 transform: none;
6269 text-shadow: none;
6273 /*======================*/
6274 /* NEW COMMENT QUICKNAV */
6275 /*======================*/
6277 #new-comment-nav-ui .new-comments-count {
6278 font-weight: 600;
6279 color: #666;
6280 text-shadow: 0.5px 0.5px 0 #fff;
6282 #new-comment-nav-ui .new-comments-count::after {
6283 font-weight: 600;
6284 color: #777;
6286 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
6287 color: #bbb;
6288 text-shadow: none;
6290 @media only screen and (hover: hover) {
6291 #new-comment-nav-ui .new-comments-count:hover {
6292 text-shadow:
6293 0 0 1px #fff,
6294 0 0 3px #fff,
6295 0 0 5px #fff,
6296 0 0 8px #fff,
6297 0.5px 0.5px 0 #fff;
6299 #new-comment-nav-ui .new-comment-sequential-nav-button:focus {
6300 color: #d00;
6301 text-shadow:
6302 0 0 1px #fff,
6303 0 0 3px #fff,
6304 0 0 5px #fff;
6308 /*=================*/
6309 /* HNS DATE PICKER */
6310 /*=================*/
6312 #hns-date-picker span {
6313 color: #777;
6314 text-shadow: 0.5px 0.5px 0 #fff;
6315 font-weight: 600;
6317 #hns-date-picker input {
6318 border: 1px solid #777;
6319 background-color: transparent;
6320 color: #666;
6322 #hns-date-picker input:focus {
6323 color: #000;
6326 /*======================*/
6327 /* ANTI-KIBITZER TOGGLE */
6328 /*======================*/
6330 #anti-kibitzer-toggle button::before,
6331 #anti-kibitzer-toggle button::after {
6332 background-color: #aaa;
6333 -webkit-background-clip: text;
6334 color: transparent;
6335 text-shadow: rgba(255,255,255,0.5) 0px 1px 1px;
6337 #anti-kibitzer-toggle button:hover::before,
6338 #anti-kibitzer-toggle button:hover::after {
6339 background-color: #777;
6342 /*======================*/
6343 /* TEXT SIZE ADJUSTMENT */
6344 /*======================*/
6346 #text-size-adjustment-ui button {
6347 color: #777;
6349 #text-size-adjustment-ui button.default {
6350 font-weight: 600;
6352 #text-size-adjustment-ui button:disabled:hover {
6353 text-shadow: none;
6355 #text-size-adjustment-ui::after {
6356 color: #999;
6359 /*=============================*/
6360 /* COMMENTS VIEW MODE SELECTOR */
6361 /*=============================*/
6363 #comments-view-mode-selector a {
6364 color: #777;
6367 /*==========*/
6368 /* ARCHIVES */
6369 /*==========*/
6371 .archive-nav {
6372 border: 1px solid #aaa;
6374 .archive-nav *[class^='archive-nav-item'] {
6375 border-style: solid;
6376 border-color: #ddd;
6377 border-width: 1px 0 1px 1px;
6378 background-color: #eee;
6380 .archive-nav div[class^='archive-nav-']:nth-of-type(2) *[class^='archive-nav-item'] {
6381 border-top-width: 0;
6382 border-bottom-width: 0;
6384 .archive-nav div[class^='archive-nav-']:last-of-type *[class^='archive-nav-item'] {
6385 border-bottom-width: 1px;
6387 .archive-nav *[class^='archive-nav-item']:last-child {
6388 border-right-width: 1px;
6390 .archive-nav span[class^='archive-nav-item'] {
6391 font-weight: bold;
6392 background-color: #ddd;
6395 .archive-nav a:link,
6396 .archive-nav a:visited {
6397 color: rgba(0, 0, 238, 0.7);
6399 .archive-nav a:hover {
6400 text-decoration: none;
6401 color: #c00;
6402 background-color: #e0e0e0;
6403 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6405 .archive-nav a:active {
6406 transform: scale(0.9);
6408 .archive-nav a:focus:not(:hover) {
6409 transform: none;
6411 .archive-nav a.archive-nav-item-day:hover {
6412 background-color: #ddd;
6415 /*==========*/
6416 /* LISTINGS */
6417 /*==========*/
6419 h1.listing {
6420 margin: 0.7em 20px 0.1em 20px;
6421 max-width: calc(100% - 40px);
6422 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif, 'Font Awesome';
6423 font-size: 1.375rem;
6424 line-height: 1.2;
6427 h1.listing .link-post-link {
6428 color: #00c;
6429 font-size: 0.75em;
6431 h1.listing .post-title-link {
6432 color: #000;
6433 font-weight: bold;
6436 @media only screen and (hover: hover) {
6437 h1.listing a:hover,
6438 h1.listing a:focus {
6439 color: #777;
6440 background-color: rgba(238,238,238,0.85);
6442 h1.listing:focus-within::before {
6443 color: #00f;
6444 left: -0.625em;
6445 top: 1px;
6447 h1.listing .link-post-link:hover {
6448 color: #4879ec;
6449 text-shadow:
6450 0.5px 0.5px 0 #fff,
6451 -0.5px -0.5px 0 #fff,
6452 0 0 2px #fff,
6453 0 0 3px #00c;
6457 h1.listing .edit-post-link {
6458 padding: 6px 3px 32px 0.5em;
6459 top: 0;
6460 right: 0;
6462 h1.listing .edit-post-link:hover {
6463 text-decoration: none;
6465 #content.user-page h1.listing .edit-post-link {
6466 background-color: #eee;
6469 /*======*/
6470 /* SPAM */
6471 /*======*/
6473 h1.listing.spam {
6474 opacity: 0.1;
6476 h1.listing.spam + .post-meta {
6477 opacity: 0.25;
6479 h1.listing.spam:hover,
6480 h1.listing.spam + .post-meta:hover,
6481 h1.listing.spam:hover + .post-meta {
6482 opacity: 1.0;
6485 /*===================*/
6486 /* LISTING POST-META */
6487 /*===================*/
6489 h1.listing + .post-meta {
6490 font-size: 0.875rem;
6493 h1.listing + .post-meta .karma-value {
6494 cursor: default;
6497 /*============*/
6498 /* USER PAGES */
6499 /*============*/
6501 #content.user-page h1.page-main-heading {
6502 border-bottom: 1px solid #ccc;
6505 #content.user-page h1.listing,
6506 #content.user-page h1.listing + .post-meta {
6507 border-style: solid;
6508 border-color: #ccc;
6510 #content.user-page h1.listing {
6511 padding: 0 6px;
6512 padding-top: 0.25em;
6513 border-width: 1px 1px 0 1px;
6514 margin: 1rem 0 0 0;
6515 max-width: 100%;
6517 #content.own-user-page h1.listing,
6518 h1.listing.own-post-listing {
6519 padding-right: 36px;
6521 @media only screen and (hover: hover) {
6522 #content.user-page h1.listing:focus-within::before {
6523 left: -0.625em;
6524 top: 6px;
6527 #content.user-page h1.listing + .post-meta {
6528 padding: 0.75em 6px 0.5em 32px;
6529 border-width: 0 1px 1px 1px;
6530 margin: 0 0 1rem 0;
6532 #content.user-page h1.listing + .post-meta .post-section::before {
6533 left: 0;
6536 #content.conversations-user-page h1.listing {
6537 padding: 6px 6px 4px 9px;
6538 font-size: 1.5rem;
6540 #content.conversations-user-page h1.listing + .post-meta {
6541 padding: 6px 4px;
6542 margin: 0;
6545 .user-stats .karma-total {
6546 font-weight: bold;
6549 /*===============*/
6550 /* CONVERSATIONS */
6551 /*===============*/
6553 /*============*/
6554 /* LOGIN PAGE */
6555 /*============*/
6557 .login-container form input[type='submit'] {
6558 font-weight: bold;
6559 background-color: #eee;
6560 border: 1px solid #ccc;
6562 .login-container form input[type='submit']:hover,
6563 .login-container form input[type='submit']:focus {
6564 background-color: #ddd;
6565 border: 1px solid #aaa;
6568 /* “Create account” form */
6570 #signup-form {
6571 background-color: #f3f3f3;
6572 border: 1px solid #ddd;
6574 #signup-form input[type='submit'] {
6575 background-color: #e4e4e4;
6576 border: 1px solid #ccc;
6578 #signup-form input[type='submit']:hover {
6579 background-color: #d8d8d8;
6580 border: 1px solid #aaa;
6583 /* Log in tip */
6585 .login-container .login-tip {
6586 border: 1px solid #eee;
6589 /* Message box */
6591 .error-box {
6592 border: 1px solid red;
6593 background-color: #faa;
6595 .success-box {
6596 border: 1px solid green;
6597 background-color: #afa;
6600 /*=====================*/
6601 /* PASSWORD RESET PAGE */
6602 /*=====================*/
6604 .reset-password-container input[type='submit'] {
6605 background-color: #e4e4e4;
6606 border: 1px solid #ccc;
6607 font-weight: bold;
6610 /*===================*/
6611 /* TABLE OF CONTENTS */
6612 /*===================*/
6614 .contents {
6615 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
6616 background-color: #eee;
6618 .contents-head {
6619 font-weight: bold;
6621 .body-text .contents li::before {
6622 color: #999;
6623 font-feature-settings: "tnum";
6625 .body-text .contents a,
6626 .body-text .contents a:hover {
6627 border: none;
6629 .body-text .contents a:hover {
6630 text-decoration: underline;
6633 /*==================*/
6634 /* POSTS & COMMENTS */
6635 /*==================*/
6637 .body-text {
6638 font-family: 'News Gothic BT', 'Helvetica', sans-serif;
6641 .body-text a {
6642 border-bottom: 1px dotted #bbb;
6644 .body-text a:hover {
6645 text-decoration: none;
6646 border-bottom: 1px solid currentColor;
6649 /*=======*/
6650 /* POSTS */
6651 /*=======*/
6653 .post-body {
6654 font-size: 1.25rem;
6657 h1.post-title {
6658 font-size: 2rem;
6659 line-height: 1.1;
6660 margin: 1em 0 0.25em 0;
6663 /*=================*/
6664 /* POST NAVIGATION */
6665 /*=================*/
6667 .post-nav-links a,
6668 .post-nav-links a:visited {
6669 color: #00e;
6670 font-weight: normal;
6672 .post-nav-links a:hover {
6673 text-decoration: none;
6674 color: #c00;
6676 .post-nav-links a:active {
6677 color: #e00;
6680 .post-nav-label {
6681 opacity: 0.75;
6684 @media only screen and (max-width: 900px) {
6685 .post-nav-item > * {
6686 background-color: #e4e4e4;
6688 .sequence-title {
6689 border-top: 1px solid #fff;
6691 .post-nav.prev {
6692 border-right: 1px solid #fff;
6694 .post-nav.next {
6695 border-left: 1px solid #fff;
6699 /*===========*/
6700 /* POST-META */
6701 /*===========*/
6703 .post-meta .post-section::before,
6704 .comment-meta .alignment-forum {
6705 color: #fff;
6706 text-shadow:
6707 1px 1px 0 #090,
6708 0 1px 0 #090,
6709 0 0 5px #090;
6711 a.post-section:hover {
6712 text-decoration: none;
6714 a.post-section:hover::before {
6715 color: #97ff7c;
6717 .post-meta .post-section.alignment-forum::before {
6718 text-shadow:
6719 1px 1px 0 #626dd7,
6720 0 1px 0 #626dd7,
6721 0 0 5px #626dd7;
6723 a.post-section.alignment-forum:hover::before {
6724 color: #e6e5ff;
6725 text-decoration: none;
6727 .post-meta .date {
6728 color: #888;
6730 .post-meta .author {
6731 color: #090;
6733 .bottom-post-meta {
6734 border-color: #ddd;
6737 /*============*/
6738 /* LINK POSTS */
6739 /*============*/
6741 .post.link-post a.link-post-link {
6742 text-decoration: none;
6743 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
6744 font-weight: 600;
6746 .post.link-post a.link-post-link:hover {
6747 color: #c00;
6749 .post.link-post a.link-post-link:hover::before {
6750 color: #4879ec;
6751 text-shadow:
6752 0.5px 0.5px 0 #fff,
6753 -0.5px -0.5px 0 #fff,
6754 0 0 2px #fff,
6755 0 0 3px #00c;
6757 .post.link-post a.link-post-link:focus {
6758 color: #999;
6759 border-bottom: 2px dotted #999;
6762 /*==========*/
6763 /* COMMENTS */
6764 /*==========*/
6766 .comments::before {
6767 border-top: 1px solid #ddd;
6770 #content > .comment-thread .comment-meta a.date:focus,
6771 #content > .comment-thread .comment-meta a.permalink:focus {
6772 color: #888;
6773 outline: 2px dotted #999;
6774 position: relative;
6775 background-color: #fff;
6776 padding: 0 5px;
6777 left: -5px;
6779 #content > .comment-thread .comment-meta a.date:focus + *,
6780 #content > .comment-thread .comment-meta a.permalink:focus + *:not(.comment-post-title) {
6781 margin-left: -10px;
6783 .comment-item {
6784 border: 1px solid #ccc;
6785 background-color: var(--GW-comment-background-color);
6787 .comment-parent-link::after {
6788 box-shadow:
6789 0 28px 16px -16px var(--GW-comment-parent-background-color) inset,
6790 4px 16px 0 12px var(--GW-comment-background-color-target) inset,
6791 4px 4px 0 12px var(--GW-comment-background-color-target) inset;
6794 .comment-body {
6795 font-size: 1.1875rem;
6798 /*================================*/
6799 /* DEEP COMMENT THREAD COLLAPSING */
6800 /*================================*/
6802 .comment-item input[id^="expand"] + label::after {
6803 color: #00e;
6804 font-weight: 600;
6806 .comment-item input[id^="expand"] + label:hover::after {
6807 color: #c00;
6809 .comment-item input[id^="expand"] + label:active::after,
6810 .comment-item input[id^="expand"] + label:focus::after{
6811 color: #c00;
6813 .comment-item input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
6814 border-width: 1px 0 0 0;
6817 /*==============*/
6818 /* COMMENT-META */
6819 /*==============*/
6821 .comment-meta .author {
6822 font-size: 1.125em;
6823 color: #090;
6825 .comment-item .author:not(.redacted).original-poster::after {
6826 opacity: 0.6;
6827 filter: brightness(60%);
6830 .comment-item .voting-controls.active-controls::after,
6831 .comment-item .voting-controls .karma-value::after,
6832 .post .voting-controls.active-controls::after,
6833 .post .voting-controls .karma-value::after,
6834 .author::before {
6835 background-color: #eee;
6836 color: #777;
6837 border-radius: 4px;
6838 box-shadow: 0 0 0 1px #bbb inset;
6840 .comment-item .voting-controls.active-controls::after,
6841 .post .voting-controls.active-controls::after {
6842 padding: 6px;
6843 bottom: -46px;
6845 .comment-item .voting-controls .karma-value::after,
6846 .post .voting-controls .karma-value::after {
6847 padding: 2px 8px;
6848 top: -26px;
6849 min-width: 60px;
6852 /*====================*/
6853 /* ANTI-KIBITZER MODE */
6854 /*====================*/
6856 .author.redacted,
6857 .inline-author.redacted {
6858 opacity: 0.6;
6859 font-weight: 400;
6862 .karma-value.redacted {
6863 opacity: 0.4;
6866 .link-post-domain.redacted {
6867 opacity: 0.4;
6870 /*===========================*/
6871 /* COMMENT THREAD NAVIGATION */
6872 /*===========================*/
6874 div.comment-parent-link {
6875 font-weight: bold;
6877 a.comment-parent-link {
6878 font-weight: normal;
6880 a.comment-parent-link::before {
6881 color: #bbb;
6883 a.comment-parent-link:hover::before {
6884 background-color: #ffd;
6885 color: #999;
6888 div.comment-child-links {
6889 font-weight: bold;
6891 div.comment-child-links a {
6892 font-weight: normal;
6894 .comment-child-link::before {
6895 color: #aaa;
6898 .comment-item-highlight {
6899 box-shadow:
6900 0 0 2px #e7b200,
6901 0 0 3px #e7b200,
6902 0 0 5px #e7b200,
6903 0 0 7px #e7b200,
6904 0 0 10px #e7b200;
6905 border: 1px solid #e7b200;
6907 .comment-item-highlight-faint {
6908 box-shadow:
6909 0 0 2px #f8e7b5,
6910 0 0 3px #f8e7b5,
6911 0 0 5px #f8e7b5,
6912 0 0 7px #f8e7b5,
6913 0 0 10px #f8e7b5;
6914 border: 1px solid #f8e7b5;
6917 .comment-popup {
6918 background-color: #fff;
6921 /*=======================*/
6922 /* COMMENTS COMPACT VIEW */
6923 /*=======================*/
6925 #comments-list-mode-selector button {
6926 box-shadow:
6927 0 0 0 4px #eee inset,
6928 0 0 0 5px #aaa inset;
6930 #comments-list-mode-selector button:hover,
6931 #comments-list-mode-selector button.selected {
6932 box-shadow:
6933 0 0 0 1px #eee inset,
6934 0 0 0 2px #aaa inset,
6935 0 0 0 4px #eee inset,
6936 0 0 0 5px #aaa inset;
6938 #content.compact > .comment-thread .comment-item {
6939 max-height: 58px;
6941 #content.compact > .comment-thread .comment-item::after {
6942 color: #00e;
6943 background: linear-gradient(to right, transparent 0%, #fff 50%, #fff 100%);
6946 @media only screen and (hover: hover) {
6947 #content.compact > .comment-thread .comment-item:hover .comment,
6948 #content.compact > .comment-thread .comment-item.expanded .comment {
6949 background-color: #fff;
6950 outline: 3px solid #00c;
6952 #content.compact > .comment-thread .comment-item:hover .comment::before,
6953 #content.compact > .comment-thread .comment-item.expanded .comment::before {
6954 background-color: #fff;
6955 box-shadow:
6956 0 0 3px #fff,
6957 0 0 5px #fff,
6958 0 0 7px #fff,
6959 0 0 10px #fff,
6960 0 0 20px #fff,
6961 0 0 30px #fff,
6962 0 0 40px #fff;
6965 @media only screen and (hover: none) {
6966 #content.compact > .comment-thread.expanded .comment-item .comment {
6967 background-color: #fff;
6968 outline: 3px solid #00c;
6970 #content.compact > .comment-thread.expanded .comment-item .comment::before {
6971 background-color: #fff;
6972 box-shadow:
6973 0 0 3px #fff,
6974 0 0 5px #fff,
6975 0 0 7px #fff,
6976 0 0 10px #fff,
6977 0 0 20px #fff,
6978 0 0 30px #fff,
6979 0 0 40px #fff;
6983 #content.user-page.compact > h1.listing {
6984 margin-top: 0.5rem;
6986 #content.user-page.compact > h1.listing + .post-meta {
6987 margin-bottom: 0.5rem;
6990 /*===========================*/
6991 /* HIGHLIGHTING NEW COMMENTS */
6992 /*===========================*/
6994 .new-comment::before {
6995 display: none;
6997 .new-comment {
6998 border: 1px solid #e00;
6999 outline: 1px solid #e00;
7002 /*=================================*/
7003 /* COMMENT THREAD MINIMIZE BUTTONS */
7004 /*=================================*/
7006 .comment-minimize-button {
7007 color: #ccc;
7009 .comment-minimize-button:hover {
7010 color: #aaa;
7011 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7013 .comment-minimize-button::after {
7014 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
7015 color: #777;
7017 .comment-minimize-button.maximized::after {
7018 color: #ccc;
7021 /*==============*/
7022 /* VOTE BUTTONS */
7023 /*==============*/
7025 .vote::before {
7026 content: "";
7027 border-radius: 50%;
7028 background-size: 17px 17px;
7029 width: 17px;
7030 height: 17px;
7031 display: inline-block;
7032 position: relative;
7033 top: 2.5px;
7035 .vote:active {
7036 transform: none;
7038 .vote:disabled {
7039 visibility: unset;
7040 filter: brightness(50%);
7043 /**********/
7044 /* States.
7047 /* _ 1
7049 .upvote {
7050 filter: grayscale(100%) brightness(128%);
7052 .downvote {
7053 filter: grayscale(100%) brightness(188%);
7056 /* _ 2
7058 .vote:not(.none) {
7059 filter: drop-shadow(0 0 1px #fff);
7062 /* 1 _
7064 .vote.two-temp::before {
7065 box-shadow:
7066 0 0 0 1px #fff,
7067 0 0 0 4px #c8c8c8,
7068 0 0 0 5px transparent;
7071 /* 2 _
7073 .upvote.two::before {
7074 box-shadow:
7075 0 0 0 1px #fff,
7076 0 0 0 4px #00d800,
7077 0 0 0 5px transparent;
7079 .downvote.two::before {
7080 box-shadow:
7081 0 0 0 1px #fff,
7082 0 0 0 4px #eb4c2a,
7083 0 0 0 5px transparent;
7086 /*********/
7087 /* Icons.
7090 .karma .upvote::before {
7091 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptMTQ0IDI3NmMwIDYuNi01LjQgMTItMTIgMTJoLTkydjkyYzAgNi42LTUuNCAxMi0xMiAxMmgtNTZjLTYuNiAwLTEyLTUuNC0xMi0xMnYtOTJoLTkyYy02LjYgMC0xMi01LjQtMTItMTJ2LTU2YzAtNi42IDUuNC0xMiAxMi0xMmg5MnYtOTJjMC02LjYgNS40LTEyIDEyLTEyaDU2YzYuNiAwIDEyIDUuNCAxMiAxMnY5Mmg5MmM2LjYgMCAxMiA1LjQgMTIgMTJ2NTZ6IiAgIGZpbGw9IiMwMEQ4MDAiLz48L3N2Zz4=');
7093 .karma .downvote::before {
7094 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHpNMTI0IDI5NmMtNi42IDAtMTItNS40LTEyLTEydi01NmMwLTYuNiA1LjQtMTIgMTItMTJoMjY0YzYuNiAwIDEyIDUuNCAxMiAxMnY1NmMwIDYuNi01LjQgMTItMTIgMTJIMTI0eiIgZmlsbD0iI0VCNEMyQSIvPjwvc3ZnPg==');
7097 .karma .upvote:disabled::before {
7098 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptMTQ0IDI3NmMwIDYuNi01LjQgMTItMTIgMTJoLTkydjkyYzAgNi42LTUuNCAxMi0xMiAxMmgtNTZjLTYuNiAwLTEyLTUuNC0xMi0xMnYtOTJoLTkyYy02LjYgMC0xMi01LjQtMTItMTJ2LTU2YzAtNi42IDUuNC0xMiAxMi0xMmg5MnYtOTJjMC02LjYgNS40LTEyIDEyLTEyaDU2YzYuNiAwIDEyIDUuNCAxMiAxMnY5Mmg5MmM2LjYgMCAxMiA1LjQgMTIgMTJ2NTZ6IiBzdHJva2U9IiNEOEQ4RDgiIHN0cm9rZS13aWR0aD0iNCUiIGZpbGw9InRyYW5zcGFyZW50Ii8+PC9zdmc+');
7100 .karma .downvote:disabled::before {
7101 background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZD0iTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6TTEyNCAyOTZjLTYuNiAwLTEyLTUuNC0xMi0xMnYtNTZjMC02LjYgNS40LTEyIDEyLTEyaDI2NGM2LjYgMCAxMiA1LjQgMTIgMTJ2NTZjMCA2LjYtNS40IDEyLTEyIDEySDEyNHoiIHN0cm9rZT0iI0Q4RDhEOCIgc3Ryb2tlLXdpZHRoPSI0JSIgZmlsbD0idHJhbnNwYXJlbnQiLz48L3N2Zz4=');
7104 .agreement .upvote::before {
7105 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNTA0IDI1NmMwIDEzNi45NjctMTExLjAzMyAyNDgtMjQ4IDI0OFM4IDM5Mi45NjcgOCAyNTYgMTE5LjAzMyA4IDI1NiA4czI0OCAxMTEuMDMzIDI0OCAyNDh6TTIyNy4zMTQgMzg3LjMxNGwxODQtMTg0YzYuMjQ4LTYuMjQ4IDYuMjQ4LTE2LjM3OSAwLTIyLjYyN2wtMjIuNjI3LTIyLjYyN2MtNi4yNDgtNi4yNDktMTYuMzc5LTYuMjQ5LTIyLjYyOCAwTDIxNiAzMDguMTE4bC03MC4wNTktNzAuMDU5Yy02LjI0OC02LjI0OC0xNi4zNzktNi4yNDgtMjIuNjI4IDBsLTIyLjYyNyAyMi42MjdjLTYuMjQ4IDYuMjQ4LTYuMjQ4IDE2LjM3OSAwIDIyLjYyN2wxMDQgMTA0YzYuMjQ5IDYuMjQ5IDE2LjM3OSA2LjI0OSAyMi42MjguMDAxeiIgZmlsbD0iIzAwRDgwMCIvPjwvc3ZnPg==');
7107 .agreement .downvote::before {
7108 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptMTIxLjYgMzEzLjFjNC43IDQuNyA0LjcgMTIuMyAwIDE3TDMzOCAzNzcuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDI1NiAzMTJsLTY1LjEgNjUuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDEzNC40IDMzOGMtNC43LTQuNy00LjctMTIuMyAwLTE3bDY1LjYtNjUtNjUuNi02NS4xYy00LjctNC43LTQuNy0xMi4zIDAtMTdsMzkuNi0zOS42YzQuNy00LjcgMTIuMy00LjcgMTcgMGw2NSA2NS43IDY1LjEtNjUuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsMzkuNiAzOS42YzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMTIgMjU2bDY1LjYgNjUuMXoiIGZpbGw9IiNFQjRDMkEiLz48L3N2Zz4=');
7111 .agreement .upvote:disabled::before {
7112 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNTA0IDI1NmMwIDEzNi45NjctMTExLjAzMyAyNDgtMjQ4IDI0OFM4IDM5Mi45NjcgOCAyNTYgMTE5LjAzMyA4IDI1NiA4czI0OCAxMTEuMDMzIDI0OCAyNDh6TTIyNy4zMTQgMzg3LjMxNGwxODQtMTg0YzYuMjQ4LTYuMjQ4IDYuMjQ4LTE2LjM3OSAwLTIyLjYyN2wtMjIuNjI3LTIyLjYyN2MtNi4yNDgtNi4yNDktMTYuMzc5LTYuMjQ5LTIyLjYyOCAwTDIxNiAzMDguMTE4bC03MC4wNTktNzAuMDU5Yy02LjI0OC02LjI0OC0xNi4zNzktNi4yNDgtMjIuNjI4IDBsLTIyLjYyNyAyMi42MjdjLTYuMjQ4IDYuMjQ4LTYuMjQ4IDE2LjM3OSAwIDIyLjYyN2wxMDQgMTA0YzYuMjQ5IDYuMjQ5IDE2LjM3OSA2LjI0OSAyMi42MjguMDAxeiIgc3Ryb2tlPSIjRDhEOEQ4IiBzdHJva2Utd2lkdGg9IjQlIiBmaWxsPSJ0cmFuc3BhcmVudCIvPjwvc3ZnPg==');
7114 .agreement .downvote:disabled::before {
7115 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptMTIxLjYgMzEzLjFjNC43IDQuNyA0LjcgMTIuMyAwIDE3TDMzOCAzNzcuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDI1NiAzMTJsLTY1LjEgNjUuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDEzNC40IDMzOGMtNC43LTQuNy00LjctMTIuMyAwLTE3bDY1LjYtNjUtNjUuNi02NS4xYy00LjctNC43LTQuNy0xMi4zIDAtMTdsMzkuNi0zOS42YzQuNy00LjcgMTIuMy00LjcgMTcgMGw2NSA2NS43IDY1LjEtNjUuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsMzkuNiAzOS42YzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMTIgMjU2bDY1LjYgNjUuMXoiIHN0cm9rZT0iI0Q4RDhEOCIgc3Ryb2tlLXdpZHRoPSI0JSIgZmlsbD0idHJhbnNwYXJlbnQiLz48L3N2Zz4=');
7118 /*===========================*/
7119 /* COMMENTING AND POSTING UI */
7120 /*===========================*/
7122 .posting-controls input[type='submit'] {
7123 background-color: #fff;
7124 border: 1px solid #aaa;
7125 font-weight: bold;
7127 .posting-controls input[type='submit']:hover,
7128 .posting-controls input[type='submit']:focus {
7129 background-color: #ddd;
7130 border: 1px solid #999;
7133 .comment-controls .cancel-comment-button {
7134 font-weight: 600;
7135 color: #c00;
7136 text-shadow:
7137 0 0 1px #fff,
7138 0 0 2px #fff;
7140 .comment-controls .cancel-comment-button:hover {
7141 color: #f00;
7142 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7145 .new-comment-button {
7146 font-weight: 600;
7149 .comment-controls .delete-button,
7150 .comment-controls .retract-button {
7151 color: #c00;
7153 .comment-controls .delete-button::before {
7154 font-size: 1em;
7155 font-weight: 400;
7156 opacity: 0.7;
7158 .comment-controls .edit-button,
7159 .comment-controls .unretract-button {
7160 color: #0a0;
7162 .comment-controls .action-button:hover {
7163 color: #f00
7166 .post-controls {
7167 margin: 0.25em -1em 0 0;
7169 h1.listing .edit-post-link,
7170 h1.listing .edit-post-link:visited,
7171 .post-controls .edit-post-link,
7172 .post-controls .edit-post-link:visited {
7173 color: #090;
7175 h1.listing .edit-post-link:hover,
7176 .post-controls .edit-post-link:hover {
7177 color: #d00;
7180 .posting-controls textarea {
7181 font-family: 'News Gothic BT', 'Helvetica', sans-serif;
7182 color: #000;
7183 border-color: #00e;
7185 .posting-controls textarea:focus {
7186 border-width: 29px 1px 1px 1px;
7187 box-shadow: 0 0 0 1px #00e;
7189 .posting-controls.edit-existing-post textarea:focus,
7190 .posting-controls form.edit-existing-comment textarea:focus {
7191 border-color: #090;
7192 box-shadow: 0 0 0 1px #090;
7195 /*= Scroll bars =*/
7197 .posting-controls textarea::-webkit-scrollbar,
7198 .textarea-container .autocomplete-container::-webkit-scrollbar {
7199 width: 16px;
7200 background-color: transparent;
7202 .posting-controls textarea::-webkit-scrollbar-track,
7203 .textarea-container .autocomplete-container::-webkit-scrollbar-track {
7204 background-color: #fff;
7205 border-left: 1px solid #0040ff;
7206 border-top: 1px solid #eee;
7208 .posting-controls textarea:focus::-webkit-scrollbar-track {
7209 border-top: 1px solid #ddf;
7210 border-left: 2px solid #0040ff;
7212 .posting-controls textarea::-webkit-scrollbar-thumb {
7213 background-color: #acacff;
7214 box-shadow: 0 0 0 1px #eee inset;
7215 border-left: 1px solid #0040ff;
7217 .posting-controls textarea:focus::-webkit-scrollbar-thumb {
7218 background-color: #0040ff;
7219 border-left: 2px solid #0040ff;
7220 box-shadow:
7221 0 1px 0 0 #ddf inset,
7222 0 0 0 1px #eee inset;
7224 .textarea-container .autocomplete-container::-webkit-scrollbar-thumb {
7225 background-color: #0040ff;
7226 border-left: 1px solid #0040ff;
7227 box-shadow:
7228 0 1px 0 0 #ddf inset,
7229 0 0 0 1px #eee inset;
7232 .posting-controls.edit-existing-post textarea:focus::-webkit-scrollbar-track,
7233 .posting-controls form.edit-existing-comment textarea:focus::-webkit-scrollbar-track {
7234 border-left: 2px solid #090;
7236 .posting-controls.edit-existing-post textarea:focus::-webkit-scrollbar-thumb,
7237 .posting-controls form.edit-existing-comment textarea:focus::-webkit-scrollbar-thumb {
7238 border-left: 2px solid #090;
7239 background-color: #28a708;
7242 /* GUIEdit buttons */
7244 .guiedit-buttons-container {
7245 background-image: linear-gradient(to bottom, #fff 0%, #ddf 50%, #ccf 75%, #aaf 100%);
7248 .posting-controls.edit-existing-post .guiedit-buttons-container button,
7249 .posting-controls form.edit-existing-comment .guiedit-buttons-container button {
7250 color: #050;
7252 .guiedit-buttons-container button {
7253 font-family: Font Awesome, 'News Gothic BT', 'Helvetica', sans-serif;
7256 .guiedit::after {
7257 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
7258 color: #777;
7259 text-shadow: none;
7262 /* Markdown hints */
7264 #markdown-hints-checkbox + label {
7265 color: #00e;
7267 #markdown-hints-checkbox + label:hover {
7268 color: #e00;
7269 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7271 #markdown-hints {
7272 border: 1px solid #c00;
7273 background-color: #ffa;
7276 /*================*/
7277 /* EDIT POST FORM */
7278 /*================*/
7280 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
7281 top: -2px;
7283 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
7284 border-radius: 3px;
7285 border: 1px solid #ddd;
7286 color: #777;
7288 @media only screen and (hover:hover) {
7289 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover,
7290 #edit-post-form .post-meta-fields input[type='checkbox']:focus + label {
7291 text-shadow:
7292 0 0 1px #fff,
7293 0 0 2px #fff,
7294 0 0 2.5px #aaa;
7296 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover::before,
7297 #edit-post-form .post-meta-fields input[type='checkbox']:focus + label::before {
7298 border-color: #aaa;
7301 #edit-post-form .post-meta-fields input[type='checkbox']:checked + label::before {
7302 content: "\F00C";
7304 #edit-post-form input[type='radio'] + label {
7305 color: #777;
7306 border-color: #ddd;
7308 #edit-post-form input[type='radio'][value='all'] + label {
7309 border-radius: 8px 0 0 8px;
7310 border-width: 1px;
7312 #edit-post-form input[type='radio'][value='drafts'] + label {
7313 border-radius: 0 8px 8px 0;
7315 #edit-post-form input[type='radio'] + label:hover,
7316 #edit-post-form input[type='radio']:focus + label {
7317 background-color: #ddd;
7318 color: #000;
7320 #edit-post-form input[type='radio']:focus + label {
7321 color: #000;
7322 box-shadow:
7323 0 0 0 1px #aaa;
7325 #edit-post-form input[type='radio']:checked + label {
7326 background-color: #ddd;
7327 border-color: #ddd;
7328 color: #000;
7329 text-shadow:
7330 0 -1px 0 #fff,
7331 0 0.5px 0.5px #000;
7334 /*=======*/
7335 /* LINKS */
7336 /*=======*/
7339 text-decoration: none;
7340 color: #00e;
7342 a:visited {
7343 color: #551a8b;
7345 a:hover {
7346 text-decoration: underline;
7349 /*=========*/
7350 /* BUTTONS */
7351 /*=========*/
7353 button,
7354 input[type='submit'] {
7355 color: #00e;
7358 button:hover,
7359 input[type='submit']:hover,
7360 button:focus,
7361 input[type='submit']:focus {
7362 color: #d00;
7363 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7365 button:active,
7366 input[type='submit']:active {
7367 color: #f00;
7368 transform: scale(0.9);
7370 .button:visited {
7371 color: #00e;
7373 .button:hover {
7374 color: #d00;
7375 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7376 text-decoration: none;
7378 .button:active {
7379 transform: scale(0.9);
7381 .button:focus:not(:hover) {
7382 transform: none;
7384 @-moz-document url-prefix() {
7385 .button:active {
7386 transform: none;
7390 /*==========*/
7391 /* HEADINGS */
7392 /*==========*/
7394 .body-text h1,
7395 .body-text h2,
7396 .body-text h3,
7397 .body-text h4,
7398 .body-text h5,
7399 .body-text h6 {
7400 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
7402 .body-text h6 {
7403 color: #555;
7406 /*========*/
7407 /* QUOTES */
7408 /*========*/
7410 blockquote {
7411 border-left: 5px solid #ccc;
7414 /*========*/
7415 /* IMAGES */
7416 /*========*/
7418 #content img,
7419 #content figure.image img {
7420 border: 1px solid #ccc;
7422 #content figure img {
7423 border: 1px solid #000;
7425 #content img[src$='.svg'],
7426 #content figure img[src$='.svg'] {
7427 border: none;
7429 #content img[style^='float'] {
7430 border: 1px solid transparent;
7433 /*========*/
7434 /* TABLES */
7435 /*========*/
7437 #content:not(.tag-index-page) .body-text table,
7438 #content:not(.tag-index-page) .body-text table th,
7439 #content:not(.tag-index-page) .body-text table td {
7440 border: 1px solid #ccc;
7443 /*======*/
7444 /* MISC */
7445 /*======*/
7447 hr {
7448 border-bottom: 1px solid #999;
7451 code {
7452 background-color: #f6f6ff;
7453 border: 1px solid #ddf;
7454 border-radius: 4px;
7457 input[type='text'],
7458 input[type='search'],
7459 input[type='password'] {
7460 border: 1px solid #999;
7461 color: #000;
7462 background-color: transparent;
7464 input[type='text']:focus,
7465 input[type='search']:focus,
7466 input[type='password']:focus {
7467 border: 1px solid #00e;
7468 outline: 1px solid #00e;
7471 select {
7472 color: #000;
7475 /*============*/
7476 /* ABOUT PAGE */
7477 /*============*/
7479 .about-page mark {
7480 background-color: #e6e6e6;
7481 text-decoration: none;
7482 box-shadow:
7483 0 -1px 0 0 #000 inset,
7484 0 -3px 1px -2px #000 inset;
7485 padding: 0 1px;
7488 #content.about-page .accesskey-table {
7489 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
7490 border-color: #ddd;
7493 #content.about-page img {
7494 border: 1px solid #000;
7497 /*========================*/
7498 /* QUALIFIED HYPERLINKING */
7499 /*========================*/
7501 #aux-about-link a {
7502 color: #777;
7504 #aux-about-link a:hover {
7505 opacity: 1.0;
7506 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7509 .qualified-linking label {
7510 color: #00e;
7512 .qualified-linking label:hover {
7513 text-shadow:
7514 0 0 1px #fff,
7515 0 0 3px #fff,
7516 0 0 5px #00e;
7519 .qualified-linking-toolbar {
7520 border: 1px solid #000;
7521 background-color: #fff;
7523 .qualified-linking-toolbar a {
7524 background-color: #eee;
7525 border: 1px solid #ccc;
7526 border-radius: 4px;
7528 .qualified-linking-toolbar a:visited {
7529 color: #00e;
7531 .qualified-linking-toolbar a:hover {
7532 text-decoration: none;
7533 background-color: #ddd;
7534 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7536 .qualified-linking label::after {
7537 background-color: #eee;
7538 opacity: 0.8;
7541 /*======*/
7542 /* MATH */
7543 /*======*/
7545 .mathjax-block-container::-webkit-scrollbar {
7546 height: 12px;
7547 background-color: #f6f6ff;
7548 border-radius: 6px;
7549 border: 1px solid #ddf;
7551 .mathjax-block-container::-webkit-scrollbar-thumb {
7552 background-color: #dde;
7553 border-radius: 6px;
7554 border: 1px solid #cce;
7556 .mathjax-inline-container::-webkit-scrollbar {
7557 height: 8px;
7558 background-color: #f6f6ff;
7559 border-radius: 4px;
7560 border: 1px solid #ddf;
7562 .mathjax-inline-container::-webkit-scrollbar-thumb {
7563 background-color: #dde;
7564 border-radius: 4px;
7565 border: 1px solid #cce;
7569 /*===============*/
7570 /* USER MENTIONS */
7571 /*===============*/
7573 .textarea-container .autocomplete-container {
7574 background-color: rgba(255, 255, 170, 0.75);
7575 border: 1px solid rgba(7, 0, 238, 0.75);
7578 .textarea-container .autocomplete-container div.highlighted {
7579 background-color: rgba(7, 0, 238, 0.75);
7580 color: #fff;
7583 .textarea-container .autocomplete-container div:not(.highlighted):hover {
7584 background-color: rgba(7, 0, 238, 0.25);
7587 .textarea-container .autocomplete-container div span.age,
7588 .textarea-container .autocomplete-container div span.karma {
7589 color: #888;
7593 /*=================*/
7594 /* ALIGNMENT FORUM */
7595 /*=================*/
7597 #content.alignment-forum-index-page::before {
7598 background-color: #eaedff;
7600 #content.alignment-forum-index-page::after {
7601 font-family: "Concourse SmallCaps";
7602 font-weight: 600;
7603 background-color: #7f85b2;
7604 color: transparent;
7605 -webkit-background-clip: text;
7606 text-shadow:
7607 rgba(255,255,255,0.5) 0px 3px 3px;
7609 @media only screen and (hover: hover) {
7610 #content.alignment-forum-index-page h1.listing a:hover,
7611 #content.alignment-forum-index-page h1.listing a:focus {
7612 background-color: rgba(234,237,255,0.85);
7616 /*====================*/
7617 /* FOR NARROW SCREENS */
7618 /*====================*/
7620 @media only screen and (max-width: 1440px) {
7621 #hns-date-picker {
7622 background-color: #d8d8d8;
7623 opacity: 1.0;
7625 #hns-date-picker::before {
7626 border: 1px solid #999;
7627 border-width: 1px 0 1px 1px;
7630 @media only screen and (max-width: 1200px) {
7631 #hns-date-picker {
7632 background-color: #eee;
7634 #hns-date-picker::before {
7635 display: none;
7638 @media only screen and (max-width: 1080px) {
7639 #text-size-adjustment-ui button {
7640 border: 1px solid #999;
7641 padding: 0 0 0 1px;
7642 border-radius: 50%;
7643 box-shadow:
7644 0 0 6px #999 inset,
7645 0 0 0 1px transparent;
7647 #theme-tweaker-toggle button {
7648 border: 1px solid #999;
7649 box-shadow:
7650 0 0 10px #999 inset,
7651 0 0 0 1px transparent;
7652 border-radius: 50%;
7653 transform: scale(0.8);
7656 @media only screen and (max-width: 1020px) {
7657 #quick-nav-ui a {
7658 box-shadow:
7659 0 0 0 1px #999,
7660 0 0 0 2px transparent;
7662 #new-comment-nav-ui .new-comments-count::before {
7663 background-color: #d8d8d8;
7664 box-shadow:
7665 0 0 0 1px #999,
7666 0 0 0 2px transparent;
7667 border-radius: 8px;
7670 @media only screen and (max-width: 1160px) {
7671 #theme-selector {
7672 background-color: #eee;
7673 box-shadow:
7674 0 0 0 1px #999,
7675 0 0 0 2px transparent;
7677 #theme-selector:hover::after {
7678 background-color: #999;
7679 width: calc(6em - 3px);
7680 height: calc(100% - 5px);
7681 top: 3px;
7682 left: 100%;
7684 #text-size-adjustment-ui button {
7685 background-color: #ddd;
7687 #text-size-adjustment-ui button:hover {
7688 background-color: #eee;
7690 #theme-tweaker-toggle button {
7691 background-color: #ddd;
7695 /*========*/
7696 /* MOBILE */
7697 /*========*/
7699 /*******************************************************/
7700 @media not screen and (hover:hover) and (pointer:fine) {
7701 /*******************************************************/
7702 #ui-elements-container > div[id$='-ui-toggle'] button,
7703 #theme-selector .theme-selector-close-button {
7704 color: #aaa;
7705 text-shadow:
7706 0 0 1px #fff,
7707 0 0 3px #fff,
7708 0 0 5px #fff,
7709 0 0 10px #fff,
7710 0 0 20px #fff,
7711 0 0 30px #fff;
7714 #theme-selector {
7715 background-color: #eee;
7716 box-shadow:
7717 0 0 0 1px #999,
7718 0 0 1px 3px #fff,
7719 0 0 3px 3px #fff,
7720 0 0 5px 3px #fff,
7721 0 0 10px 3px #fff,
7722 0 0 20px 3px #fff;
7723 border-radius: 12px;
7725 #theme-selector::before {
7726 color: #777;
7727 font-weight: normal;
7728 text-shadow: 0.5px 0.5px 0 #aaa;
7730 #theme-selector button {
7731 background-color: #e6e6e6;
7732 border-radius: 10px;
7734 #theme-selector button::after {
7735 color: #000;
7736 max-width: calc(100% - 3.5em);
7737 overflow: hidden;
7738 text-overflow: ellipsis;
7739 padding: 0 0 2px 0;
7741 #theme-selector button.selected::after {
7742 text-shadow:
7743 0 -1px 0 #fff,
7744 0 0.5px 0.5px #000;
7747 #quick-nav-ui {
7748 background-color: #fff;
7750 #quick-nav-ui,
7751 #new-comment-nav-ui,
7752 #hns-date-picker {
7753 box-shadow:
7754 0 0 1px 3px #fff,
7755 0 0 3px 3px #fff,
7756 0 0 5px 3px #fff,
7757 0 0 10px 3px #fff,
7758 0 0 20px 3px #fff;
7760 #quick-nav-ui a::after,
7761 #new-comment-nav-ui::before {
7762 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
7763 font-weight: bold;
7764 box-shadow:
7765 0 0 1px 0 #fff,
7766 0 0 3px 0 #fff,
7767 0 0 5px 0 #fff;
7768 background-color: #fff;
7769 border-radius: 4px;
7771 #quick-nav-ui,
7772 #new-comment-nav-ui {
7773 border-radius: 8px;
7775 #new-comment-nav-ui {
7776 background-color: #fff;
7777 border: 1px solid #999;
7779 #new-comment-nav-ui::before {
7780 color: #777;
7781 font-weight: bold;
7783 #new-comment-nav-ui .new-comment-sequential-nav-button {
7784 box-shadow: 0 0 0 1px #999;
7785 color: #00c;
7787 #new-comment-nav-ui .new-comments-count {
7788 background-color: inherit;
7789 box-shadow: 0 -1px 0 0 #999;
7791 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
7792 color: #bbb;
7794 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
7795 border-radius: 7px 0 0 7px;
7797 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-next {
7798 border-radius: 0 7px 7px 0;
7800 #new-comment-nav-ui button::after {
7801 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
7803 #hns-date-picker {
7804 background-color: #fff;
7805 border: 1px solid #999;
7808 /*****************************************/
7809 @media only screen and (max-width: 900px) {
7810 /*****************************************/
7811 h1.listing + .post-meta > * {
7812 line-height: 1.5;
7814 h1.listing + .post-meta .post-section {
7815 overflow: visible;
7816 order: 1;
7818 h1.listing + .post-meta .post-section::before {
7819 position: unset;
7822 #primary-bar .nav-inner {
7823 font-size: 1.375em;
7825 .nav-bar-top:not(#primary-bar) .nav-inner {
7826 font-size: 1.125em;
7828 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) .nav-inner {
7829 padding: 6px 10px;
7832 .archive-nav *[class^='archive-nav-item-'] {
7833 border-width: 1px !important;
7835 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
7836 background-color: #aaa;
7839 .comment-item .comment-item {
7840 margin: 0.75em 3px 3px 6px;
7842 .comment-item .comment-item + .comment-item {
7843 margin: 1.5em 3px 3px 6px;
7846 .sublevel-nav:not(.sort) .sublevel-item,
7847 .sublevel-nav:not(.sort) .sublevel-item:first-child,
7848 .sublevel-nav:not(.sort) .sublevel-item:last-child {
7849 border-radius: 8px;
7850 border-width: 1px;
7851 margin: 2px;
7853 /*******************************************/
7854 } @media only screen and (max-width: 720px) {
7855 /*******************************************/
7856 /*******************************************/
7857 } @media only screen and (max-width: 520px) {
7858 /*******************************************/
7859 h1.listing {
7860 font-size: 1.25rem;
7861 margin: 18px 6px 4px 6px;
7862 max-width: calc(100% - 12px);
7864 h1.listing + .post-meta {
7865 margin: 4px 6px;
7867 h1.listing .link-post-link {
7868 top: 2px;
7870 #content.conversations-user-page h1.listing::after {
7871 height: calc(100% + 2.25em);
7873 #content.conversations-user-page h1.listing + .post-meta .date {
7874 margin: 0 0 0 1em;
7877 .comment-body {
7878 font-size: 1.125rem;
7881 #content.compact > .comment-thread .comment-item {
7882 max-height: 105px;
7885 .textarea-container:focus-within textarea {
7886 background-color: #fff;
7887 border-width: 1px;
7889 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
7890 padding: 5px 6px 6px 6px;
7891 font-weight: bold;
7893 .textarea-container:focus-within .guiedit-mobile-help-button.active {
7894 box-shadow:
7895 0 0 0 2px #c00;
7896 color: #c00;
7898 .textarea-container:focus-within .guiedit-buttons-container {
7899 background-color: #fff;
7900 border-top: 1px solid #ddf;
7902 .posting-controls .textarea-container:focus-within .guiedit-buttons-container {
7903 box-shadow: none;
7905 #content.conversation-page .textarea-container:focus-within::after {
7906 background-color: #fff;
7908 .textarea-container:focus-within button.guiedit {
7909 border: 1px solid #00c;
7910 border-radius: 6px;
7912 #markdown-hints::after {
7913 color: #090;
7916 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
7917 top: 2px;
7919 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
7920 top: 1px;
7926 /*************/
7927 /* ACCORDIUS */
7928 /*************/
7930 /*======*/
7931 /* TAGS */
7932 /*======*/
7934 #tags {
7935 order: 12;
7936 display: flex;
7937 flex-basis: 100%;
7938 justify-content: center;
7939 margin: 0;
7940 flex-flow: row wrap;
7941 align-items: flex-start;
7944 /*============*/
7945 /* THEME ZERO */
7946 /*============*/
7948 /*++++++*/
7949 /* TAGS */
7950 /*++++++*/
7952 #tags {
7953 padding: 0.5em;
7955 #tags::before {
7956 content: "Tags:";
7957 margin: 0 0.25em 0 0;
7958 opacity: 0.5;
7959 line-height: 1;
7960 align-self: center;
7962 #tags a {
7963 border-radius: 8px;
7964 background-color: #f6f6f6;
7965 border: 1px solid #ccc;
7966 padding: 5px 8px 5px 8px;
7967 line-height: 1;
7968 margin: 0.25em;
7969 font-size: 0.9375em;
7971 #tags a:hover {
7972 text-decoration: none;
7973 background-color: #fff;
7975 #tags a:active {
7976 color: #d00;