Styling for user mention UI, part I
[lw2-viewer.git] / www / css / style-less.linux.css
blob36f813d295d92a66e4decc5fa0c244eb0ecdb897
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 .crosspost {
2116 padding: 0.1em 1em;
2117 margin: 1em auto;
2120 /**************/
2121 /* LINK POSTS */
2122 /**************/
2124 .post.link-post > .post-body > p:first-child {
2125 text-align: center;
2126 font-size: 1.125em;
2127 margin: 0.5em 0 0 0;
2129 .post.link-post > .post-body > p:only-child {
2130 font-size: 1.5em;
2131 margin: 1em 0;
2133 .post.link-post a.link-post-link::before {
2134 content: "\F0C1";
2135 font-family: "Font Awesome", "Font Awesome 5 Free";
2136 font-weight: 900;
2137 font-size: 0.75em;
2138 position: relative;
2139 top: -2px;
2140 margin-right: 0.25em;
2143 /************/
2144 /* COMMENTS */
2145 /************/
2147 .comments {
2148 max-width: 100%;
2149 padding: 0 0 1px 0;
2150 position: relative;
2152 .comments::before {
2153 content: "";
2154 position: absolute;
2155 display: block;
2156 top: 0;
2157 left: 0;
2158 width: 100%;
2159 height: 100%;
2160 pointer-events: none;
2162 ul.comment-thread {
2163 list-style-type: none;
2164 padding: 0;
2165 max-width: 100%;
2167 .comments .comment-thread > li {
2168 position: relative;
2170 #content > #top-nav-bar + .comment-thread .comment-item {
2171 margin-top: 0;
2174 .comment-item {
2175 margin: 2em 0 0 0;
2177 .comment-item .comment-item {
2178 margin: 1em 8px 8px 16px;
2180 .comment-item .comment-item + .comment-item {
2181 margin: 2em 8px 8px 16px;
2184 .comment-body {
2185 line-height: 1.45;
2186 font-size: 1.2rem;
2187 padding: 10px;
2189 .comment-body ul {
2190 list-style-type: circle;
2192 .comment-body > *:first-child {
2193 margin-top: 0;
2195 .comment-body > *:last-child {
2196 margin-bottom: 0;
2199 .comments-empty-message {
2200 width: 100%;
2201 text-align: center;
2202 padding: 0.75em 0 0.9em 0;
2203 font-size: 1.375em;
2206 /**********************************/
2207 /* DEEP COMMENT THREAD COLLAPSING */
2208 /**********************************/
2210 .comment-item > input[id^="expand"] {
2211 display: none;
2213 .comment-item > input[id^="expand"] + label {
2214 display: block;
2215 visibility: hidden;
2216 position: relative;
2217 margin: 8px 9px;
2219 .comment-item > input[id^="expand"] + label::after {
2220 content: "(Expand " attr(data-child-count) " below)";
2221 visibility: visible;
2222 position: absolute;
2223 left: 0;
2224 white-space: nowrap;
2225 cursor: pointer;
2227 .comment-item > input[id^="expand"]:checked + label::after {
2228 content: "(Collapse " attr(data-child-count) " below)";
2230 .comment-item > input[id^="expand"] ~ .comment-thread {
2231 max-height: 34px;
2232 overflow: hidden;
2234 .comment-item > input[id^="expand"] ~ .comment-thread > li:first-child {
2235 margin-top: 0;
2237 .comment-item > input[id^="expand"]:checked ~ .comment-thread {
2238 max-height: 1000000px;
2241 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
2242 margin: 0;
2244 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item a.comment-parent-link:hover::after {
2245 display: none;
2248 /*************/
2249 /* BACKLINKS */
2250 /*************/
2252 .backlinks > input {
2253 display: none;
2256 .backlinks > label {
2257 margin-left: 10px;
2258 display: block;
2259 color: #00f;
2260 cursor: pointer;
2263 .backlinks > label::before {
2264 content: " ";
2265 border-left: 5px solid currentColor;
2266 border-top: 5px solid transparent;
2267 border-bottom: 5px solid transparent;
2268 transition: transform 0.25s ease-out;
2269 transform-origin: 29% 55%;
2270 display: inline-block;
2271 padding-right: 0.5em;
2274 .backlinks > input:checked + label::before {
2275 transform: rotate(90deg);
2278 .backlinks li {
2279 margin-top: 0;
2282 .backlinks > ul {
2283 height: 0;
2284 perspective-origin: top;
2285 transform: perspective(100em) rotateX(-90deg);
2286 transform-origin: center top;
2287 opacity: 0;
2288 margin-top: 0.5em;
2289 margin-bottom: 0.5em;
2292 .backlinks > input:checked ~ ul {
2293 height: auto;
2294 transform: perspective(100em) rotateX(0deg);
2295 transition: transform 0.25s ease-in, opacity 0.25s ease-in;
2296 opacity: 1;
2299 /****************/
2300 /* COMMENT-META */
2301 /****************/
2303 .comment-meta {
2304 padding: 2px 24px 2px 10px;
2305 margin: 0 -1px;
2306 border: none;
2307 display: flex;
2308 flex-flow: row wrap;
2309 align-items: baseline;
2311 .user-page .comment-meta,
2312 .conversation-page .comment-meta {
2313 padding-right: 10px;
2315 .comment-meta .comment-post-title {
2316 flex-basis: 100%;
2317 overflow: hidden;
2318 text-overflow: ellipsis;
2319 white-space: nowrap;
2320 line-height: 1.3;
2322 .conversation-page .comment-meta .comment-post-title {
2323 margin: 0;
2324 flex-basis: unset;
2325 flex: 1 0 auto;
2326 text-align: right;
2327 display: none; /* Not sure if we need to display this... */
2329 .comment-item .author:not(.redacted).original-poster::after {
2330 content: "\2004(OP)";
2331 font-size: 0.75em;
2334 /*****************************/
2335 /* COMMENT THREAD NAVIGATION */
2336 /*****************************/
2338 a.comment-parent-link:not(.inline-author),
2339 a.comment-parent-link.inline-author::before {
2340 opacity: 0.5;
2342 a.comment-parent-link:hover {
2343 opacity: 1.0;
2345 a.comment-parent-link::before {
2346 content: "\F062";
2347 font-family: "Font Awesome", "Font Awesome 5 Free";
2348 font-weight: 900;
2349 font-size: 0.75rem;
2350 line-height: 1;
2351 position: absolute;
2352 z-index: 1;
2353 display: block;
2354 padding: 3px 3px 0 3px;
2355 width: 16px;
2356 height: calc(100% + 2px);
2357 top: -1px;
2358 left: -17px;
2360 a.comment-parent-link::after {
2361 content: "";
2362 position: absolute;
2363 z-index: 0;
2364 display: block;
2365 width: calc(100% + 26px);
2366 height: calc(100% + 38px);
2367 top: -29px;
2368 left: -17px;
2369 pointer-events: none;
2370 overflow: hidden;
2371 visibility: hidden;
2373 a.comment-parent-link:hover::after {
2374 visibility: visible;
2377 .comment-child-links {
2378 flex-basis: 100%;
2380 .comment-child-link {
2381 margin: 0 0.25em;
2382 display: inline-block;
2384 .comment-child-link::before {
2385 content: ">";
2386 display: inline-block;
2387 margin: 0 2px 0 0;
2390 .comment-popup {
2391 position: fixed;
2392 top: 10%;
2393 right: 10%;
2394 max-width: 700px;
2395 z-index: 10001;
2396 font-size: 1rem;
2397 white-space: unset;
2398 pointer-events: none;
2400 .comment-popup .comment-parent-link {
2401 display: none;
2403 .comment-popup .comment-body {
2404 font-size: 1.0625rem;
2407 .comment-item.depth-odd {
2408 --GW-comment-background-color: var(--GW-comment-background-color-odd);
2409 --GW-comment-parent-background-color: var(--GW-comment-background-color-even);
2411 .comment-item.depth-even {
2412 --GW-comment-background-color: var(--GW-comment-background-color-even);
2413 --GW-comment-parent-background-color: var(--GW-comment-background-color-odd);
2416 .comment-item:target {
2417 --GW-comment-background-color: var(--GW-comment-background-color-target);
2419 .comment-item:target > .comment-thread > .comment-item {
2420 --GW-comment-parent-background-color: var(--GW-comment-background-color-target);
2423 /**********************/
2424 /* COMMENT PERMALINKS */
2425 /**********************/
2426 /********************/
2427 /* COMMENT LW LINKS */
2428 /********************/
2430 .comment-meta .permalink::before,
2431 .comment-meta .lw2-link::before,
2432 .individual-thread-page a.comment-parent-link:empty::before {
2433 content: "";
2434 display: inline-block;
2435 width: 1rem;
2436 height: 1rem;
2437 border-radius: 3px;
2438 box-shadow:
2439 0 0 0 1px #fff,
2440 0 0 0 2px #00e,
2441 0 0 0 3px transparent;
2442 padding: 0 0 0 2px;
2443 background-size: 100%;
2444 position: relative;
2445 top: 2px;
2446 opacity: 0.5;
2448 .comment-meta .permalink::before {
2449 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');
2451 .comment-meta .lw2-link::before {
2452 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==');
2454 .individual-thread-page a.comment-parent-link:empty::before {
2455 left: unset;
2456 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==');
2458 .comment-meta .permalink:hover::before {
2459 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');
2461 .comment-meta .lw2-link:hover::before {
2462 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==');
2464 .individual-thread-page a.comment-parent-link:empty:hover::before {
2465 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=');
2467 .comment-meta .permalink:hover::before,
2468 .comment-meta .lw2-link:hover::before,
2469 .individual-thread-page a.comment-parent-link:empty:hover::before {
2470 box-shadow:
2471 0 0 0 2px #00e,
2472 0 0 0 3px transparent;
2473 opacity: 1.0;
2474 filter: unset;
2476 .comment-meta .permalink:active::before,
2477 .comment-meta .lw2-link:active::before,
2478 .individual-thread-page a.comment-parent-link:empty:active::before {
2479 transform: scale(0.9);
2482 .comment-meta .permalink,
2483 .comment-meta .lw2-link,
2484 .individual-thread-page .comment-parent-link:empty {
2485 position: relative;
2486 opacity: 1.0;
2488 .comment-meta .permalink::after,
2489 .comment-meta .lw2-link::after,
2490 .individual-thread-page .comment-parent-link:empty::after {
2491 content: "";
2492 width: 30px;
2493 height: 30px;
2494 display: block;
2495 position: absolute;
2496 top: -2px;
2497 left: -7px;
2498 box-shadow: none;
2499 pointer-events: auto;
2500 visibility: visible;
2503 /*************************/
2504 /* COMMENTS COMPACT VIEW */
2505 /*************************/
2507 #comments-list-mode-selector,
2508 #content.index-page #comments-list-mode-selector,
2509 #content.user-page #comments-list-mode-selector {
2510 padding-top: 6px;
2511 grid-column: 1;
2512 position: unset;
2513 z-index: 1;
2514 justify-self: start;
2515 align-self: start;
2517 #comments-list-mode-selector button {
2518 color: transparent;
2519 width: 32px;
2520 height: 32px;
2521 padding: 6px;
2522 margin: 1px;
2523 overflow: hidden;
2524 background-repeat: no-repeat;
2525 background-size: 100%;
2526 background-origin: content-box;
2528 #comments-list-mode-selector button:disabled {
2529 cursor: auto;
2531 #comments-list-mode-selector button.expanded {
2532 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJTnI+py+0Po5wn2Iuz3lrxD25eSIJjiWZnyq4s6r5kLJtJndK4eO9z77NRhsSi8YhMKpfMpvMJjTqDIR3VYr1mqdtg1/fdhXHjWll2fqVb0rY7WQAAOw==');
2534 #comments-list-mode-selector button.compact {
2535 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJXnI+py+0Po5y0uoCz3rxz5YViB46mWJ7qlq5u66rWTNf2fcQxrI98H/oBSYnhSWjU4JbMJi7pK0KD0ikRYfUgp1uo8wsOM7LXHJlVPWO6SbbRPRTL57gCADs=');
2537 @media only screen and (max-resolution: 1dppx) {
2538 #comments-list-mode-selector button.expanded {
2539 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKampqqqqv///wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCJSasV7Gqat+6eBYbcQopRqq5s257VeMokHdoevrm8mgAAOw==');
2541 #comments-list-mode-selector button.compact {
2542 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKqqqtvb2////wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCFSasN7Gqat45g433LeHUmF65phbZvurLtFJv3OO98zyQAOw==');
2546 #content > ul.comment-thread > li.comment-item,
2547 #content.compact > ul.comment-thread > li.comment-item {
2548 margin: 0;
2551 #content > .comment-thread {
2552 margin: 1em 0;
2554 #content.compact > .comment-thread {
2555 font-size: 0.9375rem;
2556 margin: 0.5em 0;
2558 #content.compact > .comment-thread:hover {
2559 z-index: 1;
2561 #content.compact > .comment-thread .comment-body {
2562 font-size: 1.0625rem;
2564 #content.compact > .comment-thread .comment-item,
2565 #content.index-page .comment-item.ignored,
2566 #content.inbox-user-page .comment-item.ignored {
2567 max-height: 61px;
2568 margin-top: 1em;
2569 overflow: hidden;
2570 position: relative;
2572 #content.compact > .comment-thread .comment-item {
2573 pointer-events: none;
2575 #content.compact > .comment-thread .comment-item::after {
2576 content: "…";
2577 position: absolute;
2578 right: 0;
2579 bottom: 0;
2580 font-size: 2rem;
2581 line-height: 1;
2582 padding: 0 16px 10px 64px;
2583 pointer-events: auto;
2585 @media only screen and (hover: hover) {
2586 #content.compact:not(:focus-within) > .comment-thread .comment-item:hover,
2587 #content.compact > .comment-thread .comment-item.expanded {
2588 overflow: visible;
2589 pointer-events: auto;
2590 z-index: 10;
2593 @media only screen and (hover: none) {
2594 #content.compact > .comment-thread.expanded .comment-item {
2595 overflow: visible;
2596 pointer-events: auto;
2597 z-index: 10;
2600 #content.compact > .comment-thread .comment-item .comment-meta {
2601 white-space: nowrap;
2602 overflow: hidden;
2603 text-overflow: ellipsis;
2604 padding: 2px 10px;
2606 #content.compact > .comment-thread .comment-item:hover .comment-meta {
2607 white-space: unset;
2609 #content.compact > .comment-thread .comment-item .comment-meta a {
2610 pointer-events: auto;
2612 #content.compact > .comment-thread .comment-item .comment-meta .comment-post-title {
2613 display: inline;
2615 #content.compact > .comment-thread .comment-item .comment-meta .voting-controls + .comment-post-title {
2616 margin-left: 0.75em;
2618 @media only screen and (hover: hover) {
2619 #content.compact > .comment-thread:last-of-type .comment-item:hover,
2620 #content.compact > .comment-thread:last-of-type .comment-item.expanded {
2621 max-height: unset;
2623 #content.compact > .comment-thread .comment-item:hover .comment,
2624 #content.compact > .comment-thread .comment-item.expanded .comment {
2625 position: relative;
2626 z-index: 1;
2627 margin-bottom: 2em;
2628 bottom: 0;
2630 #content.compact > .comment-thread .comment-item:hover .comment::before,
2631 #content.compact > .comment-thread .comment-item.expanded .comment::before{
2632 content: "";
2633 position: absolute;
2634 display: block;
2635 width: calc(100% + 20px);
2636 height: calc(100% + 20px);
2637 z-index: -1;
2638 top: -10px;
2639 left: -10px;
2641 #content.compact > .comment-thread:last-of-type .comment-item:hover .comment,
2642 #content.compact > .comment-thread:last-of-type .comment-item.expanded .comment{
2643 margin: 0;
2646 @media only screen and (hover: none) {
2647 #content.compact > .comment-thread.expanded:last-of-type .comment-item {
2648 max-height: unset;
2650 #content.compact > .comment-thread.expanded .comment-item .comment {
2651 position: relative;
2652 z-index: 1;
2653 margin-bottom: 2em;
2654 bottom: 0;
2656 #content.compact > .comment-thread.expanded .comment-item .comment::before {
2657 content: "";
2658 position: absolute;
2659 display: block;
2660 width: calc(100% + 14px);
2661 height: calc(100% + 20px);
2662 z-index: -1;
2663 top: -10px;
2664 left: -10px;
2666 #content.compact > .comment-thread.expanded:last-of-type .comment-item .comment {
2667 margin: 0;
2669 #content.compact > .comment-thread.expanded .comment-item .comment::after {
2670 content: "";
2671 display: block;
2672 position: fixed;
2673 top: 0;
2674 left: 0;
2675 width: 100%;
2676 height: 100%;
2677 z-index: -2;
2678 background-color: rgba(0,0,0,0.5);
2682 /*****************************/
2683 /* HIGHLIGHTING NEW COMMENTS */
2684 /*****************************/
2686 .new-comment::before {
2687 content: "";
2688 position: absolute;
2689 width: 100%;
2690 height: 100%;
2691 z-index: 5000;
2692 pointer-events: none;
2695 /***********************************/
2696 /* COMMENT THREAD MINIMIZE BUTTONS */
2697 /***********************************/
2699 .comment-minimize-button {
2700 font-family: "Font Awesome", "Font Awesome 5 Free";
2701 font-weight: 900;
2702 font-size: 1.25rem;
2703 line-height: 1;
2704 position: absolute;
2705 right: 1px;
2706 top: 1px;
2707 width: 18px;
2708 margin: 0;
2709 cursor: pointer;
2711 .comment-minimize-button:active {
2712 transform: scale(0.9);
2714 .comment-minimize-button::after {
2715 content: attr(data-child-count);
2716 font-weight: normal;
2717 font-size: 0.8125rem;
2718 position: absolute;
2719 left: 0;
2720 width: 100%;
2721 text-align: center;
2722 top: 21px;
2724 #content.individual-thread-page .comment-minimize-button {
2725 display: none;
2728 /*****************/
2729 /* IGNORE SYSTEM */
2730 /*****************/
2732 #content.comment-thread-page .comment-item.ignored {
2733 height: 38px;
2734 overflow: hidden;
2736 .comment-item.ignored > .comment > .comment-meta > .author {
2737 text-decoration: line-through;
2740 /***********************************/
2741 /* INDIVIDUAL COMMENT THREAD PAGES */
2742 /***********************************/
2744 .individual-thread-page > h1 {
2745 line-height: 1;
2746 margin: 0.75em 0 3px 0;
2748 .individual-thread-page .comments {
2749 border: none;
2752 /*************/
2753 /* SHORTFORM */
2754 /*************/
2756 .shortform-index-page .comments::before {
2757 border: none;
2758 box-shadow: none;
2761 .shortform-index-page .comments > .comment-thread > .comment-item:first-child {
2762 margin-top: 0;
2765 /****************/
2766 /* VOTE BUTTONS */
2767 /****************/
2769 .vote {
2770 margin: 0;
2772 .vote {
2773 font-family: "Font Awesome", "Font Awesome 5 Free";
2774 font-weight: 900;
2775 border: none;
2778 .vote:disabled {
2779 visibility: hidden;
2780 cursor: default;
2783 @keyframes waiting {
2784 0% {background-position: 200% 0%}
2785 100% {background-position: 0% 0%}
2788 .voting-controls .karma-value {
2789 opacity: 1;
2790 transition: opacity 0.5s linear;
2793 .voting-controls.waiting .karma-value {
2794 opacity: 0.5;
2795 background: repeat-x linear-gradient(70deg, #000 50%, #fff 75%, #000);
2796 background-clip: text;
2797 -webkit-background-clip: text;
2798 color: transparent;
2799 background-position: 200% 0%;
2800 background-size: 200% 100%;
2801 animation: waiting 1s linear infinite;
2804 /* Replicated karma controls at bottom of comments. */
2805 .comment-controls .voting-controls {
2806 float: left;
2807 font-size: 0.9375em;
2810 .comment-controls .voting-controls:first-of-type {
2811 margin-left: -14px;
2814 /*****************************/
2815 /* COMMENTING AND POSTING UI */
2816 /*****************************/
2818 .comment-controls {
2819 text-align: right;
2820 margin: 0 8px 8px 16px;
2821 position: relative;
2822 z-index: 9999;
2824 .comment-thread .comment-controls + .comment-thread > li:first-child {
2825 margin-top: 8px;
2827 .comments > .comment-controls {
2828 margin: 8px 0 0 0;
2830 .comments > .comment-controls:last-child {
2831 margin: 8px 0 16px 0;
2834 .posting-controls input[type='submit'] {
2835 margin: 6px;
2836 padding: 4px 10px;
2837 font-size: 1.125rem;
2840 .comment-controls .cancel-comment-button {
2841 position: absolute;
2842 right: 0;
2843 margin: 0;
2844 height: 27px;
2845 font-size: inherit;
2846 padding: 4px 8px 2px 4px;
2847 z-index: 1;
2849 .comment-controls .cancel-comment-button::before {
2850 font-family: "Font Awesome", "Font Awesome 5 Free";
2851 margin-right: 3px;
2852 content: '\F00D';
2853 font-weight: 900;
2854 font-size: 0.9em;
2855 opacity: 0.7;
2858 .comment + .comment-controls .action-button {
2859 font-weight: normal;
2860 font-size: 1.0625em;
2861 padding: 1px 6px;
2863 .comment-controls .action-button::before {
2864 font-family: "Font Awesome", "Font Awesome 5 Free";
2865 margin-right: 3px;
2867 .new-comment-button {
2868 font-size: 1.5rem;
2869 margin: 0 0.25em;
2871 .comment-controls .reply-button::before {
2872 content: '\F3E5';
2873 font-weight: 900;
2874 font-size: 0.9em;
2875 opacity: 0.6;
2877 .comment-meta .replied::before {
2878 content: '\F3E5';
2879 font-family: "Font Awesome", "Font Awesome 5 Free";
2880 color: #090;
2881 font-weight: 900;
2882 font-size: 0.9em;
2883 opacity: 0.6;
2886 .post-controls {
2887 text-align: right;
2888 margin: 0.75em 0 0 0;
2889 align-self: start;
2890 justify-self: end;
2892 .edit-post-link {
2893 display: inline-block;
2894 margin-bottom: 0.25em;
2895 font-size: 1.125rem;
2897 .edit-post-link::before {
2898 margin-right: 0.3em;
2900 .comment-controls .edit-button::before,
2901 .edit-post-link::before {
2902 content: '\F303';
2903 font-family: "Font Awesome", "Font Awesome 5 Free";
2904 font-weight: 900;
2905 font-size: 0.75em;
2906 position: relative;
2907 top: -1px;
2910 .comment-controls .delete-button {
2911 margin-right: 0.25em;
2913 .comment-controls .edit-button,
2914 .comment-controls .retract-button,
2915 .comment-controls .unretract-button {
2916 margin-right: 1em;
2918 .comment-controls .retract-button::before {
2919 content: '\F4B3';
2920 opacity: 0.6;
2922 .comment-controls .unretract-button::before {
2923 content: '\F075';
2924 opacity: 0.9;
2926 .comment-controls .delete-button::before {
2927 content: '\F05E';
2928 opacity: 0.7;
2930 .comment-controls .retract-button::before,
2931 .comment-controls .unretract-button::before,
2932 .comment-controls .delete-button::before {
2933 font-weight: 900;
2934 font-size: 0.9em;
2937 .comment-controls form {
2938 position: relative;
2940 .textarea-container {
2941 position: relative;
2943 .posting-controls textarea {
2944 display: block;
2945 width: 100%;
2946 height: 15em;
2947 min-height: 15em;
2948 max-height: calc(100vh - 6em);
2949 margin: 2px 0 0 0;
2950 padding: 4px 5px;
2951 font-size: 1.2rem;
2952 border-style: solid;
2953 border-width: 29px 1px 1px 1px;
2954 resize: none;
2957 /* GUIEdit buttons */
2959 .guiedit-buttons-container {
2960 position: absolute;
2961 left: 1px;
2962 top: 1px;
2963 width: calc(100% - 2px);
2964 height: 28px;
2965 text-align: left;
2966 padding: 1px 4px 0 4px;
2967 overflow: hidden;
2969 .comment-thread-page .guiedit-buttons-container {
2970 padding-right: 60px;
2972 .guiedit-buttons-container button {
2973 height: 26px;
2974 padding: 0 7px;
2975 font-weight: 900;
2976 font-size: 0.875rem;
2977 line-height: 1;
2978 position: static;
2980 .guiedit-buttons-container button:active {
2981 transform: none;
2983 .guiedit-buttons-container button:active div {
2984 transform: scale(0.9);
2986 .guiedit-buttons-container button sup {
2987 font-weight: bold;
2989 .guiedit::after {
2990 content: attr(data-tooltip);
2991 position: absolute;
2992 font-weight: normal;
2993 font-size: 1rem;
2994 top: 2px;
2995 left: 464px;
2996 height: 25px;
2997 padding: 4px 0;
2998 white-space: nowrap;
2999 visibility: hidden;
3001 .guiedit:hover::after {
3002 visibility: visible;
3005 /* Markdown hints */
3007 .posting-controls .markdown-reference-link {
3008 float: left;
3009 padding: 1px 0 0 6px;
3011 .posting-controls .markdown-reference-link a {
3012 padding-right: 1.5em;
3013 margin-right: 0.15em;
3014 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');
3015 background-size: 1.25em;
3016 background-repeat: no-repeat;
3017 background-position: right center;
3020 #markdown-hints-checkbox + label {
3021 float: left;
3022 margin: 2px 0 0 1em;
3023 line-height: 1.3;
3024 cursor: pointer;
3026 #edit-post-form #markdown-hints-checkbox + label {
3027 padding: 0;
3029 #markdown-hints-checkbox {
3030 visibility: hidden;
3031 float: left;
3033 #markdown-hints-checkbox + label::after {
3034 content: "(Show Markdown help)";
3036 #markdown-hints-checkbox:checked + label::after {
3037 content: "(Hide Markdown help)";
3039 #markdown-hints-checkbox + label::before {
3040 content: '\F059';
3041 font-family: "Font Awesome", "Font Awesome 5 Free";
3042 font-weight: 900;
3043 margin-right: 3px;
3045 #markdown-hints-checkbox:checked + label::before {
3046 font-weight: normal;
3048 #markdown-hints {
3049 margin: 4px 0 0 4px;
3050 padding: 4px 8px;
3051 position: absolute;
3052 text-align: left;
3053 top: calc(100% - 1em);
3054 z-index: 1;
3055 display: none;
3057 .comment-controls #markdown-hints {
3058 top: calc(100% + 1.75em);
3060 #markdown-hints-checkbox:checked ~ #markdown-hints {
3061 display: table;
3063 .markdown-hints-row {
3064 display: table-row;
3066 #markdown-hints .markdown-hints-row span,
3067 #markdown-hints .markdown-hints-row code {
3068 float: none;
3069 display: table-cell;
3070 border: none;
3071 background-color: inherit;
3072 padding: 0 12px 0 0;
3075 /******************/
3076 /* EDIT POST FORM */
3077 /******************/
3079 #edit-post-form {
3080 padding: 1em 1em 4em 1em;
3082 #edit-post-form .post-meta-fields {
3083 display: grid;
3084 grid-template-columns: 5em auto auto auto 1fr auto;
3085 margin-bottom: 0.625em;
3088 #edit-post-form label[for='title'],
3089 #edit-post-form label[for='url'],
3090 #edit-post-form label[for='section'] {
3091 grid-column: 1;
3093 #edit-post-form input[type='text'] {
3094 padding: 0.25em;
3095 grid-column: 2 / span 4;
3096 margin-bottom: 0.5em;
3099 #edit-post-form .link-post-checkbox,
3100 #edit-post-form .link-post-checkbox + label {
3101 grid-row: 1;
3102 grid-column: 6;
3104 #edit-post-form .question-checkbox,
3105 #edit-post-form .question-checkbox + label {
3106 grid-row: 3;
3107 grid-column: 5;
3108 justify-self: start;
3109 margin-left: 1.5em;
3112 #edit-post-form .post-meta-fields label[for="submit-to-frontpage"] {
3113 grid-row: 4;
3114 grid-column: 2 / span 4;
3115 text-align: left;
3116 margin-top: 8px;
3119 #edit-post-form .post-meta-fields input[type='checkbox'] {
3120 height: 0;
3121 opacity: 0;
3122 pointer-events: none;
3124 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
3125 white-space: nowrap;
3126 position: relative;
3127 cursor: pointer;
3128 padding: 0.25em 0.5em 0.25em calc(20px + 0.25em + 0.3725em);
3129 align-self: start;
3131 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
3132 content: "";
3133 font-family: "Font Awesome", "Font Awesome 5 Free";
3134 font-size: 1.375rem;
3135 line-height: 0.7;
3136 text-indent: 1px;
3137 font-weight: 900;
3138 position: absolute;
3139 width: 20px;
3140 height: 20px;
3141 left: 5px;
3143 #edit-post-form label[for='url'],
3144 #edit-post-form input[name='url'] {
3145 display: none;
3147 #edit-post-form .link-post-checkbox:checked ~ label[for='url'],
3148 #edit-post-form .link-post-checkbox:checked ~ input[name='url'] {
3149 display: initial;
3151 #edit-post-form label {
3152 line-height: normal;
3153 border: 1px solid transparent;
3154 text-align: right;
3155 padding: 0.25em 0.5em;
3156 white-space: nowrap;
3158 #edit-post-form input[type='radio'] {
3159 width: 0;
3160 margin: 0;
3161 opacity: 0;
3162 pointer-events: none;
3164 #edit-post-form input[type='radio'] + label {
3165 padding: 4px 12px;
3166 text-align: center;
3167 border-style: solid;
3168 border-width: 1px 1px 1px 0;
3169 cursor: pointer;
3171 #edit-post-form input[type='radio']:checked + label {
3172 cursor: default;
3175 #edit-post-form label[for='section'] {
3176 grid-row: 3;
3178 #edit-post-form input[type='radio'] + label {
3179 grid-row: 3;
3181 @supports (width: -moz-fit-content) {
3182 #edit-post-form input[type='radio'] + label {
3183 width: -moz-fit-content;
3186 @supports (width: fit-content) {
3187 #edit-post-form input[type='radio'] + label {
3188 width: fit-content;
3192 #edit-post-form textarea {
3193 min-height: 24em;
3196 #edit-post-form input[type='submit'] {
3197 padding: 6px 12px;
3198 float: right;
3200 #edit-post-form #markdown-hints {
3201 top: calc(100% + 2em);
3204 #edit-post-form button.guiedit div {
3205 overflow: visible;
3207 .guiedit-mobile-auxiliary-button {
3208 display: none;
3211 /***********/
3212 /* BUTTONS */
3213 /***********/
3215 button,
3216 input[type='submit'] {
3217 font-family: inherit;
3218 font-size: inherit;
3219 background-color: inherit;
3220 cursor: pointer;
3221 border: none;
3222 border-radius: 0;
3225 /************/
3226 /* HEADINGS */
3227 /************/
3229 .body-text h1,
3230 .body-text h2,
3231 .body-text h3,
3232 .body-text h4,
3233 .body-text h5,
3234 .body-text h6 {
3235 line-height: 1.1;
3236 margin: 1em 0 0.75em 0;
3237 text-align: left;
3240 .post-body h5,
3241 .post-body h6 {
3242 font-size: 1em;
3244 .post-body h4 {
3245 font-size: 1.2em;
3247 .post-body h3 {
3248 font-size: 1.4em;
3250 .post-body h2 {
3251 font-size: 1.75em;
3253 .post-body h1 {
3254 font-size: 2.1em;
3257 .comment-body h5,
3258 .comment-body h6 {
3259 font-size: 1em;
3261 .comment-body h4 {
3262 font-size: 1.15em;
3264 .comment-body h3 {
3265 font-size: 1.3em;
3267 .comment-body h2 {
3268 font-size: 1.5em;
3270 .comment-body h1 {
3271 font-size: 1.75em;
3274 /**********/
3275 /* QUOTES */
3276 /**********/
3278 blockquote,
3279 .post-body .comment-box .comment-body {
3280 font-size: 0.9em;
3281 margin: 1em 0;
3282 padding-left: 0.5em;
3283 margin-left: 1px;
3284 padding-bottom: 3px;
3286 blockquote *:first-child {
3287 margin-top: 0;
3289 blockquote *:last-child {
3290 margin-bottom: 0;
3292 blockquote blockquote {
3293 font-size: 0.95em;
3296 /* Pseudo-blockquotes that LW sometimes uses for some reason */
3298 .post-body .comment-box .user-name {
3299 font-style: italic;
3301 .post-body .comment-box .user-name::after {
3302 content: ":";
3304 .post-body .comment-box {
3305 zoom: 1.25;
3308 /**********/
3309 /* IMAGES */
3310 /**********/
3312 #content img, #content figure {
3313 max-width: 100%;
3316 .prediction-poll > svg {
3317 width: 700px;
3318 max-width: 100%;
3321 img.inline-latex {
3322 position: relative;
3323 top: 2.5px;
3324 margin: 0 2px;
3327 #content figure {
3328 text-align: center;
3329 margin: 1.5em auto;
3332 p.imgonly,
3333 div.imgonly,
3334 figure {
3335 text-align: center;
3336 margin: auto;
3337 clear: both;
3340 .imgonly iframe {
3341 display: block;
3342 width: 100%;
3343 height: 250px;
3344 border: 0;
3347 // Aspect ratio trick from https://css-tricks.com/aspect-ratio-boxes/
3349 [style*="--aspect-ratio"] > * {
3350 width: 100%;
3352 [style*="--aspect-ratio"] > img {
3353 height: auto;
3355 @supports (--custom:property) {
3356 [style*="--aspect-ratio"] {
3357 position: relative;
3359 [style*="--aspect-ratio"]::before {
3360 content: "";
3361 display: block;
3362 padding-bottom: calc(100% / (var(--aspect-ratio)));
3364 [style*="--aspect-ratio"] > * {
3365 position: absolute;
3366 top: 0;
3367 left: 0;
3368 height: 100%;
3372 /**********/
3373 /* TABLES */
3374 /**********/
3376 .body-text table {
3377 border-collapse: collapse;
3378 font-size: 0.875em;
3380 .body-text table th,
3381 .body-text table td {
3382 text-align: left;
3383 padding: 4px 6px;
3384 line-height: 1.3;
3386 .body-text table .numeric {
3387 text-align: right;
3388 font-family: Inconsolata, Menlo, monospace;
3390 .body-text table caption {
3391 margin: 0 0 0.25em 0;
3392 font-weight: bold;
3393 font-size: 1.125em;
3396 /********/
3397 /* MISC */
3398 /********/
3400 /*= Superscripts & subscripts =*/
3402 /* Make sure superscripts and subscripts do not affect line spacing. */
3403 sup, sub {
3404 vertical-align: baseline;
3405 position: relative;
3406 top: -0.5em;
3407 left: 0.05em;
3408 font-size: 0.8em;
3410 sub {
3411 top: 0.3em;
3414 /*= Code blocks & other "unstyled" text. =*/
3416 pre,
3417 code {
3418 font-family: Inconsolata, Menlo, monospace;
3420 pre {
3421 white-space: pre-wrap;
3423 .body-text pre {
3424 text-align: left;
3426 code {
3427 font-size: 0.95em;
3428 display: inline-block;
3429 padding: 0 4px 1px 5px;
3431 pre > code {
3432 display: block;
3433 border-radius: 0;
3434 padding: 3px 4px 5px 8px;
3435 tab-size: 4;
3438 /*= Fractions =*/
3440 .frac::after {
3441 content: "\200B";
3444 /*= Removing browser default styling of various elements =*/
3446 /* On various input elements such as text fields and buttons, remove "blue glow" focus outlines on Macs, dotted black outlines in Firefox, etc. */
3447 :focus {
3448 outline: none;
3451 /* Remove "embossed" appearance of horizontal rules. */
3452 hr {
3453 border: none;
3456 input,
3457 button,
3458 textarea {
3459 -webkit-appearance: none;
3460 -moz-appearance: none;
3461 appearance: none;
3464 input {
3465 font-family: inherit;
3466 font-size: inherit;
3467 font-weight: inherit;
3470 /*************/
3471 /* FOOTNOTES */
3472 /*************/
3474 ol {
3475 counter-reset: ordered-list;
3477 .footnote-definition {
3478 font-size: 0.9em;
3479 list-style-type: none;
3480 counter-increment: ordered-list;
3481 position: relative;
3483 .footnote-definition p {
3484 font-size: inherit !important;
3486 .footnote-definition::before {
3487 content: counter(ordered-list) ".";
3488 position: absolute;
3489 left: -2.5em;
3490 font-weight: bold;
3491 text-align: right;
3492 width: 2em;
3495 /*= LW Docs footnotes =*/
3497 .footnote-item {
3498 display: flex;
3501 .footnote-item > :not(.nothing) {
3502 margin: 0 0.2em;
3505 .footnote-item > :first-child {
3506 margin-left: -0.2em;
3507 margin-right: 0;
3510 .footnote-back-link a:not(.nothing) {
3511 font-size: 0;
3512 text-decoration: none;
3513 border: none;
3516 .footnote-back-link a:not(.nothing):hover {
3517 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #00e;
3518 border: none;
3519 text-decoration: none;
3522 .footnote-back-link a::after {
3523 content: '\F106';
3524 font-family: Font Awesome;
3525 font-size: 1rem;
3526 padding: 0.2em;
3527 text-decoration: none;
3528 font-weight: bold;
3531 .footnote-content > :first-child {
3532 margin-top: 0;
3535 /*********/
3536 /* LISTS */
3537 /*********/
3539 li {
3540 margin-bottom: 0.5em;
3543 .body-text ol p,
3544 .body-text ul p {
3545 margin: 0.5em 0;
3548 .body-text ol {
3549 list-style: none;
3550 padding: 0;
3551 counter-reset: ol;
3553 .body-text ol > li {
3554 position: relative;
3555 counter-increment: ol;
3556 padding: 0 0 0 2.5em;
3557 margin: 0.25em 0 0 0;
3559 .body-text ol > li::before {
3560 content: counter(ol) ".";
3561 position: absolute;
3562 width: 2em;
3563 text-align: right;
3564 left: 0;
3566 .body-text ul {
3567 list-style: none;
3568 padding: 0;
3570 .body-text ul:not(.contents-list) > li:empty {
3571 padding-bottom: 1.25em;
3573 .body-text ul:not(.contents-list) > li {
3574 position: relative;
3575 padding: 0 0 0 1.75em;
3576 margin: 0.25em 0 0 0;
3578 .body-text ul:not(.contents-list) > li ul > li {
3579 padding: 0 0 0 2em;
3581 .body-text ul:not(.contents-list) > li::before {
3582 content: "•";
3583 position: absolute;
3584 width: 1.25em;
3585 text-align: right;
3586 left: 0;
3588 .body-text ul:not(.contents-list) > li ul > li::before {
3589 width: 1.5em;
3591 .body-text li > ul:first-child > li {
3592 padding-left: 0;
3594 .body-text li > ul:first-child > li::before {
3595 content: none;
3598 /**************/
3599 /* ERROR PAGE */
3600 /**************/
3602 .error-retry-form {
3603 margin: 0.5em 0;
3606 .error-retry-form input[type="submit"] {
3607 border: 1px solid #aaa;
3608 font-weight: bold;
3609 font-size: 1.125rem;
3610 padding: 0.5em 1.25em;
3613 /**************/
3614 /* ABOUT PAGE */
3615 /**************/
3617 #content.about-page .contents {
3618 margin-top: 0.25em;
3620 #content.about-page .accesskey-table {
3621 border-collapse: collapse;
3622 margin: auto;
3624 #content.about-page .accesskey-table th,
3625 #content.about-page .accesskey-table td {
3626 padding: 2px 6px;
3628 #content.about-page .accesskey-table td:first-child {
3629 padding-right: 1.5em;
3631 #content.about-page .accesskey-table td:last-child {
3632 text-align: center;
3633 font-family: Inconsolata, Menlo, monospace;
3635 #content.about-page h3:nth-of-type(n+2) {
3636 clear: both;
3639 /******************/
3640 /* IMAGES OVERLAY */
3641 /******************/
3643 #images-overlay + #content .post-body img {
3644 visibility: hidden;
3647 #images-overlay div {
3648 position: absolute;
3650 #images-overlay div::after {
3651 content: "Click to enlarge";
3652 display: block;
3653 position: absolute;
3654 margin: auto;
3655 left: 0;
3656 right: 0;
3657 bottom: 10px;
3658 padding: 6px 10px;
3659 font-size: 1.25rem;
3660 background-color: rgba(0,0,0,0.6);
3661 color: #fff;
3662 border-radius: 5px;
3663 opacity: 0.0;
3664 transition: opacity 0.15s ease;
3665 pointer-events: none;
3667 @supports (width: -moz-fit-content) {
3668 #images-overlay div::after {
3669 width: -moz-fit-content;
3672 @supports (width: fit-content) {
3673 #images-overlay div::after {
3674 width: fit-content;
3677 #images-overlay div:hover::after {
3678 opacity: 1.0;
3681 #images-overlay img {
3682 width: 100%;
3685 /***************/
3686 /* IMAGE FOCUS */
3687 /***************/
3689 /*=--------------=*/
3690 /*= Hover styles =*/
3691 /*=--------------=*/
3693 #content img:hover,
3694 #images-overlay img:hover {
3695 filter: drop-shadow(0 0 3px #777);
3696 cursor: zoom-in;
3698 #content img:active,
3699 #images-overlay img:active {
3700 transform: scale(0.975);
3703 /*=---------=*/
3704 /*= Overlay =*/
3705 /*=---------=*/
3707 #image-focus-overlay {
3708 position: fixed;
3709 top: 0;
3710 right: 0;
3711 bottom: 0;
3712 left: 0;
3713 z-index: 2;
3714 display: none;
3715 cursor: zoom-out;
3717 #image-focus-overlay::before {
3718 content: "";
3719 display: block;
3720 position: absolute;
3721 top: 0;
3722 right: 0;
3723 bottom: 0;
3724 left: 0;
3725 background-color: #000;
3726 opacity: 0.5;
3727 z-index: -1;
3729 #image-focus-overlay.engaged {
3730 display: initial;
3733 #image-focus-overlay img {
3734 margin: auto;
3735 position: absolute;
3736 left: 50%;
3737 top: 50%;
3738 transform: translateX(-50%) translateY(-50%);
3741 /*=-------------------=*/
3742 /*= Single-image mode =*/
3743 /*=-------------------=*/
3745 #image-focus-overlay:not(.slideshow) .image-number,
3746 #image-focus-overlay:not(.slideshow) .slideshow-buttons {
3747 visibility: hidden;
3750 /*=---------=*/
3751 /*= Caption =*/
3752 /*=---------=*/
3754 #image-focus-overlay .caption {
3755 position: absolute;
3756 bottom: 0.75em;
3757 background-color: rgba(0,0,0,0.7);
3758 left: 9em;
3759 right: 9em;
3760 margin: auto;
3761 max-width: calc(100% - 18em);
3762 text-align: center;
3763 font-size: 1.375em;
3764 border-radius: 8px;
3765 z-index: 1;
3766 transition:
3767 bottom 0.2s ease;
3769 @supports (width: -moz-fit-content) {
3770 #image-focus-overlay .caption {
3771 width: -moz-fit-content;
3774 @supports (width: fit-content) {
3775 #image-focus-overlay .caption {
3776 width: fit-content;
3779 #image-focus-overlay .caption.hidden {
3780 bottom: -5em;
3781 transition:
3782 bottom 0.5s ease;
3785 #image-focus-overlay .caption p {
3786 margin: 1em 1.25em;
3787 color: #fff;
3790 #image-focus-overlay .caption:not(:empty)::before {
3791 content: "";
3792 display: block;
3793 position: absolute;
3794 width: 100vw;
3795 height: calc(100% + 1.5em);
3796 z-index: -1;
3797 top: -0.75em;
3798 left: calc(-50vw + 50%);
3802 /*=--------------=*/
3803 /*= Help overlay =*/
3804 /*=--------------=*/
3806 #image-focus-overlay .help-overlay {
3807 position: absolute;
3808 display: flex;
3809 flex-flow: column;
3810 z-index: 2;
3811 font-size: 1.5rem;
3812 padding: 1em;
3813 border-radius: 10px;
3814 bottom: 1em;
3815 right: 1em;
3816 overflow: hidden;
3817 white-space: nowrap;
3818 color: transparent;
3819 cursor: default;
3820 visibility: hidden;
3821 transition:
3822 visibility 1s ease,
3823 color 1s ease,
3824 background-color 1s ease,
3825 bottom 0.3s ease;
3827 #image-focus-overlay .help-overlay:hover {
3828 max-width: 24em;
3829 max-height: 14em;
3830 background-color: rgba(0,0,0,0.85);
3831 color: #fff;
3832 visibility: visible;
3833 transition:
3834 visibility 0.2s ease 0.3s,
3835 color 0.2s ease 0.3s,
3836 background-color 0.2s ease 0.3s;
3839 #image-focus-overlay .help-overlay::after {
3840 content: "\F128";
3841 font-family: "Font Awesome", "Font Awesome 5 Free";
3842 font-weight: 900;
3843 font-size: 2rem;
3844 position: absolute;
3845 right: 0;
3846 bottom: 0;
3847 padding: 10px;
3848 color: #000;
3849 filter: drop-shadow(0 0 6px #fff);
3850 visibility: visible;
3851 opacity: 0.85;
3852 transition:
3853 visibility 1s ease;
3855 #image-focus-overlay .help-overlay:hover::after {
3856 visibility: hidden;
3857 transition:
3858 visibility 0.2s ease 0.3s;
3861 #image-focus-overlay .help-overlay p {
3862 margin: 0;
3863 text-indent: -2em;
3864 padding-left: 2em;
3865 max-width: 100%;
3866 overflow: hidden;
3868 #image-focus-overlay .help-overlay p + p {
3869 margin: 0.75em 0 0 0;
3871 #image-focus-overlay .help-overlay.hidden {
3872 bottom: -2em;
3875 /*=--------------=*/
3876 /*= Slide number =*/
3877 /*=--------------=*/
3879 #image-focus-overlay .image-number {
3880 position: absolute;
3881 z-index: 2;
3882 font-size: 1.75rem;
3883 left: 1em;
3884 bottom: 1em;
3885 font-weight: 600;
3886 text-shadow:
3887 0 0 3px #fff,
3888 0 0 5px #fff,
3889 0 0 8px #fff,
3890 0 0 13px #fff;
3891 width: 1.5em;
3892 text-align: right;
3893 white-space: nowrap;
3894 transition: bottom 0.3s ease;
3896 #image-focus-overlay .image-number::before {
3897 content: "#";
3898 opacity: 0.3;
3900 #image-focus-overlay .image-number::after {
3901 content: " of " attr(data-number-of-images);
3902 opacity: 0.3;
3904 #image-focus-overlay .image-number:hover::before,
3905 #image-focus-overlay .image-number:hover::after {
3906 opacity: 1.0;
3908 #image-focus-overlay .image-number.hidden {
3909 bottom: -1.25em;
3912 /*=-------------------=*/
3913 /*= Slideshow buttons =*/
3914 /*=-------------------=*/
3916 #image-focus-overlay .slideshow-buttons {
3917 position: absolute;
3918 top: 0;
3919 left: 0;
3920 width: 100%;
3921 height: 100%;
3922 z-index: 1;
3923 display: flex;
3924 justify-content: space-between;
3925 pointer-events: none;
3927 #image-focus-overlay .slideshow-buttons button {
3928 font-family: "Font Awesome", "Font Awesome 5 Free";
3929 font-weight: 900;
3930 font-size: 3rem;
3931 padding: 0.5em;
3932 color: #ddd;
3933 position: relative;
3934 left: 0;
3935 transition:
3936 left 0.3s ease;
3937 pointer-events: auto;
3939 #image-focus-overlay .slideshow-buttons button::selection {
3940 background-color: transparent;
3942 @media only screen and (hover: hover) {
3943 #image-focus-overlay .slideshow-buttons button:hover {
3944 background-color: rgba(0,0,0,0.1);
3945 color: #777;
3948 #image-focus-overlay .slideshow-buttons button:active {
3949 transform: none;
3950 color: #888;
3952 #image-focus-overlay .slideshow-buttons button:disabled {
3953 text-shadow: none;
3954 background-color: transparent;
3955 color: #ddd;
3956 cursor: default;
3957 opacity: 0.4;
3959 #image-focus-overlay .slideshow-button.previous.hidden {
3960 left: -1.75em;
3962 #image-focus-overlay .slideshow-button.next.hidden {
3963 left: 1.75em;
3966 /*=-----------------=*/
3967 /*= Background blur =*/
3968 /*=-----------------=*/
3970 .blurred {
3971 filter: blur(3px);
3974 /**************************/
3975 /* QUALIFIED HYPERLINKING */
3976 /**************************/
3978 #content.no-nav-bars {
3979 margin: 8px auto;
3981 #content.no-nav-bars + #ui-elements-container > * {
3982 padding-top: 8px;
3985 #aux-about-link {
3986 position: fixed;
3987 top: 40px;
3988 left: calc((100% - 900px) / 2 - 69px);
3989 width: 1.5em;
3990 height: 1.5em;
3991 text-align: center;
3992 display: table;
3994 #aux-about-link a {
3995 display: table-cell;
3996 width: 100%;
3997 vertical-align: middle;
3998 font-family: "Font Awesome", "Font Awesome 5 Free";
3999 font-weight: 900;
4000 font-size: 1.25rem;
4001 opacity: 0.4;
4002 z-index: 1;
4005 .qualified-linking {
4006 margin: 0;
4007 position: relative;
4009 .qualified-linking input[type='checkbox'] {
4010 visibility: hidden;
4011 width: 0;
4012 height: 0;
4013 margin: 0;
4015 .qualified-linking label {
4016 font-family: "Font Awesome", "Font Awesome 5 Free";
4017 font-weight: 900;
4018 font-size: 1rem;
4019 padding: 0 0.5em;
4020 display: inline-block;
4021 margin-left: 0.25em;
4023 .qualified-linking label:hover {
4024 cursor: pointer;
4026 .qualified-linking label:active span {
4027 display: inline-block;
4028 transform: scale(0.9);
4030 .qualified-linking label::selection {
4031 background-color: transparent;
4034 .qualified-linking label::after {
4035 content: "";
4036 width: 100vw;
4037 height: 0;
4038 left: 0;
4039 top: 0;
4040 position: fixed;
4041 z-index: 1;
4042 cursor: default;
4044 .qualified-linking input[type='checkbox']:checked + label::after {
4045 height: 100vh;
4048 .qualified-linking-toolbar {
4049 position: absolute;
4050 right: 0.25em;
4051 top: 110%;
4052 z-index: 1;
4054 .qualified-linking input[type='checkbox'] ~ .qualified-linking-toolbar {
4055 display: none;
4057 .qualified-linking input[type='checkbox']:checked ~ .qualified-linking-toolbar {
4058 display: block;
4060 #qualified-linking-toolbar-toggle-checkbox-bottom ~ .qualified-linking-toolbar {
4061 top: unset;
4062 bottom: 125%;
4065 .qualified-linking-toolbar a {
4066 display: block;
4067 padding: 0 6px;
4068 margin: 4px;
4070 .qualified-linking-toolbar a::selection {
4071 background-color: transparent;
4074 /*****************/
4075 /* HOVER PREVIEW */
4076 /*****************/
4078 #preview-popup-toggle {
4079 position: absolute;
4080 right: -67px;
4081 bottom: 285px;
4082 cursor: pointer;
4083 color: var(--GW-toggle-widget-color, #888);
4085 #preview-popup-toggle:hover {
4086 color: var(--GW-toggle-widget-hover-color, #444);
4089 #content.preview:not(not) {
4090 padding: 0;
4092 #content.preview > .comment-thread {
4093 margin: 2px;
4095 #content.preview.individual-thread-page > .comment-thread > .comment-item {
4096 border: none;
4098 #content.preview.user-page .page-main-heading, #content.preview.user-page .user-stats {
4099 padding: 0 8px;
4101 #content.preview.user-page .page-main-heading {
4102 margin-left: 8px;
4104 #content.preview.not(not) .body-text {
4105 margin-left: 8px;
4106 margin-right: 8px;
4108 #content.preview.user-page .user-stats {
4109 margin-right: 32px;
4111 #content.preview.user-page .page-toolbar, #content.preview.user-page nav {
4112 display: none;
4114 #content.preview button.vote {
4115 display: none;
4117 #content.preview > h1.listing {
4118 max-height: unset;
4120 #content.preview.user-page > .comment-thread {
4121 margin: 0.5em 0;
4123 #content.preview > .post {
4124 margin: 0 18px;
4126 #content.preview .post-title {
4127 margin-top: 0.5em;
4129 #content.preview .post-meta {
4130 line-height: 1.0;
4132 #content.preview .body-text {
4133 font-size: 1em;
4135 #content.preview nav.contents,
4136 #content.preview .lw2-link {
4137 display: none;
4140 .preview-popup {
4141 position: fixed;
4142 transform-origin: top;
4143 top: 10%;
4144 right: 10%;
4145 max-width: 700px;
4146 z-index: 10001;
4147 background-color: #eee;
4148 border: 1px solid #ccc;
4149 box-shadow: 2px 6px 20px -4px #000;
4150 transition: height 0.2s ease, top 0.2s ease;
4152 .popup-hide-button {
4153 position: fixed;
4154 top: 4px;
4155 right: 4px;
4156 color: #000;
4157 background-color: #fff;
4158 width: 28px;
4159 height: 28px;
4160 display: flex;
4161 font-family: "Font Awesome";
4162 font-size: 14px;
4163 line-height: 1;
4164 border: 1px solid #bbb;
4165 border-radius: 28px;
4166 align-items: center;
4167 justify-content: center;
4168 //padding-bottom: 2px;
4169 padding-left: 1.5px;
4170 font-family: "Font Awesome", "Font Awesome 5 Free";
4171 cursor: pointer;
4173 .popup-hide-button:hover::before {
4174 content: "Turn off preview popups";
4175 display: block;
4176 position: absolute;
4177 width: max-content;
4178 right: 32px;
4179 color #000;
4180 background-color: #fff;
4181 border: 1px solid #eee;
4182 border-radius: 2px;
4183 padding: 4px;
4186 /********/
4187 /* MATH */
4188 /********/
4190 .mathjax-block-container {
4191 display: block;
4192 overflow-y: hidden;
4193 border-radius: 6px;
4194 margin: 1em 0 1.5em 0;
4196 .mathjax-inline-container {
4197 max-width: 100%;
4198 overflow-x: auto;
4199 overflow-y: hidden;
4200 position: relative;
4201 padding: 0 1px;
4203 #content .mathjax-inline-container,
4204 #content .mathjax-inline-container .mjpage,
4205 #content .mathjax-inline-container .mjx-chtml,
4206 #content .mathjax-inline-container .mjx-math,
4207 #content .mathjax-inline-container .mjx-mrow {
4208 display: inline;
4209 white-space: normal;
4211 .post .mathjax-inline-container {
4212 line-height: 1;
4214 .comment .mathjax-inline-container {
4215 line-height: 1;
4217 .mathjax-inline-container .mjx-chtml {
4218 padding: 0;
4221 /************/
4222 /* SPOILERS */
4223 /************/
4225 .spoiler {
4226 color: #000;
4227 background-color: currentColor;
4228 transition: none;
4229 text-shadow: none;
4230 margin: 1em 0;
4231 box-shadow: 0 0 0 1px currentColor inset;
4232 overflow: auto;
4234 .spoiler:not(:last-child) {
4235 margin-bottom: 0;
4237 #content .spoiler * {
4238 color: inherit;
4239 border: none;
4241 .spoiler:hover {
4242 color: unset;
4243 background-color: unset;
4244 text-shadow: unset;
4245 transition:
4246 color 0.1s ease-out 0.1s,
4247 background-color 0.1s ease-out 0.1s,
4248 text-shadow 0.1s ease-out 0.1s;
4250 .spoiler::selection,
4251 .spoiler ::selection {
4252 color: #fff;
4253 background-color: #000;
4255 .spoiler:not(:hover)::selection,
4256 .spoiler:not(:hover) ::selection {
4257 background-color: transparent;
4260 /*= Fix for LessWrong being weird =*/
4262 .spoiler > p {
4263 padding: 0 7px;
4265 .spoiler > p:first-child {
4266 margin-top: 0.25em;
4268 .spoiler > p:last-child {
4269 margin-bottom: 0;
4270 padding-bottom: 0.25em;
4272 .spoiler > p:hover ~ p {
4273 background-color: currentColor;
4275 .spoiler > p + p {
4276 margin-top: -1em;
4278 .spoiler > p:not(:first-child) {
4279 padding-top: 0.5em;
4281 .spoiler > p:not(:last-child) {
4282 padding-bottom: 0.5em;
4285 .spoiler:not(:hover) pre,
4286 .spoiler:not(:hover) code {
4287 background-color: inherit;
4288 box-shadow: none;
4290 #content .spoiler pre {
4291 border-color: currentColor;
4292 border-style: solid;
4293 border-width: 0 1px;
4294 border-radius: 0;
4297 /*******************/
4298 /* PAGE LIST INDEX */
4299 /*******************/
4301 .page-list-index {
4302 margin: 1em 30px;
4303 line-height: 1.2;
4306 .page-list-index > p {
4307 font-weight: bold;
4308 font-size: 1.2em;
4311 .page-list-index > ul * {
4312 margin: 0;
4315 .page-list-index ul {
4316 padding-left: 1.5em;
4319 .page-list-index li {
4320 margin-top: 0.67em;
4323 .page-list-index li > a {
4324 display: block;
4325 font-size: 1.1em;
4326 font-weight: bold;
4327 margin: 0.33em 0;
4330 .page-list-index li > a:last-child {
4331 margin-bottom: 1em;
4335 /*****************/
4336 /* USER MENTIONS */
4337 /*****************/
4339 .textarea-container .autocomplete-container {
4340 position: absolute;
4341 overflow-y: auto;
4342 font-size: 1.125rem;
4343 cursor: default;
4344 backdrop-filter: blur(2px);
4347 .textarea-container .autocomplete-container.inside {
4348 max-height: calc(100% - 36px);
4349 top: 32px;
4351 .textarea-container .autocomplete-container.outside {
4352 max-height: calc(100% - 28px);
4353 top: 28px;
4354 z-index: 10001;
4357 .textarea-container .autocomplete-container.inside.right {
4358 right: 18px;
4360 .textarea-container .autocomplete-container.inside.left {
4361 left: 18px;
4363 .textarea-container .autocomplete-container.outside.right {
4364 left: calc(100% + 3px);
4366 .textarea-container .autocomplete-container.outside.left {
4367 right: calc(100% + 3px);
4370 head.content-width-normal + body .textarea-container .autocomplete-container.outside {
4371 max-width: calc((100vw - (900px - 40px * 2)) / 2);
4373 head.content-width-wide + body .textarea-container .autocomplete-container.outside {
4374 max-width: calc((100vw - (1150px - 40px * 2)) / 2);
4376 head.content-width-fluid + body .textarea-container .autocomplete-container.outside {
4377 max-width: calc((300px + 40px * 2) / 2);
4380 .textarea-container .autocomplete-container div {
4381 padding: 2px 8px 0 8px;
4382 white-space: nowrap;
4383 overflow: hidden;
4384 text-overflow: ellipsis;
4388 /*******************/
4389 /* ALIGNMENT FORUM */
4390 /*******************/
4392 #content.alignment-forum-index-page::after {
4393 content: "Alignment Forum";
4394 font-size: 1.5rem;
4395 margin: 0.375em 0 0 -0.375em;
4396 order: -1;
4399 /**********************/
4400 /* FOR NARROW SCREENS */
4401 /**********************/
4403 @media only screen and (max-width: 1440px) {
4404 #hns-date-picker {
4405 right: -81px;
4406 padding: 8px 10px 10px 10px;
4407 bottom: 62px;
4408 display: none;
4410 #hns-date-picker::before {
4411 content: "";
4412 position: absolute;
4413 display: block;
4414 z-index: -1;
4415 height: calc(100% + 2px);
4416 top: -1px;
4417 left: -1px;
4418 width: 50%;
4421 @media only screen and (max-width: 1160px) {
4422 #new-comment-nav-ui {
4423 bottom: 180px;
4424 right: -68px;
4426 #hns-date-picker {
4427 bottom: 200px;
4428 right: -36px;
4430 #hns-date-picker::before {
4431 width: calc(100% - 35px);
4433 #theme-selector button::before {
4434 right: unset;
4435 left: 100%;
4437 #theme-selector:hover::after {
4438 content: "";
4439 display: block;
4440 position: absolute;
4441 width: calc(6em - 7px);
4442 height: calc(100% + 2px);
4443 top: 0;
4444 left: calc(100% + 1px);
4446 #anti-kibitzer-toggle {
4447 bottom: 330px;
4450 @media only screen and (max-width: 1080px) {
4451 #width-selector {
4452 right: -30px;
4454 #width-selector button {
4455 display: block;
4457 #text-size-adjustment-ui {
4458 top: 90px;
4459 right: -30px;
4461 #text-size-adjustment-ui button {
4462 display: block;
4463 position: relative;
4465 #text-size-adjustment-ui button.increase {
4466 bottom: 48px;
4468 #text-size-adjustment-ui button.decrease {
4469 top: 50px;
4471 #theme-selector {
4472 top: 46px;
4473 left: -44px;
4475 #theme-tweaker-toggle {
4476 left: -44px;
4477 top: 2px;
4479 #theme-tweaker-toggle button {
4480 height: 2em;
4481 width: 2em;
4482 padding: 7px;
4484 #quick-nav-ui {
4485 right: -54px;
4487 #new-comment-nav-ui {
4488 right: -55px;
4490 #hns-date-picker {
4491 right: -23px;
4493 #hns-date-picker::before {
4494 width: calc(100% - 22px);
4496 #anti-kibitzer-toggle {
4497 right: -54px;
4500 @media only screen and (max-width: 1040px) {
4501 #quick-nav-ui {
4502 right: -49px;
4504 #new-comment-nav-ui {
4505 right: -50px;
4507 #hns-date-picker {
4508 right: -18px;
4510 #hns-date-picker::before {
4511 width: calc(100% - 17px);
4513 #anti-kibitzer-toggle {
4514 right: -50px;
4517 @media only screen and (max-width: 1020px) {
4518 #quick-nav-ui {
4519 right: -20px;
4521 #new-comment-nav-ui {
4522 right: -21px;
4524 #new-comment-nav-ui .new-comments-count::before {
4525 content: "";
4526 position: absolute;
4527 width: 100%;
4528 height: calc(100% + 45px);
4529 z-index: -1;
4530 left: 0;
4531 top: -22px;
4533 #hns-date-picker {
4534 right: 19px;
4536 #hns-date-picker::before {
4537 width: 100%;
4539 #anti-kibitzer-toggle {
4540 right: -20px;
4543 @media only screen and (max-width: 1000px) {
4544 #theme-selector {
4545 left: -17px;
4546 top: 120px;
4547 padding: 3px 0;
4548 max-width: 32px;
4550 #theme-selector button {
4551 margin: 1px 4px;
4553 #text-size-adjustment-ui {
4554 top: 100px;
4555 right: -12px;
4557 @media not screen and (hover: none) {
4558 #quick-nav-ui,
4559 #new-comment-nav-ui,
4560 #new-comment-nav-ui + #hns-date-picker,
4561 #anti-kibitzer-toggle {
4562 opacity: 0.4;
4564 #quick-nav-ui:hover,
4565 #new-comment-nav-ui:hover,
4566 #new-comment-nav-ui + #hns-date-picker:hover,
4567 #new-comment-nav-ui + #hns-date-picker:focus-within,
4568 #new-comment-nav-ui:hover + #hns-date-picker,
4569 #anti-kibitzer-toggle:hover {
4570 opacity: 1.0;
4573 #theme-tweaker-toggle {
4574 top: 70px;
4575 left: -21px;
4579 /**************/
4580 /* PRINT VIEW */
4581 /**************/
4583 @media only print {
4584 .nav-bar {
4585 visibility: hidden;
4586 max-height: 0;
4587 overflow: hidden;
4589 #ui-elements-container {
4590 display: none;
4592 #images-overlay {
4593 display: none;
4595 #images-overlay + #content .post-body img {
4596 visibility: visible;
4598 .comment-controls {
4599 display: none;
4601 #comments-sort-mode-selector {
4602 display: none;
4604 .comment-minimize-button {
4605 display: none;
4607 .post-meta .qualified-linking,
4608 .post-meta .lw2-link {
4609 display: none;
4611 .comment-meta .permalink,
4612 .comment-meta .lw2-link,
4613 .comment-meta .comment-parent-link {
4614 display: none;
4616 .new-comment::before {
4617 display: none;
4619 #content::before {
4620 box-shadow: none;
4624 /*****************/
4625 /* MOBILE LAYOUT */
4626 /*****************/
4628 /* Hide the mobile elements on desktop screens: */
4630 @media only screen and (max-width: 1160px) {
4631 #post-nav-ui-toggle,
4632 #appearance-adjust-ui-toggle {
4633 display: none;
4637 @media only screen and (max-width: 1160px) {
4639 /*====================*/
4640 /* MOBILE UI ELEMENTS */
4641 /*====================*/
4643 #ui-elements-container {
4644 height: unset !important;
4645 position: unset;
4647 #ui-elements-container > * {
4648 position: fixed;
4649 visibility: hidden;
4650 opacity: 1.0;
4651 z-index: 10000;
4654 #ui-elements-container > div[id$='-ui-toggle'] {
4655 visibility: visible;
4656 display: inline-block;
4657 border-radius: 50%;
4658 z-index: 10000;
4660 #ui-elements-container > div[id$='-ui-toggle'] button,
4661 #theme-selector .theme-selector-close-button {
4662 font-family: Font Awesome;
4663 font-weight: 900;
4664 font-size: 32px;
4665 padding: 10px;
4666 opacity: 0.8;
4667 -webkit-tap-highlight-color: transparent;
4668 transition: transform 0.2s ease;
4670 #ui-elements-container > div[id$='-ui-toggle'] button::selection,
4671 #theme-selector .theme-selector-close-button::selection {
4672 background-color: transparent;
4674 #ui-elements-container > div[id$='-ui-toggle'] button::-moz-focus-inner,
4675 #theme-selector .theme-selector-close-button::-moz-focus-inner {
4676 border: none;
4678 #ui-elements-container > div[id$='-ui-toggle'] button.engaged {
4679 transform: rotate(-90deg);
4680 opacity: 1.0;
4683 #appearance-adjust-ui-toggle {
4684 bottom: 10px;
4685 left: 10px;
4688 #post-nav-ui-toggle {
4689 bottom: 10px;
4690 right: 10px;
4693 #theme-selector.engaged,
4694 #quick-nav-ui.engaged,
4695 #new-comment-nav-ui.engaged,
4696 #hns-date-picker.engaged {
4697 visibility: visible;
4700 #image-focus-overlay.engaged {
4701 visibility: visible;
4703 #image-focus-overlay .help-overlay {
4704 display: none;
4707 /*=========*/
4708 /* GENERAL */
4709 /*=========*/
4711 @media only screen and (max-width: 900px) {
4712 #content,
4713 #images-overlay,
4714 #ui-elements-container {
4715 min-width: unset;
4716 width: unset;
4718 #content {
4719 padding: 0 4px;
4723 /*================*/
4724 /* THEME SELECTOR */
4725 /*================*/
4727 #theme-selector {
4728 display: flex;
4729 flex-flow: column;
4730 background-color: #fff;
4731 width: calc(100vw - 20px);
4732 max-width: 360px;
4733 padding: 0 0 3px 0;
4734 overflow: hidden;
4735 max-height: 0;
4736 transition:
4737 top 0.2s ease,
4738 max-height 0.2s ease,
4739 visibility 0.2s ease;
4740 top: calc(100% + 10px);
4741 left: 0;
4742 right: 0;
4743 margin: auto;
4745 #theme-selector.engaged {
4746 max-height: 1000px;
4747 top: 10px;
4748 z-index: 10001;
4750 #theme-selector::before {
4751 content: "Select theme";
4752 white-space: nowrap;
4753 display: block;
4754 font-weight: 600;
4755 font-size: 2rem;
4756 margin: 0.375em 1em 0.5em 1em;
4757 text-align: center;
4759 #theme-selector button {
4760 width: calc(100% - 0.5em);
4761 background-repeat: no-repeat;
4762 padding: 1em 0.875em;
4763 margin: 1px 4px;
4764 line-height: 1;
4765 height: unset;
4766 position: relative;
4768 #theme-selector button::after {
4769 content: attr(data-theme-description);
4770 color: #000;
4771 white-space: nowrap;
4772 position: absolute;
4773 text-align: left;
4774 left: 2.5em;
4775 top: 1em;
4777 @media only screen and (max-height: 675px) {
4778 #theme-selector button {
4779 padding: 0.875em;
4781 #theme-selector button::after {
4782 top: 0.875em;
4785 #theme-selector .theme-selector-close-button {
4786 position: absolute;
4787 width: unset;
4788 background-color: transparent;
4789 top: 0;
4790 right: -3px;
4792 #theme-selector .theme-selector-close-button,
4793 #theme-selector .theme-selector-close-button:focus,
4794 #theme-selector .theme-selector-close-button:active,
4795 #theme-selector .theme-selector-close-button:hover {
4796 box-shadow: none;
4799 /*===============*/
4800 /* THEME TWEAKER */
4801 /*===============*/
4803 #theme-selector {
4804 padding: 0 0 64px 0;
4806 #theme-selector ~ #theme-tweaker-toggle {
4807 top: 100%;
4809 #theme-selector ~ #theme-tweaker-toggle::after {
4810 content: "Open theme tweaker";
4811 position: absolute;
4812 font-size: 0.625em;
4813 white-space: nowrap;
4814 left: -50%;
4815 top: 100%;
4817 #theme-selector.engaged ~ #theme-tweaker-toggle {
4818 visibility: visible;
4819 top: 530px;
4820 left: 0;
4821 right: 0;
4822 margin: auto;
4823 z-index: 11111;
4824 transition:
4825 top 0.2s ease,
4826 visibility 0.2s ease;
4828 @media only screen and (max-height: 675px) {
4829 #theme-selector.engaged ~ #theme-tweaker-toggle {
4830 top: 492px;
4833 @supports (width: -moz-fit-content) {
4834 #theme-selector.engaged ~ #theme-tweaker-toggle {
4835 width: -moz-fit-content;
4838 @supports (width: fit-content) {
4839 #theme-selector.engaged ~ #theme-tweaker-toggle {
4840 width: fit-content;
4843 #theme-selector.engaged ~ #theme-tweaker-toggle button {
4844 opacity: 1.0;
4847 #theme-tweaker-ui {
4848 visibility: visible;
4851 /*======================*/
4852 /* ANTI-KIBITZER TOGGLE */
4853 /*======================*/
4855 #theme-selector ~ #anti-kibitzer-toggle {
4856 top: 100%;
4857 bottom: unset;
4858 left: 0;
4859 right: 0;
4860 margin: auto;
4861 box-shadow: none;
4862 width: calc(100vw - 44px);
4863 max-width: 330px;
4864 text-align: right;
4865 pointer-events: none;
4867 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4868 visibility: visible;
4869 z-index: 11110;
4870 top: 530px;
4871 transition:
4872 top 0.2s ease,
4873 visibility 0.2s ease;
4875 @media only screen and (max-height: 675px) {
4876 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4877 top: 492px;
4880 #theme-selector.engaged ~ #anti-kibitzer-toggle button {
4881 pointer-events: auto;
4882 display: inline-block;
4885 /*=================*/
4886 /* QUICKNAV WIDGET */
4887 /*=================*/
4889 #quick-nav-ui {
4890 max-width: 0px;
4891 transition:
4892 max-width 0.2s ease,
4893 visibility 0.2s ease;
4894 display: flex;
4895 right: 72px;
4896 bottom: 14px;
4898 #quick-nav-ui.engaged {
4899 max-width: 1000px;
4901 #quick-nav-ui a {
4902 position: relative;
4903 margin: 2px;
4905 #quick-nav-ui a + a {
4906 margin-left: 5px;
4908 #quick-nav-ui a::after {
4909 position: absolute;
4910 top: calc(100% + 2px);
4911 font-size: 0.375rem;
4912 left: 0;
4913 right: 0;
4914 margin: auto;
4915 line-height: 1;
4916 padding: 2px;
4917 text-transform: uppercase;
4918 z-index: -1;
4920 @supports (width: -moz-fit-content) {
4921 #quick-nav-ui a::after {
4922 width: -moz-fit-content;
4925 @supports (width: fit-content) {
4926 #quick-nav-ui a::after {
4927 width: fit-content;
4930 #quick-nav-ui a[href='#top']::after {
4931 content: "Top";
4932 left: -1px;
4934 #quick-nav-ui a[href='#comments']::after {
4935 content: "Comments";
4937 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
4938 visibility: hidden;
4939 transition: visibility 0.2s ease;
4941 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui.engaged a[href='#comments'] {
4942 visibility: visible;
4944 #quick-nav-ui a[href='#bottom-bar']::after {
4945 content: "Bottom";
4948 /*======================*/
4949 /* NEW COMMENT QUICKNAV */
4950 /*======================*/
4952 #new-comment-nav-ui {
4953 max-width: 0px;
4954 max-height: 0px;
4955 transition:
4956 max-width 0.2s ease,
4957 max-height 0.2s ease,
4958 visibility 0.2s ease;
4959 display: flex;
4960 right: 78px;
4961 bottom: 70px;
4963 #new-comment-nav-ui::before {
4964 content: "New Comments";
4965 position: absolute;
4966 bottom: 100%;
4967 font-size: 0.5625rem;
4968 left: 0;
4969 right: 0;
4970 margin: auto;
4971 padding: 2px 3px;
4972 text-transform: uppercase;
4973 z-index: -1;
4975 @supports (width: -moz-fit-content) {
4976 #new-comment-nav-ui::before {
4977 width: -moz-fit-content;
4980 @supports (width: fit-content) {
4981 #new-comment-nav-ui::before {
4982 width: fit-content;
4985 #new-comment-nav-ui.engaged {
4986 max-width: 1000px;
4987 max-height: 1000px;
4989 #new-comment-nav-ui .new-comment-sequential-nav-button {
4990 top: unset;
4991 bottom: unset;
4992 padding: 2px 7px;
4994 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
4995 padding: 2px 7px 3px 7px;
4997 #new-comment-nav-ui .new-comments-count {
4998 padding: 4px 0 5px 0;
5000 #new-comment-nav-ui .new-comments-count::before {
5001 display: none;
5003 #new-comment-nav-ui button::after {
5004 position: absolute;
5005 font-size: 0.375rem;
5006 left: 0;
5007 right: 0;
5008 margin: auto;
5009 line-height: 1;
5010 text-transform: uppercase;
5011 pointer-events: none;
5013 #new-comment-nav-ui button.new-comment-previous::after {
5014 content: "Previous";
5015 bottom: 5px;
5017 #new-comment-nav-ui button.new-comment-next::after {
5018 content: "Next";
5019 top: 7px;
5022 /*=================*/
5023 /* HNS DATE PICKER */
5024 /*=================*/
5026 #hns-date-picker {
5027 max-height: 0px;
5028 bottom: 132px;
5029 right: 62px;
5030 transition:
5031 max-height 0.2s ease,
5032 visibility 0.2s ease;
5034 #hns-date-picker.engaged {
5035 max-height: 1000px;
5037 #hns-date-picker::before {
5038 width: calc(100% + 2px);
5039 border-width: 1px !important;
5042 /*=========*/
5043 /* NAV BAR */
5044 /*=========*/
5046 #bottom-bar {
5047 margin-left: auto;
5048 margin-right: auto;
5049 width: calc(100% - 9rem + 8px);
5050 background: rgba(255,255,255,0.85);
5051 backdrop-filter: blur(1px);
5053 #content.index-page #bottom-bar {
5054 z-index: 10001;
5056 #bottom-bar .nav-item {
5057 box-shadow: none;
5058 position: relative;
5060 #bottom-bar .nav-inner {
5061 font-size: 2rem;
5062 padding: 1rem 0 1.25rem 0;
5063 visibility: hidden;
5064 position: static;
5065 width: 0;
5067 #content #bottom-bar .nav-item .nav-inner::before {
5068 margin: 0;
5069 visibility: visible;
5070 position: absolute;
5071 width: 100%;
5072 height: 100%;
5073 left: 0;
5074 top: 0;
5075 padding: 1rem 0;
5077 #bottom-bar .nav-inner::after {
5078 display: block;
5079 visibility: visible;
5080 text-transform: uppercase;
5081 color: unset;
5082 font-size: 0.75rem;
5083 top: unset;
5084 left: 0;
5085 bottom: 1rem;
5086 width: 100%;
5088 #bottom-bar #nav-item-first .nav-inner::after {
5089 content: "First Page";
5091 #bottom-bar #nav-item-prev .nav-inner::after {
5092 content: "Prev. Page";
5094 #bottom-bar #nav-item-top .nav-inner::after {
5095 content: "Top";
5097 #bottom-bar #nav-item-next .nav-inner::after {
5098 content: "Next Page";
5100 #bottom-bar #nav-item-last .nav-inner::after {
5101 content: "Last Page";
5104 @media only screen and (max-width: 900px) {
5105 .nav-bar-top {
5106 font-size: 0.75rem;
5108 .nav-bar {
5109 width: calc(100% + 8px);
5110 margin: 0 -4px;
5112 .nav-bar .nav-inner::after {
5113 display: none;
5116 #primary-bar .nav-item {
5117 flex: 1 1 100%;
5119 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) {
5120 flex: 1 1 60px;
5122 .nav-bar-top:not(#anything) .nav-inner {
5123 text-transform: uppercase;
5124 padding: 6px;
5126 .nav-bar-top .nav-inner::before {
5127 display: block;
5128 font-family: "Font Awesome";
5129 font-size: 2em;
5130 font-weight: 900;
5133 #nav-item-home .nav-inner::before {
5134 content: "\F015";
5136 #nav-item-featured .nav-inner::before {
5137 content: "\F005";
5139 #nav-item-all .nav-inner::before {
5140 content: "\F069";
5142 #nav-item-meta .nav-inner::before {
5143 content: "\F077";
5145 #nav-item-tags .nav-inner::before {
5146 content: "\F02C";
5148 #nav-item-recent-comments > * > span {
5149 display: none;
5151 #nav-item-recent-comments .nav-inner::before,
5152 #nav-item-alignment-forum-comments .nav-inner::before {
5153 content: "\F036";
5155 #nav-item-alignment-forum .nav-inner::before {
5156 content: "AF";
5157 font-family: Concourse, 'Changa One';
5159 #nav-item-questions .nav-inner::before {
5160 content: "?";
5161 font-family: Concourse, 'Changa One';
5163 #nav-item-events .nav-inner::before {
5164 content: "\F5A0";
5166 #nav-item-shortform .nav-inner::before {
5167 content: "\F2F2";
5169 #nav-item-archive .nav-inner::before {
5170 content: "\F187";
5172 #nav-item-about .nav-inner::before {
5173 content: "\F129";
5175 #nav-item-search {
5176 font-size: 2em;
5177 padding: 10px;
5179 #nav-item-search .nav-inner::before {
5180 content: none;
5182 #nav-item-search .nav-inner {
5183 height: 100%;
5184 display: flex;
5186 #nav-item-search input {
5187 width: 100%;
5188 height: 100%;
5190 #nav-item-search button {
5191 height: 100%;
5192 padding: 5px 5px 5px 10px;
5193 width: 40px;
5194 overflow: visible;
5195 visibility: hidden;
5197 #nav-item-search button::before {
5198 content: "\F002";
5199 font-family: Font Awesome;
5200 font-weight: 900;
5201 visibility: visible;
5203 #nav-item-login {
5204 padding: 0;
5206 #nav-item-login .nav-inner::before {
5207 content: "\F007";
5210 @media only screen and (max-width: 520px) {
5211 .nav-bar-top {
5212 font-size: 0.5rem;
5215 #nav-item-search,
5216 #nav-item-search .nav-inner {
5217 padding: 0;
5219 #nav-item-search button {
5220 width: 31px;
5223 #bottom-bar #nav-item-first .nav-inner::after {
5224 content: "First";
5226 #bottom-bar #nav-item-prev .nav-inner::after {
5227 content: "Prev";
5229 #bottom-bar #nav-item-next .nav-inner::after {
5230 content: "Next";
5232 #bottom-bar #nav-item-last .nav-inner::after {
5233 content: "Last";
5237 /*=================*/
5238 /* INBOX INDICATOR */
5239 /*=================*/
5241 @media only screen and (max-width: 900px) {
5242 #inbox-indicator {
5243 width: 100%;
5244 top: 0;
5245 pointer-events: none;
5247 #inbox-indicator::before {
5248 width: 100%;
5249 font-size: 1rem;
5250 text-align: right;
5251 padding: 1px 6px;
5253 #inbox-indicator.new-messages {
5254 pointer-events: auto;
5256 #inbox-indicator.new-messages::before {
5257 box-shadow: 0 0 8px 1px #f00 inset;
5260 @media only screen and (max-width: 520px) {
5261 #inbox-indicator::before {
5262 font-size: 0.75rem;
5263 padding: 2px 5px;
5266 @media only screen and (max-width: 374px) {
5267 #inbox-indicator::before {
5268 font-size: 0.625rem;
5272 /*===================*/
5273 /* TOP PAGINATION UI */
5274 /*===================*/
5276 #top-nav-bar {
5277 font-size: 1.75rem;
5280 /*==============*/
5281 /* PAGE TOOLBAR */
5282 /*==============*/
5284 @media only screen and (max-width: 900px) {
5285 #content > .page-toolbar {
5286 font-size: 1rem;
5287 margin-right: 0;
5289 #content.user-page > .page-toolbar {
5290 grid-column: 2 / span 2;
5291 margin: 0 0 6px 0;
5294 @media only screen and (max-width: 520px) {
5295 #content:not(.user-page) .page-toolbar {
5296 display: flex;
5297 flex-direction: column-reverse;
5298 text-align: right;
5299 align-self: start;
5300 padding: 4px 0 0 0;
5302 #content.user-page .page-toolbar {
5303 display: flex;
5304 flex-flow: row;
5305 justify-content: flex-end;
5306 padding: 2px 0 0 0;
5308 #content.user-page .page-toolbar > form,
5309 #content.user-page .page-toolbar > .button {
5310 text-align: center;
5311 flex-basis: 25%;
5312 margin-left: 1.5em;
5314 #content.user-page .page-toolbar .button {
5315 text-transform: uppercase;
5316 font-size: 0.625rem;
5318 #content.user-page .page-toolbar .button::before {
5319 font-size: 1.375rem;
5320 display: block;
5321 padding: 0;
5323 #content.user-page .page-toolbar .rss {
5324 white-space: nowrap;
5325 margin: 0 0 0 1.5em;
5327 .page-toolbar > * {
5328 line-height: 1.15;
5329 padding: 6px 0;
5330 margin: 0;
5334 /*==============*/
5335 /* SUBLEVEL NAV */
5336 /*==============*/
5338 @media only screen and (max-width: 900px) {
5339 .sublevel-nav:not(.sort) {
5340 flex-wrap: wrap;
5341 width: calc(100vw - 200px);
5343 .sublevel-nav:not(.sort) .sublevel-item {
5344 margin: 1px;
5345 flex-basis: 7em;
5348 @media only screen and (max-width: 520px) {
5349 .sublevel-nav:not(.sort) .sublevel-item {
5350 font-size: 1rem;
5354 /*=====================*/
5355 /* SORT ORDER SELECTOR */
5356 /*=====================*/
5358 @media only screen and (max-width: 720px) {
5359 #content.index-page > .sublevel-nav.sort {
5360 flex-flow: column;
5361 margin-left: 4px;
5365 /*==========*/
5366 /* ARCHIVES */
5367 /*==========*/
5369 @media only screen and (max-width: 900px) {
5370 div[class^='archive-nav-'] {
5371 flex-wrap: wrap;
5372 justify-content: flex-start;
5374 .archive-nav *[class^='archive-nav-item'],
5375 .archive-nav *[class^='archive-nav-item']:first-child {
5376 padding: 10px;
5377 margin: 2px;
5378 max-width: unset;
5379 flex: 0 1 calc((100% / 8) - 4px);
5381 .archive-nav .archive-nav-item-day,
5382 .archive-nav .archive-nav-item-day:first-child {
5383 flex-basis: calc((100% / 16) - 4px);
5385 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-'] {
5386 margin-top: 8px;
5387 position: relative;
5389 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
5390 content: "";
5391 display: block;
5392 position: absolute;
5393 height: 1px;
5394 width: calc(100% + 8px);
5395 left: -4px;
5396 top: -4px;
5399 @media only screen and (max-width: 720px) {
5400 .archive-nav .archive-nav-item-day,
5401 .archive-nav .archive-nav-item-day:first-child {
5402 flex-basis: calc((100% / 12) - 4px);
5405 @media only screen and (max-width: 520px) {
5406 .archive-nav *[class^='archive-nav-item'],
5407 .archive-nav *[class^='archive-nav-item']:first-child {
5408 flex-basis: calc((100% / 5) - 4px);
5410 .archive-nav .archive-nav-item-day,
5411 .archive-nav .archive-nav-item-day:first-child {
5412 flex-basis: calc((100% / 8) - 4px);
5416 /*==========*/
5417 /* LISTINGS */
5418 /*==========*/
5420 h1.listing {
5421 max-height: unset;
5424 /*============*/
5425 /* USER PAGES */
5426 /*============*/
5428 #content.user-page h1.page-main-heading {
5429 align-self: end;
5431 @media only screen and (max-width: 520px) {
5432 #content.user-page h1.page-main-heading {
5433 overflow: hidden;
5434 text-overflow: ellipsis;
5436 #content.user-page .user-stats .karma-type {
5437 display: block;
5441 /*============*/
5442 /* LOGIN PAGE */
5443 /*============*/
5445 @media only screen and (max-width: 640px) {
5446 .login-container {
5447 flex-flow: column;
5448 margin: 0 auto 3em auto;
5449 max-width: 400px;
5451 .login-container #login-form,
5452 .login-container #signup-form {
5453 padding: 0 1em 1.25em 1em;
5454 grid-row-gap: 0;
5456 .login-container #signup-form {
5457 padding-top: 1em;
5459 .login-container #login-form > *,
5460 .login-container #signup-form > * {
5461 grid-column: 1 / span 2;
5463 .login-container form label {
5464 text-align: left;
5465 padding: 0;
5466 line-height: 1;
5468 .login-container form input {
5469 margin: 0.25em 0 0.75em 0;
5470 padding: 0.5em;
5472 .login-container form h1 {
5473 grid-column: 1 / span 2;
5474 margin: 0 0 0.25em 0;
5476 .login-container form a {
5477 margin: 0.75em 0 0 0;
5479 .login-container .login-tip {
5480 margin: 1.5em 1em 0 1em;
5484 /*==================*/
5485 /* POSTS & COMMENTS */
5486 /*==================*/
5488 @media only screen and (max-width: 720px) {
5489 .body-text ol > li {
5490 padding: 0 0 0 2.25em;
5492 .body-text ol > li::before {
5493 width: 1.75em;
5495 .body-text ul:not(.contents-list) > li,
5496 .body-text ul:not(.contents-list) > li ul > li {
5497 padding: 0 0 0 0.75em;
5499 .body-text ul:not(.contents-list) > li::before,
5500 .body-text ul:not(.contents-list) > li ul > li::before {
5501 width: 0.125em;
5502 margin-left: -0.06em;
5506 /*===========*/
5507 /* POST-META */
5508 /*===========*/
5510 .post-meta {
5511 line-height: 1.9;
5513 @media only screen and (max-width: 720px) {
5514 .post-meta .lw2-link span,
5515 .post-meta .karma-value span,
5516 .post-meta .comment-count span {
5517 display: none;
5519 .post-meta .comment-count::before {
5520 content: "\F086";
5521 font-family: Font Awesome;
5522 font-size: 0.875em;
5523 margin: 0 0.25em 0 0;
5524 font-weight: 400;
5528 /*===================*/
5529 /* POSTS & BODY TEXT */
5530 /*===================*/
5532 @media only screen and (max-width: 900px) {
5533 .post-body,
5534 h1.post-title,
5535 .tag-description,
5536 .sequence-text {
5537 padding: 0 6px;
5540 @media only screen and (max-width: 520px) {
5541 .post-body {
5542 font-size: 1.2rem;
5543 line-height: 1.45;
5545 h1.post-title {
5546 font-size: 2em;
5550 /*==============*/
5551 /* COMMENT-META */
5552 /*==============*/
5554 a.comment-parent-link::after {
5555 display: none;
5557 @media only screen and (max-width: 900px) {
5558 .comment-meta {
5559 padding: 2px 40px 2px 10px;
5562 @media only screen and (max-width: 720px) {
5563 .comment .karma-value span {
5564 display: none;
5566 .comment-meta .comment-parent-link {
5567 opacity: 1.0;
5570 @media only screen and (max-width: 520px) {
5571 .comment-meta {
5572 padding: 2px 24px 2px 10px;
5573 position: relative;
5575 .comment-meta > * {
5576 order: 3;
5578 .comment-meta > :not(.author) {
5579 line-height: 1.8;
5581 .comment-meta .author,
5582 .comment-meta .date {
5583 order: 1;
5585 .comment-meta:before {
5586 content: "";
5587 order: 2;
5588 flex-basis: 100%;
5590 .comment-post-title2 {
5591 display: block;
5592 text-overflow: ellipsis;
5593 overflow: hidden;
5595 .comment-meta .lw2-link {
5596 display: none;
5600 /*=======================*/
5601 /* COMMENTS COMPACT VIEW */
5602 /*=======================*/
5604 /*===========================*/
5605 /* COMMENT THREAD NAVIGATION */
5606 /*===========================*/
5608 @media only screen and (max-width: 900px) {
5609 a.comment-parent-link {
5610 width: 0;
5611 visibility: hidden;
5612 position: relative;
5614 a.comment-parent-link::before {
5615 padding: 0;
5616 font-size: 1em;
5617 left: 0;
5618 top: 0;
5619 line-height: inherit;
5620 visibility: visible;
5621 content: "\F3BF";
5622 transform: scaleX(-1);
5623 width: 2em;
5624 text-align: center;
5627 @media only screen and (max-width: 520px) {
5628 a.comment-parent-link {
5629 position: static;
5631 a.comment-parent-link::before {
5632 padding: 6px;
5633 left: unset;
5634 right: 0;
5635 top: unset;
5636 bottom: 0;
5637 height: 2em;
5641 /*=================================*/
5642 /* COMMENT THREAD MINIMIZE BUTTONS */
5643 /*=================================*/
5645 @media only screen and (max-width: 520px) {
5646 .comment-minimize-button{
5647 right: 2px;
5651 /*===========================*/
5652 /* COMMENTING AND POSTING UI */
5653 /*===========================*/
5655 @media only screen and (max-width: 900px) {
5656 .comment-controls .delete-button, .comment-controls .retract-button, .comment-controls .unretract-button, .comment-controls .edit-button {
5657 font-size: 0;
5659 .comment-controls .delete-button::before, .comment-controls .retract-button::before, .comment-controls .unretract-button::before, .comment-controls .edit-button::before {
5660 font-size: 0.9rem;
5662 .comment-controls .cancel-comment-button {
5663 max-width: 1.3em;
5664 overflow: hidden;
5665 margin-right: 0.125em;
5667 .comment-controls .edit-button::before {
5668 font-size: 0.9375rem;
5670 .comments > .comment-controls .cancel-comment-button {
5671 right: 8px;
5673 .comment-controls .cancel-comment-button::before {
5674 font-size: 1.25rem;
5677 @media only screen and (max-width: 520px) {
5678 .comment-controls {
5679 position: static;
5681 .comment-controls:focus-within {
5682 z-index: 10001;
5684 .comment-controls .cancel-comment-button {
5685 right: 10px;
5687 .textarea-container:focus-within textarea {
5688 position: fixed;
5689 top: 0;
5690 left: 2px;
5691 width: calc(100vw - 4px);
5692 height: calc(100% - 100px);
5693 min-height: unset;
5694 max-height: unset;
5695 border-width: 1px;
5696 z-index: 11001;
5698 #content.conversation-page .textarea-container:focus-within textarea {
5699 height: calc(100% - 54px);
5701 #content.conversation-page .textarea-container:focus-within::after {
5702 content: "";
5703 display: block;
5704 width: 100%;
5705 height: 50px;
5706 position: fixed;
5707 left: 0;
5708 bottom: 0;
5709 z-index: 11000;
5711 .textarea-container:focus-within .guiedit-buttons-container {
5712 position: fixed;
5713 z-index: 11002;
5714 left: 0;
5715 width: 100vw;
5716 height: auto;
5717 background-image: none;
5718 padding: 3px 4px 4px 4px;
5719 margin: 0;
5720 text-align: center;
5721 top: auto;
5722 bottom: 0;
5724 .textarea-container:focus-within button.guiedit {
5725 font-size: 0.9375rem;
5726 line-height: 1.5;
5727 height: auto;
5728 width: calc((100% / 10) - 2px);
5729 padding: 10px 1px 8px 0;
5730 position: relative;
5731 margin: 1px;
5733 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
5734 z-index: 11011;
5735 position: fixed;
5736 bottom: 7px;
5737 width: calc(((100% - 16px) / 10) * 2.5 - 7px);
5738 font-size: 1.25rem;
5739 padding: 5px 5px 6px 5px;
5740 display: block;
5742 .textarea-container:focus-within button.guiedit sup {
5743 position: absolute;
5744 left: calc(50% + 0.65em);
5745 top: calc(50% - 1.3em);
5747 .textarea-container:focus-within .guiedit-mobile-help-button {
5748 left: 8px;
5750 .textarea-container:focus-within .guiedit-mobile-exit-button {
5751 right: 8px;
5753 .guiedit::after {
5754 display: none;
5757 #markdown-hints,
5758 #edit-post-form #markdown-hints {
5759 z-index: 11111;
5760 position: fixed;
5761 top: 40px;
5762 left: 0;
5763 right: 0;
5764 margin: auto;
5765 padding: 4px 0 4px 8px;
5766 width: 310px;
5767 border-width: 3px;
5768 border-style: double;
5769 pointer-events: none;
5771 #markdown-hints::after {
5772 content: "(Type to hide this help box.)";
5773 color: #090;
5774 display: block;
5775 margin: 12px 18px 13px 10px;
5776 padding: 5px;
5777 font-size: 0.9em;
5778 text-align: center;
5782 /*================*/
5783 /* EDIT POST FORM */
5784 /*================*/
5786 @media only screen and (max-width: 520px) {
5787 #edit-post-form {
5788 padding-bottom: 0;
5790 #edit-post-form .post-meta-fields {
5791 grid-template-columns: 4.5em auto auto auto 1fr auto;
5793 #edit-post-form label[for='url'],
5794 #edit-post-form label[for='section'],
5795 #edit-post-form label[for='title'] {
5796 padding-left: 0;
5798 #edit-post-form .post-meta-fields input[type='checkbox'] + label.iconify {
5799 white-space: normal;
5800 line-height: 0.9;
5801 top: -1px;
5802 font-family: Font Awesome;
5803 font-weight: 900;
5804 justify-self: start;
5806 #edit-post-form .post-meta-fields .question-checkbox,
5807 #edit-post-form .post-meta-fields .question-checkbox + label {
5808 grid-column: 6;
5809 margin-left: unset;
5811 #edit-post-form .post-meta-fields input[type='radio'] + label {
5812 align-self: start;
5814 #edit-post-form .textarea-container:focus-within textarea {
5815 height: calc(100% - 101px);
5816 min-height: unset;
5819 #markdown-hints-checkbox,
5820 #markdown-hints-checkbox + label {
5821 display: none;
5824 #edit-post-form div:last-child {
5825 clear: both;
5826 overflow: auto;
5828 #edit-post-form input[type='submit'] {
5829 float: none;
5830 display: block;
5831 font-size: 1.5rem;
5832 margin: 1rem auto 1.5rem auto;
5833 padding: 6px 12px 8px 12px;
5837 /*===================*/
5838 /* TABLE OF CONTENTS */
5839 /*===================*/
5841 @media only screen and (max-width: 900px) {
5842 .contents {
5843 float: none;
5844 display: table;
5845 max-width: none;
5846 margin-left: auto;
5847 margin-right: auto;
5850 @media only screen and (max-width: 520px) {
5851 .contents {
5852 max-width: 100%;
5853 margin: 1em auto 0 auto;
5854 display: table;
5856 .contents-head {
5857 font-size: 1.2em;
5859 div.post-body .contents ul {
5860 font-size: unset;
5864 /*========================*/
5865 /* QUALIFIED HYPERLINKING */
5866 /*========================*/
5868 @media only screen and (max-width: 520px) {
5869 .qualified-linking-toolbar {
5870 right: -5em;
5874 } /* END MOBILE LAYOUT */
5877 /**************/
5878 /* THEME LESS */
5879 /**************/
5881 /*===========*/
5882 /* VARIABLES */
5883 /*===========*/
5885 /* Color scheme.
5887 :root {
5888 --GW-comment-background-color-odd: #f6f6f6;
5889 --GW-comment-background-color-even: #fff;
5890 --GW-comment-background-color-target: #ffd;
5893 /*======*/
5894 /* BASE */
5895 /*======*/
5897 body {
5898 color: #000;
5899 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
5900 font-weight: 300;
5901 background-color: #fff;
5903 #content {
5904 line-height: 1.55;
5905 padding: 30px 20px 0 90px;
5907 #content.comment-thread-page {
5908 padding: 0 0 0 60px;
5910 #ui-elements-container {
5911 visibility: hidden;
5914 /* Compensating for Linux/Windows being terrible. */
5916 .post-meta > *:not(.post-section),
5917 .comment-meta > *,
5918 #primary-bar a,
5919 #bottom-bar a,
5920 #secondary-bar a,
5921 #secondary-bar button,
5922 #nav-item-search > *,
5923 .page-toolbar > *,
5924 #top-nav-bar > *,
5925 .body-text a {
5926 text-shadow: 0 0 0 #aaa;
5929 /* Compensating for Safari being terrible. */
5931 @media not all and (min-resolution:.001dpcm) { @media {
5932 .post-meta > *:not(.post-section),
5933 .comment-meta > *,
5934 #primary-bar a,
5935 #secondary-bar a,
5936 #secondary-bar button,
5937 #bottom-bar a,
5938 #nav-item-search > *,
5939 .page-toolbar > *,
5940 #top-nav-bar > *,
5941 .body-text a {
5942 text-shadow: 0 0 1px #888;
5946 /*=========*/
5947 /* NAV BAR */
5948 /*=========*/
5950 #tertiary-bar {
5951 display: none; /* FIXME */
5954 /*= Layout (desktop) =*/
5956 @media not screen and (hover: none) {
5957 .nav-inner {
5958 font-size: 1.125em;
5959 padding: 0.5rem 0.75rem;
5960 text-align: right;
5962 #secondary-bar .nav-inner {
5963 font-size: 0.875em;
5964 padding: 0.5rem 0.75rem;
5966 #primary-bar,
5967 #secondary-bar {
5968 margin: 0;
5969 flex-flow: column;
5970 line-height: 1;
5972 #primary-bar {
5973 position: fixed;
5974 width: inherit;
5975 min-width: inherit;
5976 max-width: inherit;
5977 left: 0;
5978 right: 0;
5979 margin: auto;
5980 align-items: flex-start;
5981 pointer-events: none;
5983 #primary-bar > * {
5984 position: relative;
5985 right: 47px;
5986 width: 112px;
5987 pointer-events: auto;
5989 #secondary-bar #nav-item-sequences .nav-inner {
5990 font-size: 0.875em;
5991 line-height: unset;
5992 text-overflow: unset;
5994 #nav-item-sequences .nav-inner::before {
5995 content: unset;
5997 #secondary-bar #nav-item-about {
5998 padding-right: unset;
6000 #secondary-bar #nav-item-about .nav-inner {
6001 margin-right: unset;
6003 #nav-item-archive,
6004 #nav-item-sequences,
6005 #nav-item-about {
6006 position: fixed;
6007 transform: translateX(-121px);
6008 width: 85px;
6010 #content.comment-thread-page #nav-item-archive,
6011 #content.comment-thread-page #nav-item-sequences,
6012 #content.comment-thread-page #nav-item-about {
6013 transform: translateX(-81px);
6016 #nav-item-home {
6017 padding-top: 0.5em;
6020 #bottom-bar .nav-inner {
6021 text-align: center;
6022 padding: 0.75em;
6026 /*= Styling =*/
6028 #bottom-bar .nav-item a::before {
6029 font-weight: 300;
6032 .nav-bar a,
6033 .nav-bar a:visited {
6034 color: #acd2af;
6036 .nav-bar a:hover {
6037 color: #79a97e;
6040 /* Accesskey hints */
6042 .nav-inner::after {
6043 display: none;
6046 /* "Tabs" */
6048 .nav-current {
6049 font-weight: 500;
6052 #nav-item-recent-comments .nav-inner span {
6053 display: none;
6055 #nav-item-login {
6056 position: absolute;
6057 top: 0;
6058 right: 0;
6059 padding-right: 1.5em;
6062 /* Search tab */
6064 #nav-item-search {
6065 position: absolute;
6066 top: 0;
6067 left: 4.75em;
6068 width: 400px;
6070 #nav-item-search .nav-inner {
6071 padding: 1px;
6072 display: flex;
6074 #nav-item-search form::before {
6075 font-size: 1.125em;
6076 color: #e6e6e6;
6077 font-weight: 400;
6078 padding: 5px;
6079 transition: color 0.15s ease;
6081 #nav-item-search form:focus-within::before {
6082 color: #92c396;
6084 #nav-item-search button {
6085 border: none;
6086 font-weight: 300;
6087 padding: 6px;
6088 height: 23px;
6090 #nav-item-search form:not(:focus-within) button:not(:hover) {
6091 color: #ddd;
6093 #nav-item-search input {
6094 width: unset;
6095 flex: 1 0 auto;
6096 font-family: Inconsolata, monospace;
6097 padding: 2px 1px;
6098 margin: 0 0 0 2px;
6100 #nav-item-search input::placeholder {
6101 color: #d00;
6102 font-weight: normal;
6105 /* Inbox indicator */
6107 #inbox-indicator::before {
6108 color: #eaeaea;
6109 top: 3px;
6110 font-size: 1.125em;
6113 /* Decorative bottom bar */
6115 #bottom-bar.decorative {
6116 margin-top: 0.25em;
6118 #bottom-bar.decorative::before,
6119 #bottom-bar.decorative::after {
6120 content: "GW";
6121 display: block;
6122 text-align: center;
6123 padding: 0.25em 0 1em 0;
6125 #bottom-bar.decorative::before {
6126 width: 100%;
6127 color: transparent;
6128 background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAMdXV1QUAACwAAAAAAQABAAACAkQBADs=');
6129 background-repeat: repeat-x;
6130 background-position: center 35%;
6131 margin: 0 30px;
6132 filter: opacity(0.5);
6134 #bottom-bar.decorative::after {
6135 color: #eee;
6136 position: absolute;
6137 left: 0;
6138 right: 0;
6139 margin: auto;
6140 background-color: #fff;
6141 padding-right: 4px;
6142 padding-left: 4px;
6144 @supports (width: -moz-fit-content) {
6145 #bottom-bar.decorative::after {
6146 width: -moz-fit-content;
6149 @supports (width: fit-content) {
6150 #bottom-bar.decorative::after {
6151 width: fit-content;
6155 /*= Top pagination UI hover tooltips =*/
6157 #top-nav-bar a::after,
6158 #bottom-bar a::after {
6159 color: #000;
6162 /*==============*/
6163 /* PAGE TOOLBAR */
6164 /*==============*/
6166 .page-toolbar {
6167 padding: 0 0 0 0;
6168 margin: 0;
6169 position: fixed;
6170 width: 120px;
6172 .page-toolbar > * {
6173 display: block;
6174 text-align: right;
6175 line-height: 1;
6176 padding: 0.5rem 0.75rem;
6177 position: relative;
6178 right: 56px;
6180 @media not screen and (hover: none) {
6181 .page-toolbar {
6182 width: inherit;
6183 min-width: inherit;
6184 max-width: inherit;
6185 left: 0;
6186 right: 0;
6187 margin-right: unset;
6188 margin: auto;
6189 align-items: flex-start;
6190 pointer-events: none;
6192 .page-toolbar > * {
6193 right: 47px;
6194 width: 112px;
6195 margin-left: unset;
6196 pointer-events: auto;
6200 .page-toolbar button {
6201 padding: 0;
6204 .page-toolbar .button::before {
6205 font-size: 0.875em;
6206 font-weight: 400;
6209 .new-private-message {
6210 white-space: normal;
6211 line-height: 1.15;
6213 .new-private-message::before {
6214 opacity: 0.7;
6217 .logout-button {
6218 color: #d33;
6219 font-weight: 300;
6222 /*===================*/
6223 /* TOP PAGINATION UI */
6224 /*===================*/
6226 #top-nav-bar {
6227 justify-content: flex-start;
6228 padding: 1em 0 0.25em 0;
6229 font-size: 1em;
6230 margin: 0 0 0 -4px;
6231 grid-column: 1;
6233 #top-nav-bar .page-number {
6234 line-height: 1.5;
6236 #top-nav-bar .page-number span {
6237 display: none;
6239 #top-nav-bar a::before {
6240 font-weight: 400;
6242 #top-nav-bar a.disabled {
6243 visibility: visible;
6244 opacity: 0.4;
6247 #content.user-page > #top-nav-bar {
6248 justify-content: center;
6249 grid-column: 2;
6250 padding: 0;
6252 .archive-nav + #top-nav-bar {
6253 margin: 0.5em 0 0 -4px;
6254 padding: 0 0 0.25em 0;
6257 /*==============*/
6258 /* SUBLEVEL NAV */
6259 /*==============*/
6261 .sublevel-nav .sublevel-item {
6262 color: #92c396;
6263 padding: 4px 10px 1px 10px;
6264 background-color: #fff;
6266 .sublevel-nav .sublevel-item:hover,
6267 .sublevel-nav .sublevel-item.selected {
6268 background-color: #c4dbc4;
6269 color: #fff;
6271 .sublevel-nav .sublevel-item:not(.selected):active {
6272 background-color: #92c396;
6275 .sublevel-nav:not(.sort) .sublevel-item {
6276 border-style: solid;
6277 border-color: #c4dbc4;
6278 border-width: 1px 0 1px 1px;
6280 .sublevel-nav:not(.sort) .sublevel-item:first-child {
6281 border-radius: 8px 0 0 8px;
6283 .sublevel-nav:not(.sort) .sublevel-item:last-child {
6284 border-width: 1px;
6285 border-radius: 0 8px 8px 0;
6288 /*=====================*/
6289 /* SORT ORDER SELECTOR */
6290 /*=====================*/
6291 #content.index-page .sublevel-nav.sort {
6292 grid-row: 2;
6293 grid-column: 3;
6294 justify-self: right;
6297 .sublevel-nav.sort {
6298 padding: 18px 0 0 0;
6299 border-radius: 8px;
6300 pointer-events: none;
6302 .sublevel-nav.sort .sublevel-item {
6303 padding: 7px 8px 3px 7px;
6304 text-transform: uppercase;
6305 pointer-events: auto;
6307 .sublevel-nav.sort::before {
6308 text-transform: uppercase;
6309 color: #444;
6310 z-index: 1;
6312 .sublevel-nav.sort::after {
6313 content: "";
6314 position: absolute;
6315 display: block;
6316 top: 0;
6317 left: 0;
6318 width: 100%;
6319 height: 100%;
6320 border-radius: 6px;
6321 box-shadow:
6322 0 18px 0 0 #fff inset,
6323 0 0 0 1px #c4dbc4 inset,
6324 0 18px 0 1px #c4dbc4 inset,
6325 0 0 0 4px #fff;
6328 /*============*/
6329 /* UI TOGGLES */
6330 /*============*/
6332 @media not screen and (hover: none) {
6333 #site-nav-ui-toggle,
6334 #post-nav-ui-toggle,
6335 #appearance-adjust-ui-toggle {
6336 visibility: visible;
6337 position: absolute;
6338 display: inline-block;
6339 border-radius: 50%;
6340 z-index: 1;
6342 #site-nav-ui-toggle button,
6343 #post-nav-ui-toggle button,
6344 #appearance-adjust-ui-toggle button {
6345 font-family: Font Awesome;
6346 font-weight: 400;
6347 font-size: 32px;
6348 padding: 10px;
6349 opacity: 0.4;
6350 -webkit-tap-highlight-color: transparent;
6351 transition:
6352 transform 0.2s ease,
6353 opacity 0.15s ease;
6355 #site-nav-ui-toggle button:hover,
6356 #post-nav-ui-toggle button:hover,
6357 #appearance-adjust-ui-toggle button:hover {
6358 opacity: 1.0;
6360 #site-nav-ui-toggle button::selection,
6361 #post-nav-ui-toggle button::selection,
6362 #appearance-adjust-ui-toggle button::selection {
6363 background-color: transparent;
6365 #site-nav-ui-toggle button::-moz-focus-inner,
6366 #post-nav-ui-toggle button::-moz-focus-inner,
6367 #appearance-adjust-ui-toggle button::-moz-focus-inner {
6368 border: none;
6370 #post-nav-ui-toggle.highlighted,
6371 #appearance-adjust-ui-toggle.highlighted {
6372 transform: scale(1.33);
6374 #site-nav-ui-toggle.highlighted button {
6375 transform: scale(1.33);
6377 #site-nav-ui-toggle.highlighted button,
6378 #post-nav-ui-toggle.highlighted button,
6379 #appearance-adjust-ui-toggle.highlighted button {
6380 opacity: 1.0;
6381 text-shadow:
6382 0 0 1px #fff,
6383 0 0 1px #64ff4c,
6384 0 0 3px #64ff4c,
6385 0 0 5px #64ff4c,
6386 0 0 8px #64ff4c;
6389 #site-nav-ui-toggle {
6390 top: 0;
6391 left: 12px;
6392 pointer-events: none;
6394 #site-nav-ui-toggle button {
6395 font-weight: 300;
6396 position: relative;
6397 left: 0;
6398 transition:
6399 left 0.2s ease,
6400 opacity 0.2s ease,
6401 width 0.2s ease;
6402 pointer-events: auto;
6404 #site-nav-ui-toggle button:active {
6405 transform: none;
6407 #site-nav-ui-toggle button.engaged {
6408 left: -92px;
6409 width: 2.125rem;
6410 overflow: hidden;
6412 #site-nav-ui-toggle button.engaged::before {
6413 content: "\F00D";
6414 padding: 0 0.25em 0 0;
6417 #primary-bar,
6418 #secondary-bar #nav-item-archive,
6419 #secondary-bar #nav-item-sequences,
6420 #secondary-bar #nav-item-about,
6421 .page-toolbar {
6422 visibility: hidden;
6423 top: 0;
6424 max-height: 0px;
6426 #primary-bar,
6427 #secondary-bar #nav-item-archive,
6428 #secondary-bar #nav-item-sequences,
6429 #secondary-bar #nav-item-about,
6430 .page-toolbar {
6431 opacity: 0.0;
6433 #primary-bar,
6434 #secondary-bar #nav-item-archive,
6435 #secondary-bar #nav-item-sequences,
6436 #secondary-bar #nav-item-about,
6437 .page-toolbar {
6438 transition:
6439 top 0.2s ease,
6440 max-height 0.2s ease,
6441 visibility 0.2s ease,
6442 opacity 0.2s ease;
6444 #nav-item-search,
6445 #nav-item-login {
6446 visibility: visible;
6448 #primary-bar.engaged,
6449 #secondary-bar.engaged #nav-item-archive,
6450 #secondary-bar.engaged #nav-item-sequences,
6451 #secondary-bar.engaged #nav-item-about,
6452 .page-toolbar.engaged {
6453 visibility: visible;
6454 max-height: 1000px;
6456 #primary-bar.engaged,
6457 #secondary-bar.engaged #nav-item-archive,
6458 #secondary-bar.engaged #nav-item-sequences,
6459 #secondary-bar.engaged #nav-item-about,
6460 .page-toolbar.engaged {
6461 opacity: 1.0;
6463 #primary-bar.engaged {
6464 top: 0;
6466 #secondary-bar.engaged #nav-item-archive {
6467 top: 196px;
6469 #secondary-bar.engaged #nav-item-sequences {
6470 top: 230px;
6472 #secondary-bar.engaged #nav-item-about {
6473 top: 264px;
6475 .page-toolbar.engaged {
6476 top: 314px;
6479 #post-nav-ui-toggle {
6480 bottom: 10px;
6481 right: -30px;
6483 #content.comment-thread-page ~ #ui-elements-container #post-nav-ui-toggle {
6484 right: -54px;
6486 #post-nav-ui-toggle button.engaged {
6487 transform: rotate(-90deg);
6490 #quick-nav-ui,
6491 #new-comment-nav-ui,
6492 #hns-date-picker {
6493 bottom: 0;
6494 max-height: 0px;
6495 opacity: 0.0;
6496 transition:
6497 bottom 0.2s ease,
6498 max-height 0.2s ease,
6499 opacity 0.2s ease,
6500 visibility 0.2s ease;
6502 #quick-nav-ui.engaged,
6503 #new-comment-nav-ui.engaged,
6504 #hns-date-picker.engaged {
6505 visibility: visible;
6506 max-height: 1000px;
6507 opacity: 1.0;
6510 #quick-nav-ui {
6511 right: -24px;
6513 #content.post-page ~ #ui-elements-container #quick-nav-ui {
6514 right: -48px;
6516 #quick-nav-ui.engaged {
6517 bottom: 64px;
6519 #quick-nav-ui a {
6520 font-weight: 400;
6523 #new-comment-nav-ui {
6524 right: -49px;
6526 #new-comment-nav-ui.engaged {
6527 bottom: 216px;
6530 #hns-date-picker {
6531 right: -186px;
6533 #hns-date-picker.engaged {
6534 bottom: 247px;
6536 @media only screen and (max-width: 1440px) {
6537 #hns-date-picker {
6538 background-color: rgba(255,255,255,0.95);
6539 right: -18px;
6541 #hns-date-picker::before {
6542 display: none;
6544 #hns-date-picker input {
6545 background-color: #fff;
6547 #hns-date-picker span {
6548 text-shadow:
6549 0 0 1px #fff,
6550 0 0 3px #fff,
6551 0 0 5px #fff,
6552 0 0 8px #fff,
6553 0 0 13px #fff,
6554 0 0 21px #fff;
6556 #hns-date-picker.engaged {
6557 bottom: 238px;
6561 #appearance-adjust-ui-toggle {
6562 bottom: 10px;
6563 left: 10px;
6565 #appearance-adjust-ui-toggle button.engaged {
6566 transform: rotate(-90deg);
6569 #comments-view-mode-selector,
6570 #theme-selector,
6571 #width-selector,
6572 #text-size-adjustment-ui,
6573 #theme-tweaker-toggle {
6574 pointer-events: none;
6575 visibility: visible;
6576 opacity: 0.0;
6577 transition:
6578 opacity 0.35s ease;
6580 @supports (width: -moz-fit-content) {
6581 #theme-tweaker-toggle {
6582 width: -moz-fit-content;
6585 @supports (width: fit-content) {
6586 #theme-tweaker-toggle {
6587 width: fit-content;
6590 #comments-view-mode-selector::after,
6591 #theme-selector::after,
6592 #theme-selector::before,
6593 #width-selector::after,
6594 #text-size-adjustment-ui::after {
6595 content: "";
6596 background-color: #fff;
6597 display: block;
6598 position: absolute;
6599 width: 100%;
6600 height: 100%;
6601 top: 0;
6602 left: 0;
6604 #comments-view-mode-selector.engaged,
6605 #theme-selector.engaged,
6606 #width-selector.engaged,
6607 #text-size-adjustment-ui.engaged,
6608 #theme-tweaker-toggle.engaged {
6609 pointer-events: auto;
6610 opacity: 1.0;
6613 #comments-view-mode-selector {
6614 left: -45px;
6615 top: calc(100% - 180px);
6617 #comments-view-mode-selector::after {
6618 max-height: 1000px;
6619 transition:
6620 max-height 0.2s ease;
6622 #comments-view-mode-selector.engaged::after {
6623 max-height: 0px;
6626 #theme-selector {
6627 display: block;
6628 left: 16px;
6629 top: calc(100% - 316px);
6630 opacity: 1.0;
6631 visibility: hidden;
6632 transition:
6633 visibility 0.2s ease;
6635 #theme-selector.engaged {
6636 visibility: visible;
6638 #theme-selector::after,
6639 #theme-selector::before {
6640 top: -50px;
6641 height: calc(100% + 60px);
6642 max-height: 300px;
6643 transition:
6644 max-height 0.2s ease;
6645 z-index: 1;
6647 #theme-selector.engaged::after,
6648 #theme-selector.engaged::before {
6649 max-height: 0px;
6651 #theme-selector::before {
6652 z-index: 0;
6655 #width-selector {
6656 display: table;
6657 left: -68px;
6658 top: calc(100% - 48px);
6660 #width-selector::after {
6661 max-width: 100px;
6662 transition:
6663 max-width 0.15s ease;
6665 #width-selector.engaged::after {
6666 max-width: 0px;
6669 #text-size-adjustment-ui {
6670 left: -67px;
6671 top: calc(100% - 80px);
6673 #text-size-adjustment-ui::after {
6674 max-width: 1000px;
6675 max-height: 1000px;
6676 transition:
6677 max-width 0.2s ease,
6678 max-height 0.2s ease;
6680 #text-size-adjustment-ui.engaged::after {
6681 max-width: 0px;
6682 max-height: 0px;
6685 #theme-tweaker-toggle {
6686 left: 19px;
6687 top: calc(100% - 356px);
6688 visibility: hidden;
6689 transition:
6690 visibility 0.5s ease-out;
6692 #theme-tweaker-toggle.engaged {
6693 visibility: visible;
6695 @-moz-document url-prefix() {
6696 #theme-tweaker-toggle {
6697 left: 18px;
6700 #theme-tweaker-toggle button {
6701 font-weight: 400;
6704 #theme-tweaker-ui {
6705 visibility: visible;
6709 /*================*/
6710 /* WIDTH SELECTOR */
6711 /*================*/
6713 #width-selector button {
6714 box-shadow:
6715 0 0 0 4px #fff inset,
6716 0 0 0 5px #aaa inset;
6718 #width-selector button:hover,
6719 #width-selector button.selected {
6720 box-shadow:
6721 0 0 0 1px #fff inset,
6722 0 0 0 2px #aaa inset,
6723 0 0 0 4px #fff inset,
6724 0 0 0 5px #aaa inset;
6727 /*================*/
6728 /* THEME SELECTOR */
6729 /*================*/
6731 #theme-selector button {
6732 box-shadow:
6733 0 0 0 4px #fff inset,
6734 0 0 0 5px #999 inset;
6736 #theme-selector button:hover,
6737 #theme-selector button.selected {
6738 box-shadow:
6739 0 0 0 1px #fff inset,
6740 0 0 0 2px #999 inset,
6741 0 0 0 4px #fff inset,
6742 0 0 0 5px #999 inset;
6745 #theme-selector button::before {
6746 font-size: 0.9375em;
6747 font-weight: 300;
6748 padding: 6px;
6749 color: #aaa;
6750 background-color: #fff;
6752 #theme-selector button:hover::before,
6753 #theme-selector button.selected::before {
6754 color: #000;
6757 /*======================*/
6758 /* THEME TWEAKER TOGGLE */
6759 /*======================*/
6761 #theme-tweaker-toggle button {
6762 color: #777;
6765 /*=================*/
6766 /* QUICKNAV WIDGET */
6767 /*=================*/
6769 #quick-nav-ui a {
6770 color: #acd2af;
6771 border-radius: 4px;
6772 text-decoration: none;
6773 transition:
6774 color 0.15s ease,
6775 box-shadow 0.15s ease-out;
6777 #quick-nav-ui a[href='#bottom-bar'] {
6778 line-height: 1.8;
6780 #quick-nav-ui a:active {
6781 transform: scale(0.9);
6783 #quick-nav-ui a[href='#comments'].no-comments {
6784 opacity: 0.4;
6785 color: #ddd;
6787 @media only screen and (hover: hover) {
6788 #quick-nav-ui a:hover {
6789 color: #79a97e;
6790 box-shadow:
6791 0 0 0 1px rgba(121, 169, 126, 0.3),
6792 0 0 0 2px #fff;
6794 #quick-nav-ui a:focus:not(:hover) {
6795 transform: none;
6796 text-shadow: none;
6800 /*======================*/
6801 /* NEW COMMENT QUICKNAV */
6802 /*======================*/
6804 #new-comment-nav-ui .new-comments-count {
6805 color: #888;
6806 text-shadow: 0.5px 0.5px 0 #fff;
6807 top: 2px;
6809 #new-comment-nav-ui .new-comments-count::after {
6810 color: #777;
6812 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
6813 color: #e6e6e6;
6816 /*=================*/
6817 /* HNS DATE PICKER */
6818 /*=================*/
6820 #hns-date-picker span {
6821 color: #999;
6822 font-weight: 400;
6824 #hns-date-picker input {
6825 border: 1px solid #ddd;
6826 color: #999;
6827 padding: 3px 3px 0 3px;
6829 #hns-date-picker input:focus {
6830 color: #000;
6833 /*======================*/
6834 /* ANTI-KIBITZER TOGGLE */
6835 /*======================*/
6837 #anti-kibitzer-toggle {
6838 bottom: unset;
6839 top: 30px;
6840 visibility: visible;
6841 right: -48px;
6843 #anti-kibitzer-toggle button::before {
6844 font-weight: 300;
6846 #anti-kibitzer-toggle button::before,
6847 #anti-kibitzer-toggle button::after {
6848 opacity: 0.2;
6850 #anti-kibitzer-toggle button:hover::before,
6851 #anti-kibitzer-toggle button:hover::after {
6852 opacity: 1.0;
6855 /*======================*/
6856 /* TEXT SIZE ADJUSTMENT */
6857 /*======================*/
6859 #text-size-adjustment-ui button {
6860 font-weight: 400;
6863 /*=============================*/
6864 /* COMMENTS VIEW MODE SELECTOR */
6865 /*=============================*/
6867 #comments-view-mode-selector a {
6868 color: #acd2af;
6869 opacity: 0.5;
6872 /*===============*/
6873 /* KEYBOARD HELP */
6874 /*===============*/
6876 #keyboard-help-overlay {
6877 font-weight: 400;
6879 #keyboard-help-overlay .keyboard-help-container h1 {
6880 padding: 15px 20px 5px 20px;
6882 #nav-item-about button.open-keyboard-help {
6883 font-size: 0.875em;
6884 left: 0;
6885 top: -1px;
6888 /*==========*/
6889 /* ARCHIVES */
6890 /*==========*/
6892 .archive-nav {
6893 border: 1px solid transparent;
6894 margin: 1.25em 0 0 0;
6895 padding: 0;
6897 .archive-nav *[class^='archive-nav-item'] {
6898 color: #92c396;
6899 border-style: solid;
6900 border-color: #c4dbc4;
6901 border-width: 1px 0 1px 1px;
6903 .archive-nav div[class^='archive-nav-']:nth-of-type(2) *[class^='archive-nav-item'] {
6904 border-top-width: 0;
6905 border-bottom-width: 0;
6907 .archive-nav div[class^='archive-nav-']:last-of-type *[class^='archive-nav-item'] {
6908 border-bottom-width: 1px;
6910 .archive-nav *[class^='archive-nav-item']:last-child {
6911 border-right-width: 1px;
6913 .archive-nav a:hover,
6914 .archive-nav span[class^='archive-nav-item'] {
6915 background-color: #c4dbc4;
6916 color: #fff;
6919 .archive-nav a:active {
6920 background-color: #92c396;
6923 /*==========*/
6924 /* LISTINGS */
6925 /*==========*/
6927 h1.listing,
6928 #content.search-results-page h1.listing {
6929 margin: 0.7em 20px 0.1em 0;
6930 max-width: calc(100% - 20px);
6931 font-family: 'Caecilia', 'Helvetica', sans-serif, 'Font Awesome';
6932 font-size: 1.25rem;
6933 line-height: 1.2;
6936 h1.listing .link-post-link {
6937 color: #bbb;
6938 font-weight: 400;
6939 font-size: 0.8125em;
6940 top: 3px;
6942 h1.listing .post-title-link {
6943 font-weight: 300;
6944 text-shadow: 0 0 0 #444;
6945 color: #000;
6947 @-moz-document url-prefix() {
6948 h1.listing .post-title-link {
6949 text-shadow: none;
6952 @media not all and (min-resolution:.001dpcm) { @media {
6953 h1.listing .post-title-link {
6954 color: #000;
6958 @media only screen and (hover: hover) {
6959 h1.listing a:hover,
6960 h1.listing a:focus {
6961 color: #92c396;
6962 background-color: rgba(255,255,255,0.85);
6964 h1.listing:focus-within::before {
6965 color: #79a97e;
6966 font-weight: 400;
6967 left: -0.625em;
6969 h1.listing .link-post-link:hover {
6970 color: #79a97e;
6972 h1.listing .link-post-link:focus {
6973 color: #a0d3a2;
6974 text-decoration: none;
6975 border-bottom: 2px dotted #a0d3a2;
6979 h1.listing .edit-post-link {
6980 padding: 5px 3px 24px 0.5em;
6981 top: 0;
6982 right: 0;
6984 h1.listing .edit-post-link:hover {
6985 text-decoration: none;
6987 #content.user-page h1.listing .edit-post-link {
6988 background-color: #fff;
6991 /*======*/
6992 /* SPAM */
6993 /*======*/
6995 h1.listing.spam {
6996 opacity: 0.15;
6998 h1.listing.spam + .post-meta {
6999 opacity: 0.35;
7001 h1.listing.spam:hover,
7002 h1.listing.spam + .post-meta:hover,
7003 h1.listing.spam:hover + .post-meta {
7004 opacity: 1.0;
7007 /*===================*/
7008 /* LISTING POST-META */
7009 /*===================*/
7011 h1.listing + .post-meta {
7012 font-size: 0.875rem;
7013 margin: 0 20px 0 1px;
7016 h1.listing + .post-meta > * {
7017 color: #bbb;
7018 margin: 0 1.25em 0 0;
7020 h1.listing + .post-meta a {
7021 color: #92c396;
7023 h1.listing + .post-meta a:hover {
7024 color: #79a97e;
7026 h1.listing + .post-meta .karma-value {
7027 cursor: default;
7029 h1.listing + .post-meta .lw2-link {
7030 display: none;
7032 h1.listing + .post-meta .post-section {
7033 overflow: visible;
7034 order: 1;
7036 h1.listing + .post-meta .post-section::before {
7037 position: relative;
7038 left: unset;
7039 top: -1px;
7042 /*============*/
7043 /* USER PAGES */
7044 /*============*/
7046 #content.user-page h1.page-main-heading,
7047 #content.user-page .user-stats {
7048 grid-row: 1;
7050 #content.user-page #comments-list-mode-selector,
7051 #content.user-page .sublevel-nav.sort {
7052 grid-row: 2 / span 2;
7054 #content.user-page .sublevel-nav {
7055 grid-row: 2;
7056 margin-bottom: 1em;
7058 #content.user-page #top-nav-bar {
7059 grid-row: 3;
7062 #content.user-page h1.page-main-heading,
7063 #content.conversation-page h1.page-main-heading {
7064 font-family: 'Caecilia', 'Helvetica', sans-serif;
7065 font-weight: normal;
7066 margin: 0.5em 0 0 0;
7068 #content.user-page h1.page-main-heading {
7069 border-bottom: 1px solid #e6e6e6;
7070 line-height: 1;
7073 #content.user-page h1.listing,
7074 #content.user-page h1.listing + .post-meta {
7075 border-color: #ddd;
7076 border-style: solid;
7078 #content.user-page h1.listing {
7079 max-width: 100%;
7080 padding: 6px 8px 0 8px;
7081 border-width: 1px 1px 0 1px;
7082 margin: 1rem 0 0 0;
7084 #content.own-user-page h1.listing,
7085 h1.listing.own-post-listing {
7086 padding-right: 36px;
7088 @media only screen and (hover: hover) {
7089 #content.user-page h1.listing:focus-within::before {
7090 left: -0.625em;
7093 #content.user-page h1.listing + .post-meta {
7094 margin: 0 0 1rem 0;
7095 padding: 12px 8px 3px 8px;
7096 border-width: 0 1px 1px 1px;
7097 line-height: 1;
7100 #content.conversations-user-page h1.listing {
7101 padding: 8px 6px 28px 10px;
7102 font-size: 1.25rem;
7104 #content.conversations-user-page h1.listing + .post-meta {
7105 padding: 4px 10px 0.5em 6px;
7106 margin: 0;
7109 .user-stats .karma-total {
7110 font-weight: 500;
7113 /*===============*/
7114 /* CONVERSATIONS */
7115 /*===============*/
7117 /*============*/
7118 /* LOGIN PAGE */
7119 /*============*/
7121 .login-container form h1 {
7122 font-family: 'Caecilia', 'Helvetica', sans-serif;
7123 font-weight: 300;
7126 .login-container form label {
7127 color: #aaa;
7130 /* “Create account” form */
7132 #signup-form {
7133 border: 1px solid #e4e4e4;
7135 #signup-form input[type='submit'] {
7136 padding: 8px 12px 6px 12px;
7139 /* Log in tip */
7141 .login-container .login-tip {
7142 border: 1px solid #eee;
7145 /* Message box */
7147 .error-box {
7148 border: 1px solid red;
7149 background-color: #faa;
7151 .success-box {
7152 border: 1px solid green;
7153 background-color: #afa;
7156 /*=====================*/
7157 /* PASSWORD RESET PAGE */
7158 /*=====================*/
7160 .reset-password-container input[type='submit'] {
7161 background-color: #e4e4e4;
7162 border: 1px solid #ccc;
7163 font-weight: bold;
7166 /*===================*/
7167 /* TABLE OF CONTENTS */
7168 /*===================*/
7170 .contents {
7171 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
7172 padding-top: 0;
7173 margin-top: 1em;
7174 background-color: #fff;
7176 .post-body .contents ul {
7177 font-size: 0.8125em;
7179 .post-body .contents li::before {
7180 color: #bbb;
7183 /*==================*/
7184 /* POSTS & COMMENTS */
7185 /*==================*/
7187 .body-text {
7188 font-family: 'Source Serif Pro', 'Helvetica', sans-serif;
7189 text-shadow: none;
7190 font-weight: 400;
7193 /*=======*/
7194 /* POSTS */
7195 /*=======*/
7197 .post {
7198 overflow: visible;
7199 padding: 2em 0 0 0;
7202 .post-body {
7203 font-size: 1.25rem;
7206 h1.post-title {
7207 font-size: 2.75rem;
7208 font-family: 'Caecilia', 'Helvetica', sans-serif;
7209 font-weight: 300;
7210 line-height: 1.1;
7211 margin: 1.375em 0 0.5em 0;
7214 /*=================*/
7215 /* POST NAVIGATION */
7216 /*=================*/
7218 .post-nav-item {
7219 padding: 0 0 0 10px;
7222 @media only screen and (max-width: 900px) {
7223 .post-nav-item {
7224 padding: 0;
7226 .sequence-title {
7227 border-top: 1px solid #ddd;
7228 padding: 0.375em 0.5em 0.125em 0.5em
7230 .post-nav.prev {
7231 border-right: 1px solid #ddd;
7233 .post-nav.next {
7234 border-left: 1px solid #ddd;
7238 /*===========*/
7239 /* POST-META */
7240 /*===========*/
7242 .post-meta .post-section::before,
7243 .comment-meta .alignment-forum {
7244 color: #dfdfdf;
7245 font-weight: 400;
7246 padding: 1px;
7248 .post-meta .post-section.alignment-forum::before {
7249 color: #d6d7ff;
7251 .post .post-meta .post-section::before {
7252 position: relative;
7253 top: -3px;
7256 a.post-section::before {
7257 transition: color 0.15s ease;
7259 a.post-section:hover::before {
7260 color: #79a97e;
7262 a.post-section.alignment-forum:hover::before {
7263 color: #999bc1;
7266 .post-meta > * {
7267 color: #bbb;
7269 .post-meta a,
7270 .post-meta a:visited {
7271 color: #92c396;
7273 .post-meta a:hover {
7274 color: #79a97e;
7276 .post-meta .lw2-link:hover {
7277 opacity: 1;
7280 .post .top-post-meta {
7281 flex-flow: column;
7282 position: relative;
7284 .post .top-post-meta .karma,
7285 .post .top-post-meta .author,
7286 .post .top-post-meta .qualified-linking {
7287 margin: auto;
7289 @supports (width: -moz-fit-content) {
7290 .post .top-post-meta .karma, .post .top-post-meta .author, .post .top-post-meta .qualified-linking {
7291 width: -moz-fit-content;
7294 @supports (width: fit-content) {
7295 .post .top-post-meta .karma, .post .top-post-meta .author, .post .top-post-meta .qualified-linking {
7296 width: fit-content;
7300 .post .top-post-meta .karma {
7301 order: -1;
7302 display: flex;
7303 flex-flow: column;
7305 .post .top-post-meta .karma .karma-value {
7306 padding: 5px 0 0 0;
7307 color: #999;
7308 font-size: 1.125em;
7309 position: relative;
7310 background-color: #fff;
7311 width: 2.25em;
7313 .post .top-post-meta .karma .karma-value::before {
7314 content: "";
7315 position: absolute;
7316 display: block;
7317 background-color: #ccc;
7318 height: 1px;
7319 width: 244px;
7320 top: 50%;
7321 left: -100px;
7322 z-index: -1;
7324 .post .top-post-meta .karma .karma-value span {
7325 display: none;
7328 .post .post-meta .karma.active-controls::after {
7329 bottom: -32px;
7330 padding: 0 4px;
7332 .post .post-meta .karma.active-controls:hover::after {
7333 opacity: 0.7;
7335 .post .top-post-meta .karma.active-controls::after {
7336 bottom: 0;
7337 left: calc(100% + 16px);
7338 max-width: unset;
7339 padding: 0;
7340 white-space: nowrap;
7342 .post .post-meta .karma .karma-value::after {
7343 top: -20px;
7345 .post .post-meta .karma .karma-value:hover::after {
7346 opacity: 0.7;
7348 .post .top-post-meta .karma .karma-value::after {
7349 top: -6px;
7350 left: unset;
7351 width: unset;
7352 right: calc(100% + 8px);
7355 .post .top-post-meta .author {
7356 padding: 4px 0 0 0;
7357 margin: 0.25em auto;
7359 .post .top-post-meta .qualified-linking {
7360 z-index: 1;
7362 .post .top-post-meta .qualified-linking label {
7363 margin: 0;
7366 .post .top-post-meta .post-section,
7367 .post .top-post-meta .lw2-link {
7368 display: none;
7371 .post .top-post-meta .date,
7372 .post .top-post-meta .comment-count {
7373 position: absolute;
7374 right: 100%;
7376 .post .top-post-meta .date {
7377 top: calc(100% + 34px);
7379 .post .top-post-meta .comment-count {
7380 top: calc(100% + 60px);
7382 .post .top-post-meta .date > span,
7383 .post .top-post-meta .comment-count > span {
7384 position: fixed;
7385 transform: translateX(-100%);
7388 .post .bottom-post-meta {
7389 padding: 1.5em 0 1em 0;
7390 margin: 0.5em 0 0 0;
7391 position: relative;
7392 border-color: transparent;
7394 .post .bottom-post-meta::before,
7395 .post .bottom-post-meta::after {
7396 content: "";
7397 position: absolute;
7398 display: block;
7399 background-color: #ddd;
7400 height: 1px;
7401 width: calc(100% - 60px);
7403 .post .bottom-post-meta::before {
7404 top: 0;
7406 .post .bottom-post-meta::after {
7407 bottom: 0;
7410 @media only screen and (max-width: 520px) {
7411 .post .bottom-post-meta {
7412 padding: 0.75em 0 0.125em 0;
7416 /*============*/
7417 /* LINK POSTS */
7418 /*============*/
7420 .post.link-post a.link-post-link {
7421 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
7423 .post.link-post a.link-post-link::before {
7424 opacity: 0.6;
7426 .post.link-post a.link-post-link:hover::before {
7427 opacity: 1;
7429 .post.link-post a.link-post-link:focus {
7430 color: #79a97e;
7431 border-bottom: 2px dotted #79a97e;
7434 /*==========*/
7435 /* COMMENTS */
7436 /*==========*/
7438 .comments::before {
7439 border-top: 1px solid #ddd;
7442 .comments {
7443 padding: 0 0 0 10px;
7445 #content > .comment-thread .comment-meta a.date:focus,
7446 #content > .comment-thread .comment-meta a.permalink:focus {
7447 color: #888;
7448 outline: 1px dotted #999;
7449 position: relative;
7450 background-color: #fff;
7451 padding: 0 5px;
7452 left: -5px;
7454 #content > .comment-thread .comment-meta a.date:focus + *,
7455 #content > .comment-thread .comment-meta a.permalink:focus + *:not(.comment-post-title) {
7456 margin-left: -10px;
7458 #content > .comment-thread .comment-meta a.permalink:focus {
7459 outline: 2px dotted #999;
7461 .comment-item {
7462 border: 1px solid #ddd;
7463 background-color: var(--GW-comment-background-color);
7465 .comment-parent-link::after {
7466 box-shadow:
7467 0 28px 16px -16px var(--GW-comment-parent-background-color) inset,
7468 4px 16px 0 12px var(--GW-comment-background-color-target) inset,
7469 4px 4px 0 12px var(--GW-comment-background-color-target) inset;
7472 .comment-body {
7473 font-size: 1.1875rem;
7475 #content.user-page .comment-body,
7476 #content.index-page .comment-body {
7477 font-size: 1.125rem;
7480 /*================================*/
7481 /* DEEP COMMENT THREAD COLLAPSING */
7482 /*================================*/
7484 .comment-item input[id^="expand"] + label::after {
7485 color: #92c396;
7486 font-weight: 400;
7488 .comment-item input[id^="expand"] + label:hover::after {
7489 color: #c00;
7491 .comment-item input[id^="expand"] + label:active::after,
7492 .comment-item input[id^="expand"] + label:focus::after{
7493 color: #c00;
7495 .comment-item input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
7496 border-width: 1px 0 0 0;
7499 /*==============*/
7500 /* COMMENT-META */
7501 /*==============*/
7503 .comment-meta {
7504 padding-top: 4px;
7506 .comment-meta > * {
7507 color: #bbb;
7509 .comment-meta a,
7510 .comment-meta a:visited {
7511 color: #92c396;
7513 .comment-meta a:hover {
7514 color: #79a97e;
7516 .comment-meta .author {
7517 font-size: 1.125em;
7518 font-weight: normal;
7521 .comment-controls .voting-controls {
7522 color: #bbb;
7525 .comment-item .voting-controls.active-controls::after,
7526 .comment-item .voting-controls .karma-value::after,
7527 .author::before {
7528 background-color: #fff;
7529 color: #bbb;
7530 border-radius: 4px;
7531 box-shadow: 0 0 0 1px #eee inset;
7533 .comment-item .voting-controls.active-controls::after {
7534 padding: 6px 4px 4px 4px;
7535 bottom: -42px;
7537 .comment-item .voting-controls .karma-value::after {
7538 padding: 4px 8px 0 8px;
7539 top: -30px;
7542 /*====================*/
7543 /* ANTI-KIBITZER MODE */
7544 /*====================*/
7546 .author.redacted,
7547 .inline-author.redacted {
7548 opacity: 0.9;
7549 font-weight: 300;
7552 .karma-value.redacted {
7553 opacity: 0.7;
7556 .link-post-domain.redacted {
7557 opacity: 0.6;
7560 /*===========================*/
7561 /* COMMENT THREAD NAVIGATION */
7562 /*===========================*/
7564 div.comment-parent-link {
7565 font-weight: 400;
7567 a.comment-parent-link {
7568 font-weight: 300;
7570 a.comment-parent-link::before {
7571 color: #bbb;
7572 font-weight: 400;
7574 a.comment-parent-link:hover::before {
7575 background-color: #ffd;
7576 color: #999;
7579 div.comment-child-links {
7580 font-weight: 400;
7582 div.comment-child-links a {
7583 font-weight: 300;
7585 .comment-child-link::before {
7586 color: #ccc;
7589 .comment-item-highlight {
7590 box-shadow:
7591 0 0 2px #e7b200,
7592 0 0 3px #e7b200,
7593 0 0 5px #e7b200,
7594 0 0 7px #e7b200,
7595 0 0 10px #e7b200;
7596 border: 1px solid #e7b200;
7598 .comment-item-highlight-faint {
7599 box-shadow:
7600 0 0 2px #f8e7b5,
7601 0 0 3px #f8e7b5,
7602 0 0 5px #f8e7b5,
7603 0 0 7px #f8e7b5,
7604 0 0 10px #f8e7b5;
7605 border: 1px solid #f8e7b5;
7608 .comment-popup {
7609 background-color: #fff;
7612 /*====================*/
7613 /* COMMENT PERMALINKS */
7614 /*====================*/
7616 .comment-meta .permalink::before {
7617 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');
7619 .comment-meta .lw2-link::before {
7620 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==');
7622 .individual-thread-page a.comment-parent-link:empty::before {
7623 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=');
7625 .comment-meta .permalink:hover::before {
7626 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');
7628 .comment-meta .lw2-link:hover::before {
7629 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==');
7631 .individual-thread-page a.comment-parent-link:hover:empty::before {
7632 left: unset;
7633 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==');
7636 .comment-meta .permalink,
7637 .comment-meta .lw2-link,
7638 .individual-thread-page .comment-parent-link:empty {
7639 filter: hue-rotate(270deg);
7640 opacity: 0.4;
7642 .comment-meta .permalink:hover,
7643 .comment-meta .lw2-link:hover,
7644 .individual-thread-page .comment-parent-link:empty:hover {
7645 opacity: 1.0;
7648 /*=======================*/
7649 /* COMMENTS COMPACT VIEW */
7650 /*=======================*/
7652 #comments-list-mode-selector {
7653 opacity: 0.4;
7654 transition: opacity 0.15s ease;
7656 #content.index-page #comments-list-mode-selector {
7657 grid-column: 3;
7658 justify-self: end;
7660 #comments-list-mode-selector:hover {
7661 opacity: 1.0;
7664 #comments-list-mode-selector button {
7665 border: none;
7666 background-color: transparent;
7667 box-shadow:
7668 0 0 0 4px #fff inset,
7669 0 0 0 5px #aaa inset;
7671 #comments-list-mode-selector button:hover,
7672 #comments-list-mode-selector button.selected {
7673 box-shadow:
7674 0 0 0 1px #fff inset,
7675 0 0 0 2px #aaa inset,
7676 0 0 0 4px #fff inset,
7677 0 0 0 5px #aaa inset;
7680 #content.compact > .comment-thread .comment-item {
7681 max-height: 53px;
7683 #content.compact > .comment-thread .comment-item::after {
7684 color: #92c396;
7685 background: linear-gradient(to right, transparent 0%, #fff 50%, #fff 100%);
7688 @media only screen and (hover: hover) {
7689 #content.compact > .comment-thread .comment-item:hover .comment,
7690 #content.compact > .comment-thread .comment-item.expanded .comment {
7691 background-color: #fff;
7692 outline: 1px solid #92c396;
7694 #content.compact > .comment-thread .comment-item:hover .comment::before,
7695 #content.compact > .comment-thread .comment-item.expanded .comment::before {
7696 background-color: #fff;
7697 box-shadow:
7698 0 0 3px #fff,
7699 0 0 5px #fff,
7700 0 0 7px #fff,
7701 0 0 10px #fff,
7702 0 0 20px #fff,
7703 0 0 30px #fff,
7704 0 0 40px #fff;
7707 @media only screen and (hover: none) {
7708 #content.compact > .comment-thread.expanded .comment-item .comment {
7709 background-color: #fff;
7710 outline: 1px solid #92c396;
7712 #content.compact > .comment-thread.expanded .comment-item .comment::before {
7713 background-color: #fff;
7714 box-shadow:
7715 0 0 3px #fff,
7716 0 0 5px #fff,
7717 0 0 7px #fff,
7718 0 0 10px #fff,
7719 0 0 20px #fff,
7720 0 0 30px #fff,
7721 0 0 40px #fff;
7724 #content.compact > .comment-thread .comment-item:hover .comment {
7725 background-color: #fff;
7726 outline: 1px solid #92c396;
7728 #content.compact > .comment-thread .comment-item:hover .comment::before {
7729 background-color: #fff;
7730 box-shadow:
7731 0 0 3px #fff,
7732 0 0 5px #fff,
7733 0 0 7px #fff,
7734 0 0 10px #fff,
7735 0 0 20px #fff,
7736 0 0 30px #fff,
7737 0 0 40px #fff;
7740 #content.user-page.compact > h1.listing {
7741 margin-top: 0.5rem;
7743 #content.user-page.compact > h1.listing + .post-meta {
7744 margin-bottom: 1rem;
7747 /*===========================*/
7748 /* HIGHLIGHTING NEW COMMENTS */
7749 /*===========================*/
7751 .new-comment::before {
7752 outline: 1px solid #5a5;
7753 box-shadow:
7754 0 0 6px -2px #5a5 inset,
7755 0 0 4px #5a5;
7758 /*=================================*/
7759 /* COMMENT THREAD MINIMIZE BUTTONS */
7760 /*=================================*/
7762 .comment-minimize-button {
7763 color: #ddd;
7764 font-weight: 300;
7765 box-shadow: 0 0 0 1px transparent;
7767 .comment-minimize-button:hover {
7768 color: #bbb;
7769 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7771 .comment-minimize-button::after {
7772 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
7773 color: #999;
7775 .comment-minimize-button.maximized::after {
7776 color: #ccc;
7779 /*=================================*/
7780 /* INDIVIDUAL COMMENT THREAD PAGES */
7781 /*=================================*/
7783 .individual-thread-page > h1 {
7784 margin: 2em 0 0 30px;
7785 font-weight: 300;
7786 font-family: 'Caecilia', 'Helvetica', sans-serif;
7788 .individual-thread-page > .comments {
7789 padding: 0 0 0 30px;
7791 .individual-thread-page > #bottom-bar.decorative::before {
7792 margin: 0 30px 0 60px;
7795 /*==============*/
7796 /* VOTE BUTTONS */
7797 /*==============*/
7799 .vote {
7800 position: relative;
7802 .vote::before {
7803 position: relative;
7804 z-index: 1;
7806 .vote::after {
7807 position: absolute;
7810 .karma .upvote::before {
7811 content: "\F077";
7812 top: 1px;
7814 .karma .downvote::before {
7815 content: "\F078";
7816 left: -2px;
7818 .karma .upvote::after {
7819 content: "\F325";
7820 left: 6px;
7821 bottom: 4px;
7823 .karma .downvote::after {
7824 content: "\F322";
7825 left: 4px;
7826 top: 4px;
7828 @-moz-document url-prefix() {
7829 .karma .upvote::after {
7830 left: 4px;
7831 bottom: 4px;
7833 .karma .downvote::after {
7834 left: 2px;
7835 top: 5px;
7839 .agreement .upvote::before {
7840 content: "\F00C";
7841 top: 1px;
7843 .agreement .downvote::before {
7844 content: "\F00D";
7845 left: -2px;
7847 .agreement .upvote::after {
7848 content: "\F560";
7849 left: 6px;
7850 bottom: 2px;
7852 .agreement .downvote::after {
7853 content: "\E59B";
7854 left: 2px;
7855 top: 1px;
7857 @-moz-document url-prefix() {
7858 .agreement .upvote::after {
7859 left: 4px;
7860 bottom: 2px;
7862 .agreement .downvote::after {
7863 left: 0;
7864 top: 1px;
7868 /**********/
7869 /* States.
7872 /* _ 1
7874 .vote {
7875 color: #ddd;
7876 font-weight: 400;
7879 /* _ 2
7881 .upvote:hover,
7882 .upvote:not(.none) {
7883 color: var(--GW-upvote-button-color);
7884 text-shadow:
7885 0 0 0.5px #fff,
7886 0 0 8px #0f0;
7888 .downvote:hover,
7889 .downvote:not(.none) {
7890 color: var(--GW-downvote-button-color);
7891 text-shadow:
7892 0 0 0.5px #fff,
7893 0 0 8px #f00;
7896 /* 0 _
7898 .vote::after {
7899 visibility: hidden;
7902 /* 1,2 _
7904 .vote.two-temp::after,
7905 .vote.two::after {
7906 visibility: visible;
7909 /* 1 _
7911 .vote.two-temp::after {
7912 color: #ddd;
7913 text-shadow: none;
7916 /* Disabled.
7918 .vote:disabled {
7919 visibility: unset;
7920 color: #e6e6e6;
7922 .post .vote:disabled {
7923 color: #f4f4f4;
7925 .vote:disabled:hover {
7926 text-shadow: none;
7929 .post .top-post-meta .downvote::before {
7930 left: 0;
7932 .post .top-post-meta .upvote::after,
7933 .post .top-post-meta .downvote::after {
7934 left: 14px;
7936 .post .top-post-meta .downvote::after {
7937 top: 5px;
7940 /*===========================*/
7941 /* COMMENTING AND POSTING UI */
7942 /*===========================*/
7944 .posting-controls input[type='submit'] {
7945 padding: 6px 12px 3px 12px;
7948 .comment-controls {
7949 margin: 0 4px 4px 16px;
7951 .comment + .comment-controls .action-button {
7952 font-weight: 300;
7955 .new-comment-button {
7956 margin: 0;
7957 padding: 0.125em;
7960 .comment-controls .cancel-comment-button {
7961 color: #c00;
7962 text-shadow:
7963 0 0 1px #fff,
7964 0 0 2px #fff;
7965 padding: 6px 8px 1px 4px;
7967 .comment-controls .cancel-comment-button:hover {
7968 color: #f00;
7971 .comment-controls .delete-button,
7972 .comment-controls .retract-button {
7973 color: #fd7354;
7975 .comment-controls .delete-button::before,
7976 .comment-controls .unretract-button::before {
7977 font-weight: 300;
7979 .comment-controls .retract-button::before {
7980 font-weight: 400;
7982 .comment-controls .edit-button,
7983 .comment-controls .unretract-button {
7984 color: #0b0;
7986 .comment-controls .edit-button::before {
7987 font-weight: 300;
7989 .comment-controls .action-button:hover {
7990 color: #f00;
7991 text-shadow: 0 0 0.5px #faa;
7994 .post-controls {
7995 margin: 3em 2.5em 0 0;
7996 grid-row: 2;
7998 .post {
7999 grid-row: 2;
8001 .edit-post-link,
8002 .edit-post-link:visited {
8003 color: #090;
8006 .posting-controls textarea {
8007 font-family: 'Source Serif Pro', 'Helvetica', sans-serif;
8008 font-weight: 300;
8009 color: #000;
8010 text-shadow: 0 0 0 #000;
8011 border-color: #eee;
8012 transition: border-color 0.15s ease;
8014 .posting-controls textarea:focus {
8015 border-width: 29px 1px 1px 1px;
8016 border-color: #92c396;
8018 .posting-controls.edit-existing-post textarea:focus,
8019 .posting-controls form.edit-existing-comment textarea:focus {
8020 border-color: #090;
8023 /*= Scroll bars =*/
8025 .posting-controls textarea::-webkit-scrollbar {
8026 width: 16px;
8027 background-color: transparent;
8029 .posting-controls textarea::-webkit-scrollbar-track {
8030 background-color: #fff;
8032 .posting-controls textarea::-webkit-scrollbar-thumb {
8033 background-color: #eee;
8034 box-shadow: 0 0 0 1px #fff inset;
8036 .posting-controls textarea:focus::-webkit-scrollbar-thumb {
8037 background-color: #c4dbc4;
8038 box-shadow: 0 0 0 1px #fff inset;
8041 /* GUIEdit buttons */
8043 .guiedit-buttons-container {
8044 background-color: #fff;
8045 border-bottom: 1px solid #eee;
8048 .posting-controls.edit-existing-post .guiedit-buttons-container button,
8049 .posting-controls form.edit-existing-comment .guiedit-buttons-container button {
8050 color: #050;
8052 .guiedit-buttons-container button {
8053 font-family: Font Awesome, 'Source Serif Pro', 'Helvetica', sans-serif;
8054 border: 1px solid transparent;
8057 .guiedit::after {
8058 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
8059 color: #999;
8060 font-weight: 300;
8061 text-shadow: 0 0 0 #999;
8062 top: 3px;
8065 .posting-controls .markdown-reference-link a {
8066 background-position: right 70%;
8068 .markdown-reference-link {
8069 color: #999;
8072 /* Markdown hints */
8074 #markdown-hints-checkbox + label {
8075 color: #92c396;
8077 #markdown-hints-checkbox + label:hover {
8078 color: #79a97e;
8080 #markdown-hints {
8081 border: 1px solid #faa;
8082 background-color: #fff;
8084 #markdown-hints .markdown-hints-row span,
8085 #markdown-hints .markdown-hints-row code {
8086 padding: 2px 12px 2px 2px;
8089 /*================*/
8090 /* EDIT POST FORM */
8091 /*================*/
8093 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
8094 top: 2px;
8095 color: #acd2af;
8096 transition: color 0.15s ease;
8098 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover {
8099 color: #79a97e;
8101 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
8102 top: 2px;
8103 border: 1px solid #eee;
8104 color: #bbb;
8105 transition:
8106 box-shadow 0.3s ease,
8107 border-color 0.15s ease;
8109 @media only screen and (hover:hover) {
8110 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover::before {
8111 border-color: #c4dbc4;
8114 #edit-post-form .post-meta-fields input[type='checkbox']:checked + label::before {
8115 border-color: #c4dbc4;
8116 box-shadow:
8117 0 0 0 4px #fff inset,
8118 0 0 0 1em #c4dbc4 inset;
8121 #edit-post-form label[for='url'],
8122 #edit-post-form input[name='url'] {
8123 display: block;
8124 transition:
8125 max-height 0.15s ease,
8126 overflow 0.15s ease,
8127 margin-top 0.15s ease,
8128 margin-bottom 0.15s ease,
8129 padding 0.15s ease,
8130 border-color 0.15s ease;
8133 #edit-post-form .link-post-checkbox:not(:checked) ~ label[for='url'],
8134 #edit-post-form .link-post-checkbox:not(:checked) ~ input[name='url'] {
8135 max-height: 0;
8136 overflow: hidden;
8137 margin-top: 0;
8138 margin-bottom: 0;
8139 padding: 0;
8140 border-color: transparent;
8143 #edit-post-form label[for='title'],
8144 #edit-post-form label[for='url'],
8145 #edit-post-form label[for='section'] {
8146 color: #aaa;
8147 text-shadow: 0 0 0 #aaa;
8150 #edit-post-form input[type='radio'] + label {
8151 color: #92c396;
8152 border-color: #c4dbc4;
8153 padding: 6px 12px 3px 12px;
8154 position: relative;
8155 top: -2px;
8156 transition:
8157 background-color 0.15s ease,
8158 color 0.15s ease,
8159 border-color 0.15s ease;
8161 #edit-post-form input[type='radio'][value='all'] + label {
8162 border-radius: 8px 0 0 8px;
8163 border-width: 1px;
8165 #edit-post-form input[type='radio'][value='drafts'] + label {
8166 border-radius: 0 8px 8px 0;
8167 padding-right: 13px;
8169 #edit-post-form input[type='radio'] + label:hover,
8170 #edit-post-form input[type='radio']:focus + label,
8171 #edit-post-form input[type='radio']:checked + label {
8172 background-color: #c4dbc4;
8173 color: #fff;
8175 #edit-post-form input[type='radio']:active + label {
8176 border-color: #92c396;
8177 background-color: #92c396;
8180 #edit-post-form input[type='submit'] {
8181 padding: 7px 14px 4px 14px;
8184 /*=======*/
8185 /* LINKS */
8186 /*=======*/
8189 text-decoration: none;
8190 color: #92c396;
8191 transition: color 0.15s ease;
8193 a:visited {
8194 color: #bebb84;
8196 a:hover {
8197 color: #bbb;
8200 /*=========*/
8201 /* BUTTONS */
8202 /*=========*/
8204 button,
8205 input[type='submit'] {
8206 color: #92c396;
8208 input[type='submit'] {
8209 color: #92c396;
8210 background-color: #fff;
8211 border: 1px solid #c4dbc4;
8212 transition:
8213 color 0.15s ease,
8214 background-color 0.15s ease,
8215 border-color 0.15s ease;
8218 input[type='submit']:hover,
8219 input[type='submit']:focus {
8220 background-color: #c4dbc4;
8221 color: #fff;
8223 input[type='submit']:active {
8224 background-color: #92c396;
8225 border-color: #92c396;
8227 .button:visited {
8228 color: #92c396;
8230 button:hover,
8231 .button:hover {
8232 color: #79a97e;
8233 text-decoration: none;
8235 button:active,
8236 .button:active {
8237 transform: scale(0.9);
8239 button:focus:not(:hover),
8240 .button:focus:not(:hover) {
8241 transform: none;
8243 @-moz-document url-prefix() {
8244 .button:active {
8245 transform: none;
8249 /*==========*/
8250 /* HEADINGS */
8251 /*==========*/
8253 .body-text h1,
8254 .body-text h2,
8255 .body-text h3,
8256 .body-text h4,
8257 .body-text h5,
8258 .body-text h6 {
8259 font-family: 'Caecilia', 'Helvetica', sans-serif;
8260 font-weight: 300;
8262 .body-text h1 {
8263 margin-top: 1.25em;
8264 box-shadow:
8265 0 -7px 0 0 #fff inset,
8266 0 -8px 0 0 #eee inset;
8268 .body-text h6 {
8269 color: #555;
8272 /*========*/
8273 /* QUOTES */
8274 /*========*/
8276 blockquote {
8277 border-left: 5px solid #e6e6e6;
8280 /*========*/
8281 /* IMAGES */
8282 /*========*/
8284 #content img,
8285 #content figure.image img {
8286 border: 1px solid #ccc;
8288 #content figure img {
8289 border: 1px solid #000;
8291 #content img[src$='.svg'],
8292 #content figure img[src$='.svg'] {
8293 border: none;
8295 #content img[style^='float'] {
8296 border: 1px solid transparent;
8299 #images-overlay div::after {
8300 font-weight: 400;
8301 padding: 10px 12px 6px 12px;
8304 /*=============*/
8305 /* IMAGE FOCUS */
8306 /*=============*/
8308 #image-focus-overlay {
8309 visibility: visible;
8312 #image-focus-overlay .caption p {
8313 margin: 1em 1.25em 0.875em 1.25em;
8314 font-weight: 400;
8317 /*======*/
8318 /* MISC */
8319 /*======*/
8321 hr {
8322 margin: 1em 0;
8324 hr::before {
8325 content: "• • •";
8326 letter-spacing: 7px;
8327 color: #aaa;
8328 text-align: center;
8329 display: block;
8330 font-size: 0.875em;
8333 code,
8334 pre {
8335 font-family: 'Source Code Pro', Inconsolata, monospace;
8336 font-size: 0.9375em;
8337 font-feature-settings: 'ss04';
8339 code {
8340 background-color: #eee;
8341 padding: 0 5px 1px 5px;
8342 box-shadow: 0 0 0 1px #fff inset;
8345 input[type='text'],
8346 input[type='search'],
8347 input[type='password'] {
8348 border: 1px solid #999;
8349 color: #000;
8350 background-color: transparent;
8351 border-color: transparent;
8352 border-bottom-color: #eee;
8353 transition: border-color 0.15s ease;
8355 input[type='text']:focus,
8356 input[type='search']:focus,
8357 input[type='password']:focus {
8358 border-bottom-color: #c4dbc4;
8361 select {
8362 color: #000;
8365 strong, b {
8366 font-weight: 600;
8369 /*============*/
8370 /* ABOUT PAGE */
8371 /*============*/
8373 .about-page mark {
8374 background-color: #e6e6e6;
8375 text-decoration: none;
8376 box-shadow:
8377 0 -1px 0 0 #000 inset,
8378 0 -3px 1px -2px #000 inset;
8379 padding: 0 1px;
8382 #content.about-page .accesskey-table {
8383 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
8384 border-color: #ddd;
8387 #content.about-page img {
8388 border: 1px solid #000;
8391 /*========================*/
8392 /* QUALIFIED HYPERLINKING */
8393 /*========================*/
8395 #content.no-nav-bars ~ #ui-elements-container #site-nav-ui-toggle {
8396 display: none;
8398 #content.no-comments ~ #ui-elements-container #post-nav-ui-toggle {
8399 display: none;
8402 #aux-about-link a {
8403 color: #777;
8405 #aux-about-link a:hover {
8406 opacity: 1.0;
8407 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
8410 .qualified-linking label {
8411 color: #ccc;
8412 font-weight: 400;
8414 .qualified-linking label:hover {
8415 color: #92c396;
8418 .qualified-linking-toolbar {
8419 border: 1px solid #ccc;
8420 background-color: #fff;
8422 .qualified-linking-toolbar a {
8423 padding: 3px 6px 0 6px;
8425 .qualified-linking-toolbar a,
8426 .qualified-linking-toolbar a:visited {
8427 color: #acd2af;
8429 .qualified-linking-toolbar a:hover {
8430 color: #92c396;
8431 text-decoration: none;
8432 background-color: #e4f1e5;
8434 .qualified-linking label::after {
8435 background-color: #fff;
8436 opacity: 0.8;
8439 /*======*/
8440 /* MATH */
8441 /*======*/
8443 .mathjax-block-container::-webkit-scrollbar {
8444 height: 12px;
8445 background-color: #f6f6ff;
8446 border-radius: 6px;
8447 border: 1px solid #ddf;
8449 .mathjax-block-container::-webkit-scrollbar-thumb {
8450 background-color: #dde;
8451 border-radius: 6px;
8452 border: 1px solid #cce;
8454 .mathjax-inline-container::-webkit-scrollbar {
8455 height: 8px;
8456 background-color: #f6f6ff;
8457 border-radius: 4px;
8458 border: 1px solid #ddf;
8460 .mathjax-inline-container::-webkit-scrollbar-thumb {
8461 background-color: #dde;
8462 border-radius: 4px;
8463 border: 1px solid #cce;
8467 /*===============*/
8468 /* USER MENTIONS */
8469 /*===============*/
8471 .textarea-container .autocomplete-container {
8472 background-color: rgba(255, 255, 255, 0.75);
8473 border: 1px solid rgba(196, 219, 196, 0.75);
8476 .textarea-container .autocomplete-container div.highlighted {
8477 background-color: rgba(196, 219, 196, 0.75);
8478 color: #fff;
8479 padding: 4px 8px 0 8px;
8480 line-height: 1.5;
8484 /*=================*/
8485 /* ALIGNMENT FORUM */
8486 /*=================*/
8488 #content.alignment-forum-index-page::after {
8489 margin: -0.25em 0 0.25em 0;
8490 text-align: center;
8491 grid-column: 2;
8492 font-family: "Concourse SmallCaps";
8493 font-weight: 600;
8494 background-color: #7f85b2;
8495 color: transparent;
8496 -webkit-background-clip: text;
8497 text-shadow:
8498 rgba(255,255,255,0.5) 0px 3px 3px;
8501 /*====================*/
8502 /* FOR NARROW SCREENS */
8503 /*====================*/
8505 @media not screen and (hover: none) {
8506 @media only screen and (max-width: 1080px) {
8507 #site-nav-ui-toggle button.engaged {
8508 left: -72px;
8510 #text-size-adjustment-ui {
8511 left: -22px;
8512 top: calc(100% - 240px);
8514 #width-selector {
8515 left: -23px;
8516 top: calc(100% - 140px);
8518 #theme-tweaker-toggle button {
8519 width: unset;
8520 height: unset;
8523 @media only screen and (max-width: 1020px) {
8525 @media only screen and (max-width: 1000px) {
8526 #site-nav-ui-toggle button.engaged {
8527 left: -56px;
8529 #theme-selector {
8530 padding: 0;
8532 #theme-selector button {
8533 margin: 1px 7px 0 7px;
8538 /*========*/
8539 /* MOBILE */
8540 /*========*/
8542 /*******************************************************/
8543 @media not screen and (hover:hover) and (pointer:fine) {
8544 /*******************************************************/
8545 #site-nav-ui-toggle {
8546 top: 10px;
8547 left: 10px;
8549 #site-nav-ui-toggle button.engaged {
8550 width: 1.125em;
8551 overflow: hidden;
8552 position: relative;
8553 left: 5px;
8554 top: -3px;
8556 #site-nav-ui-toggle button.engaged::before {
8557 content: "\F00D";
8558 font-size: 34px;
8559 padding: 0 0.25em 0 0;
8561 #ui-elements-container > #site-nav-ui-toggle button.engaged {
8562 transform: rotate(90deg);
8565 #ui-elements-container > div[id$='-ui-toggle'] button,
8566 #theme-selector .theme-selector-close-button {
8567 color: #bbb;
8568 text-shadow:
8569 0 0 1px #fff,
8570 0 0 3px #fff,
8571 0 0 5px #fff,
8572 0 0 10px #fff,
8573 0 0 20px #fff,
8574 0 0 30px #fff;
8576 #ui-elements-container > div[id$='-ui-toggle'] button {
8577 font-weight: 400;
8579 #theme-selector .theme-selector-close-button {
8580 font-weight: 300;
8583 #theme-selector {
8584 background-color: #fff;
8585 box-shadow:
8586 0 0 0 1px #999,
8587 0 0 1px 3px #fff,
8588 0 0 3px 3px #fff,
8589 0 0 5px 3px #fff,
8590 0 0 10px 3px #fff,
8591 0 0 20px 3px #fff;
8592 border-radius: 12px;
8594 #theme-selector::before {
8595 color: #999;
8596 font-weight: 300;
8597 position: relative;
8598 top: 6px;
8600 #theme-selector button,
8601 #theme-selector button.selected {
8602 background-color: #fff;
8603 border-radius: 10px;
8604 box-shadow:
8605 0 0 0 4px #fff inset,
8606 0 0 0 5px #999 inset;
8608 #theme-selector button.selected {
8609 background-color: #c4dbc4;
8611 #theme-selector button::after {
8612 color: #819681;
8613 font-weight: 300;
8614 max-width: calc(100% - 3.5em);
8615 overflow: hidden;
8616 text-overflow: ellipsis;
8617 padding: 1px 0 0 0;
8619 #theme-selector button.selected::after {
8620 color: #fff;
8623 #theme-tweaker-toggle button {
8624 color: #999;
8625 font-weight: 400;
8628 #quick-nav-ui {
8629 background-color: #fff;
8631 #quick-nav-ui,
8632 #new-comment-nav-ui,
8633 #hns-date-picker {
8634 box-shadow:
8635 0 0 1px 3px #fff,
8636 0 0 3px 3px #fff,
8637 0 0 5px 3px #fff,
8638 0 0 10px 3px #fff,
8639 0 0 20px 3px #fff;
8641 #quick-nav-ui a::after,
8642 #new-comment-nav-ui::before {
8643 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
8644 font-weight: bold;
8645 box-shadow:
8646 0 0 1px 0 #fff,
8647 0 0 3px 0 #fff,
8648 0 0 5px 0 #fff;
8649 background-color: #fff;
8650 border-radius: 4px;
8652 #quick-nav-ui,
8653 #new-comment-nav-ui {
8654 border-radius: 8px;
8656 #new-comment-nav-ui {
8657 background-color: #fff;
8658 border: 1px solid #fff;
8660 #new-comment-nav-ui::before {
8661 color: #aaa;
8662 font-weight: 500;
8664 #new-comment-nav-ui .new-comment-sequential-nav-button {
8665 color: #79a97e;
8667 #new-comment-nav-ui .new-comments-count {
8668 background-color: inherit;
8669 top: 0;
8671 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
8672 color: #e6e6e6;
8674 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
8675 border-radius: 7px 0 0 7px;
8677 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-next {
8678 border-radius: 0 7px 7px 0;
8680 #new-comment-nav-ui button::after {
8681 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
8683 #hns-date-picker {
8684 background-color: #fff;
8685 border: 1px solid #fff;
8688 #top-nav-bar {
8689 padding: 1.25em 0 0.25em 0;
8690 font-size: 1.625rem;
8691 margin: 0;
8692 grid-row: 2;
8693 grid-column: 2;
8695 #top-nav-bar .page-number {
8696 line-height: 1.7;
8698 #top-nav-bar .page-number span {
8699 display: block;
8701 #top-nav-bar a.disabled {
8702 opacity: 0.2;
8705 /*****************************************/
8706 @media only screen and (max-width: 900px) {
8707 /*****************************************/
8708 #theme-less-mobile-first-row-placeholder {
8709 grid-row: 1;
8710 grid-column: 2 / span 2;
8711 height: 50px;
8714 #primary-bar,
8715 #secondary-bar {
8716 position: static;
8717 width: 0;
8718 height: 0;
8721 #primary-bar {
8722 position: fixed;
8723 left: 0;
8724 margin: 0;
8725 padding: 5px 0 5px 0;
8726 height: unset;
8727 background-color: #fff;
8728 border-bottom: 1px solid #ddd;
8729 box-shadow: 0 0 0 1px #fff;
8730 z-index: 2;
8731 visibility: hidden;
8732 transition:
8733 visibility 0.2s ease,
8734 width 0.2s ease,
8735 opacity 0.2s ease,
8736 filter 0.2s ease;
8738 #primary-bar.engaged {
8739 width: 100%;
8740 visibility: visible;
8741 padding: 5px 4px 75px 60px;
8743 #secondary-bar #nav-item-archive,
8744 #secondary-bar #nav-item-sequences,
8745 #secondary-bar #nav-item-about {
8746 opacity: 0.0;
8747 transition:
8748 opacity 0.3s ease,
8749 filter 0.2s ease;
8751 #secondary-bar.engaged #nav-item-archive,
8752 #secondary-bar.engaged #nav-item-sequences,
8753 #secondary-bar.engaged #nav-item-about {
8754 opacity: 1.0;
8755 position: fixed;
8756 top: 80px;
8757 z-index: 3;
8758 width: 64px;
8760 #secondary-bar.engaged #nav-item-archive {
8761 left: 8px;
8763 #secondary-bar.engaged #nav-item-sequences {
8764 left: 72px;
8766 #secondary-bar.engaged #nav-item-about {
8767 left: 136px;
8770 #primary-bar.engaged.translucent-on-scroll,
8771 #secondary-bar.engaged.translucent-on-scroll #nav-item-archive,
8772 #secondary-bar.engaged.translucent-on-scroll #nav-item-sequences,
8773 #secondary-bar.engaged.translucent-on-scroll #nav-item-about,
8774 .page-toolbar.engaged.translucent-on-scroll {
8775 opacity: 0.6;
8776 filter: blur(2px);
8777 pointer-events: none;
8780 .page-toolbar {
8781 position: fixed;
8782 height: unset;
8783 width: unset;
8784 z-index: 4;
8785 right: 100%;
8786 top: 80px;
8787 transition:
8788 right 0.2s ease,
8789 opacity 0.2s ease,
8790 filter 0.2s ease;
8792 .page-toolbar.engaged {
8793 right: 0;
8795 .page-toolbar,
8796 #content:not(.user-page) .page-toolbar {
8797 display: flex;
8798 flex-flow: row;
8799 justify-content: flex-end;
8800 padding: 0 8px 0 0;
8802 .page-toolbar > * {
8803 right: unset;
8804 line-height: 1.15;
8805 padding: 6px 0;
8806 margin: 0;
8808 .page-toolbar > form,
8809 .page-toolbar > .button {
8810 text-align: center;
8811 flex-basis: 25%;
8812 margin-left: 1.5em;
8814 .page-toolbar .button {
8815 text-transform: uppercase;
8816 font-size: 0.625rem;
8818 .page-toolbar .button::before,
8819 #content.user-page .page-toolbar .button::before,
8820 .page-toolbar form::before,
8821 #content.user-page .page-toolbar form::before {
8822 font-size: 1.375rem;
8823 display: block;
8824 padding: 2px;
8825 font-size: 1.375rem;
8826 display: block;
8828 .page-toolbar .rss {
8829 white-space: nowrap;
8830 position: fixed;
8831 top: 143px;
8832 left: -60px;
8833 padding: 6px 10px 5px 10px;
8834 visibility: hidden;
8835 background-color: #fff;
8836 border-style: solid;
8837 border-color: #ddd;
8838 border-width: 0 1px 1px 0;
8839 box-shadow:
8840 0 1px 0 0 #fff,
8841 1px 1px 0 0 #fff;
8842 transition: left 0.2s ease;
8844 .page-toolbar .rss,
8845 #content.user-page .page-toolbar .rss {
8846 margin: 0;
8848 .page-toolbar.engaged .rss {
8849 visibility: visible;
8850 left: 0;
8853 #primary-bar .nav-inner {
8854 font-size: 1.375em;
8856 #secondary-bar .nav-inner {
8857 font-size: 1.125em;
8859 #secondary-bar .nav-item:not(#nav-item-search) .nav-inner {
8860 padding: 6px 10px;
8863 #nav-item-search {
8864 max-width: calc(100% - 180px);
8865 top: 4px;
8866 left: 68px;
8868 #nav-item-search input {
8869 width: calc(100% - 32px);
8871 #nav-item-search button {
8872 position: relative;
8873 bottom: 5px;
8874 visibility: visible;
8875 height: 32px;
8876 width: 40px;
8877 padding: 9px 15px 3px 5px;
8879 #nav-item-search form:not(:focus-within) button:not(:hover) {
8880 color: transparent;
8882 #nav-item-search button::before {
8883 color: #ddd;
8886 #nav-item-login {
8887 top: 16px;
8888 right: 8px;
8890 #nav-item-login .nav-inner {
8891 text-transform: none;
8892 font-size: 1.75em;
8894 #nav-item-login .nav-inner::before {
8895 display: none;
8897 #inbox-indicator::before {
8898 font-size: 1.75em;
8899 left: 2px;
8902 #bottom-bar .nav-inner {
8903 padding: 1rem 0 1.25rem 0;
8905 #bottom-bar .nav-inner::after {
8906 position: absolute;
8909 #content.search-results-page #comments-list-mode-selector {
8910 grid-column: 3;
8911 grid-row: 2;
8912 justify-self: end;
8915 #content,
8916 #content.comment-thread-page {
8917 padding: 0 4px;
8920 h1.listing + .post-meta > * {
8921 line-height: 1.5;
8923 h1.listing + .post-meta .post-section {
8924 overflow: visible;
8925 order: 1;
8926 width: unset;
8928 h1.listing + .post-meta .post-section::before {
8929 position: unset;
8932 .archive-nav *[class^='archive-nav-item-'] {
8933 border-width: 1px !important;
8935 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
8936 background-color: #aaa;
8939 .post {
8940 padding: 0;
8942 .post .top-post-meta .author {
8943 margin: 1em auto 0 auto;
8945 .post .top-post-meta .date,
8946 .post .top-post-meta .comment-count {
8947 position: static;
8949 .post .top-post-meta .date {
8950 margin: 1.5em auto 0 auto;
8952 .post .top-post-meta .comment-count span {
8953 display: initial;
8954 position: static;
8956 h1.post-title {
8957 line-height: 1.3;
8960 .comments {
8961 padding: 0;
8963 .comment-item .comment-item {
8964 margin: 0.75em 3px 3px 6px;
8966 .comment-item .comment-item + .comment-item {
8967 margin: 1.5em 3px 3px 6px;
8970 .comment-controls {
8971 position: relative;
8973 .comment-controls .cancel-comment-button,
8974 .comments > .comment-controls .cancel-comment-button {
8975 right: 4px;
8978 .sublevel-nav:not(.sort) .sublevel-item,
8979 .sublevel-nav:not(.sort) .sublevel-item:first-child,
8980 .sublevel-nav:not(.sort) .sublevel-item:last-child {
8981 border-radius: 8px;
8982 border-width: 1px;
8983 margin: 2px;
8986 #content.user-page #theme-less-mobile-first-row-placeholder {
8987 height: 60px;
8989 #content.user-page h1.page-main-heading,
8990 #content.user-page .user-stats {
8991 grid-row: 2;
8993 #content.user-page h1.page-main-heading {
8994 margin: 0.5em 0 0 0.125em;
8996 #content.user-page #comments-list-mode-selector,
8997 #content.user-page .sublevel-nav.sort {
8998 grid-row: 3 / span 2;
9000 #content.user-page .sublevel-nav {
9001 grid-row: 3;
9002 margin-bottom: 1em;
9004 #content.user-page #top-nav-bar {
9005 grid-row: 4;
9006 margin: 0.5em 0 0 0;
9009 #content.conversation-page #theme-less-mobile-first-row-placeholder {
9010 height: 64px;
9012 #content.conversation-page #comments-list-mode-selector {
9013 grid-row: 6;
9014 margin-top: -32px;
9016 #content.conversation-page .conversation-participants {
9017 grid-row: 4;
9018 align-self: end;
9020 /*******************************************/
9021 } @media only screen and (max-width: 720px) {
9022 /*******************************************/
9023 #content.index-page > .sublevel-nav.sort {
9024 flex-flow: column;
9025 margin-right: 4px;
9027 /*******************************************/
9028 } @media only screen and (max-width: 520px) {
9029 /*******************************************/
9030 h1.listing,
9031 #content.search-results-page h1.listing {
9032 font-size: 1.25rem;
9033 margin: 18px 6px 4px 6px;
9034 max-width: calc(100% - 12px);
9036 h1.listing + .post-meta {
9037 margin: 4px 6px;
9039 #content.conversations-user-page h1.listing::after {
9040 height: calc(100% + 2.25em);
9042 #content.conversations-user-page h1.listing + .post-meta .date {
9043 margin: 0 0 0 1em;
9046 .comment-body {
9047 font-size: 1.125rem;
9050 #content.compact > .comment-thread .comment-item {
9051 max-height: 105px;
9054 .textarea-container:focus-within textarea {
9055 background-color: #fff;
9056 border-width: 1px;
9057 box-shadow: 0 0 0 2px #fff;
9059 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
9060 padding: 5px 6px 6px 6px;
9061 font-weight: bold;
9063 .textarea-container:focus-within .guiedit-mobile-help-button.active {
9064 color: #c00;
9066 .textarea-container:focus-within .guiedit-buttons-container {
9067 background-color: #fff;
9068 border-top: 1px solid #ddf;
9070 .posting-controls .textarea-container:focus-within .guiedit-buttons-container {
9071 box-shadow: none;
9073 #content.conversation-page .textarea-container:focus-within::after {
9074 background-color: #fff;
9076 #markdown-hints::after {
9077 color: #090;
9080 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
9081 top: 2px;
9082 font-weight: 400;
9084 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
9085 top: 1px;
9091 /*************/
9092 /* ACCORDIUS */
9093 /*************/
9095 /*======*/
9096 /* TAGS */
9097 /*======*/
9099 #tags {
9100 order: 12;
9101 display: flex;
9102 flex-basis: 100%;
9103 justify-content: center;
9104 margin: 0;
9105 flex-flow: row wrap;
9106 align-items: flex-start;
9109 /*============*/
9110 /* LESS THEME */
9111 /*============*/
9113 /*++++++*/
9114 /* TAGS */
9115 /*++++++*/
9117 #tags {
9118 padding: 0.25em 0 0.5em 0;
9119 align-items: center;
9121 #tags::before {
9122 content: "\F02C";
9123 font-family: Font Awesome;
9124 font-weight: 300;
9125 font-size: 0.875em;
9126 margin: 0 0.5em 0 0;
9127 opacity: 0.6;
9128 position: relative;
9129 top: -2px;
9131 #tags a {
9132 margin: 0 0.375em 0 0;
9134 #tags a:not(:last-of-type)::after {
9135 content: ","
9138 .top-post-meta #tags {
9139 display: none;