Make more room for voting controls on narrow screens.
[lw2-viewer.git] / www / css / style-less.windows.css
blob858189bd8503b4cd4876794f2ebdbd61a623c254
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 margin-top: 2em;
1348 margin-bottom: 4em;
1351 h1.sequence-chapter {
1352 font-size: 2.3rem;
1355 article {
1356 max-width: 100%;
1359 .post-meta + .comments {
1360 margin-top: 3em;
1363 .tag-list {
1364 column-count: auto;
1365 column-width: 15em;
1366 margin-top: 0;
1367 border-bottom: 1px solid #999;
1368 padding-bottom: 1em;
1369 margin-bottom: 0;
1372 /**************/
1373 /* USER PAGES */
1374 /**************/
1376 /*=---------------------=*/
1377 /*= User's display name =*/
1378 /*=---------------------=*/
1380 #content.user-page h1.page-main-heading {
1381 margin: 0.25em 0 0 0;
1382 line-height: 1.1;
1383 grid-column: 1 / span 2;
1384 order: -2;
1387 #content.user-page h1.page-main-heading .user-full-name {
1388 font-size: 1rem;
1389 font-weight: normal;
1390 padding-left: 0.5em;
1393 /*=--------------------=*/
1394 /*= User's karma total =*/
1395 /*=--------------------=*/
1397 #content.user-page .user-stats {
1398 grid-column: 3;
1399 order: -2;
1400 text-align: right;
1401 align-self: end;
1404 #content.user-page .user-stats .karma-type {
1405 white-space: nowrap;
1408 /*=----------------------=*/
1409 /*= Expanded vs. compact =*/
1410 /*=----------------------=*/
1412 #content.user-page #comments-list-mode-selector {
1413 grid-row: span 2;
1415 #content.user-page #comments-list-mode-selector button {
1416 display: block;
1419 /*=----------------------------------------------------=*/
1420 /*= All, Posts, Comments, Drafts, Conversations, Inbox =*/
1421 /*=----------------------------------------------------=*/
1423 #content.user-page .sublevel-nav {
1424 margin-bottom: 0.5em;
1427 /*=--------------=*/
1428 /*= User's posts =*/
1429 /*=--------------=*/
1431 #content.user-page h1.listing {
1432 margin: 0.5em 0 0 0;
1435 #content.user-page .user-bio :first-child {
1436 margin-top: 0.5em;
1439 /*****************/
1440 /* CONVERSATIONS */
1441 /*****************/
1443 /*=----------------------=*/
1444 /*= List of participants =*/
1445 /*=----------------------=*/
1447 #content.conversation-page .conversation-participants {
1448 grid-column: 2 / span 2;
1449 text-align: right;
1450 margin: 0.5em 0 0 0;
1452 .post-meta > .conversation-participants {
1453 white-space: normal;
1455 .conversation-participants ul,
1456 .conversation-participants li {
1457 list-style-type: none;
1458 display: inline-block;
1459 margin: 0;
1460 padding: 0;
1462 .conversation-participants li {
1463 margin-left: 0.375em;
1465 .conversation-participants li:not(:last-of-type)::after {
1466 content: ",";
1469 /*=-------------------------=*/
1470 /*= Posting controls (form) =*/
1471 /*=-------------------------=*/
1473 #content.conversation-page .posting-controls {
1474 padding: 0 0 1em 0;
1476 #content.conversation-page .post-meta-fields {
1477 overflow: auto;
1478 display: flex;
1479 flex-flow: row wrap;
1481 .posting-controls.standalone textarea {
1482 margin-top: 0.375em;
1484 .posting-controls.standalone form {
1485 padding: 0 1em;
1487 #content.conversation-page .posting-controls.standalone form {
1488 padding: 0 1em 3em 1em;
1490 .posting-controls.standalone input[type='text'],
1491 .posting-controls.standalone label {
1492 margin: 0.25em 0;
1494 .posting-controls.standalone label {
1495 width: 4em;
1496 text-align: right;
1497 padding: 2px 6px;
1498 border: 1px solid transparent;
1500 .posting-controls.standalone input[type='text'] {
1501 width: calc(100% - 4em);
1502 padding: 0.25em;
1504 .posting-controls.standalone input[type='submit'] {
1505 float: right;
1507 .posting-controls.standalone #markdown-hints-checkbox ~ label {
1508 white-space: nowrap;
1510 .posting-controls.standalone #markdown-hints {
1511 top: calc(100% + 2em);
1514 /*=--------------------=*/
1515 /*= Conversation title =*/
1516 /*=--------------------=*/
1518 #content.conversation-page h1.page-main-heading {
1519 text-align: center;
1520 margin: 0.5em 0;
1521 line-height: 1.15;
1524 /*=----------=*/
1525 /*= Messages =*/
1526 /*=----------=*/
1528 #content.conversation-page > ul.comment-thread:last-of-type {
1529 margin-bottom: 2em;
1532 /******************/
1533 /* SEARCH RESULTS */
1534 /******************/
1536 #content.search-results-page h1.listing,
1537 #content.sequence-page h1.listing,
1538 #content.post-page h1.listing {
1539 font-size: 1.625em;
1542 /**************/
1543 /* LOGIN PAGE */
1544 /**************/
1546 .login-container {
1547 margin: 2em 0;
1548 padding: 1em;
1549 display: flex;
1550 flex-flow: row wrap;
1553 .login-container form {
1554 flex-basis: 50%;
1555 display: grid;
1556 grid-row-gap: 0.5em;
1557 align-content: start;
1559 .login-container form label {
1560 text-align: right;
1561 padding: 0.25em 0.5em;
1562 white-space: nowrap;
1563 grid-column: 1;
1565 .login-container form input {
1566 grid-column: 2;
1567 padding: 0.25em;
1569 .login-container form input[type='submit'],
1570 .login-container form a {
1571 grid-column: 2;
1572 justify-self: center;
1574 .login-container form input[type='submit'] {
1575 width: 10em;
1576 padding: 0.35em;
1577 line-height: 1;
1578 margin: 0.5em 0 0 0;
1580 .login-container form h1 {
1581 text-align: center;
1582 margin: 0;
1583 grid-column: 2;
1586 /* “Log in” form */
1588 #login-form {
1589 grid-template-columns: 5.5em 1fr;
1590 padding: 0.5em 2em 0.5em 0;
1593 /* “Create account” form */
1595 #signup-form {
1596 font-size: 0.9em;
1597 grid-template-columns: 8.5em 1fr;
1598 padding: 0.5em 1em 1em 1em;
1600 #signup-form h1 {
1601 font-size: 1.7em;
1603 #signup-form input[type='submit'] {
1604 padding: 0.4em 0.5em 0.5em 0.5em;
1607 /* Log in tip */
1609 .login-container .login-tip {
1610 padding: 0.5em 0.5em 0.5em 3em;
1611 margin: 2em 4em 0 4em;
1612 text-indent: -2em;
1613 line-height: 1.4;
1615 .login-container .login-tip span {
1616 font-weight: bold;
1619 /* Message box */
1621 #content.login-page .error-box {
1622 margin: 1.5em 0.875em -1.5em 0.875em;
1624 .error-box, .success-box {
1625 padding: 0.25em;
1626 text-align: center;
1629 /***********************/
1630 /* PASSWORD RESET PAGE */
1631 /***********************/
1633 .reset-password-container {
1634 margin-bottom: 2em;
1636 .reset-password-container input[type='submit'] {
1637 padding: 0.2em 0.5em;
1638 width: unset;
1640 .reset-password-container input {
1641 margin-left: 0.5em;
1642 width: 12em;
1644 .reset-password-container label {
1645 display: inline-block;
1646 width: 9em;
1648 .reset-password-container form > div {
1649 margin: 0.2em;
1651 .reset-password-container .action-container {
1652 padding-left: 11em;
1653 padding-top: 0.2em;
1655 .reset-password-container .error-box {
1656 margin: unset;
1659 /*********************/
1660 /* TABLE OF CONTENTS */
1661 /*********************/
1663 .contents {
1664 float: right;
1665 min-width: 6em;
1666 max-width: 40%;
1667 margin: 1.25em 0 0.75em 1.25em;
1668 padding: 7px 14px 10px 10px;
1669 position: relative;
1670 z-index: 1;
1673 .contents-head {
1674 text-align: center;
1675 margin-bottom: 0.25em;
1678 .post-body .contents ul {
1679 list-style-type: none;
1680 margin: 0 0 0 0.5em;
1681 counter-reset: toc-item-1 toc-item-2 toc-item-3;
1682 padding-left: 1em;
1683 font-size: 0.75em;
1685 .post-body .contents li {
1686 margin: 0.15em 0 0.3em 1em;
1687 text-align: left;
1688 text-indent: -1em;
1689 line-height: 1.2;
1690 position: relative;
1692 .post-body .contents li::before {
1693 position: absolute;
1694 width: 3em;
1695 display: block;
1696 text-align: right;
1697 left: -4.5em;
1699 .contents .toc-item-1 {
1700 counter-increment: toc-item-1;
1701 counter-reset: toc-item-2 toc-item-3;
1703 .contents .toc-item-1::before {
1704 content: counter(toc-item-1);
1706 .contents .toc-item-1 ~ .toc-item-2 {
1707 margin-left: 2.9em;
1708 font-size: 0.95em;
1710 .contents .toc-item-2 {
1711 counter-increment: toc-item-2;
1712 counter-reset: toc-item-3;
1714 .contents .toc-item-1 ~ .toc-item-2::before {
1715 content: counter(toc-item-1) "." counter(toc-item-2);
1717 .contents .toc-item-2::before {
1718 content: counter(toc-item-2);
1720 .contents .toc-item-1 + .toc-item-3 {
1721 counter-increment: toc-item-2 toc-item-3;
1723 .contents .toc-item-2 ~ .toc-item-3,
1724 .contents .toc-item-1 ~ .toc-item-3 {
1725 margin-left: 2.9em;
1726 font-size: 0.95em;
1728 .contents .toc-item-1 ~ .toc-item-2 ~ .toc-item-3 {
1729 margin-left: 5.7em;
1730 font-size: 0.9em;
1732 .contents .toc-item-3 {
1733 counter-increment: toc-item-3;
1735 .contents .toc-item-1 ~ .toc-item-2 ~ .toc-item-3::before {
1736 content: counter(toc-item-1) "." counter(toc-item-2) "." counter(toc-item-3);
1738 .contents .toc-item-1 ~ .toc-item-3::before {
1739 content: counter(toc-item-1) "." counter(toc-item-3);
1741 .contents .toc-item-2 ~ .toc-item-3::before {
1742 content: counter(toc-item-2) "." counter(toc-item-3);
1744 .contents .toc-item-3::before {
1745 content: counter(toc-item-3);
1747 .contents .toc-item-4,
1748 .contents .toc-item-5,
1749 .contents .toc-item-6 {
1750 display: none;
1753 /********************/
1754 /* POSTS & COMMENTS */
1755 /********************/
1757 .post-meta > *,
1758 .comment-meta > * {
1759 display: inline-block;
1760 margin-right: 1em;
1761 font-size: 1.0625em;
1763 .body-text {
1764 overflow-wrap: break-word;
1765 text-align: justify;
1767 .body-text p {
1768 margin: 1em 0;
1770 .retracted .body-text {
1771 text-decoration: line-through;
1774 .bare-url {
1775 word-break: break-all;
1776 hyphens: auto;
1778 .body-text a:not([href]),
1779 .body-text a:not([href]):hover,
1780 .body-text a:not([href])::before,
1781 .body-text a:not([href])::after {
1782 text-decoration: none;
1783 text-shadow: unset;
1784 border: unset;
1785 color: unset;
1786 content: unset;
1788 /*************/
1789 /* POST-META */
1790 /*************/
1792 .post-meta {
1793 display: flex;
1794 flex-flow: row wrap;
1795 justify-content: center;
1797 .post-meta .lw2-link {
1798 opacity: 0.5;
1799 order: 1;
1801 .post-meta > *,
1802 .post-meta .post-section::before {
1803 margin: 0 0.5em;
1805 .post-meta .post-section {
1806 order: -1;
1807 margin: 0;
1808 visibility: hidden;
1810 .post-meta .post-section::before,
1811 .comment-meta .alignment-forum {
1812 visibility: visible;
1813 font-family: "Font Awesome", "Font Awesome 5 Free";
1814 font-weight: 900;
1816 .post-section.frontpage::before {
1817 content: "\F015";
1819 .post-section.featured::before {
1820 content: "\F005";
1822 .post-section.meta::before {
1823 content: "\F077";
1825 .post-section.events::before {
1826 content: "\F5A0";
1828 .post-section.personal::before {
1829 content: "\F007";
1831 .post-section.draft::before {
1832 content: "\F15B";
1834 .post-section.alignment-forum::before,
1835 .comment-meta .alignment-forum {
1836 content: "AF";
1837 font-family: Concourse, 'Changa One';
1840 /*= Karma controls hover tooltips =*/
1842 @media only screen and (pointer: fine) {
1843 .post .voting-controls,
1844 .comment-item .voting-controls {
1845 position: relative;
1847 .post .karma.active-controls::after,
1848 .comment-item .karma.active-controls::after {
1849 content: "Double-click for strong vote";
1850 position: absolute;
1851 pointer-events: none;
1852 display: block;
1853 left: 6px;
1854 width: 100%;
1855 line-height: 1.15;
1856 white-space: normal;
1857 text-align: center;
1858 font-size: 0.875rem;
1859 opacity: 0;
1860 transition: opacity 0.2s ease;
1862 .post .voting-controls.active-controls:hover::after,
1863 .comment-item .voting-controls.active-controls:hover::after {
1864 opacity: 1.0;
1867 .post .voting-controls .karma-value::after,
1868 .comment-item .voting-controls .karma-value::after {
1869 content: attr(title);
1870 position: absolute;
1871 pointer-events: none;
1872 display: block;
1873 left: 50%;
1874 transform: translateX(-50%);
1875 white-space: pre-wrap;
1876 width: max-content;
1877 text-align: center;
1878 font-size: 0.875rem;
1879 color: #bbb;
1880 opacity: 0;
1881 transition: opacity 0.2s ease;
1883 .post .voting-controls.agreement .karma-value:hover::after,
1884 .comment-item .voting-controls.agreement .karma-value:hover::after {
1885 top: unset;
1886 bottom: 100%;
1888 .post .voting-controls .karma-value:hover::after,
1889 .comment-item .voting-controls .karma-value:hover::after {
1890 opacity: 1.0;
1892 .post .voting-controls.waiting .karma-value:hover::after,
1893 .comment-item .voting-controls.waiting .karma-value:hover::after {
1894 display: none;
1896 .comment-item .voting-controls .karma-value:hover::after {
1897 z-index: 5001;
1900 .author {
1901 position: relative;
1903 .author:not(.redacted)::before {
1904 content: attr(data-full-name);
1905 position: absolute;
1906 pointer-events: none;
1907 display: block;
1908 padding: 0 1em;
1909 left: 50%;
1910 bottom: 2em;
1911 transform: translateX(-50%);
1912 white-space: nowrap;
1913 text-align: center;
1914 font-size: 0.875rem;
1915 font-weight: normal;
1916 opacity: 0;
1917 transition: opacity 0.2s ease;
1918 z-index: 5001;
1920 .author:hover::before {
1921 opacity: 1.0;
1925 /*********/
1926 /* POSTS */
1927 /*********/
1929 .post {
1930 max-width: 100%;
1933 .post-body {
1934 min-height: 8em;
1935 padding: 0 30px;
1936 line-height: 1.5;
1937 font-size: 1.3rem;
1938 overflow: auto;
1939 margin: 0.5em 0 0 0;
1941 h1.post-title {
1942 margin: 1.1em 0 0.35em 0;
1943 padding: 0 30px;
1944 text-align: center;
1945 font-size: 2.5em;
1946 line-height: 1;
1948 .post .post-meta {
1949 text-align: center;
1950 position: relative;
1951 z-index: 2;
1953 .post .top-post-meta:last-child {
1954 margin-bottom: 40px;
1956 .post .bottom-post-meta {
1957 margin: 0;
1958 padding: 20px 0;
1960 .bottom-post-meta {
1961 border-style: solid;
1962 border-width: 1px 0;
1965 /**********/
1966 /* EVENTS */
1967 /**********/
1969 .event-info .map {
1970 position: relative;
1971 width: 100%;
1972 margin: 2em 0 1em;
1975 .event-info .map::before {
1976 content: "";
1977 display: block;
1978 padding-bottom: 50%;
1981 .event-info .map iframe {
1982 width: 100%;
1983 height: 100%;
1984 border: 1px solid #000;
1985 position: absolute;
1986 top: 0;
1987 left: 0;
1990 .event-info ul {
1991 list-style: none;
1992 padding: 0;
1993 text-align: center;
1996 /*******************/
1997 /* POST NAVIGATION */
1998 /*******************/
2000 .post-nav-item {
2001 display: grid;
2002 grid-template: 100% / 32% 36% 32%;
2003 grid-template-areas:
2004 "prev seq next";
2006 .post-nav {
2007 display: flex;
2008 flex-flow: column;
2009 justify-content: flex-end;
2010 padding: 0.5em;
2013 .post-nav-title {
2014 font-size: 1.125em;
2015 line-height: 1.15;
2016 display: inline;
2017 border-top: 1px solid transparent;
2019 .post-nav.prev .post-nav-title,
2020 .post-nav.next .post-nav-title {
2021 border-bottom: 1px solid transparent;
2024 .sequence-title {
2025 align-items: center;
2026 text-align: center;
2027 grid-area: seq;
2029 .sequence-title .post-nav-title {
2030 font-size: 1.5em;
2033 .post-nav.prev {
2034 grid-area: prev;
2035 align-items: flex-start;
2037 .post-nav.prev .post-nav-title::before {
2038 content: "\F0D9\2005";
2040 .post-nav.next {
2041 grid-area: next;
2042 text-align: right;
2043 align-items: flex-end;
2045 .post-nav.prev .post-nav-label,
2046 .post-nav.next .post-nav-label {
2047 display: none;
2049 .post-nav.next .post-nav-title::after {
2050 content: "\2004\F0DA";
2052 .post-nav.prev .post-nav-title::before,
2053 .post-nav.next .post-nav-title::after {
2054 font-family: Font Awesome;
2055 font-weight: 900;
2056 vertical-align: text-bottom;
2057 opacity: 0.75;
2059 .post-nav-links {
2060 max-width: 100%;
2063 @media only screen and (max-width: 900px) {
2064 .post-nav-item {
2065 font-size: 0.875em;
2066 grid-template: auto auto / 50% 50%;
2067 grid-template-areas:
2068 "prev next"
2069 "seq seq";
2071 .post-nav.prev .post-nav-title,
2072 .post-nav.next .post-nav-title {
2073 border-bottom: none;
2075 .post-nav.prev {
2076 margin: 0 0 0 -1px;
2077 position: relative;
2078 left: 1px;
2080 .sequence-title {
2081 padding: 0.75em 0;
2084 @media only screen and (max-width: 520px) {
2085 .post-nav-links + .comments {
2086 padding: 1em 0 0 0;
2090 .related-posts, .related-post-group {
2091 padding-bottom: 1em;
2093 .related-post-type {
2094 font-size: 1.2em;
2095 font-weight: 600;
2096 margin-top: 0.5em;
2097 margin-bottom: -0.5em;
2098 list-style-type: disc;
2099 margin-left: -0.5em;
2100 opacity: 0.7;
2102 .related-post-type::before {
2103 content: "\269c";
2104 font-size: 1.375em;
2105 font-weight: normal;
2106 margin-right: 0.15em;
2107 position: relative;
2108 vertical-align: baseline;
2109 top: 0.05em;
2111 .related-posts .post-type-prefix {
2112 display: none;
2115 /**************/
2116 /* LINK POSTS */
2117 /**************/
2119 .post.link-post > .post-body > p:first-child {
2120 text-align: center;
2121 font-size: 1.125em;
2122 margin: 0.5em 0 0 0;
2124 .post.link-post > .post-body > p:only-child {
2125 font-size: 1.5em;
2126 margin: 1em 0;
2128 .post.link-post a.link-post-link::before {
2129 content: "\F0C1";
2130 font-family: "Font Awesome", "Font Awesome 5 Free";
2131 font-weight: 900;
2132 font-size: 0.75em;
2133 position: relative;
2134 top: -2px;
2135 margin-right: 0.25em;
2138 /************/
2139 /* COMMENTS */
2140 /************/
2142 .comments {
2143 max-width: 100%;
2144 padding: 0 0 1px 0;
2145 position: relative;
2147 .comments::before {
2148 content: "";
2149 position: absolute;
2150 display: block;
2151 top: 0;
2152 left: 0;
2153 width: 100%;
2154 height: 100%;
2155 pointer-events: none;
2157 ul.comment-thread {
2158 list-style-type: none;
2159 padding: 0;
2160 max-width: 100%;
2162 .comments .comment-thread > li {
2163 position: relative;
2165 #content > #top-nav-bar + .comment-thread .comment-item {
2166 margin-top: 0;
2169 .comment-item {
2170 margin: 2em 0 0 0;
2172 .comment-item .comment-item {
2173 margin: 1em 8px 8px 16px;
2175 .comment-item .comment-item + .comment-item {
2176 margin: 2em 8px 8px 16px;
2179 .comment-body {
2180 line-height: 1.45;
2181 font-size: 1.2rem;
2182 padding: 10px;
2184 .comment-body ul {
2185 list-style-type: circle;
2187 .comment-body > *:first-child {
2188 margin-top: 0;
2190 .comment-body > *:last-child {
2191 margin-bottom: 0;
2194 .comments-empty-message {
2195 width: 100%;
2196 text-align: center;
2197 padding: 0.75em 0 0.9em 0;
2198 font-size: 1.375em;
2201 /**********************************/
2202 /* DEEP COMMENT THREAD COLLAPSING */
2203 /**********************************/
2205 .comment-item > input[id^="expand"] {
2206 display: none;
2208 .comment-item > input[id^="expand"] + label {
2209 display: block;
2210 visibility: hidden;
2211 position: relative;
2212 margin: 8px 9px;
2214 .comment-item > input[id^="expand"] + label::after {
2215 content: "(Expand " attr(data-child-count) " below)";
2216 visibility: visible;
2217 position: absolute;
2218 left: 0;
2219 white-space: nowrap;
2220 cursor: pointer;
2222 .comment-item > input[id^="expand"]:checked + label::after {
2223 content: "(Collapse " attr(data-child-count) " below)";
2225 .comment-item > input[id^="expand"] ~ .comment-thread {
2226 max-height: 34px;
2227 overflow: hidden;
2229 .comment-item > input[id^="expand"] ~ .comment-thread > li:first-child {
2230 margin-top: 0;
2232 .comment-item > input[id^="expand"]:checked ~ .comment-thread {
2233 max-height: 1000000px;
2236 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
2237 margin: 0;
2239 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item a.comment-parent-link:hover::after {
2240 display: none;
2243 /*************/
2244 /* BACKLINKS */
2245 /*************/
2247 .backlinks > input {
2248 display: none;
2251 .backlinks > label {
2252 margin-left: 10px;
2253 display: block;
2254 color: #00f;
2255 cursor: pointer;
2258 .backlinks > label::before {
2259 content: " ";
2260 border-left: 5px solid currentColor;
2261 border-top: 5px solid transparent;
2262 border-bottom: 5px solid transparent;
2263 transition: transform 0.25s ease-out;
2264 transform-origin: 29% 55%;
2265 display: inline-block;
2266 padding-right: 0.5em;
2269 .backlinks > input:checked + label::before {
2270 transform: rotate(90deg);
2273 .backlinks li {
2274 margin-top: 0;
2277 .backlinks > ul {
2278 height: 0;
2279 perspective-origin: top;
2280 transform: perspective(100em) rotateX(-90deg);
2281 transform-origin: center top;
2282 opacity: 0;
2283 margin-top: 0.5em;
2284 margin-bottom: 0.5em;
2287 .backlinks > input:checked ~ ul {
2288 height: auto;
2289 transform: perspective(100em) rotateX(0deg);
2290 transition: transform 0.25s ease-in, opacity 0.25s ease-in;
2291 opacity: 1;
2294 /****************/
2295 /* COMMENT-META */
2296 /****************/
2298 .comment-meta {
2299 padding: 2px 24px 2px 10px;
2300 margin: 0 -1px;
2301 border: none;
2302 display: flex;
2303 flex-flow: row wrap;
2304 align-items: baseline;
2306 .user-page .comment-meta,
2307 .conversation-page .comment-meta {
2308 padding-right: 10px;
2310 .comment-meta .comment-post-title {
2311 flex-basis: 100%;
2312 overflow: hidden;
2313 text-overflow: ellipsis;
2314 line-height: 1.3;
2316 .conversation-page .comment-meta .comment-post-title {
2317 margin: 0;
2318 flex-basis: unset;
2319 flex: 1 0 auto;
2320 text-align: right;
2321 display: none; /* Not sure if we need to display this... */
2323 .comment-item .author:not(.redacted).original-poster::after {
2324 content: "\2004(OP)";
2325 font-size: 0.75em;
2328 /*****************************/
2329 /* COMMENT THREAD NAVIGATION */
2330 /*****************************/
2332 a.comment-parent-link:not(.inline-author),
2333 a.comment-parent-link.inline-author::before {
2334 opacity: 0.5;
2336 a.comment-parent-link:hover {
2337 opacity: 1.0;
2339 a.comment-parent-link::before {
2340 content: "\F062";
2341 font-family: "Font Awesome", "Font Awesome 5 Free";
2342 font-weight: 900;
2343 font-size: 0.75rem;
2344 line-height: 1;
2345 position: absolute;
2346 z-index: 1;
2347 display: block;
2348 padding: 3px 3px 0 3px;
2349 width: 16px;
2350 height: calc(100% + 2px);
2351 top: -1px;
2352 left: -17px;
2354 a.comment-parent-link::after {
2355 content: "";
2356 position: absolute;
2357 z-index: 0;
2358 display: block;
2359 width: calc(100% + 26px);
2360 height: calc(100% + 38px);
2361 top: -29px;
2362 left: -17px;
2363 pointer-events: none;
2364 overflow: hidden;
2365 visibility: hidden;
2367 a.comment-parent-link:hover::after {
2368 visibility: visible;
2371 .comment-child-links {
2372 flex-basis: 100%;
2374 .comment-child-link {
2375 margin: 0 0.25em;
2376 display: inline-block;
2378 .comment-child-link::before {
2379 content: ">";
2380 display: inline-block;
2381 margin: 0 2px 0 0;
2384 .comment-popup {
2385 position: fixed;
2386 top: 10%;
2387 right: 10%;
2388 max-width: 700px;
2389 z-index: 10001;
2390 font-size: 1rem;
2391 white-space: unset;
2392 pointer-events: none;
2394 .comment-popup .comment-parent-link {
2395 display: none;
2397 .comment-popup .comment-body {
2398 font-size: 1.0625rem;
2401 .comment-item.depth-odd {
2402 --GW-comment-background-color: var(--GW-comment-background-color-odd);
2403 --GW-comment-parent-background-color: var(--GW-comment-background-color-even);
2405 .comment-item.depth-even {
2406 --GW-comment-background-color: var(--GW-comment-background-color-even);
2407 --GW-comment-parent-background-color: var(--GW-comment-background-color-odd);
2410 .comment-item:target {
2411 --GW-comment-background-color: var(--GW-comment-background-color-target);
2413 .comment-item:target > .comment-thread > .comment-item {
2414 --GW-comment-parent-background-color: var(--GW-comment-background-color-target);
2417 /**********************/
2418 /* COMMENT PERMALINKS */
2419 /**********************/
2420 /********************/
2421 /* COMMENT LW LINKS */
2422 /********************/
2424 .comment-meta .permalink::before,
2425 .comment-meta .lw2-link::before,
2426 .individual-thread-page a.comment-parent-link:empty::before {
2427 content: "";
2428 display: inline-block;
2429 width: 1rem;
2430 height: 1rem;
2431 border-radius: 3px;
2432 box-shadow:
2433 0 0 0 1px #fff,
2434 0 0 0 2px #00e,
2435 0 0 0 3px transparent;
2436 padding: 0 0 0 2px;
2437 background-size: 100%;
2438 position: relative;
2439 top: 2px;
2440 opacity: 0.5;
2442 .comment-meta .permalink::before {
2443 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');
2445 .comment-meta .lw2-link::before {
2446 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==');
2448 .individual-thread-page a.comment-parent-link:empty::before {
2449 left: unset;
2450 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==');
2452 .comment-meta .permalink:hover::before {
2453 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');
2455 .comment-meta .lw2-link:hover::before {
2456 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==');
2458 .individual-thread-page a.comment-parent-link:empty:hover::before {
2459 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=');
2461 .comment-meta .permalink:hover::before,
2462 .comment-meta .lw2-link:hover::before,
2463 .individual-thread-page a.comment-parent-link:empty:hover::before {
2464 box-shadow:
2465 0 0 0 2px #00e,
2466 0 0 0 3px transparent;
2467 opacity: 1.0;
2468 filter: unset;
2470 .comment-meta .permalink:active::before,
2471 .comment-meta .lw2-link:active::before,
2472 .individual-thread-page a.comment-parent-link:empty:active::before {
2473 transform: scale(0.9);
2476 .comment-meta .permalink,
2477 .comment-meta .lw2-link,
2478 .individual-thread-page .comment-parent-link:empty {
2479 position: relative;
2480 opacity: 1.0;
2482 .comment-meta .permalink::after,
2483 .comment-meta .lw2-link::after,
2484 .individual-thread-page .comment-parent-link:empty::after {
2485 content: "";
2486 width: 30px;
2487 height: 30px;
2488 display: block;
2489 position: absolute;
2490 top: -2px;
2491 left: -7px;
2492 box-shadow: none;
2493 pointer-events: auto;
2494 visibility: visible;
2497 /*************************/
2498 /* COMMENTS COMPACT VIEW */
2499 /*************************/
2501 #comments-list-mode-selector,
2502 #content.index-page #comments-list-mode-selector,
2503 #content.user-page #comments-list-mode-selector {
2504 padding-top: 6px;
2505 grid-column: 1;
2506 position: unset;
2507 z-index: 1;
2508 justify-self: start;
2509 align-self: start;
2511 #comments-list-mode-selector button {
2512 color: transparent;
2513 width: 32px;
2514 height: 32px;
2515 padding: 6px;
2516 margin: 1px;
2517 overflow: hidden;
2518 background-repeat: no-repeat;
2519 background-size: 100%;
2520 background-origin: content-box;
2522 #comments-list-mode-selector button:disabled {
2523 cursor: auto;
2525 #comments-list-mode-selector button.expanded {
2526 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJTnI+py+0Po5wn2Iuz3lrxD25eSIJjiWZnyq4s6r5kLJtJndK4eO9z77NRhsSi8YhMKpfMpvMJjTqDIR3VYr1mqdtg1/fdhXHjWll2fqVb0rY7WQAAOw==');
2528 #comments-list-mode-selector button.compact {
2529 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJXnI+py+0Po5y0uoCz3rxz5YViB46mWJ7qlq5u66rWTNf2fcQxrI98H/oBSYnhSWjU4JbMJi7pK0KD0ikRYfUgp1uo8wsOM7LXHJlVPWO6SbbRPRTL57gCADs=');
2531 @media only screen and (max-resolution: 1dppx) {
2532 #comments-list-mode-selector button.expanded {
2533 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKampqqqqv///wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCJSasV7Gqat+6eBYbcQopRqq5s257VeMokHdoevrm8mgAAOw==');
2535 #comments-list-mode-selector button.compact {
2536 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKqqqtvb2////wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCFSasN7Gqat45g433LeHUmF65phbZvurLtFJv3OO98zyQAOw==');
2540 #content > ul.comment-thread > li.comment-item,
2541 #content.compact > ul.comment-thread > li.comment-item {
2542 margin: 0;
2545 #content > .comment-thread {
2546 margin: 1em 0;
2548 #content.compact > .comment-thread {
2549 font-size: 0.9375rem;
2550 margin: 0.5em 0;
2552 #content.compact > .comment-thread:hover {
2553 z-index: 1;
2555 #content.compact > .comment-thread .comment-body {
2556 font-size: 1.0625rem;
2558 #content.compact > .comment-thread .comment-item,
2559 #content.index-page .comment-item.ignored,
2560 #content.inbox-user-page .comment-item.ignored {
2561 max-height: 61px;
2562 margin-top: 1em;
2563 overflow: hidden;
2564 position: relative;
2566 #content.compact > .comment-thread .comment-item {
2567 pointer-events: none;
2569 #content.compact > .comment-thread .comment-item::after {
2570 content: "…";
2571 position: absolute;
2572 right: 0;
2573 bottom: 0;
2574 font-size: 2rem;
2575 line-height: 1;
2576 padding: 0 16px 10px 64px;
2577 pointer-events: auto;
2579 @media only screen and (hover: hover) {
2580 #content.compact:not(:focus-within) > .comment-thread .comment-item:hover,
2581 #content.compact > .comment-thread .comment-item.expanded {
2582 overflow: visible;
2583 pointer-events: auto;
2584 z-index: 10;
2587 @media only screen and (hover: none) {
2588 #content.compact > .comment-thread.expanded .comment-item {
2589 overflow: visible;
2590 pointer-events: auto;
2591 z-index: 10;
2594 #content.compact > .comment-thread .comment-item .comment-meta {
2595 white-space: nowrap;
2596 overflow: hidden;
2597 text-overflow: ellipsis;
2598 padding: 2px 10px;
2600 #content.compact > .comment-thread .comment-item:hover .comment-meta {
2601 white-space: unset;
2603 #content.compact > .comment-thread .comment-item .comment-meta a {
2604 pointer-events: auto;
2606 #content.compact > .comment-thread .comment-item .comment-meta .comment-post-title {
2607 display: inline;
2609 #content.compact > .comment-thread .comment-item .comment-meta .voting-controls + .comment-post-title {
2610 margin-left: 0.75em;
2612 @media only screen and (hover: hover) {
2613 #content.compact > .comment-thread:last-of-type .comment-item:hover,
2614 #content.compact > .comment-thread:last-of-type .comment-item.expanded {
2615 max-height: unset;
2617 #content.compact > .comment-thread .comment-item:hover .comment,
2618 #content.compact > .comment-thread .comment-item.expanded .comment {
2619 position: relative;
2620 z-index: 1;
2621 margin-bottom: 2em;
2622 bottom: 0;
2624 #content.compact > .comment-thread .comment-item:hover .comment::before,
2625 #content.compact > .comment-thread .comment-item.expanded .comment::before{
2626 content: "";
2627 position: absolute;
2628 display: block;
2629 width: calc(100% + 20px);
2630 height: calc(100% + 20px);
2631 z-index: -1;
2632 top: -10px;
2633 left: -10px;
2635 #content.compact > .comment-thread:last-of-type .comment-item:hover .comment,
2636 #content.compact > .comment-thread:last-of-type .comment-item.expanded .comment{
2637 margin: 0;
2640 @media only screen and (hover: none) {
2641 #content.compact > .comment-thread.expanded:last-of-type .comment-item {
2642 max-height: unset;
2644 #content.compact > .comment-thread.expanded .comment-item .comment {
2645 position: relative;
2646 z-index: 1;
2647 margin-bottom: 2em;
2648 bottom: 0;
2650 #content.compact > .comment-thread.expanded .comment-item .comment::before {
2651 content: "";
2652 position: absolute;
2653 display: block;
2654 width: calc(100% + 14px);
2655 height: calc(100% + 20px);
2656 z-index: -1;
2657 top: -10px;
2658 left: -10px;
2660 #content.compact > .comment-thread.expanded:last-of-type .comment-item .comment {
2661 margin: 0;
2663 #content.compact > .comment-thread.expanded .comment-item .comment::after {
2664 content: "";
2665 display: block;
2666 position: fixed;
2667 top: 0;
2668 left: 0;
2669 width: 100%;
2670 height: 100%;
2671 z-index: -2;
2672 background-color: rgba(0,0,0,0.5);
2676 /*****************************/
2677 /* HIGHLIGHTING NEW COMMENTS */
2678 /*****************************/
2680 .new-comment::before {
2681 content: "";
2682 position: absolute;
2683 width: 100%;
2684 height: 100%;
2685 z-index: 5000;
2686 pointer-events: none;
2689 /***********************************/
2690 /* COMMENT THREAD MINIMIZE BUTTONS */
2691 /***********************************/
2693 .comment-minimize-button {
2694 font-family: "Font Awesome", "Font Awesome 5 Free";
2695 font-weight: 900;
2696 font-size: 1.25rem;
2697 line-height: 1;
2698 position: absolute;
2699 right: 1px;
2700 top: 1px;
2701 width: 18px;
2702 margin: 0;
2703 cursor: pointer;
2705 .comment-minimize-button:active {
2706 transform: scale(0.9);
2708 .comment-minimize-button::after {
2709 content: attr(data-child-count);
2710 font-weight: normal;
2711 font-size: 0.8125rem;
2712 position: absolute;
2713 left: 0;
2714 width: 100%;
2715 text-align: center;
2716 top: 21px;
2718 #content.individual-thread-page .comment-minimize-button {
2719 display: none;
2722 /*****************/
2723 /* IGNORE SYSTEM */
2724 /*****************/
2726 #content.comment-thread-page .comment-item.ignored {
2727 height: 38px;
2728 overflow: hidden;
2730 .comment-item.ignored > .comment > .comment-meta > .author {
2731 text-decoration: line-through;
2734 /***********************************/
2735 /* INDIVIDUAL COMMENT THREAD PAGES */
2736 /***********************************/
2738 .individual-thread-page > h1 {
2739 line-height: 1;
2740 margin: 0.75em 0 3px 0;
2742 .individual-thread-page .comments {
2743 border: none;
2746 /*************/
2747 /* SHORTFORM */
2748 /*************/
2750 .shortform-index-page .comments::before {
2751 border: none;
2752 box-shadow: none;
2755 .shortform-index-page .comments > .comment-thread > .comment-item:first-child {
2756 margin-top: 0;
2759 /****************/
2760 /* VOTE BUTTONS */
2761 /****************/
2763 .vote {
2764 margin: 0;
2766 .vote {
2767 font-family: "Font Awesome", "Font Awesome 5 Free";
2768 font-weight: 900;
2769 border: none;
2772 .vote:disabled {
2773 visibility: hidden;
2774 cursor: default;
2777 @keyframes waiting {
2778 0% {background-position: 200% 0%}
2779 100% {background-position: 0% 0%}
2782 .voting-controls .karma-value {
2783 opacity: 1;
2784 transition: opacity 0.5s linear;
2787 .voting-controls.waiting .karma-value {
2788 opacity: 0.5;
2789 background: repeat-x linear-gradient(70deg, #000 50%, #fff 75%, #000);
2790 background-clip: text;
2791 -webkit-background-clip: text;
2792 color: transparent;
2793 background-position: 200% 0%;
2794 background-size: 200% 100%;
2795 animation: waiting 1s linear infinite;
2798 /* Replicated karma controls at bottom of comments. */
2799 .comment-controls .voting-controls {
2800 float: left;
2801 font-size: 0.9375em;
2804 .comment-controls .voting-controls:first-of-type {
2805 margin-left: -14px;
2808 /*****************************/
2809 /* COMMENTING AND POSTING UI */
2810 /*****************************/
2812 .comment-controls {
2813 text-align: right;
2814 margin: 0 8px 8px 16px;
2815 position: relative;
2816 z-index: 9999;
2818 .comment-thread .comment-controls + .comment-thread > li:first-child {
2819 margin-top: 8px;
2821 .comments > .comment-controls {
2822 margin: 8px 0 0 0;
2824 .comments > .comment-controls:last-child {
2825 margin: 8px 0 16px 0;
2828 .posting-controls input[type='submit'] {
2829 margin: 6px;
2830 padding: 4px 10px;
2831 font-size: 1.125rem;
2834 .comment-controls .cancel-comment-button {
2835 position: absolute;
2836 right: 0;
2837 margin: 0;
2838 height: 27px;
2839 font-size: inherit;
2840 padding: 4px 8px 2px 4px;
2841 z-index: 1;
2843 .comment-controls .cancel-comment-button::before {
2844 font-family: "Font Awesome", "Font Awesome 5 Free";
2845 margin-right: 3px;
2846 content: '\F00D';
2847 font-weight: 900;
2848 font-size: 0.9em;
2849 opacity: 0.7;
2852 .comment + .comment-controls .action-button {
2853 font-weight: normal;
2854 font-size: 1.0625em;
2855 padding: 1px 6px;
2857 .comment-controls .action-button::before {
2858 font-family: "Font Awesome", "Font Awesome 5 Free";
2859 margin-right: 3px;
2861 .new-comment-button {
2862 font-size: 1.5rem;
2863 margin: 0 0.25em;
2865 .comment-controls .reply-button::before {
2866 content: '\F3E5';
2867 font-weight: 900;
2868 font-size: 0.9em;
2869 opacity: 0.6;
2871 .comment-meta .replied::before {
2872 content: '\F3E5';
2873 font-family: "Font Awesome", "Font Awesome 5 Free";
2874 color: #090;
2875 font-weight: 900;
2876 font-size: 0.9em;
2877 opacity: 0.6;
2880 .post-controls {
2881 text-align: right;
2882 margin: 0.75em 0 0 0;
2883 align-self: start;
2884 justify-self: end;
2886 .edit-post-link {
2887 display: inline-block;
2888 margin-bottom: 0.25em;
2889 font-size: 1.125rem;
2891 .edit-post-link::before {
2892 margin-right: 0.3em;
2894 .comment-controls .edit-button::before,
2895 .edit-post-link::before {
2896 content: '\F303';
2897 font-family: "Font Awesome", "Font Awesome 5 Free";
2898 font-weight: 900;
2899 font-size: 0.75em;
2900 position: relative;
2901 top: -1px;
2904 .comment-controls .delete-button {
2905 margin-right: 0.25em;
2907 .comment-controls .edit-button,
2908 .comment-controls .retract-button,
2909 .comment-controls .unretract-button {
2910 margin-right: 1em;
2912 .comment-controls .retract-button::before {
2913 content: '\F4B3';
2914 opacity: 0.6;
2916 .comment-controls .unretract-button::before {
2917 content: '\F075';
2918 opacity: 0.9;
2920 .comment-controls .delete-button::before {
2921 content: '\F05E';
2922 opacity: 0.7;
2924 .comment-controls .retract-button::before,
2925 .comment-controls .unretract-button::before,
2926 .comment-controls .delete-button::before {
2927 font-weight: 900;
2928 font-size: 0.9em;
2931 .comment-controls form {
2932 position: relative;
2934 .textarea-container {
2935 position: relative;
2937 .posting-controls textarea {
2938 display: block;
2939 width: 100%;
2940 height: 15em;
2941 min-height: 15em;
2942 max-height: calc(100vh - 6em);
2943 margin: 2px 0 0 0;
2944 padding: 4px 5px;
2945 font-size: 1.2rem;
2946 border-style: solid;
2947 border-width: 29px 1px 1px 1px;
2948 resize: none;
2951 /* GUIEdit buttons */
2953 .guiedit-buttons-container {
2954 position: absolute;
2955 left: 1px;
2956 top: 1px;
2957 width: calc(100% - 2px);
2958 height: 28px;
2959 text-align: left;
2960 padding: 1px 4px 0 4px;
2961 overflow: hidden;
2963 .comment-thread-page .guiedit-buttons-container {
2964 padding-right: 60px;
2966 .guiedit-buttons-container button {
2967 height: 26px;
2968 padding: 0 7px;
2969 font-weight: 900;
2970 font-size: 0.875rem;
2971 line-height: 1;
2972 position: static;
2974 .guiedit-buttons-container button:active {
2975 transform: none;
2977 .guiedit-buttons-container button:active div {
2978 transform: scale(0.9);
2980 .guiedit-buttons-container button sup {
2981 font-weight: bold;
2983 .guiedit::after {
2984 content: attr(data-tooltip);
2985 position: absolute;
2986 font-weight: normal;
2987 font-size: 1rem;
2988 top: 2px;
2989 left: 464px;
2990 height: 25px;
2991 padding: 4px 0;
2992 white-space: nowrap;
2993 visibility: hidden;
2995 .guiedit:hover::after {
2996 visibility: visible;
2999 /* Markdown hints */
3001 .posting-controls .markdown-reference-link {
3002 float: left;
3003 padding: 1px 0 0 6px;
3005 .posting-controls .markdown-reference-link a {
3006 padding-right: 1.5em;
3007 margin-right: 0.15em;
3008 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');
3009 background-size: 1.25em;
3010 background-repeat: no-repeat;
3011 background-position: right center;
3014 #markdown-hints-checkbox + label {
3015 float: left;
3016 margin: 2px 0 0 1em;
3017 line-height: 1.3;
3018 cursor: pointer;
3020 #edit-post-form #markdown-hints-checkbox + label {
3021 padding: 0;
3023 #markdown-hints-checkbox {
3024 visibility: hidden;
3025 float: left;
3027 #markdown-hints-checkbox + label::after {
3028 content: "(Show Markdown help)";
3030 #markdown-hints-checkbox:checked + label::after {
3031 content: "(Hide Markdown help)";
3033 #markdown-hints-checkbox + label::before {
3034 content: '\F059';
3035 font-family: "Font Awesome", "Font Awesome 5 Free";
3036 font-weight: 900;
3037 margin-right: 3px;
3039 #markdown-hints-checkbox:checked + label::before {
3040 font-weight: normal;
3042 #markdown-hints {
3043 margin: 4px 0 0 4px;
3044 padding: 4px 8px;
3045 position: absolute;
3046 text-align: left;
3047 top: calc(100% - 1em);
3048 z-index: 1;
3049 display: none;
3051 .comment-controls #markdown-hints {
3052 top: calc(100% + 1.75em);
3054 #markdown-hints-checkbox:checked ~ #markdown-hints {
3055 display: table;
3057 .markdown-hints-row {
3058 display: table-row;
3060 #markdown-hints .markdown-hints-row span,
3061 #markdown-hints .markdown-hints-row code {
3062 float: none;
3063 display: table-cell;
3064 border: none;
3065 background-color: inherit;
3066 padding: 0 12px 0 0;
3069 /******************/
3070 /* EDIT POST FORM */
3071 /******************/
3073 #edit-post-form {
3074 padding: 1em 1em 4em 1em;
3076 #edit-post-form .post-meta-fields {
3077 display: grid;
3078 grid-template-columns: 5em auto auto auto 1fr auto;
3079 margin-bottom: 0.625em;
3082 #edit-post-form label[for='title'],
3083 #edit-post-form label[for='url'],
3084 #edit-post-form label[for='section'] {
3085 grid-column: 1;
3087 #edit-post-form input[type='text'] {
3088 padding: 0.25em;
3089 grid-column: 2 / span 4;
3090 margin-bottom: 0.5em;
3093 #edit-post-form .link-post-checkbox,
3094 #edit-post-form .link-post-checkbox + label {
3095 grid-row: 1;
3096 grid-column: 6;
3098 #edit-post-form .question-checkbox,
3099 #edit-post-form .question-checkbox + label {
3100 grid-row: 3;
3101 grid-column: 5;
3102 justify-self: start;
3103 margin-left: 1.5em;
3106 #edit-post-form .post-meta-fields label[for="submit-to-frontpage"] {
3107 grid-row: 4;
3108 grid-column: 2 / span 4;
3109 text-align: left;
3110 margin-top: 8px;
3113 #edit-post-form .post-meta-fields input[type='checkbox'] {
3114 height: 0;
3115 opacity: 0;
3116 pointer-events: none;
3118 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
3119 white-space: nowrap;
3120 position: relative;
3121 cursor: pointer;
3122 padding: 0.25em 0.5em 0.25em calc(20px + 0.25em + 0.3725em);
3123 align-self: start;
3125 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
3126 content: "";
3127 font-family: "Font Awesome", "Font Awesome 5 Free";
3128 font-size: 1.375rem;
3129 line-height: 0.7;
3130 text-indent: 1px;
3131 font-weight: 900;
3132 position: absolute;
3133 width: 20px;
3134 height: 20px;
3135 left: 5px;
3137 #edit-post-form label[for='url'],
3138 #edit-post-form input[name='url'] {
3139 display: none;
3141 #edit-post-form .link-post-checkbox:checked ~ label[for='url'],
3142 #edit-post-form .link-post-checkbox:checked ~ input[name='url'] {
3143 display: initial;
3145 #edit-post-form label {
3146 line-height: normal;
3147 border: 1px solid transparent;
3148 text-align: right;
3149 padding: 0.25em 0.5em;
3150 white-space: nowrap;
3152 #edit-post-form input[type='radio'] {
3153 width: 0;
3154 margin: 0;
3155 opacity: 0;
3156 pointer-events: none;
3158 #edit-post-form input[type='radio'] + label {
3159 padding: 4px 12px;
3160 text-align: center;
3161 border-style: solid;
3162 border-width: 1px 1px 1px 0;
3163 cursor: pointer;
3165 #edit-post-form input[type='radio']:checked + label {
3166 cursor: default;
3169 #edit-post-form label[for='section'] {
3170 grid-row: 3;
3172 #edit-post-form input[type='radio'] + label {
3173 grid-row: 3;
3175 @supports (width: -moz-fit-content) {
3176 #edit-post-form input[type='radio'] + label {
3177 width: -moz-fit-content;
3180 @supports (width: fit-content) {
3181 #edit-post-form input[type='radio'] + label {
3182 width: fit-content;
3186 #edit-post-form textarea {
3187 min-height: 24em;
3190 #edit-post-form input[type='submit'] {
3191 padding: 6px 12px;
3192 float: right;
3194 #edit-post-form #markdown-hints {
3195 top: calc(100% + 2em);
3198 #edit-post-form button.guiedit div {
3199 overflow: visible;
3201 .guiedit-mobile-auxiliary-button {
3202 display: none;
3205 /***********/
3206 /* BUTTONS */
3207 /***********/
3209 button,
3210 input[type='submit'] {
3211 font-family: inherit;
3212 font-size: inherit;
3213 background-color: inherit;
3214 cursor: pointer;
3215 border: none;
3216 border-radius: 0;
3219 /************/
3220 /* HEADINGS */
3221 /************/
3223 .body-text h1,
3224 .body-text h2,
3225 .body-text h3,
3226 .body-text h4,
3227 .body-text h5,
3228 .body-text h6 {
3229 line-height: 1.1;
3230 margin: 1em 0 0.75em 0;
3231 text-align: left;
3234 .post-body h5,
3235 .post-body h6 {
3236 font-size: 1em;
3238 .post-body h4 {
3239 font-size: 1.2em;
3241 .post-body h3 {
3242 font-size: 1.4em;
3244 .post-body h2 {
3245 font-size: 1.75em;
3247 .post-body h1 {
3248 font-size: 2.1em;
3251 .comment-body h5,
3252 .comment-body h6 {
3253 font-size: 1em;
3255 .comment-body h4 {
3256 font-size: 1.15em;
3258 .comment-body h3 {
3259 font-size: 1.3em;
3261 .comment-body h2 {
3262 font-size: 1.5em;
3264 .comment-body h1 {
3265 font-size: 1.75em;
3268 /**********/
3269 /* QUOTES */
3270 /**********/
3272 blockquote,
3273 .post-body .comment-box .comment-body {
3274 font-size: 0.9em;
3275 margin: 1em 0;
3276 padding-left: 0.5em;
3277 margin-left: 1px;
3278 padding-bottom: 3px;
3280 blockquote *:first-child {
3281 margin-top: 0;
3283 blockquote *:last-child {
3284 margin-bottom: 0;
3286 blockquote blockquote {
3287 font-size: 0.95em;
3290 /* Pseudo-blockquotes that LW sometimes uses for some reason */
3292 .post-body .comment-box .user-name {
3293 font-style: italic;
3295 .post-body .comment-box .user-name::after {
3296 content: ":";
3298 .post-body .comment-box {
3299 zoom: 1.25;
3302 /**********/
3303 /* IMAGES */
3304 /**********/
3306 #content img, #content figure {
3307 max-width: 100%;
3310 .prediction-poll > svg {
3311 width: 700px;
3312 max-width: 100%;
3315 img.inline-latex {
3316 position: relative;
3317 top: 2.5px;
3318 margin: 0 2px;
3321 #content figure {
3322 text-align: center;
3323 margin: 1.5em auto;
3326 p.imgonly,
3327 div.imgonly,
3328 figure {
3329 text-align: center;
3330 margin: auto;
3331 clear: both;
3334 .imgonly iframe {
3335 display: block;
3336 width: 100%;
3337 height: 250px;
3338 border: 0;
3341 // Aspect ratio trick from https://css-tricks.com/aspect-ratio-boxes/
3343 [style*="--aspect-ratio"] > * {
3344 width: 100%;
3346 [style*="--aspect-ratio"] > img {
3347 height: auto;
3349 @supports (--custom:property) {
3350 [style*="--aspect-ratio"] {
3351 position: relative;
3353 [style*="--aspect-ratio"]::before {
3354 content: "";
3355 display: block;
3356 padding-bottom: calc(100% / (var(--aspect-ratio)));
3358 [style*="--aspect-ratio"] > * {
3359 position: absolute;
3360 top: 0;
3361 left: 0;
3362 height: 100%;
3366 /**********/
3367 /* TABLES */
3368 /**********/
3370 .body-text table {
3371 border-collapse: collapse;
3372 font-size: 0.875em;
3374 .body-text table th,
3375 .body-text table td {
3376 text-align: left;
3377 padding: 4px 6px;
3378 line-height: 1.3;
3380 .body-text table .numeric {
3381 text-align: right;
3382 font-family: Inconsolata, Menlo, monospace;
3384 .body-text table caption {
3385 margin: 0 0 0.25em 0;
3386 font-weight: bold;
3387 font-size: 1.125em;
3390 /********/
3391 /* MISC */
3392 /********/
3394 /*= Superscripts & subscripts =*/
3396 /* Make sure superscripts and subscripts do not affect line spacing. */
3397 sup, sub {
3398 vertical-align: baseline;
3399 position: relative;
3400 top: -0.5em;
3401 left: 0.05em;
3402 font-size: 0.8em;
3404 sub {
3405 top: 0.3em;
3408 /*= Code blocks & other "unstyled" text. =*/
3410 pre,
3411 code {
3412 font-family: Inconsolata, Menlo, monospace;
3414 pre {
3415 white-space: pre-wrap;
3417 .body-text pre {
3418 text-align: left;
3420 code {
3421 font-size: 0.95em;
3422 display: inline-block;
3423 padding: 0 4px 1px 5px;
3425 pre > code {
3426 display: block;
3427 border-radius: 0;
3428 padding: 3px 4px 5px 8px;
3429 tab-size: 4;
3432 /*= Fractions =*/
3434 .frac::after {
3435 content: "\200B";
3438 /*= Removing browser default styling of various elements =*/
3440 /* On various input elements such as text fields and buttons, remove "blue glow" focus outlines on Macs, dotted black outlines in Firefox, etc. */
3441 :focus {
3442 outline: none;
3445 /* Remove "embossed" appearance of horizontal rules. */
3446 hr {
3447 border: none;
3450 input,
3451 button,
3452 textarea {
3453 -webkit-appearance: none;
3454 -moz-appearance: none;
3455 appearance: none;
3458 input {
3459 font-family: inherit;
3460 font-size: inherit;
3461 font-weight: inherit;
3464 /*************/
3465 /* FOOTNOTES */
3466 /*************/
3468 ol {
3469 counter-reset: ordered-list;
3471 .footnote-definition {
3472 font-size: 0.9em;
3473 list-style-type: none;
3474 counter-increment: ordered-list;
3475 position: relative;
3477 .footnote-definition p {
3478 font-size: inherit !important;
3480 .footnote-definition::before {
3481 content: counter(ordered-list) ".";
3482 position: absolute;
3483 left: -2.5em;
3484 font-weight: bold;
3485 text-align: right;
3486 width: 2em;
3489 /*= LW Docs footnotes =*/
3491 .footnote-item {
3492 display: flex;
3495 .footnote-item > :not(.nothing) {
3496 margin: 0 0.2em;
3499 .footnote-item > :first-child {
3500 margin-left: -0.2em;
3501 margin-right: 0;
3504 .footnote-back-link a:not(.nothing) {
3505 font-size: 0;
3506 text-decoration: none;
3507 border: none;
3510 .footnote-back-link a:not(.nothing):hover {
3511 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #00e;
3512 border: none;
3513 text-decoration: none;
3516 .footnote-back-link a::after {
3517 content: '\F106';
3518 font-family: Font Awesome;
3519 font-size: 1rem;
3520 padding: 0.2em;
3521 text-decoration: none;
3522 font-weight: bold;
3525 .footnote-content > :first-child {
3526 margin-top: 0;
3529 /*********/
3530 /* LISTS */
3531 /*********/
3533 li {
3534 margin-bottom: 0.5em;
3537 .body-text ol p,
3538 .body-text ul p {
3539 margin: 0.5em 0;
3542 .body-text ol {
3543 list-style: none;
3544 padding: 0;
3545 counter-reset: ol;
3547 .body-text ol > li {
3548 position: relative;
3549 counter-increment: ol;
3550 padding: 0 0 0 2.5em;
3551 margin: 0.25em 0 0 0;
3553 .body-text ol > li::before {
3554 content: counter(ol) ".";
3555 position: absolute;
3556 width: 2em;
3557 text-align: right;
3558 left: 0;
3560 .body-text ul {
3561 list-style: none;
3562 padding: 0;
3564 .body-text ul:not(.contents-list) > li:empty {
3565 padding-bottom: 1.25em;
3567 .body-text ul:not(.contents-list) > li {
3568 position: relative;
3569 padding: 0 0 0 1.75em;
3570 margin: 0.25em 0 0 0;
3572 .body-text ul:not(.contents-list) > li ul > li {
3573 padding: 0 0 0 2em;
3575 .body-text ul:not(.contents-list) > li::before {
3576 content: "•";
3577 position: absolute;
3578 width: 1.25em;
3579 text-align: right;
3580 left: 0;
3582 .body-text ul:not(.contents-list) > li ul > li::before {
3583 width: 1.5em;
3585 .body-text li > ul:first-child > li {
3586 padding-left: 0;
3588 .body-text li > ul:first-child > li::before {
3589 content: none;
3592 /**************/
3593 /* ERROR PAGE */
3594 /**************/
3596 .error-retry-form {
3597 margin: 0.5em 0;
3600 .error-retry-form input[type="submit"] {
3601 border: 1px solid #aaa;
3602 font-weight: bold;
3603 font-size: 1.125rem;
3604 padding: 0.5em 1.25em;
3607 /**************/
3608 /* ABOUT PAGE */
3609 /**************/
3611 #content.about-page .contents {
3612 margin-top: 0.25em;
3614 #content.about-page .accesskey-table {
3615 border-collapse: collapse;
3616 margin: auto;
3618 #content.about-page .accesskey-table th,
3619 #content.about-page .accesskey-table td {
3620 padding: 2px 6px;
3622 #content.about-page .accesskey-table td:first-child {
3623 padding-right: 1.5em;
3625 #content.about-page .accesskey-table td:last-child {
3626 text-align: center;
3627 font-family: Inconsolata, Menlo, monospace;
3629 #content.about-page h3:nth-of-type(n+2) {
3630 clear: both;
3633 /******************/
3634 /* IMAGES OVERLAY */
3635 /******************/
3637 #images-overlay + #content .post-body img {
3638 visibility: hidden;
3641 #images-overlay div {
3642 position: absolute;
3644 #images-overlay div::after {
3645 content: "Click to enlarge";
3646 display: block;
3647 position: absolute;
3648 margin: auto;
3649 left: 0;
3650 right: 0;
3651 bottom: 10px;
3652 padding: 6px 10px;
3653 font-size: 1.25rem;
3654 background-color: rgba(0,0,0,0.6);
3655 color: #fff;
3656 border-radius: 5px;
3657 opacity: 0.0;
3658 transition: opacity 0.15s ease;
3659 pointer-events: none;
3661 @supports (width: -moz-fit-content) {
3662 #images-overlay div::after {
3663 width: -moz-fit-content;
3666 @supports (width: fit-content) {
3667 #images-overlay div::after {
3668 width: fit-content;
3671 #images-overlay div:hover::after {
3672 opacity: 1.0;
3675 #images-overlay img {
3676 width: 100%;
3679 /***************/
3680 /* IMAGE FOCUS */
3681 /***************/
3683 /*=--------------=*/
3684 /*= Hover styles =*/
3685 /*=--------------=*/
3687 #content img:hover,
3688 #images-overlay img:hover {
3689 filter: drop-shadow(0 0 3px #777);
3690 cursor: zoom-in;
3692 #content img:active,
3693 #images-overlay img:active {
3694 transform: scale(0.975);
3697 /*=---------=*/
3698 /*= Overlay =*/
3699 /*=---------=*/
3701 #image-focus-overlay {
3702 position: fixed;
3703 top: 0;
3704 right: 0;
3705 bottom: 0;
3706 left: 0;
3707 z-index: 2;
3708 display: none;
3709 cursor: zoom-out;
3711 #image-focus-overlay::before {
3712 content: "";
3713 display: block;
3714 position: absolute;
3715 top: 0;
3716 right: 0;
3717 bottom: 0;
3718 left: 0;
3719 background-color: #000;
3720 opacity: 0.5;
3721 z-index: -1;
3723 #image-focus-overlay.engaged {
3724 display: initial;
3727 #image-focus-overlay img {
3728 margin: auto;
3729 position: absolute;
3730 left: 50%;
3731 top: 50%;
3732 transform: translateX(-50%) translateY(-50%);
3735 /*=-------------------=*/
3736 /*= Single-image mode =*/
3737 /*=-------------------=*/
3739 #image-focus-overlay:not(.slideshow) .image-number,
3740 #image-focus-overlay:not(.slideshow) .slideshow-buttons {
3741 visibility: hidden;
3744 /*=---------=*/
3745 /*= Caption =*/
3746 /*=---------=*/
3748 #image-focus-overlay .caption {
3749 position: absolute;
3750 bottom: 0.75em;
3751 background-color: rgba(0,0,0,0.7);
3752 left: 9em;
3753 right: 9em;
3754 margin: auto;
3755 max-width: calc(100% - 18em);
3756 text-align: center;
3757 font-size: 1.375em;
3758 border-radius: 8px;
3759 z-index: 1;
3760 transition:
3761 bottom 0.2s ease;
3763 @supports (width: -moz-fit-content) {
3764 #image-focus-overlay .caption {
3765 width: -moz-fit-content;
3768 @supports (width: fit-content) {
3769 #image-focus-overlay .caption {
3770 width: fit-content;
3773 #image-focus-overlay .caption.hidden {
3774 bottom: -5em;
3775 transition:
3776 bottom 0.5s ease;
3779 #image-focus-overlay .caption p {
3780 margin: 1em 1.25em;
3781 color: #fff;
3784 #image-focus-overlay .caption:not(:empty)::before {
3785 content: "";
3786 display: block;
3787 position: absolute;
3788 width: 100vw;
3789 height: calc(100% + 1.5em);
3790 z-index: -1;
3791 top: -0.75em;
3792 left: calc(-50vw + 50%);
3796 /*=--------------=*/
3797 /*= Help overlay =*/
3798 /*=--------------=*/
3800 #image-focus-overlay .help-overlay {
3801 position: absolute;
3802 display: flex;
3803 flex-flow: column;
3804 z-index: 2;
3805 font-size: 1.5rem;
3806 padding: 1em;
3807 border-radius: 10px;
3808 bottom: 1em;
3809 right: 1em;
3810 overflow: hidden;
3811 white-space: nowrap;
3812 color: transparent;
3813 cursor: default;
3814 visibility: hidden;
3815 transition:
3816 visibility 1s ease,
3817 color 1s ease,
3818 background-color 1s ease,
3819 bottom 0.3s ease;
3821 #image-focus-overlay .help-overlay:hover {
3822 max-width: 24em;
3823 max-height: 14em;
3824 background-color: rgba(0,0,0,0.85);
3825 color: #fff;
3826 visibility: visible;
3827 transition:
3828 visibility 0.2s ease 0.3s,
3829 color 0.2s ease 0.3s,
3830 background-color 0.2s ease 0.3s;
3833 #image-focus-overlay .help-overlay::after {
3834 content: "\F128";
3835 font-family: "Font Awesome", "Font Awesome 5 Free";
3836 font-weight: 900;
3837 font-size: 2rem;
3838 position: absolute;
3839 right: 0;
3840 bottom: 0;
3841 padding: 10px;
3842 color: #000;
3843 filter: drop-shadow(0 0 6px #fff);
3844 visibility: visible;
3845 opacity: 0.85;
3846 transition:
3847 visibility 1s ease;
3849 #image-focus-overlay .help-overlay:hover::after {
3850 visibility: hidden;
3851 transition:
3852 visibility 0.2s ease 0.3s;
3855 #image-focus-overlay .help-overlay p {
3856 margin: 0;
3857 text-indent: -2em;
3858 padding-left: 2em;
3859 max-width: 100%;
3860 overflow: hidden;
3862 #image-focus-overlay .help-overlay p + p {
3863 margin: 0.75em 0 0 0;
3865 #image-focus-overlay .help-overlay.hidden {
3866 bottom: -2em;
3869 /*=--------------=*/
3870 /*= Slide number =*/
3871 /*=--------------=*/
3873 #image-focus-overlay .image-number {
3874 position: absolute;
3875 z-index: 2;
3876 font-size: 1.75rem;
3877 left: 1em;
3878 bottom: 1em;
3879 font-weight: 600;
3880 text-shadow:
3881 0 0 3px #fff,
3882 0 0 5px #fff,
3883 0 0 8px #fff,
3884 0 0 13px #fff;
3885 width: 1.5em;
3886 text-align: right;
3887 white-space: nowrap;
3888 transition: bottom 0.3s ease;
3890 #image-focus-overlay .image-number::before {
3891 content: "#";
3892 opacity: 0.3;
3894 #image-focus-overlay .image-number::after {
3895 content: " of " attr(data-number-of-images);
3896 opacity: 0.3;
3898 #image-focus-overlay .image-number:hover::before,
3899 #image-focus-overlay .image-number:hover::after {
3900 opacity: 1.0;
3902 #image-focus-overlay .image-number.hidden {
3903 bottom: -1.25em;
3906 /*=-------------------=*/
3907 /*= Slideshow buttons =*/
3908 /*=-------------------=*/
3910 #image-focus-overlay .slideshow-buttons {
3911 position: absolute;
3912 top: 0;
3913 left: 0;
3914 width: 100%;
3915 height: 100%;
3916 z-index: 1;
3917 display: flex;
3918 justify-content: space-between;
3919 pointer-events: none;
3921 #image-focus-overlay .slideshow-buttons button {
3922 font-family: "Font Awesome", "Font Awesome 5 Free";
3923 font-weight: 900;
3924 font-size: 3rem;
3925 padding: 0.5em;
3926 color: #ddd;
3927 position: relative;
3928 left: 0;
3929 transition:
3930 left 0.3s ease;
3931 pointer-events: auto;
3933 #image-focus-overlay .slideshow-buttons button::selection {
3934 background-color: transparent;
3936 @media only screen and (hover: hover) {
3937 #image-focus-overlay .slideshow-buttons button:hover {
3938 background-color: rgba(0,0,0,0.1);
3939 color: #777;
3942 #image-focus-overlay .slideshow-buttons button:active {
3943 transform: none;
3944 color: #888;
3946 #image-focus-overlay .slideshow-buttons button:disabled {
3947 text-shadow: none;
3948 background-color: transparent;
3949 color: #ddd;
3950 cursor: default;
3951 opacity: 0.4;
3953 #image-focus-overlay .slideshow-button.previous.hidden {
3954 left: -1.75em;
3956 #image-focus-overlay .slideshow-button.next.hidden {
3957 left: 1.75em;
3960 /*=-----------------=*/
3961 /*= Background blur =*/
3962 /*=-----------------=*/
3964 .blurred {
3965 filter: blur(3px);
3968 /**************************/
3969 /* QUALIFIED HYPERLINKING */
3970 /**************************/
3972 #content.no-nav-bars {
3973 margin: 8px auto;
3975 #content.no-nav-bars + #ui-elements-container > * {
3976 padding-top: 8px;
3979 #aux-about-link {
3980 position: fixed;
3981 top: 40px;
3982 left: calc((100% - 900px) / 2 - 69px);
3983 width: 1.5em;
3984 height: 1.5em;
3985 text-align: center;
3986 display: table;
3988 #aux-about-link a {
3989 display: table-cell;
3990 width: 100%;
3991 vertical-align: middle;
3992 font-family: "Font Awesome", "Font Awesome 5 Free";
3993 font-weight: 900;
3994 font-size: 1.25rem;
3995 opacity: 0.4;
3996 z-index: 1;
3999 .qualified-linking {
4000 margin: 0;
4001 position: relative;
4003 .qualified-linking input[type='checkbox'] {
4004 visibility: hidden;
4005 width: 0;
4006 height: 0;
4007 margin: 0;
4009 .qualified-linking label {
4010 font-family: "Font Awesome", "Font Awesome 5 Free";
4011 font-weight: 900;
4012 font-size: 1rem;
4013 padding: 0 0.5em;
4014 display: inline-block;
4015 margin-left: 0.25em;
4017 .qualified-linking label:hover {
4018 cursor: pointer;
4020 .qualified-linking label:active span {
4021 display: inline-block;
4022 transform: scale(0.9);
4024 .qualified-linking label::selection {
4025 background-color: transparent;
4028 .qualified-linking label::after {
4029 content: "";
4030 width: 100vw;
4031 height: 0;
4032 left: 0;
4033 top: 0;
4034 position: fixed;
4035 z-index: 1;
4036 cursor: default;
4038 .qualified-linking input[type='checkbox']:checked + label::after {
4039 height: 100vh;
4042 .qualified-linking-toolbar {
4043 position: absolute;
4044 right: 0.25em;
4045 top: 110%;
4046 z-index: 1;
4048 .qualified-linking input[type='checkbox'] ~ .qualified-linking-toolbar {
4049 display: none;
4051 .qualified-linking input[type='checkbox']:checked ~ .qualified-linking-toolbar {
4052 display: block;
4054 #qualified-linking-toolbar-toggle-checkbox-bottom ~ .qualified-linking-toolbar {
4055 top: unset;
4056 bottom: 125%;
4059 .qualified-linking-toolbar a {
4060 display: block;
4061 padding: 0 6px;
4062 margin: 4px;
4064 .qualified-linking-toolbar a::selection {
4065 background-color: transparent;
4068 /*****************/
4069 /* HOVER PREVIEW */
4070 /*****************/
4072 #preview-popup-toggle {
4073 position: absolute;
4074 right: -67px;
4075 bottom: 285px;
4076 cursor: pointer;
4077 color: var(--GW-toggle-widget-color, #888);
4079 #preview-popup-toggle:hover {
4080 color: var(--GW-toggle-widget-hover-color, #444);
4083 #content.preview:not(not) {
4084 padding: 0;
4086 #content.preview > .comment-thread {
4087 margin: 2px;
4089 #content.preview.individual-thread-page > .comment-thread > .comment-item {
4090 border: none;
4092 #content.preview.user-page .page-main-heading, #content.preview.user-page .user-stats {
4093 padding: 0 8px;
4095 #content.preview.user-page .page-main-heading {
4096 margin-left: 8px;
4098 #content.preview.not(not) .body-text {
4099 margin-left: 8px;
4100 margin-right: 8px;
4102 #content.preview.user-page .user-stats {
4103 margin-right: 32px;
4105 #content.preview.user-page .page-toolbar, #content.preview.user-page nav {
4106 display: none;
4108 #content.preview button.vote {
4109 display: none;
4111 #content.preview > h1.listing {
4112 max-height: unset;
4114 #content.preview.user-page > .comment-thread {
4115 margin: 0.5em 0;
4117 #content.preview > .post {
4118 margin: 0 18px;
4120 #content.preview .post-title {
4121 margin-top: 0.5em;
4123 #content.preview .post-meta {
4124 line-height: 1.0;
4126 #content.preview .body-text {
4127 font-size: 1em;
4129 #content.preview nav.contents,
4130 #content.preview .lw2-link {
4131 display: none;
4134 .preview-popup {
4135 position: fixed;
4136 transform-origin: top;
4137 top: 10%;
4138 right: 10%;
4139 max-width: 700px;
4140 z-index: 10001;
4141 background-color: #eee;
4142 border: 1px solid #ccc;
4143 box-shadow: 2px 6px 20px -4px #000;
4144 transition: height 0.2s ease, top 0.2s ease;
4146 .popup-hide-button {
4147 position: fixed;
4148 top: 4px;
4149 right: 4px;
4150 color: #000;
4151 background-color: #fff;
4152 width: 28px;
4153 height: 28px;
4154 display: flex;
4155 font-family: "Font Awesome";
4156 font-size: 14px;
4157 line-height: 1;
4158 border: 1px solid #bbb;
4159 border-radius: 28px;
4160 align-items: center;
4161 justify-content: center;
4162 //padding-bottom: 2px;
4163 padding-left: 1.5px;
4164 font-family: "Font Awesome", "Font Awesome 5 Free";
4165 cursor: pointer;
4167 .popup-hide-button:hover::before {
4168 content: "Turn off preview popups";
4169 display: block;
4170 position: absolute;
4171 width: max-content;
4172 right: 32px;
4173 color #000;
4174 background-color: #fff;
4175 border: 1px solid #eee;
4176 border-radius: 2px;
4177 padding: 4px;
4180 /********/
4181 /* MATH */
4182 /********/
4184 .mathjax-block-container {
4185 display: block;
4186 overflow-y: hidden;
4187 border-radius: 6px;
4188 margin: 1em 0 1.5em 0;
4190 .mathjax-inline-container {
4191 max-width: 100%;
4192 display: inline-block;
4193 overflow-x: auto;
4194 overflow-y: hidden;
4195 position: relative;
4196 vertical-align: text-top;
4197 padding: 0 1px;
4199 .post .mathjax-inline-container {
4200 line-height: 1.1;
4201 top: 2px;
4203 .comment .mathjax-inline-container {
4204 top: 3px;
4205 line-height: 1;
4207 .mathjax-inline-container .mjx-chtml {
4208 padding: 0;
4211 /************/
4212 /* SPOILERS */
4213 /************/
4215 .spoiler {
4216 color: #000;
4217 background-color: currentColor;
4218 transition: none;
4219 text-shadow: none;
4220 margin: 1em 0;
4221 box-shadow: 0 0 0 1px currentColor inset;
4222 overflow: auto;
4224 .spoiler:not(:last-child) {
4225 margin-bottom: 0;
4227 #content .spoiler * {
4228 color: inherit;
4229 border: none;
4231 .spoiler:hover {
4232 color: unset;
4233 background-color: unset;
4234 text-shadow: unset;
4235 transition:
4236 color 0.1s ease-out 0.1s,
4237 background-color 0.1s ease-out 0.1s,
4238 text-shadow 0.1s ease-out 0.1s;
4240 .spoiler::selection,
4241 .spoiler ::selection {
4242 color: #fff;
4243 background-color: #000;
4245 .spoiler:not(:hover)::selection,
4246 .spoiler:not(:hover) ::selection {
4247 background-color: transparent;
4250 /*= Fix for LessWrong being weird =*/
4252 .spoiler > p {
4253 padding: 0 7px;
4255 .spoiler > p:first-child {
4256 margin-top: 0.25em;
4258 .spoiler > p:last-child {
4259 margin-bottom: 0;
4260 padding-bottom: 0.25em;
4262 .spoiler > p:hover ~ p {
4263 background-color: currentColor;
4265 .spoiler > p + p {
4266 margin-top: -1em;
4268 .spoiler > p:not(:first-child) {
4269 padding-top: 0.5em;
4271 .spoiler > p:not(:last-child) {
4272 padding-bottom: 0.5em;
4275 .spoiler:not(:hover) pre,
4276 .spoiler:not(:hover) code {
4277 background-color: inherit;
4278 box-shadow: none;
4280 #content .spoiler pre {
4281 border-color: currentColor;
4282 border-style: solid;
4283 border-width: 0 1px;
4284 border-radius: 0;
4287 /*******************/
4288 /* PAGE LIST INDEX */
4289 /*******************/
4291 .page-list-index {
4292 margin: 1em 30px;
4293 line-height: 1.2;
4296 .page-list-index > p {
4297 font-weight: bold;
4298 font-size: 1.2em;
4301 .page-list-index > ul * {
4302 margin: 0;
4305 .page-list-index ul {
4306 padding-left: 1.5em;
4309 .page-list-index li {
4310 margin-top: 0.67em;
4313 .page-list-index li > a {
4314 display: block;
4315 font-size: 1.1em;
4316 font-weight: bold;
4317 margin: 0.33em 0;
4320 .page-list-index li > a:last-child {
4321 margin-bottom: 1em;
4324 /*******************/
4325 /* ALIGNMENT FORUM */
4326 /*******************/
4328 #content.alignment-forum-index-page::after {
4329 content: "Alignment Forum";
4330 font-size: 1.5rem;
4331 margin: 0.375em 0 0 -0.375em;
4332 order: -1;
4335 /**********************/
4336 /* FOR NARROW SCREENS */
4337 /**********************/
4339 @media only screen and (max-width: 1440px) {
4340 #hns-date-picker {
4341 right: -81px;
4342 padding: 8px 10px 10px 10px;
4343 bottom: 62px;
4344 display: none;
4346 #hns-date-picker::before {
4347 content: "";
4348 position: absolute;
4349 display: block;
4350 z-index: -1;
4351 height: calc(100% + 2px);
4352 top: -1px;
4353 left: -1px;
4354 width: 50%;
4357 @media only screen and (max-width: 1160px) {
4358 #new-comment-nav-ui {
4359 bottom: 180px;
4360 right: -68px;
4362 #hns-date-picker {
4363 bottom: 200px;
4364 right: -36px;
4366 #hns-date-picker::before {
4367 width: calc(100% - 35px);
4369 #theme-selector button::before {
4370 right: unset;
4371 left: 100%;
4373 #theme-selector:hover::after {
4374 content: "";
4375 display: block;
4376 position: absolute;
4377 width: calc(6em - 7px);
4378 height: calc(100% + 2px);
4379 top: 0;
4380 left: calc(100% + 1px);
4382 #anti-kibitzer-toggle {
4383 bottom: 330px;
4386 @media only screen and (max-width: 1080px) {
4387 #width-selector {
4388 right: -30px;
4390 #width-selector button {
4391 display: block;
4393 #text-size-adjustment-ui {
4394 top: 90px;
4395 right: -30px;
4397 #text-size-adjustment-ui button {
4398 display: block;
4399 position: relative;
4401 #text-size-adjustment-ui button.increase {
4402 bottom: 48px;
4404 #text-size-adjustment-ui button.decrease {
4405 top: 50px;
4407 #theme-selector {
4408 top: 46px;
4409 left: -44px;
4411 #theme-tweaker-toggle {
4412 left: -44px;
4413 top: 2px;
4415 #theme-tweaker-toggle button {
4416 height: 2em;
4417 width: 2em;
4418 padding: 7px;
4420 #quick-nav-ui {
4421 right: -54px;
4423 #new-comment-nav-ui {
4424 right: -55px;
4426 #hns-date-picker {
4427 right: -23px;
4429 #hns-date-picker::before {
4430 width: calc(100% - 22px);
4432 #anti-kibitzer-toggle {
4433 right: -54px;
4436 @media only screen and (max-width: 1040px) {
4437 #quick-nav-ui {
4438 right: -49px;
4440 #new-comment-nav-ui {
4441 right: -50px;
4443 #hns-date-picker {
4444 right: -18px;
4446 #hns-date-picker::before {
4447 width: calc(100% - 17px);
4449 #anti-kibitzer-toggle {
4450 right: -50px;
4453 @media only screen and (max-width: 1020px) {
4454 #quick-nav-ui {
4455 right: -20px;
4457 #new-comment-nav-ui {
4458 right: -21px;
4460 #new-comment-nav-ui .new-comments-count::before {
4461 content: "";
4462 position: absolute;
4463 width: 100%;
4464 height: calc(100% + 45px);
4465 z-index: -1;
4466 left: 0;
4467 top: -22px;
4469 #hns-date-picker {
4470 right: 19px;
4472 #hns-date-picker::before {
4473 width: 100%;
4475 #anti-kibitzer-toggle {
4476 right: -20px;
4479 @media only screen and (max-width: 1000px) {
4480 #theme-selector {
4481 left: -17px;
4482 top: 120px;
4483 padding: 3px 0;
4484 max-width: 32px;
4486 #theme-selector button {
4487 margin: 1px 4px;
4489 #text-size-adjustment-ui {
4490 top: 100px;
4491 right: -12px;
4493 @media not screen and (hover: none) {
4494 #quick-nav-ui,
4495 #new-comment-nav-ui,
4496 #new-comment-nav-ui + #hns-date-picker,
4497 #anti-kibitzer-toggle {
4498 opacity: 0.4;
4500 #quick-nav-ui:hover,
4501 #new-comment-nav-ui:hover,
4502 #new-comment-nav-ui + #hns-date-picker:hover,
4503 #new-comment-nav-ui + #hns-date-picker:focus-within,
4504 #new-comment-nav-ui:hover + #hns-date-picker,
4505 #anti-kibitzer-toggle:hover {
4506 opacity: 1.0;
4509 #theme-tweaker-toggle {
4510 top: 70px;
4511 left: -21px;
4515 /**************/
4516 /* PRINT VIEW */
4517 /**************/
4519 @media only print {
4520 .nav-bar {
4521 visibility: hidden;
4522 max-height: 0;
4523 overflow: hidden;
4525 #ui-elements-container {
4526 display: none;
4528 #images-overlay {
4529 display: none;
4531 #images-overlay + #content .post-body img {
4532 visibility: visible;
4534 .comment-controls {
4535 display: none;
4537 #comments-sort-mode-selector {
4538 display: none;
4540 .comment-minimize-button {
4541 display: none;
4543 .post-meta .qualified-linking,
4544 .post-meta .lw2-link {
4545 display: none;
4547 .comment-meta .permalink,
4548 .comment-meta .lw2-link,
4549 .comment-meta .comment-parent-link {
4550 display: none;
4552 .new-comment::before {
4553 display: none;
4555 #content::before {
4556 box-shadow: none;
4560 /*****************/
4561 /* MOBILE LAYOUT */
4562 /*****************/
4564 /* Hide the mobile elements on desktop screens: */
4566 @media only screen and (max-width: 1160px) {
4567 #post-nav-ui-toggle,
4568 #appearance-adjust-ui-toggle {
4569 display: none;
4573 @media only screen and (max-width: 1160px) {
4575 /*====================*/
4576 /* MOBILE UI ELEMENTS */
4577 /*====================*/
4579 #ui-elements-container {
4580 height: unset !important;
4581 position: unset;
4583 #ui-elements-container > * {
4584 position: fixed;
4585 visibility: hidden;
4586 opacity: 1.0;
4587 z-index: 10000;
4590 #ui-elements-container > div[id$='-ui-toggle'] {
4591 visibility: visible;
4592 display: inline-block;
4593 border-radius: 50%;
4594 z-index: 10000;
4596 #ui-elements-container > div[id$='-ui-toggle'] button,
4597 #theme-selector .theme-selector-close-button {
4598 font-family: Font Awesome;
4599 font-weight: 900;
4600 font-size: 32px;
4601 padding: 10px;
4602 opacity: 0.8;
4603 -webkit-tap-highlight-color: transparent;
4604 transition: transform 0.2s ease;
4606 #ui-elements-container > div[id$='-ui-toggle'] button::selection,
4607 #theme-selector .theme-selector-close-button::selection {
4608 background-color: transparent;
4610 #ui-elements-container > div[id$='-ui-toggle'] button::-moz-focus-inner,
4611 #theme-selector .theme-selector-close-button::-moz-focus-inner {
4612 border: none;
4614 #ui-elements-container > div[id$='-ui-toggle'] button.engaged {
4615 transform: rotate(-90deg);
4616 opacity: 1.0;
4619 #appearance-adjust-ui-toggle {
4620 bottom: 10px;
4621 left: 10px;
4624 #post-nav-ui-toggle {
4625 bottom: 10px;
4626 right: 10px;
4629 #theme-selector.engaged,
4630 #quick-nav-ui.engaged,
4631 #new-comment-nav-ui.engaged,
4632 #hns-date-picker.engaged {
4633 visibility: visible;
4636 #image-focus-overlay.engaged {
4637 visibility: visible;
4639 #image-focus-overlay .help-overlay {
4640 display: none;
4643 /*=========*/
4644 /* GENERAL */
4645 /*=========*/
4647 @media only screen and (max-width: 900px) {
4648 #content,
4649 #images-overlay,
4650 #ui-elements-container {
4651 min-width: unset;
4652 width: unset;
4654 #content {
4655 padding: 0 4px;
4659 /*================*/
4660 /* THEME SELECTOR */
4661 /*================*/
4663 #theme-selector {
4664 display: flex;
4665 flex-flow: column;
4666 background-color: #fff;
4667 width: calc(100vw - 20px);
4668 max-width: 360px;
4669 padding: 0 0 3px 0;
4670 overflow: hidden;
4671 max-height: 0;
4672 transition:
4673 top 0.2s ease,
4674 max-height 0.2s ease,
4675 visibility 0.2s ease;
4676 top: calc(100% + 10px);
4677 left: 0;
4678 right: 0;
4679 margin: auto;
4681 #theme-selector.engaged {
4682 max-height: 1000px;
4683 top: 10px;
4684 z-index: 10001;
4686 #theme-selector::before {
4687 content: "Select theme";
4688 white-space: nowrap;
4689 display: block;
4690 font-weight: 600;
4691 font-size: 2rem;
4692 margin: 0.375em 1em 0.5em 1em;
4693 text-align: center;
4695 #theme-selector button {
4696 width: calc(100% - 0.5em);
4697 background-repeat: no-repeat;
4698 padding: 1em 0.875em;
4699 margin: 1px 4px;
4700 line-height: 1;
4701 height: unset;
4702 position: relative;
4704 #theme-selector button::after {
4705 content: attr(data-theme-description);
4706 color: #000;
4707 white-space: nowrap;
4708 position: absolute;
4709 text-align: left;
4710 left: 2.5em;
4711 top: 1em;
4713 @media only screen and (max-height: 675px) {
4714 #theme-selector button {
4715 padding: 0.875em;
4717 #theme-selector button::after {
4718 top: 0.875em;
4721 #theme-selector .theme-selector-close-button {
4722 position: absolute;
4723 width: unset;
4724 background-color: transparent;
4725 top: 0;
4726 right: -3px;
4728 #theme-selector .theme-selector-close-button,
4729 #theme-selector .theme-selector-close-button:focus,
4730 #theme-selector .theme-selector-close-button:active,
4731 #theme-selector .theme-selector-close-button:hover {
4732 box-shadow: none;
4735 /*===============*/
4736 /* THEME TWEAKER */
4737 /*===============*/
4739 #theme-selector {
4740 padding: 0 0 64px 0;
4742 #theme-selector ~ #theme-tweaker-toggle {
4743 top: 100%;
4745 #theme-selector ~ #theme-tweaker-toggle::after {
4746 content: "Open theme tweaker";
4747 position: absolute;
4748 font-size: 0.625em;
4749 white-space: nowrap;
4750 left: -50%;
4751 top: 100%;
4753 #theme-selector.engaged ~ #theme-tweaker-toggle {
4754 visibility: visible;
4755 top: 530px;
4756 left: 0;
4757 right: 0;
4758 margin: auto;
4759 z-index: 11111;
4760 transition:
4761 top 0.2s ease,
4762 visibility 0.2s ease;
4764 @media only screen and (max-height: 675px) {
4765 #theme-selector.engaged ~ #theme-tweaker-toggle {
4766 top: 492px;
4769 @supports (width: -moz-fit-content) {
4770 #theme-selector.engaged ~ #theme-tweaker-toggle {
4771 width: -moz-fit-content;
4774 @supports (width: fit-content) {
4775 #theme-selector.engaged ~ #theme-tweaker-toggle {
4776 width: fit-content;
4779 #theme-selector.engaged ~ #theme-tweaker-toggle button {
4780 opacity: 1.0;
4783 #theme-tweaker-ui {
4784 visibility: visible;
4787 /*======================*/
4788 /* ANTI-KIBITZER TOGGLE */
4789 /*======================*/
4791 #theme-selector ~ #anti-kibitzer-toggle {
4792 top: 100%;
4793 bottom: unset;
4794 left: 0;
4795 right: 0;
4796 margin: auto;
4797 box-shadow: none;
4798 width: calc(100vw - 44px);
4799 max-width: 330px;
4800 text-align: right;
4801 pointer-events: none;
4803 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4804 visibility: visible;
4805 z-index: 11110;
4806 top: 530px;
4807 transition:
4808 top 0.2s ease,
4809 visibility 0.2s ease;
4811 @media only screen and (max-height: 675px) {
4812 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4813 top: 492px;
4816 #theme-selector.engaged ~ #anti-kibitzer-toggle button {
4817 pointer-events: auto;
4818 display: inline-block;
4821 /*=================*/
4822 /* QUICKNAV WIDGET */
4823 /*=================*/
4825 #quick-nav-ui {
4826 max-width: 0px;
4827 transition:
4828 max-width 0.2s ease,
4829 visibility 0.2s ease;
4830 display: flex;
4831 right: 72px;
4832 bottom: 14px;
4834 #quick-nav-ui.engaged {
4835 max-width: 1000px;
4837 #quick-nav-ui a {
4838 position: relative;
4839 margin: 2px;
4841 #quick-nav-ui a + a {
4842 margin-left: 5px;
4844 #quick-nav-ui a::after {
4845 position: absolute;
4846 top: calc(100% + 2px);
4847 font-size: 0.375rem;
4848 left: 0;
4849 right: 0;
4850 margin: auto;
4851 line-height: 1;
4852 padding: 2px;
4853 text-transform: uppercase;
4854 z-index: -1;
4856 @supports (width: -moz-fit-content) {
4857 #quick-nav-ui a::after {
4858 width: -moz-fit-content;
4861 @supports (width: fit-content) {
4862 #quick-nav-ui a::after {
4863 width: fit-content;
4866 #quick-nav-ui a[href='#top']::after {
4867 content: "Top";
4868 left: -1px;
4870 #quick-nav-ui a[href='#comments']::after {
4871 content: "Comments";
4873 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
4874 visibility: hidden;
4875 transition: visibility 0.2s ease;
4877 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui.engaged a[href='#comments'] {
4878 visibility: visible;
4880 #quick-nav-ui a[href='#bottom-bar']::after {
4881 content: "Bottom";
4884 /*======================*/
4885 /* NEW COMMENT QUICKNAV */
4886 /*======================*/
4888 #new-comment-nav-ui {
4889 max-width: 0px;
4890 max-height: 0px;
4891 transition:
4892 max-width 0.2s ease,
4893 max-height 0.2s ease,
4894 visibility 0.2s ease;
4895 display: flex;
4896 right: 78px;
4897 bottom: 70px;
4899 #new-comment-nav-ui::before {
4900 content: "New Comments";
4901 position: absolute;
4902 bottom: 100%;
4903 font-size: 0.5625rem;
4904 left: 0;
4905 right: 0;
4906 margin: auto;
4907 padding: 2px 3px;
4908 text-transform: uppercase;
4909 z-index: -1;
4911 @supports (width: -moz-fit-content) {
4912 #new-comment-nav-ui::before {
4913 width: -moz-fit-content;
4916 @supports (width: fit-content) {
4917 #new-comment-nav-ui::before {
4918 width: fit-content;
4921 #new-comment-nav-ui.engaged {
4922 max-width: 1000px;
4923 max-height: 1000px;
4925 #new-comment-nav-ui .new-comment-sequential-nav-button {
4926 top: unset;
4927 bottom: unset;
4928 padding: 2px 7px;
4930 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
4931 padding: 2px 7px 3px 7px;
4933 #new-comment-nav-ui .new-comments-count {
4934 padding: 4px 0 5px 0;
4936 #new-comment-nav-ui .new-comments-count::before {
4937 display: none;
4939 #new-comment-nav-ui button::after {
4940 position: absolute;
4941 font-size: 0.375rem;
4942 left: 0;
4943 right: 0;
4944 margin: auto;
4945 line-height: 1;
4946 text-transform: uppercase;
4947 pointer-events: none;
4949 #new-comment-nav-ui button.new-comment-previous::after {
4950 content: "Previous";
4951 bottom: 5px;
4953 #new-comment-nav-ui button.new-comment-next::after {
4954 content: "Next";
4955 top: 7px;
4958 /*=================*/
4959 /* HNS DATE PICKER */
4960 /*=================*/
4962 #hns-date-picker {
4963 max-height: 0px;
4964 bottom: 132px;
4965 right: 62px;
4966 transition:
4967 max-height 0.2s ease,
4968 visibility 0.2s ease;
4970 #hns-date-picker.engaged {
4971 max-height: 1000px;
4973 #hns-date-picker::before {
4974 width: calc(100% + 2px);
4975 border-width: 1px !important;
4978 /*=========*/
4979 /* NAV BAR */
4980 /*=========*/
4982 #bottom-bar {
4983 margin-left: auto;
4984 margin-right: auto;
4985 width: calc(100% - 9rem + 8px);
4986 background: rgba(255,255,255,0.85);
4987 backdrop-filter: blur(1px);
4989 #content.index-page #bottom-bar {
4990 z-index: 10001;
4992 #bottom-bar .nav-item {
4993 box-shadow: none;
4994 position: relative;
4996 #bottom-bar .nav-inner {
4997 font-size: 2rem;
4998 padding: 1rem 0 1.25rem 0;
4999 visibility: hidden;
5000 position: static;
5001 width: 0;
5003 #content #bottom-bar .nav-item .nav-inner::before {
5004 margin: 0;
5005 visibility: visible;
5006 position: absolute;
5007 width: 100%;
5008 height: 100%;
5009 left: 0;
5010 top: 0;
5011 padding: 1rem 0;
5013 #bottom-bar .nav-inner::after {
5014 display: block;
5015 visibility: visible;
5016 text-transform: uppercase;
5017 color: unset;
5018 font-size: 0.75rem;
5019 top: unset;
5020 left: 0;
5021 bottom: 1rem;
5022 width: 100%;
5024 #bottom-bar #nav-item-first .nav-inner::after {
5025 content: "First Page";
5027 #bottom-bar #nav-item-prev .nav-inner::after {
5028 content: "Prev. Page";
5030 #bottom-bar #nav-item-top .nav-inner::after {
5031 content: "Top";
5033 #bottom-bar #nav-item-next .nav-inner::after {
5034 content: "Next Page";
5036 #bottom-bar #nav-item-last .nav-inner::after {
5037 content: "Last Page";
5040 @media only screen and (max-width: 900px) {
5041 .nav-bar-top {
5042 font-size: 0.75rem;
5044 .nav-bar {
5045 width: calc(100% + 8px);
5046 margin: 0 -4px;
5048 .nav-bar .nav-inner::after {
5049 display: none;
5052 #primary-bar .nav-item {
5053 flex: 1 1 100%;
5055 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) {
5056 flex: 1 1 60px;
5058 .nav-bar-top:not(#anything) .nav-inner {
5059 text-transform: uppercase;
5060 padding: 6px;
5062 .nav-bar-top .nav-inner::before {
5063 display: block;
5064 font-family: "Font Awesome";
5065 font-size: 2em;
5066 font-weight: 900;
5069 #nav-item-home .nav-inner::before {
5070 content: "\F015";
5072 #nav-item-featured .nav-inner::before {
5073 content: "\F005";
5075 #nav-item-all .nav-inner::before {
5076 content: "\F069";
5078 #nav-item-meta .nav-inner::before {
5079 content: "\F077";
5081 #nav-item-tags .nav-inner::before {
5082 content: "\F02C";
5084 #nav-item-recent-comments > * > span {
5085 display: none;
5087 #nav-item-recent-comments .nav-inner::before,
5088 #nav-item-alignment-forum-comments .nav-inner::before {
5089 content: "\F036";
5091 #nav-item-alignment-forum .nav-inner::before {
5092 content: "AF";
5093 font-family: Concourse, 'Changa One';
5095 #nav-item-questions .nav-inner::before {
5096 content: "?";
5097 font-family: Concourse, 'Changa One';
5099 #nav-item-events .nav-inner::before {
5100 content: "\F5A0";
5102 #nav-item-shortform .nav-inner::before {
5103 content: "\F2F2";
5105 #nav-item-archive .nav-inner::before {
5106 content: "\F187";
5108 #nav-item-about .nav-inner::before {
5109 content: "\F129";
5111 #nav-item-search {
5112 font-size: 2em;
5113 padding: 10px;
5115 #nav-item-search .nav-inner::before {
5116 content: none;
5118 #nav-item-search .nav-inner {
5119 height: 100%;
5120 display: flex;
5122 #nav-item-search input {
5123 width: 100%;
5124 height: 100%;
5126 #nav-item-search button {
5127 height: 100%;
5128 padding: 5px 5px 5px 10px;
5129 width: 40px;
5130 overflow: visible;
5131 visibility: hidden;
5133 #nav-item-search button::before {
5134 content: "\F002";
5135 font-family: Font Awesome;
5136 font-weight: 900;
5137 visibility: visible;
5139 #nav-item-login {
5140 padding: 0;
5142 #nav-item-login .nav-inner::before {
5143 content: "\F007";
5146 @media only screen and (max-width: 520px) {
5147 .nav-bar-top {
5148 font-size: 0.5rem;
5151 #nav-item-search,
5152 #nav-item-search .nav-inner {
5153 padding: 0;
5155 #nav-item-search button {
5156 width: 31px;
5159 #bottom-bar #nav-item-first .nav-inner::after {
5160 content: "First";
5162 #bottom-bar #nav-item-prev .nav-inner::after {
5163 content: "Prev";
5165 #bottom-bar #nav-item-next .nav-inner::after {
5166 content: "Next";
5168 #bottom-bar #nav-item-last .nav-inner::after {
5169 content: "Last";
5173 /*=================*/
5174 /* INBOX INDICATOR */
5175 /*=================*/
5177 @media only screen and (max-width: 900px) {
5178 #inbox-indicator {
5179 width: 100%;
5180 top: 0;
5181 pointer-events: none;
5183 #inbox-indicator::before {
5184 width: 100%;
5185 font-size: 1rem;
5186 text-align: right;
5187 padding: 1px 6px;
5189 #inbox-indicator.new-messages {
5190 pointer-events: auto;
5192 #inbox-indicator.new-messages::before {
5193 box-shadow: 0 0 8px 1px #f00 inset;
5196 @media only screen and (max-width: 520px) {
5197 #inbox-indicator::before {
5198 font-size: 0.75rem;
5199 padding: 2px 5px;
5202 @media only screen and (max-width: 374px) {
5203 #inbox-indicator::before {
5204 font-size: 0.625rem;
5208 /*===================*/
5209 /* TOP PAGINATION UI */
5210 /*===================*/
5212 #top-nav-bar {
5213 font-size: 1.75rem;
5216 /*==============*/
5217 /* PAGE TOOLBAR */
5218 /*==============*/
5220 @media only screen and (max-width: 900px) {
5221 #content > .page-toolbar {
5222 font-size: 1rem;
5223 margin-right: 0;
5225 #content.user-page > .page-toolbar {
5226 grid-column: 2 / span 2;
5227 margin: 0 0 6px 0;
5230 @media only screen and (max-width: 520px) {
5231 #content:not(.user-page) .page-toolbar {
5232 display: flex;
5233 flex-direction: column-reverse;
5234 text-align: right;
5235 align-self: start;
5236 padding: 4px 0 0 0;
5238 #content.user-page .page-toolbar {
5239 display: flex;
5240 flex-flow: row;
5241 justify-content: flex-end;
5242 padding: 2px 0 0 0;
5244 #content.user-page .page-toolbar > form,
5245 #content.user-page .page-toolbar > .button {
5246 text-align: center;
5247 flex-basis: 25%;
5248 margin-left: 1.5em;
5250 #content.user-page .page-toolbar .button {
5251 text-transform: uppercase;
5252 font-size: 0.625rem;
5254 #content.user-page .page-toolbar .button::before {
5255 font-size: 1.375rem;
5256 display: block;
5257 padding: 0;
5259 #content.user-page .page-toolbar .rss {
5260 white-space: nowrap;
5261 margin: 0 0 0 1.5em;
5263 .page-toolbar > * {
5264 line-height: 1.15;
5265 padding: 6px 0;
5266 margin: 0;
5270 /*==============*/
5271 /* SUBLEVEL NAV */
5272 /*==============*/
5274 @media only screen and (max-width: 900px) {
5275 .sublevel-nav:not(.sort) {
5276 flex-wrap: wrap;
5277 width: calc(100vw - 200px);
5279 .sublevel-nav:not(.sort) .sublevel-item {
5280 margin: 1px;
5281 flex-basis: 7em;
5284 @media only screen and (max-width: 520px) {
5285 .sublevel-nav:not(.sort) .sublevel-item {
5286 font-size: 1rem;
5290 /*=====================*/
5291 /* SORT ORDER SELECTOR */
5292 /*=====================*/
5294 @media only screen and (max-width: 720px) {
5295 #content.index-page > .sublevel-nav.sort {
5296 flex-flow: column;
5297 margin-left: 4px;
5301 /*==========*/
5302 /* ARCHIVES */
5303 /*==========*/
5305 @media only screen and (max-width: 900px) {
5306 div[class^='archive-nav-'] {
5307 flex-wrap: wrap;
5308 justify-content: flex-start;
5310 .archive-nav *[class^='archive-nav-item'],
5311 .archive-nav *[class^='archive-nav-item']:first-child {
5312 padding: 10px;
5313 margin: 2px;
5314 max-width: unset;
5315 flex: 0 1 calc((100% / 8) - 4px);
5317 .archive-nav .archive-nav-item-day,
5318 .archive-nav .archive-nav-item-day:first-child {
5319 flex-basis: calc((100% / 16) - 4px);
5321 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-'] {
5322 margin-top: 8px;
5323 position: relative;
5325 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
5326 content: "";
5327 display: block;
5328 position: absolute;
5329 height: 1px;
5330 width: calc(100% + 8px);
5331 left: -4px;
5332 top: -4px;
5335 @media only screen and (max-width: 720px) {
5336 .archive-nav .archive-nav-item-day,
5337 .archive-nav .archive-nav-item-day:first-child {
5338 flex-basis: calc((100% / 12) - 4px);
5341 @media only screen and (max-width: 520px) {
5342 .archive-nav *[class^='archive-nav-item'],
5343 .archive-nav *[class^='archive-nav-item']:first-child {
5344 flex-basis: calc((100% / 5) - 4px);
5346 .archive-nav .archive-nav-item-day,
5347 .archive-nav .archive-nav-item-day:first-child {
5348 flex-basis: calc((100% / 8) - 4px);
5352 /*==========*/
5353 /* LISTINGS */
5354 /*==========*/
5356 h1.listing {
5357 max-height: unset;
5360 /*============*/
5361 /* USER PAGES */
5362 /*============*/
5364 #content.user-page h1.page-main-heading {
5365 align-self: end;
5367 @media only screen and (max-width: 520px) {
5368 #content.user-page h1.page-main-heading {
5369 overflow: hidden;
5370 text-overflow: ellipsis;
5372 #content.user-page .user-stats .karma-type {
5373 display: block;
5377 /*============*/
5378 /* LOGIN PAGE */
5379 /*============*/
5381 @media only screen and (max-width: 640px) {
5382 .login-container {
5383 flex-flow: column;
5384 margin: 0 auto 3em auto;
5385 max-width: 400px;
5387 .login-container #login-form,
5388 .login-container #signup-form {
5389 padding: 0 1em 1.25em 1em;
5390 grid-row-gap: 0;
5392 .login-container #signup-form {
5393 padding-top: 1em;
5395 .login-container #login-form > *,
5396 .login-container #signup-form > * {
5397 grid-column: 1 / span 2;
5399 .login-container form label {
5400 text-align: left;
5401 padding: 0;
5402 line-height: 1;
5404 .login-container form input {
5405 margin: 0.25em 0 0.75em 0;
5406 padding: 0.5em;
5408 .login-container form h1 {
5409 grid-column: 1 / span 2;
5410 margin: 0 0 0.25em 0;
5412 .login-container form a {
5413 margin: 0.75em 0 0 0;
5415 .login-container .login-tip {
5416 margin: 1.5em 1em 0 1em;
5420 /*==================*/
5421 /* POSTS & COMMENTS */
5422 /*==================*/
5424 @media only screen and (max-width: 720px) {
5425 .body-text ol > li {
5426 padding: 0 0 0 2.25em;
5428 .body-text ol > li::before {
5429 width: 1.75em;
5431 .body-text ul:not(.contents-list) > li,
5432 .body-text ul:not(.contents-list) > li ul > li {
5433 padding: 0 0 0 0.75em;
5435 .body-text ul:not(.contents-list) > li::before,
5436 .body-text ul:not(.contents-list) > li ul > li::before {
5437 width: 0.125em;
5438 margin-left: -0.06em;
5442 /*===========*/
5443 /* POST-META */
5444 /*===========*/
5446 .post-meta {
5447 line-height: 1.9;
5449 @media only screen and (max-width: 720px) {
5450 .post-meta .lw2-link span,
5451 .post-meta .karma-value span,
5452 .post-meta .comment-count span {
5453 display: none;
5455 .post-meta .comment-count::before {
5456 content: "\F086";
5457 font-family: Font Awesome;
5458 font-size: 0.875em;
5459 margin: 0 0.25em 0 0;
5460 font-weight: 400;
5464 /*===================*/
5465 /* POSTS & BODY TEXT */
5466 /*===================*/
5468 @media only screen and (max-width: 900px) {
5469 .post-body,
5470 h1.post-title,
5471 .tag-description,
5472 .sequence-text {
5473 padding: 0 6px;
5476 @media only screen and (max-width: 520px) {
5477 .post-body {
5478 font-size: 1.2rem;
5479 line-height: 1.45;
5481 h1.post-title {
5482 font-size: 2em;
5486 /*==============*/
5487 /* COMMENT-META */
5488 /*==============*/
5490 a.comment-parent-link::after {
5491 display: none;
5493 @media only screen and (max-width: 900px) {
5494 .comment-meta {
5495 padding: 2px 40px 2px 10px;
5498 @media only screen and (max-width: 720px) {
5499 .comment .karma-value span {
5500 display: none;
5502 .comment-meta .comment-parent-link {
5503 opacity: 1.0;
5506 @media only screen and (max-width: 520px) {
5507 .comment-meta {
5508 padding: 2px 24px 2px 10px;
5509 position: relative;
5511 .comment-meta > * {
5512 order: 3;
5514 .comment-meta > :not(.author) {
5515 line-height: 1.8;
5517 .comment-meta .author,
5518 .comment-meta .date {
5519 order: 1;
5521 .comment-meta:before {
5522 content: "";
5523 order: 2;
5524 flex-basis: 100%;
5526 .comment-post-title2 {
5527 display: block;
5528 text-overflow: ellipsis;
5529 overflow: hidden;
5531 .comment-meta .lw2-link {
5532 display: none;
5536 /*=======================*/
5537 /* COMMENTS COMPACT VIEW */
5538 /*=======================*/
5540 /*===========================*/
5541 /* COMMENT THREAD NAVIGATION */
5542 /*===========================*/
5544 @media only screen and (max-width: 900px) {
5545 a.comment-parent-link {
5546 width: 0;
5547 visibility: hidden;
5548 position: relative;
5550 a.comment-parent-link::before {
5551 padding: 0;
5552 font-size: 1em;
5553 left: 0;
5554 top: 0;
5555 line-height: inherit;
5556 visibility: visible;
5557 content: "\F3BF";
5558 transform: scaleX(-1);
5559 width: 2em;
5560 text-align: center;
5563 @media only screen and (max-width: 520px) {
5564 a.comment-parent-link {
5565 position: static;
5567 a.comment-parent-link::before {
5568 padding: 6px;
5569 left: unset;
5570 right: 0;
5571 top: unset;
5572 bottom: 0;
5573 height: 2em;
5577 /*=================================*/
5578 /* COMMENT THREAD MINIMIZE BUTTONS */
5579 /*=================================*/
5581 @media only screen and (max-width: 520px) {
5582 .comment-minimize-button{
5583 right: 2px;
5587 /*===========================*/
5588 /* COMMENTING AND POSTING UI */
5589 /*===========================*/
5591 @media only screen and (max-width: 900px) {
5592 .comment-controls .delete-button, .comment-controls .retract-button, .comment-controls .unretract-button, .comment-controls .edit-button {
5593 font-size: 0;
5595 .comment-controls .delete-button::before, .comment-controls .retract-button::before, .comment-controls .unretract-button::before, .comment-controls .edit-button::before {
5596 font-size: 0.9rem;
5598 .comment-controls .cancel-comment-button {
5599 max-width: 1.3em;
5600 overflow: hidden;
5601 margin-right: 0.125em;
5603 .comment-controls .edit-button::before {
5604 font-size: 0.9375rem;
5606 .comments > .comment-controls .cancel-comment-button {
5607 right: 8px;
5609 .comment-controls .cancel-comment-button::before {
5610 font-size: 1.25rem;
5613 @media only screen and (max-width: 520px) {
5614 .comment-controls {
5615 position: static;
5617 .comment-controls:focus-within {
5618 z-index: 10001;
5620 .comment-controls .cancel-comment-button {
5621 right: 10px;
5623 .textarea-container:focus-within textarea {
5624 position: fixed;
5625 top: 0;
5626 left: 2px;
5627 width: calc(100vw - 4px);
5628 height: calc(100% - 100px);
5629 min-height: unset;
5630 max-height: unset;
5631 border-width: 1px;
5632 z-index: 11001;
5634 #content.conversation-page .textarea-container:focus-within textarea {
5635 height: calc(100% - 54px);
5637 #content.conversation-page .textarea-container:focus-within::after {
5638 content: "";
5639 display: block;
5640 width: 100%;
5641 height: 50px;
5642 position: fixed;
5643 left: 0;
5644 bottom: 0;
5645 z-index: 11000;
5647 .textarea-container:focus-within .guiedit-buttons-container {
5648 position: fixed;
5649 z-index: 11002;
5650 left: 0;
5651 width: 100vw;
5652 height: auto;
5653 background-image: none;
5654 padding: 3px 4px 4px 4px;
5655 margin: 0;
5656 text-align: center;
5657 top: auto;
5658 bottom: 0;
5660 .textarea-container:focus-within button.guiedit {
5661 font-size: 0.9375rem;
5662 line-height: 1.5;
5663 height: auto;
5664 width: calc((100% / 10) - 2px);
5665 padding: 10px 1px 8px 0;
5666 position: relative;
5667 margin: 1px;
5669 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
5670 z-index: 11011;
5671 position: fixed;
5672 bottom: 7px;
5673 width: calc(((100% - 16px) / 10) * 2.5 - 7px);
5674 font-size: 1.25rem;
5675 padding: 5px 5px 6px 5px;
5676 display: block;
5678 .textarea-container:focus-within button.guiedit sup {
5679 position: absolute;
5680 left: calc(50% + 0.65em);
5681 top: calc(50% - 1.3em);
5683 .textarea-container:focus-within .guiedit-mobile-help-button {
5684 left: 8px;
5686 .textarea-container:focus-within .guiedit-mobile-exit-button {
5687 right: 8px;
5689 .guiedit::after {
5690 display: none;
5693 #markdown-hints,
5694 #edit-post-form #markdown-hints {
5695 z-index: 11111;
5696 position: fixed;
5697 top: 40px;
5698 left: 0;
5699 right: 0;
5700 margin: auto;
5701 padding: 4px 0 4px 8px;
5702 width: 310px;
5703 border-width: 3px;
5704 border-style: double;
5705 pointer-events: none;
5707 #markdown-hints::after {
5708 content: "(Type to hide this help box.)";
5709 color: #090;
5710 display: block;
5711 margin: 12px 18px 13px 10px;
5712 padding: 5px;
5713 font-size: 0.9em;
5714 text-align: center;
5718 /*================*/
5719 /* EDIT POST FORM */
5720 /*================*/
5722 @media only screen and (max-width: 520px) {
5723 #edit-post-form {
5724 padding-bottom: 0;
5726 #edit-post-form .post-meta-fields {
5727 grid-template-columns: 4.5em auto auto auto 1fr auto;
5729 #edit-post-form label[for='url'],
5730 #edit-post-form label[for='section'],
5731 #edit-post-form label[for='title'] {
5732 padding-left: 0;
5734 #edit-post-form .post-meta-fields input[type='checkbox'] + label.iconify {
5735 white-space: normal;
5736 line-height: 0.9;
5737 top: -1px;
5738 font-family: Font Awesome;
5739 font-weight: 900;
5740 justify-self: start;
5742 #edit-post-form .post-meta-fields .question-checkbox,
5743 #edit-post-form .post-meta-fields .question-checkbox + label {
5744 grid-column: 6;
5745 margin-left: unset;
5747 #edit-post-form .post-meta-fields input[type='radio'] + label {
5748 align-self: start;
5750 #edit-post-form .textarea-container:focus-within textarea {
5751 height: calc(100% - 101px);
5752 min-height: unset;
5755 #markdown-hints-checkbox,
5756 #markdown-hints-checkbox + label {
5757 display: none;
5760 #edit-post-form div:last-child {
5761 clear: both;
5762 overflow: auto;
5764 #edit-post-form input[type='submit'] {
5765 float: none;
5766 display: block;
5767 font-size: 1.5rem;
5768 margin: 1rem auto 1.5rem auto;
5769 padding: 6px 12px 8px 12px;
5773 /*===================*/
5774 /* TABLE OF CONTENTS */
5775 /*===================*/
5777 @media only screen and (max-width: 900px) {
5778 .contents {
5779 float: none;
5780 display: table;
5781 max-width: none;
5782 margin-left: auto;
5783 margin-right: auto;
5786 @media only screen and (max-width: 520px) {
5787 .contents {
5788 max-width: 100%;
5789 margin: 1em auto 0 auto;
5790 display: table;
5792 .contents-head {
5793 font-size: 1.2em;
5795 div.post-body .contents ul {
5796 font-size: unset;
5800 /*========================*/
5801 /* QUALIFIED HYPERLINKING */
5802 /*========================*/
5804 @media only screen and (max-width: 520px) {
5805 .qualified-linking-toolbar {
5806 right: -5em;
5810 } /* END MOBILE LAYOUT */
5813 /**************/
5814 /* THEME LESS */
5815 /**************/
5817 /*===========*/
5818 /* VARIABLES */
5819 /*===========*/
5821 /* Color scheme.
5823 :root {
5824 --GW-comment-background-color-odd: #f6f6f6;
5825 --GW-comment-background-color-even: #fff;
5826 --GW-comment-background-color-target: #ffd;
5829 /*======*/
5830 /* BASE */
5831 /*======*/
5833 body {
5834 color: #000;
5835 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
5836 font-weight: 300;
5837 background-color: #fff;
5839 #content {
5840 line-height: 1.55;
5841 padding: 30px 20px 0 90px;
5843 #content.comment-thread-page {
5844 padding: 0 0 0 60px;
5846 #ui-elements-container {
5847 visibility: hidden;
5850 /* Compensating for Linux/Windows being terrible. */
5852 .post-meta > *:not(.post-section),
5853 .comment-meta > *,
5854 #primary-bar a,
5855 #bottom-bar a,
5856 #secondary-bar a,
5857 #secondary-bar button,
5858 #nav-item-search > *,
5859 .page-toolbar > *,
5860 #top-nav-bar > *,
5861 .body-text a {
5862 text-shadow: 0 0 0 #aaa;
5865 /* Compensating for Safari being terrible. */
5867 @media not all and (min-resolution:.001dpcm) { @media {
5868 .post-meta > *:not(.post-section),
5869 .comment-meta > *,
5870 #primary-bar a,
5871 #secondary-bar a,
5872 #secondary-bar button,
5873 #bottom-bar a,
5874 #nav-item-search > *,
5875 .page-toolbar > *,
5876 #top-nav-bar > *,
5877 .body-text a {
5878 text-shadow: 0 0 1px #888;
5882 /*=========*/
5883 /* NAV BAR */
5884 /*=========*/
5886 #tertiary-bar {
5887 display: none; /* FIXME */
5890 /*= Layout (desktop) =*/
5892 @media not screen and (hover: none) {
5893 .nav-inner {
5894 font-size: 1.125em;
5895 padding: 0.5rem 0.75rem;
5896 text-align: right;
5898 #secondary-bar .nav-inner {
5899 font-size: 0.875em;
5900 padding: 0.5rem 0.75rem;
5902 #primary-bar,
5903 #secondary-bar {
5904 margin: 0;
5905 flex-flow: column;
5906 line-height: 1;
5908 #primary-bar {
5909 position: fixed;
5910 width: inherit;
5911 min-width: inherit;
5912 max-width: inherit;
5913 left: 0;
5914 right: 0;
5915 margin: auto;
5916 align-items: flex-start;
5917 pointer-events: none;
5919 #primary-bar > * {
5920 position: relative;
5921 right: 47px;
5922 width: 112px;
5923 pointer-events: auto;
5925 #secondary-bar #nav-item-sequences .nav-inner {
5926 font-size: 0.875em;
5927 line-height: unset;
5928 text-overflow: unset;
5930 #nav-item-sequences .nav-inner::before {
5931 content: unset;
5933 #secondary-bar #nav-item-about {
5934 padding-right: unset;
5936 #secondary-bar #nav-item-about .nav-inner {
5937 margin-right: unset;
5939 #nav-item-archive,
5940 #nav-item-sequences,
5941 #nav-item-about {
5942 position: fixed;
5943 transform: translateX(-121px);
5944 width: 85px;
5946 #content.comment-thread-page #nav-item-archive,
5947 #content.comment-thread-page #nav-item-sequences,
5948 #content.comment-thread-page #nav-item-about {
5949 transform: translateX(-81px);
5952 #nav-item-home {
5953 padding-top: 0.5em;
5956 #bottom-bar .nav-inner {
5957 text-align: center;
5958 padding: 0.75em;
5962 /*= Styling =*/
5964 #bottom-bar .nav-item a::before {
5965 font-weight: 300;
5968 .nav-bar a,
5969 .nav-bar a:visited {
5970 color: #acd2af;
5972 .nav-bar a:hover {
5973 color: #79a97e;
5976 /* Accesskey hints */
5978 .nav-inner::after {
5979 display: none;
5982 /* "Tabs" */
5984 .nav-current {
5985 font-weight: 500;
5988 #nav-item-recent-comments .nav-inner span {
5989 display: none;
5991 #nav-item-login {
5992 position: absolute;
5993 top: 0;
5994 right: 0;
5995 padding-right: 1.5em;
5998 /* Search tab */
6000 #nav-item-search {
6001 position: absolute;
6002 top: 0;
6003 left: 4.75em;
6004 width: 400px;
6006 #nav-item-search .nav-inner {
6007 padding: 1px;
6008 display: flex;
6010 #nav-item-search form::before {
6011 font-size: 1.125em;
6012 color: #e6e6e6;
6013 font-weight: 400;
6014 padding: 5px;
6015 transition: color 0.15s ease;
6017 #nav-item-search form:focus-within::before {
6018 color: #92c396;
6020 #nav-item-search button {
6021 border: none;
6022 font-weight: 300;
6023 padding: 6px;
6024 height: 23px;
6026 #nav-item-search form:not(:focus-within) button:not(:hover) {
6027 color: #ddd;
6029 #nav-item-search input {
6030 width: unset;
6031 flex: 1 0 auto;
6032 font-family: Inconsolata, monospace;
6033 padding: 2px 1px;
6034 margin: 0 0 0 2px;
6036 #nav-item-search input::placeholder {
6037 color: #d00;
6038 font-weight: normal;
6041 /* Inbox indicator */
6043 #inbox-indicator::before {
6044 color: #eaeaea;
6045 top: 3px;
6046 font-size: 1.125em;
6049 /* Decorative bottom bar */
6051 #bottom-bar.decorative {
6052 margin-top: 0.25em;
6054 #bottom-bar.decorative::before,
6055 #bottom-bar.decorative::after {
6056 content: "GW";
6057 display: block;
6058 text-align: center;
6059 padding: 0.25em 0 1em 0;
6061 #bottom-bar.decorative::before {
6062 width: 100%;
6063 color: transparent;
6064 background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAMdXV1QUAACwAAAAAAQABAAACAkQBADs=');
6065 background-repeat: repeat-x;
6066 background-position: center 35%;
6067 margin: 0 30px;
6068 filter: opacity(0.5);
6070 #bottom-bar.decorative::after {
6071 color: #eee;
6072 position: absolute;
6073 left: 0;
6074 right: 0;
6075 margin: auto;
6076 background-color: #fff;
6077 padding-right: 4px;
6078 padding-left: 4px;
6080 @supports (width: -moz-fit-content) {
6081 #bottom-bar.decorative::after {
6082 width: -moz-fit-content;
6085 @supports (width: fit-content) {
6086 #bottom-bar.decorative::after {
6087 width: fit-content;
6091 /*= Top pagination UI hover tooltips =*/
6093 #top-nav-bar a::after,
6094 #bottom-bar a::after {
6095 color: #000;
6098 /*==============*/
6099 /* PAGE TOOLBAR */
6100 /*==============*/
6102 .page-toolbar {
6103 padding: 0 0 0 0;
6104 margin: 0;
6105 position: fixed;
6106 width: 120px;
6108 .page-toolbar > * {
6109 display: block;
6110 text-align: right;
6111 line-height: 1;
6112 padding: 0.5rem 0.75rem;
6113 position: relative;
6114 right: 56px;
6116 @media not screen and (hover: none) {
6117 .page-toolbar {
6118 width: inherit;
6119 min-width: inherit;
6120 max-width: inherit;
6121 left: 0;
6122 right: 0;
6123 margin-right: unset;
6124 margin: auto;
6125 align-items: flex-start;
6126 pointer-events: none;
6128 .page-toolbar > * {
6129 right: 47px;
6130 width: 112px;
6131 margin-left: unset;
6132 pointer-events: auto;
6136 .page-toolbar button {
6137 padding: 0;
6140 .page-toolbar .button::before {
6141 font-size: 0.875em;
6142 font-weight: 400;
6145 .new-private-message {
6146 white-space: normal;
6147 line-height: 1.15;
6149 .new-private-message::before {
6150 opacity: 0.7;
6153 .logout-button {
6154 color: #d33;
6155 font-weight: 300;
6158 /*===================*/
6159 /* TOP PAGINATION UI */
6160 /*===================*/
6162 #top-nav-bar {
6163 justify-content: flex-start;
6164 padding: 1em 0 0.25em 0;
6165 font-size: 1em;
6166 margin: 0 0 0 -4px;
6167 grid-column: 1;
6169 #top-nav-bar .page-number {
6170 line-height: 1.5;
6172 #top-nav-bar .page-number span {
6173 display: none;
6175 #top-nav-bar a::before {
6176 font-weight: 400;
6178 #top-nav-bar a.disabled {
6179 visibility: visible;
6180 opacity: 0.4;
6183 #content.user-page > #top-nav-bar {
6184 justify-content: center;
6185 grid-column: 2;
6186 padding: 0;
6188 .archive-nav + #top-nav-bar {
6189 margin: 0.5em 0 0 -4px;
6190 padding: 0 0 0.25em 0;
6193 /*==============*/
6194 /* SUBLEVEL NAV */
6195 /*==============*/
6197 .sublevel-nav .sublevel-item {
6198 color: #92c396;
6199 padding: 4px 10px 1px 10px;
6200 background-color: #fff;
6202 .sublevel-nav .sublevel-item:hover,
6203 .sublevel-nav .sublevel-item.selected {
6204 background-color: #c4dbc4;
6205 color: #fff;
6207 .sublevel-nav .sublevel-item:not(.selected):active {
6208 background-color: #92c396;
6211 .sublevel-nav:not(.sort) .sublevel-item {
6212 border-style: solid;
6213 border-color: #c4dbc4;
6214 border-width: 1px 0 1px 1px;
6216 .sublevel-nav:not(.sort) .sublevel-item:first-child {
6217 border-radius: 8px 0 0 8px;
6219 .sublevel-nav:not(.sort) .sublevel-item:last-child {
6220 border-width: 1px;
6221 border-radius: 0 8px 8px 0;
6224 /*=====================*/
6225 /* SORT ORDER SELECTOR */
6226 /*=====================*/
6227 #content.index-page .sublevel-nav.sort {
6228 grid-row: 2;
6229 grid-column: 3;
6230 justify-self: right;
6233 .sublevel-nav.sort {
6234 padding: 18px 0 0 0;
6235 border-radius: 8px;
6236 pointer-events: none;
6238 .sublevel-nav.sort .sublevel-item {
6239 padding: 7px 8px 3px 7px;
6240 text-transform: uppercase;
6241 pointer-events: auto;
6243 .sublevel-nav.sort::before {
6244 text-transform: uppercase;
6245 color: #444;
6246 z-index: 1;
6248 .sublevel-nav.sort::after {
6249 content: "";
6250 position: absolute;
6251 display: block;
6252 top: 0;
6253 left: 0;
6254 width: 100%;
6255 height: 100%;
6256 border-radius: 6px;
6257 box-shadow:
6258 0 18px 0 0 #fff inset,
6259 0 0 0 1px #c4dbc4 inset,
6260 0 18px 0 1px #c4dbc4 inset,
6261 0 0 0 4px #fff;
6264 /*============*/
6265 /* UI TOGGLES */
6266 /*============*/
6268 @media not screen and (hover: none) {
6269 #site-nav-ui-toggle,
6270 #post-nav-ui-toggle,
6271 #appearance-adjust-ui-toggle {
6272 visibility: visible;
6273 position: absolute;
6274 display: inline-block;
6275 border-radius: 50%;
6276 z-index: 1;
6278 #site-nav-ui-toggle button,
6279 #post-nav-ui-toggle button,
6280 #appearance-adjust-ui-toggle button {
6281 font-family: Font Awesome;
6282 font-weight: 400;
6283 font-size: 32px;
6284 padding: 10px;
6285 opacity: 0.4;
6286 -webkit-tap-highlight-color: transparent;
6287 transition:
6288 transform 0.2s ease,
6289 opacity 0.15s ease;
6291 #site-nav-ui-toggle button:hover,
6292 #post-nav-ui-toggle button:hover,
6293 #appearance-adjust-ui-toggle button:hover {
6294 opacity: 1.0;
6296 #site-nav-ui-toggle button::selection,
6297 #post-nav-ui-toggle button::selection,
6298 #appearance-adjust-ui-toggle button::selection {
6299 background-color: transparent;
6301 #site-nav-ui-toggle button::-moz-focus-inner,
6302 #post-nav-ui-toggle button::-moz-focus-inner,
6303 #appearance-adjust-ui-toggle button::-moz-focus-inner {
6304 border: none;
6306 #post-nav-ui-toggle.highlighted,
6307 #appearance-adjust-ui-toggle.highlighted {
6308 transform: scale(1.33);
6310 #site-nav-ui-toggle.highlighted button {
6311 transform: scale(1.33);
6313 #site-nav-ui-toggle.highlighted button,
6314 #post-nav-ui-toggle.highlighted button,
6315 #appearance-adjust-ui-toggle.highlighted button {
6316 opacity: 1.0;
6317 text-shadow:
6318 0 0 1px #fff,
6319 0 0 1px #64ff4c,
6320 0 0 3px #64ff4c,
6321 0 0 5px #64ff4c,
6322 0 0 8px #64ff4c;
6325 #site-nav-ui-toggle {
6326 top: 0;
6327 left: 12px;
6328 pointer-events: none;
6330 #site-nav-ui-toggle button {
6331 font-weight: 300;
6332 position: relative;
6333 left: 0;
6334 transition:
6335 left 0.2s ease,
6336 opacity 0.2s ease,
6337 width 0.2s ease;
6338 pointer-events: auto;
6340 #site-nav-ui-toggle button:active {
6341 transform: none;
6343 #site-nav-ui-toggle button.engaged {
6344 left: -92px;
6345 width: 2.125rem;
6346 overflow: hidden;
6348 #site-nav-ui-toggle button.engaged::before {
6349 content: "\F00D";
6350 padding: 0 0.25em 0 0;
6353 #primary-bar,
6354 #secondary-bar #nav-item-archive,
6355 #secondary-bar #nav-item-sequences,
6356 #secondary-bar #nav-item-about,
6357 .page-toolbar {
6358 visibility: hidden;
6359 top: 0;
6360 max-height: 0px;
6362 #primary-bar,
6363 #secondary-bar #nav-item-archive,
6364 #secondary-bar #nav-item-sequences,
6365 #secondary-bar #nav-item-about,
6366 .page-toolbar {
6367 opacity: 0.0;
6369 #primary-bar,
6370 #secondary-bar #nav-item-archive,
6371 #secondary-bar #nav-item-sequences,
6372 #secondary-bar #nav-item-about,
6373 .page-toolbar {
6374 transition:
6375 top 0.2s ease,
6376 max-height 0.2s ease,
6377 visibility 0.2s ease,
6378 opacity 0.2s ease;
6380 #nav-item-search,
6381 #nav-item-login {
6382 visibility: visible;
6384 #primary-bar.engaged,
6385 #secondary-bar.engaged #nav-item-archive,
6386 #secondary-bar.engaged #nav-item-sequences,
6387 #secondary-bar.engaged #nav-item-about,
6388 .page-toolbar.engaged {
6389 visibility: visible;
6390 max-height: 1000px;
6392 #primary-bar.engaged,
6393 #secondary-bar.engaged #nav-item-archive,
6394 #secondary-bar.engaged #nav-item-sequences,
6395 #secondary-bar.engaged #nav-item-about,
6396 .page-toolbar.engaged {
6397 opacity: 1.0;
6399 #primary-bar.engaged {
6400 top: 0;
6402 #secondary-bar.engaged #nav-item-archive {
6403 top: 196px;
6405 #secondary-bar.engaged #nav-item-sequences {
6406 top: 230px;
6408 #secondary-bar.engaged #nav-item-about {
6409 top: 264px;
6411 .page-toolbar.engaged {
6412 top: 314px;
6415 #post-nav-ui-toggle {
6416 bottom: 10px;
6417 right: -30px;
6419 #content.comment-thread-page ~ #ui-elements-container #post-nav-ui-toggle {
6420 right: -54px;
6422 #post-nav-ui-toggle button.engaged {
6423 transform: rotate(-90deg);
6426 #quick-nav-ui,
6427 #new-comment-nav-ui,
6428 #hns-date-picker {
6429 bottom: 0;
6430 max-height: 0px;
6431 opacity: 0.0;
6432 transition:
6433 bottom 0.2s ease,
6434 max-height 0.2s ease,
6435 opacity 0.2s ease,
6436 visibility 0.2s ease;
6438 #quick-nav-ui.engaged,
6439 #new-comment-nav-ui.engaged,
6440 #hns-date-picker.engaged {
6441 visibility: visible;
6442 max-height: 1000px;
6443 opacity: 1.0;
6446 #quick-nav-ui {
6447 right: -24px;
6449 #content.post-page ~ #ui-elements-container #quick-nav-ui {
6450 right: -48px;
6452 #quick-nav-ui.engaged {
6453 bottom: 64px;
6455 #quick-nav-ui a {
6456 font-weight: 400;
6459 #new-comment-nav-ui {
6460 right: -49px;
6462 #new-comment-nav-ui.engaged {
6463 bottom: 216px;
6466 #hns-date-picker {
6467 right: -186px;
6469 #hns-date-picker.engaged {
6470 bottom: 247px;
6472 @media only screen and (max-width: 1440px) {
6473 #hns-date-picker {
6474 background-color: rgba(255,255,255,0.95);
6475 right: -18px;
6477 #hns-date-picker::before {
6478 display: none;
6480 #hns-date-picker input {
6481 background-color: #fff;
6483 #hns-date-picker span {
6484 text-shadow:
6485 0 0 1px #fff,
6486 0 0 3px #fff,
6487 0 0 5px #fff,
6488 0 0 8px #fff,
6489 0 0 13px #fff,
6490 0 0 21px #fff;
6492 #hns-date-picker.engaged {
6493 bottom: 238px;
6497 #appearance-adjust-ui-toggle {
6498 bottom: 10px;
6499 left: 10px;
6501 #appearance-adjust-ui-toggle button.engaged {
6502 transform: rotate(-90deg);
6505 #comments-view-mode-selector,
6506 #theme-selector,
6507 #width-selector,
6508 #text-size-adjustment-ui,
6509 #theme-tweaker-toggle {
6510 pointer-events: none;
6511 visibility: visible;
6512 opacity: 0.0;
6513 transition:
6514 opacity 0.35s ease;
6516 @supports (width: -moz-fit-content) {
6517 #theme-tweaker-toggle {
6518 width: -moz-fit-content;
6521 @supports (width: fit-content) {
6522 #theme-tweaker-toggle {
6523 width: fit-content;
6526 #comments-view-mode-selector::after,
6527 #theme-selector::after,
6528 #theme-selector::before,
6529 #width-selector::after,
6530 #text-size-adjustment-ui::after {
6531 content: "";
6532 background-color: #fff;
6533 display: block;
6534 position: absolute;
6535 width: 100%;
6536 height: 100%;
6537 top: 0;
6538 left: 0;
6540 #comments-view-mode-selector.engaged,
6541 #theme-selector.engaged,
6542 #width-selector.engaged,
6543 #text-size-adjustment-ui.engaged,
6544 #theme-tweaker-toggle.engaged {
6545 pointer-events: auto;
6546 opacity: 1.0;
6549 #comments-view-mode-selector {
6550 left: -45px;
6551 top: calc(100% - 180px);
6553 #comments-view-mode-selector::after {
6554 max-height: 1000px;
6555 transition:
6556 max-height 0.2s ease;
6558 #comments-view-mode-selector.engaged::after {
6559 max-height: 0px;
6562 #theme-selector {
6563 display: block;
6564 left: 16px;
6565 top: calc(100% - 316px);
6566 opacity: 1.0;
6567 visibility: hidden;
6568 transition:
6569 visibility 0.2s ease;
6571 #theme-selector.engaged {
6572 visibility: visible;
6574 #theme-selector::after,
6575 #theme-selector::before {
6576 top: -50px;
6577 height: calc(100% + 60px);
6578 max-height: 300px;
6579 transition:
6580 max-height 0.2s ease;
6581 z-index: 1;
6583 #theme-selector.engaged::after,
6584 #theme-selector.engaged::before {
6585 max-height: 0px;
6587 #theme-selector::before {
6588 z-index: 0;
6591 #width-selector {
6592 display: table;
6593 left: -68px;
6594 top: calc(100% - 48px);
6596 #width-selector::after {
6597 max-width: 100px;
6598 transition:
6599 max-width 0.15s ease;
6601 #width-selector.engaged::after {
6602 max-width: 0px;
6605 #text-size-adjustment-ui {
6606 left: -67px;
6607 top: calc(100% - 80px);
6609 #text-size-adjustment-ui::after {
6610 max-width: 1000px;
6611 max-height: 1000px;
6612 transition:
6613 max-width 0.2s ease,
6614 max-height 0.2s ease;
6616 #text-size-adjustment-ui.engaged::after {
6617 max-width: 0px;
6618 max-height: 0px;
6621 #theme-tweaker-toggle {
6622 left: 19px;
6623 top: calc(100% - 356px);
6624 visibility: hidden;
6625 transition:
6626 visibility 0.5s ease-out;
6628 #theme-tweaker-toggle.engaged {
6629 visibility: visible;
6631 @-moz-document url-prefix() {
6632 #theme-tweaker-toggle {
6633 left: 18px;
6636 #theme-tweaker-toggle button {
6637 font-weight: 400;
6640 #theme-tweaker-ui {
6641 visibility: visible;
6645 /*================*/
6646 /* WIDTH SELECTOR */
6647 /*================*/
6649 #width-selector button {
6650 box-shadow:
6651 0 0 0 4px #fff inset,
6652 0 0 0 5px #aaa inset;
6654 #width-selector button:hover,
6655 #width-selector button.selected {
6656 box-shadow:
6657 0 0 0 1px #fff inset,
6658 0 0 0 2px #aaa inset,
6659 0 0 0 4px #fff inset,
6660 0 0 0 5px #aaa inset;
6663 /*================*/
6664 /* THEME SELECTOR */
6665 /*================*/
6667 #theme-selector button {
6668 box-shadow:
6669 0 0 0 4px #fff inset,
6670 0 0 0 5px #999 inset;
6672 #theme-selector button:hover,
6673 #theme-selector button.selected {
6674 box-shadow:
6675 0 0 0 1px #fff inset,
6676 0 0 0 2px #999 inset,
6677 0 0 0 4px #fff inset,
6678 0 0 0 5px #999 inset;
6681 #theme-selector button::before {
6682 font-size: 0.9375em;
6683 font-weight: 300;
6684 padding: 6px;
6685 color: #aaa;
6686 background-color: #fff;
6688 #theme-selector button:hover::before,
6689 #theme-selector button.selected::before {
6690 color: #000;
6693 /*======================*/
6694 /* THEME TWEAKER TOGGLE */
6695 /*======================*/
6697 #theme-tweaker-toggle button {
6698 color: #777;
6701 /*=================*/
6702 /* QUICKNAV WIDGET */
6703 /*=================*/
6705 #quick-nav-ui a {
6706 color: #acd2af;
6707 border-radius: 4px;
6708 text-decoration: none;
6709 transition:
6710 color 0.15s ease,
6711 box-shadow 0.15s ease-out;
6713 #quick-nav-ui a[href='#bottom-bar'] {
6714 line-height: 1.8;
6716 #quick-nav-ui a:active {
6717 transform: scale(0.9);
6719 #quick-nav-ui a[href='#comments'].no-comments {
6720 opacity: 0.4;
6721 color: #ddd;
6723 @media only screen and (hover: hover) {
6724 #quick-nav-ui a:hover {
6725 color: #79a97e;
6726 box-shadow:
6727 0 0 0 1px rgba(121, 169, 126, 0.3),
6728 0 0 0 2px #fff;
6730 #quick-nav-ui a:focus:not(:hover) {
6731 transform: none;
6732 text-shadow: none;
6736 /*======================*/
6737 /* NEW COMMENT QUICKNAV */
6738 /*======================*/
6740 #new-comment-nav-ui .new-comments-count {
6741 color: #888;
6742 text-shadow: 0.5px 0.5px 0 #fff;
6743 top: 2px;
6745 #new-comment-nav-ui .new-comments-count::after {
6746 color: #777;
6748 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
6749 color: #e6e6e6;
6752 /*=================*/
6753 /* HNS DATE PICKER */
6754 /*=================*/
6756 #hns-date-picker span {
6757 color: #999;
6758 font-weight: 400;
6760 #hns-date-picker input {
6761 border: 1px solid #ddd;
6762 color: #999;
6763 padding: 3px 3px 0 3px;
6765 #hns-date-picker input:focus {
6766 color: #000;
6769 /*======================*/
6770 /* ANTI-KIBITZER TOGGLE */
6771 /*======================*/
6773 #anti-kibitzer-toggle {
6774 bottom: unset;
6775 top: 30px;
6776 visibility: visible;
6777 right: -48px;
6779 #anti-kibitzer-toggle button::before {
6780 font-weight: 300;
6782 #anti-kibitzer-toggle button::before,
6783 #anti-kibitzer-toggle button::after {
6784 opacity: 0.2;
6786 #anti-kibitzer-toggle button:hover::before,
6787 #anti-kibitzer-toggle button:hover::after {
6788 opacity: 1.0;
6791 /*======================*/
6792 /* TEXT SIZE ADJUSTMENT */
6793 /*======================*/
6795 #text-size-adjustment-ui button {
6796 font-weight: 400;
6799 /*=============================*/
6800 /* COMMENTS VIEW MODE SELECTOR */
6801 /*=============================*/
6803 #comments-view-mode-selector a {
6804 color: #acd2af;
6805 opacity: 0.5;
6808 /*===============*/
6809 /* KEYBOARD HELP */
6810 /*===============*/
6812 #keyboard-help-overlay {
6813 font-weight: 400;
6815 #keyboard-help-overlay .keyboard-help-container h1 {
6816 padding: 15px 20px 5px 20px;
6818 #nav-item-about button.open-keyboard-help {
6819 font-size: 0.875em;
6820 left: 0;
6821 top: -1px;
6824 /*==========*/
6825 /* ARCHIVES */
6826 /*==========*/
6828 .archive-nav {
6829 border: 1px solid transparent;
6830 margin: 1.25em 0 0 0;
6831 padding: 0;
6833 .archive-nav *[class^='archive-nav-item'] {
6834 color: #92c396;
6835 border-style: solid;
6836 border-color: #c4dbc4;
6837 border-width: 1px 0 1px 1px;
6839 .archive-nav div[class^='archive-nav-']:nth-of-type(2) *[class^='archive-nav-item'] {
6840 border-top-width: 0;
6841 border-bottom-width: 0;
6843 .archive-nav div[class^='archive-nav-']:last-of-type *[class^='archive-nav-item'] {
6844 border-bottom-width: 1px;
6846 .archive-nav *[class^='archive-nav-item']:last-child {
6847 border-right-width: 1px;
6849 .archive-nav a:hover,
6850 .archive-nav span[class^='archive-nav-item'] {
6851 background-color: #c4dbc4;
6852 color: #fff;
6855 .archive-nav a:active {
6856 background-color: #92c396;
6859 /*==========*/
6860 /* LISTINGS */
6861 /*==========*/
6863 h1.listing,
6864 #content.search-results-page h1.listing {
6865 margin: 0.7em 20px 0.1em 0;
6866 max-width: calc(100% - 20px);
6867 font-family: 'Caecilia', 'Helvetica', sans-serif, 'Font Awesome';
6868 font-size: 1.25rem;
6869 line-height: 1.2;
6872 h1.listing .link-post-link {
6873 color: #bbb;
6874 font-weight: 400;
6875 font-size: 0.8125em;
6876 top: 3px;
6878 h1.listing .post-title-link {
6879 font-weight: 300;
6880 text-shadow: 0 0 0 #444;
6881 color: #000;
6883 @-moz-document url-prefix() {
6884 h1.listing .post-title-link {
6885 text-shadow: none;
6888 @media not all and (min-resolution:.001dpcm) { @media {
6889 h1.listing .post-title-link {
6890 color: #000;
6894 @media only screen and (hover: hover) {
6895 h1.listing a:hover,
6896 h1.listing a:focus {
6897 color: #92c396;
6898 background-color: rgba(255,255,255,0.85);
6900 h1.listing:focus-within::before {
6901 color: #79a97e;
6902 font-weight: 400;
6903 left: -0.625em;
6905 h1.listing .link-post-link:hover {
6906 color: #79a97e;
6908 h1.listing .link-post-link:focus {
6909 color: #a0d3a2;
6910 text-decoration: none;
6911 border-bottom: 2px dotted #a0d3a2;
6915 h1.listing .edit-post-link {
6916 padding: 5px 3px 24px 0.5em;
6917 top: 0;
6918 right: 0;
6920 h1.listing .edit-post-link:hover {
6921 text-decoration: none;
6923 #content.user-page h1.listing .edit-post-link {
6924 background-color: #fff;
6927 /*======*/
6928 /* SPAM */
6929 /*======*/
6931 h1.listing.spam {
6932 opacity: 0.15;
6934 h1.listing.spam + .post-meta {
6935 opacity: 0.35;
6937 h1.listing.spam:hover,
6938 h1.listing.spam + .post-meta:hover,
6939 h1.listing.spam:hover + .post-meta {
6940 opacity: 1.0;
6943 /*===================*/
6944 /* LISTING POST-META */
6945 /*===================*/
6947 h1.listing + .post-meta {
6948 font-size: 0.875rem;
6949 margin: 0 20px 0 1px;
6952 h1.listing + .post-meta > * {
6953 color: #bbb;
6954 margin: 0 1.25em 0 0;
6956 h1.listing + .post-meta a {
6957 color: #92c396;
6959 h1.listing + .post-meta a:hover {
6960 color: #79a97e;
6962 h1.listing + .post-meta .karma-value {
6963 cursor: default;
6965 h1.listing + .post-meta .lw2-link {
6966 display: none;
6968 h1.listing + .post-meta .post-section {
6969 overflow: visible;
6970 order: 1;
6972 h1.listing + .post-meta .post-section::before {
6973 position: relative;
6974 left: unset;
6975 top: -1px;
6978 /*============*/
6979 /* USER PAGES */
6980 /*============*/
6982 #content.user-page h1.page-main-heading,
6983 #content.user-page .user-stats {
6984 grid-row: 1;
6986 #content.user-page #comments-list-mode-selector,
6987 #content.user-page .sublevel-nav.sort {
6988 grid-row: 2 / span 2;
6990 #content.user-page .sublevel-nav {
6991 grid-row: 2;
6992 margin-bottom: 1em;
6994 #content.user-page #top-nav-bar {
6995 grid-row: 3;
6998 #content.user-page h1.page-main-heading,
6999 #content.conversation-page h1.page-main-heading {
7000 font-family: 'Caecilia', 'Helvetica', sans-serif;
7001 font-weight: normal;
7002 margin: 0.5em 0 0 0;
7004 #content.user-page h1.page-main-heading {
7005 border-bottom: 1px solid #e6e6e6;
7006 line-height: 1;
7009 #content.user-page h1.listing,
7010 #content.user-page h1.listing + .post-meta {
7011 border-color: #ddd;
7012 border-style: solid;
7014 #content.user-page h1.listing {
7015 max-width: 100%;
7016 padding: 6px 8px 0 8px;
7017 border-width: 1px 1px 0 1px;
7018 margin: 1rem 0 0 0;
7020 #content.own-user-page h1.listing,
7021 h1.listing.own-post-listing {
7022 padding-right: 36px;
7024 @media only screen and (hover: hover) {
7025 #content.user-page h1.listing:focus-within::before {
7026 left: -0.625em;
7029 #content.user-page h1.listing + .post-meta {
7030 margin: 0 0 1rem 0;
7031 padding: 12px 8px 3px 8px;
7032 border-width: 0 1px 1px 1px;
7033 line-height: 1;
7036 #content.conversations-user-page h1.listing {
7037 padding: 8px 6px 28px 10px;
7038 font-size: 1.25rem;
7040 #content.conversations-user-page h1.listing + .post-meta {
7041 padding: 4px 10px 0.5em 6px;
7042 margin: 0;
7045 .user-stats .karma-total {
7046 font-weight: 500;
7049 /*===============*/
7050 /* CONVERSATIONS */
7051 /*===============*/
7053 /*============*/
7054 /* LOGIN PAGE */
7055 /*============*/
7057 .login-container form h1 {
7058 font-family: 'Caecilia', 'Helvetica', sans-serif;
7059 font-weight: 300;
7062 .login-container form label {
7063 color: #aaa;
7066 /* “Create account” form */
7068 #signup-form {
7069 border: 1px solid #e4e4e4;
7071 #signup-form input[type='submit'] {
7072 padding: 8px 12px 6px 12px;
7075 /* Log in tip */
7077 .login-container .login-tip {
7078 border: 1px solid #eee;
7081 /* Message box */
7083 .error-box {
7084 border: 1px solid red;
7085 background-color: #faa;
7087 .success-box {
7088 border: 1px solid green;
7089 background-color: #afa;
7092 /*=====================*/
7093 /* PASSWORD RESET PAGE */
7094 /*=====================*/
7096 .reset-password-container input[type='submit'] {
7097 background-color: #e4e4e4;
7098 border: 1px solid #ccc;
7099 font-weight: bold;
7102 /*===================*/
7103 /* TABLE OF CONTENTS */
7104 /*===================*/
7106 .contents {
7107 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
7108 padding-top: 0;
7109 margin-top: 1em;
7110 background-color: #fff;
7112 .post-body .contents ul {
7113 font-size: 0.8125em;
7115 .post-body .contents li::before {
7116 color: #bbb;
7119 /*==================*/
7120 /* POSTS & COMMENTS */
7121 /*==================*/
7123 .body-text {
7124 font-family: 'Source Serif Pro', 'Helvetica', sans-serif;
7125 text-shadow: none;
7126 font-weight: 400;
7129 /*=======*/
7130 /* POSTS */
7131 /*=======*/
7133 .post {
7134 overflow: visible;
7135 padding: 2em 0 0 0;
7138 .post-body {
7139 font-size: 1.25rem;
7142 h1.post-title {
7143 font-size: 2.75rem;
7144 font-family: 'Caecilia', 'Helvetica', sans-serif;
7145 font-weight: 300;
7146 line-height: 1.1;
7147 margin: 1.375em 0 0.5em 0;
7150 /*=================*/
7151 /* POST NAVIGATION */
7152 /*=================*/
7154 .post-nav-item {
7155 padding: 0 0 0 10px;
7158 @media only screen and (max-width: 900px) {
7159 .post-nav-item {
7160 padding: 0;
7162 .sequence-title {
7163 border-top: 1px solid #ddd;
7164 padding: 0.375em 0.5em 0.125em 0.5em
7166 .post-nav.prev {
7167 border-right: 1px solid #ddd;
7169 .post-nav.next {
7170 border-left: 1px solid #ddd;
7174 /*===========*/
7175 /* POST-META */
7176 /*===========*/
7178 .post-meta .post-section::before,
7179 .comment-meta .alignment-forum {
7180 color: #dfdfdf;
7181 font-weight: 400;
7182 padding: 1px;
7184 .post-meta .post-section.alignment-forum::before {
7185 color: #d6d7ff;
7187 .post .post-meta .post-section::before {
7188 position: relative;
7189 top: -3px;
7192 a.post-section::before {
7193 transition: color 0.15s ease;
7195 a.post-section:hover::before {
7196 color: #79a97e;
7198 a.post-section.alignment-forum:hover::before {
7199 color: #999bc1;
7202 .post-meta > * {
7203 color: #bbb;
7205 .post-meta a,
7206 .post-meta a:visited {
7207 color: #92c396;
7209 .post-meta a:hover {
7210 color: #79a97e;
7212 .post-meta .lw2-link:hover {
7213 opacity: 1;
7216 .post .top-post-meta {
7217 flex-flow: column;
7218 position: relative;
7220 .post .top-post-meta .karma,
7221 .post .top-post-meta .author,
7222 .post .top-post-meta .qualified-linking {
7223 margin: auto;
7225 @supports (width: -moz-fit-content) {
7226 .post .top-post-meta .karma, .post .top-post-meta .author, .post .top-post-meta .qualified-linking {
7227 width: -moz-fit-content;
7230 @supports (width: fit-content) {
7231 .post .top-post-meta .karma, .post .top-post-meta .author, .post .top-post-meta .qualified-linking {
7232 width: fit-content;
7236 .post .top-post-meta .karma {
7237 order: -1;
7238 display: flex;
7239 flex-flow: column;
7241 .post .top-post-meta .karma .karma-value {
7242 padding: 5px 0 0 0;
7243 color: #999;
7244 font-size: 1.125em;
7245 position: relative;
7246 background-color: #fff;
7247 width: 2.25em;
7249 .post .top-post-meta .karma .karma-value::before {
7250 content: "";
7251 position: absolute;
7252 display: block;
7253 background-color: #ccc;
7254 height: 1px;
7255 width: 244px;
7256 top: 50%;
7257 left: -100px;
7258 z-index: -1;
7260 .post .top-post-meta .karma .karma-value span {
7261 display: none;
7264 .post .post-meta .karma.active-controls::after {
7265 bottom: -32px;
7266 padding: 0 4px;
7268 .post .post-meta .karma.active-controls:hover::after {
7269 opacity: 0.7;
7271 .post .top-post-meta .karma.active-controls::after {
7272 bottom: 0;
7273 left: calc(100% + 16px);
7274 max-width: unset;
7275 padding: 0;
7276 white-space: nowrap;
7278 .post .post-meta .karma .karma-value::after {
7279 top: -20px;
7281 .post .post-meta .karma .karma-value:hover::after {
7282 opacity: 0.7;
7284 .post .top-post-meta .karma .karma-value::after {
7285 top: -6px;
7286 left: unset;
7287 width: unset;
7288 right: calc(100% + 8px);
7291 .post .top-post-meta .author {
7292 padding: 4px 0 0 0;
7293 margin: 0.25em auto;
7295 .post .top-post-meta .qualified-linking {
7296 z-index: 1;
7298 .post .top-post-meta .qualified-linking label {
7299 margin: 0;
7302 .post .top-post-meta .post-section,
7303 .post .top-post-meta .lw2-link {
7304 display: none;
7307 .post .top-post-meta .date,
7308 .post .top-post-meta .comment-count {
7309 position: absolute;
7310 right: 100%;
7312 .post .top-post-meta .date {
7313 top: calc(100% + 34px);
7315 .post .top-post-meta .comment-count {
7316 top: calc(100% + 60px);
7318 .post .top-post-meta .date > span,
7319 .post .top-post-meta .comment-count > span {
7320 position: fixed;
7321 transform: translateX(-100%);
7324 .post .bottom-post-meta {
7325 padding: 1.5em 0 1em 0;
7326 margin: 0.5em 0 0 0;
7327 position: relative;
7328 border-color: transparent;
7330 .post .bottom-post-meta::before,
7331 .post .bottom-post-meta::after {
7332 content: "";
7333 position: absolute;
7334 display: block;
7335 background-color: #ddd;
7336 height: 1px;
7337 width: calc(100% - 60px);
7339 .post .bottom-post-meta::before {
7340 top: 0;
7342 .post .bottom-post-meta::after {
7343 bottom: 0;
7346 @media only screen and (max-width: 520px) {
7347 .post .bottom-post-meta {
7348 padding: 0.75em 0 0.125em 0;
7352 /*============*/
7353 /* LINK POSTS */
7354 /*============*/
7356 .post.link-post a.link-post-link {
7357 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
7359 .post.link-post a.link-post-link::before {
7360 opacity: 0.6;
7362 .post.link-post a.link-post-link:hover::before {
7363 opacity: 1;
7365 .post.link-post a.link-post-link:focus {
7366 color: #79a97e;
7367 border-bottom: 2px dotted #79a97e;
7370 /*==========*/
7371 /* COMMENTS */
7372 /*==========*/
7374 .comments::before {
7375 border-top: 1px solid #ddd;
7378 .comments {
7379 padding: 0 0 0 10px;
7381 #content > .comment-thread .comment-meta a.date:focus,
7382 #content > .comment-thread .comment-meta a.permalink:focus {
7383 color: #888;
7384 outline: 1px dotted #999;
7385 position: relative;
7386 background-color: #fff;
7387 padding: 0 5px;
7388 left: -5px;
7390 #content > .comment-thread .comment-meta a.date:focus + *,
7391 #content > .comment-thread .comment-meta a.permalink:focus + *:not(.comment-post-title) {
7392 margin-left: -10px;
7394 #content > .comment-thread .comment-meta a.permalink:focus {
7395 outline: 2px dotted #999;
7397 .comment-item {
7398 border: 1px solid #ddd;
7399 background-color: var(--GW-comment-background-color);
7401 .comment-parent-link::after {
7402 box-shadow:
7403 0 28px 16px -16px var(--GW-comment-parent-background-color) inset,
7404 4px 16px 0 12px var(--GW-comment-background-color-target) inset,
7405 4px 4px 0 12px var(--GW-comment-background-color-target) inset;
7408 .comment-body {
7409 font-size: 1.1875rem;
7411 #content.user-page .comment-body,
7412 #content.index-page .comment-body {
7413 font-size: 1.125rem;
7416 /*================================*/
7417 /* DEEP COMMENT THREAD COLLAPSING */
7418 /*================================*/
7420 .comment-item input[id^="expand"] + label::after {
7421 color: #92c396;
7422 font-weight: 400;
7424 .comment-item input[id^="expand"] + label:hover::after {
7425 color: #c00;
7427 .comment-item input[id^="expand"] + label:active::after,
7428 .comment-item input[id^="expand"] + label:focus::after{
7429 color: #c00;
7431 .comment-item input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
7432 border-width: 1px 0 0 0;
7435 /*==============*/
7436 /* COMMENT-META */
7437 /*==============*/
7439 .comment-meta {
7440 padding-top: 4px;
7442 .comment-meta > * {
7443 color: #bbb;
7445 .comment-meta a,
7446 .comment-meta a:visited {
7447 color: #92c396;
7449 .comment-meta a:hover {
7450 color: #79a97e;
7452 .comment-meta .author {
7453 font-size: 1.125em;
7454 font-weight: normal;
7457 .comment-controls .voting-controls {
7458 color: #bbb;
7461 .comment-item .voting-controls.active-controls::after,
7462 .comment-item .voting-controls .karma-value::after,
7463 .author::before {
7464 background-color: #fff;
7465 color: #bbb;
7466 border-radius: 4px;
7467 box-shadow: 0 0 0 1px #eee inset;
7469 .comment-item .voting-controls.active-controls::after {
7470 padding: 6px 4px 4px 4px;
7471 bottom: -42px;
7473 .comment-item .voting-controls .karma-value::after {
7474 padding: 4px 8px 0 8px;
7475 top: -30px;
7478 /*====================*/
7479 /* ANTI-KIBITZER MODE */
7480 /*====================*/
7482 .author.redacted,
7483 .inline-author.redacted {
7484 opacity: 0.9;
7485 font-weight: 300;
7488 .karma-value.redacted {
7489 opacity: 0.7;
7492 .link-post-domain.redacted {
7493 opacity: 0.6;
7496 /*===========================*/
7497 /* COMMENT THREAD NAVIGATION */
7498 /*===========================*/
7500 div.comment-parent-link {
7501 font-weight: 400;
7503 a.comment-parent-link {
7504 font-weight: 300;
7506 a.comment-parent-link::before {
7507 color: #bbb;
7508 font-weight: 400;
7510 a.comment-parent-link:hover::before {
7511 background-color: #ffd;
7512 color: #999;
7515 div.comment-child-links {
7516 font-weight: 400;
7518 div.comment-child-links a {
7519 font-weight: 300;
7521 .comment-child-link::before {
7522 color: #ccc;
7525 .comment-item-highlight {
7526 box-shadow:
7527 0 0 2px #e7b200,
7528 0 0 3px #e7b200,
7529 0 0 5px #e7b200,
7530 0 0 7px #e7b200,
7531 0 0 10px #e7b200;
7532 border: 1px solid #e7b200;
7534 .comment-item-highlight-faint {
7535 box-shadow:
7536 0 0 2px #f8e7b5,
7537 0 0 3px #f8e7b5,
7538 0 0 5px #f8e7b5,
7539 0 0 7px #f8e7b5,
7540 0 0 10px #f8e7b5;
7541 border: 1px solid #f8e7b5;
7544 .comment-popup {
7545 background-color: #fff;
7548 /*====================*/
7549 /* COMMENT PERMALINKS */
7550 /*====================*/
7552 .comment-meta .permalink::before {
7553 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');
7555 .comment-meta .lw2-link::before {
7556 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==');
7558 .individual-thread-page a.comment-parent-link:empty::before {
7559 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=');
7561 .comment-meta .permalink:hover::before {
7562 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');
7564 .comment-meta .lw2-link:hover::before {
7565 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==');
7567 .individual-thread-page a.comment-parent-link:hover:empty::before {
7568 left: unset;
7569 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==');
7572 .comment-meta .permalink,
7573 .comment-meta .lw2-link,
7574 .individual-thread-page .comment-parent-link:empty {
7575 filter: hue-rotate(270deg);
7576 opacity: 0.4;
7578 .comment-meta .permalink:hover,
7579 .comment-meta .lw2-link:hover,
7580 .individual-thread-page .comment-parent-link:empty:hover {
7581 opacity: 1.0;
7584 /*=======================*/
7585 /* COMMENTS COMPACT VIEW */
7586 /*=======================*/
7588 #comments-list-mode-selector {
7589 opacity: 0.4;
7590 transition: opacity 0.15s ease;
7592 #content.index-page #comments-list-mode-selector {
7593 grid-column: 3;
7594 justify-self: end;
7596 #comments-list-mode-selector:hover {
7597 opacity: 1.0;
7600 #comments-list-mode-selector button {
7601 border: none;
7602 background-color: transparent;
7603 box-shadow:
7604 0 0 0 4px #fff inset,
7605 0 0 0 5px #aaa inset;
7607 #comments-list-mode-selector button:hover,
7608 #comments-list-mode-selector button.selected {
7609 box-shadow:
7610 0 0 0 1px #fff inset,
7611 0 0 0 2px #aaa inset,
7612 0 0 0 4px #fff inset,
7613 0 0 0 5px #aaa inset;
7616 #content.compact > .comment-thread .comment-item {
7617 max-height: 53px;
7619 #content.compact > .comment-thread .comment-item::after {
7620 color: #92c396;
7621 background: linear-gradient(to right, transparent 0%, #fff 50%, #fff 100%);
7624 @media only screen and (hover: hover) {
7625 #content.compact > .comment-thread .comment-item:hover .comment,
7626 #content.compact > .comment-thread .comment-item.expanded .comment {
7627 background-color: #fff;
7628 outline: 1px solid #92c396;
7630 #content.compact > .comment-thread .comment-item:hover .comment::before,
7631 #content.compact > .comment-thread .comment-item.expanded .comment::before {
7632 background-color: #fff;
7633 box-shadow:
7634 0 0 3px #fff,
7635 0 0 5px #fff,
7636 0 0 7px #fff,
7637 0 0 10px #fff,
7638 0 0 20px #fff,
7639 0 0 30px #fff,
7640 0 0 40px #fff;
7643 @media only screen and (hover: none) {
7644 #content.compact > .comment-thread.expanded .comment-item .comment {
7645 background-color: #fff;
7646 outline: 1px solid #92c396;
7648 #content.compact > .comment-thread.expanded .comment-item .comment::before {
7649 background-color: #fff;
7650 box-shadow:
7651 0 0 3px #fff,
7652 0 0 5px #fff,
7653 0 0 7px #fff,
7654 0 0 10px #fff,
7655 0 0 20px #fff,
7656 0 0 30px #fff,
7657 0 0 40px #fff;
7660 #content.compact > .comment-thread .comment-item:hover .comment {
7661 background-color: #fff;
7662 outline: 1px solid #92c396;
7664 #content.compact > .comment-thread .comment-item:hover .comment::before {
7665 background-color: #fff;
7666 box-shadow:
7667 0 0 3px #fff,
7668 0 0 5px #fff,
7669 0 0 7px #fff,
7670 0 0 10px #fff,
7671 0 0 20px #fff,
7672 0 0 30px #fff,
7673 0 0 40px #fff;
7676 #content.user-page.compact > h1.listing {
7677 margin-top: 0.5rem;
7679 #content.user-page.compact > h1.listing + .post-meta {
7680 margin-bottom: 1rem;
7683 /*===========================*/
7684 /* HIGHLIGHTING NEW COMMENTS */
7685 /*===========================*/
7687 .new-comment::before {
7688 outline: 1px solid #5a5;
7689 box-shadow:
7690 0 0 6px -2px #5a5 inset,
7691 0 0 4px #5a5;
7694 /*=================================*/
7695 /* COMMENT THREAD MINIMIZE BUTTONS */
7696 /*=================================*/
7698 .comment-minimize-button {
7699 color: #ddd;
7700 font-weight: 300;
7701 box-shadow: 0 0 0 1px transparent;
7703 .comment-minimize-button:hover {
7704 color: #bbb;
7705 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7707 .comment-minimize-button::after {
7708 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
7709 color: #999;
7711 .comment-minimize-button.maximized::after {
7712 color: #ccc;
7715 /*=================================*/
7716 /* INDIVIDUAL COMMENT THREAD PAGES */
7717 /*=================================*/
7719 .individual-thread-page > h1 {
7720 margin: 2em 0 0 30px;
7721 font-weight: 300;
7722 font-family: 'Caecilia', 'Helvetica', sans-serif;
7724 .individual-thread-page > .comments {
7725 padding: 0 0 0 30px;
7727 .individual-thread-page > #bottom-bar.decorative::before {
7728 margin: 0 30px 0 60px;
7731 /*==============*/
7732 /* VOTE BUTTONS */
7733 /*==============*/
7735 .vote {
7736 position: relative;
7738 .vote::before {
7739 position: relative;
7740 z-index: 1;
7742 .vote::after {
7743 position: absolute;
7746 .karma .upvote::before {
7747 content: "\F077";
7748 top: 1px;
7750 .karma .downvote::before {
7751 content: "\F078";
7752 left: -2px;
7754 .karma .upvote::after {
7755 content: "\F325";
7756 left: 6px;
7757 bottom: 4px;
7759 .karma .downvote::after {
7760 content: "\F322";
7761 left: 4px;
7762 top: 4px;
7764 @-moz-document url-prefix() {
7765 .karma .upvote::after {
7766 left: 4px;
7767 bottom: 4px;
7769 .karma .downvote::after {
7770 left: 2px;
7771 top: 5px;
7775 .agreement .upvote::before {
7776 content: "\F00C";
7777 top: 1px;
7779 .agreement .downvote::before {
7780 content: "\F00D";
7781 left: -2px;
7783 .agreement .upvote::after {
7784 content: "\F560";
7785 left: 6px;
7786 bottom: 2px;
7788 .agreement .downvote::after {
7789 content: "\E59B";
7790 left: 2px;
7791 top: 1px;
7793 @-moz-document url-prefix() {
7794 .agreement .upvote::after {
7795 left: 4px;
7796 bottom: 2px;
7798 .agreement .downvote::after {
7799 left: 0;
7800 top: 1px;
7804 /**********/
7805 /* States.
7808 /* _ 1
7810 .vote {
7811 color: #ddd;
7812 font-weight: 400;
7815 /* _ 2
7817 .upvote:hover,
7818 .upvote:not(.none) {
7819 color: var(--GW-upvote-button-color);
7820 text-shadow:
7821 0 0 0.5px #fff,
7822 0 0 8px #0f0;
7824 .downvote:hover,
7825 .downvote:not(.none) {
7826 color: var(--GW-downvote-button-color);
7827 text-shadow:
7828 0 0 0.5px #fff,
7829 0 0 8px #f00;
7832 /* 0 _
7834 .vote::after {
7835 visibility: hidden;
7838 /* 1,2 _
7840 .vote.two-temp::after,
7841 .vote.two::after {
7842 visibility: visible;
7845 /* 1 _
7847 .vote.two-temp::after {
7848 color: #ddd;
7849 text-shadow: none;
7852 /* Disabled.
7854 .vote:disabled {
7855 visibility: unset;
7856 color: #e6e6e6;
7858 .post .vote:disabled {
7859 color: #f4f4f4;
7861 .vote:disabled:hover {
7862 text-shadow: none;
7865 .post .top-post-meta .downvote::before {
7866 left: 0;
7868 .post .top-post-meta .upvote::after,
7869 .post .top-post-meta .downvote::after {
7870 left: 14px;
7872 .post .top-post-meta .downvote::after {
7873 top: 5px;
7876 /*===========================*/
7877 /* COMMENTING AND POSTING UI */
7878 /*===========================*/
7880 .posting-controls input[type='submit'] {
7881 padding: 6px 12px 3px 12px;
7884 .comment-controls {
7885 margin: 0 4px 4px 16px;
7887 .comment + .comment-controls .action-button {
7888 font-weight: 300;
7891 .new-comment-button {
7892 margin: 0;
7893 padding: 0.125em;
7896 .comment-controls .cancel-comment-button {
7897 color: #c00;
7898 text-shadow:
7899 0 0 1px #fff,
7900 0 0 2px #fff;
7901 padding: 6px 8px 1px 4px;
7903 .comment-controls .cancel-comment-button:hover {
7904 color: #f00;
7907 .comment-controls .delete-button,
7908 .comment-controls .retract-button {
7909 color: #fd7354;
7911 .comment-controls .delete-button::before,
7912 .comment-controls .unretract-button::before {
7913 font-weight: 300;
7915 .comment-controls .retract-button::before {
7916 font-weight: 400;
7918 .comment-controls .edit-button,
7919 .comment-controls .unretract-button {
7920 color: #0b0;
7922 .comment-controls .edit-button::before {
7923 font-weight: 300;
7925 .comment-controls .action-button:hover {
7926 color: #f00;
7927 text-shadow: 0 0 0.5px #faa;
7930 .post-controls {
7931 margin: 3em 2.5em 0 0;
7932 grid-row: 2;
7934 .post {
7935 grid-row: 2;
7937 .edit-post-link,
7938 .edit-post-link:visited {
7939 color: #090;
7942 .posting-controls textarea {
7943 font-family: 'Source Serif Pro', 'Helvetica', sans-serif;
7944 font-weight: 300;
7945 color: #000;
7946 text-shadow: 0 0 0 #000;
7947 border-color: #eee;
7948 transition: border-color 0.15s ease;
7950 .posting-controls textarea:focus {
7951 border-width: 29px 1px 1px 1px;
7952 border-color: #92c396;
7954 .posting-controls.edit-existing-post textarea:focus,
7955 .posting-controls form.edit-existing-comment textarea:focus {
7956 border-color: #090;
7959 /*= Scroll bars =*/
7961 .posting-controls textarea::-webkit-scrollbar {
7962 width: 16px;
7963 background-color: transparent;
7965 .posting-controls textarea::-webkit-scrollbar-track {
7966 background-color: #fff;
7968 .posting-controls textarea::-webkit-scrollbar-thumb {
7969 background-color: #eee;
7970 box-shadow: 0 0 0 1px #fff inset;
7972 .posting-controls textarea:focus::-webkit-scrollbar-thumb {
7973 background-color: #c4dbc4;
7974 box-shadow: 0 0 0 1px #fff inset;
7977 /* GUIEdit buttons */
7979 .guiedit-buttons-container {
7980 background-color: #fff;
7981 border-bottom: 1px solid #eee;
7984 .posting-controls.edit-existing-post .guiedit-buttons-container button,
7985 .posting-controls form.edit-existing-comment .guiedit-buttons-container button {
7986 color: #050;
7988 .guiedit-buttons-container button {
7989 font-family: Font Awesome, 'Source Serif Pro', 'Helvetica', sans-serif;
7990 border: 1px solid transparent;
7993 .guiedit::after {
7994 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
7995 color: #999;
7996 font-weight: 300;
7997 text-shadow: 0 0 0 #999;
7998 top: 3px;
8001 .posting-controls .markdown-reference-link a {
8002 background-position: right 70%;
8004 .markdown-reference-link {
8005 color: #999;
8008 /* Markdown hints */
8010 #markdown-hints-checkbox + label {
8011 color: #92c396;
8013 #markdown-hints-checkbox + label:hover {
8014 color: #79a97e;
8016 #markdown-hints {
8017 border: 1px solid #faa;
8018 background-color: #fff;
8020 #markdown-hints .markdown-hints-row span,
8021 #markdown-hints .markdown-hints-row code {
8022 padding: 2px 12px 2px 2px;
8025 /*================*/
8026 /* EDIT POST FORM */
8027 /*================*/
8029 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
8030 top: 2px;
8031 color: #acd2af;
8032 transition: color 0.15s ease;
8034 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover {
8035 color: #79a97e;
8037 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
8038 top: 2px;
8039 border: 1px solid #eee;
8040 color: #bbb;
8041 transition:
8042 box-shadow 0.3s ease,
8043 border-color 0.15s ease;
8045 @media only screen and (hover:hover) {
8046 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover::before {
8047 border-color: #c4dbc4;
8050 #edit-post-form .post-meta-fields input[type='checkbox']:checked + label::before {
8051 border-color: #c4dbc4;
8052 box-shadow:
8053 0 0 0 4px #fff inset,
8054 0 0 0 1em #c4dbc4 inset;
8057 #edit-post-form label[for='url'],
8058 #edit-post-form input[name='url'] {
8059 display: block;
8060 transition:
8061 max-height 0.15s ease,
8062 overflow 0.15s ease,
8063 margin-top 0.15s ease,
8064 margin-bottom 0.15s ease,
8065 padding 0.15s ease,
8066 border-color 0.15s ease;
8069 #edit-post-form .link-post-checkbox:not(:checked) ~ label[for='url'],
8070 #edit-post-form .link-post-checkbox:not(:checked) ~ input[name='url'] {
8071 max-height: 0;
8072 overflow: hidden;
8073 margin-top: 0;
8074 margin-bottom: 0;
8075 padding: 0;
8076 border-color: transparent;
8079 #edit-post-form label[for='title'],
8080 #edit-post-form label[for='url'],
8081 #edit-post-form label[for='section'] {
8082 color: #aaa;
8083 text-shadow: 0 0 0 #aaa;
8086 #edit-post-form input[type='radio'] + label {
8087 color: #92c396;
8088 border-color: #c4dbc4;
8089 padding: 6px 12px 3px 12px;
8090 position: relative;
8091 top: -2px;
8092 transition:
8093 background-color 0.15s ease,
8094 color 0.15s ease,
8095 border-color 0.15s ease;
8097 #edit-post-form input[type='radio'][value='all'] + label {
8098 border-radius: 8px 0 0 8px;
8099 border-width: 1px;
8101 #edit-post-form input[type='radio'][value='drafts'] + label {
8102 border-radius: 0 8px 8px 0;
8103 padding-right: 13px;
8105 #edit-post-form input[type='radio'] + label:hover,
8106 #edit-post-form input[type='radio']:focus + label,
8107 #edit-post-form input[type='radio']:checked + label {
8108 background-color: #c4dbc4;
8109 color: #fff;
8111 #edit-post-form input[type='radio']:active + label {
8112 border-color: #92c396;
8113 background-color: #92c396;
8116 #edit-post-form input[type='submit'] {
8117 padding: 7px 14px 4px 14px;
8120 /*=======*/
8121 /* LINKS */
8122 /*=======*/
8125 text-decoration: none;
8126 color: #92c396;
8127 transition: color 0.15s ease;
8129 a:visited {
8130 color: #bebb84;
8132 a:hover {
8133 color: #bbb;
8136 /*=========*/
8137 /* BUTTONS */
8138 /*=========*/
8140 button,
8141 input[type='submit'] {
8142 color: #92c396;
8144 input[type='submit'] {
8145 color: #92c396;
8146 background-color: #fff;
8147 border: 1px solid #c4dbc4;
8148 transition:
8149 color 0.15s ease,
8150 background-color 0.15s ease,
8151 border-color 0.15s ease;
8154 input[type='submit']:hover,
8155 input[type='submit']:focus {
8156 background-color: #c4dbc4;
8157 color: #fff;
8159 input[type='submit']:active {
8160 background-color: #92c396;
8161 border-color: #92c396;
8163 .button:visited {
8164 color: #92c396;
8166 button:hover,
8167 .button:hover {
8168 color: #79a97e;
8169 text-decoration: none;
8171 button:active,
8172 .button:active {
8173 transform: scale(0.9);
8175 button:focus:not(:hover),
8176 .button:focus:not(:hover) {
8177 transform: none;
8179 @-moz-document url-prefix() {
8180 .button:active {
8181 transform: none;
8185 /*==========*/
8186 /* HEADINGS */
8187 /*==========*/
8189 .body-text h1,
8190 .body-text h2,
8191 .body-text h3,
8192 .body-text h4,
8193 .body-text h5,
8194 .body-text h6 {
8195 font-family: 'Caecilia', 'Helvetica', sans-serif;
8196 font-weight: 300;
8198 .body-text h1 {
8199 margin-top: 1.25em;
8200 box-shadow:
8201 0 -7px 0 0 #fff inset,
8202 0 -8px 0 0 #eee inset;
8204 .body-text h6 {
8205 color: #555;
8208 /*========*/
8209 /* QUOTES */
8210 /*========*/
8212 blockquote {
8213 border-left: 5px solid #e6e6e6;
8216 /*========*/
8217 /* IMAGES */
8218 /*========*/
8220 #content img,
8221 #content figure.image img {
8222 border: 1px solid #ccc;
8224 #content figure img {
8225 border: 1px solid #000;
8227 #content img[src$='.svg'],
8228 #content figure img[src$='.svg'] {
8229 border: none;
8231 #content img[style^='float'] {
8232 border: 1px solid transparent;
8235 #images-overlay div::after {
8236 font-weight: 400;
8237 padding: 10px 12px 6px 12px;
8240 /*=============*/
8241 /* IMAGE FOCUS */
8242 /*=============*/
8244 #image-focus-overlay {
8245 visibility: visible;
8248 #image-focus-overlay .caption p {
8249 margin: 1em 1.25em 0.875em 1.25em;
8250 font-weight: 400;
8253 /*======*/
8254 /* MISC */
8255 /*======*/
8257 hr {
8258 margin: 1em 0;
8260 hr::before {
8261 content: "• • •";
8262 letter-spacing: 7px;
8263 color: #aaa;
8264 text-align: center;
8265 display: block;
8266 font-size: 0.875em;
8269 code,
8270 pre {
8271 font-family: 'Source Code Pro', Inconsolata, monospace;
8272 font-size: 0.9375em;
8273 font-feature-settings: 'ss04';
8275 code {
8276 background-color: #eee;
8277 padding: 0 5px 1px 5px;
8278 box-shadow: 0 0 0 1px #fff inset;
8281 input[type='text'],
8282 input[type='search'],
8283 input[type='password'] {
8284 border: 1px solid #999;
8285 color: #000;
8286 background-color: transparent;
8287 border-color: transparent;
8288 border-bottom-color: #eee;
8289 transition: border-color 0.15s ease;
8291 input[type='text']:focus,
8292 input[type='search']:focus,
8293 input[type='password']:focus {
8294 border-bottom-color: #c4dbc4;
8297 select {
8298 color: #000;
8301 strong, b {
8302 font-weight: 600;
8305 /*============*/
8306 /* ABOUT PAGE */
8307 /*============*/
8309 .about-page mark {
8310 background-color: #e6e6e6;
8311 text-decoration: none;
8312 box-shadow:
8313 0 -1px 0 0 #000 inset,
8314 0 -3px 1px -2px #000 inset;
8315 padding: 0 1px;
8318 #content.about-page .accesskey-table {
8319 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
8320 border-color: #ddd;
8323 #content.about-page img {
8324 border: 1px solid #000;
8327 /*========================*/
8328 /* QUALIFIED HYPERLINKING */
8329 /*========================*/
8331 #content.no-nav-bars ~ #ui-elements-container #site-nav-ui-toggle {
8332 display: none;
8334 #content.no-comments ~ #ui-elements-container #post-nav-ui-toggle {
8335 display: none;
8338 #aux-about-link a {
8339 color: #777;
8341 #aux-about-link a:hover {
8342 opacity: 1.0;
8343 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
8346 .qualified-linking label {
8347 color: #ccc;
8348 font-weight: 400;
8350 .qualified-linking label:hover {
8351 color: #92c396;
8354 .qualified-linking-toolbar {
8355 border: 1px solid #ccc;
8356 background-color: #fff;
8358 .qualified-linking-toolbar a {
8359 padding: 3px 6px 0 6px;
8361 .qualified-linking-toolbar a,
8362 .qualified-linking-toolbar a:visited {
8363 color: #acd2af;
8365 .qualified-linking-toolbar a:hover {
8366 color: #92c396;
8367 text-decoration: none;
8368 background-color: #e4f1e5;
8370 .qualified-linking label::after {
8371 background-color: #fff;
8372 opacity: 0.8;
8375 /*======*/
8376 /* MATH */
8377 /*======*/
8379 .mathjax-block-container::-webkit-scrollbar {
8380 height: 12px;
8381 background-color: #f6f6ff;
8382 border-radius: 6px;
8383 border: 1px solid #ddf;
8385 .mathjax-block-container::-webkit-scrollbar-thumb {
8386 background-color: #dde;
8387 border-radius: 6px;
8388 border: 1px solid #cce;
8390 .mathjax-inline-container::-webkit-scrollbar {
8391 height: 8px;
8392 background-color: #f6f6ff;
8393 border-radius: 4px;
8394 border: 1px solid #ddf;
8396 .mathjax-inline-container::-webkit-scrollbar-thumb {
8397 background-color: #dde;
8398 border-radius: 4px;
8399 border: 1px solid #cce;
8402 /*=================*/
8403 /* ALIGNMENT FORUM */
8404 /*=================*/
8406 #content.alignment-forum-index-page::after {
8407 margin: -0.25em 0 0.25em 0;
8408 text-align: center;
8409 grid-column: 2;
8410 font-family: "Concourse SmallCaps";
8411 font-weight: 600;
8412 background-color: #7f85b2;
8413 color: transparent;
8414 -webkit-background-clip: text;
8415 text-shadow:
8416 rgba(255,255,255,0.5) 0px 3px 3px;
8419 /*====================*/
8420 /* FOR NARROW SCREENS */
8421 /*====================*/
8423 @media not screen and (hover: none) {
8424 @media only screen and (max-width: 1080px) {
8425 #site-nav-ui-toggle button.engaged {
8426 left: -72px;
8428 #text-size-adjustment-ui {
8429 left: -22px;
8430 top: calc(100% - 240px);
8432 #width-selector {
8433 left: -23px;
8434 top: calc(100% - 140px);
8436 #theme-tweaker-toggle button {
8437 width: unset;
8438 height: unset;
8441 @media only screen and (max-width: 1020px) {
8443 @media only screen and (max-width: 1000px) {
8444 #site-nav-ui-toggle button.engaged {
8445 left: -56px;
8447 #theme-selector {
8448 padding: 0;
8450 #theme-selector button {
8451 margin: 1px 7px 0 7px;
8456 /*========*/
8457 /* MOBILE */
8458 /*========*/
8460 /*******************************************************/
8461 @media not screen and (hover:hover) and (pointer:fine) {
8462 /*******************************************************/
8463 #site-nav-ui-toggle {
8464 top: 10px;
8465 left: 10px;
8467 #site-nav-ui-toggle button.engaged {
8468 width: 1.125em;
8469 overflow: hidden;
8470 position: relative;
8471 left: 5px;
8472 top: -3px;
8474 #site-nav-ui-toggle button.engaged::before {
8475 content: "\F00D";
8476 font-size: 34px;
8477 padding: 0 0.25em 0 0;
8479 #ui-elements-container > #site-nav-ui-toggle button.engaged {
8480 transform: rotate(90deg);
8483 #ui-elements-container > div[id$='-ui-toggle'] button,
8484 #theme-selector .theme-selector-close-button {
8485 color: #bbb;
8486 text-shadow:
8487 0 0 1px #fff,
8488 0 0 3px #fff,
8489 0 0 5px #fff,
8490 0 0 10px #fff,
8491 0 0 20px #fff,
8492 0 0 30px #fff;
8494 #ui-elements-container > div[id$='-ui-toggle'] button {
8495 font-weight: 400;
8497 #theme-selector .theme-selector-close-button {
8498 font-weight: 300;
8501 #theme-selector {
8502 background-color: #fff;
8503 box-shadow:
8504 0 0 0 1px #999,
8505 0 0 1px 3px #fff,
8506 0 0 3px 3px #fff,
8507 0 0 5px 3px #fff,
8508 0 0 10px 3px #fff,
8509 0 0 20px 3px #fff;
8510 border-radius: 12px;
8512 #theme-selector::before {
8513 color: #999;
8514 font-weight: 300;
8515 position: relative;
8516 top: 6px;
8518 #theme-selector button,
8519 #theme-selector button.selected {
8520 background-color: #fff;
8521 border-radius: 10px;
8522 box-shadow:
8523 0 0 0 4px #fff inset,
8524 0 0 0 5px #999 inset;
8526 #theme-selector button.selected {
8527 background-color: #c4dbc4;
8529 #theme-selector button::after {
8530 color: #819681;
8531 font-weight: 300;
8532 max-width: calc(100% - 3.5em);
8533 overflow: hidden;
8534 text-overflow: ellipsis;
8535 padding: 1px 0 0 0;
8537 #theme-selector button.selected::after {
8538 color: #fff;
8541 #theme-tweaker-toggle button {
8542 color: #999;
8543 font-weight: 400;
8546 #quick-nav-ui {
8547 background-color: #fff;
8549 #quick-nav-ui,
8550 #new-comment-nav-ui,
8551 #hns-date-picker {
8552 box-shadow:
8553 0 0 1px 3px #fff,
8554 0 0 3px 3px #fff,
8555 0 0 5px 3px #fff,
8556 0 0 10px 3px #fff,
8557 0 0 20px 3px #fff;
8559 #quick-nav-ui a::after,
8560 #new-comment-nav-ui::before {
8561 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
8562 font-weight: bold;
8563 box-shadow:
8564 0 0 1px 0 #fff,
8565 0 0 3px 0 #fff,
8566 0 0 5px 0 #fff;
8567 background-color: #fff;
8568 border-radius: 4px;
8570 #quick-nav-ui,
8571 #new-comment-nav-ui {
8572 border-radius: 8px;
8574 #new-comment-nav-ui {
8575 background-color: #fff;
8576 border: 1px solid #fff;
8578 #new-comment-nav-ui::before {
8579 color: #aaa;
8580 font-weight: 500;
8582 #new-comment-nav-ui .new-comment-sequential-nav-button {
8583 color: #79a97e;
8585 #new-comment-nav-ui .new-comments-count {
8586 background-color: inherit;
8587 top: 0;
8589 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
8590 color: #e6e6e6;
8592 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
8593 border-radius: 7px 0 0 7px;
8595 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-next {
8596 border-radius: 0 7px 7px 0;
8598 #new-comment-nav-ui button::after {
8599 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
8601 #hns-date-picker {
8602 background-color: #fff;
8603 border: 1px solid #fff;
8606 #top-nav-bar {
8607 padding: 1.25em 0 0.25em 0;
8608 font-size: 1.625rem;
8609 margin: 0;
8610 grid-row: 2;
8611 grid-column: 2;
8613 #top-nav-bar .page-number {
8614 line-height: 1.7;
8616 #top-nav-bar .page-number span {
8617 display: block;
8619 #top-nav-bar a.disabled {
8620 opacity: 0.2;
8623 /*****************************************/
8624 @media only screen and (max-width: 900px) {
8625 /*****************************************/
8626 #theme-less-mobile-first-row-placeholder {
8627 grid-row: 1;
8628 grid-column: 2 / span 2;
8629 height: 50px;
8632 #primary-bar,
8633 #secondary-bar {
8634 position: static;
8635 width: 0;
8636 height: 0;
8639 #primary-bar {
8640 position: fixed;
8641 left: 0;
8642 margin: 0;
8643 padding: 5px 0 5px 0;
8644 height: unset;
8645 background-color: #fff;
8646 border-bottom: 1px solid #ddd;
8647 box-shadow: 0 0 0 1px #fff;
8648 z-index: 2;
8649 visibility: hidden;
8650 transition:
8651 visibility 0.2s ease,
8652 width 0.2s ease,
8653 opacity 0.2s ease,
8654 filter 0.2s ease;
8656 #primary-bar.engaged {
8657 width: 100%;
8658 visibility: visible;
8659 padding: 5px 4px 75px 60px;
8661 #secondary-bar #nav-item-archive,
8662 #secondary-bar #nav-item-sequences,
8663 #secondary-bar #nav-item-about {
8664 opacity: 0.0;
8665 transition:
8666 opacity 0.3s ease,
8667 filter 0.2s ease;
8669 #secondary-bar.engaged #nav-item-archive,
8670 #secondary-bar.engaged #nav-item-sequences,
8671 #secondary-bar.engaged #nav-item-about {
8672 opacity: 1.0;
8673 position: fixed;
8674 top: 80px;
8675 z-index: 3;
8676 width: 64px;
8678 #secondary-bar.engaged #nav-item-archive {
8679 left: 8px;
8681 #secondary-bar.engaged #nav-item-sequences {
8682 left: 72px;
8684 #secondary-bar.engaged #nav-item-about {
8685 left: 136px;
8688 #primary-bar.engaged.translucent-on-scroll,
8689 #secondary-bar.engaged.translucent-on-scroll #nav-item-archive,
8690 #secondary-bar.engaged.translucent-on-scroll #nav-item-sequences,
8691 #secondary-bar.engaged.translucent-on-scroll #nav-item-about,
8692 .page-toolbar.engaged.translucent-on-scroll {
8693 opacity: 0.6;
8694 filter: blur(2px);
8695 pointer-events: none;
8698 .page-toolbar {
8699 position: fixed;
8700 height: unset;
8701 width: unset;
8702 z-index: 4;
8703 right: 100%;
8704 top: 80px;
8705 transition:
8706 right 0.2s ease,
8707 opacity 0.2s ease,
8708 filter 0.2s ease;
8710 .page-toolbar.engaged {
8711 right: 0;
8713 .page-toolbar,
8714 #content:not(.user-page) .page-toolbar {
8715 display: flex;
8716 flex-flow: row;
8717 justify-content: flex-end;
8718 padding: 0 8px 0 0;
8720 .page-toolbar > * {
8721 right: unset;
8722 line-height: 1.15;
8723 padding: 6px 0;
8724 margin: 0;
8726 .page-toolbar > form,
8727 .page-toolbar > .button {
8728 text-align: center;
8729 flex-basis: 25%;
8730 margin-left: 1.5em;
8732 .page-toolbar .button {
8733 text-transform: uppercase;
8734 font-size: 0.625rem;
8736 .page-toolbar .button::before,
8737 #content.user-page .page-toolbar .button::before,
8738 .page-toolbar form::before,
8739 #content.user-page .page-toolbar form::before {
8740 font-size: 1.375rem;
8741 display: block;
8742 padding: 2px;
8743 font-size: 1.375rem;
8744 display: block;
8746 .page-toolbar .rss {
8747 white-space: nowrap;
8748 position: fixed;
8749 top: 143px;
8750 left: -60px;
8751 padding: 6px 10px 5px 10px;
8752 visibility: hidden;
8753 background-color: #fff;
8754 border-style: solid;
8755 border-color: #ddd;
8756 border-width: 0 1px 1px 0;
8757 box-shadow:
8758 0 1px 0 0 #fff,
8759 1px 1px 0 0 #fff;
8760 transition: left 0.2s ease;
8762 .page-toolbar .rss,
8763 #content.user-page .page-toolbar .rss {
8764 margin: 0;
8766 .page-toolbar.engaged .rss {
8767 visibility: visible;
8768 left: 0;
8771 #primary-bar .nav-inner {
8772 font-size: 1.375em;
8774 #secondary-bar .nav-inner {
8775 font-size: 1.125em;
8777 #secondary-bar .nav-item:not(#nav-item-search) .nav-inner {
8778 padding: 6px 10px;
8781 #nav-item-search {
8782 max-width: calc(100% - 180px);
8783 top: 4px;
8784 left: 68px;
8786 #nav-item-search input {
8787 width: calc(100% - 32px);
8789 #nav-item-search button {
8790 position: relative;
8791 bottom: 5px;
8792 visibility: visible;
8793 height: 32px;
8794 width: 40px;
8795 padding: 9px 15px 3px 5px;
8797 #nav-item-search form:not(:focus-within) button:not(:hover) {
8798 color: transparent;
8800 #nav-item-search button::before {
8801 color: #ddd;
8804 #nav-item-login {
8805 top: 16px;
8806 right: 8px;
8808 #nav-item-login .nav-inner {
8809 text-transform: none;
8810 font-size: 1.75em;
8812 #nav-item-login .nav-inner::before {
8813 display: none;
8815 #inbox-indicator::before {
8816 font-size: 1.75em;
8817 left: 2px;
8820 #bottom-bar .nav-inner {
8821 padding: 1rem 0 1.25rem 0;
8823 #bottom-bar .nav-inner::after {
8824 position: absolute;
8827 #content.search-results-page #comments-list-mode-selector {
8828 grid-column: 3;
8829 grid-row: 2;
8830 justify-self: end;
8833 #content,
8834 #content.comment-thread-page {
8835 padding: 0 4px;
8838 h1.listing + .post-meta > * {
8839 line-height: 1.5;
8841 h1.listing + .post-meta .post-section {
8842 overflow: visible;
8843 order: 1;
8844 width: unset;
8846 h1.listing + .post-meta .post-section::before {
8847 position: unset;
8850 .archive-nav *[class^='archive-nav-item-'] {
8851 border-width: 1px !important;
8853 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
8854 background-color: #aaa;
8857 .post {
8858 padding: 0;
8860 .post .top-post-meta .author {
8861 margin: 1em auto 0 auto;
8863 .post .top-post-meta .date,
8864 .post .top-post-meta .comment-count {
8865 position: static;
8867 .post .top-post-meta .date {
8868 margin: 1.5em auto 0 auto;
8870 .post .top-post-meta .comment-count span {
8871 display: initial;
8872 position: static;
8874 h1.post-title {
8875 line-height: 1.3;
8878 .comments {
8879 padding: 0;
8881 .comment-item .comment-item {
8882 margin: 0.75em 3px 3px 6px;
8884 .comment-item .comment-item + .comment-item {
8885 margin: 1.5em 3px 3px 6px;
8888 .comment-controls {
8889 position: relative;
8891 .comment-controls .cancel-comment-button,
8892 .comments > .comment-controls .cancel-comment-button {
8893 right: 4px;
8896 .sublevel-nav:not(.sort) .sublevel-item,
8897 .sublevel-nav:not(.sort) .sublevel-item:first-child,
8898 .sublevel-nav:not(.sort) .sublevel-item:last-child {
8899 border-radius: 8px;
8900 border-width: 1px;
8901 margin: 2px;
8904 #content.user-page #theme-less-mobile-first-row-placeholder {
8905 height: 60px;
8907 #content.user-page h1.page-main-heading,
8908 #content.user-page .user-stats {
8909 grid-row: 2;
8911 #content.user-page h1.page-main-heading {
8912 margin: 0.5em 0 0 0.125em;
8914 #content.user-page #comments-list-mode-selector,
8915 #content.user-page .sublevel-nav.sort {
8916 grid-row: 3 / span 2;
8918 #content.user-page .sublevel-nav {
8919 grid-row: 3;
8920 margin-bottom: 1em;
8922 #content.user-page #top-nav-bar {
8923 grid-row: 4;
8924 margin: 0.5em 0 0 0;
8927 #content.conversation-page #theme-less-mobile-first-row-placeholder {
8928 height: 64px;
8930 #content.conversation-page #comments-list-mode-selector {
8931 grid-row: 6;
8932 margin-top: -32px;
8934 #content.conversation-page .conversation-participants {
8935 grid-row: 4;
8936 align-self: end;
8938 /*******************************************/
8939 } @media only screen and (max-width: 720px) {
8940 /*******************************************/
8941 #content.index-page > .sublevel-nav.sort {
8942 flex-flow: column;
8943 margin-right: 4px;
8945 /*******************************************/
8946 } @media only screen and (max-width: 520px) {
8947 /*******************************************/
8948 h1.listing,
8949 #content.search-results-page h1.listing {
8950 font-size: 1.25rem;
8951 margin: 18px 6px 4px 6px;
8952 max-width: calc(100% - 12px);
8954 h1.listing + .post-meta {
8955 margin: 4px 6px;
8957 #content.conversations-user-page h1.listing::after {
8958 height: calc(100% + 2.25em);
8960 #content.conversations-user-page h1.listing + .post-meta .date {
8961 margin: 0 0 0 1em;
8964 .comment-body {
8965 font-size: 1.125rem;
8968 #content.compact > .comment-thread .comment-item {
8969 max-height: 105px;
8972 .textarea-container:focus-within textarea {
8973 background-color: #fff;
8974 border-width: 1px;
8975 box-shadow: 0 0 0 2px #fff;
8977 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
8978 padding: 5px 6px 6px 6px;
8979 font-weight: bold;
8981 .textarea-container:focus-within .guiedit-mobile-help-button.active {
8982 color: #c00;
8984 .textarea-container:focus-within .guiedit-buttons-container {
8985 background-color: #fff;
8986 border-top: 1px solid #ddf;
8988 .posting-controls .textarea-container:focus-within .guiedit-buttons-container {
8989 box-shadow: none;
8991 #content.conversation-page .textarea-container:focus-within::after {
8992 background-color: #fff;
8994 #markdown-hints::after {
8995 color: #090;
8998 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
8999 top: 2px;
9000 font-weight: 400;
9002 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
9003 top: 1px;
9009 /*************/
9010 /* ACCORDIUS */
9011 /*************/
9013 /*======*/
9014 /* TAGS */
9015 /*======*/
9017 #tags {
9018 order: 12;
9019 display: flex;
9020 flex-basis: 100%;
9021 justify-content: center;
9022 margin: 0;
9023 flex-flow: row wrap;
9024 align-items: flex-start;
9027 /*============*/
9028 /* LESS THEME */
9029 /*============*/
9031 /*++++++*/
9032 /* TAGS */
9033 /*++++++*/
9035 #tags {
9036 padding: 0.25em 0 0.5em 0;
9037 align-items: center;
9039 #tags::before {
9040 content: "\F02C";
9041 font-family: Font Awesome;
9042 font-weight: 300;
9043 font-size: 0.875em;
9044 margin: 0 0.5em 0 0;
9045 opacity: 0.6;
9046 position: relative;
9047 top: -2px;
9049 #tags a {
9050 margin: 0 0.375em 0 0;
9052 #tags a:not(:last-of-type)::after {
9053 content: ","
9056 .top-post-meta #tags {
9057 display: none;