Fix top margin of main heading on collection pages.
[lw2-viewer.git] / www / css / style-brutalist.mac.css
blob459ca5ecef97636328699937e54332678b90b8f0
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 #content.sequence-page h1 {
1374 margin-top: 0.1em;
1377 /**************/
1378 /* USER PAGES */
1379 /**************/
1381 /*=---------------------=*/
1382 /*= User's display name =*/
1383 /*=---------------------=*/
1385 #content.user-page h1.page-main-heading {
1386 margin: 0.25em 0 0 0;
1387 line-height: 1.1;
1388 grid-column: 1 / span 2;
1389 order: -2;
1392 #content.user-page h1.page-main-heading .user-full-name {
1393 font-size: 1rem;
1394 font-weight: normal;
1395 padding-left: 0.5em;
1398 /*=--------------------=*/
1399 /*= User's karma total =*/
1400 /*=--------------------=*/
1402 #content.user-page .user-stats {
1403 grid-column: 3;
1404 order: -2;
1405 text-align: right;
1406 align-self: end;
1409 #content.user-page .user-stats .karma-type {
1410 white-space: nowrap;
1413 /*=----------------------=*/
1414 /*= Expanded vs. compact =*/
1415 /*=----------------------=*/
1417 #content.user-page #comments-list-mode-selector {
1418 grid-row: span 2;
1420 #content.user-page #comments-list-mode-selector button {
1421 display: block;
1424 /*=----------------------------------------------------=*/
1425 /*= All, Posts, Comments, Drafts, Conversations, Inbox =*/
1426 /*=----------------------------------------------------=*/
1428 #content.user-page .sublevel-nav {
1429 margin-bottom: 0.5em;
1432 /*=--------------=*/
1433 /*= User's posts =*/
1434 /*=--------------=*/
1436 #content.user-page h1.listing {
1437 margin: 0.5em 0 0 0;
1440 #content.user-page .user-bio :first-child {
1441 margin-top: 0.5em;
1444 /*****************/
1445 /* CONVERSATIONS */
1446 /*****************/
1448 /*=----------------------=*/
1449 /*= List of participants =*/
1450 /*=----------------------=*/
1452 #content.conversation-page .conversation-participants {
1453 grid-column: 2 / span 2;
1454 text-align: right;
1455 margin: 0.5em 0 0 0;
1457 .post-meta > .conversation-participants {
1458 white-space: normal;
1460 .conversation-participants ul,
1461 .conversation-participants li {
1462 list-style-type: none;
1463 display: inline-block;
1464 margin: 0;
1465 padding: 0;
1467 .conversation-participants li {
1468 margin-left: 0.375em;
1470 .conversation-participants li:not(:last-of-type)::after {
1471 content: ",";
1474 /*=-------------------------=*/
1475 /*= Posting controls (form) =*/
1476 /*=-------------------------=*/
1478 #content.conversation-page .posting-controls {
1479 padding: 0 0 1em 0;
1481 #content.conversation-page .post-meta-fields {
1482 overflow: auto;
1483 display: flex;
1484 flex-flow: row wrap;
1486 .posting-controls.standalone textarea {
1487 margin-top: 0.375em;
1489 .posting-controls.standalone form {
1490 padding: 0 1em;
1492 #content.conversation-page .posting-controls.standalone form {
1493 padding: 0 1em 3em 1em;
1495 .posting-controls.standalone input[type='text'],
1496 .posting-controls.standalone label {
1497 margin: 0.25em 0;
1499 .posting-controls.standalone label {
1500 width: 4em;
1501 text-align: right;
1502 padding: 2px 6px;
1503 border: 1px solid transparent;
1505 .posting-controls.standalone input[type='text'] {
1506 width: calc(100% - 4em);
1507 padding: 0.25em;
1509 .posting-controls.standalone input[type='submit'] {
1510 float: right;
1512 .posting-controls.standalone #markdown-hints-checkbox ~ label {
1513 white-space: nowrap;
1515 .posting-controls.standalone #markdown-hints {
1516 top: calc(100% + 2em);
1519 /*=--------------------=*/
1520 /*= Conversation title =*/
1521 /*=--------------------=*/
1523 #content.conversation-page h1.page-main-heading {
1524 text-align: center;
1525 margin: 0.5em 0;
1526 line-height: 1.15;
1529 /*=----------=*/
1530 /*= Messages =*/
1531 /*=----------=*/
1533 #content.conversation-page > ul.comment-thread:last-of-type {
1534 margin-bottom: 2em;
1537 /******************/
1538 /* SEARCH RESULTS */
1539 /******************/
1541 #content.search-results-page h1.listing,
1542 #content.sequence-page h1.listing,
1543 #content.post-page h1.listing {
1544 font-size: 1.625em;
1547 /**************/
1548 /* LOGIN PAGE */
1549 /**************/
1551 .login-container {
1552 margin: 2em 0;
1553 padding: 1em;
1554 display: flex;
1555 flex-flow: row wrap;
1558 .login-container form {
1559 flex-basis: 50%;
1560 display: grid;
1561 grid-row-gap: 0.5em;
1562 align-content: start;
1564 .login-container form label {
1565 text-align: right;
1566 padding: 0.25em 0.5em;
1567 white-space: nowrap;
1568 grid-column: 1;
1570 .login-container form input {
1571 grid-column: 2;
1572 padding: 0.25em;
1574 .login-container form input[type='submit'],
1575 .login-container form a {
1576 grid-column: 2;
1577 justify-self: center;
1579 .login-container form input[type='submit'] {
1580 width: 10em;
1581 padding: 0.35em;
1582 line-height: 1;
1583 margin: 0.5em 0 0 0;
1585 .login-container form h1 {
1586 text-align: center;
1587 margin: 0;
1588 grid-column: 2;
1591 /* “Log in” form */
1593 #login-form {
1594 grid-template-columns: 5.5em 1fr;
1595 padding: 0.5em 2em 0.5em 0;
1598 /* “Create account” form */
1600 #signup-form {
1601 font-size: 0.9em;
1602 grid-template-columns: 8.5em 1fr;
1603 padding: 0.5em 1em 1em 1em;
1605 #signup-form h1 {
1606 font-size: 1.7em;
1608 #signup-form input[type='submit'] {
1609 padding: 0.4em 0.5em 0.5em 0.5em;
1612 /* Log in tip */
1614 .login-container .login-tip {
1615 padding: 0.5em 0.5em 0.5em 3em;
1616 margin: 2em 4em 0 4em;
1617 text-indent: -2em;
1618 line-height: 1.4;
1620 .login-container .login-tip span {
1621 font-weight: bold;
1624 /* Message box */
1626 #content.login-page .error-box {
1627 margin: 1.5em 0.875em -1.5em 0.875em;
1629 .error-box, .success-box {
1630 padding: 0.25em;
1631 text-align: center;
1634 /***********************/
1635 /* PASSWORD RESET PAGE */
1636 /***********************/
1638 .reset-password-container {
1639 margin-bottom: 2em;
1641 .reset-password-container input[type='submit'] {
1642 padding: 0.2em 0.5em;
1643 width: unset;
1645 .reset-password-container input {
1646 margin-left: 0.5em;
1647 width: 12em;
1649 .reset-password-container label {
1650 display: inline-block;
1651 width: 9em;
1653 .reset-password-container form > div {
1654 margin: 0.2em;
1656 .reset-password-container .action-container {
1657 padding-left: 11em;
1658 padding-top: 0.2em;
1660 .reset-password-container .error-box {
1661 margin: unset;
1664 /*********************/
1665 /* TABLE OF CONTENTS */
1666 /*********************/
1668 .contents {
1669 float: right;
1670 min-width: 6em;
1671 max-width: 40%;
1672 margin: 1.25em 0 0.75em 1.25em;
1673 padding: 7px 14px 10px 10px;
1674 position: relative;
1675 z-index: 1;
1678 .collection-page .contents {
1679 margin-top: 0;
1682 .contents-head {
1683 text-align: center;
1684 margin-bottom: 0.25em;
1687 .body-text .contents ul {
1688 list-style-type: none;
1689 margin: 0 0 0 0.5em;
1690 counter-reset: toc-item-1 toc-item-2 toc-item-3;
1691 padding-left: 1em;
1692 font-size: 0.75em;
1694 .body-text .contents li {
1695 margin: 0.15em 0 0.3em 1em;
1696 text-align: left;
1697 text-indent: -1em;
1698 line-height: 1.2;
1699 position: relative;
1701 .body-text .contents li::before {
1702 position: absolute;
1703 width: 3em;
1704 display: block;
1705 text-align: right;
1706 left: -4.5em;
1708 .contents .toc-item-1 {
1709 counter-increment: toc-item-1;
1710 counter-reset: toc-item-2 toc-item-3;
1712 .contents .toc-item-1::before {
1713 content: counter(toc-item-1);
1715 .contents .toc-item-1 ~ .toc-item-2 {
1716 margin-left: 2.9em;
1717 font-size: 0.95em;
1719 .contents .toc-item-2 {
1720 counter-increment: toc-item-2;
1721 counter-reset: toc-item-3;
1723 .contents .toc-item-1 ~ .toc-item-2::before {
1724 content: counter(toc-item-1) "." counter(toc-item-2);
1726 .contents .toc-item-2::before {
1727 content: counter(toc-item-2);
1729 .contents .toc-item-1 + .toc-item-3 {
1730 counter-increment: toc-item-2 toc-item-3;
1732 .contents .toc-item-2 ~ .toc-item-3,
1733 .contents .toc-item-1 ~ .toc-item-3 {
1734 margin-left: 2.9em;
1735 font-size: 0.95em;
1737 .contents .toc-item-1 ~ .toc-item-2 ~ .toc-item-3 {
1738 margin-left: 5.7em;
1739 font-size: 0.9em;
1741 .contents .toc-item-3 {
1742 counter-increment: toc-item-3;
1744 .contents .toc-item-1 ~ .toc-item-2 ~ .toc-item-3::before {
1745 content: counter(toc-item-1) "." counter(toc-item-2) "." counter(toc-item-3);
1747 .contents .toc-item-1 ~ .toc-item-3::before {
1748 content: counter(toc-item-1) "." counter(toc-item-3);
1750 .contents .toc-item-2 ~ .toc-item-3::before {
1751 content: counter(toc-item-2) "." counter(toc-item-3);
1753 .contents .toc-item-3::before {
1754 content: counter(toc-item-3);
1756 .contents .toc-item-4,
1757 .contents .toc-item-5,
1758 .contents .toc-item-6 {
1759 display: none;
1762 /********************/
1763 /* POSTS & COMMENTS */
1764 /********************/
1766 .post-meta > *,
1767 .comment-meta > * {
1768 display: inline-block;
1769 margin-right: 1em;
1770 font-size: 1.0625em;
1772 .body-text {
1773 overflow-wrap: break-word;
1774 text-align: justify;
1776 .body-text p {
1777 margin: 1em 0;
1779 .retracted .body-text {
1780 text-decoration: line-through;
1783 .bare-url {
1784 word-break: break-all;
1785 hyphens: auto;
1787 .body-text a:not([href]),
1788 .body-text a:not([href]):hover,
1789 .body-text a:not([href])::before,
1790 .body-text a:not([href])::after {
1791 text-decoration: none;
1792 text-shadow: unset;
1793 border: unset;
1794 color: unset;
1795 content: unset;
1797 /*************/
1798 /* POST-META */
1799 /*************/
1801 .post-meta {
1802 display: flex;
1803 flex-flow: row wrap;
1804 justify-content: center;
1806 .post-meta .lw2-link {
1807 opacity: 0.5;
1808 order: 1;
1810 .post-meta > *,
1811 .post-meta .post-section::before {
1812 margin: 0 0.5em;
1814 .post-meta .post-section {
1815 order: -1;
1816 margin: 0;
1817 visibility: hidden;
1819 .post-meta .post-section::before,
1820 .comment-meta .alignment-forum {
1821 visibility: visible;
1822 font-family: "Font Awesome", "Font Awesome 5 Free";
1823 font-weight: 900;
1825 .post-section.frontpage::before {
1826 content: "\F015";
1828 .post-section.featured::before {
1829 content: "\F005";
1831 .post-section.meta::before {
1832 content: "\F077";
1834 .post-section.events::before {
1835 content: "\F5A0";
1837 .post-section.personal::before {
1838 content: "\F007";
1840 .post-section.draft::before {
1841 content: "\F15B";
1843 .post-section.alignment-forum::before,
1844 .comment-meta .alignment-forum {
1845 content: "AF";
1846 font-family: Concourse, 'Changa One';
1849 /*= Karma controls hover tooltips =*/
1851 @media only screen and (pointer: fine) {
1852 .post .voting-controls,
1853 .comment-item .voting-controls {
1854 position: relative;
1856 .post .karma.active-controls::after,
1857 .comment-item .karma.active-controls::after {
1858 content: "Double-click for strong vote";
1859 position: absolute;
1860 pointer-events: none;
1861 display: block;
1862 left: 6px;
1863 width: 100%;
1864 line-height: 1.15;
1865 white-space: normal;
1866 text-align: center;
1867 font-size: 0.875rem;
1868 opacity: 0;
1869 transition: opacity 0.2s ease;
1871 .post .voting-controls.active-controls:hover::after,
1872 .comment-item .voting-controls.active-controls:hover::after {
1873 opacity: 1.0;
1876 .post .voting-controls .karma-value::after,
1877 .comment-item .voting-controls .karma-value::after {
1878 content: attr(title);
1879 position: absolute;
1880 pointer-events: none;
1881 display: block;
1882 left: 50%;
1883 transform: translateX(-50%);
1884 white-space: pre-wrap;
1885 width: max-content;
1886 text-align: center;
1887 font-size: 0.875rem;
1888 color: #bbb;
1889 opacity: 0;
1890 transition: opacity 0.2s ease;
1892 .post .voting-controls.agreement .karma-value:hover::after,
1893 .comment-item .voting-controls.agreement .karma-value:hover::after {
1894 top: unset;
1895 bottom: 100%;
1897 .post .voting-controls .karma-value:hover::after,
1898 .comment-item .voting-controls .karma-value:hover::after {
1899 opacity: 1.0;
1901 .post .voting-controls.waiting .karma-value:hover::after,
1902 .comment-item .voting-controls.waiting .karma-value:hover::after {
1903 display: none;
1905 .comment-item .voting-controls .karma-value:hover::after {
1906 z-index: 5001;
1909 .author {
1910 position: relative;
1912 .author:not(.redacted)::before {
1913 content: attr(data-full-name);
1914 position: absolute;
1915 pointer-events: none;
1916 display: block;
1917 padding: 0 1em;
1918 left: 50%;
1919 bottom: 2em;
1920 transform: translateX(-50%);
1921 white-space: nowrap;
1922 text-align: center;
1923 font-size: 0.875rem;
1924 font-weight: normal;
1925 opacity: 0;
1926 transition: opacity 0.2s ease;
1927 z-index: 5001;
1929 .author:hover::before {
1930 opacity: 1.0;
1934 /*********/
1935 /* POSTS */
1936 /*********/
1938 .post {
1939 max-width: 100%;
1942 .post-body {
1943 min-height: 8em;
1944 padding: 0 30px;
1945 line-height: 1.5;
1946 font-size: 1.3rem;
1947 overflow: auto;
1948 margin: 0.5em 0 0 0;
1950 h1.post-title {
1951 margin: 1.1em 0 0.35em 0;
1952 padding: 0 30px;
1953 text-align: center;
1954 font-size: 2.5em;
1955 line-height: 1;
1957 .post .post-meta {
1958 text-align: center;
1959 position: relative;
1960 z-index: 2;
1962 .post .top-post-meta:last-child {
1963 margin-bottom: 40px;
1965 .post .bottom-post-meta {
1966 margin: 0;
1967 padding: 20px 0;
1969 .bottom-post-meta {
1970 border-style: solid;
1971 border-width: 1px 0;
1974 /**********/
1975 /* EVENTS */
1976 /**********/
1978 .event-info .map {
1979 position: relative;
1980 width: 100%;
1981 margin: 2em 0 1em;
1984 .event-info .map::before {
1985 content: "";
1986 display: block;
1987 padding-bottom: 50%;
1990 .event-info .map iframe {
1991 width: 100%;
1992 height: 100%;
1993 border: 1px solid #000;
1994 position: absolute;
1995 top: 0;
1996 left: 0;
1999 .event-info ul {
2000 list-style: none;
2001 padding: 0;
2002 text-align: center;
2005 /*******************/
2006 /* POST NAVIGATION */
2007 /*******************/
2009 .post-nav-item {
2010 display: grid;
2011 grid-template: 100% / 32% 36% 32%;
2012 grid-template-areas:
2013 "prev seq next";
2015 .post-nav {
2016 display: flex;
2017 flex-flow: column;
2018 justify-content: flex-end;
2019 padding: 0.5em;
2022 .post-nav-title {
2023 font-size: 1.125em;
2024 line-height: 1.15;
2025 display: inline;
2026 border-top: 1px solid transparent;
2028 .post-nav.prev .post-nav-title,
2029 .post-nav.next .post-nav-title {
2030 border-bottom: 1px solid transparent;
2033 .sequence-title {
2034 align-items: center;
2035 text-align: center;
2036 grid-area: seq;
2038 .sequence-title .post-nav-title {
2039 font-size: 1.5em;
2042 .post-nav.prev {
2043 grid-area: prev;
2044 align-items: flex-start;
2046 .post-nav.prev .post-nav-title::before {
2047 content: "\F0D9\2005";
2049 .post-nav.next {
2050 grid-area: next;
2051 text-align: right;
2052 align-items: flex-end;
2054 .post-nav.prev .post-nav-label,
2055 .post-nav.next .post-nav-label {
2056 display: none;
2058 .post-nav.next .post-nav-title::after {
2059 content: "\2004\F0DA";
2061 .post-nav.prev .post-nav-title::before,
2062 .post-nav.next .post-nav-title::after {
2063 font-family: Font Awesome;
2064 font-weight: 900;
2065 vertical-align: text-bottom;
2066 opacity: 0.75;
2068 .post-nav-links {
2069 max-width: 100%;
2072 @media only screen and (max-width: 900px) {
2073 .post-nav-item {
2074 font-size: 0.875em;
2075 grid-template: auto auto / 50% 50%;
2076 grid-template-areas:
2077 "prev next"
2078 "seq seq";
2080 .post-nav.prev .post-nav-title,
2081 .post-nav.next .post-nav-title {
2082 border-bottom: none;
2084 .post-nav.prev {
2085 margin: 0 0 0 -1px;
2086 position: relative;
2087 left: 1px;
2089 .sequence-title {
2090 padding: 0.75em 0;
2093 @media only screen and (max-width: 520px) {
2094 .post-nav-links + .comments {
2095 padding: 1em 0 0 0;
2099 .related-posts, .related-post-group {
2100 padding-bottom: 1em;
2102 .related-post-type {
2103 font-size: 1.2em;
2104 font-weight: 600;
2105 margin-top: 0.5em;
2106 margin-bottom: -0.5em;
2107 list-style-type: disc;
2108 margin-left: -0.5em;
2109 opacity: 0.7;
2111 .related-post-type::before {
2112 content: "\269c";
2113 font-size: 1.375em;
2114 font-weight: normal;
2115 margin-right: 0.15em;
2116 position: relative;
2117 vertical-align: baseline;
2118 top: 0.05em;
2120 .related-posts .post-type-prefix {
2121 display: none;
2124 .crosspost {
2125 padding: 0.1em 1em;
2126 margin: 1em auto;
2129 /**************/
2130 /* LINK POSTS */
2131 /**************/
2133 .post.link-post > .post-body > p:first-child {
2134 text-align: center;
2135 font-size: 1.125em;
2136 margin: 0.5em 0 0 0;
2138 .post.link-post > .post-body > p:only-child {
2139 font-size: 1.5em;
2140 margin: 1em 0;
2142 .post.link-post a.link-post-link::before {
2143 content: "\F0C1";
2144 font-family: "Font Awesome", "Font Awesome 5 Free";
2145 font-weight: 900;
2146 font-size: 0.75em;
2147 position: relative;
2148 top: -2px;
2149 margin-right: 0.25em;
2152 /************/
2153 /* COMMENTS */
2154 /************/
2156 .comments {
2157 max-width: 100%;
2158 padding: 0 0 1px 0;
2159 position: relative;
2161 .comments::before {
2162 content: "";
2163 position: absolute;
2164 display: block;
2165 top: 0;
2166 left: 0;
2167 width: 100%;
2168 height: 100%;
2169 pointer-events: none;
2171 ul.comment-thread {
2172 list-style-type: none;
2173 padding: 0;
2174 max-width: 100%;
2176 .comments .comment-thread > li {
2177 position: relative;
2179 #content > #top-nav-bar + .comment-thread .comment-item {
2180 margin-top: 0;
2183 .comment-item {
2184 margin: 2em 0 0 0;
2186 .comment-item .comment-item {
2187 margin: 1em 8px 8px 16px;
2189 .comment-item .comment-item + .comment-item {
2190 margin: 2em 8px 8px 16px;
2193 .comment-body {
2194 line-height: 1.45;
2195 font-size: 1.2rem;
2196 padding: 10px;
2198 .comment-body ul {
2199 list-style-type: circle;
2201 .comment-body > *:first-child {
2202 margin-top: 0;
2204 .comment-body > *:last-child {
2205 margin-bottom: 0;
2208 .comments-empty-message {
2209 width: 100%;
2210 text-align: center;
2211 padding: 0.75em 0 0.9em 0;
2212 font-size: 1.375em;
2215 /**********************************/
2216 /* DEEP COMMENT THREAD COLLAPSING */
2217 /**********************************/
2219 .comment-item > input[id^="expand"] {
2220 display: none;
2222 .comment-item > input[id^="expand"] + label {
2223 display: block;
2224 visibility: hidden;
2225 position: relative;
2226 margin: 8px 9px;
2228 .comment-item > input[id^="expand"] + label::after {
2229 content: "(Expand " attr(data-child-count) " below)";
2230 visibility: visible;
2231 position: absolute;
2232 left: 0;
2233 white-space: nowrap;
2234 cursor: pointer;
2236 .comment-item > input[id^="expand"]:checked + label::after {
2237 content: "(Collapse " attr(data-child-count) " below)";
2239 .comment-item > input[id^="expand"] ~ .comment-thread {
2240 max-height: 34px;
2241 overflow: hidden;
2243 .comment-item > input[id^="expand"] ~ .comment-thread > li:first-child {
2244 margin-top: 0;
2246 .comment-item > input[id^="expand"]:checked ~ .comment-thread {
2247 max-height: 1000000px;
2250 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
2251 margin: 0;
2253 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item a.comment-parent-link:hover::after {
2254 display: none;
2257 /*************/
2258 /* BACKLINKS */
2259 /*************/
2261 .backlinks > input {
2262 display: none;
2265 .backlinks > label {
2266 margin-left: 10px;
2267 display: block;
2268 color: #00f;
2269 cursor: pointer;
2272 .backlinks > label::before {
2273 content: " ";
2274 border-left: 5px solid currentColor;
2275 border-top: 5px solid transparent;
2276 border-bottom: 5px solid transparent;
2277 transition: transform 0.25s ease-out;
2278 transform-origin: 29% 55%;
2279 display: inline-block;
2280 padding-right: 0.5em;
2283 .backlinks > input:checked + label::before {
2284 transform: rotate(90deg);
2287 .backlinks li {
2288 margin-top: 0;
2291 .backlinks > ul {
2292 height: 0;
2293 perspective-origin: top;
2294 transform: perspective(100em) rotateX(-90deg);
2295 transform-origin: center top;
2296 opacity: 0;
2297 margin-top: 0.5em;
2298 margin-bottom: 0.5em;
2301 .backlinks > input:checked ~ ul {
2302 height: auto;
2303 transform: perspective(100em) rotateX(0deg);
2304 transition: transform 0.25s ease-in, opacity 0.25s ease-in;
2305 opacity: 1;
2308 /****************/
2309 /* COMMENT-META */
2310 /****************/
2312 .comment-meta {
2313 padding: 2px 24px 2px 10px;
2314 margin: 0 -1px;
2315 border: none;
2316 display: flex;
2317 flex-flow: row wrap;
2318 align-items: baseline;
2320 .user-page .comment-meta,
2321 .conversation-page .comment-meta {
2322 padding-right: 10px;
2324 .comment-meta .comment-post-title {
2325 flex-basis: 100%;
2326 overflow: hidden;
2327 text-overflow: ellipsis;
2328 white-space: nowrap;
2329 line-height: 1.3;
2331 .conversation-page .comment-meta .comment-post-title {
2332 margin: 0;
2333 flex-basis: unset;
2334 flex: 1 0 auto;
2335 text-align: right;
2336 display: none; /* Not sure if we need to display this... */
2338 .comment-item .author:not(.redacted).original-poster::after {
2339 content: "\2004(OP)";
2340 font-size: 0.75em;
2343 /*****************************/
2344 /* COMMENT THREAD NAVIGATION */
2345 /*****************************/
2347 a.comment-parent-link:not(.inline-author),
2348 a.comment-parent-link.inline-author::before {
2349 opacity: 0.5;
2351 a.comment-parent-link:hover {
2352 opacity: 1.0;
2354 a.comment-parent-link::before {
2355 content: "\F062";
2356 font-family: "Font Awesome", "Font Awesome 5 Free";
2357 font-weight: 900;
2358 font-size: 0.75rem;
2359 line-height: 1;
2360 position: absolute;
2361 z-index: 1;
2362 display: block;
2363 padding: 3px 3px 0 3px;
2364 width: 16px;
2365 height: calc(100% + 2px);
2366 top: -1px;
2367 left: -17px;
2369 a.comment-parent-link::after {
2370 content: "";
2371 position: absolute;
2372 z-index: 0;
2373 display: block;
2374 width: calc(100% + 26px);
2375 height: calc(100% + 38px);
2376 top: -29px;
2377 left: -17px;
2378 pointer-events: none;
2379 overflow: hidden;
2380 visibility: hidden;
2382 a.comment-parent-link:hover::after {
2383 visibility: visible;
2386 .comment-child-links {
2387 flex-basis: 100%;
2389 .comment-child-link {
2390 margin: 0 0.25em;
2391 display: inline-block;
2393 .comment-child-link::before {
2394 content: ">";
2395 display: inline-block;
2396 margin: 0 2px 0 0;
2399 .comment-popup {
2400 position: fixed;
2401 top: 10%;
2402 right: 10%;
2403 max-width: 700px;
2404 z-index: 10001;
2405 font-size: 1rem;
2406 white-space: unset;
2407 pointer-events: none;
2409 .comment-popup .comment-parent-link {
2410 display: none;
2412 .comment-popup .comment-body {
2413 font-size: 1.0625rem;
2416 .comment-item.depth-odd {
2417 --GW-comment-background-color: var(--GW-comment-background-color-odd);
2418 --GW-comment-parent-background-color: var(--GW-comment-background-color-even);
2420 .comment-item.depth-even {
2421 --GW-comment-background-color: var(--GW-comment-background-color-even);
2422 --GW-comment-parent-background-color: var(--GW-comment-background-color-odd);
2425 .comment-item:target {
2426 --GW-comment-background-color: var(--GW-comment-background-color-target);
2428 .comment-item:target > .comment-thread > .comment-item {
2429 --GW-comment-parent-background-color: var(--GW-comment-background-color-target);
2432 /**********************/
2433 /* COMMENT PERMALINKS */
2434 /**********************/
2435 /********************/
2436 /* COMMENT LW LINKS */
2437 /********************/
2439 .comment-meta .permalink::before,
2440 .comment-meta .lw2-link::before,
2441 .individual-thread-page a.comment-parent-link:empty::before {
2442 content: "";
2443 display: inline-block;
2444 width: 1rem;
2445 height: 1rem;
2446 border-radius: 3px;
2447 box-shadow:
2448 0 0 0 1px #fff,
2449 0 0 0 2px #00e,
2450 0 0 0 3px transparent;
2451 padding: 0 0 0 2px;
2452 background-size: 100%;
2453 position: relative;
2454 top: 2px;
2455 opacity: 0.5;
2457 .comment-meta .permalink::before {
2458 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');
2460 .comment-meta .lw2-link::before {
2461 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==');
2463 .individual-thread-page a.comment-parent-link:empty::before {
2464 left: unset;
2465 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==');
2467 .comment-meta .permalink:hover::before {
2468 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');
2470 .comment-meta .lw2-link:hover::before {
2471 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==');
2473 .individual-thread-page a.comment-parent-link:empty:hover::before {
2474 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=');
2476 .comment-meta .permalink:hover::before,
2477 .comment-meta .lw2-link:hover::before,
2478 .individual-thread-page a.comment-parent-link:empty:hover::before {
2479 box-shadow:
2480 0 0 0 2px #00e,
2481 0 0 0 3px transparent;
2482 opacity: 1.0;
2483 filter: unset;
2485 .comment-meta .permalink:active::before,
2486 .comment-meta .lw2-link:active::before,
2487 .individual-thread-page a.comment-parent-link:empty:active::before {
2488 transform: scale(0.9);
2491 .comment-meta .permalink,
2492 .comment-meta .lw2-link,
2493 .individual-thread-page .comment-parent-link:empty {
2494 position: relative;
2495 opacity: 1.0;
2497 .comment-meta .permalink::after,
2498 .comment-meta .lw2-link::after,
2499 .individual-thread-page .comment-parent-link:empty::after {
2500 content: "";
2501 width: 30px;
2502 height: 30px;
2503 display: block;
2504 position: absolute;
2505 top: -2px;
2506 left: -7px;
2507 box-shadow: none;
2508 pointer-events: auto;
2509 visibility: visible;
2512 /*************************/
2513 /* COMMENTS COMPACT VIEW */
2514 /*************************/
2516 #comments-list-mode-selector,
2517 #content.index-page #comments-list-mode-selector,
2518 #content.user-page #comments-list-mode-selector {
2519 padding-top: 6px;
2520 grid-column: 1;
2521 position: unset;
2522 z-index: 1;
2523 justify-self: start;
2524 align-self: start;
2526 #comments-list-mode-selector button {
2527 color: transparent;
2528 width: 32px;
2529 height: 32px;
2530 padding: 6px;
2531 margin: 1px;
2532 overflow: hidden;
2533 background-repeat: no-repeat;
2534 background-size: 100%;
2535 background-origin: content-box;
2537 #comments-list-mode-selector button:disabled {
2538 cursor: auto;
2540 #comments-list-mode-selector button.expanded {
2541 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJTnI+py+0Po5wn2Iuz3lrxD25eSIJjiWZnyq4s6r5kLJtJndK4eO9z77NRhsSi8YhMKpfMpvMJjTqDIR3VYr1mqdtg1/fdhXHjWll2fqVb0rY7WQAAOw==');
2543 #comments-list-mode-selector button.compact {
2544 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJXnI+py+0Po5y0uoCz3rxz5YViB46mWJ7qlq5u66rWTNf2fcQxrI98H/oBSYnhSWjU4JbMJi7pK0KD0ikRYfUgp1uo8wsOM7LXHJlVPWO6SbbRPRTL57gCADs=');
2546 @media only screen and (max-resolution: 1dppx) {
2547 #comments-list-mode-selector button.expanded {
2548 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKampqqqqv///wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCJSasV7Gqat+6eBYbcQopRqq5s257VeMokHdoevrm8mgAAOw==');
2550 #comments-list-mode-selector button.compact {
2551 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKqqqtvb2////wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCFSasN7Gqat45g433LeHUmF65phbZvurLtFJv3OO98zyQAOw==');
2555 #content > ul.comment-thread > li.comment-item,
2556 #content.compact > ul.comment-thread > li.comment-item {
2557 margin: 0;
2560 #content > .comment-thread {
2561 margin: 1em 0;
2563 #content.compact > .comment-thread {
2564 font-size: 0.9375rem;
2565 margin: 0.5em 0;
2567 #content.compact > .comment-thread:hover {
2568 z-index: 1;
2570 #content.compact > .comment-thread .comment-body {
2571 font-size: 1.0625rem;
2573 #content.compact > .comment-thread .comment-item,
2574 #content.index-page .comment-item.ignored,
2575 #content.inbox-user-page .comment-item.ignored {
2576 max-height: 61px;
2577 margin-top: 1em;
2578 overflow: hidden;
2579 position: relative;
2581 #content.compact > .comment-thread .comment-item {
2582 pointer-events: none;
2584 #content.compact > .comment-thread .comment-item::after {
2585 content: "…";
2586 position: absolute;
2587 right: 0;
2588 bottom: 0;
2589 font-size: 2rem;
2590 line-height: 1;
2591 padding: 0 16px 10px 64px;
2592 pointer-events: auto;
2594 @media only screen and (hover: hover) {
2595 #content.compact:not(:focus-within) > .comment-thread .comment-item:hover,
2596 #content.compact > .comment-thread .comment-item.expanded {
2597 overflow: visible;
2598 pointer-events: auto;
2599 z-index: 10;
2602 @media only screen and (hover: none) {
2603 #content.compact > .comment-thread.expanded .comment-item {
2604 overflow: visible;
2605 pointer-events: auto;
2606 z-index: 10;
2609 #content.compact > .comment-thread .comment-item .comment-meta {
2610 white-space: nowrap;
2611 overflow: hidden;
2612 text-overflow: ellipsis;
2613 padding: 2px 10px;
2615 #content.compact > .comment-thread .comment-item:hover .comment-meta {
2616 white-space: unset;
2618 #content.compact > .comment-thread .comment-item .comment-meta a {
2619 pointer-events: auto;
2621 #content.compact > .comment-thread .comment-item .comment-meta .comment-post-title {
2622 display: inline;
2624 #content.compact > .comment-thread .comment-item .comment-meta .voting-controls + .comment-post-title {
2625 margin-left: 0.75em;
2627 @media only screen and (hover: hover) {
2628 #content.compact > .comment-thread:last-of-type .comment-item:hover,
2629 #content.compact > .comment-thread:last-of-type .comment-item.expanded {
2630 max-height: unset;
2632 #content.compact > .comment-thread .comment-item:hover .comment,
2633 #content.compact > .comment-thread .comment-item.expanded .comment {
2634 position: relative;
2635 z-index: 1;
2636 margin-bottom: 2em;
2637 bottom: 0;
2639 #content.compact > .comment-thread .comment-item:hover .comment::before,
2640 #content.compact > .comment-thread .comment-item.expanded .comment::before{
2641 content: "";
2642 position: absolute;
2643 display: block;
2644 width: calc(100% + 20px);
2645 height: calc(100% + 20px);
2646 z-index: -1;
2647 top: -10px;
2648 left: -10px;
2650 #content.compact > .comment-thread:last-of-type .comment-item:hover .comment,
2651 #content.compact > .comment-thread:last-of-type .comment-item.expanded .comment{
2652 margin: 0;
2655 @media only screen and (hover: none) {
2656 #content.compact > .comment-thread.expanded:last-of-type .comment-item {
2657 max-height: unset;
2659 #content.compact > .comment-thread.expanded .comment-item .comment {
2660 position: relative;
2661 z-index: 1;
2662 margin-bottom: 2em;
2663 bottom: 0;
2665 #content.compact > .comment-thread.expanded .comment-item .comment::before {
2666 content: "";
2667 position: absolute;
2668 display: block;
2669 width: calc(100% + 14px);
2670 height: calc(100% + 20px);
2671 z-index: -1;
2672 top: -10px;
2673 left: -10px;
2675 #content.compact > .comment-thread.expanded:last-of-type .comment-item .comment {
2676 margin: 0;
2678 #content.compact > .comment-thread.expanded .comment-item .comment::after {
2679 content: "";
2680 display: block;
2681 position: fixed;
2682 top: 0;
2683 left: 0;
2684 width: 100%;
2685 height: 100%;
2686 z-index: -2;
2687 background-color: rgba(0,0,0,0.5);
2691 /*****************************/
2692 /* HIGHLIGHTING NEW COMMENTS */
2693 /*****************************/
2695 .new-comment::before {
2696 content: "";
2697 position: absolute;
2698 width: 100%;
2699 height: 100%;
2700 z-index: 5000;
2701 pointer-events: none;
2704 /***********************************/
2705 /* COMMENT THREAD MINIMIZE BUTTONS */
2706 /***********************************/
2708 .comment-minimize-button {
2709 font-family: "Font Awesome", "Font Awesome 5 Free";
2710 font-weight: 900;
2711 font-size: 1.25rem;
2712 line-height: 1;
2713 position: absolute;
2714 right: 1px;
2715 top: 1px;
2716 width: 18px;
2717 margin: 0;
2718 cursor: pointer;
2720 .comment-minimize-button:active {
2721 transform: scale(0.9);
2723 .comment-minimize-button::after {
2724 content: attr(data-child-count);
2725 font-weight: normal;
2726 font-size: 0.8125rem;
2727 position: absolute;
2728 left: 0;
2729 width: 100%;
2730 text-align: center;
2731 top: 21px;
2733 #content.individual-thread-page .comment-minimize-button {
2734 display: none;
2737 /*****************/
2738 /* IGNORE SYSTEM */
2739 /*****************/
2741 #content.comment-thread-page .comment-item.ignored {
2742 height: 38px;
2743 overflow: hidden;
2745 .comment-item.ignored > .comment > .comment-meta > .author {
2746 text-decoration: line-through;
2749 /***********************************/
2750 /* INDIVIDUAL COMMENT THREAD PAGES */
2751 /***********************************/
2753 .individual-thread-page > h1 {
2754 line-height: 1;
2755 margin: 0.75em 0 3px 0;
2757 .individual-thread-page .comments {
2758 border: none;
2761 /*************/
2762 /* SHORTFORM */
2763 /*************/
2765 .shortform-index-page .comments::before {
2766 border: none;
2767 box-shadow: none;
2770 .shortform-index-page .comments > .comment-thread > .comment-item:first-child {
2771 margin-top: 0;
2774 /****************/
2775 /* VOTE BUTTONS */
2776 /****************/
2778 .vote {
2779 margin: 0;
2781 .vote {
2782 font-family: "Font Awesome", "Font Awesome 5 Free";
2783 font-weight: 900;
2784 border: none;
2787 .vote:disabled {
2788 visibility: hidden;
2789 cursor: default;
2792 @keyframes waiting {
2793 0% {background-position: 200% 0%}
2794 100% {background-position: 0% 0%}
2797 .voting-controls .karma-value {
2798 opacity: 1;
2799 transition: opacity 0.5s linear;
2802 .voting-controls.waiting .karma-value {
2803 opacity: 0.5;
2804 background: repeat-x linear-gradient(70deg, #000 50%, #fff 75%, #000);
2805 background-clip: text;
2806 -webkit-background-clip: text;
2807 color: transparent;
2808 background-position: 200% 0%;
2809 background-size: 200% 100%;
2810 animation: waiting 1s linear infinite;
2813 /* Replicated karma controls at bottom of comments. */
2814 .comment-controls .voting-controls {
2815 float: left;
2816 font-size: 0.9375em;
2819 .comment-controls .voting-controls:first-of-type {
2820 margin-left: -14px;
2823 /*****************************/
2824 /* COMMENTING AND POSTING UI */
2825 /*****************************/
2827 .comment-controls {
2828 text-align: right;
2829 margin: 0 8px 8px 16px;
2830 position: relative;
2831 z-index: 9999;
2833 .comment-thread .comment-controls + .comment-thread > li:first-child {
2834 margin-top: 8px;
2836 .comments > .comment-controls {
2837 margin: 8px 0 0 0;
2839 .comments > .comment-controls:last-child {
2840 margin: 8px 0 16px 0;
2843 .posting-controls input[type='submit'] {
2844 margin: 6px;
2845 padding: 4px 10px;
2846 font-size: 1.125rem;
2849 .comment-controls .cancel-comment-button {
2850 position: absolute;
2851 right: 0;
2852 margin: 0;
2853 height: 27px;
2854 font-size: inherit;
2855 padding: 4px 8px 2px 4px;
2856 z-index: 1;
2858 .comment-controls .cancel-comment-button::before {
2859 font-family: "Font Awesome", "Font Awesome 5 Free";
2860 margin-right: 3px;
2861 content: '\F00D';
2862 font-weight: 900;
2863 font-size: 0.9em;
2864 opacity: 0.7;
2867 .comment + .comment-controls .action-button {
2868 font-weight: normal;
2869 font-size: 1.0625em;
2870 padding: 1px 6px;
2872 .comment-controls .action-button::before {
2873 font-family: "Font Awesome", "Font Awesome 5 Free";
2874 margin-right: 3px;
2876 .new-comment-button {
2877 font-size: 1.5rem;
2878 margin: 0 0.25em;
2880 .comment-controls .reply-button::before {
2881 content: '\F3E5';
2882 font-weight: 900;
2883 font-size: 0.9em;
2884 opacity: 0.6;
2886 .comment-meta .replied::before {
2887 content: '\F3E5';
2888 font-family: "Font Awesome", "Font Awesome 5 Free";
2889 color: #090;
2890 font-weight: 900;
2891 font-size: 0.9em;
2892 opacity: 0.6;
2895 .post-controls {
2896 text-align: right;
2897 margin: 0.75em 0 0 0;
2898 align-self: start;
2899 justify-self: end;
2901 .edit-post-link {
2902 display: inline-block;
2903 margin-bottom: 0.25em;
2904 font-size: 1.125rem;
2906 .edit-post-link::before {
2907 margin-right: 0.3em;
2909 .comment-controls .edit-button::before,
2910 .edit-post-link::before {
2911 content: '\F303';
2912 font-family: "Font Awesome", "Font Awesome 5 Free";
2913 font-weight: 900;
2914 font-size: 0.75em;
2915 position: relative;
2916 top: -1px;
2919 .comment-controls .delete-button {
2920 margin-right: 0.25em;
2922 .comment-controls .edit-button,
2923 .comment-controls .retract-button,
2924 .comment-controls .unretract-button {
2925 margin-right: 1em;
2927 .comment-controls .retract-button::before {
2928 content: '\F4B3';
2929 opacity: 0.6;
2931 .comment-controls .unretract-button::before {
2932 content: '\F075';
2933 opacity: 0.9;
2935 .comment-controls .delete-button::before {
2936 content: '\F05E';
2937 opacity: 0.7;
2939 .comment-controls .retract-button::before,
2940 .comment-controls .unretract-button::before,
2941 .comment-controls .delete-button::before {
2942 font-weight: 900;
2943 font-size: 0.9em;
2946 .comment-controls form {
2947 position: relative;
2949 .textarea-container {
2950 position: relative;
2952 .posting-controls textarea {
2953 display: block;
2954 width: 100%;
2955 height: 15em;
2956 min-height: 15em;
2957 max-height: calc(100vh - 6em);
2958 margin: 2px 0 0 0;
2959 padding: 4px 5px;
2960 font-size: 1.2rem;
2961 border-style: solid;
2962 border-width: 29px 1px 1px 1px;
2963 resize: none;
2966 /* GUIEdit buttons */
2968 .guiedit-buttons-container {
2969 position: absolute;
2970 left: 1px;
2971 top: 1px;
2972 width: calc(100% - 2px);
2973 height: 28px;
2974 text-align: left;
2975 padding: 1px 4px 0 4px;
2976 overflow: hidden;
2978 .comment-thread-page .guiedit-buttons-container {
2979 padding-right: 60px;
2981 .guiedit-buttons-container button {
2982 height: 26px;
2983 padding: 0 7px;
2984 font-weight: 900;
2985 font-size: 0.875rem;
2986 line-height: 1;
2987 position: static;
2989 .guiedit-buttons-container button:active {
2990 transform: none;
2992 .guiedit-buttons-container button:active div {
2993 transform: scale(0.9);
2995 .guiedit-buttons-container button sup {
2996 font-weight: bold;
2998 .guiedit::after {
2999 content: attr(data-tooltip);
3000 position: absolute;
3001 font-weight: normal;
3002 font-size: 1rem;
3003 top: 2px;
3004 left: 464px;
3005 height: 25px;
3006 padding: 4px 0;
3007 white-space: nowrap;
3008 visibility: hidden;
3010 .guiedit:hover::after {
3011 visibility: visible;
3014 /* Markdown hints */
3016 .posting-controls .markdown-reference-link {
3017 float: left;
3018 padding: 1px 0 0 6px;
3020 .posting-controls .markdown-reference-link a {
3021 padding-right: 1.5em;
3022 margin-right: 0.15em;
3023 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');
3024 background-size: 1.25em;
3025 background-repeat: no-repeat;
3026 background-position: right center;
3029 #markdown-hints-checkbox + label {
3030 float: left;
3031 margin: 2px 0 0 1em;
3032 line-height: 1.3;
3033 cursor: pointer;
3035 #edit-post-form #markdown-hints-checkbox + label {
3036 padding: 0;
3038 #markdown-hints-checkbox {
3039 visibility: hidden;
3040 float: left;
3042 #markdown-hints-checkbox + label::after {
3043 content: "(Show Markdown help)";
3045 #markdown-hints-checkbox:checked + label::after {
3046 content: "(Hide Markdown help)";
3048 #markdown-hints-checkbox + label::before {
3049 content: '\F059';
3050 font-family: "Font Awesome", "Font Awesome 5 Free";
3051 font-weight: 900;
3052 margin-right: 3px;
3054 #markdown-hints-checkbox:checked + label::before {
3055 font-weight: normal;
3057 #markdown-hints {
3058 margin: 4px 0 0 4px;
3059 padding: 4px 8px;
3060 position: absolute;
3061 text-align: left;
3062 top: calc(100% - 1em);
3063 z-index: 1;
3064 display: none;
3066 .comment-controls #markdown-hints {
3067 top: calc(100% + 1.75em);
3069 #markdown-hints-checkbox:checked ~ #markdown-hints {
3070 display: table;
3072 .markdown-hints-row {
3073 display: table-row;
3075 #markdown-hints .markdown-hints-row span,
3076 #markdown-hints .markdown-hints-row code {
3077 float: none;
3078 display: table-cell;
3079 border: none;
3080 background-color: inherit;
3081 padding: 0 12px 0 0;
3084 /******************/
3085 /* EDIT POST FORM */
3086 /******************/
3088 #edit-post-form {
3089 padding: 1em 1em 4em 1em;
3091 #edit-post-form .post-meta-fields {
3092 display: grid;
3093 grid-template-columns: 5em auto auto auto 1fr auto;
3094 margin-bottom: 0.625em;
3097 #edit-post-form label[for='title'],
3098 #edit-post-form label[for='url'],
3099 #edit-post-form label[for='section'] {
3100 grid-column: 1;
3102 #edit-post-form input[type='text'] {
3103 padding: 0.25em;
3104 grid-column: 2 / span 4;
3105 margin-bottom: 0.5em;
3108 #edit-post-form .link-post-checkbox,
3109 #edit-post-form .link-post-checkbox + label {
3110 grid-row: 1;
3111 grid-column: 6;
3113 #edit-post-form .question-checkbox,
3114 #edit-post-form .question-checkbox + label {
3115 grid-row: 3;
3116 grid-column: 5;
3117 justify-self: start;
3118 margin-left: 1.5em;
3121 #edit-post-form .post-meta-fields label[for="submit-to-frontpage"] {
3122 grid-row: 4;
3123 grid-column: 2 / span 4;
3124 text-align: left;
3125 margin-top: 8px;
3128 #edit-post-form .post-meta-fields input[type='checkbox'] {
3129 height: 0;
3130 opacity: 0;
3131 pointer-events: none;
3133 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
3134 white-space: nowrap;
3135 position: relative;
3136 cursor: pointer;
3137 padding: 0.25em 0.5em 0.25em calc(20px + 0.25em + 0.3725em);
3138 align-self: start;
3140 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
3141 content: "";
3142 font-family: "Font Awesome", "Font Awesome 5 Free";
3143 font-size: 1.375rem;
3144 line-height: 0.7;
3145 text-indent: 1px;
3146 font-weight: 900;
3147 position: absolute;
3148 width: 20px;
3149 height: 20px;
3150 left: 5px;
3152 #edit-post-form label[for='url'],
3153 #edit-post-form input[name='url'] {
3154 display: none;
3156 #edit-post-form .link-post-checkbox:checked ~ label[for='url'],
3157 #edit-post-form .link-post-checkbox:checked ~ input[name='url'] {
3158 display: initial;
3160 #edit-post-form label {
3161 line-height: normal;
3162 border: 1px solid transparent;
3163 text-align: right;
3164 padding: 0.25em 0.5em;
3165 white-space: nowrap;
3167 #edit-post-form input[type='radio'] {
3168 width: 0;
3169 margin: 0;
3170 opacity: 0;
3171 pointer-events: none;
3173 #edit-post-form input[type='radio'] + label {
3174 padding: 4px 12px;
3175 text-align: center;
3176 border-style: solid;
3177 border-width: 1px 1px 1px 0;
3178 cursor: pointer;
3180 #edit-post-form input[type='radio']:checked + label {
3181 cursor: default;
3184 #edit-post-form label[for='section'] {
3185 grid-row: 3;
3187 #edit-post-form input[type='radio'] + label {
3188 grid-row: 3;
3190 @supports (width: -moz-fit-content) {
3191 #edit-post-form input[type='radio'] + label {
3192 width: -moz-fit-content;
3195 @supports (width: fit-content) {
3196 #edit-post-form input[type='radio'] + label {
3197 width: fit-content;
3201 #edit-post-form textarea {
3202 min-height: 24em;
3205 #edit-post-form input[type='submit'] {
3206 padding: 6px 12px;
3207 float: right;
3209 #edit-post-form #markdown-hints {
3210 top: calc(100% + 2em);
3213 #edit-post-form button.guiedit div {
3214 overflow: visible;
3216 .guiedit-mobile-auxiliary-button {
3217 display: none;
3220 /***********/
3221 /* BUTTONS */
3222 /***********/
3224 button,
3225 input[type='submit'] {
3226 font-family: inherit;
3227 font-size: inherit;
3228 background-color: inherit;
3229 cursor: pointer;
3230 border: none;
3231 border-radius: 0;
3234 /************/
3235 /* HEADINGS */
3236 /************/
3238 .body-text h1,
3239 .body-text h2,
3240 .body-text h3,
3241 .body-text h4,
3242 .body-text h5,
3243 .body-text h6 {
3244 line-height: 1.1;
3245 margin: 1em 0 0.75em 0;
3246 text-align: left;
3249 .post-body h5,
3250 .post-body h6 {
3251 font-size: 1em;
3253 .post-body h4,
3254 .body-text h4 {
3255 font-size: 1.2em;
3257 .post-body h3,
3258 .body-text h3 {
3259 font-size: 1.4em;
3261 .post-body h2,
3262 .body-text h2 {
3263 font-size: 1.75em;
3265 .post-body h1,
3266 .body-text h1 {
3267 font-size: 2.1em;
3270 .comment-body h5,
3271 .comment-body h6 {
3272 font-size: 1em;
3274 .comment-body h4 {
3275 font-size: 1.15em;
3277 .comment-body h3 {
3278 font-size: 1.3em;
3280 .comment-body h2 {
3281 font-size: 1.5em;
3283 .comment-body h1 {
3284 font-size: 1.75em;
3287 /**********/
3288 /* QUOTES */
3289 /**********/
3291 blockquote,
3292 .post-body .comment-box .comment-body {
3293 font-size: 0.9em;
3294 margin: 1em 0;
3295 padding-left: 0.5em;
3296 margin-left: 1px;
3297 padding-bottom: 3px;
3299 blockquote *:first-child {
3300 margin-top: 0;
3302 blockquote *:last-child {
3303 margin-bottom: 0;
3305 blockquote blockquote {
3306 font-size: 0.95em;
3309 /* Pseudo-blockquotes that LW sometimes uses for some reason */
3311 .post-body .comment-box .user-name {
3312 font-style: italic;
3314 .post-body .comment-box .user-name::after {
3315 content: ":";
3317 .post-body .comment-box {
3318 zoom: 1.25;
3321 /**********/
3322 /* IMAGES */
3323 /**********/
3325 #content img, #content figure {
3326 max-width: 100%;
3329 .prediction-poll > svg {
3330 width: 700px;
3331 max-width: 100%;
3334 img.inline-latex {
3335 position: relative;
3336 top: 2.5px;
3337 margin: 0 2px;
3340 #content figure {
3341 text-align: center;
3342 margin: 1.5em auto;
3345 p.imgonly,
3346 div.imgonly,
3347 figure {
3348 text-align: center;
3349 margin: auto;
3350 clear: both;
3353 .imgonly iframe {
3354 display: block;
3355 width: 100%;
3356 height: 250px;
3357 border: 0;
3360 // Aspect ratio trick from https://css-tricks.com/aspect-ratio-boxes/
3362 [style*="--aspect-ratio"] > * {
3363 width: 100%;
3365 [style*="--aspect-ratio"] > img {
3366 height: auto;
3368 @supports (--custom:property) {
3369 [style*="--aspect-ratio"] {
3370 position: relative;
3372 [style*="--aspect-ratio"]::before {
3373 content: "";
3374 display: block;
3375 padding-bottom: calc(100% / (var(--aspect-ratio)));
3377 [style*="--aspect-ratio"] > * {
3378 position: absolute;
3379 top: 0;
3380 left: 0;
3381 height: 100%;
3385 /**********/
3386 /* TABLES */
3387 /**********/
3389 .body-text table {
3390 border-collapse: collapse;
3391 font-size: 0.875em;
3393 .body-text table th,
3394 .body-text table td {
3395 text-align: left;
3396 padding: 4px 6px;
3397 line-height: 1.3;
3399 .body-text table .numeric {
3400 text-align: right;
3401 font-family: Inconsolata, Menlo, monospace;
3403 .body-text table caption {
3404 margin: 0 0 0.25em 0;
3405 font-weight: bold;
3406 font-size: 1.125em;
3409 /********/
3410 /* MISC */
3411 /********/
3413 /*= Superscripts & subscripts =*/
3415 /* Make sure superscripts and subscripts do not affect line spacing. */
3416 sup, sub {
3417 vertical-align: baseline;
3418 position: relative;
3419 top: -0.5em;
3420 left: 0.05em;
3421 font-size: 0.8em;
3423 sub {
3424 top: 0.3em;
3427 /*= Code blocks & other "unstyled" text. =*/
3429 pre,
3430 code {
3431 font-family: Inconsolata, Menlo, monospace;
3433 pre {
3434 white-space: pre-wrap;
3436 .body-text pre {
3437 text-align: left;
3439 code {
3440 font-size: 0.95em;
3441 display: inline-block;
3442 padding: 0 4px 1px 5px;
3444 pre > code {
3445 display: block;
3446 border-radius: 0;
3447 padding: 3px 4px 5px 8px;
3448 tab-size: 4;
3451 /*= Fractions =*/
3453 .frac::after {
3454 content: "\200B";
3457 /*= Removing browser default styling of various elements =*/
3459 /* On various input elements such as text fields and buttons, remove "blue glow" focus outlines on Macs, dotted black outlines in Firefox, etc. */
3460 :focus {
3461 outline: none;
3464 /* Remove "embossed" appearance of horizontal rules. */
3465 hr {
3466 border: none;
3469 input,
3470 button,
3471 textarea {
3472 -webkit-appearance: none;
3473 -moz-appearance: none;
3474 appearance: none;
3477 input {
3478 font-family: inherit;
3479 font-size: inherit;
3480 font-weight: inherit;
3483 /*************/
3484 /* FOOTNOTES */
3485 /*************/
3487 ol {
3488 counter-reset: ordered-list;
3490 .footnote-definition {
3491 font-size: 0.9em;
3492 list-style-type: none;
3493 counter-increment: ordered-list;
3494 position: relative;
3496 .footnote-definition p {
3497 font-size: inherit !important;
3499 .footnote-definition::before {
3500 content: counter(ordered-list) ".";
3501 position: absolute;
3502 left: -2.5em;
3503 font-weight: bold;
3504 text-align: right;
3505 width: 2em;
3508 /*= LW Docs footnotes =*/
3510 .footnote-item {
3511 display: flex;
3514 .footnote-item > :not(.nothing) {
3515 margin: 0 0.2em;
3518 .footnote-item > :first-child {
3519 margin-left: -0.2em;
3520 margin-right: 0;
3523 .footnote-back-link a:not(.nothing) {
3524 font-size: 0;
3525 text-decoration: none;
3526 border: none;
3529 .footnote-back-link a:not(.nothing):hover {
3530 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #00e;
3531 border: none;
3532 text-decoration: none;
3535 .footnote-back-link a::after {
3536 content: '\F106';
3537 font-family: Font Awesome;
3538 font-size: 1rem;
3539 padding: 0.2em;
3540 text-decoration: none;
3541 font-weight: bold;
3544 .footnote-content > :first-child {
3545 margin-top: 0;
3548 /*********/
3549 /* LISTS */
3550 /*********/
3552 li {
3553 margin-bottom: 0.5em;
3556 .body-text ol p,
3557 .body-text ul p {
3558 margin: 0.5em 0;
3561 .body-text ol {
3562 list-style: none;
3563 padding: 0;
3564 counter-reset: ol;
3566 .body-text ol > li {
3567 position: relative;
3568 counter-increment: ol;
3569 padding: 0 0 0 2.5em;
3570 margin: 0.25em 0 0 0;
3572 .body-text ol > li::before {
3573 content: counter(ol) ".";
3574 position: absolute;
3575 width: 2em;
3576 text-align: right;
3577 left: 0;
3579 .body-text ul {
3580 list-style: none;
3581 padding: 0;
3583 .body-text ul:not(.contents-list) > li:empty {
3584 padding-bottom: 1.25em;
3586 .body-text ul:not(.contents-list) > li {
3587 position: relative;
3588 padding: 0 0 0 1.75em;
3589 margin: 0.25em 0 0 0;
3591 .body-text ul:not(.contents-list) > li ul > li {
3592 padding: 0 0 0 2em;
3594 .body-text ul:not(.contents-list) > li::before {
3595 content: "•";
3596 position: absolute;
3597 width: 1.25em;
3598 text-align: right;
3599 left: 0;
3601 .body-text ul:not(.contents-list) > li ul > li::before {
3602 width: 1.5em;
3604 .body-text li > ul:first-child > li {
3605 padding-left: 0;
3607 .body-text li > ul:first-child > li::before {
3608 content: none;
3611 /**************/
3612 /* ERROR PAGE */
3613 /**************/
3615 .error-retry-form {
3616 margin: 0.5em 0;
3619 .error-retry-form input[type="submit"] {
3620 border: 1px solid #aaa;
3621 font-weight: bold;
3622 font-size: 1.125rem;
3623 padding: 0.5em 1.25em;
3626 /**************/
3627 /* ABOUT PAGE */
3628 /**************/
3630 #content.about-page .contents {
3631 margin-top: 0.25em;
3633 #content.about-page .accesskey-table {
3634 border-collapse: collapse;
3635 margin: auto;
3637 #content.about-page .accesskey-table th,
3638 #content.about-page .accesskey-table td {
3639 padding: 2px 6px;
3641 #content.about-page .accesskey-table td:first-child {
3642 padding-right: 1.5em;
3644 #content.about-page .accesskey-table td:last-child {
3645 text-align: center;
3646 font-family: Inconsolata, Menlo, monospace;
3648 #content.about-page h3:nth-of-type(n+2) {
3649 clear: both;
3652 /******************/
3653 /* IMAGES OVERLAY */
3654 /******************/
3656 #images-overlay + #content .post-body img {
3657 visibility: hidden;
3660 #images-overlay div {
3661 position: absolute;
3663 #images-overlay div::after {
3664 content: "Click to enlarge";
3665 display: block;
3666 position: absolute;
3667 margin: auto;
3668 left: 0;
3669 right: 0;
3670 bottom: 10px;
3671 padding: 6px 10px;
3672 font-size: 1.25rem;
3673 background-color: rgba(0,0,0,0.6);
3674 color: #fff;
3675 border-radius: 5px;
3676 opacity: 0.0;
3677 transition: opacity 0.15s ease;
3678 pointer-events: none;
3680 @supports (width: -moz-fit-content) {
3681 #images-overlay div::after {
3682 width: -moz-fit-content;
3685 @supports (width: fit-content) {
3686 #images-overlay div::after {
3687 width: fit-content;
3690 #images-overlay div:hover::after {
3691 opacity: 1.0;
3694 #images-overlay img {
3695 width: 100%;
3698 /***************/
3699 /* IMAGE FOCUS */
3700 /***************/
3702 /*=--------------=*/
3703 /*= Hover styles =*/
3704 /*=--------------=*/
3706 #content img:hover,
3707 #images-overlay img:hover {
3708 filter: drop-shadow(0 0 3px #777);
3709 cursor: zoom-in;
3711 #content img:active,
3712 #images-overlay img:active {
3713 transform: scale(0.975);
3716 /*=---------=*/
3717 /*= Overlay =*/
3718 /*=---------=*/
3720 #image-focus-overlay {
3721 position: fixed;
3722 top: 0;
3723 right: 0;
3724 bottom: 0;
3725 left: 0;
3726 z-index: 2;
3727 display: none;
3728 cursor: zoom-out;
3730 #image-focus-overlay::before {
3731 content: "";
3732 display: block;
3733 position: absolute;
3734 top: 0;
3735 right: 0;
3736 bottom: 0;
3737 left: 0;
3738 background-color: #000;
3739 opacity: 0.5;
3740 z-index: -1;
3742 #image-focus-overlay.engaged {
3743 display: initial;
3746 #image-focus-overlay img {
3747 margin: auto;
3748 position: absolute;
3749 left: 50%;
3750 top: 50%;
3751 transform: translateX(-50%) translateY(-50%);
3754 /*=-------------------=*/
3755 /*= Single-image mode =*/
3756 /*=-------------------=*/
3758 #image-focus-overlay:not(.slideshow) .image-number,
3759 #image-focus-overlay:not(.slideshow) .slideshow-buttons {
3760 visibility: hidden;
3763 /*=---------=*/
3764 /*= Caption =*/
3765 /*=---------=*/
3767 #image-focus-overlay .caption {
3768 position: absolute;
3769 bottom: 0.75em;
3770 background-color: rgba(0,0,0,0.7);
3771 left: 9em;
3772 right: 9em;
3773 margin: auto;
3774 max-width: calc(100% - 18em);
3775 text-align: center;
3776 font-size: 1.375em;
3777 border-radius: 8px;
3778 z-index: 1;
3779 transition:
3780 bottom 0.2s ease;
3782 @supports (width: -moz-fit-content) {
3783 #image-focus-overlay .caption {
3784 width: -moz-fit-content;
3787 @supports (width: fit-content) {
3788 #image-focus-overlay .caption {
3789 width: fit-content;
3792 #image-focus-overlay .caption.hidden {
3793 bottom: -5em;
3794 transition:
3795 bottom 0.5s ease;
3798 #image-focus-overlay .caption p {
3799 margin: 1em 1.25em;
3800 color: #fff;
3803 #image-focus-overlay .caption:not(:empty)::before {
3804 content: "";
3805 display: block;
3806 position: absolute;
3807 width: 100vw;
3808 height: calc(100% + 1.5em);
3809 z-index: -1;
3810 top: -0.75em;
3811 left: calc(-50vw + 50%);
3815 /*=--------------=*/
3816 /*= Help overlay =*/
3817 /*=--------------=*/
3819 #image-focus-overlay .help-overlay {
3820 position: absolute;
3821 display: flex;
3822 flex-flow: column;
3823 z-index: 2;
3824 font-size: 1.5rem;
3825 padding: 1em;
3826 border-radius: 10px;
3827 bottom: 1em;
3828 right: 1em;
3829 overflow: hidden;
3830 white-space: nowrap;
3831 color: transparent;
3832 cursor: default;
3833 visibility: hidden;
3834 transition:
3835 visibility 1s ease,
3836 color 1s ease,
3837 background-color 1s ease,
3838 bottom 0.3s ease;
3840 #image-focus-overlay .help-overlay:hover {
3841 max-width: 24em;
3842 max-height: 14em;
3843 background-color: rgba(0,0,0,0.85);
3844 color: #fff;
3845 visibility: visible;
3846 transition:
3847 visibility 0.2s ease 0.3s,
3848 color 0.2s ease 0.3s,
3849 background-color 0.2s ease 0.3s;
3852 #image-focus-overlay .help-overlay::after {
3853 content: "\F128";
3854 font-family: "Font Awesome", "Font Awesome 5 Free";
3855 font-weight: 900;
3856 font-size: 2rem;
3857 position: absolute;
3858 right: 0;
3859 bottom: 0;
3860 padding: 10px;
3861 color: #000;
3862 filter: drop-shadow(0 0 6px #fff);
3863 visibility: visible;
3864 opacity: 0.85;
3865 transition:
3866 visibility 1s ease;
3868 #image-focus-overlay .help-overlay:hover::after {
3869 visibility: hidden;
3870 transition:
3871 visibility 0.2s ease 0.3s;
3874 #image-focus-overlay .help-overlay p {
3875 margin: 0;
3876 text-indent: -2em;
3877 padding-left: 2em;
3878 max-width: 100%;
3879 overflow: hidden;
3881 #image-focus-overlay .help-overlay p + p {
3882 margin: 0.75em 0 0 0;
3884 #image-focus-overlay .help-overlay.hidden {
3885 bottom: -2em;
3888 /*=--------------=*/
3889 /*= Slide number =*/
3890 /*=--------------=*/
3892 #image-focus-overlay .image-number {
3893 position: absolute;
3894 z-index: 2;
3895 font-size: 1.75rem;
3896 left: 1em;
3897 bottom: 1em;
3898 font-weight: 600;
3899 text-shadow:
3900 0 0 3px #fff,
3901 0 0 5px #fff,
3902 0 0 8px #fff,
3903 0 0 13px #fff;
3904 width: 1.5em;
3905 text-align: right;
3906 white-space: nowrap;
3907 transition: bottom 0.3s ease;
3909 #image-focus-overlay .image-number::before {
3910 content: "#";
3911 opacity: 0.3;
3913 #image-focus-overlay .image-number::after {
3914 content: " of " attr(data-number-of-images);
3915 opacity: 0.3;
3917 #image-focus-overlay .image-number:hover::before,
3918 #image-focus-overlay .image-number:hover::after {
3919 opacity: 1.0;
3921 #image-focus-overlay .image-number.hidden {
3922 bottom: -1.25em;
3925 /*=-------------------=*/
3926 /*= Slideshow buttons =*/
3927 /*=-------------------=*/
3929 #image-focus-overlay .slideshow-buttons {
3930 position: absolute;
3931 top: 0;
3932 left: 0;
3933 width: 100%;
3934 height: 100%;
3935 z-index: 1;
3936 display: flex;
3937 justify-content: space-between;
3938 pointer-events: none;
3940 #image-focus-overlay .slideshow-buttons button {
3941 font-family: "Font Awesome", "Font Awesome 5 Free";
3942 font-weight: 900;
3943 font-size: 3rem;
3944 padding: 0.5em;
3945 color: #ddd;
3946 position: relative;
3947 left: 0;
3948 transition:
3949 left 0.3s ease;
3950 pointer-events: auto;
3952 #image-focus-overlay .slideshow-buttons button::selection {
3953 background-color: transparent;
3955 @media only screen and (hover: hover) {
3956 #image-focus-overlay .slideshow-buttons button:hover {
3957 background-color: rgba(0,0,0,0.1);
3958 color: #777;
3961 #image-focus-overlay .slideshow-buttons button:active {
3962 transform: none;
3963 color: #888;
3965 #image-focus-overlay .slideshow-buttons button:disabled {
3966 text-shadow: none;
3967 background-color: transparent;
3968 color: #ddd;
3969 cursor: default;
3970 opacity: 0.4;
3972 #image-focus-overlay .slideshow-button.previous.hidden {
3973 left: -1.75em;
3975 #image-focus-overlay .slideshow-button.next.hidden {
3976 left: 1.75em;
3979 /*=-----------------=*/
3980 /*= Background blur =*/
3981 /*=-----------------=*/
3983 .blurred {
3984 filter: blur(3px);
3987 /**************************/
3988 /* QUALIFIED HYPERLINKING */
3989 /**************************/
3991 #content.no-nav-bars {
3992 margin: 8px auto;
3994 #content.no-nav-bars + #ui-elements-container > * {
3995 padding-top: 8px;
3998 #aux-about-link {
3999 position: fixed;
4000 top: 40px;
4001 left: calc((100% - 900px) / 2 - 69px);
4002 width: 1.5em;
4003 height: 1.5em;
4004 text-align: center;
4005 display: table;
4007 #aux-about-link a {
4008 display: table-cell;
4009 width: 100%;
4010 vertical-align: middle;
4011 font-family: "Font Awesome", "Font Awesome 5 Free";
4012 font-weight: 900;
4013 font-size: 1.25rem;
4014 opacity: 0.4;
4015 z-index: 1;
4018 .qualified-linking {
4019 margin: 0;
4020 position: relative;
4022 .qualified-linking input[type='checkbox'] {
4023 visibility: hidden;
4024 width: 0;
4025 height: 0;
4026 margin: 0;
4028 .qualified-linking label {
4029 font-family: "Font Awesome", "Font Awesome 5 Free";
4030 font-weight: 900;
4031 font-size: 1rem;
4032 padding: 0 0.5em;
4033 display: inline-block;
4034 margin-left: 0.25em;
4036 .qualified-linking label:hover {
4037 cursor: pointer;
4039 .qualified-linking label:active span {
4040 display: inline-block;
4041 transform: scale(0.9);
4043 .qualified-linking label::selection {
4044 background-color: transparent;
4047 .qualified-linking label::after {
4048 content: "";
4049 width: 100vw;
4050 height: 0;
4051 left: 0;
4052 top: 0;
4053 position: fixed;
4054 z-index: 1;
4055 cursor: default;
4057 .qualified-linking input[type='checkbox']:checked + label::after {
4058 height: 100vh;
4061 .qualified-linking-toolbar {
4062 position: absolute;
4063 right: 0.25em;
4064 top: 110%;
4065 z-index: 1;
4067 .qualified-linking input[type='checkbox'] ~ .qualified-linking-toolbar {
4068 display: none;
4070 .qualified-linking input[type='checkbox']:checked ~ .qualified-linking-toolbar {
4071 display: block;
4073 #qualified-linking-toolbar-toggle-checkbox-bottom ~ .qualified-linking-toolbar {
4074 top: unset;
4075 bottom: 125%;
4078 .qualified-linking-toolbar a {
4079 display: block;
4080 padding: 0 6px;
4081 margin: 4px;
4083 .qualified-linking-toolbar a::selection {
4084 background-color: transparent;
4087 /*****************/
4088 /* HOVER PREVIEW */
4089 /*****************/
4091 #preview-popup-toggle {
4092 position: absolute;
4093 right: -67px;
4094 bottom: 285px;
4095 cursor: pointer;
4096 color: var(--GW-toggle-widget-color, #888);
4098 #preview-popup-toggle:hover {
4099 color: var(--GW-toggle-widget-hover-color, #444);
4102 #content.preview:not(not) {
4103 padding: 0;
4105 #content.preview > .comment-thread {
4106 margin: 2px;
4108 #content.preview.individual-thread-page > .comment-thread > .comment-item {
4109 border: none;
4111 #content.preview.user-page .page-main-heading, #content.preview.user-page .user-stats {
4112 padding: 0 8px;
4114 #content.preview.user-page .page-main-heading {
4115 margin-left: 8px;
4117 #content.preview.not(not) .body-text {
4118 margin-left: 8px;
4119 margin-right: 8px;
4121 #content.preview.user-page .user-stats {
4122 margin-right: 32px;
4124 #content.preview.user-page .page-toolbar, #content.preview.user-page nav {
4125 display: none;
4127 #content.preview button.vote {
4128 display: none;
4130 #content.preview > h1.listing {
4131 max-height: unset;
4133 #content.preview.user-page > .comment-thread {
4134 margin: 0.5em 0;
4136 #content.preview > .post {
4137 margin: 0 18px;
4139 #content.preview .post-title {
4140 margin-top: 0.5em;
4142 #content.preview .post-meta {
4143 line-height: 1.0;
4145 #content.preview .body-text {
4146 font-size: 1em;
4148 #content.preview nav.contents,
4149 #content.preview .lw2-link {
4150 display: none;
4153 .preview-popup {
4154 position: fixed;
4155 transform-origin: top;
4156 top: 10%;
4157 right: 10%;
4158 max-width: 700px;
4159 z-index: 10001;
4160 background-color: #eee;
4161 border: 1px solid #ccc;
4162 box-shadow: 2px 6px 20px -4px #000;
4163 transition: height 0.2s ease, top 0.2s ease;
4165 .popup-hide-button {
4166 position: fixed;
4167 top: 4px;
4168 right: 4px;
4169 color: #000;
4170 background-color: #fff;
4171 width: 28px;
4172 height: 28px;
4173 display: flex;
4174 font-family: "Font Awesome";
4175 font-size: 14px;
4176 line-height: 1;
4177 border: 1px solid #bbb;
4178 border-radius: 28px;
4179 align-items: center;
4180 justify-content: center;
4181 //padding-bottom: 2px;
4182 padding-left: 1.5px;
4183 font-family: "Font Awesome", "Font Awesome 5 Free";
4184 cursor: pointer;
4186 .popup-hide-button:hover::before {
4187 content: "Turn off preview popups";
4188 display: block;
4189 position: absolute;
4190 width: max-content;
4191 right: 32px;
4192 color #000;
4193 background-color: #fff;
4194 border: 1px solid #eee;
4195 border-radius: 2px;
4196 padding: 4px;
4199 /********/
4200 /* MATH */
4201 /********/
4203 .mathjax-block-container {
4204 display: block;
4205 overflow-y: hidden;
4206 border-radius: 6px;
4207 margin: 1em 0 1.5em 0;
4209 .mathjax-inline-container {
4210 max-width: 100%;
4211 overflow-x: auto;
4212 overflow-y: hidden;
4213 position: relative;
4214 padding: 0 1px;
4216 #content .mathjax-inline-container,
4217 #content .mathjax-inline-container .mjpage,
4218 #content .mathjax-inline-container .mjx-chtml,
4219 #content .mathjax-inline-container .mjx-math,
4220 #content .mathjax-inline-container .mjx-mrow {
4221 display: inline;
4222 white-space: normal;
4224 .post .mathjax-inline-container {
4225 line-height: 1;
4227 .comment .mathjax-inline-container {
4228 line-height: 1;
4230 .mathjax-inline-container .mjx-chtml {
4231 padding: 0;
4234 /************/
4235 /* SPOILERS */
4236 /************/
4238 .spoiler {
4239 color: #000;
4240 background-color: currentColor;
4241 transition: none;
4242 text-shadow: none;
4243 margin: 1em 0;
4244 box-shadow: 0 0 0 1px currentColor inset;
4245 overflow: auto;
4247 .spoiler:not(:last-child) {
4248 margin-bottom: 0;
4250 #content .spoiler * {
4251 color: inherit;
4252 border: none;
4254 .spoiler:hover {
4255 color: unset;
4256 background-color: unset;
4257 text-shadow: unset;
4258 transition:
4259 color 0.1s ease-out 0.1s,
4260 background-color 0.1s ease-out 0.1s,
4261 text-shadow 0.1s ease-out 0.1s;
4263 .spoiler::selection,
4264 .spoiler ::selection {
4265 color: #fff;
4266 background-color: #000;
4268 .spoiler:not(:hover)::selection,
4269 .spoiler:not(:hover) ::selection {
4270 background-color: transparent;
4273 /*= Fix for LessWrong being weird =*/
4275 .spoiler > p {
4276 padding: 0 7px;
4278 .spoiler > p:first-child {
4279 margin-top: 0.25em;
4281 .spoiler > p:last-child {
4282 margin-bottom: 0;
4283 padding-bottom: 0.25em;
4285 .spoiler > p:hover ~ p {
4286 background-color: currentColor;
4288 .spoiler > p + p {
4289 margin-top: -1em;
4291 .spoiler > p:not(:first-child) {
4292 padding-top: 0.5em;
4294 .spoiler > p:not(:last-child) {
4295 padding-bottom: 0.5em;
4298 .spoiler:not(:hover) pre,
4299 .spoiler:not(:hover) code {
4300 background-color: inherit;
4301 box-shadow: none;
4303 #content .spoiler pre {
4304 border-color: currentColor;
4305 border-style: solid;
4306 border-width: 0 1px;
4307 border-radius: 0;
4310 /*******************/
4311 /* PAGE LIST INDEX */
4312 /*******************/
4314 .page-list-index {
4315 margin: 1em 30px;
4316 line-height: 1.2;
4319 .page-list-index > p {
4320 font-weight: bold;
4321 font-size: 1.2em;
4324 .page-list-index > ul * {
4325 margin: 0;
4328 .page-list-index ul {
4329 padding-left: 1.5em;
4332 .page-list-index li {
4333 margin-top: 0.67em;
4336 .page-list-index li > a {
4337 display: block;
4338 font-size: 1.1em;
4339 font-weight: bold;
4340 margin: 0.33em 0;
4343 .page-list-index li > a:last-child {
4344 margin-bottom: 1em;
4348 /*****************/
4349 /* USER MENTIONS */
4350 /*****************/
4352 .textarea-container .autocomplete-container {
4353 position: absolute;
4354 overflow-y: auto;
4355 font-size: 1.125rem;
4356 cursor: default;
4357 backdrop-filter: blur(2px);
4358 width: 360px;
4360 .textarea-container .autocomplete-container:empty {
4361 display: none;
4364 @media only screen and (min-width: 521px) {
4365 .textarea-container .autocomplete-container.inside {
4366 max-height: calc(100% - 36px);
4367 top: 32px;
4369 .textarea-container .autocomplete-container.outside {
4370 max-height: calc(100% - 28px);
4371 top: 28px;
4372 z-index: 10001;
4375 .textarea-container .autocomplete-container.inside.right {
4376 right: 18px;
4378 .textarea-container .autocomplete-container.inside.left {
4379 left: 18px;
4381 .textarea-container .autocomplete-container.outside.right {
4382 left: calc(100% + 3px);
4384 .textarea-container .autocomplete-container.outside.left {
4385 right: calc(100% + 3px);
4388 head.content-width-normal + body .textarea-container .autocomplete-container.outside {
4389 max-width: calc((100vw - (900px - 40px * 2)) / 2);
4391 head.content-width-wide + body .textarea-container .autocomplete-container.outside {
4392 max-width: calc((100vw - (1150px - 40px * 2)) / 2);
4394 head.content-width-fluid + body .textarea-container .autocomplete-container.outside {
4395 max-width: calc((300px + 40px * 2) / 2);
4399 .textarea-container .autocomplete-container div {
4400 padding: 2px 8px 0 8px;
4401 white-space: nowrap;
4402 display: flex;
4403 justify-content: flex-end;
4406 .textarea-container .autocomplete-container div span.name {
4407 flex: 1 1 auto;
4408 width: calc(100% - 9em);
4409 overflow: hidden;
4410 text-overflow: ellipsis;
4412 .textarea-container .autocomplete-container div span.name:hover {
4413 overflow: visible;
4414 z-index: 1;
4416 .textarea-container .autocomplete-container div span.age,
4417 .textarea-container .autocomplete-container div span.karma {
4418 font-size: 0.9em;
4419 text-align: right;
4421 .textarea-container .autocomplete-container div span.age {
4422 flex: 0 0 3em;
4424 .textarea-container .autocomplete-container div span.karma {
4425 flex: 0 0 6em;
4429 /***************/
4430 /* COLLECTIONS */
4431 /***************/
4433 h2.sequence-chapter,
4434 h3.sequence-chapter,
4435 h4.sequence-chapter {
4436 text-align: center;
4438 h2.sequence-chapter::before,
4439 h3.sequence-chapter::before,
4440 h4.sequence-chapter::before {
4441 display: block;
4442 clear: both;
4443 margin: 1.5em 0 0.75em 0;
4444 font-style: normal;
4445 font-weight: normal;
4446 font-family: 'Concourse', 'a_Avante', 'GW-Symbols';
4448 h2.sequence-chapter::before {
4449 content: '\25A3';
4451 h3.sequence-chapter::before {
4452 content: '\25AA\2004\25AA';
4454 h4.sequence-chapter::before {
4455 content: '\00B7\2004\00B7\2004\00B7';
4459 /*******************/
4460 /* ALIGNMENT FORUM */
4461 /*******************/
4463 #content.alignment-forum-index-page::after {
4464 content: "Alignment Forum";
4465 font-size: 1.5rem;
4466 margin: 0.375em 0 0 -0.375em;
4467 order: -1;
4470 /**********************/
4471 /* FOR NARROW SCREENS */
4472 /**********************/
4474 @media only screen and (max-width: 1440px) {
4475 #hns-date-picker {
4476 right: -81px;
4477 padding: 8px 10px 10px 10px;
4478 bottom: 62px;
4479 display: none;
4481 #hns-date-picker::before {
4482 content: "";
4483 position: absolute;
4484 display: block;
4485 z-index: -1;
4486 height: calc(100% + 2px);
4487 top: -1px;
4488 left: -1px;
4489 width: 50%;
4492 @media only screen and (max-width: 1160px) {
4493 #new-comment-nav-ui {
4494 bottom: 180px;
4495 right: -68px;
4497 #hns-date-picker {
4498 bottom: 200px;
4499 right: -36px;
4501 #hns-date-picker::before {
4502 width: calc(100% - 35px);
4504 #theme-selector button::before {
4505 right: unset;
4506 left: 100%;
4508 #theme-selector:hover::after {
4509 content: "";
4510 display: block;
4511 position: absolute;
4512 width: calc(6em - 7px);
4513 height: calc(100% + 2px);
4514 top: 0;
4515 left: calc(100% + 1px);
4517 #anti-kibitzer-toggle {
4518 bottom: 330px;
4521 @media only screen and (max-width: 1080px) {
4522 #width-selector {
4523 right: -30px;
4525 #width-selector button {
4526 display: block;
4528 #text-size-adjustment-ui {
4529 top: 90px;
4530 right: -30px;
4532 #text-size-adjustment-ui button {
4533 display: block;
4534 position: relative;
4536 #text-size-adjustment-ui button.increase {
4537 bottom: 48px;
4539 #text-size-adjustment-ui button.decrease {
4540 top: 50px;
4542 #theme-selector {
4543 top: 46px;
4544 left: -44px;
4546 #theme-tweaker-toggle {
4547 left: -44px;
4548 top: 2px;
4550 #theme-tweaker-toggle button {
4551 height: 2em;
4552 width: 2em;
4553 padding: 7px;
4555 #quick-nav-ui {
4556 right: -54px;
4558 #new-comment-nav-ui {
4559 right: -55px;
4561 #hns-date-picker {
4562 right: -23px;
4564 #hns-date-picker::before {
4565 width: calc(100% - 22px);
4567 #anti-kibitzer-toggle {
4568 right: -54px;
4571 @media only screen and (max-width: 1040px) {
4572 #quick-nav-ui {
4573 right: -49px;
4575 #new-comment-nav-ui {
4576 right: -50px;
4578 #hns-date-picker {
4579 right: -18px;
4581 #hns-date-picker::before {
4582 width: calc(100% - 17px);
4584 #anti-kibitzer-toggle {
4585 right: -50px;
4588 @media only screen and (max-width: 1020px) {
4589 #quick-nav-ui {
4590 right: -20px;
4592 #new-comment-nav-ui {
4593 right: -21px;
4595 #new-comment-nav-ui .new-comments-count::before {
4596 content: "";
4597 position: absolute;
4598 width: 100%;
4599 height: calc(100% + 45px);
4600 z-index: -1;
4601 left: 0;
4602 top: -22px;
4604 #hns-date-picker {
4605 right: 19px;
4607 #hns-date-picker::before {
4608 width: 100%;
4610 #anti-kibitzer-toggle {
4611 right: -20px;
4614 @media only screen and (max-width: 1000px) {
4615 #theme-selector {
4616 left: -17px;
4617 top: 120px;
4618 padding: 3px 0;
4619 max-width: 32px;
4621 #theme-selector button {
4622 margin: 1px 4px;
4624 #text-size-adjustment-ui {
4625 top: 100px;
4626 right: -12px;
4628 @media not screen and (hover: none) {
4629 #quick-nav-ui,
4630 #new-comment-nav-ui,
4631 #new-comment-nav-ui + #hns-date-picker,
4632 #anti-kibitzer-toggle {
4633 opacity: 0.4;
4635 #quick-nav-ui:hover,
4636 #new-comment-nav-ui:hover,
4637 #new-comment-nav-ui + #hns-date-picker:hover,
4638 #new-comment-nav-ui + #hns-date-picker:focus-within,
4639 #new-comment-nav-ui:hover + #hns-date-picker,
4640 #anti-kibitzer-toggle:hover {
4641 opacity: 1.0;
4644 #theme-tweaker-toggle {
4645 top: 70px;
4646 left: -21px;
4650 /**************/
4651 /* PRINT VIEW */
4652 /**************/
4654 @media only print {
4655 .nav-bar {
4656 visibility: hidden;
4657 max-height: 0;
4658 overflow: hidden;
4660 #ui-elements-container {
4661 display: none;
4663 #images-overlay {
4664 display: none;
4666 #images-overlay + #content .post-body img {
4667 visibility: visible;
4669 .comment-controls {
4670 display: none;
4672 #comments-sort-mode-selector {
4673 display: none;
4675 .comment-minimize-button {
4676 display: none;
4678 .post-meta .qualified-linking,
4679 .post-meta .lw2-link {
4680 display: none;
4682 .comment-meta .permalink,
4683 .comment-meta .lw2-link,
4684 .comment-meta .comment-parent-link {
4685 display: none;
4687 .new-comment::before {
4688 display: none;
4690 #content::before {
4691 box-shadow: none;
4695 /*****************/
4696 /* MOBILE LAYOUT */
4697 /*****************/
4699 /* Hide the mobile elements on desktop screens: */
4701 @media only screen and (max-width: 1160px) {
4702 #post-nav-ui-toggle,
4703 #appearance-adjust-ui-toggle {
4704 display: none;
4708 @media only screen and (max-width: 1160px) {
4710 /*====================*/
4711 /* MOBILE UI ELEMENTS */
4712 /*====================*/
4714 #ui-elements-container {
4715 height: unset !important;
4716 position: unset;
4718 #ui-elements-container > * {
4719 position: fixed;
4720 visibility: hidden;
4721 opacity: 1.0;
4722 z-index: 10000;
4725 #ui-elements-container > div[id$='-ui-toggle'] {
4726 visibility: visible;
4727 display: inline-block;
4728 border-radius: 50%;
4729 z-index: 10000;
4731 #ui-elements-container > div[id$='-ui-toggle'] button,
4732 #theme-selector .theme-selector-close-button {
4733 font-family: Font Awesome;
4734 font-weight: 900;
4735 font-size: 32px;
4736 padding: 10px;
4737 opacity: 0.8;
4738 -webkit-tap-highlight-color: transparent;
4739 transition: transform 0.2s ease;
4741 #ui-elements-container > div[id$='-ui-toggle'] button::selection,
4742 #theme-selector .theme-selector-close-button::selection {
4743 background-color: transparent;
4745 #ui-elements-container > div[id$='-ui-toggle'] button::-moz-focus-inner,
4746 #theme-selector .theme-selector-close-button::-moz-focus-inner {
4747 border: none;
4749 #ui-elements-container > div[id$='-ui-toggle'] button.engaged {
4750 transform: rotate(-90deg);
4751 opacity: 1.0;
4754 #appearance-adjust-ui-toggle {
4755 bottom: 10px;
4756 left: 10px;
4759 #post-nav-ui-toggle {
4760 bottom: 10px;
4761 right: 10px;
4764 #theme-selector.engaged,
4765 #quick-nav-ui.engaged,
4766 #new-comment-nav-ui.engaged,
4767 #hns-date-picker.engaged {
4768 visibility: visible;
4771 #image-focus-overlay.engaged {
4772 visibility: visible;
4774 #image-focus-overlay .help-overlay {
4775 display: none;
4778 /*=========*/
4779 /* GENERAL */
4780 /*=========*/
4782 @media only screen and (max-width: 900px) {
4783 #content,
4784 #images-overlay,
4785 #ui-elements-container {
4786 min-width: unset;
4787 width: unset;
4789 #content {
4790 padding: 0 4px;
4794 /*================*/
4795 /* THEME SELECTOR */
4796 /*================*/
4798 #theme-selector {
4799 display: flex;
4800 flex-flow: column;
4801 background-color: #fff;
4802 width: calc(100vw - 20px);
4803 max-width: 360px;
4804 padding: 0 0 3px 0;
4805 overflow: hidden;
4806 max-height: 0;
4807 transition:
4808 top 0.2s ease,
4809 max-height 0.2s ease,
4810 visibility 0.2s ease;
4811 top: calc(100% + 10px);
4812 left: 0;
4813 right: 0;
4814 margin: auto;
4816 #theme-selector.engaged {
4817 max-height: 1000px;
4818 top: 10px;
4819 z-index: 10001;
4821 #theme-selector::before {
4822 content: "Select theme";
4823 white-space: nowrap;
4824 display: block;
4825 font-weight: 600;
4826 font-size: 2rem;
4827 margin: 0.375em 1em 0.5em 1em;
4828 text-align: center;
4830 #theme-selector button {
4831 width: calc(100% - 0.5em);
4832 background-repeat: no-repeat;
4833 padding: 1em 0.875em;
4834 margin: 1px 4px;
4835 line-height: 1;
4836 height: unset;
4837 position: relative;
4839 #theme-selector button::after {
4840 content: attr(data-theme-description);
4841 color: #000;
4842 white-space: nowrap;
4843 position: absolute;
4844 text-align: left;
4845 left: 2.5em;
4846 top: 1em;
4848 @media only screen and (max-height: 675px) {
4849 #theme-selector button {
4850 padding: 0.875em;
4852 #theme-selector button::after {
4853 top: 0.875em;
4856 #theme-selector .theme-selector-close-button {
4857 position: absolute;
4858 width: unset;
4859 background-color: transparent;
4860 top: 0;
4861 right: -3px;
4863 #theme-selector .theme-selector-close-button,
4864 #theme-selector .theme-selector-close-button:focus,
4865 #theme-selector .theme-selector-close-button:active,
4866 #theme-selector .theme-selector-close-button:hover {
4867 box-shadow: none;
4870 /*===============*/
4871 /* THEME TWEAKER */
4872 /*===============*/
4874 #theme-selector {
4875 padding: 0 0 64px 0;
4877 #theme-selector ~ #theme-tweaker-toggle {
4878 top: 100%;
4880 #theme-selector ~ #theme-tweaker-toggle::after {
4881 content: "Open theme tweaker";
4882 position: absolute;
4883 font-size: 0.625em;
4884 white-space: nowrap;
4885 left: -50%;
4886 top: 100%;
4888 #theme-selector.engaged ~ #theme-tweaker-toggle {
4889 visibility: visible;
4890 top: 530px;
4891 left: 0;
4892 right: 0;
4893 margin: auto;
4894 z-index: 11111;
4895 transition:
4896 top 0.2s ease,
4897 visibility 0.2s ease;
4899 @media only screen and (max-height: 675px) {
4900 #theme-selector.engaged ~ #theme-tweaker-toggle {
4901 top: 492px;
4904 @supports (width: -moz-fit-content) {
4905 #theme-selector.engaged ~ #theme-tweaker-toggle {
4906 width: -moz-fit-content;
4909 @supports (width: fit-content) {
4910 #theme-selector.engaged ~ #theme-tweaker-toggle {
4911 width: fit-content;
4914 #theme-selector.engaged ~ #theme-tweaker-toggle button {
4915 opacity: 1.0;
4918 #theme-tweaker-ui {
4919 visibility: visible;
4922 /*======================*/
4923 /* ANTI-KIBITZER TOGGLE */
4924 /*======================*/
4926 #theme-selector ~ #anti-kibitzer-toggle {
4927 top: 100%;
4928 bottom: unset;
4929 left: 0;
4930 right: 0;
4931 margin: auto;
4932 box-shadow: none;
4933 width: calc(100vw - 44px);
4934 max-width: 330px;
4935 text-align: right;
4936 pointer-events: none;
4938 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4939 visibility: visible;
4940 z-index: 11110;
4941 top: 530px;
4942 transition:
4943 top 0.2s ease,
4944 visibility 0.2s ease;
4946 @media only screen and (max-height: 675px) {
4947 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4948 top: 492px;
4951 #theme-selector.engaged ~ #anti-kibitzer-toggle button {
4952 pointer-events: auto;
4953 display: inline-block;
4956 /*=================*/
4957 /* QUICKNAV WIDGET */
4958 /*=================*/
4960 #quick-nav-ui {
4961 max-width: 0px;
4962 transition:
4963 max-width 0.2s ease,
4964 visibility 0.2s ease;
4965 display: flex;
4966 right: 72px;
4967 bottom: 14px;
4969 #quick-nav-ui.engaged {
4970 max-width: 1000px;
4972 #quick-nav-ui a {
4973 position: relative;
4974 margin: 2px;
4976 #quick-nav-ui a + a {
4977 margin-left: 5px;
4979 #quick-nav-ui a::after {
4980 position: absolute;
4981 top: calc(100% + 2px);
4982 font-size: 0.375rem;
4983 left: 0;
4984 right: 0;
4985 margin: auto;
4986 line-height: 1;
4987 padding: 2px;
4988 text-transform: uppercase;
4989 z-index: -1;
4991 @supports (width: -moz-fit-content) {
4992 #quick-nav-ui a::after {
4993 width: -moz-fit-content;
4996 @supports (width: fit-content) {
4997 #quick-nav-ui a::after {
4998 width: fit-content;
5001 #quick-nav-ui a[href='#top']::after {
5002 content: "Top";
5003 left: -1px;
5005 #quick-nav-ui a[href='#comments']::after {
5006 content: "Comments";
5008 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
5009 visibility: hidden;
5010 transition: visibility 0.2s ease;
5012 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui.engaged a[href='#comments'] {
5013 visibility: visible;
5015 #quick-nav-ui a[href='#bottom-bar']::after {
5016 content: "Bottom";
5019 /*======================*/
5020 /* NEW COMMENT QUICKNAV */
5021 /*======================*/
5023 #new-comment-nav-ui {
5024 max-width: 0px;
5025 max-height: 0px;
5026 transition:
5027 max-width 0.2s ease,
5028 max-height 0.2s ease,
5029 visibility 0.2s ease;
5030 display: flex;
5031 right: 78px;
5032 bottom: 70px;
5034 #new-comment-nav-ui::before {
5035 content: "New Comments";
5036 position: absolute;
5037 bottom: 100%;
5038 font-size: 0.5625rem;
5039 left: 0;
5040 right: 0;
5041 margin: auto;
5042 padding: 2px 3px;
5043 text-transform: uppercase;
5044 z-index: -1;
5046 @supports (width: -moz-fit-content) {
5047 #new-comment-nav-ui::before {
5048 width: -moz-fit-content;
5051 @supports (width: fit-content) {
5052 #new-comment-nav-ui::before {
5053 width: fit-content;
5056 #new-comment-nav-ui.engaged {
5057 max-width: 1000px;
5058 max-height: 1000px;
5060 #new-comment-nav-ui .new-comment-sequential-nav-button {
5061 top: unset;
5062 bottom: unset;
5063 padding: 2px 7px;
5065 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
5066 padding: 2px 7px 3px 7px;
5068 #new-comment-nav-ui .new-comments-count {
5069 padding: 4px 0 5px 0;
5071 #new-comment-nav-ui .new-comments-count::before {
5072 display: none;
5074 #new-comment-nav-ui button::after {
5075 position: absolute;
5076 font-size: 0.375rem;
5077 left: 0;
5078 right: 0;
5079 margin: auto;
5080 line-height: 1;
5081 text-transform: uppercase;
5082 pointer-events: none;
5084 #new-comment-nav-ui button.new-comment-previous::after {
5085 content: "Previous";
5086 bottom: 5px;
5088 #new-comment-nav-ui button.new-comment-next::after {
5089 content: "Next";
5090 top: 7px;
5093 /*=================*/
5094 /* HNS DATE PICKER */
5095 /*=================*/
5097 #hns-date-picker {
5098 max-height: 0px;
5099 bottom: 132px;
5100 right: 62px;
5101 transition:
5102 max-height 0.2s ease,
5103 visibility 0.2s ease;
5105 #hns-date-picker.engaged {
5106 max-height: 1000px;
5108 #hns-date-picker::before {
5109 width: calc(100% + 2px);
5110 border-width: 1px !important;
5113 /*=========*/
5114 /* NAV BAR */
5115 /*=========*/
5117 #bottom-bar {
5118 margin-left: auto;
5119 margin-right: auto;
5120 width: calc(100% - 9rem + 8px);
5121 background: rgba(255,255,255,0.85);
5122 backdrop-filter: blur(1px);
5124 #content.index-page #bottom-bar {
5125 z-index: 10001;
5127 #bottom-bar .nav-item {
5128 box-shadow: none;
5129 position: relative;
5131 #bottom-bar .nav-inner {
5132 font-size: 2rem;
5133 padding: 1rem 0 1.25rem 0;
5134 visibility: hidden;
5135 position: static;
5136 width: 0;
5138 #content #bottom-bar .nav-item .nav-inner::before {
5139 margin: 0;
5140 visibility: visible;
5141 position: absolute;
5142 width: 100%;
5143 height: 100%;
5144 left: 0;
5145 top: 0;
5146 padding: 1rem 0;
5148 #bottom-bar .nav-inner::after {
5149 display: block;
5150 visibility: visible;
5151 text-transform: uppercase;
5152 color: unset;
5153 font-size: 0.75rem;
5154 top: unset;
5155 left: 0;
5156 bottom: 1rem;
5157 width: 100%;
5159 #bottom-bar #nav-item-first .nav-inner::after {
5160 content: "First Page";
5162 #bottom-bar #nav-item-prev .nav-inner::after {
5163 content: "Prev. Page";
5165 #bottom-bar #nav-item-top .nav-inner::after {
5166 content: "Top";
5168 #bottom-bar #nav-item-next .nav-inner::after {
5169 content: "Next Page";
5171 #bottom-bar #nav-item-last .nav-inner::after {
5172 content: "Last Page";
5175 @media only screen and (max-width: 900px) {
5176 .nav-bar-top {
5177 font-size: 0.75rem;
5179 .nav-bar {
5180 width: calc(100% + 8px);
5181 margin: 0 -4px;
5183 .nav-bar .nav-inner::after {
5184 display: none;
5187 #primary-bar .nav-item {
5188 flex: 1 1 100%;
5190 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) {
5191 flex: 1 1 60px;
5193 .nav-bar-top:not(#anything) .nav-inner {
5194 text-transform: uppercase;
5195 padding: 6px;
5197 .nav-bar-top .nav-inner::before {
5198 display: block;
5199 font-family: "Font Awesome";
5200 font-size: 2em;
5201 font-weight: 900;
5204 #nav-item-home .nav-inner::before {
5205 content: "\F015";
5207 #nav-item-featured .nav-inner::before {
5208 content: "\F005";
5210 #nav-item-all .nav-inner::before {
5211 content: "\F069";
5213 #nav-item-meta .nav-inner::before {
5214 content: "\F077";
5216 #nav-item-tags .nav-inner::before {
5217 content: "\F02C";
5219 #nav-item-recent-comments > * > span {
5220 display: none;
5222 #nav-item-recent-comments .nav-inner::before,
5223 #nav-item-alignment-forum-comments .nav-inner::before {
5224 content: "\F036";
5226 #nav-item-alignment-forum .nav-inner::before {
5227 content: "AF";
5228 font-family: Concourse, 'Changa One';
5230 #nav-item-questions .nav-inner::before {
5231 content: "?";
5232 font-family: Concourse, 'Changa One';
5234 #nav-item-events .nav-inner::before {
5235 content: "\F5A0";
5237 #nav-item-shortform .nav-inner::before {
5238 content: "\F2F2";
5240 #nav-item-archive .nav-inner::before {
5241 content: "\F187";
5243 #nav-item-about .nav-inner::before {
5244 content: "\F129";
5246 #nav-item-search {
5247 font-size: 2em;
5248 padding: 10px;
5250 #nav-item-search .nav-inner::before {
5251 content: none;
5253 #nav-item-search .nav-inner {
5254 height: 100%;
5255 display: flex;
5257 #nav-item-search input {
5258 width: 100%;
5259 height: 100%;
5261 #nav-item-search button {
5262 height: 100%;
5263 padding: 5px 5px 5px 10px;
5264 width: 40px;
5265 overflow: visible;
5266 visibility: hidden;
5268 #nav-item-search button::before {
5269 content: "\F002";
5270 font-family: Font Awesome;
5271 font-weight: 900;
5272 visibility: visible;
5274 #nav-item-login {
5275 padding: 0;
5277 #nav-item-login .nav-inner::before {
5278 content: "\F007";
5281 @media only screen and (max-width: 520px) {
5282 .nav-bar-top {
5283 font-size: 0.5rem;
5286 #nav-item-search,
5287 #nav-item-search .nav-inner {
5288 padding: 0;
5290 #nav-item-search button {
5291 width: 31px;
5294 #bottom-bar #nav-item-first .nav-inner::after {
5295 content: "First";
5297 #bottom-bar #nav-item-prev .nav-inner::after {
5298 content: "Prev";
5300 #bottom-bar #nav-item-next .nav-inner::after {
5301 content: "Next";
5303 #bottom-bar #nav-item-last .nav-inner::after {
5304 content: "Last";
5308 /*=================*/
5309 /* INBOX INDICATOR */
5310 /*=================*/
5312 @media only screen and (max-width: 900px) {
5313 #inbox-indicator {
5314 width: 100%;
5315 top: 0;
5316 pointer-events: none;
5318 #inbox-indicator::before {
5319 width: 100%;
5320 font-size: 1rem;
5321 text-align: right;
5322 padding: 1px 6px;
5324 #inbox-indicator.new-messages {
5325 pointer-events: auto;
5327 #inbox-indicator.new-messages::before {
5328 box-shadow: 0 0 8px 1px #f00 inset;
5331 @media only screen and (max-width: 520px) {
5332 #inbox-indicator::before {
5333 font-size: 0.75rem;
5334 padding: 2px 5px;
5337 @media only screen and (max-width: 374px) {
5338 #inbox-indicator::before {
5339 font-size: 0.625rem;
5343 /*===================*/
5344 /* TOP PAGINATION UI */
5345 /*===================*/
5347 #top-nav-bar {
5348 font-size: 1.75rem;
5351 /*==============*/
5352 /* PAGE TOOLBAR */
5353 /*==============*/
5355 @media only screen and (max-width: 900px) {
5356 #content > .page-toolbar {
5357 font-size: 1rem;
5358 margin-right: 0;
5360 #content.user-page > .page-toolbar {
5361 grid-column: 2 / span 2;
5362 margin: 0 0 6px 0;
5365 @media only screen and (max-width: 520px) {
5366 #content:not(.user-page) .page-toolbar {
5367 display: flex;
5368 flex-direction: column-reverse;
5369 text-align: right;
5370 align-self: start;
5371 padding: 4px 0 0 0;
5373 #content.user-page .page-toolbar {
5374 display: flex;
5375 flex-flow: row;
5376 justify-content: flex-end;
5377 padding: 2px 0 0 0;
5379 #content.user-page .page-toolbar > form,
5380 #content.user-page .page-toolbar > .button {
5381 text-align: center;
5382 flex-basis: 25%;
5383 margin-left: 1.5em;
5385 #content.user-page .page-toolbar .button {
5386 text-transform: uppercase;
5387 font-size: 0.625rem;
5389 #content.user-page .page-toolbar .button::before {
5390 font-size: 1.375rem;
5391 display: block;
5392 padding: 0;
5394 #content.user-page .page-toolbar .rss {
5395 white-space: nowrap;
5396 margin: 0 0 0 1.5em;
5398 .page-toolbar > * {
5399 line-height: 1.15;
5400 padding: 6px 0;
5401 margin: 0;
5405 /*==============*/
5406 /* SUBLEVEL NAV */
5407 /*==============*/
5409 @media only screen and (max-width: 900px) {
5410 .sublevel-nav:not(.sort) {
5411 flex-wrap: wrap;
5412 width: calc(100vw - 200px);
5414 .sublevel-nav:not(.sort) .sublevel-item {
5415 margin: 1px;
5416 flex-basis: 7em;
5419 @media only screen and (max-width: 520px) {
5420 .sublevel-nav:not(.sort) .sublevel-item {
5421 font-size: 1rem;
5425 /*=====================*/
5426 /* SORT ORDER SELECTOR */
5427 /*=====================*/
5429 @media only screen and (max-width: 720px) {
5430 #content.index-page > .sublevel-nav.sort {
5431 flex-flow: column;
5432 margin-left: 4px;
5436 /*==========*/
5437 /* ARCHIVES */
5438 /*==========*/
5440 @media only screen and (max-width: 900px) {
5441 div[class^='archive-nav-'] {
5442 flex-wrap: wrap;
5443 justify-content: flex-start;
5445 .archive-nav *[class^='archive-nav-item'],
5446 .archive-nav *[class^='archive-nav-item']:first-child {
5447 padding: 10px;
5448 margin: 2px;
5449 max-width: unset;
5450 flex: 0 1 calc((100% / 8) - 4px);
5452 .archive-nav .archive-nav-item-day,
5453 .archive-nav .archive-nav-item-day:first-child {
5454 flex-basis: calc((100% / 16) - 4px);
5456 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-'] {
5457 margin-top: 8px;
5458 position: relative;
5460 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
5461 content: "";
5462 display: block;
5463 position: absolute;
5464 height: 1px;
5465 width: calc(100% + 8px);
5466 left: -4px;
5467 top: -4px;
5470 @media only screen and (max-width: 720px) {
5471 .archive-nav .archive-nav-item-day,
5472 .archive-nav .archive-nav-item-day:first-child {
5473 flex-basis: calc((100% / 12) - 4px);
5476 @media only screen and (max-width: 520px) {
5477 .archive-nav *[class^='archive-nav-item'],
5478 .archive-nav *[class^='archive-nav-item']:first-child {
5479 flex-basis: calc((100% / 5) - 4px);
5481 .archive-nav .archive-nav-item-day,
5482 .archive-nav .archive-nav-item-day:first-child {
5483 flex-basis: calc((100% / 8) - 4px);
5487 /*==========*/
5488 /* LISTINGS */
5489 /*==========*/
5491 h1.listing {
5492 max-height: unset;
5495 /*============*/
5496 /* USER PAGES */
5497 /*============*/
5499 #content.user-page h1.page-main-heading {
5500 align-self: end;
5502 @media only screen and (max-width: 520px) {
5503 #content.user-page h1.page-main-heading {
5504 overflow: hidden;
5505 text-overflow: ellipsis;
5507 #content.user-page .user-stats .karma-type {
5508 display: block;
5512 /*============*/
5513 /* LOGIN PAGE */
5514 /*============*/
5516 @media only screen and (max-width: 640px) {
5517 .login-container {
5518 flex-flow: column;
5519 margin: 0 auto 3em auto;
5520 max-width: 400px;
5522 .login-container #login-form,
5523 .login-container #signup-form {
5524 padding: 0 1em 1.25em 1em;
5525 grid-row-gap: 0;
5527 .login-container #signup-form {
5528 padding-top: 1em;
5530 .login-container #login-form > *,
5531 .login-container #signup-form > * {
5532 grid-column: 1 / span 2;
5534 .login-container form label {
5535 text-align: left;
5536 padding: 0;
5537 line-height: 1;
5539 .login-container form input {
5540 margin: 0.25em 0 0.75em 0;
5541 padding: 0.5em;
5543 .login-container form h1 {
5544 grid-column: 1 / span 2;
5545 margin: 0 0 0.25em 0;
5547 .login-container form a {
5548 margin: 0.75em 0 0 0;
5550 .login-container .login-tip {
5551 margin: 1.5em 1em 0 1em;
5555 /*==================*/
5556 /* POSTS & COMMENTS */
5557 /*==================*/
5559 @media only screen and (max-width: 720px) {
5560 .body-text ol > li {
5561 padding: 0 0 0 2.25em;
5563 .body-text ol > li::before {
5564 width: 1.75em;
5566 .body-text ul:not(.contents-list) > li,
5567 .body-text ul:not(.contents-list) > li ul > li {
5568 padding: 0 0 0 0.75em;
5570 .body-text ul:not(.contents-list) > li::before,
5571 .body-text ul:not(.contents-list) > li ul > li::before {
5572 width: 0.125em;
5573 margin-left: -0.06em;
5577 /*===========*/
5578 /* POST-META */
5579 /*===========*/
5581 .post-meta {
5582 line-height: 1.9;
5584 @media only screen and (max-width: 720px) {
5585 .post-meta .lw2-link span,
5586 .post-meta .karma-value span,
5587 .post-meta .comment-count span {
5588 display: none;
5590 .post-meta .comment-count::before {
5591 content: "\F086";
5592 font-family: Font Awesome;
5593 font-size: 0.875em;
5594 margin: 0 0.25em 0 0;
5595 font-weight: 400;
5599 /*===================*/
5600 /* POSTS & BODY TEXT */
5601 /*===================*/
5603 @media only screen and (max-width: 900px) {
5604 .post-body,
5605 h1.post-title,
5606 .tag-description,
5607 .sequence-text {
5608 padding: 0 6px;
5611 @media only screen and (max-width: 520px) {
5612 .post-body {
5613 font-size: 1.2rem;
5614 line-height: 1.45;
5616 h1.post-title {
5617 font-size: 2em;
5621 /*==============*/
5622 /* COMMENT-META */
5623 /*==============*/
5625 a.comment-parent-link::after {
5626 display: none;
5628 @media only screen and (max-width: 900px) {
5629 .comment-meta {
5630 padding: 2px 40px 2px 10px;
5633 @media only screen and (max-width: 720px) {
5634 .comment .karma-value span {
5635 display: none;
5637 .comment-meta .comment-parent-link {
5638 opacity: 1.0;
5641 @media only screen and (max-width: 520px) {
5642 .comment-meta {
5643 padding: 2px 24px 2px 10px;
5644 position: relative;
5646 .comment-meta > * {
5647 order: 3;
5649 .comment-meta > :not(.author) {
5650 line-height: 1.8;
5652 .comment-meta .author,
5653 .comment-meta .date {
5654 order: 1;
5656 .comment-meta:before {
5657 content: "";
5658 order: 2;
5659 flex-basis: 100%;
5661 .comment-post-title2 {
5662 display: block;
5663 text-overflow: ellipsis;
5664 overflow: hidden;
5666 .comment-meta .lw2-link {
5667 display: none;
5671 /*=======================*/
5672 /* COMMENTS COMPACT VIEW */
5673 /*=======================*/
5675 /*===========================*/
5676 /* COMMENT THREAD NAVIGATION */
5677 /*===========================*/
5679 @media only screen and (max-width: 900px) {
5680 a.comment-parent-link {
5681 width: 0;
5682 visibility: hidden;
5683 position: relative;
5685 a.comment-parent-link::before {
5686 padding: 0;
5687 font-size: 1em;
5688 left: 0;
5689 top: 0;
5690 line-height: inherit;
5691 visibility: visible;
5692 content: "\F3BF";
5693 transform: scaleX(-1);
5694 width: 2em;
5695 text-align: center;
5698 @media only screen and (max-width: 520px) {
5699 a.comment-parent-link {
5700 position: static;
5702 a.comment-parent-link::before {
5703 padding: 6px;
5704 left: unset;
5705 right: 0;
5706 top: unset;
5707 bottom: 0;
5708 height: 2em;
5712 /*=================================*/
5713 /* COMMENT THREAD MINIMIZE BUTTONS */
5714 /*=================================*/
5716 @media only screen and (max-width: 520px) {
5717 .comment-minimize-button{
5718 right: 2px;
5722 /*===========================*/
5723 /* COMMENTING AND POSTING UI */
5724 /*===========================*/
5726 @media only screen and (max-width: 900px) {
5727 .comment-controls .delete-button, .comment-controls .retract-button, .comment-controls .unretract-button, .comment-controls .edit-button {
5728 font-size: 0;
5730 .comment-controls .delete-button::before, .comment-controls .retract-button::before, .comment-controls .unretract-button::before, .comment-controls .edit-button::before {
5731 font-size: 0.9rem;
5733 .comment-controls .cancel-comment-button {
5734 max-width: 1.3em;
5735 overflow: hidden;
5736 margin-right: 0.125em;
5738 .comment-controls .edit-button::before {
5739 font-size: 0.9375rem;
5741 .comments > .comment-controls .cancel-comment-button {
5742 right: 8px;
5744 .comment-controls .cancel-comment-button::before {
5745 font-size: 1.25rem;
5748 @media only screen and (max-width: 520px) {
5749 .comment-controls {
5750 position: static;
5752 .comment-controls:focus-within {
5753 z-index: 10001;
5755 .comment-controls .cancel-comment-button {
5756 right: 10px;
5758 .textarea-container:focus-within textarea {
5759 position: fixed;
5760 top: 0;
5761 left: 2px;
5762 width: calc(100vw - 4px);
5763 height: calc(100% - 100px);
5764 min-height: unset;
5765 max-height: unset;
5766 border-width: 1px;
5767 z-index: 11001;
5769 #content.conversation-page .textarea-container:focus-within textarea {
5770 height: calc(100% - 54px);
5772 #content.conversation-page .textarea-container:focus-within::after {
5773 content: "";
5774 display: block;
5775 width: 100%;
5776 height: 50px;
5777 position: fixed;
5778 left: 0;
5779 bottom: 0;
5780 z-index: 11000;
5782 .textarea-container:focus-within .guiedit-buttons-container {
5783 position: fixed;
5784 z-index: 11002;
5785 left: 0;
5786 width: 100vw;
5787 height: auto;
5788 background-image: none;
5789 padding: 3px 4px 4px 4px;
5790 margin: 0;
5791 text-align: center;
5792 top: auto;
5793 bottom: 0;
5795 .textarea-container:focus-within button.guiedit {
5796 font-size: 0.9375rem;
5797 line-height: 1.5;
5798 height: auto;
5799 width: calc((100% / 10) - 2px);
5800 padding: 10px 1px 8px 0;
5801 position: relative;
5802 margin: 1px;
5804 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
5805 z-index: 11011;
5806 position: fixed;
5807 bottom: 7px;
5808 width: calc(((100% - 16px) / 10) * 2.5 - 7px);
5809 font-size: 1.25rem;
5810 padding: 5px 5px 6px 5px;
5811 display: block;
5813 .textarea-container:focus-within button.guiedit sup {
5814 position: absolute;
5815 left: calc(50% + 0.65em);
5816 top: calc(50% - 1.3em);
5818 .textarea-container:focus-within .guiedit-mobile-help-button {
5819 left: 8px;
5821 .textarea-container:focus-within .guiedit-mobile-exit-button {
5822 right: 8px;
5824 .guiedit::after {
5825 display: none;
5828 #markdown-hints,
5829 #edit-post-form #markdown-hints {
5830 z-index: 11111;
5831 position: fixed;
5832 top: 40px;
5833 left: 0;
5834 right: 0;
5835 margin: auto;
5836 padding: 4px 0 4px 8px;
5837 width: 310px;
5838 border-width: 3px;
5839 border-style: double;
5840 pointer-events: none;
5842 #markdown-hints::after {
5843 content: "(Type to hide this help box.)";
5844 color: #090;
5845 display: block;
5846 margin: 12px 18px 13px 10px;
5847 padding: 5px;
5848 font-size: 0.9em;
5849 text-align: center;
5853 /*================*/
5854 /* EDIT POST FORM */
5855 /*================*/
5857 @media only screen and (max-width: 520px) {
5858 #edit-post-form {
5859 padding-bottom: 0;
5861 #edit-post-form .post-meta-fields {
5862 grid-template-columns: 4.5em auto auto auto 1fr auto;
5864 #edit-post-form label[for='url'],
5865 #edit-post-form label[for='section'],
5866 #edit-post-form label[for='title'] {
5867 padding-left: 0;
5869 #edit-post-form .post-meta-fields input[type='checkbox'] + label.iconify {
5870 white-space: normal;
5871 line-height: 0.9;
5872 top: -1px;
5873 font-family: Font Awesome;
5874 font-weight: 900;
5875 justify-self: start;
5877 #edit-post-form .post-meta-fields .question-checkbox,
5878 #edit-post-form .post-meta-fields .question-checkbox + label {
5879 grid-column: 6;
5880 margin-left: unset;
5882 #edit-post-form .post-meta-fields input[type='radio'] + label {
5883 align-self: start;
5885 #edit-post-form .textarea-container:focus-within textarea {
5886 height: calc(100% - 101px);
5887 min-height: unset;
5890 #markdown-hints-checkbox,
5891 #markdown-hints-checkbox + label {
5892 display: none;
5895 #edit-post-form div:last-child {
5896 clear: both;
5897 overflow: auto;
5899 #edit-post-form input[type='submit'] {
5900 float: none;
5901 display: block;
5902 font-size: 1.5rem;
5903 margin: 1rem auto 1.5rem auto;
5904 padding: 6px 12px 8px 12px;
5907 #edit-post-form .textarea-container .autocomplete-container,
5908 .comment-controls .textarea-container .autocomplete-container {
5909 max-height: calc(50vh - 101px);
5910 position: fixed;
5911 top: 50vh;
5912 left: 4px;
5913 right: 4px;
5914 width: unset;
5915 z-index: 11002;
5919 /*===================*/
5920 /* TABLE OF CONTENTS */
5921 /*===================*/
5923 @media only screen and (max-width: 900px) {
5924 .contents {
5925 float: none;
5926 display: table;
5927 max-width: none;
5928 margin-left: auto;
5929 margin-right: auto;
5932 @media only screen and (max-width: 520px) {
5933 .contents {
5934 max-width: 100%;
5935 margin: 1em auto 0 auto;
5936 display: table;
5938 .contents-head {
5939 font-size: 1.2em;
5941 div.post-body .contents ul {
5942 font-size: unset;
5946 /*========================*/
5947 /* QUALIFIED HYPERLINKING */
5948 /*========================*/
5950 @media only screen and (max-width: 520px) {
5951 .qualified-linking-toolbar {
5952 right: -5em;
5956 } /* END MOBILE LAYOUT */
5959 /*******************/
5960 /* BRUTALIST THEME */
5961 /*******************/
5963 /*===========*/
5964 /* VARIABLES */
5965 /*===========*/
5967 /* Color scheme.
5969 :root {
5972 /*======*/
5973 /* BASE */
5974 /*======*/
5976 body {
5977 color: #000;
5978 background-color: #fff;
5979 font-family: 'Anonymous Pro', 'GW-Symbols', monospace;
5981 #content {
5982 line-height: 1.55;
5984 #content::before {
5985 background-color: #fff;
5986 box-shadow:
5987 -1px 0 0 #000 inset,
5988 0 2px 0 #000;
5989 border-style: solid;
5990 border-color: #000;
5991 border-width: 0 1px 0 2px;
5993 #content.no-nav-bars::before {
5994 border-width: 2px;
5995 box-shadow: none;
5998 /*=========*/
5999 /* NAV BAR */
6000 /*=========*/
6002 .nav-bar {
6003 justify-content: flex-start;
6005 .nav-bar:nth-of-type(2) {
6006 border-bottom: 2px solid #000;
6008 .nav-inner {
6009 font-size: 1.375em;
6010 font-weight: 600;
6011 border-style: solid;
6012 border-color: transparent;
6013 border-width: 0 2px;
6015 .nav-bar-top:not(#primary-bar) .nav-inner {
6016 font-size: 1em;
6019 .nav-current:not(#nav-item-search) .nav-inner,
6020 .nav-bar a.nav-inner:hover {
6021 box-shadow:
6022 0 0 0 4px #fff inset,
6023 0 0 0 6px #000 inset;
6025 .nav-bar a.nav-inner:active {
6026 box-shadow:
6027 0 0 0 8px #fff inset,
6028 0 0 0 10px #000 inset;
6031 #bottom-bar.decorative::before,
6032 #bottom-bar.decorative::after {
6033 content: "GW";
6034 display: block;
6035 text-align: center;
6036 padding: 0.25em 0 1em 0;
6038 #bottom-bar.decorative::before {
6039 width: 100%;
6040 color: transparent;
6041 background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAMdXV1QUAACwAAAAAAQABAAACAkQBADs=');
6042 background-repeat: repeat-x;
6043 background-position: center 35%;
6044 margin: 0 30px;
6045 filter: contrast(90%);
6047 #bottom-bar.decorative::after {
6048 color: #d8d8d8;
6049 position: absolute;
6050 left: 0;
6051 right: 0;
6052 margin: auto;
6053 background-color: #fff;
6054 padding-right: 5px;
6055 padding-left: 6px;
6057 @supports (width: -moz-fit-content) {
6058 #bottom-bar.decorative::after {
6059 width: -moz-fit-content;
6062 @supports (width: fit-content) {
6063 #bottom-bar.decorative::after {
6064 width: fit-content;
6068 /* Accesskey hints */
6070 .nav-inner::after {
6071 display: block;
6072 position: absolute;
6073 left: 8px;
6074 top: 3px;
6075 font-weight: 400;
6076 font-size: 0.7em;
6077 color: #d8d8d8;
6079 .inactive-bar .nav-inner::after {
6080 color: #ccc;
6082 .nav-inner:hover::after {
6083 color: #bbb;
6086 /* Search tab */
6088 #nav-item-search button {
6089 border: none;
6090 font-weight: inherit;
6092 #nav-item-search input::placeholder {
6093 color: #d00;
6094 font-weight: normal;
6097 /* Inbox indicator */
6099 #inbox-indicator {
6100 text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff;
6103 /*==============*/
6104 /* PAGE TOOLBAR */
6105 /*==============*/
6107 .page-toolbar button,
6108 .page-toolbar button:hover,
6109 .page-toolbar button:active,
6110 .page-toolbar button:focus {
6111 border: none;
6112 box-shadow: none;
6114 .page-toolbar a:hover,
6115 .page-toolbar button:hover {
6116 text-decoration: dotted underline;
6118 .page-toolbar a:active,
6119 .page-toolbar button:active {
6120 transform: scale(0.9);
6123 .rss::before {
6124 filter: grayscale(100%);
6127 /*==============*/
6128 /* SUBLEVEL NAV */
6129 /*==============*/
6131 .sublevel-nav .sublevel-item {
6132 border-color: #000;
6133 border-style: solid;
6134 border-width: 1px 1px 1px 0;
6136 .sublevel-nav .sublevel-item:first-child {
6137 border-width: 1px;
6139 .sublevel-nav .sublevel-item:hover {
6140 box-shadow:
6141 0 0 0 2px #fff inset,
6142 0 0 0 3px #000 inset;
6144 .sublevel-nav .sublevel-item:active {
6145 box-shadow:
6146 0 0 0 4px #fff inset,
6147 0 0 0 5px #000 inset;
6148 font-weight: normal;
6150 .sublevel-nav .sublevel-item:disabled,
6151 .sublevel-nav span.sublevel-item {
6152 box-shadow:
6153 0 0 0 2px #fff inset,
6154 0 0 0 3px #000 inset;
6155 font-weight: bold;
6156 color: inherit;
6159 /*=====================*/
6160 /* SORT ORDER SELECTOR */
6161 /*=====================*/
6163 .sublevel-nav.sort {
6164 padding: 18px 0 0 0;
6165 border: 2px solid #000;
6167 .sublevel-nav.sort::before {
6168 text-transform: uppercase;
6169 font-weight: 600;
6171 .sublevel-nav.sort .sublevel-item {
6172 padding: 7px 8px 6px 9px;
6173 text-transform: uppercase;
6174 border: none;
6177 /*================*/
6178 /* WIDTH SELECTOR */
6179 /*================*/
6181 #width-selector button {
6182 box-shadow:
6183 0 0 0 4px #fff inset,
6184 0 0 0 5px #000 inset;
6186 #width-selector button:hover,
6187 #width-selector button.selected {
6188 box-shadow:
6189 0 0 0 1px #fff inset,
6190 0 0 0 2px #000 inset,
6191 0 0 0 4px #fff inset,
6192 0 0 0 5px #000 inset;
6194 #width-selector button::after {
6195 color: #000;
6196 font-size: 0.9em;
6199 /*================*/
6200 /* THEME SELECTOR */
6201 /*================*/
6203 #theme-selector button {
6204 box-shadow:
6205 0 0 0 5px #fff inset;
6207 #theme-selector button:hover,
6208 #theme-selector button.selected {
6209 box-shadow:
6210 0 0 0 2px #fff inset,
6211 0 0 0 3px #000 inset,
6212 0 0 0 5px #fff inset;
6215 #theme-selector button::before {
6216 font-size: 0.9375em;
6217 padding: 6px;
6218 width: 7em;
6219 color: #aaa;
6220 background-color: #fff;
6222 #theme-selector button:hover::before,
6223 #theme-selector button.selected::before {
6224 color: #000;
6227 /*======================*/
6228 /* ANTI-KIBITZER TOGGLE */
6229 /*======================*/
6231 #anti-kibitzer-toggle button::before,
6232 #anti-kibitzer-toggle button::after {
6233 background-color: #999;
6234 -webkit-background-clip: text;
6235 color: transparent;
6236 text-shadow: rgba(255,255,255,0.5) 0px 1px 1px;
6238 #anti-kibitzer-toggle button:hover {
6239 box-shadow: none;
6241 #anti-kibitzer-toggle button:hover::before,
6242 #anti-kibitzer-toggle button:hover::after {
6243 background-color: #000;
6244 text-shadow: rgba(255,255,255,0.2) 0px 1px 1px;
6247 /*=========================*/
6248 /* TEXT SIZE ADJUSTMENT UI */
6249 /*=========================*/
6251 #text-size-adjustment-ui button:hover,
6252 #text-size-adjustment-ui button:active,
6253 #text-size-adjustment-ui button:focus {
6254 box-shadow: none;
6255 color: #777;
6257 #text-size-adjustment-ui::after {
6258 color: #000;
6261 /*======================*/
6262 /* THEME TWEAKER TOGGLE */
6263 /*======================*/
6265 #theme-tweaker-toggle button:hover,
6266 #theme-tweaker-toggle button:active {
6267 box-shadow: none;
6270 /*=================*/
6271 /* QUICKNAV WIDGET */
6272 /*=================*/
6274 #quick-nav-ui a {
6275 color: #000;
6276 box-shadow:
6277 0 0 0 1px #fff,
6278 0 0 0 3px #000;
6280 #quick-nav-ui a[href='#bottom-bar'] {
6281 line-height: 1.8;
6283 @media only screen and (hover: hover) {
6284 #quick-nav-ui a:hover {
6285 box-shadow:
6286 0 0 0 1px #fff inset,
6287 0 0 0 3px #000 inset,
6288 0 0 0 1px #fff,
6289 0 0 0 3px #000;
6292 #quick-nav-ui a:active {
6293 box-shadow:
6294 0 0 0 3px #fff inset,
6295 0 0 0 5px #000 inset,
6296 0 0 0 1px #fff,
6297 0 0 0 3px #000;
6299 #quick-nav-ui a[href='#comments'].no-comments {
6300 opacity: 0.4;
6301 color: #bbb;
6304 /*======================*/
6305 /* NEW COMMENT QUICKNAV */
6306 /*======================*/
6308 #new-comment-nav-ui .new-comments-count {
6309 left: 2px;
6311 #new-comment-nav-ui .new-comments-count::after {
6312 position: relative;
6313 right: 1px;
6315 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
6316 color: #bbb;
6319 /*=================*/
6320 /* HNS DATE PICKER */
6321 /*=================*/
6323 #hns-date-picker {
6324 bottom: 75px;
6325 text-indent: -16px;
6327 #hns-date-picker span {
6328 color: #777;
6329 font-weight: 600;
6330 text-indent: 0px;
6332 #hns-date-picker input {
6333 color: #666;
6334 width: 160px;
6336 #hns-date-picker input:focus {
6337 color: #000;
6340 /*======================*/
6341 /* TEXT SIZE ADJUSTMENT */
6342 /*======================*/
6344 /*=============================*/
6345 /* COMMENTS VIEW MODE SELECTOR */
6346 /*=============================*/
6348 /*===============*/
6349 /* KEYBOARD HELP */
6350 /*===============*/
6352 #keyboard-help-overlay {
6353 font-family: Concourse;
6356 #nav-item-about button.open-keyboard-help {
6357 border: none;
6360 /*==========*/
6361 /* ARCHIVES */
6362 /*==========*/
6364 .archive-nav {
6365 border: 2px solid #000;
6367 .archive-nav span[class^='archive-nav-item'],
6368 .archive-nav a:hover {
6369 font-weight: bold;
6370 box-shadow:
6371 0 0 0 1px #fff inset,
6372 0 0 0 3px #000 inset;
6374 .archive-nav a:active {
6375 transform: none;
6376 box-shadow:
6377 0 0 0 3px #fff inset,
6378 0 0 0 5px #000 inset;
6381 /*==========*/
6382 /* LISTINGS */
6383 /*==========*/
6385 h1.listing {
6386 margin: 0.7em 20px 0.1em 20px;
6387 max-width: calc(100% - 40px);
6388 font-family: 'Anonymous Pro', 'GW-Symbols', monospace, 'Font Awesome';
6389 font-size: 1.625rem;
6392 h1.listing .link-post-link {
6393 font-size: 0.7em;
6394 top: 6px;
6395 color: #fff;
6396 text-shadow:
6397 0.5px 0.5px 0 #000,
6398 -0.5px -0.5px 0 #000,
6399 0 0 2px #000;
6402 @media only screen and (hover: hover) {
6403 h1.listing a:hover,
6404 h1.listing a:focus {
6405 color: #777;
6406 background-color: rgba(255,255,255,0.85);
6408 h1.listing:focus-within::before {
6409 color: #000;
6410 left: -0.625em;
6412 h1.listing .link-post-link:hover {
6413 color: #fff;
6414 text-shadow:
6415 0.5px 0.5px 0 #000,
6416 -0.5px -0.5px 0 #000,
6417 0 0 2px #000,
6418 0 0 3px #000;
6422 h1.listing .edit-post-link {
6423 padding: 5px 3px 36px 0.5em;
6424 top: 0;
6425 right: 0;
6427 h1.listing .edit-post-link:hover {
6428 text-decoration: none;
6430 #content.user-page h1.listing .edit-post-link {
6431 background-color: #fff;
6434 /*===================*/
6435 /* TOP PAGINATION UI */
6436 /*===================*/
6438 #top-nav-bar a:hover {
6439 color: #777;
6441 #bottom-bar #nav-item-last a::before {
6442 margin-left: -2.3em;
6443 left: 3.9em;
6446 /*= Top pagination UI hover tooltips =*/
6448 #top-nav-bar a::after,
6449 #bottom-bar a::after {
6450 color: #000;
6452 #bottom-bar a:not([href='#top'])::after {
6453 background-color: #fff;
6454 left: 0;
6455 right: 0;
6456 margin: auto;
6457 padding: 1px 6px;
6458 bottom: 2px;
6460 @supports (width: -moz-fit-content) {
6461 #bottom-bar a:not([href='#top'])::after {
6462 width: -moz-fit-content;
6465 @supports (width: fit-content) {
6466 #bottom-bar a:not([href='#top'])::after {
6467 width: fit-content;
6471 /*======*/
6472 /* SPAM */
6473 /*======*/
6475 h1.listing.spam {
6476 opacity: 0.1;
6478 h1.listing.spam + .post-meta {
6479 opacity: 0.2;
6481 h1.listing.spam:hover,
6482 h1.listing.spam + .post-meta:hover,
6483 h1.listing.spam:hover + .post-meta {
6484 opacity: 1.0;
6487 /*===================*/
6488 /* LISTING POST-META */
6489 /*===================*/
6491 h1.listing + .post-meta > * {
6492 line-height: 1.5;
6494 h1.listing + .post-meta .read-time {
6495 opacity: 0.5;
6498 /*============*/
6499 /* USER PAGES */
6500 /*============*/
6502 #content.user-page h1.page-main-heading {
6503 border-bottom: 1px dotted #000;
6506 #content.user-page h1.listing,
6507 #content.user-page h1.listing + .post-meta {
6508 border-style: solid;
6509 border-color: #000;
6511 #content.user-page h1.listing {
6512 padding: 0 6px;
6513 padding-top: 0.25em;
6514 border-width: 2px 2px 0 2px;
6515 margin: 1rem 0 0 0;
6516 max-width: 100%;
6518 #content.own-user-page h1.listing,
6519 h1.listing.own-post-listing {
6520 padding-right: 36px;
6522 @media only screen and (hover: hover) {
6523 #content.user-page h1.listing:focus-within::before {
6524 left: -0.625em;
6527 #content.user-page h1.listing + .post-meta {
6528 padding: 0.75em 6px 0.5em 33px;
6529 border-width: 0 2px 2px 2px;
6530 margin: 0 0 1rem 0;
6532 #content.user-page h1.listing + .post-meta .post-section::before {
6533 left: -2px;
6534 top: unset;
6537 #content.conversations-user-page h1.listing {
6538 padding: 8px 6px 8px 10px;
6539 font-size: 1.5rem;
6541 #content.conversations-user-page h1.listing + .post-meta {
6542 padding: 10px 4px 6px 4px;
6543 margin: 0;
6546 .user-stats .karma-total {
6547 font-weight: bold;
6550 /*===============*/
6551 /* CONVERSATIONS */
6552 /*===============*/
6554 #content.conversation-page textarea {
6555 border-top-width: 2px;
6558 /*============*/
6559 /* LOGIN PAGE */
6560 /*============*/
6562 .login-container form input[type='submit'] {
6563 font-weight: bold;
6566 /* “Log in” form */
6567 #login-form {
6568 grid-template-columns: 5.75em 1fr;
6571 #login-form a:hover {
6572 text-decoration: dotted underline;
6574 #login-form a:active {
6575 transform: scale(0.9);
6578 /* “Create account” form */
6580 #signup-form {
6581 grid-template-columns: 10.5em 1fr;
6582 border: 2px solid #000;
6585 /* Log in tip */
6587 .login-container .login-tip {
6588 border: 1px solid #000;
6591 /* Message box */
6593 .error-box {
6594 border: 1px solid red;
6595 background-color: #faa;
6597 .success-box {
6598 border: 1px solid green;
6599 background-color: #afa;
6602 /*=====================*/
6603 /* PASSWORD RESET PAGE */
6604 /*=====================*/
6606 .reset-password-container label {
6607 width: 12em;
6609 .reset-password-container input[type='submit'] {
6610 font-weight: bold;
6613 /*===================*/
6614 /* TABLE OF CONTENTS */
6615 /*===================*/
6617 .contents {
6618 font-family: 'Anonymous Pro', 'GW-Symbols', monospace;
6619 border: 2px solid #000;
6620 background-color: #fff;
6622 .contents-head {
6623 font-weight: bold;
6624 font-size: 1.125em;
6626 .body-text .contents ul {
6627 font-size: 0.9375em;
6629 .contents ul a {
6630 border-bottom: 2px dotted #999;
6632 .body-text .contents li::before {
6633 color: #999;
6634 font-feature-settings: "tnum";
6637 /*==================*/
6638 /* POSTS & COMMENTS */
6639 /*==================*/
6641 .body-text {
6642 font-family: 'Input Sans', sans-serif;
6643 font-weight: 200;
6645 .body-text a {
6646 border-bottom: 2px dotted #000;
6648 .body-text a:hover {
6649 color: #999;
6651 .post-meta a:hover,
6652 .comment-meta a:hover {
6653 text-decoration: dotted underline;
6656 /*===========*/
6657 /* POST-META */
6658 /*===========*/
6660 .post-meta .post-section::before,
6661 .comment-meta .alignment-forum {
6662 color: #fff;
6663 top: -1px;
6664 text-shadow:
6665 1px 1px 0 #777,
6666 0 1px 0 #777,
6667 0 0 5px #777;
6669 a.post-section:hover {
6670 text-decoration: none;
6672 a.post-section:hover::before {
6673 color: #eee;
6675 .post-meta .date {
6676 color: #888;
6678 .bottom-post-meta {
6679 border-color: #000;
6680 border-style: dotted;
6683 /*============*/
6684 /* LINK POSTS */
6685 /*============*/
6687 .post.link-post a.link-post-link {
6688 font-family: 'Anonymous Pro', 'GW-Symbols', monospace;
6689 font-weight: 600;
6690 font-size: 1.25em;
6691 border: none;
6693 .post.link-post a.link-post-link::before {
6694 color: #fff;
6695 text-shadow:
6696 0.5px 0.5px 0 #000,
6697 -0.5px -0.5px 0 #000,
6698 0 0 2px #000;
6700 .post.link-post a.link-post-link:hover {
6701 color: inherit;
6702 border-bottom: 2px dotted #000;
6704 .post.link-post a.link-post-link:hover::before {
6705 text-shadow:
6706 0.5px 0.5px 0 #000,
6707 -0.5px -0.5px 0 #000,
6708 0 0 2px #000,
6709 0 0 3px #000;
6711 .post.link-post a.link-post-link:focus {
6712 color: #999;
6713 border-bottom: 2px dotted #999;
6716 /*=======*/
6717 /* POSTS */
6718 /*=======*/
6720 .post-body {
6721 font-size: 1.125rem;
6722 margin-top: 1em;
6724 h1.post-title {
6725 font-size: 2.25rem;
6726 margin-top: 1.375em;
6729 /*=================*/
6730 /* POST NAVIGATION */
6731 /*=================*/
6733 .post-nav-links a:hover {
6734 box-shadow:
6735 0 0 0 2px #fff inset,
6736 0 0 0 4px #000 inset;
6738 .post-nav-links a:active {
6739 box-shadow:
6740 0 0 0 6px #fff inset,
6741 0 0 0 8px #000 inset;
6744 .post-nav-label {
6745 opacity: 0.75;
6748 @media only screen and (max-width: 900px) {
6749 .sequence-title {
6750 border-top: 1px dotted #000;
6752 .post-nav.prev {
6753 border-right: 1px dotted #000;
6755 .post-nav.next {
6756 border-left: 1px dotted #000;
6760 .crosspost {
6761 border: 1px solid #000;
6764 /*==========*/
6765 /* COMMENTS */
6766 /*==========*/
6768 #comments::before {
6769 border-top: 2px solid #000;
6771 #content > .comment-thread .comment-meta a.date:focus,
6772 #content > .comment-thread .comment-meta a.permalink:focus {
6773 color: #999;
6774 outline: 2px dotted #999;
6775 position: relative;
6776 background-color: #fff;
6777 padding: 0 5px;
6778 left: -5px;
6780 #content > .comment-thread .comment-meta a.date:focus + *,
6781 #content > .comment-thread .comment-meta a.permalink:focus + *:not(.comment-post-title) {
6782 margin-left: -10px;
6784 .comment-item {
6785 border: 2px solid #000;
6788 .comment-body {
6789 font-size: 1rem;
6790 line-height: 1.5;
6793 /*================================*/
6794 /* DEEP COMMENT THREAD COLLAPSING */
6795 /*================================*/
6797 .comment-item input[id^="expand"] + label::after {
6798 font-weight: 600;
6800 .comment-item input[id^="expand"] + label:hover::after {
6801 color: #c00;
6803 .comment-item input[id^="expand"] + label:active::after,
6804 .comment-item input[id^="expand"] + label:focus::after{
6805 color: #c00;
6807 .comment-item input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
6808 border-width: 1px 0 0 0;
6811 /*==============*/
6812 /* COMMENT-META */
6813 /*==============*/
6815 .comment-meta .author {
6816 font-weight: bold;
6817 font-size: 1.25em;
6819 .comment-item .author:not(.redacted).original-poster::after {
6820 opacity: 0.6;
6823 .comment-item .voting-controls.active-controls::after,
6824 .comment-item .voting-controls .karma-value::after,
6825 .post .voting-controls.active-controls::after,
6826 .post .voting-controls .karma-value::after,
6827 .author::before {
6828 background-color: #fff;
6829 color: #000;
6830 box-shadow: 0 0 0 1px #000 inset;
6832 .comment-item .voting-controls.active-controls::after,
6833 .post .voting-controls.active-controls::after {
6834 padding: 6px;
6835 bottom: -46px;
6836 max-width: unset;
6837 transform: translateX(-2px);
6839 .comment-item .voting-controls .karma-value::after,
6840 .post .voting-controls .karma-value::after {
6841 padding: 2px 8px;
6842 top: -26px;
6843 min-width: 80px;
6846 /*====================*/
6847 /* ANTI-KIBITZER MODE */
6848 /*====================*/
6850 .author.redacted,
6851 .inline-author.redacted {
6852 opacity: 0.5;
6853 font-weight: 400;
6856 .karma-value.redacted {
6857 opacity: 0.5;
6860 .link-post-domain.redacted {
6861 opacity: 0.3;
6864 /*===========================*/
6865 /* COMMENT THREAD NAVIGATION */
6866 /*===========================*/
6868 div.comment-parent-link {
6869 font-weight: 600;
6871 a.comment-parent-link {
6872 font-weight: 400;
6874 a.comment-parent-link::after {
6875 display: none;
6877 a.comment-parent-link::before {
6878 color: #bbb;
6879 padding: 4px 3px 0 2px;
6881 a.comment-parent-link:hover::before {
6882 color: #999;
6885 div.comment-child-links {
6886 font-weight: 600;
6888 div.comment-child-links a {
6889 font-weight: 400;
6891 .comment-child-link::before {
6892 color: #aaa;
6895 .comment-item-highlight,
6896 .comment-item-highlight-faint {
6897 border: 2px solid #ccc;
6900 .comment-popup {
6901 border: 2px solid #000;
6902 background-color: #fff;
6904 .comment-popup .comment-body {
6905 font-size: 0.9375rem;
6908 /*====================*/
6909 /* COMMENT PERMALINKS */
6910 /*====================*/
6912 .comment-meta .permalink,
6913 .comment-meta .lw2-link,
6914 .individual-thread-page .comment-parent-link:empty {
6915 filter: grayscale(100%);
6918 /*=======================*/
6919 /* COMMENTS COMPACT VIEW */
6920 /*=======================*/
6922 #comments-list-mode-selector button {
6923 box-shadow:
6924 0 0 0 4px #fff inset,
6925 0 0 0 5px #000 inset;
6926 border: none;
6928 #comments-list-mode-selector button:hover,
6929 #comments-list-mode-selector button.selected {
6930 box-shadow:
6931 0 0 0 1px #fff inset,
6932 0 0 0 2px #000 inset,
6933 0 0 0 4px #fff inset,
6934 0 0 0 5px #000 inset;
6936 #content.compact > .comment-thread .comment-item::after {
6937 background: linear-gradient(to right, transparent 0%, #fff 50%, #fff 100%);
6940 @media only screen and (hover: hover) {
6941 #content.compact > .comment-thread .comment-item:hover .comment,
6942 #content.compact > .comment-thread .comment-item.expanded .comment {
6943 background-color: #fff;
6944 outline: 3px solid #000;
6946 #content.compact > .comment-thread .comment-item:hover .comment::before,
6947 #content.compact > .comment-thread .comment-item.expanded .comment::before {
6948 background-color: #fff;
6949 box-shadow:
6950 0 0 3px #fff,
6951 0 0 5px #fff,
6952 0 0 7px #fff,
6953 0 0 10px #fff,
6954 0 0 20px #fff,
6955 0 0 30px #fff,
6956 0 0 40px #fff;
6959 @media only screen and (hover: none) {
6960 #content.compact > .comment-thread.expanded .comment-item .comment {
6961 background-color: #fff;
6962 outline: 3px solid #000;
6964 #content.compact > .comment-thread.expanded .comment-item .comment::before {
6965 background-color: #fff;
6966 box-shadow:
6967 0 0 3px #fff,
6968 0 0 5px #fff,
6969 0 0 7px #fff,
6970 0 0 10px #fff,
6971 0 0 20px #fff,
6972 0 0 30px #fff,
6973 0 0 40px #fff;
6977 #content.user-page.compact > h1.listing {
6978 margin-top: 0.5rem;
6980 #content.user-page.compact > h1.listing + .post-meta {
6981 margin-bottom: 0.5rem;
6984 /*===========================*/
6985 /* HIGHLIGHTING NEW COMMENTS */
6986 /*===========================*/
6988 .new-comment {
6989 border: 2px dotted #000;
6991 .new-comment::before {
6992 display: none;
6995 /*=================================*/
6996 /* COMMENT THREAD MINIMIZE BUTTONS */
6997 /*=================================*/
6999 .comment-minimize-button {
7000 color: #ccc;
7001 font-family: Font Awesome, 'Anonymous Pro', 'GW-Symbols', monospace;
7003 .comment-minimize-button:hover {
7004 color: #aaa;
7006 .comment-minimize-button::after {
7007 font-size: 0.8125rem;
7008 top: 20px;
7009 left: 0.5px;
7010 color: #777;
7012 .comment-minimize-button.maximized::after {
7013 color: #ccc;
7016 /*=================================*/
7017 /* INDIVIDUAL COMMENT THREAD PAGES */
7018 /*=================================*/
7020 .individual-thread-page > h1 a:hover {
7021 color: #777;
7022 text-decoration: dotted underline;
7025 .individual-thread-page > .comments {
7026 border-top: 2px solid #000;
7029 /*==============*/
7030 /* VOTE BUTTONS */
7031 /*==============*/
7033 .vote::before {
7034 content: "";
7035 border-radius: 2px;
7036 background-size: 17px 17px;
7037 width: 17px;
7038 height: 17px;
7039 display: inline-block;
7040 position: relative;
7041 top: 2.5px;
7043 .vote:active {
7044 transform: none;
7047 .vote:hover {
7048 box-shadow: none;
7051 /**********/
7052 /* States.
7055 /* _ 1
7057 .vote {
7058 filter: contrast(5%) brightness(182%);
7061 /* _ 2
7063 .vote:not(.none) {
7064 filter: drop-shadow(0 0 1px #fff);
7067 /* 1 _
7069 .vote.two-temp::before {
7070 box-shadow:
7071 0 0 0 3px #ccc,
7072 0 0 0 4px transparent;
7075 /* 2 _
7077 .vote.two::before {
7078 box-shadow:
7079 0 0 0 3px #000,
7080 0 0 0 4px transparent;
7083 /* Disabled.
7085 .vote:disabled {
7086 visibility: unset;
7087 filter: brightness(50%);
7090 /*********/
7091 /* Icons.
7094 .karma .upvote::before {
7095 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNNDAwIDMySDQ4QzIxLjUgMzIgMCA1My41IDAgODB2MzUyYzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDM1MmMyNi41IDAgNDgtMjEuNSA0OC00OFY4MGMwLTI2LjUtMjEuNS00OC00OC00OHptLTMyIDI1MmMwIDYuNi01LjQgMTItMTIgMTJoLTkydjkyYzAgNi42LTUuNCAxMi0xMiAxMmgtNTZjLTYuNiAwLTEyLTUuNC0xMi0xMnYtOTJIOTJjLTYuNiAwLTEyLTUuNC0xMi0xMnYtNTZjMC02LjYgNS40LTEyIDEyLTEyaDkydi05MmMwLTYuNiA1LjQtMTIgMTItMTJoNTZjNi42IDAgMTIgNS40IDEyIDEydjkyaDkyYzYuNiAwIDEyIDUuNCAxMiAxMnY1NnoiLz48L3N2Zz4=');
7097 .karma .downvote::before {
7098 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNNDAwIDMySDQ4QzIxLjUgMzIgMCA1My41IDAgODB2MzUyYzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDM1MmMyNi41IDAgNDgtMjEuNSA0OC00OFY4MGMwLTI2LjUtMjEuNS00OC00OC00OHpNOTIgMjk2Yy02LjYgMC0xMi01LjQtMTItMTJ2LTU2YzAtNi42IDUuNC0xMiAxMi0xMmgyNjRjNi42IDAgMTIgNS40IDEyIDEydjU2YzAgNi42LTUuNCAxMi0xMiAxMkg5MnoiLz48L3N2Zz4=');
7101 .karma .upvote:disabled::before {
7102 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNNDAwIDMySDQ4QzIxLjUgMzIgMCA1My41IDAgODB2MzUyYzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDM1MmMyNi41IDAgNDgtMjEuNSA0OC00OFY4MGMwLTI2LjUtMjEuNS00OC00OC00OHptLTMyIDI1MmMwIDYuNi01LjQgMTItMTIgMTJoLTkydjkyYzAgNi42LTUuNCAxMi0xMiAxMmgtNTZjLTYuNiAwLTEyLTUuNC0xMi0xMnYtOTJIOTJjLTYuNiAwLTEyLTUuNC0xMi0xMnYtNTZjMC02LjYgNS40LTEyIDEyLTEyaDkydi05MmMwLTYuNiA1LjQtMTIgMTItMTJoNTZjNi42IDAgMTIgNS40IDEyIDEydjkyaDkyYzYuNiAwIDEyIDUuNCAxMiAxMnY1NnoiIHN0cm9rZT0iI0Q4RDhEOCIgc3Ryb2tlLXdpZHRoPSI0JSIgZmlsbD0idHJhbnNwYXJlbnQiLz48L3N2Zz4=');
7104 .karma .downvote:disabled::before {
7105 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNNDAwIDMySDQ4QzIxLjUgMzIgMCA1My41IDAgODB2MzUyYzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDM1MmMyNi41IDAgNDgtMjEuNSA0OC00OFY4MGMwLTI2LjUtMjEuNS00OC00OC00OHpNOTIgMjk2Yy02LjYgMC0xMi01LjQtMTItMTJ2LTU2YzAtNi42IDUuNC0xMiAxMi0xMmgyNjRjNi42IDAgMTIgNS40IDEyIDEydjU2YzAgNi42LTUuNCAxMi0xMiAxMkg5MnoiIHN0cm9rZT0iI0Q4RDhEOCIgc3Ryb2tlLXdpZHRoPSI0JSIgZmlsbD0idHJhbnNwYXJlbnQiLz48L3N2Zz4=');
7108 .agreement .upvote::before {
7109 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNNDAwIDQ4MEg0OGMtMjYuNTEgMC00OC0yMS40OS00OC00OFY4MGMwLTI2LjUxIDIxLjQ5LTQ4IDQ4LTQ4aDM1MmMyNi41MSAwIDQ4IDIxLjQ5IDQ4IDQ4djM1MmMwIDI2LjUxLTIxLjQ5IDQ4LTQ4IDQ4em0tMjA0LjY4Ni05OC4wNTlsMTg0LTE4NGM2LjI0OC02LjI0OCA2LjI0OC0xNi4zNzkgMC0yMi42MjdsLTIyLjYyNy0yMi42MjdjLTYuMjQ4LTYuMjQ4LTE2LjM3OS02LjI0OS0yMi42MjggMEwxODQgMzAyLjc0NWwtNzAuMDU5LTcwLjA1OWMtNi4yNDgtNi4yNDgtMTYuMzc5LTYuMjQ4LTIyLjYyOCAwbC0yMi42MjcgMjIuNjI3Yy02LjI0OCA2LjI0OC02LjI0OCAxNi4zNzkgMCAyMi42MjdsMTA0IDEwNGM2LjI0OSA2LjI1IDE2LjM3OSA2LjI1IDIyLjYyOC4wMDF6Ii8+PC9zdmc+');
7111 .agreement .downvote::before {
7112 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNNDAwIDMySDQ4QzIxLjUgMzIgMCA1My41IDAgODB2MzUyYzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDM1MmMyNi41IDAgNDgtMjEuNSA0OC00OFY4MGMwLTI2LjUtMjEuNS00OC00OC00OHptLTU0LjQgMjg5LjFjNC43IDQuNyA0LjcgMTIuMyAwIDE3TDMwNiAzNzcuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDIyNCAzMTJsLTY1LjEgNjUuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDEwMi40IDMzOGMtNC43LTQuNy00LjctMTIuMyAwLTE3bDY1LjYtNjUtNjUuNi02NS4xYy00LjctNC43LTQuNy0xMi4zIDAtMTdsMzkuNi0zOS42YzQuNy00LjcgMTIuMy00LjcgMTcgMGw2NSA2NS43IDY1LjEtNjUuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsMzkuNiAzOS42YzQuNyA0LjcgNC43IDEyLjMgMCAxN0wyODAgMjU2bDY1LjYgNjUuMXoiLz48L3N2Zz4=');
7115 .agreement .upvote:disabled::before {
7116 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNNDAwIDQ4MEg0OGMtMjYuNTEgMC00OC0yMS40OS00OC00OFY4MGMwLTI2LjUxIDIxLjQ5LTQ4IDQ4LTQ4aDM1MmMyNi41MSAwIDQ4IDIxLjQ5IDQ4IDQ4djM1MmMwIDI2LjUxLTIxLjQ5IDQ4LTQ4IDQ4em0tMjA0LjY4Ni05OC4wNTlsMTg0LTE4NGM2LjI0OC02LjI0OCA2LjI0OC0xNi4zNzkgMC0yMi42MjdsLTIyLjYyNy0yMi42MjdjLTYuMjQ4LTYuMjQ4LTE2LjM3OS02LjI0OS0yMi42MjggMEwxODQgMzAyLjc0NWwtNzAuMDU5LTcwLjA1OWMtNi4yNDgtNi4yNDgtMTYuMzc5LTYuMjQ4LTIyLjYyOCAwbC0yMi42MjcgMjIuNjI3Yy02LjI0OCA2LjI0OC02LjI0OCAxNi4zNzkgMCAyMi42MjdsMTA0IDEwNGM2LjI0OSA2LjI1IDE2LjM3OSA2LjI1IDIyLjYyOC4wMDF6IiBzdHJva2U9IiNEOEQ4RDgiIHN0cm9rZS13aWR0aD0iNCUiIGZpbGw9InRyYW5zcGFyZW50Ii8+PC9zdmc+');
7118 .agreement .downvote:disabled::before {
7119 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNNDAwIDMySDQ4QzIxLjUgMzIgMCA1My41IDAgODB2MzUyYzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDM1MmMyNi41IDAgNDgtMjEuNSA0OC00OFY4MGMwLTI2LjUtMjEuNS00OC00OC00OHptLTU0LjQgMjg5LjFjNC43IDQuNyA0LjcgMTIuMyAwIDE3TDMwNiAzNzcuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDIyNCAzMTJsLTY1LjEgNjUuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDEwMi40IDMzOGMtNC43LTQuNy00LjctMTIuMyAwLTE3bDY1LjYtNjUtNjUuNi02NS4xYy00LjctNC43LTQuNy0xMi4zIDAtMTdsMzkuNi0zOS42YzQuNy00LjcgMTIuMy00LjcgMTcgMGw2NSA2NS43IDY1LjEtNjUuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsMzkuNiAzOS42YzQuNyA0LjcgNC43IDEyLjMgMCAxN0wyODAgMjU2bDY1LjYgNjUuMXoiIHN0cm9rZT0iI0Q4RDhEOCIgc3Ryb2tlLXdpZHRoPSI0JSIgZmlsbD0idHJhbnNwYXJlbnQiLz48L3N2Zz4=');
7122 /*===========================*/
7123 /* COMMENTING AND POSTING UI */
7124 /*===========================*/
7126 .comment-controls .cancel-comment-button {
7127 height: 28px;
7128 color: #fff;
7129 padding: 4px 6px 2px 6px;
7132 .posting-controls input[type='submit'],
7133 .comment-controls .cancel-comment-button,
7134 .new-comment-button {
7135 font-weight: 600;
7138 .comment-controls .delete-button::before,
7139 .comment-controls .retract-button::before,
7140 .comment-controls .unretract-button::before {
7141 opacity: 0.8;
7144 .posting-controls .action-button {
7145 border: none;
7147 .posting-controls .action-button:hover,
7148 .posting-controls .action-button:active,
7149 .posting-controls .action-button:focus {
7150 box-shadow: none;
7151 text-decoration: dotted underline;
7153 .posting-controls .action-button:active {
7154 transform: scale(0.9);
7157 .posting-controls textarea {
7158 font-family: 'Input Sans', sans-serif;
7159 font-weight: 200;
7160 font-size: 1rem;
7161 line-height: 1.4;
7162 color: #000;
7163 background-color: #fff;
7164 border-color: #000;
7165 border-width: 28px 2px 2px 2px;
7167 .posting-controls textarea:focus {
7168 border-style: dotted;
7169 border-width: 28px 2px 2px 2px;
7171 .posting-controls textarea::selection {
7172 background-color: #000;
7173 color: #fff;
7176 .posting-controls textarea::-webkit-scrollbar,
7177 .textarea-container .autocomplete-container::-webkit-scrollbar {
7178 width: 18px;
7180 .posting-controls textarea::-webkit-scrollbar-track,
7181 .textarea-container .autocomplete-container::-webkit-scrollbar-track {
7182 background-color: #fff;
7184 .posting-controls textarea::-webkit-scrollbar-thumb,
7185 .textarea-container .autocomplete-container::-webkit-scrollbar-thumb {
7186 background-color: #000;
7187 background-image: url('data:image/gif;base64,R0lGODlhBAAEAPAAMXd3d////ywAAAAABAAEAAACBgQShqgJBQA7');
7188 background-size: 2px 2px;
7189 box-shadow:
7190 0 2px 0 1px #fff inset,
7191 0 0 0 1px #fff inset,
7192 0 2px 0 1.5px #777 inset,
7193 0 0 0 1.5px #777 inset;
7195 .textarea-container .autocomplete-container::-webkit-scrollbar-thumb {
7196 box-shadow:
7197 0 0 0 1px #fff inset,
7198 0 0 0 1.5px #777 inset;
7200 .posting-controls textarea::-webkit-scrollbar-thumb:active {
7201 background-image: url('data:image/gif;base64,R0lGODlhBAAEAPAAMQAAAP///ywAAAAABAAEAAACBgQShqgJBQA7');
7202 box-shadow:
7203 0 2px 0 1px #fff inset,
7204 0 0 0 1px #fff inset,
7205 0 2px 0 1.5px #000 inset,
7206 0 0 0 1.5px #000 inset;
7209 /* GUIEdit buttons */
7211 .guiedit-buttons-container {
7212 background-color: #000;
7213 box-shadow: 0 0 0 1px #000;
7216 .posting-controls.edit-existing-post .guiedit-buttons-container button,
7217 .posting-controls form.edit-existing-comment .guiedit-buttons-container button {
7218 color: #0c0;
7221 button.guiedit {
7222 font-family: Font Awesome, 'Anonymous Pro', 'GW-Symbols', monospace;
7223 color: #fff;
7224 border: none;
7226 button.guiedit:hover,
7227 button.guiedit:active,
7228 button.guiedit:focus {
7229 box-shadow: none;
7230 color: #777;
7232 button.guiedit::after {
7233 color: #fff;
7234 top: 2px;
7235 height: 25px;
7236 text-shadow: none;
7239 /* Markdown hints */
7241 #markdown-hints {
7242 border: 2px solid #000;
7243 background-color: #fff;
7246 /*================*/
7247 /* EDIT POST FORM */
7248 /*================*/
7250 #edit-post-form .post-meta-fields {
7251 grid-template-columns: 6em auto auto auto 1fr auto;
7253 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
7254 color: #000;
7255 border: 1px solid #000;
7256 top: 2px;
7258 @media only screen and (hover:hover) {
7259 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover::before,
7260 #edit-post-form .post-meta-fields input[type='checkbox']:focus + label::before {
7261 box-shadow:
7262 0 0 0 1px #fff inset,
7263 0 0 0 2px #000 inset;
7266 #edit-post-form .post-meta-fields input[type='checkbox']:active + label::before,
7267 #edit-post-form .post-meta-fields input[type='checkbox']:checked:active + label::before {
7268 background-color: #fff;
7269 box-shadow:
7270 0 0 0 3px #fff inset,
7271 0 0 0 4px #000 inset;
7273 #edit-post-form .post-meta-fields input[type='checkbox']:checked + label::before {
7274 content: "";
7275 background-color: #000;
7276 box-shadow:
7277 0 0 0 4px #fff inset;
7279 #edit-post-form input[type='radio'] + label {
7280 border-color: #000;
7281 color: #000;
7283 #edit-post-form input[type='radio'][value='all'] + label {
7284 border-width: 1px;
7286 #edit-post-form input[type='radio'][value='drafts'] + label {
7288 #edit-post-form input[type='radio'] + label:hover,
7289 #edit-post-form input[type='radio']:focus + label {
7290 color: #000;
7291 box-shadow:
7292 0 0 0 1px #fff inset,
7293 0 0 0 2px #000 inset;
7295 #edit-post-form input[type='radio']:active + label {
7296 box-shadow:
7297 0 0 0 2px #fff inset,
7298 0 0 0 3px #000 inset;
7300 #edit-post-form input[type='radio']:focus + label {
7301 box-shadow:
7302 0 0 0 1px #000;
7304 #edit-post-form input[type='radio']:checked + label {
7305 border-color: #000;
7306 box-shadow:
7307 0 0 0 1px #fff inset,
7308 0 0 0 2px #000 inset;
7309 font-weight: bold;
7312 #edit-post-form #markdown-hints-checkbox + label {
7313 padding: 4px 0 0 6px;
7316 /*=======*/
7317 /* LINKS */
7318 /*=======*/
7320 a:link,
7321 a:visited {
7322 color: inherit;
7323 text-decoration: none;
7326 /*=========*/
7327 /* BUTTONS */
7328 /*=========*/
7330 button,
7331 input[type='submit'] {
7332 border: 2px solid #000;
7333 box-shadow: 0 0 0 1px transparent;
7335 #ui-elements-container button {
7336 border: none;
7339 button:hover,
7340 input[type='submit']:hover,
7341 button:focus,
7342 input[type='submit']:focus {
7343 text-decoration: none;
7344 background-color: transparent;
7345 color: inherit;
7346 box-shadow:
7347 0 0 0 2px #fff inset,
7348 0 0 0 4px #000 inset,
7349 0 0 0 1px transparent;
7351 button:active,
7352 input[type='submit']:active {
7353 box-shadow:
7354 0 0 0 4px #fff inset,
7355 0 0 0 6px #000 inset,
7356 0 0 0 1px transparent;
7359 /*==========*/
7360 /* HEADINGS */
7361 /*==========*/
7363 .body-text h1,
7364 .body-text h2,
7365 .body-text h4 {
7366 font-family: 'Anonymous Pro', 'GW-Symbols', monospace;
7368 .body-text h3,
7369 .body-text h5,
7370 .body-text h6 {
7371 font-weight: 600;
7373 .body-text h6 {
7374 color: #555;
7376 .body-text h1 {
7377 border-bottom: 2px solid #000;
7380 /*========*/
7381 /* QUOTES */
7382 /*========*/
7384 blockquote {
7385 background-image: url('data:image/gif;base64,R0lGODlhCgAEAPAAMQAAAP///ywAAAAACgAEAAACCgQShqZ5vl6LNBQAOw==');
7386 background-size: 5px 2px;
7387 background-repeat: repeat-y;
7388 background-position: top left;
7389 padding-left: calc(0.5em + 5px);
7392 /*========*/
7393 /* IMAGES */
7394 /*========*/
7396 #content img,
7397 #content figure.image img {
7398 border: 1px dotted #000;
7400 #content figure img {
7401 border: 1px solid #000;
7403 #content img[src$='.svg'],
7404 #content figure img[src$='.svg'] {
7405 border: none;
7407 #content img[style^='float'] {
7408 border: 1px solid transparent;
7411 /*========*/
7412 /* TABLES */
7413 /*========*/
7415 #content:not(.tag-index-page) .body-text table,
7416 #content:not(.tag-index-page) .body-text table th,
7417 #content:not(.tag-index-page) .body-text table td {
7418 border: 1px solid #000;
7421 /*======*/
7422 /* MISC */
7423 /*======*/
7425 hr {
7426 border-bottom: 1px solid #999;
7429 code {
7430 border: 1px dotted #000;
7433 input[type='text'],
7434 input[type='search'],
7435 input[type='password'],
7436 textarea {
7437 background-color: transparent;
7438 border: 1px solid #000;
7439 color: #000;
7441 input[type='text']:focus,
7442 input[type='search']:focus,
7443 input[type='password']:focus,
7444 textarea:focus {
7445 border: 1px dashed #000;
7448 select {
7449 color: #000;
7452 .frac sup {
7453 position: relative;
7454 left: -1px;
7456 .frac sub {
7457 position: relative;
7458 left: -0.5px;
7461 /*============*/
7462 /* ABOUT PAGE */
7463 /*============*/
7465 .about-page mark {
7466 background-color: #e6e6e6;
7467 text-decoration: none;
7468 box-shadow:
7469 0 -1px 0 0 #000 inset,
7470 0 -3px 1px -2px #000 inset;
7471 padding: 0 1px;
7474 #content.about-page .accesskey-table {
7475 font-family: 'Anonymous Pro', 'GW-Symbols', monospace;
7476 border-color: #ddd;
7479 #content.about-page img {
7480 border: 1px solid #000;
7483 /*========================*/
7484 /* QUALIFIED HYPERLINKING */
7485 /*========================*/
7487 #aux-about-link a:hover {
7488 color: #777;
7491 .qualified-linking label:hover {
7492 color: #777;
7495 .qualified-linking-toolbar {
7496 border: 2px solid #000;
7497 background-color: #fff;
7499 .qualified-linking-toolbar a {
7501 .qualified-linking-toolbar a:hover {
7502 box-shadow: 0 0 0 2px #000;
7504 .qualified-linking-toolbar a:active {
7505 box-shadow: 0 0 0 2px #000 inset;
7507 .qualified-linking label::after {
7508 background-color: #fff;
7509 opacity: 0.8;
7512 /*======*/
7513 /* MATH */
7514 /*======*/
7516 .mathjax-block-container::-webkit-scrollbar {
7517 height: 12px;
7518 background-color: #f6f6ff;
7519 border-radius: 6px;
7520 border: 1px solid #ddf;
7522 .mathjax-block-container::-webkit-scrollbar-thumb {
7523 background-color: #dde;
7524 border-radius: 6px;
7525 border: 1px solid #cce;
7527 .mathjax-inline-container::-webkit-scrollbar {
7528 height: 8px;
7529 background-color: #f6f6ff;
7530 border-radius: 4px;
7531 border: 1px solid #ddf;
7533 .mathjax-inline-container::-webkit-scrollbar-thumb {
7534 background-color: #dde;
7535 border-radius: 4px;
7536 border: 1px solid #cce;
7540 /*===============*/
7541 /* USER MENTIONS */
7542 /*===============*/
7544 .textarea-container .autocomplete-container {
7545 background-color: rgba(255, 255, 255, 0.75);
7546 border: 2px solid #000;
7549 .textarea-container .autocomplete-container div.highlighted {
7550 background-color: #000;
7551 color: #fff;
7554 .textarea-container .autocomplete-container div:not(.highlighted):hover {
7555 background-color: rgba(0, 0, 0, 0.25);
7558 .textarea-container .autocomplete-container div span.age,
7559 .textarea-container .autocomplete-container div span.karma {
7560 color: #888;
7564 /*=================*/
7565 /* ALIGNMENT FORUM */
7566 /*=================*/
7568 #content.alignment-forum-index-page::before {
7569 background-color: #f2f6ff;
7571 #content.alignment-forum-index-page::after {
7572 font-family: "Concourse SmallCaps";
7573 font-weight: 600;
7574 background-color: #7f85b2;
7575 color: transparent;
7576 -webkit-background-clip: text;
7577 text-shadow:
7578 rgba(255,255,255,0.5) 0px 3px 3px;
7580 @media only screen and (hover: hover) {
7581 #content.alignment-forum-index-page h1.listing a:hover,
7582 #content.alignment-forum-index-page h1.listing a:focus {
7583 background-color: rgba(242,246,255,0.85);
7587 /*====================*/
7588 /* FOR NARROW SCREENS */
7589 /*====================*/
7591 @media only screen and (max-width: 1440px) {
7592 #hns-date-picker {
7593 right: -70px;
7594 bottom: 64px;
7595 background-color: #fff;
7596 opacity: 1.0;
7598 #hns-date-picker::before {
7599 width: 56%;
7600 border: 2px solid #000;
7601 box-shadow: 0 0 0 1px #000;
7604 @media only screen and (max-width: 1160px) {
7605 #hns-date-picker {
7606 bottom: 203px;
7607 right: -24px;
7609 #hns-date-picker::before {
7610 width: 85%;
7612 #theme-selector,
7613 #quick-nav-ui,
7614 #new-comment-nav-ui,
7615 #new-comment-nav-ui + #hns-date-picker,
7616 #theme-tweaker-toggle button,
7617 #text-size-adjustment-ui,
7618 #anti-kibitzer-toggle {
7619 opacity: 1.0;
7621 #theme-selector {
7622 background-color: #fff;
7623 border: 1px solid #000;
7625 #theme-selector:hover::after {
7626 width: calc(6em + 6px);
7627 height: calc(100% - 5px);
7628 top: 3px;
7629 left: 100%;
7631 #text-size-adjustment-ui {
7632 background-color: #fff;
7633 box-shadow: 0 0 0 1px #000;
7634 padding: 2px 0 4px 0;
7636 #theme-tweaker-toggle {
7637 left: -19px;
7639 #theme-tweaker-toggle button {
7640 background-color: #fff;
7641 box-shadow: none;
7642 border: 1px solid #000;
7644 #theme-tweaker-toggle button:hover {
7645 color: #777;
7648 @media only screen and (max-width: 1080px) {
7649 #theme-tweaker-toggle button {
7650 border: 1px solid #999;
7651 box-shadow:
7652 0 0 10px #999 inset,
7653 0 0 0 1px transparent;
7654 transform: scale(0.8);
7656 #hns-date-picker {
7657 right: -14px;
7659 #hns-date-picker::before {
7660 width: 92%;
7663 @media only screen and (max-width: 1040px) {
7664 #hns-date-picker {
7665 right: -8px;
7667 #hns-date-picker::before {
7668 width: 94%;
7671 @media only screen and (max-width: 1020px) {
7672 #hns-date-picker {
7673 right: 19px;
7675 #hns-date-picker::before {
7676 width: 100%;
7678 #quick-nav-ui {
7679 background-color: #fff;
7680 box-shadow: 0 9px 0 0px #fff;
7682 #new-comment-nav-ui .new-comments-count::before {
7683 background-color: #fff;
7684 box-shadow:
7685 0 0 0 2px #000,
7686 0 0 0 10px #fff;
7688 #anti-kibitzer-toggle {
7689 background-color: #fff;
7690 box-shadow:
7691 0 0 0 2px #000,
7692 0 0 0 10px #fff;
7696 /*========*/
7697 /* MOBILE */
7698 /*========*/
7700 /*******************************************************/
7701 @media not screen and (hover:hover) and (pointer:fine) {
7702 /*******************************************************/
7703 #ui-elements-container > div[id$='-ui-toggle'] button,
7704 #theme-selector .theme-selector-close-button {
7705 color: #000;
7706 opacity: 1.0;
7708 #appearance-adjust-ui-toggle button,
7709 #post-nav-ui-toggle button {
7710 background-color: #fff;
7711 box-shadow:
7712 0 0 0 2px #fff,
7713 0 0 0 2px #000 inset;
7716 #theme-selector {
7717 background-color: #fff;
7718 box-shadow:
7719 0 0 0 1px #000,
7720 0 0 0 7px #fff;
7722 #theme-selector::before {
7723 color: #000;
7725 #theme-selector button {
7726 background-color: #fff;
7727 box-shadow:
7728 0 0 0 1px #fff inset,
7729 0 0 0 3px #000 inset,
7730 0 0 0 5px #fff inset;
7732 #theme-selector button::after {
7733 color: #000;
7734 max-width: calc(100% - 3.5em);
7735 overflow: hidden;
7736 text-overflow: ellipsis;
7737 padding-left: 1px;
7739 #theme-selector button.selected {
7740 box-shadow:
7741 0 0 0 1px #fff inset,
7742 0 0 0 3px #000 inset,
7743 0 0 0 5px #fff inset,
7744 0 0 0 7px #000 inset;
7746 #theme-selector button.selected::after {
7747 font-weight: bold;
7749 #theme-selector .theme-selector-close-button {
7750 font-weight: 400;
7753 #quick-nav-ui {
7754 background-color: #fff;
7756 #quick-nav-ui a {
7757 box-shadow:
7758 0 0 0 2px #000;
7760 #quick-nav-ui a::after,
7761 #new-comment-nav-ui::before {
7762 font-family: 'Anonymous Pro', 'GW-Symbols', monospace;
7763 font-weight: bold;
7764 font-size: 0.5rem;
7765 background-color: #fff;
7767 #new-comment-nav-ui {
7768 background-color: #fff;
7769 border: 1px solid #000;
7770 box-shadow: 0 0 0 1px #000;
7772 #new-comment-nav-ui::before {
7773 color: #000;
7774 font-size: 0.6875rem;
7775 font-weight: bold;
7776 bottom: calc(100% + 2px);
7777 padding: 2px 0 0 0;
7779 #new-comment-nav-ui .new-comment-sequential-nav-button {
7780 color: #000;
7782 #new-comment-nav-ui .new-comments-count,
7783 #new-comment-nav-ui .new-comments-count::after {
7784 color: #000;
7786 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
7787 color: #bbb;
7789 #new-comment-nav-ui button::after {
7790 font-family: 'Anonymous Pro', 'GW-Symbols', monospace;
7793 #hns-date-picker {
7794 bottom: 130px;
7795 right: 52px;
7796 text-indent: 0;
7799 /*****************************************/
7800 @media only screen and (max-width: 900px) {
7801 /*****************************************/
7802 h1.listing {
7803 line-height: 1;
7804 margin-bottom: 6px;
7806 h1.listing + .post-meta {
7807 font-family: Input Sans Narrow;
7808 font-weight: 300;
7810 h1.listing + .post-meta .post-section {
7811 overflow: visible;
7812 order: 1;
7814 h1.listing + .post-meta .post-section::before {
7815 position: unset;
7818 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
7819 background-color: #000;
7820 height: 2px;
7823 .comment-item .comment-item {
7824 margin: 0.75em 2px 3px 6px;
7826 .comment-item .comment-item + .comment-item {
7827 margin: 1.5em 2px 3px 6px;
7830 a.comment-parent-link::before {
7831 line-height: 1;
7834 #edit-post-form textarea {
7835 min-height: calc(100vh - 400px)
7837 #edit-post-form #markdown-hints {
7838 position: fixed;
7839 top: 74px;
7840 left: 0;
7841 right: 0;
7842 max-width: 330px;
7843 margin: auto;
7845 #edit-post-form input[type='submit'] {
7846 background-color: #fff;
7849 .comment-controls .cancel-comment-button {
7850 max-width: 1.4em;
7852 .comment-controls .cancel-comment-button::before {
7853 opacity: 1.0;
7854 position: relative;
7855 top: -1px;
7858 .sublevel-nav .sublevel-item,
7859 .sublevel-nav .sublevel-item:first-child,
7860 .sublevel-nav .sublevel-item:last-child {
7861 border-width: 1px;
7863 /*******************************************/
7864 } @media only screen and (max-width: 720px) {
7865 /*******************************************/
7866 #content.conversations-user-page h1.listing + .post-meta .date {
7867 margin: 0 0 0 1em;
7869 /*******************************************/
7870 } @media only screen and (max-width: 520px) {
7871 /*******************************************/
7872 h1.listing {
7873 font-size: 1.375rem;
7874 margin: 18px 6px 4px 6px;
7875 max-width: calc(100% - 12px);
7877 h1.listing .link-post-link {
7878 top: 4px;
7880 h1.listing + .post-meta {
7881 margin: 4px 6px;
7882 font-family: Input Sans Condensed;
7883 font-weight: 300;
7885 h1.listing + .post-meta .post-section {
7886 order: 1;
7887 overflow: visible;
7889 h1.listing + .post-meta .post-section::before {
7890 position: relative;
7891 top: -1px;
7892 left: 0;
7894 #content.conversations-user-page h1.listing {
7895 font-size: 1.375rem;
7897 #content.conversations-user-page h1.listing + .post-meta .conversation-participants {
7898 margin: 0;
7900 #content.conversations-user-page h1.listing + .post-meta .messages-count {
7901 margin: 0 0 0 1em;
7904 #content.compact > .comment-thread .comment-item {
7905 max-height: 110px;
7908 .textarea-container:focus-within textarea {
7909 background-color: #fff;
7910 border: none;
7911 box-shadow:
7912 0 0 0 2px #000;
7914 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
7915 padding: 5px 6px 6px 6px;
7916 color: #fff;
7917 font-weight: bold;
7918 box-shadow: none;
7920 .textarea-container:focus-within .guiedit-mobile-help-button.active {
7921 box-shadow:
7922 0 0 0 1px #000 inset,
7923 0 0 0 3px #fff inset,
7924 0 0 0 2px #fff;
7926 .textarea-container:focus-within .guiedit-buttons-container {
7927 border-top: 2px solid #000;
7929 .posting-controls .textarea-container:focus-within .guiedit-buttons-container {
7930 padding-bottom: 5px;
7932 #content.conversation-page .textarea-container:focus-within::after {
7933 background-color: #000;
7935 .textarea-container:focus-within button.guiedit {
7936 border: 1px solid transparent;
7938 #markdown-hints,
7939 #edit-post-form #markdown-hints {
7940 border: 2px solid #000;
7941 box-shadow:
7942 0 0 0 2px #fff,
7943 0 0 0 4px #000;
7945 #markdown-hints::after {
7946 color: #000;
7949 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
7950 top: 0;
7952 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
7953 top: 1px;
7958 /*************/
7959 /* ACCORDIUS */
7960 /*************/
7962 /*======*/
7963 /* TAGS */
7964 /*======*/
7966 #tags {
7967 order: 12;
7968 display: flex;
7969 flex-basis: 100%;
7970 justify-content: center;
7971 margin: 0;
7972 flex-flow: row wrap;
7973 align-items: flex-start;
7976 /*=================*/
7977 /* BRUTALIST THEME */
7978 /*=================*/
7980 /*++++++*/
7981 /* TAGS */
7982 /*++++++*/
7984 #tags {
7985 padding: 0.5em;
7987 #tags::before {
7988 content: "Tags:";
7989 margin: 0 0.25em 0 0;
7990 color: #888;
7992 #tags a {
7993 border: 1px dotted #000;
7994 padding: 5px 7px 4px 7px;
7995 line-height: 1;
7996 margin: 0.25em;
7997 font-size: 0.9375em;
7999 #tags a:hover {
8000 text-decoration: none;
8001 background-color: #fff;
8002 border-style: solid;
8003 box-shadow:
8004 0 0 0 2px #fff inset,
8005 0 0 0 3px #000 inset;
8007 #tags a:active {
8008 box-shadow:
8009 0 0 0 4px #fff inset,
8010 0 0 0 5px #000 inset;