Fix top margin of main heading on collection pages.
[lw2-viewer.git] / www / css / style-less.linux.css
blob2af9021e04d175249315aecb5466948f2bf5f324
2 /*************/
3 /* VARIABLES */
4 /*************/
6 :root {
7 --GW-comment-background-color-odd: transparent;
8 --GW-comment-background-color-even: transparent;
9 --GW-comment-background-color-target: transparent;
11 --inverted-display: none;
14 /***************/
15 /* BASE LAYOUT */
16 /***************/
18 html {
19 box-sizing: border-box;
20 font-size: 16px;
22 *, *::before, *::after {
23 box-sizing: inherit;
25 script {
26 display: none !important;
29 /*=------=*/
30 /*= Body =*/
31 /*=------=*/
33 body {
34 padding: 0;
35 margin: 0;
37 body::before {
38 background-color: inherit;
39 position: fixed;
40 width: 100%;
41 height: 100%;
44 body.no-scroll {
45 overflow-y: scroll;
46 position: fixed;
47 width: 100%;
50 /*=----------------------------=*/
51 /*= Immediate children of body =*/
52 /*=----------------------------=*/
54 body > * {
55 max-width: 900px;
58 /* Special styles for special browsers.
59 (This one is a fix for Firefox’s built-in screenshot feature.)
61 body > iframe[id^='firefox-screenshots'] {
62 max-width: unset;
65 #content {
66 margin: 0 auto;
67 padding: 0 30px;
68 position: relative;
69 overflow: visible;
70 display: grid;
71 grid-template-columns: 2fr 1fr 2fr;
73 #content::before {
74 content: "";
75 display: block;
76 position: absolute;
77 top: 0;
78 left: 0;
79 width: 100%;
80 height: 100%;
81 z-index: -1;
82 pointer-events: none;
85 /*=---------=*/
86 /*= Content =*/
87 /*=---------=*/
89 #content > * {
90 grid-column: 1 / span 3;
93 /*=----------------------=*/
94 /*= Floating UI elements =*/
95 /*=----------------------=*/
97 #ui-elements-container {
98 position: fixed;
99 height: 100vh;
100 top: 0;
101 left: 0;
102 right: 0;
103 margin: auto;
104 z-index: 10000;
105 pointer-events: none;
107 #ui-elements-container > * {
108 pointer-events: auto;
111 /*=----------------=*/
112 /*= Images overlay =*/
113 /*=----------------=*/
114 /* (To exclude images in posts from theme tweaks) */
116 #images-overlay {
117 position: absolute;
118 z-index: 1;
119 left: 0;
120 right: 0;
121 margin: auto;
124 /***********/
125 /* NAV BAR */
126 /***********/
128 .nav-bar {
129 margin: 0 -30px;
130 display: flex;
131 order: -11;
132 z-index: 1;
135 /*=---------------=*/
136 /*= Nav bar items =*/
137 /*=---------------=*/
139 .nav-item {
140 flex: 1 1 auto;
142 .nav-item * {
143 text-overflow: ellipsis;
144 white-space: nowrap;
145 overflow: hidden;
147 .nav-inner {
148 padding: 12px 30px;
149 text-align: center;
150 display: block;
151 position: relative;
152 line-height: inherit;
153 width: 100%;
154 background: unset;
156 .nav-bar-top:not(#primary-bar) .nav-inner {
157 padding: 4px 0;
160 #nav-item-sequences .nav-inner::before {
161 font-family: "Font Awesome", "Font Awesome 5 Free";
162 content: "\F5DB";
164 @media only screen and (min-width: 901px) {
165 #nav-item-about .nav-inner {
166 margin-right: 0.5em;
168 #nav-item-sequences .nav-inner::before {
169 font-size: 1rem;
170 display: block;
172 #secondary-bar #nav-item-sequences .nav-inner {
173 font-size: 0;
174 line-height: 1.4;
178 /*=------------=*/
179 /*= Bottom bar =*/
180 /*=------------=*/
182 #bottom-bar {
183 order: 11;
185 h1.listing ~ #bottom-bar {
186 margin-top: 1.25em;
188 #bottom-bar .nav-item {
189 flex: 1 1 0;
192 /*=-----------------=*/
193 /*= Accesskey hints =*/
194 /*=-----------------=*/
196 .nav-inner::after {
197 content: attr(accesskey);
198 display: none;
201 /*=---------------=*/
202 /*= Pagination UI =*/
203 /*=---------------=*/
205 #bottom-bar .nav-item a::before,
206 #top-nav-bar a::before {
207 font-family: "Font Awesome", "Font Awesome 5 Free";
208 font-weight: 900;
209 font-size: 0.8em;
210 position: relative;
211 bottom: 1px;
212 margin-right: 0.5em;
214 #bottom-bar #nav-item-first a::before,
215 #top-nav-bar a.nav-item-first::before {
216 content: "\F33e";
218 #bottom-bar #nav-item-top a::before {
219 content: "\F062";
221 #bottom-bar #nav-item-prev a::before,
222 #top-nav-bar a.nav-item-prev::before {
223 content: "\F060";
225 #bottom-bar #nav-item-next a::before,
226 #top-nav-bar a.nav-item-next::before {
227 content: "\F061";
229 #bottom-bar #nav-item-last a::before,
230 #top-nav-bar a.nav-item-last::before {
231 content: "\F340";
233 #bottom-bar #nav-item-next a::before {
234 margin-left: -2em;
235 margin-right: 0;
236 left: 3.8em;
238 #bottom-bar #nav-item-last a::before {
239 margin-left: -1.8em;
240 margin-right: 0;
241 left: 3.4em;
244 /*= Hover tooltips =*/
246 #top-nav-bar a {
247 position: relative;
249 #top-nav-bar a::after {
250 bottom: calc(100% - 3px);
251 content: attr(data-target-page);
253 #top-nav-bar a::after {
254 display: block;
255 position: absolute;
256 font-size: 0.75rem;
257 width: 100%;
258 line-height: 1;
259 visibility: hidden;
261 #top-nav-bar a:hover::after,
262 #bottom-bar a:hover::after {
263 visibility: visible;
266 /*=-----------------------=*/
267 /*= Decorative bottom bar =*/
268 /*=-----------------------=*/
269 /* (On short pages with no pagination) */
271 #bottom-bar.decorative {
272 position: relative;
274 #bottom-bar.decorative .nav-item {
275 display: none;
278 /*=------------=*/
279 /*= Search tab =*/
280 /*=------------=*/
282 #nav-item-search {
283 flex: 4 1 auto;
285 #nav-item-search form::before {
286 content: "\F002";
287 font-family: "Font Awesome", "Font Awesome 5 Free";
288 font-weight: 900;
289 display: inline-block;
290 vertical-align: top;
291 height: 23px;
292 width: 23px;
294 #nav-item-search input {
295 height: 23px;
296 width: calc(95% - 80px);
297 padding: 1px 4px;
299 #nav-item-search button {
300 height: 21px;
303 /*=-----------=*/
304 /*= Login tab =*/
305 /*=-----------=*/
307 #nav-item-login {
308 position: relative;
309 padding-right: 0.5em;
312 /*******************/
313 /* INBOX INDICATOR */
314 /*******************/
316 #inbox-indicator {
317 position: absolute;
318 top: 1px;
319 right: 0;
320 height: 100%;
321 visibility: hidden;
323 #inbox-indicator::before {
324 content: "\F0E0";
325 font-family: "Font Awesome", "Font Awesome 5 Free";
326 color: #bbb;
327 font-size: 1.1875rem;
328 position: absolute;
329 height: 100%;
330 right: 0;
331 top: 0;
332 padding: 0 0.45em;
333 visibility: visible;
334 font-weight: 900;
336 #inbox-indicator.new-messages::before {
337 color: #f00;
338 text-shadow:
339 0 0 1px #777,
340 0.5px 0.5px 1px #777;
342 a#inbox-indicator:hover::before {
343 color: #fff;
344 text-shadow:
345 0 0 1px #000,
346 0 0 2px #000,
347 0 0 4px #000,
348 0 0 1px #777,
349 0.5px 0.5px 1px #777;
351 a#inbox-indicator.new-messages:hover::before {
352 text-shadow:
353 0 0 1px #f00,
354 0 0 2px #f00,
355 0 0 4px #f00,
356 0 0 1px #777,
357 0.5px 0.5px 1px #777;
360 /****************/
361 /* PAGE TOOLBAR */
362 /****************/
364 .page-toolbar {
365 font-size: 0.9em;
366 line-height: 1.8;
367 text-align: right;
368 margin-right: -20px;
370 #content > .page-toolbar {
371 grid-column: 3;
372 grid-row: span 3;
374 #content.user-page > .page-toolbar {
375 grid-column: 2 / span 2;
376 order: -4;
379 /*=--------------------------=*/
380 /*= Page toolbar items (all) =*/
381 /*=--------------------------=*/
383 .page-toolbar > * {
384 display: inline-block;
385 margin-left: 1.5em;
387 .page-toolbar > form button {
388 padding: 0;
389 text-align: right;
390 white-space: unset;
392 .page-toolbar > form button::before {
393 text-align: center;
395 .page-toolbar .button::before {
396 font-family: "Font Awesome", "Font Awesome 5 Free";
397 font-size: 0.9em;
398 padding-right: 0.3em;
401 /*=-------------------------------=*/
402 /*= Page toolbar items (specific) =*/
403 /*=-------------------------------=*/
405 .new-post::before {
406 content: '\F067';
407 font-weight: 900;
409 .new-private-message::before {
410 content: '\F075';
411 font-weight: 400;
413 .logout-button::before {
414 content: '\F2F5';
415 font-weight: 900;
417 #enable-push-notifications::before {
418 content: '\F0F3';
419 font-weight: 400;
421 .ignore-button::before {
422 content: "\F070";
423 font-weight: 400;
425 .unignore-button::before {
426 content: "\F06E";
427 font-weight: 400;
429 .rss::before {
430 content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiANCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIGlkPSJSU1NpY29uIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+DQo8ZGVmcz4NCjxsaW5lYXJHcmFkaWVudCB4MT0iMC4wODUiIHkxPSIwLjA4NSIgeDI9IjAuOTE1IiB5Mj0iMC45MTUiIGlkPSJSU1NnIj4NCjxzdG9wICBvZmZzZXQ9IjAuMCIgc3RvcC1jb2xvcj0iI0UzNzAyRCIvPjxzdG9wICBvZmZzZXQ9IjAuMTA3MSIgc3RvcC1jb2xvcj0iI0VBN0QzMSIvPg0KPHN0b3AgIG9mZnNldD0iMC4zNTAzIiBzdG9wLWNvbG9yPSIjRjY5NTM3Ii8+PHN0b3AgIG9mZnNldD0iMC41IiBzdG9wLWNvbG9yPSIjRkI5RTNBIi8+DQo8c3RvcCAgb2Zmc2V0PSIwLjcwMTYiIHN0b3AtY29sb3I9IiNFQTdDMzEiLz48c3RvcCAgb2Zmc2V0PSIwLjg4NjYiIHN0b3AtY29sb3I9IiNERTY0MkIiLz4NCjxzdG9wICBvZmZzZXQ9IjEuMCIgc3RvcC1jb2xvcj0iI0Q5NUIyOSIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjwvZGVmcz4NCjxyZWN0IHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiByeD0iNTUiIHJ5PSI1NSIgeD0iMCIgIHk9IjAiICBmaWxsPSIjQ0M1RDE1Ii8+DQo8cmVjdCB3aWR0aD0iMjQ2IiBoZWlnaHQ9IjI0NiIgcng9IjUwIiByeT0iNTAiIHg9IjUiICB5PSI1IiAgZmlsbD0iI0Y0OUM1MiIvPg0KPHJlY3Qgd2lkdGg9IjIzNiIgaGVpZ2h0PSIyMzYiIHJ4PSI0NyIgcnk9IjQ3IiB4PSIxMCIgeT0iMTAiIGZpbGw9InVybCgjUlNTZykiLz4NCjxjaXJjbGUgY3g9IjY4IiBjeT0iMTg5IiByPSIyNCIgZmlsbD0iI0ZGRiIvPg0KPHBhdGggZD0iTTE2MCAyMTNoLTM0YTgyIDgyIDAgMCAwIC04MiAtODJ2LTM0YTExNiAxMTYgMCAwIDEgMTE2IDExNnoiIGZpbGw9IiNGRkYiLz4NCjxwYXRoIGQ9Ik0xODQgMjEzQTE0MCAxNDAgMCAwIDAgNDQgNzMgViAzOGExNzUgMTc1IDAgMCAxIDE3NSAxNzV6IiBmaWxsPSIjRkZGIi8+DQo8L3N2Zz4NCg==');
431 display: inline-block;
432 width: 1em;
433 padding-right: 0.2em;
434 position: relative;
435 top: 1px;
438 /*********************/
439 /* TOP PAGINATION UI */
440 /*********************/
442 #top-nav-bar {
443 grid-column: 2;
444 margin: 0.25em 0 0 0;
445 padding: 0.75em 0 0 0;
446 text-align: center;
447 font-size: 1.25em;
448 display: flex;
449 justify-content: center;
451 #top-nav-bar a {
452 line-height: 1;
454 #top-nav-bar a.disabled {
455 pointer-events: none;
456 visibility: hidden;
458 #top-nav-bar .page-number {
459 position: relative;
460 display: inline-block;
461 width: 1.5em;
463 #top-nav-bar .page-number-label {
464 position: absolute;
465 font-size: 0.5em;
466 text-transform: uppercase;
467 width: 100%;
468 bottom: 90%;
469 left: 0;
471 #top-nav-bar a::before {
472 margin: 0.5em;
473 display: inline-block;
476 /****************/
477 /* SUBLEVEL NAV */
478 /****************/
480 .sublevel-nav {
481 text-align: center;
482 display: flex;
483 justify-content: center;
484 margin: 1em 0 0 0;
486 #content > .sublevel-nav:not(.sort) {
487 grid-column: 2;
488 align-self: start;
490 .sublevel-nav .sublevel-item {
491 flex: 0 0 6em;
492 padding: 0.125em 0.5em;
493 font-size: 1.125rem;
495 .sublevel-nav .sublevel-item:active {
496 transform: none;
498 .sublevel-nav .sublevel-item.selected {
499 cursor: default;
502 /***********************/
503 /* SORT ORDER SELECTOR */
504 /***********************/
506 .sublevel-nav.sort {
507 position: relative;
508 margin-top: 8px;
509 font-size: 0.75em;
511 #content > .sublevel-nav.sort {
512 grid-column: 3;
513 grid-row: span 2;
514 justify-self: end;
515 align-self: start;
516 flex-flow: column;
518 #content.index-page > .sublevel-nav.sort {
519 grid-column: 1;
520 justify-self: start;
521 flex-flow: row;
524 .sublevel-nav.sort::before {
525 content: "Sort";
526 font-size: 0.75rem;
527 position: absolute;
528 top: 0;
529 left: 0;
530 width: 100%;
532 .sublevel-nav.sort .sublevel-item {
533 line-height: 1;
534 font-size: 0.875rem;
535 flex-basis: unset;
538 /*******************************/
539 /* COMMENTS SORT MODE SELECTOR */
540 /*******************************/
542 .comments > .sublevel-nav.sort {
543 margin: 1em auto 0 auto;
545 @supports (width: -moz-fit-content) {
546 .comments > .sublevel-nav.sort {
547 width: -moz-fit-content;
550 @supports (width: fit-content) {
551 .comments > .sublevel-nav.sort {
552 width: fit-content;
556 /******************/
557 /* WIDTH SELECTOR */
558 /******************/
560 #width-selector {
561 position: absolute;
562 top: 4px;
563 right: -78px;
565 #width-selector button {
566 width: 22px;
567 height: 22px;
568 padding: 6px;
569 margin: 1px;
570 overflow: hidden;
571 background-repeat: no-repeat;
572 background-size: 100%;
573 background-origin: content-box;
575 #width-selector button,
576 #width-selector button:active,
577 #width-selector button:focus {
578 text-shadow: none;
579 color: transparent;
581 #width-selector button:disabled {
582 cursor: auto;
584 #width-selector button.select-width-normal {
585 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIqnI+py+0PU5hB0Sqp1Xlu32HI9YkHGZZqyo6cC8Kmgcqr3Z5vxPf+nygAADs=');
587 #width-selector button.select-width-wide {
588 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIrnI+py+0PT5jB0TqupUY37zEg95HhMk6bmpGi6aIw+7KnkmK1HvX+DzwUAAA7');
590 #width-selector button.select-width-fluid {
591 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIwnI+py+0/ApIwUGOfvTGzzYELGIoTiZpdylJte7xoQp7beMc5XnL4CYlMgsSisVEAADs=');
594 /*=----------------=*/
595 /*= Hover tooltips =*/
596 /*=----------------=*/
598 #width-selector button::after {
599 content: attr(data-name);
600 position: absolute;
601 display: block;
602 left: 0;
603 width: 100%;
604 text-align: center;
605 top: 56px;
606 visibility: hidden;
608 #width-selector button.selected::after {
609 content: attr(data-name) " (selected)";
611 #width-selector button:hover:not(:active)::after {
612 visibility: visible;
615 head.content-width-normal + body > * {
616 max-width: 900px;
618 head.content-width-wide + body > * {
619 max-width: 1150px;
621 head.content-width-fluid + body > * {
622 max-width: calc(100% - 300px);
625 /******************/
626 /* THEME SELECTOR */
627 /******************/
629 #theme-selector {
630 position: absolute;
631 top: 3px;
632 left: -41px;
633 opacity: 0.4;
634 display: table;
635 max-width: 40px;
637 #theme-selector:hover {
638 opacity: 1.0;
641 /*=----------------------=*/
642 /*= Theme select buttons =*/
643 /*=----------------------=*/
645 .theme-selector button {
646 display: table-cell;
647 width: 26px;
648 height: 26px;
649 padding: 5px;
650 margin: 1px 7px 0 7px;
651 color: transparent;
652 background-size: 16px 16px;
653 background-origin: content-box;
655 .theme-selector button,
656 .theme-selector button:hover,
657 .theme-selector button:active,
658 .theme-selector button:focus {
659 text-shadow: none;
660 color: transparent;
662 .theme-selector button:disabled {
663 cursor: auto;
666 /*=----------------------------=*/
667 /*= Pre-rendered button images =*/
668 /*=----------------------------=*/
669 /* (Each is just a capital letter A through whatever) */
671 .theme-selector button:nth-of-type(1) {
672 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAAAA0NDRYWFhwcHCIiIioqKjU1NTs7O0BAQEtLS09PT1ZWVlxcXGNjY2VlZWZmZmpqamxsbG1tbXd3d4WFhYeHh46OjpaWlpubm6Ojo6ampqysrK+vr7GxsbKysra2tr29vcDAwMnJyc3NzdLS0tra2tvb293d3d/f3+Tk5Ofn5+rq6uvr6+3t7e7u7vHx8fb29vf39/r6+vv7+/39/f7+/v///38AAA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGmUCbcEgsGo/IpHLJbDqf0Kh0Sq0eQwHCyVqsKQAACpdYAgMGrrGwYgZs1C9C+zAbc9rgEZeGwAMiXCRmHRdgAipWE4YtJmYYVSwCYBI2NQxgBDBUGWYSHh+SYCBTMgZ+bQs0UiKneCVRNRBmCw61DwlmYlApZnREMQVgaFCFYBpGFmZvTjRfAAIrRihmDTVq19jZ2tvc3d5CQQA7');
674 .theme-selector button:nth-of-type(2) {
675 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAAAA0NDRwcHCYmJioqKk1NTVVVVV1dXWJiYmNjY3d3d35+foiIiIuLi5aWlq2trbOzs7S0tLm5ucXFxcrKysvLy83NzdLS0tXV1dbW1tra2tvb2+Xl5ebm5ujo6Onp6e3t7e7u7vT09Pb29vf39/j4+Pv7+/39/f7+/v///wAAwKwtDQEAAAAQrAUAAGAAABUAAAAAAAAAEKwFAABgAABQ4VxT/38AAA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGj0CAcEgsGo/IpHLJbDqf0Kh0Sq0KAx0TaUsqcRzWQChFLpM/BGoAZG5P1OyUiXI5lUeD6ZosEgAWd2lSeykieQllhnpxJAoMH2UZcG1lIYKDcZQhBpOUZCcFi2QjaQgeZRaiKXhCDWUaqn1CD6+qKRIQGGYbtpQoC3pjnikRapBtIhUHVszNzs/Q0dLT1ENBADs=');
677 .theme-selector button:nth-of-type(3) {
678 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMe7m4+7n5O7o5e7q6e7t7e7u7u/f2O/f2e/g2u/i3PDa0fDb0/Dc1PDd1fDd1vLAq/LKufLKuvLMvfLQwvO4oPO6o/O7pPO8pfO9pvPAq/PBrfPFsvSylvS4n/Wqi/Wxlfakg/aoiPaqi/eadPeeefiMYPiRZ/iTafiTaviUa/iWbfiXb/iYcfqBUPqCUft0Pft3Qft7RvxvNvxxOPx0PPx1Pf1mKP1nKf1nKv1pLP1pLf1qLv1rL/1sMP1tMgAAACwAAAAAIAAgAAAGnsCCcEgsGo/IpHLJbDqf0Kh0Cl1AIBEHtciR2b5f3wpBNbzA6C+OIVXo0mlcI0qAoWmhi8f1jRGiHWgkRQctInQ1YCZbRQlvNnKMRI5fMwOSQxlgJZhDG2B+nQUJOV88AaIAO2AsogUnaCBFBCojUpRgNR8QGiulPQJSgXBpFVMPpcQ2Nw9UAik3aTcoZIwEEhQWGBN/rt7f4OHi451BADs=');
680 .theme-selector button:nth-of-type(4) {
681 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMYiHh4iIiImGhYqGhYuHhYyGg46Gg5CFgJKEfpKFf5WDfJeEfJiCeZmDeZqCeZuCd56BdZ+AdKZ/cKd/bq19abJ8ZbZ6Ybd5YMR1VctzUMxzT8x0UNJxStNxSdNyStRxSddwRthvRNlvRNtvQ99uQOFuPuRsO+ZtO+dsOuhsOOtrNuxrNvBpMfBpMvNoL/ZnLPZoLvhnLPlmKvpmKvtnKvxmKPxmKf1mKA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGn8CAcEgsGo/IpHLJbDqf0Kh0Sq0KBauX9iVrZRBWBe1GLpM11cSsZplMKqIaOTWYqmsM4uFEBtnXD0UAKDc1EVJ3gUUNNjcjiIBHITcsAlGJRxw3MASXkUYVm3VQmEYbNy6jT6VFHZudpJ9EBjI3JZA1ikQeZBe4ugEAH2QqALgUDQ4QGDFkMgt/ZmYmBVRq0i8kElbc3d7f4OHi4+REQQA7');
683 .theme-selector button:nth-of-type(5) {
684 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMQAw5wMy5gc15hI95RQ/5BhC4xtE5CZN4idN4Upo3Zai05um0p2o0qCq0aKr0aqy0Kyz0K200K+10LK4z7q+zru/zry/zr3Azr7Bzr/CzsDDzsHDzcTGzcnJzMrKzMzMzCwAAAAAIAAgAAAFbeAnjmRpnmiqrmzrvnAsz3Q9esmB7Hxh1ZsBYEgEBCo1DkHgmEiez05ymbGZlIKflYRFbkfY6lekBOh4hoitXBwq1kuG5EF/aOAC8Rir3S/7X3xjZEsQGBSIFBdwbUQNU41DC4OUlZaXmJmaViEAOw==');
686 .theme-selector button:nth-of-type(6) {
687 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMQAAAA0NDS4uLjU1NTg4OElJSVZWVmNjY21tbaOjo62trbOzs8XFxcvLy8zMzNDQ0Nvb2+Dg4OHh4ePj4+Xl5e7u7vLy8v39/f///4n/fwAAwKwtDQEAAAAeBwAAAAAAACwAAAAAIAAgAAAFWiAmjmRpnmiqrmzrvnAsz3RNJkKh70NlH4CgEBDw1RCABSXCZF5syIfthGxMTdVrKasdIQGGHWEy/Q4BjDJAIYG4IRa1tCvi0u1dvFZ/5asddIGCg4SFhoeDIQA7');
689 .theme-selector button:nth-of-type(7) {
690 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMWcEFG4QH3QZKHcfLXslM4AtOYIxPYQ1QYY4Q4tAS5VPWZpYYbKAhrSCh7iJjruPk72RlcWfosikp8qnqsyrrNK1tdO2tta7u9e+vtzExOTS0ebV0+bW1OfX1ejY1ujZ1+na1+nb2Ozf3Ozg3e3h3u7i3+/k4fDm4/Ho5PLq5vPr5/Ts6PXu6vfx7fjz7/j07/n18Pr28fr38vv48/v59Pz69f379v389/79+P//+gAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGssCccEgsGo/IpHLJbDqf0Kh0CmWhVi5q0TYhAL6AwySmFRXAaEAANOWAIScbjRT5fqQzBEAQMrYoOFIWamxaRTV6DIZGL2cbi0UgAAMtRDAyM5kzMlGSAixDjWkJN1Adk6BComgLgU8nAgEllpg2GgAKrk4yZw9IkrlRD3uzRsC6TioCAAQmRh4ArVIXYBKpMBhepFMZaAYHaBVaLA5pAA0pkDQjISEmM5Dx8vP09fb3UUEAOw==');
692 .theme-selector button:nth-of-type(8) {
693 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMVONTVSNTlaPUFeQUViQUlmRU2yeZ3Cga3KhbYKsfqbEo6jGpazIqbLMr7PNsMHWvsHWv8LXwMPXwejw5+nw6Orx6e/07vH28PX49Pf69vn7+fv9+/z9/P7//v///wAAACwAAAAAIAAgAAAFe6AnjmRpnmiqrmzrvnAsz3Rts52zbKamNBxZxwB4mC6CAEWIKJowhECF6SxBpVSjNTqNdZqSJ5fKyFzO58kA620C3nA4G/YFEAr4fAEwf9UhYn0udVokV110TYUjh1mBiH6Kj0IHVYZRS14JABFiAhY3oaKjpKWmp6g2IQA7');
695 .theme-selector button:nth-of-type(9) {
696 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMZLDlpPDl5XEmJfFmpfGm5rHnZ3JoKjPq6nPrLXWuL/cwe317e317vb69vz9/P3+/f7//v///wAAQBsmAIBgAAAQhqFS/38AAO86GpX/fwAAwAzpDQEAAAAeBwAAAAAAACwAAAAAIAAgAAAFT2AkjmRpnmiqrmzrvnAsz3RtQsig2OYSAAdeifELCkcNAfA4ghiWzIgTypwaq8/r0RqVZrvcaBhLPT4KZSExzVtrhQ4CINGt2+/4vH4/CwEAOw==');
699 /*=------------------------------=*/
700 /*= Theme select button tooltips =*/
701 /*=------------------------------=*/
702 /* (with the name & description of the theme that each button selects) */
704 #theme-selector button {
705 position: relative;
706 z-index: 1;
708 #theme-selector button::before {
709 content: attr(data-theme-name);
710 position: absolute;
711 top: 0;
712 right: 100%;
713 padding: 5px 6px 6px 6px;
714 line-height: 1;
715 width: 6em;
716 text-align: right;
717 z-index: 1;
718 visibility: hidden;
720 #theme-selector:hover button::before {
721 visibility: visible;
723 #theme-selector:hover ~ #theme-tweaker-toggle,
724 #theme-selector:active ~ #theme-tweaker-toggle {
725 z-index: -1;
728 /************************/
729 /* THEME TWEAKER TOGGLE */
730 /************************/
732 #theme-tweaker-toggle {
733 position: absolute;
734 top: 7px;
735 left: -75px;
737 #theme-tweaker-toggle button {
738 font-family: "Font Awesome", "Font Awesome 5 Free";
739 font-weight: 900;
740 font-size: 1.25rem;
741 opacity: 0.4;
742 z-index: 1;
744 #theme-tweaker-toggle button:hover {
745 opacity: 1.0;
748 /*******************/
749 /* QUICKNAV WIDGET */
750 /*******************/
752 #quick-nav-ui {
753 position: absolute;
754 right: -67px;
755 bottom: 20px;
757 #quick-nav-ui a {
758 font-family: "Font Awesome", "Font Awesome 5 Free";
759 font-weight: 900;
760 font-size: 1.5rem;
761 line-height: 1.7;
762 text-align: center;
763 display: block;
764 width: 40px;
765 height: 40px;
766 margin: 10px 0 0 0;
768 #quick-nav-ui a[href='#comments'].no-comments {
769 pointer-events: none;
771 #quick-nav-ui a {
772 visibility: hidden;
774 #content.post-page ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
775 visibility: visible;
778 /************************/
779 /* NEW COMMENT QUICKNAV */
780 /************************/
782 #new-comment-nav-ui {
783 position: absolute;
784 right: -112px;
785 bottom: 42px;
787 #new-comment-nav-ui > * {
788 display: block;
789 position: relative;
791 #new-comment-nav-ui.no-comments {
792 display: none;
795 /*=--------------------=*/
796 /*= New comments count =*/
797 /*=--------------------=*/
799 #new-comment-nav-ui .new-comments-count {
800 width: 2em;
801 font-size: 1.25rem;
802 line-height: 1.1;
803 text-align: center;
804 left: 1px;
805 cursor: pointer;
807 #new-comment-nav-ui .new-comments-count::selection {
808 background-color: transparent;
810 #new-comment-nav-ui .new-comments-count::after {
811 content: "NEW";
812 display: block;
813 font-size: 0.625rem;
816 /*=-----------------------------------=*/
817 /*= Next/previous new comment buttons =*/
818 /*=-----------------------------------=*/
820 #new-comment-nav-ui .new-comment-sequential-nav-button {
821 font-size: 1.75rem;
822 font-family: "Font Awesome", "Font Awesome 5 Free";
823 font-weight: 900;
824 width: 1.5em;
825 z-index: 5001;
827 #new-comment-nav-ui .new-comment-previous {
828 top: 8px;
830 #new-comment-nav-ui .new-comment-next {
831 bottom: 6px;
833 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
834 cursor: auto;
835 pointer-events: none;
838 /*******************/
839 /* HNS DATE PICKER */
840 /*******************/
842 #hns-date-picker {
843 position: absolute;
844 bottom: 72px;
845 right: -253px;
846 opacity: 0.6;
848 #hns-date-picker:hover,
849 #hns-date-picker:focus-within {
850 opacity: 1.0;
852 #hns-date-picker.no-comments {
853 display: none;
856 /*=---------------=*/
857 /*= "Since" label =*/
858 /*=---------------=*/
860 #hns-date-picker span {
861 display: block;
862 font-size: 0.75rem;
863 text-transform: uppercase;
866 /*=--------------------=*/
867 /*= "Since" text field =*/
868 /*=--------------------=*/
870 #hns-date-picker input {
871 margin-top: 1px;
872 padding: 1px 3px;
873 width: 140px;
874 text-align: center;
875 box-shadow: 0 0 0 1px transparent;
878 /************************/
879 /* ANTI-KIBITZER TOGGLE */
880 /************************/
882 #anti-kibitzer-toggle {
883 position: absolute;
884 right: -67px;
885 bottom: 225px;
887 #anti-kibitzer-toggle button {
888 display: block;
889 width: 40px;
890 height: 54px;
891 padding: 0;
893 #anti-kibitzer-toggle button::before,
894 #anti-kibitzer-toggle button::after {
895 font-family: "Font Awesome", "Font Awesome 5 Free";
897 #anti-kibitzer-toggle button::before {
898 content: "\F06E";
899 display: block;
900 font-size: 1.75em;
901 font-weight: 400;
903 #anti-kibitzer-toggle button::after {
904 content: "\F007\2004\F164";
905 font-size: 0.875em;
906 font-weight: 900;
908 #anti-kibitzer-toggle.engaged button::before {
909 content: "\F070";
912 /************************/
913 /* TEXT SIZE ADJUSTMENT */
914 /************************/
916 #text-size-adjustment-ui {
917 position: absolute;
918 top: 30px;
919 right: -78px;
920 opacity: 0.4;
922 #text-size-adjustment-ui:hover {
923 opacity: 1.0;
926 /* This doesn't work in Mozilla browsers, so hide it */
927 @-moz-document url-prefix() {
928 #text-size-adjustment-ui {
929 display: none;
933 /*=---------=*/
934 /*= Buttons =*/
935 /*=---------=*/
937 #text-size-adjustment-ui button {
938 font-weight: 900;
939 font-family: "Font Awesome", "Font Awesome 5 Free";
940 font-size: 0.75rem;
941 width: 24px;
942 height: 24px;
943 padding: 0;
945 #text-size-adjustment-ui button.default {
946 font-family: inherit;
947 font-size: 1.125rem;
948 position: relative;
949 top: 1px;
951 #text-size-adjustment-ui button:disabled {
952 opacity: 0.5;
954 #text-size-adjustment-ui button:disabled:hover {
955 cursor: default;
958 /*=----------------=*/
959 /*= Hover tooltips =*/
960 /*=----------------=*/
962 #text-size-adjustment-ui::after {
963 content: "Adjust text size";
964 position: absolute;
965 display: block;
966 left: 0;
967 width: 100%;
968 text-align: center;
969 top: 32px;
970 visibility: hidden;
971 font-size: 0.9em;
973 #text-size-adjustment-ui:hover::after {
974 visibility: visible;
977 /*******************************/
978 /* COMMENTS VIEW MODE SELECTOR */
979 /*******************************/
981 #comments-view-mode-selector {
982 position: absolute;
983 bottom: 30px;
984 left: -40px;
985 opacity: 0.6;
987 #comments-view-mode-selector:hover {
988 opacity: 1.0;
991 /*=---------=*/
992 /*= Buttons =*/
993 /*=---------=*/
995 #comments-view-mode-selector a {
996 display: block;
997 font-family: "Font Awesome", "Font Awesome 5 Free";
998 font-size: 1.25rem;
999 text-align: center;
1000 opacity: 0.4;
1001 padding: 0.25em;
1002 z-index: 1;
1004 #comments-view-mode-selector a.threaded {
1005 transform: scaleY(-1);
1006 font-weight: 900;
1008 #comments-view-mode-selector a.chrono {
1009 font-weight: normal;
1011 #comments-view-mode-selector a.selected,
1012 #comments-view-mode-selector a:hover {
1013 opacity: 1.0;
1014 text-decoration: none;
1016 #comments-view-mode-selector a.selected {
1017 cursor: default;
1020 /*****************/
1021 /* KEYBOARD HELP */
1022 /*****************/
1024 #keyboard-help-overlay {
1025 width: 100vw;
1026 height: 100vh;
1027 background-color: rgba(0,0,0,0.7);
1028 position: fixed;
1029 left: 0;
1030 top: 0;
1031 z-index: 5001;
1033 display: flex;
1034 justify-content: center;
1035 align-items: center;
1036 padding: 20px 30px 30px 20px;
1038 visibility: hidden;
1041 #keyboard-help-overlay .keyboard-help-container {
1042 background-color: #fff;
1043 filter: drop-shadow(4px 4px 2px #000);
1044 flex: 1 1 auto;
1045 max-width: 1500px;
1046 max-height: 100%;
1047 overflow-y: auto;
1048 position: relative;
1050 #keyboard-help-overlay .keyboard-help-container h1 {
1051 text-align: center;
1052 border-bottom: 1px solid #ddd;
1053 margin: 0;
1054 padding: 10px 20px;
1056 #keyboard-help-overlay .keyboard-help-container .note {
1057 margin: 0.5em auto;
1058 padding: 0 1em;
1059 width: fit-content;
1061 #keyboard-help-overlay .keyboard-help-container .keyboard-shortcuts-lists {
1062 column-width: 21em;
1063 column-count: auto;
1064 column-gap: 1.5em;
1065 border-top: 1px solid #ddd;
1066 padding: 15px 20px;
1068 #keyboard-help-overlay .keyboard-help-container ul {
1069 list-style-type: none;
1070 margin: 0;
1071 padding: 0;
1072 break-inside: avoid;
1073 white-space: nowrap;
1075 #keyboard-help-overlay .keyboard-help-container ul:nth-of-type(n+2) {
1076 margin: 20px 0 0 0;
1078 #keyboard-help-overlay .keyboard-help-container ul li.section {
1079 font-weight: bold;
1080 font-size: 1.125rem;
1081 break-after: avoid;
1083 #keyboard-help-overlay .keyboard-help-container .keys {
1084 margin: 0 0.5em 0 0;
1085 min-width: 4.5em;
1086 display: inline-block;
1088 #keyboard-help-overlay .keyboard-help-container .keys code {
1089 margin: 0 6px 0 0;
1091 #keyboard-help-overlay .keyboard-help-container code {
1092 display: inline-block;
1093 background-color: #eee;
1094 border: 1px solid #ccc;
1095 padding: 3px 8px 4px 8px;
1096 margin: 0 1px;
1098 #keyboard-help-overlay .keyboard-help-container code.ak {
1099 background-color: #ffeb83;
1100 border-color: #d4a500;
1102 #keyboard-help-overlay .keyboard-help-container code.ak::before {
1103 content: "ak+";
1104 opacity: 0.3;
1107 #nav-item-about button.open-keyboard-help {
1108 display: none;
1110 @media only screen and (hover:hover) and (pointer:fine) {
1111 #nav-item-about {
1112 position: relative;
1113 padding-right: 0.25em;
1115 #nav-item-about button.open-keyboard-help {
1116 font-family: "Font Awesome", "Font Awesome 5 Free";
1117 font-weight: 900;
1118 position: absolute;
1119 top: 0;
1120 right: 0;
1121 height: 100%;
1122 padding: 8px;
1123 display: initial;
1124 line-height: 1;
1125 background-color: transparent;
1129 #keyboard-help-overlay button.close-keyboard-help {
1130 position: absolute;
1131 right: 0;
1132 top: 0;
1133 font-family: "Font Awesome", "Font Awesome 5 Free";
1134 font-size: 1.5rem;
1135 padding: 10px 12px;
1138 /************/
1139 /* ARCHIVES */
1140 /************/
1142 .archive-nav {
1143 margin: 1.25em 0.5em 0 0.5em;
1144 padding: 0.25em;
1146 .archive-nav > * {
1147 display: flex;
1149 .archive-nav *[class^='archive-nav-item'] {
1150 line-height: 1;
1151 flex: 1 1 5%;
1152 text-align: center;
1153 padding: 6px 4px 4px 4px;
1154 max-width: 8%;
1156 @-moz-document url-prefix() {
1157 .archive-nav *[class^='archive-nav-item'] {
1158 padding: 5px 4px;
1161 .archive-nav-days .archive-nav-item-day {
1162 font-size: 0.8em;
1163 padding: 7px 0 5px 0;
1164 max-width: 4%;
1166 .archive-nav-days .archive-nav-item-day:first-child {
1167 flex-basis: 10%;
1170 /************/
1171 /* ARCHIVES */
1172 /************/
1174 .archive-nav {
1175 margin: 1.25em 0.5em 0 0.5em;
1176 padding: 0.25em;
1178 .archive-nav > * {
1179 display: flex;
1181 .archive-nav *[class^='archive-nav-item'] {
1182 line-height: 1;
1183 flex: 1 1 5%;
1184 text-align: center;
1185 padding: 6px 4px 4px 4px;
1186 max-width: 8%;
1188 @-moz-document url-prefix() {
1189 .archive-nav *[class^='archive-nav-item'] {
1190 padding: 5px 4px;
1193 .archive-nav-days .archive-nav-item-day {
1194 font-size: 0.8em;
1195 padding: 7px 0 5px 0;
1196 max-width: 4%;
1198 .archive-nav-days .archive-nav-item-day:first-child {
1199 flex-basis: 10%;
1202 /************/
1203 /* LISTINGS */
1204 /************/
1206 h1.listing {
1207 font-size: 1.875rem;
1208 line-height: 1.15;
1209 max-height: 1.15em;
1210 position: relative;
1213 h1.listing a {
1214 position: relative;
1217 /* Links to link-posts (not the link-post links themselves; that's below) */
1218 h1.listing .link-post-link + a {
1219 margin-left: 0.25em;
1222 h1.listing .link-post-link {
1223 font-size: 0.8em;
1224 display: inline;
1225 vertical-align: top;
1226 position: relative;
1227 top: 4px;
1230 /*=----------------------=*/
1231 /*= Listing hover reveal =*/
1232 /*=----------------------=*/
1233 /* (On desktops, hover over a multi-line listing to reveal all of it) */
1235 @media only screen and (min-width: 1160px) {
1236 h1.listing a {
1237 max-width: 100%;
1238 display: inline-block;
1239 white-space: nowrap;
1240 text-overflow: ellipsis;
1241 overflow: hidden;
1242 border-bottom: 1px solid transparent;
1243 -webkit-hyphens: auto;
1244 -moz-hyphens: auto;
1245 -ms-hyphens: auto;
1246 hyphens: auto;
1247 z-index: 1;
1248 padding: 0 0 1px 1px;
1250 h1.listing .link-post-link + a {
1251 max-width: calc(100% - 40px);
1253 h1.listing a:hover,
1254 h1.listing a:focus {
1255 text-decoration: dotted underline;
1256 white-space: initial;
1257 overflow: visible;
1258 z-index: 2;
1260 h1.listing:focus-within::before {
1261 content: "\F105";
1262 font-family: "Font Awesome", "Font Awesome 5 Free";
1263 display: block;
1264 position: absolute;
1265 left: -0.75em;
1268 /* Adds hysteresis to the hover area (i.e., prevents oscillation due to small
1269 mouse movements) */
1271 h1.listing a:not(.edit-post-link):hover::before {
1272 content: "";
1273 position: absolute;
1274 top: -10px;
1275 right: -10px;
1276 bottom: -10px;
1277 left: -10px;
1278 z-index: -1;
1280 h1.listing .link-post-link:hover {
1281 text-decoration: none;
1285 /*=-----------------------=*/
1286 /*= In-listing edit links =*/
1287 /*=-----------------------=*/
1289 h1.listing .edit-post-link {
1290 position: absolute;
1291 margin: 0;
1294 /*=---------------------------------=*/
1295 /*= Error messages on listing pages =*/
1296 /*=---------------------------------=*/
1298 .listing-message {
1299 width: 100%;
1300 text-align: center;
1301 padding: 1.25em 0 1.25em 0;
1302 font-size: 1.375em;
1305 /*********************/
1306 /* LISTING POST-META */
1307 /*********************/
1309 h1.listing + .post-meta {
1310 position: relative;
1311 justify-content: flex-start;
1312 margin: 0 20px 0 21px;
1315 h1.listing + .post-meta > * {
1316 margin: 0 1em 0 0;
1319 h1.listing + .post-meta .post-section {
1320 width: 0;
1321 margin: 0;
1322 overflow: hidden;
1324 h1.listing + .post-meta .post-section::before {
1325 position: absolute;
1326 left: -36px;
1329 h1.listing + .post-meta .read-time {
1330 cursor: default;
1333 /********************/
1334 /* SEQUENCES & TAGS */
1335 /********************/
1337 .sequence-text, .tag-description {
1338 font-size: 1.2rem;
1339 padding: 0 22px;
1342 #content.tag-index-page .tag-description {
1343 margin: 1em 0 0;
1346 section {
1347 max-width: 100%;
1348 margin-top: 2em;
1349 margin-bottom: 4em;
1352 h1.sequence-chapter {
1353 font-size: 2.3rem;
1356 article {
1357 max-width: 100%;
1360 .post-meta + .comments {
1361 margin-top: 3em;
1364 .tag-list {
1365 column-count: auto;
1366 column-width: 15em;
1367 margin-top: 0;
1368 border-bottom: 1px solid #999;
1369 padding-bottom: 1em;
1370 margin-bottom: 0;
1373 #content.sequence-page h1 {
1374 margin-top: 0.1em;
1377 /**************/
1378 /* USER PAGES */
1379 /**************/
1381 /*=---------------------=*/
1382 /*= User's display name =*/
1383 /*=---------------------=*/
1385 #content.user-page h1.page-main-heading {
1386 margin: 0.25em 0 0 0;
1387 line-height: 1.1;
1388 grid-column: 1 / span 2;
1389 order: -2;
1392 #content.user-page h1.page-main-heading .user-full-name {
1393 font-size: 1rem;
1394 font-weight: normal;
1395 padding-left: 0.5em;
1398 /*=--------------------=*/
1399 /*= User's karma total =*/
1400 /*=--------------------=*/
1402 #content.user-page .user-stats {
1403 grid-column: 3;
1404 order: -2;
1405 text-align: right;
1406 align-self: end;
1409 #content.user-page .user-stats .karma-type {
1410 white-space: nowrap;
1413 /*=----------------------=*/
1414 /*= Expanded vs. compact =*/
1415 /*=----------------------=*/
1417 #content.user-page #comments-list-mode-selector {
1418 grid-row: span 2;
1420 #content.user-page #comments-list-mode-selector button {
1421 display: block;
1424 /*=----------------------------------------------------=*/
1425 /*= All, Posts, Comments, Drafts, Conversations, Inbox =*/
1426 /*=----------------------------------------------------=*/
1428 #content.user-page .sublevel-nav {
1429 margin-bottom: 0.5em;
1432 /*=--------------=*/
1433 /*= User's posts =*/
1434 /*=--------------=*/
1436 #content.user-page h1.listing {
1437 margin: 0.5em 0 0 0;
1440 #content.user-page .user-bio :first-child {
1441 margin-top: 0.5em;
1444 /*****************/
1445 /* CONVERSATIONS */
1446 /*****************/
1448 /*=----------------------=*/
1449 /*= List of participants =*/
1450 /*=----------------------=*/
1452 #content.conversation-page .conversation-participants {
1453 grid-column: 2 / span 2;
1454 text-align: right;
1455 margin: 0.5em 0 0 0;
1457 .post-meta > .conversation-participants {
1458 white-space: normal;
1460 .conversation-participants ul,
1461 .conversation-participants li {
1462 list-style-type: none;
1463 display: inline-block;
1464 margin: 0;
1465 padding: 0;
1467 .conversation-participants li {
1468 margin-left: 0.375em;
1470 .conversation-participants li:not(:last-of-type)::after {
1471 content: ",";
1474 /*=-------------------------=*/
1475 /*= Posting controls (form) =*/
1476 /*=-------------------------=*/
1478 #content.conversation-page .posting-controls {
1479 padding: 0 0 1em 0;
1481 #content.conversation-page .post-meta-fields {
1482 overflow: auto;
1483 display: flex;
1484 flex-flow: row wrap;
1486 .posting-controls.standalone textarea {
1487 margin-top: 0.375em;
1489 .posting-controls.standalone form {
1490 padding: 0 1em;
1492 #content.conversation-page .posting-controls.standalone form {
1493 padding: 0 1em 3em 1em;
1495 .posting-controls.standalone input[type='text'],
1496 .posting-controls.standalone label {
1497 margin: 0.25em 0;
1499 .posting-controls.standalone label {
1500 width: 4em;
1501 text-align: right;
1502 padding: 2px 6px;
1503 border: 1px solid transparent;
1505 .posting-controls.standalone input[type='text'] {
1506 width: calc(100% - 4em);
1507 padding: 0.25em;
1509 .posting-controls.standalone input[type='submit'] {
1510 float: right;
1512 .posting-controls.standalone #markdown-hints-checkbox ~ label {
1513 white-space: nowrap;
1515 .posting-controls.standalone #markdown-hints {
1516 top: calc(100% + 2em);
1519 /*=--------------------=*/
1520 /*= Conversation title =*/
1521 /*=--------------------=*/
1523 #content.conversation-page h1.page-main-heading {
1524 text-align: center;
1525 margin: 0.5em 0;
1526 line-height: 1.15;
1529 /*=----------=*/
1530 /*= Messages =*/
1531 /*=----------=*/
1533 #content.conversation-page > ul.comment-thread:last-of-type {
1534 margin-bottom: 2em;
1537 /******************/
1538 /* SEARCH RESULTS */
1539 /******************/
1541 #content.search-results-page h1.listing,
1542 #content.sequence-page h1.listing,
1543 #content.post-page h1.listing {
1544 font-size: 1.625em;
1547 /**************/
1548 /* LOGIN PAGE */
1549 /**************/
1551 .login-container {
1552 margin: 2em 0;
1553 padding: 1em;
1554 display: flex;
1555 flex-flow: row wrap;
1558 .login-container form {
1559 flex-basis: 50%;
1560 display: grid;
1561 grid-row-gap: 0.5em;
1562 align-content: start;
1564 .login-container form label {
1565 text-align: right;
1566 padding: 0.25em 0.5em;
1567 white-space: nowrap;
1568 grid-column: 1;
1570 .login-container form input {
1571 grid-column: 2;
1572 padding: 0.25em;
1574 .login-container form input[type='submit'],
1575 .login-container form a {
1576 grid-column: 2;
1577 justify-self: center;
1579 .login-container form input[type='submit'] {
1580 width: 10em;
1581 padding: 0.35em;
1582 line-height: 1;
1583 margin: 0.5em 0 0 0;
1585 .login-container form h1 {
1586 text-align: center;
1587 margin: 0;
1588 grid-column: 2;
1591 /* “Log in” form */
1593 #login-form {
1594 grid-template-columns: 5.5em 1fr;
1595 padding: 0.5em 2em 0.5em 0;
1598 /* “Create account” form */
1600 #signup-form {
1601 font-size: 0.9em;
1602 grid-template-columns: 8.5em 1fr;
1603 padding: 0.5em 1em 1em 1em;
1605 #signup-form h1 {
1606 font-size: 1.7em;
1608 #signup-form input[type='submit'] {
1609 padding: 0.4em 0.5em 0.5em 0.5em;
1612 /* Log in tip */
1614 .login-container .login-tip {
1615 padding: 0.5em 0.5em 0.5em 3em;
1616 margin: 2em 4em 0 4em;
1617 text-indent: -2em;
1618 line-height: 1.4;
1620 .login-container .login-tip span {
1621 font-weight: bold;
1624 /* Message box */
1626 #content.login-page .error-box {
1627 margin: 1.5em 0.875em -1.5em 0.875em;
1629 .error-box, .success-box {
1630 padding: 0.25em;
1631 text-align: center;
1634 /***********************/
1635 /* PASSWORD RESET PAGE */
1636 /***********************/
1638 .reset-password-container {
1639 margin-bottom: 2em;
1641 .reset-password-container input[type='submit'] {
1642 padding: 0.2em 0.5em;
1643 width: unset;
1645 .reset-password-container input {
1646 margin-left: 0.5em;
1647 width: 12em;
1649 .reset-password-container label {
1650 display: inline-block;
1651 width: 9em;
1653 .reset-password-container form > div {
1654 margin: 0.2em;
1656 .reset-password-container .action-container {
1657 padding-left: 11em;
1658 padding-top: 0.2em;
1660 .reset-password-container .error-box {
1661 margin: unset;
1664 /*********************/
1665 /* TABLE OF CONTENTS */
1666 /*********************/
1668 .contents {
1669 float: right;
1670 min-width: 6em;
1671 max-width: 40%;
1672 margin: 1.25em 0 0.75em 1.25em;
1673 padding: 7px 14px 10px 10px;
1674 position: relative;
1675 z-index: 1;
1678 .collection-page .contents {
1679 margin-top: 0;
1682 .contents-head {
1683 text-align: center;
1684 margin-bottom: 0.25em;
1687 .body-text .contents ul {
1688 list-style-type: none;
1689 margin: 0 0 0 0.5em;
1690 counter-reset: toc-item-1 toc-item-2 toc-item-3;
1691 padding-left: 1em;
1692 font-size: 0.75em;
1694 .body-text .contents li {
1695 margin: 0.15em 0 0.3em 1em;
1696 text-align: left;
1697 text-indent: -1em;
1698 line-height: 1.2;
1699 position: relative;
1701 .body-text .contents li::before {
1702 position: absolute;
1703 width: 3em;
1704 display: block;
1705 text-align: right;
1706 left: -4.5em;
1708 .contents .toc-item-1 {
1709 counter-increment: toc-item-1;
1710 counter-reset: toc-item-2 toc-item-3;
1712 .contents .toc-item-1::before {
1713 content: counter(toc-item-1);
1715 .contents .toc-item-1 ~ .toc-item-2 {
1716 margin-left: 2.9em;
1717 font-size: 0.95em;
1719 .contents .toc-item-2 {
1720 counter-increment: toc-item-2;
1721 counter-reset: toc-item-3;
1723 .contents .toc-item-1 ~ .toc-item-2::before {
1724 content: counter(toc-item-1) "." counter(toc-item-2);
1726 .contents .toc-item-2::before {
1727 content: counter(toc-item-2);
1729 .contents .toc-item-1 + .toc-item-3 {
1730 counter-increment: toc-item-2 toc-item-3;
1732 .contents .toc-item-2 ~ .toc-item-3,
1733 .contents .toc-item-1 ~ .toc-item-3 {
1734 margin-left: 2.9em;
1735 font-size: 0.95em;
1737 .contents .toc-item-1 ~ .toc-item-2 ~ .toc-item-3 {
1738 margin-left: 5.7em;
1739 font-size: 0.9em;
1741 .contents .toc-item-3 {
1742 counter-increment: toc-item-3;
1744 .contents .toc-item-1 ~ .toc-item-2 ~ .toc-item-3::before {
1745 content: counter(toc-item-1) "." counter(toc-item-2) "." counter(toc-item-3);
1747 .contents .toc-item-1 ~ .toc-item-3::before {
1748 content: counter(toc-item-1) "." counter(toc-item-3);
1750 .contents .toc-item-2 ~ .toc-item-3::before {
1751 content: counter(toc-item-2) "." counter(toc-item-3);
1753 .contents .toc-item-3::before {
1754 content: counter(toc-item-3);
1756 .contents .toc-item-4,
1757 .contents .toc-item-5,
1758 .contents .toc-item-6 {
1759 display: none;
1762 /********************/
1763 /* POSTS & COMMENTS */
1764 /********************/
1766 .post-meta > *,
1767 .comment-meta > * {
1768 display: inline-block;
1769 margin-right: 1em;
1770 font-size: 1.0625em;
1772 .body-text {
1773 overflow-wrap: break-word;
1774 text-align: justify;
1776 .body-text p {
1777 margin: 1em 0;
1779 .retracted .body-text {
1780 text-decoration: line-through;
1783 .bare-url {
1784 word-break: break-all;
1785 hyphens: auto;
1787 .body-text a:not([href]),
1788 .body-text a:not([href]):hover,
1789 .body-text a:not([href])::before,
1790 .body-text a:not([href])::after {
1791 text-decoration: none;
1792 text-shadow: unset;
1793 border: unset;
1794 color: unset;
1795 content: unset;
1797 /*************/
1798 /* POST-META */
1799 /*************/
1801 .post-meta {
1802 display: flex;
1803 flex-flow: row wrap;
1804 justify-content: center;
1806 .post-meta .lw2-link {
1807 opacity: 0.5;
1808 order: 1;
1810 .post-meta > *,
1811 .post-meta .post-section::before {
1812 margin: 0 0.5em;
1814 .post-meta .post-section {
1815 order: -1;
1816 margin: 0;
1817 visibility: hidden;
1819 .post-meta .post-section::before,
1820 .comment-meta .alignment-forum {
1821 visibility: visible;
1822 font-family: "Font Awesome", "Font Awesome 5 Free";
1823 font-weight: 900;
1825 .post-section.frontpage::before {
1826 content: "\F015";
1828 .post-section.featured::before {
1829 content: "\F005";
1831 .post-section.meta::before {
1832 content: "\F077";
1834 .post-section.events::before {
1835 content: "\F5A0";
1837 .post-section.personal::before {
1838 content: "\F007";
1840 .post-section.draft::before {
1841 content: "\F15B";
1843 .post-section.alignment-forum::before,
1844 .comment-meta .alignment-forum {
1845 content: "AF";
1846 font-family: Concourse, 'Changa One';
1849 /*= Karma controls hover tooltips =*/
1851 @media only screen and (pointer: fine) {
1852 .post .voting-controls,
1853 .comment-item .voting-controls {
1854 position: relative;
1856 .post .karma.active-controls::after,
1857 .comment-item .karma.active-controls::after {
1858 content: "Double-click for strong vote";
1859 position: absolute;
1860 pointer-events: none;
1861 display: block;
1862 left: 6px;
1863 width: 100%;
1864 line-height: 1.15;
1865 white-space: normal;
1866 text-align: center;
1867 font-size: 0.875rem;
1868 opacity: 0;
1869 transition: opacity 0.2s ease;
1871 .post .voting-controls.active-controls:hover::after,
1872 .comment-item .voting-controls.active-controls:hover::after {
1873 opacity: 1.0;
1876 .post .voting-controls .karma-value::after,
1877 .comment-item .voting-controls .karma-value::after {
1878 content: attr(title);
1879 position: absolute;
1880 pointer-events: none;
1881 display: block;
1882 left: 50%;
1883 transform: translateX(-50%);
1884 white-space: pre-wrap;
1885 width: max-content;
1886 text-align: center;
1887 font-size: 0.875rem;
1888 color: #bbb;
1889 opacity: 0;
1890 transition: opacity 0.2s ease;
1892 .post .voting-controls.agreement .karma-value:hover::after,
1893 .comment-item .voting-controls.agreement .karma-value:hover::after {
1894 top: unset;
1895 bottom: 100%;
1897 .post .voting-controls .karma-value:hover::after,
1898 .comment-item .voting-controls .karma-value:hover::after {
1899 opacity: 1.0;
1901 .post .voting-controls.waiting .karma-value:hover::after,
1902 .comment-item .voting-controls.waiting .karma-value:hover::after {
1903 display: none;
1905 .comment-item .voting-controls .karma-value:hover::after {
1906 z-index: 5001;
1909 .author {
1910 position: relative;
1912 .author:not(.redacted)::before {
1913 content: attr(data-full-name);
1914 position: absolute;
1915 pointer-events: none;
1916 display: block;
1917 padding: 0 1em;
1918 left: 50%;
1919 bottom: 2em;
1920 transform: translateX(-50%);
1921 white-space: nowrap;
1922 text-align: center;
1923 font-size: 0.875rem;
1924 font-weight: normal;
1925 opacity: 0;
1926 transition: opacity 0.2s ease;
1927 z-index: 5001;
1929 .author:hover::before {
1930 opacity: 1.0;
1934 /*********/
1935 /* POSTS */
1936 /*********/
1938 .post {
1939 max-width: 100%;
1942 .post-body {
1943 min-height: 8em;
1944 padding: 0 30px;
1945 line-height: 1.5;
1946 font-size: 1.3rem;
1947 overflow: auto;
1948 margin: 0.5em 0 0 0;
1950 h1.post-title {
1951 margin: 1.1em 0 0.35em 0;
1952 padding: 0 30px;
1953 text-align: center;
1954 font-size: 2.5em;
1955 line-height: 1;
1957 .post .post-meta {
1958 text-align: center;
1959 position: relative;
1960 z-index: 2;
1962 .post .top-post-meta:last-child {
1963 margin-bottom: 40px;
1965 .post .bottom-post-meta {
1966 margin: 0;
1967 padding: 20px 0;
1969 .bottom-post-meta {
1970 border-style: solid;
1971 border-width: 1px 0;
1974 /**********/
1975 /* EVENTS */
1976 /**********/
1978 .event-info .map {
1979 position: relative;
1980 width: 100%;
1981 margin: 2em 0 1em;
1984 .event-info .map::before {
1985 content: "";
1986 display: block;
1987 padding-bottom: 50%;
1990 .event-info .map iframe {
1991 width: 100%;
1992 height: 100%;
1993 border: 1px solid #000;
1994 position: absolute;
1995 top: 0;
1996 left: 0;
1999 .event-info ul {
2000 list-style: none;
2001 padding: 0;
2002 text-align: center;
2005 /*******************/
2006 /* POST NAVIGATION */
2007 /*******************/
2009 .post-nav-item {
2010 display: grid;
2011 grid-template: 100% / 32% 36% 32%;
2012 grid-template-areas:
2013 "prev seq next";
2015 .post-nav {
2016 display: flex;
2017 flex-flow: column;
2018 justify-content: flex-end;
2019 padding: 0.5em;
2022 .post-nav-title {
2023 font-size: 1.125em;
2024 line-height: 1.15;
2025 display: inline;
2026 border-top: 1px solid transparent;
2028 .post-nav.prev .post-nav-title,
2029 .post-nav.next .post-nav-title {
2030 border-bottom: 1px solid transparent;
2033 .sequence-title {
2034 align-items: center;
2035 text-align: center;
2036 grid-area: seq;
2038 .sequence-title .post-nav-title {
2039 font-size: 1.5em;
2042 .post-nav.prev {
2043 grid-area: prev;
2044 align-items: flex-start;
2046 .post-nav.prev .post-nav-title::before {
2047 content: "\F0D9\2005";
2049 .post-nav.next {
2050 grid-area: next;
2051 text-align: right;
2052 align-items: flex-end;
2054 .post-nav.prev .post-nav-label,
2055 .post-nav.next .post-nav-label {
2056 display: none;
2058 .post-nav.next .post-nav-title::after {
2059 content: "\2004\F0DA";
2061 .post-nav.prev .post-nav-title::before,
2062 .post-nav.next .post-nav-title::after {
2063 font-family: Font Awesome;
2064 font-weight: 900;
2065 vertical-align: text-bottom;
2066 opacity: 0.75;
2068 .post-nav-links {
2069 max-width: 100%;
2072 @media only screen and (max-width: 900px) {
2073 .post-nav-item {
2074 font-size: 0.875em;
2075 grid-template: auto auto / 50% 50%;
2076 grid-template-areas:
2077 "prev next"
2078 "seq seq";
2080 .post-nav.prev .post-nav-title,
2081 .post-nav.next .post-nav-title {
2082 border-bottom: none;
2084 .post-nav.prev {
2085 margin: 0 0 0 -1px;
2086 position: relative;
2087 left: 1px;
2089 .sequence-title {
2090 padding: 0.75em 0;
2093 @media only screen and (max-width: 520px) {
2094 .post-nav-links + .comments {
2095 padding: 1em 0 0 0;
2099 .related-posts, .related-post-group {
2100 padding-bottom: 1em;
2102 .related-post-type {
2103 font-size: 1.2em;
2104 font-weight: 600;
2105 margin-top: 0.5em;
2106 margin-bottom: -0.5em;
2107 list-style-type: disc;
2108 margin-left: -0.5em;
2109 opacity: 0.7;
2111 .related-post-type::before {
2112 content: "\269c";
2113 font-size: 1.375em;
2114 font-weight: normal;
2115 margin-right: 0.15em;
2116 position: relative;
2117 vertical-align: baseline;
2118 top: 0.05em;
2120 .related-posts .post-type-prefix {
2121 display: none;
2124 .crosspost {
2125 padding: 0.1em 1em;
2126 margin: 1em auto;
2129 /**************/
2130 /* LINK POSTS */
2131 /**************/
2133 .post.link-post > .post-body > p:first-child {
2134 text-align: center;
2135 font-size: 1.125em;
2136 margin: 0.5em 0 0 0;
2138 .post.link-post > .post-body > p:only-child {
2139 font-size: 1.5em;
2140 margin: 1em 0;
2142 .post.link-post a.link-post-link::before {
2143 content: "\F0C1";
2144 font-family: "Font Awesome", "Font Awesome 5 Free";
2145 font-weight: 900;
2146 font-size: 0.75em;
2147 position: relative;
2148 top: -2px;
2149 margin-right: 0.25em;
2152 /************/
2153 /* COMMENTS */
2154 /************/
2156 .comments {
2157 max-width: 100%;
2158 padding: 0 0 1px 0;
2159 position: relative;
2161 .comments::before {
2162 content: "";
2163 position: absolute;
2164 display: block;
2165 top: 0;
2166 left: 0;
2167 width: 100%;
2168 height: 100%;
2169 pointer-events: none;
2171 ul.comment-thread {
2172 list-style-type: none;
2173 padding: 0;
2174 max-width: 100%;
2176 .comments .comment-thread > li {
2177 position: relative;
2179 #content > #top-nav-bar + .comment-thread .comment-item {
2180 margin-top: 0;
2183 .comment-item {
2184 margin: 2em 0 0 0;
2186 .comment-item .comment-item {
2187 margin: 1em 8px 8px 16px;
2189 .comment-item .comment-item + .comment-item {
2190 margin: 2em 8px 8px 16px;
2193 .comment-body {
2194 line-height: 1.45;
2195 font-size: 1.2rem;
2196 padding: 10px;
2198 .comment-body ul {
2199 list-style-type: circle;
2201 .comment-body > *:first-child {
2202 margin-top: 0;
2204 .comment-body > *:last-child {
2205 margin-bottom: 0;
2208 .comments-empty-message {
2209 width: 100%;
2210 text-align: center;
2211 padding: 0.75em 0 0.9em 0;
2212 font-size: 1.375em;
2215 /**********************************/
2216 /* DEEP COMMENT THREAD COLLAPSING */
2217 /**********************************/
2219 .comment-item > input[id^="expand"] {
2220 display: none;
2222 .comment-item > input[id^="expand"] + label {
2223 display: block;
2224 visibility: hidden;
2225 position: relative;
2226 margin: 8px 9px;
2228 .comment-item > input[id^="expand"] + label::after {
2229 content: "(Expand " attr(data-child-count) " below)";
2230 visibility: visible;
2231 position: absolute;
2232 left: 0;
2233 white-space: nowrap;
2234 cursor: pointer;
2236 .comment-item > input[id^="expand"]:checked + label::after {
2237 content: "(Collapse " attr(data-child-count) " below)";
2239 .comment-item > input[id^="expand"] ~ .comment-thread {
2240 max-height: 34px;
2241 overflow: hidden;
2243 .comment-item > input[id^="expand"] ~ .comment-thread > li:first-child {
2244 margin-top: 0;
2246 .comment-item > input[id^="expand"]:checked ~ .comment-thread {
2247 max-height: 1000000px;
2250 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
2251 margin: 0;
2253 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item a.comment-parent-link:hover::after {
2254 display: none;
2257 /*************/
2258 /* BACKLINKS */
2259 /*************/
2261 .backlinks > input {
2262 display: none;
2265 .backlinks > label {
2266 margin-left: 10px;
2267 display: block;
2268 color: #00f;
2269 cursor: pointer;
2272 .backlinks > label::before {
2273 content: " ";
2274 border-left: 5px solid currentColor;
2275 border-top: 5px solid transparent;
2276 border-bottom: 5px solid transparent;
2277 transition: transform 0.25s ease-out;
2278 transform-origin: 29% 55%;
2279 display: inline-block;
2280 padding-right: 0.5em;
2283 .backlinks > input:checked + label::before {
2284 transform: rotate(90deg);
2287 .backlinks li {
2288 margin-top: 0;
2291 .backlinks > ul {
2292 height: 0;
2293 perspective-origin: top;
2294 transform: perspective(100em) rotateX(-90deg);
2295 transform-origin: center top;
2296 opacity: 0;
2297 margin-top: 0.5em;
2298 margin-bottom: 0.5em;
2301 .backlinks > input:checked ~ ul {
2302 height: auto;
2303 transform: perspective(100em) rotateX(0deg);
2304 transition: transform 0.25s ease-in, opacity 0.25s ease-in;
2305 opacity: 1;
2308 /****************/
2309 /* COMMENT-META */
2310 /****************/
2312 .comment-meta {
2313 padding: 2px 24px 2px 10px;
2314 margin: 0 -1px;
2315 border: none;
2316 display: flex;
2317 flex-flow: row wrap;
2318 align-items: baseline;
2320 .user-page .comment-meta,
2321 .conversation-page .comment-meta {
2322 padding-right: 10px;
2324 .comment-meta .comment-post-title {
2325 flex-basis: 100%;
2326 overflow: hidden;
2327 text-overflow: ellipsis;
2328 white-space: nowrap;
2329 line-height: 1.3;
2331 .conversation-page .comment-meta .comment-post-title {
2332 margin: 0;
2333 flex-basis: unset;
2334 flex: 1 0 auto;
2335 text-align: right;
2336 display: none; /* Not sure if we need to display this... */
2338 .comment-item .author:not(.redacted).original-poster::after {
2339 content: "\2004(OP)";
2340 font-size: 0.75em;
2343 /*****************************/
2344 /* COMMENT THREAD NAVIGATION */
2345 /*****************************/
2347 a.comment-parent-link:not(.inline-author),
2348 a.comment-parent-link.inline-author::before {
2349 opacity: 0.5;
2351 a.comment-parent-link:hover {
2352 opacity: 1.0;
2354 a.comment-parent-link::before {
2355 content: "\F062";
2356 font-family: "Font Awesome", "Font Awesome 5 Free";
2357 font-weight: 900;
2358 font-size: 0.75rem;
2359 line-height: 1;
2360 position: absolute;
2361 z-index: 1;
2362 display: block;
2363 padding: 3px 3px 0 3px;
2364 width: 16px;
2365 height: calc(100% + 2px);
2366 top: -1px;
2367 left: -17px;
2369 a.comment-parent-link::after {
2370 content: "";
2371 position: absolute;
2372 z-index: 0;
2373 display: block;
2374 width: calc(100% + 26px);
2375 height: calc(100% + 38px);
2376 top: -29px;
2377 left: -17px;
2378 pointer-events: none;
2379 overflow: hidden;
2380 visibility: hidden;
2382 a.comment-parent-link:hover::after {
2383 visibility: visible;
2386 .comment-child-links {
2387 flex-basis: 100%;
2389 .comment-child-link {
2390 margin: 0 0.25em;
2391 display: inline-block;
2393 .comment-child-link::before {
2394 content: ">";
2395 display: inline-block;
2396 margin: 0 2px 0 0;
2399 .comment-popup {
2400 position: fixed;
2401 top: 10%;
2402 right: 10%;
2403 max-width: 700px;
2404 z-index: 10001;
2405 font-size: 1rem;
2406 white-space: unset;
2407 pointer-events: none;
2409 .comment-popup .comment-parent-link {
2410 display: none;
2412 .comment-popup .comment-body {
2413 font-size: 1.0625rem;
2416 .comment-item.depth-odd {
2417 --GW-comment-background-color: var(--GW-comment-background-color-odd);
2418 --GW-comment-parent-background-color: var(--GW-comment-background-color-even);
2420 .comment-item.depth-even {
2421 --GW-comment-background-color: var(--GW-comment-background-color-even);
2422 --GW-comment-parent-background-color: var(--GW-comment-background-color-odd);
2425 .comment-item:target {
2426 --GW-comment-background-color: var(--GW-comment-background-color-target);
2428 .comment-item:target > .comment-thread > .comment-item {
2429 --GW-comment-parent-background-color: var(--GW-comment-background-color-target);
2432 /**********************/
2433 /* COMMENT PERMALINKS */
2434 /**********************/
2435 /********************/
2436 /* COMMENT LW LINKS */
2437 /********************/
2439 .comment-meta .permalink::before,
2440 .comment-meta .lw2-link::before,
2441 .individual-thread-page a.comment-parent-link:empty::before {
2442 content: "";
2443 display: inline-block;
2444 width: 1rem;
2445 height: 1rem;
2446 border-radius: 3px;
2447 box-shadow:
2448 0 0 0 1px #fff,
2449 0 0 0 2px #00e,
2450 0 0 0 3px transparent;
2451 padding: 0 0 0 2px;
2452 background-size: 100%;
2453 position: relative;
2454 top: 2px;
2455 opacity: 0.5;
2457 .comment-meta .permalink::before {
2458 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPYAMQAw5w066BxG6SZO6ipS6zJY6zhd7Dtf7Elr7k1u7lZ171178GJ/8GOA8GWC8GmF8WyH8XON8nWP8naP8oOa84Wc84ac9Ied9Iyh9I6j9JCl9ZGl9ZSo9ZWp9Zms9Zut9qKz9qi4962897G/+LPB+LTC+LjF+L3J+cLN+cTP+sXQ+srU+svU+s7X+9DZ+9HZ+9La+9Xd+9bd+9ng/Nrh/Nvh/Obq/ent/e7x/vHz/vL0/vP1/vT2/vj5//n6//r7//v7//z8//39//7+/////wAAAAAAAAAAAAAAAAAAAAAAwMyACwEAAAAPAAAAAAAAAOC8CVX/fwAAZYtHif9/AAAAPywAAGAAAHA/LAAAYAAAIJ8FAABgAAAg8A0AgGEAAJDwDQCAYQAAEOQJAABhAADYvAlV/38AAJDtsXL/fwAAkO2xcv9/AABvHvb//57//7C8CVX/fwAAG2Zyjf9/AACQ8A0AAGEAAMDkC7PFfwAAkAAAAAAAAACA7bFy/38AACwAAAAAIAAgAAAH84AAgoOEhYaHiImKi4yNjo+QhgEODQGRiiVDRERDIpeHJ5uiRCWfhAdAo5tCCaaCFZtDHyCxEK4AsERCCxG1twhBqrqttzPCNLeCDTqjOQzJGMKctq4e0kMPkQUbgxSaqtiCAR0DiwbMMoMEACybyJYAATREOQWJBjui6YMr7oPyouodEsBsFAx+/gTFUCWwkIJgo3iUA9CPCLJ4OMBlOyThWwtCFS8KchErgqIAN0SFQGhxkAhRNhhFE3XjAgAVm14AyJBSlIVGJlT5GNVDVSlHHCBKEyVEg7YUP5b2QDHx04QRL2rUaEHCZLKvYMOKHXspEAA7');
2460 .comment-meta .lw2-link::before {
2461 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPYAMQAw5w066BZB6RxG6SJL6iZO6ipS6zJY6zhd7D1h7EBk7UJl7Ulr7kts7lFx7mB+8GJ/8GmF8WyH8XON8naP8niR8n+X84GY84+k9JOn9ZSo9ZWp9Zut9qS196W296e396q6962896+++LTC+LzI+b3J+cDM+cXQ+sjS+srU+s7X+9La+9bd+9jf/Nng/Nvh/Nzi/N7k/OXq/efr/ent/eru/e3w/vDz/vHz/vL0/vT2/vb3//f4//r7//z8//39//7+/////wAAt4pHif9/AAAAAAAAAAAAAAAAAAAAAAAAwMyACwEAAAAPAAAAAAAAAOC8CVX/fwAAZYtHif9/AAAAPywAAGAAAHA/LAAAYAAAIJ8FAABgAAAg8A0AgGEAAJDwDQCAYQAAEOQJAABhAADYvAlV/38AAJDtsXL/fwAAkO2xcv9/AABvHvb//57//7C8CVX/fwAAG2Zyjf9/AACQ8A0AAGEAAKDkC7PFfwAAkAAAAAAAAACA7bFy/38AACwAAAAAIAAgAAAH5YAAgoOEhYaHiImKi4yNjo+QkZKTlJWWl5EHBwoBgwuaB56hgpqciAE3QUE6BQAIPao9BgAmqiAADT6qNac2qjuzAC2qQBQBNaovABqqQSi9v60AHM0iCbpBsifEFtBBO9IM2CwYzUAVNL/BhgG+39IAMqo4w80qPKorie3RgyHNAANu2OcO3CAIPwIG/IGAoCodAwbxawZjBsAYiiYC8dDhQwYAJQB6IAGwQ0Z3AIFEmACE2IMLzX44OKkQiAQBOVTdGEAAVhAanRwGVAkghaoUglyoGoGpqdOnUKNKnUq1qlVEgQAAOw==');
2463 .individual-thread-page a.comment-parent-link:empty::before {
2464 left: unset;
2465 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAw5wAw9QAw9gBj9gB39gB99i8w5y+R9y+R+T8w51eq+V8w51+R9Jeq85eq9ZfY/s/E89fL+dfl/N/E8N/L9N/L9d/4/+fL9OfY9+f4/u/R9e/4/u////fY9ffe9ffe9vfr+/f//////P////9/AAABAAAAAAAAAAAAAAAAAAAAwMyACwEAAAAwaAUAAGEAABUAAAAAAAAAMGgFAABhAABAuwlV/38AAA8AAAAAAAAAwMyACwEAAAAAAAAAAAAAACwAAAAAIAAgAAAGi0CAcEgsGo/IpHLJbDqf0Kh0Ci1IIFRkgTMaXbLFbbf7BQPEYzIYnVZP2W13lRtvl53wSKgLsqTvSwR0XRMCeyMeAYNeTQ9pFAAEhx+RgyILTAhjGkIDk0IFn00KGxVDnl2UQgcZGAZUqCOqZp2itACxs7S5t7Wpvbi2u4cdwAAMDg0JxszNzs/QZkEAOw==');
2467 .comment-meta .permalink:hover::before {
2468 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPYAMQAw5wAw6AAw6QBW5wBd6wBq6gBq6y8w5y+E7UdW508w509D50996k+k718w51+q71+x71+x8F+38G8w549W55dW55d355ed6pfL9Z++75/L86dd56eq6qex66fR86fY9a9q57+R57/L77/e9b/r+seR58fl+c+d58+k58+36s/L7c/y/8/4/9eq59fl9tf4/9+x59/E6t/e8+e36Oe+6ufL6ufe8Ofy9uf4+ef//+/R6u/e7u////fY6vfe7ffr8ffy9vf////e6//l6//l7P/r7f/y8P/47//48P//8P//8v//8///9f//9v//+f//+v///1X/fwAAZYtHif9/AAAAPywAAGAAAHA/LAAAYAAAIJ8FAABgAAAg8A0AgGEAAJDwDQCAYQAAEOQJAABhAACowQlV/38AAJDtsXL/fwAAkO2xcv9/AABvHvb//57//4DBCVX/fwAAG2Zyjf9/AACQ8A0AAGEAAKDkC7PFfwAAkAAAAAAAAACA7bFy/38AACwAAAAAIAAgAAAH84BQgoOEhYaHiImKi4yNjo+Qhk5AQJGLMQcAmh6WhzOaoAAYnYRJE6GaATmkgkSgIzqgLKxQQ6kvRbK0SA6oAAKrrE8lvg20gkYVoQU4x0K+mrOsPdAAL5FMMoNEmb7XUE42QYtKyg+DT1AtmsaDTiEABTyJShSg54PrAO3g8Jryh5YoCwUhHztBT06gMjCv0BEFqAiMU3cQSpMN3hAV6SaBkD5+UFCAWqHICQhQHwzuG1QDFAJGz0AxcAEFhqYIUHZYCEWiEQ1UA0IlQKXhkQ+I1UAFMBGpSYoF1QZkmGjpyQ8VHC5c6CDixrGvYMOKHdspEAA7');
2470 .comment-meta .lw2-link:hover::before {
2471 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPYAMQAw5wAw6AAw6gBD6gBW6gBd6wBq6gBq6wB97S8w5y997Ucw50ed70ek708w50+k7U+q8F8w51+x8G+38Xcw53dD53e38Ye37JdW55fL9ZfR9p/Y9p/e9qdW56dd56dq56d356fe9rdq57ed57fl+b9357/Y8L/y/8eR58+R58/R78/y9s/y/8/4/9eq59fR79fe9df4/9+x59///+e36O/L6u////fY6vfe6vfe6/f////l7P/r7f/y7v/47//48P/4+f/4+v//7///8f//9f//9v//+v///wAAAAAAAAAAwMyACwEAAAAPAAAAAAAAALDBCVX/fwAAZYtHif9/AAAAPywAAGAAAHA/LAAAYAAAIJ8FAABgAAAg8A0AgGEAAJDwDQCAYQAAEOQJAABhAACowQlV/38AAJDtsXL/fwAAkO2xcv9/AABvHvb//57//4DBCVX/fwAAG2Zyjf9/AACQ8A0AAGEAAJDkC7PFfwAAkAAAAAAAAACA7bFy/38AACwAAAAAIAAgAAAH2YBHgoOEhYaHiImKi4yNjo+QkZKTlJWWl5FGRkGDRkCaRoOfnZuJRR0AAAU6R0MUqQOsNKkbRz4RqQiIRR6pBKxHKakALEUfqQ1HOcMWu70Av4I3wxpCDrA6MsMnzr7AP7gAEDjDACsi3t3QwEYlqQYj5RcVqRKmz9GCNeX8wyT36QT1WNCvnAAbAFUR4lXuAYhyDBQxTGXihQoYR2YN46AxVQiJz/jF4JFgWIwdwwLMAFmwBREMqQ60egVAwaKJIo+4SDXhiBEUqTJgGkq0qNGjSJMqXcoUUSAAOw==');
2473 .individual-thread-page a.comment-parent-link:empty:hover::before {
2474 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAw5wBD5wBD6i8w50cw50+E6k+k70+q8F8w51+x8G8w529d53cw53e38Idq54ex7oe+8Y9d54/E8Ze+8JfL9aeR6qe+7K/L8t+359/e8N/e8vfe7ffr8ff////r7f/r7v/y7//y8P/47///8P///wABAAAAAAAAAAAAAAAAAAAAwMyACwEAAAAwaAUAAGEAABUAAAAAAAAAMGgFAABhAAAQwAlV/38AAA8AAAAAAAAAwMyACwEAAAAAAAAAAAAAACwAAAAAIAAgAAAGjECScEgsGo/IpHLJbDqf0Kh0Cg1VLlQkSAEAQLLFbbf7BZPEYzIYnVZP2ePAuAyFt+d17tiC6BYiaXRLInpdFCN9AAcjDIFNGGkSJCKJBpOFAh1MHgNdDUKUXZZnlU4bCxNDoQCjJB8OD1mrrWaTpbWgt7izuLmivba/vSIEXQnAJBwZGsjNzs/Q0bVBADs=');
2476 .comment-meta .permalink:hover::before,
2477 .comment-meta .lw2-link:hover::before,
2478 .individual-thread-page a.comment-parent-link:empty:hover::before {
2479 box-shadow:
2480 0 0 0 2px #00e,
2481 0 0 0 3px transparent;
2482 opacity: 1.0;
2483 filter: unset;
2485 .comment-meta .permalink:active::before,
2486 .comment-meta .lw2-link:active::before,
2487 .individual-thread-page a.comment-parent-link:empty:active::before {
2488 transform: scale(0.9);
2491 .comment-meta .permalink,
2492 .comment-meta .lw2-link,
2493 .individual-thread-page .comment-parent-link:empty {
2494 position: relative;
2495 opacity: 1.0;
2497 .comment-meta .permalink::after,
2498 .comment-meta .lw2-link::after,
2499 .individual-thread-page .comment-parent-link:empty::after {
2500 content: "";
2501 width: 30px;
2502 height: 30px;
2503 display: block;
2504 position: absolute;
2505 top: -2px;
2506 left: -7px;
2507 box-shadow: none;
2508 pointer-events: auto;
2509 visibility: visible;
2512 /*************************/
2513 /* COMMENTS COMPACT VIEW */
2514 /*************************/
2516 #comments-list-mode-selector,
2517 #content.index-page #comments-list-mode-selector,
2518 #content.user-page #comments-list-mode-selector {
2519 padding-top: 6px;
2520 grid-column: 1;
2521 position: unset;
2522 z-index: 1;
2523 justify-self: start;
2524 align-self: start;
2526 #comments-list-mode-selector button {
2527 color: transparent;
2528 width: 32px;
2529 height: 32px;
2530 padding: 6px;
2531 margin: 1px;
2532 overflow: hidden;
2533 background-repeat: no-repeat;
2534 background-size: 100%;
2535 background-origin: content-box;
2537 #comments-list-mode-selector button:disabled {
2538 cursor: auto;
2540 #comments-list-mode-selector button.expanded {
2541 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJTnI+py+0Po5wn2Iuz3lrxD25eSIJjiWZnyq4s6r5kLJtJndK4eO9z77NRhsSi8YhMKpfMpvMJjTqDIR3VYr1mqdtg1/fdhXHjWll2fqVb0rY7WQAAOw==');
2543 #comments-list-mode-selector button.compact {
2544 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJXnI+py+0Po5y0uoCz3rxz5YViB46mWJ7qlq5u66rWTNf2fcQxrI98H/oBSYnhSWjU4JbMJi7pK0KD0ikRYfUgp1uo8wsOM7LXHJlVPWO6SbbRPRTL57gCADs=');
2546 @media only screen and (max-resolution: 1dppx) {
2547 #comments-list-mode-selector button.expanded {
2548 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKampqqqqv///wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCJSasV7Gqat+6eBYbcQopRqq5s257VeMokHdoevrm8mgAAOw==');
2550 #comments-list-mode-selector button.compact {
2551 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKqqqtvb2////wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCFSasN7Gqat45g433LeHUmF65phbZvurLtFJv3OO98zyQAOw==');
2555 #content > ul.comment-thread > li.comment-item,
2556 #content.compact > ul.comment-thread > li.comment-item {
2557 margin: 0;
2560 #content > .comment-thread {
2561 margin: 1em 0;
2563 #content.compact > .comment-thread {
2564 font-size: 0.9375rem;
2565 margin: 0.5em 0;
2567 #content.compact > .comment-thread:hover {
2568 z-index: 1;
2570 #content.compact > .comment-thread .comment-body {
2571 font-size: 1.0625rem;
2573 #content.compact > .comment-thread .comment-item,
2574 #content.index-page .comment-item.ignored,
2575 #content.inbox-user-page .comment-item.ignored {
2576 max-height: 61px;
2577 margin-top: 1em;
2578 overflow: hidden;
2579 position: relative;
2581 #content.compact > .comment-thread .comment-item {
2582 pointer-events: none;
2584 #content.compact > .comment-thread .comment-item::after {
2585 content: "…";
2586 position: absolute;
2587 right: 0;
2588 bottom: 0;
2589 font-size: 2rem;
2590 line-height: 1;
2591 padding: 0 16px 10px 64px;
2592 pointer-events: auto;
2594 @media only screen and (hover: hover) {
2595 #content.compact:not(:focus-within) > .comment-thread .comment-item:hover,
2596 #content.compact > .comment-thread .comment-item.expanded {
2597 overflow: visible;
2598 pointer-events: auto;
2599 z-index: 10;
2602 @media only screen and (hover: none) {
2603 #content.compact > .comment-thread.expanded .comment-item {
2604 overflow: visible;
2605 pointer-events: auto;
2606 z-index: 10;
2609 #content.compact > .comment-thread .comment-item .comment-meta {
2610 white-space: nowrap;
2611 overflow: hidden;
2612 text-overflow: ellipsis;
2613 padding: 2px 10px;
2615 #content.compact > .comment-thread .comment-item:hover .comment-meta {
2616 white-space: unset;
2618 #content.compact > .comment-thread .comment-item .comment-meta a {
2619 pointer-events: auto;
2621 #content.compact > .comment-thread .comment-item .comment-meta .comment-post-title {
2622 display: inline;
2624 #content.compact > .comment-thread .comment-item .comment-meta .voting-controls + .comment-post-title {
2625 margin-left: 0.75em;
2627 @media only screen and (hover: hover) {
2628 #content.compact > .comment-thread:last-of-type .comment-item:hover,
2629 #content.compact > .comment-thread:last-of-type .comment-item.expanded {
2630 max-height: unset;
2632 #content.compact > .comment-thread .comment-item:hover .comment,
2633 #content.compact > .comment-thread .comment-item.expanded .comment {
2634 position: relative;
2635 z-index: 1;
2636 margin-bottom: 2em;
2637 bottom: 0;
2639 #content.compact > .comment-thread .comment-item:hover .comment::before,
2640 #content.compact > .comment-thread .comment-item.expanded .comment::before{
2641 content: "";
2642 position: absolute;
2643 display: block;
2644 width: calc(100% + 20px);
2645 height: calc(100% + 20px);
2646 z-index: -1;
2647 top: -10px;
2648 left: -10px;
2650 #content.compact > .comment-thread:last-of-type .comment-item:hover .comment,
2651 #content.compact > .comment-thread:last-of-type .comment-item.expanded .comment{
2652 margin: 0;
2655 @media only screen and (hover: none) {
2656 #content.compact > .comment-thread.expanded:last-of-type .comment-item {
2657 max-height: unset;
2659 #content.compact > .comment-thread.expanded .comment-item .comment {
2660 position: relative;
2661 z-index: 1;
2662 margin-bottom: 2em;
2663 bottom: 0;
2665 #content.compact > .comment-thread.expanded .comment-item .comment::before {
2666 content: "";
2667 position: absolute;
2668 display: block;
2669 width: calc(100% + 14px);
2670 height: calc(100% + 20px);
2671 z-index: -1;
2672 top: -10px;
2673 left: -10px;
2675 #content.compact > .comment-thread.expanded:last-of-type .comment-item .comment {
2676 margin: 0;
2678 #content.compact > .comment-thread.expanded .comment-item .comment::after {
2679 content: "";
2680 display: block;
2681 position: fixed;
2682 top: 0;
2683 left: 0;
2684 width: 100%;
2685 height: 100%;
2686 z-index: -2;
2687 background-color: rgba(0,0,0,0.5);
2691 /*****************************/
2692 /* HIGHLIGHTING NEW COMMENTS */
2693 /*****************************/
2695 .new-comment::before {
2696 content: "";
2697 position: absolute;
2698 width: 100%;
2699 height: 100%;
2700 z-index: 5000;
2701 pointer-events: none;
2704 /***********************************/
2705 /* COMMENT THREAD MINIMIZE BUTTONS */
2706 /***********************************/
2708 .comment-minimize-button {
2709 font-family: "Font Awesome", "Font Awesome 5 Free";
2710 font-weight: 900;
2711 font-size: 1.25rem;
2712 line-height: 1;
2713 position: absolute;
2714 right: 1px;
2715 top: 1px;
2716 width: 18px;
2717 margin: 0;
2718 cursor: pointer;
2720 .comment-minimize-button:active {
2721 transform: scale(0.9);
2723 .comment-minimize-button::after {
2724 content: attr(data-child-count);
2725 font-weight: normal;
2726 font-size: 0.8125rem;
2727 position: absolute;
2728 left: 0;
2729 width: 100%;
2730 text-align: center;
2731 top: 21px;
2733 #content.individual-thread-page .comment-minimize-button {
2734 display: none;
2737 /*****************/
2738 /* IGNORE SYSTEM */
2739 /*****************/
2741 #content.comment-thread-page .comment-item.ignored {
2742 height: 38px;
2743 overflow: hidden;
2745 .comment-item.ignored > .comment > .comment-meta > .author {
2746 text-decoration: line-through;
2749 /***********************************/
2750 /* INDIVIDUAL COMMENT THREAD PAGES */
2751 /***********************************/
2753 .individual-thread-page > h1 {
2754 line-height: 1;
2755 margin: 0.75em 0 3px 0;
2757 .individual-thread-page .comments {
2758 border: none;
2761 /*************/
2762 /* SHORTFORM */
2763 /*************/
2765 .shortform-index-page .comments::before {
2766 border: none;
2767 box-shadow: none;
2770 .shortform-index-page .comments > .comment-thread > .comment-item:first-child {
2771 margin-top: 0;
2774 /****************/
2775 /* VOTE BUTTONS */
2776 /****************/
2778 .vote {
2779 margin: 0;
2781 .vote {
2782 font-family: "Font Awesome", "Font Awesome 5 Free";
2783 font-weight: 900;
2784 border: none;
2787 .vote:disabled {
2788 visibility: hidden;
2789 cursor: default;
2792 @keyframes waiting {
2793 0% {background-position: 200% 0%}
2794 100% {background-position: 0% 0%}
2797 .voting-controls .karma-value {
2798 opacity: 1;
2799 transition: opacity 0.5s linear;
2802 .voting-controls.waiting .karma-value {
2803 opacity: 0.5;
2804 background: repeat-x linear-gradient(70deg, #000 50%, #fff 75%, #000);
2805 background-clip: text;
2806 -webkit-background-clip: text;
2807 color: transparent;
2808 background-position: 200% 0%;
2809 background-size: 200% 100%;
2810 animation: waiting 1s linear infinite;
2813 /* Replicated karma controls at bottom of comments. */
2814 .comment-controls .voting-controls {
2815 float: left;
2816 font-size: 0.9375em;
2819 .comment-controls .voting-controls:first-of-type {
2820 margin-left: -14px;
2823 /*****************************/
2824 /* COMMENTING AND POSTING UI */
2825 /*****************************/
2827 .comment-controls {
2828 text-align: right;
2829 margin: 0 8px 8px 16px;
2830 position: relative;
2831 z-index: 9999;
2833 .comment-thread .comment-controls + .comment-thread > li:first-child {
2834 margin-top: 8px;
2836 .comments > .comment-controls {
2837 margin: 8px 0 0 0;
2839 .comments > .comment-controls:last-child {
2840 margin: 8px 0 16px 0;
2843 .posting-controls input[type='submit'] {
2844 margin: 6px;
2845 padding: 4px 10px;
2846 font-size: 1.125rem;
2849 .comment-controls .cancel-comment-button {
2850 position: absolute;
2851 right: 0;
2852 margin: 0;
2853 height: 27px;
2854 font-size: inherit;
2855 padding: 4px 8px 2px 4px;
2856 z-index: 1;
2858 .comment-controls .cancel-comment-button::before {
2859 font-family: "Font Awesome", "Font Awesome 5 Free";
2860 margin-right: 3px;
2861 content: '\F00D';
2862 font-weight: 900;
2863 font-size: 0.9em;
2864 opacity: 0.7;
2867 .comment + .comment-controls .action-button {
2868 font-weight: normal;
2869 font-size: 1.0625em;
2870 padding: 1px 6px;
2872 .comment-controls .action-button::before {
2873 font-family: "Font Awesome", "Font Awesome 5 Free";
2874 margin-right: 3px;
2876 .new-comment-button {
2877 font-size: 1.5rem;
2878 margin: 0 0.25em;
2880 .comment-controls .reply-button::before {
2881 content: '\F3E5';
2882 font-weight: 900;
2883 font-size: 0.9em;
2884 opacity: 0.6;
2886 .comment-meta .replied::before {
2887 content: '\F3E5';
2888 font-family: "Font Awesome", "Font Awesome 5 Free";
2889 color: #090;
2890 font-weight: 900;
2891 font-size: 0.9em;
2892 opacity: 0.6;
2895 .post-controls {
2896 text-align: right;
2897 margin: 0.75em 0 0 0;
2898 align-self: start;
2899 justify-self: end;
2901 .edit-post-link {
2902 display: inline-block;
2903 margin-bottom: 0.25em;
2904 font-size: 1.125rem;
2906 .edit-post-link::before {
2907 margin-right: 0.3em;
2909 .comment-controls .edit-button::before,
2910 .edit-post-link::before {
2911 content: '\F303';
2912 font-family: "Font Awesome", "Font Awesome 5 Free";
2913 font-weight: 900;
2914 font-size: 0.75em;
2915 position: relative;
2916 top: -1px;
2919 .comment-controls .delete-button {
2920 margin-right: 0.25em;
2922 .comment-controls .edit-button,
2923 .comment-controls .retract-button,
2924 .comment-controls .unretract-button {
2925 margin-right: 1em;
2927 .comment-controls .retract-button::before {
2928 content: '\F4B3';
2929 opacity: 0.6;
2931 .comment-controls .unretract-button::before {
2932 content: '\F075';
2933 opacity: 0.9;
2935 .comment-controls .delete-button::before {
2936 content: '\F05E';
2937 opacity: 0.7;
2939 .comment-controls .retract-button::before,
2940 .comment-controls .unretract-button::before,
2941 .comment-controls .delete-button::before {
2942 font-weight: 900;
2943 font-size: 0.9em;
2946 .comment-controls form {
2947 position: relative;
2949 .textarea-container {
2950 position: relative;
2952 .posting-controls textarea {
2953 display: block;
2954 width: 100%;
2955 height: 15em;
2956 min-height: 15em;
2957 max-height: calc(100vh - 6em);
2958 margin: 2px 0 0 0;
2959 padding: 4px 5px;
2960 font-size: 1.2rem;
2961 border-style: solid;
2962 border-width: 29px 1px 1px 1px;
2963 resize: none;
2966 /* GUIEdit buttons */
2968 .guiedit-buttons-container {
2969 position: absolute;
2970 left: 1px;
2971 top: 1px;
2972 width: calc(100% - 2px);
2973 height: 28px;
2974 text-align: left;
2975 padding: 1px 4px 0 4px;
2976 overflow: hidden;
2978 .comment-thread-page .guiedit-buttons-container {
2979 padding-right: 60px;
2981 .guiedit-buttons-container button {
2982 height: 26px;
2983 padding: 0 7px;
2984 font-weight: 900;
2985 font-size: 0.875rem;
2986 line-height: 1;
2987 position: static;
2989 .guiedit-buttons-container button:active {
2990 transform: none;
2992 .guiedit-buttons-container button:active div {
2993 transform: scale(0.9);
2995 .guiedit-buttons-container button sup {
2996 font-weight: bold;
2998 .guiedit::after {
2999 content: attr(data-tooltip);
3000 position: absolute;
3001 font-weight: normal;
3002 font-size: 1rem;
3003 top: 2px;
3004 left: 464px;
3005 height: 25px;
3006 padding: 4px 0;
3007 white-space: nowrap;
3008 visibility: hidden;
3010 .guiedit:hover::after {
3011 visibility: visible;
3014 /* Markdown hints */
3016 .posting-controls .markdown-reference-link {
3017 float: left;
3018 padding: 1px 0 0 6px;
3020 .posting-controls .markdown-reference-link a {
3021 padding-right: 1.5em;
3022 margin-right: 0.15em;
3023 background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAQAAABNTyozAAAEDklEQVR4Ae3cY3QDjRaG0V1e27Zt27Zt27Ztf7Zt27Zt10jOdZtZzbSN2q41533+tsFO4zRi0TKRJVACJdDiJVACJVACJVACZQmUQAmUQAmUQAmUQFkCJVACJVACJVACJVDWuD7P8icnGRcVbdyJ/uRZ+jTZYxwq/lN2qMcozvtMibmySe/TsPeqi0JZ3XsAHm1SZAua9CjgoMQo6UB4uiim5gbXV7Ab1EQxT+P3RRw/dHtV3e39UL3g8XuOEw39QNX3g4LHcYwU/n5uo+q7beGKNqLwJ3U1cteKuepEQ1cid03BJIESKIESKIESKIESaIkl0I3dv7Q7a293c//ShrWym7l/abdbGaCnidJGPFzre6opUdqDtLJXitJ+svpA4Uy30dru6hJRHaCws37L37CDRbWAwvctf38S1QOqe43l7f2iikDheg+x9J5ksqpA4TS3svju5CJRXaCwvX7lG3KAqDZQ+Jby/U4kUM0rNN+7hAQSrvNAC/c4Ewn0/052C8Xd0fkigebbRp/5DdpHJFCxr5nfr4QEUqzmJYC3iQRq1jXuj8cYT6CyTnAv54oEKm9EJFBnJVAC7eoS0XJn2r8qQP/wNFOipUY8wvbVAeIjooXq3ki1gPhHC0A/oWWgQZ/37ZI2FaUdVPpb33LHlQS6scPFstrDQBtAvEpNdLEfsZJA3N3lYsnOcTvaAuKzomttqW+lgXimabFoYx5N20D8SXSlw9yElQfiE0J5dW+lI6BBu4uOO8+dWB0g1hel/YIOgbiVE0VHXefhrB7QTRwtmra3gS4AcW+Xibab8SJWE4h7uaLpn/Ud6AoQTzIu2uzDrDYQzzUjCo17HF0D4g3qoo1+yWoCld8hv5OuAvFl0XLb6V8rQGws5votXQfqs45oqaPdjLUDdNO5f7Xa32APgBhu6b2SC92VtQTEfVwlXOhO9ASI2zhNLKsRj2atAfFCo55Iz4C4nyvFks16OWsRiPvQUyCeblIs0adYq0B6DsTb1EV5fk+1gfiWKG0XAwnUZyPRtOPdggTiRg4UC7rEPUkg4PbOFIXGPIEEmt+DCmeu5rUkUHHPaXj76Qsk0MK9R/ynv5FAzfdDYS9Da+n/xe6ovd2lS/8vVlyfH7o1vQLKJVACJVACJVACJVACIYGW/A6z/A6zG8RcNbdT9d1eTcx1A8eKhn6s6vtxweNYfisaqvupu+jXV8H63cXP1Asev+Wpopi6aVMVbFpdFPMUlP6jdrY/8AgTYkHZhEcAvFNdFMpq3qFh78y/okIT3qk4j8zborn290hN91S/c6zrzapVsFnXO9bvPFXjYtEykSVQAnVUAiVQAiVQAiVQAiVQlkAJlEAJlEAJlEAJlCVQAiVQAiVQAiVQAmX/BMHb3CdNrgcrAAAAAElFTkSuQmCC');
3024 background-size: 1.25em;
3025 background-repeat: no-repeat;
3026 background-position: right center;
3029 #markdown-hints-checkbox + label {
3030 float: left;
3031 margin: 2px 0 0 1em;
3032 line-height: 1.3;
3033 cursor: pointer;
3035 #edit-post-form #markdown-hints-checkbox + label {
3036 padding: 0;
3038 #markdown-hints-checkbox {
3039 visibility: hidden;
3040 float: left;
3042 #markdown-hints-checkbox + label::after {
3043 content: "(Show Markdown help)";
3045 #markdown-hints-checkbox:checked + label::after {
3046 content: "(Hide Markdown help)";
3048 #markdown-hints-checkbox + label::before {
3049 content: '\F059';
3050 font-family: "Font Awesome", "Font Awesome 5 Free";
3051 font-weight: 900;
3052 margin-right: 3px;
3054 #markdown-hints-checkbox:checked + label::before {
3055 font-weight: normal;
3057 #markdown-hints {
3058 margin: 4px 0 0 4px;
3059 padding: 4px 8px;
3060 position: absolute;
3061 text-align: left;
3062 top: calc(100% - 1em);
3063 z-index: 1;
3064 display: none;
3066 .comment-controls #markdown-hints {
3067 top: calc(100% + 1.75em);
3069 #markdown-hints-checkbox:checked ~ #markdown-hints {
3070 display: table;
3072 .markdown-hints-row {
3073 display: table-row;
3075 #markdown-hints .markdown-hints-row span,
3076 #markdown-hints .markdown-hints-row code {
3077 float: none;
3078 display: table-cell;
3079 border: none;
3080 background-color: inherit;
3081 padding: 0 12px 0 0;
3084 /******************/
3085 /* EDIT POST FORM */
3086 /******************/
3088 #edit-post-form {
3089 padding: 1em 1em 4em 1em;
3091 #edit-post-form .post-meta-fields {
3092 display: grid;
3093 grid-template-columns: 5em auto auto auto 1fr auto;
3094 margin-bottom: 0.625em;
3097 #edit-post-form label[for='title'],
3098 #edit-post-form label[for='url'],
3099 #edit-post-form label[for='section'] {
3100 grid-column: 1;
3102 #edit-post-form input[type='text'] {
3103 padding: 0.25em;
3104 grid-column: 2 / span 4;
3105 margin-bottom: 0.5em;
3108 #edit-post-form .link-post-checkbox,
3109 #edit-post-form .link-post-checkbox + label {
3110 grid-row: 1;
3111 grid-column: 6;
3113 #edit-post-form .question-checkbox,
3114 #edit-post-form .question-checkbox + label {
3115 grid-row: 3;
3116 grid-column: 5;
3117 justify-self: start;
3118 margin-left: 1.5em;
3121 #edit-post-form .post-meta-fields label[for="submit-to-frontpage"] {
3122 grid-row: 4;
3123 grid-column: 2 / span 4;
3124 text-align: left;
3125 margin-top: 8px;
3128 #edit-post-form .post-meta-fields input[type='checkbox'] {
3129 height: 0;
3130 opacity: 0;
3131 pointer-events: none;
3133 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
3134 white-space: nowrap;
3135 position: relative;
3136 cursor: pointer;
3137 padding: 0.25em 0.5em 0.25em calc(20px + 0.25em + 0.3725em);
3138 align-self: start;
3140 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
3141 content: "";
3142 font-family: "Font Awesome", "Font Awesome 5 Free";
3143 font-size: 1.375rem;
3144 line-height: 0.7;
3145 text-indent: 1px;
3146 font-weight: 900;
3147 position: absolute;
3148 width: 20px;
3149 height: 20px;
3150 left: 5px;
3152 #edit-post-form label[for='url'],
3153 #edit-post-form input[name='url'] {
3154 display: none;
3156 #edit-post-form .link-post-checkbox:checked ~ label[for='url'],
3157 #edit-post-form .link-post-checkbox:checked ~ input[name='url'] {
3158 display: initial;
3160 #edit-post-form label {
3161 line-height: normal;
3162 border: 1px solid transparent;
3163 text-align: right;
3164 padding: 0.25em 0.5em;
3165 white-space: nowrap;
3167 #edit-post-form input[type='radio'] {
3168 width: 0;
3169 margin: 0;
3170 opacity: 0;
3171 pointer-events: none;
3173 #edit-post-form input[type='radio'] + label {
3174 padding: 4px 12px;
3175 text-align: center;
3176 border-style: solid;
3177 border-width: 1px 1px 1px 0;
3178 cursor: pointer;
3180 #edit-post-form input[type='radio']:checked + label {
3181 cursor: default;
3184 #edit-post-form label[for='section'] {
3185 grid-row: 3;
3187 #edit-post-form input[type='radio'] + label {
3188 grid-row: 3;
3190 @supports (width: -moz-fit-content) {
3191 #edit-post-form input[type='radio'] + label {
3192 width: -moz-fit-content;
3195 @supports (width: fit-content) {
3196 #edit-post-form input[type='radio'] + label {
3197 width: fit-content;
3201 #edit-post-form textarea {
3202 min-height: 24em;
3205 #edit-post-form input[type='submit'] {
3206 padding: 6px 12px;
3207 float: right;
3209 #edit-post-form #markdown-hints {
3210 top: calc(100% + 2em);
3213 #edit-post-form button.guiedit div {
3214 overflow: visible;
3216 .guiedit-mobile-auxiliary-button {
3217 display: none;
3220 /***********/
3221 /* BUTTONS */
3222 /***********/
3224 button,
3225 input[type='submit'] {
3226 font-family: inherit;
3227 font-size: inherit;
3228 background-color: inherit;
3229 cursor: pointer;
3230 border: none;
3231 border-radius: 0;
3234 /************/
3235 /* HEADINGS */
3236 /************/
3238 .body-text h1,
3239 .body-text h2,
3240 .body-text h3,
3241 .body-text h4,
3242 .body-text h5,
3243 .body-text h6 {
3244 line-height: 1.1;
3245 margin: 1em 0 0.75em 0;
3246 text-align: left;
3249 .post-body h5,
3250 .post-body h6 {
3251 font-size: 1em;
3253 .post-body h4,
3254 .body-text h4 {
3255 font-size: 1.2em;
3257 .post-body h3,
3258 .body-text h3 {
3259 font-size: 1.4em;
3261 .post-body h2,
3262 .body-text h2 {
3263 font-size: 1.75em;
3265 .post-body h1,
3266 .body-text h1 {
3267 font-size: 2.1em;
3270 .comment-body h5,
3271 .comment-body h6 {
3272 font-size: 1em;
3274 .comment-body h4 {
3275 font-size: 1.15em;
3277 .comment-body h3 {
3278 font-size: 1.3em;
3280 .comment-body h2 {
3281 font-size: 1.5em;
3283 .comment-body h1 {
3284 font-size: 1.75em;
3287 /**********/
3288 /* QUOTES */
3289 /**********/
3291 blockquote,
3292 .post-body .comment-box .comment-body {
3293 font-size: 0.9em;
3294 margin: 1em 0;
3295 padding-left: 0.5em;
3296 margin-left: 1px;
3297 padding-bottom: 3px;
3299 blockquote *:first-child {
3300 margin-top: 0;
3302 blockquote *:last-child {
3303 margin-bottom: 0;
3305 blockquote blockquote {
3306 font-size: 0.95em;
3309 /* Pseudo-blockquotes that LW sometimes uses for some reason */
3311 .post-body .comment-box .user-name {
3312 font-style: italic;
3314 .post-body .comment-box .user-name::after {
3315 content: ":";
3317 .post-body .comment-box {
3318 zoom: 1.25;
3321 /**********/
3322 /* IMAGES */
3323 /**********/
3325 #content img, #content figure {
3326 max-width: 100%;
3329 .prediction-poll > svg {
3330 width: 700px;
3331 max-width: 100%;
3334 img.inline-latex {
3335 position: relative;
3336 top: 2.5px;
3337 margin: 0 2px;
3340 #content figure {
3341 text-align: center;
3342 margin: 1.5em auto;
3345 p.imgonly,
3346 div.imgonly,
3347 figure {
3348 text-align: center;
3349 margin: auto;
3350 clear: both;
3353 .imgonly iframe {
3354 display: block;
3355 width: 100%;
3356 height: 250px;
3357 border: 0;
3360 // Aspect ratio trick from https://css-tricks.com/aspect-ratio-boxes/
3362 [style*="--aspect-ratio"] > * {
3363 width: 100%;
3365 [style*="--aspect-ratio"] > img {
3366 height: auto;
3368 @supports (--custom:property) {
3369 [style*="--aspect-ratio"] {
3370 position: relative;
3372 [style*="--aspect-ratio"]::before {
3373 content: "";
3374 display: block;
3375 padding-bottom: calc(100% / (var(--aspect-ratio)));
3377 [style*="--aspect-ratio"] > * {
3378 position: absolute;
3379 top: 0;
3380 left: 0;
3381 height: 100%;
3385 /**********/
3386 /* TABLES */
3387 /**********/
3389 .body-text table {
3390 border-collapse: collapse;
3391 font-size: 0.875em;
3393 .body-text table th,
3394 .body-text table td {
3395 text-align: left;
3396 padding: 4px 6px;
3397 line-height: 1.3;
3399 .body-text table .numeric {
3400 text-align: right;
3401 font-family: Inconsolata, Menlo, monospace;
3403 .body-text table caption {
3404 margin: 0 0 0.25em 0;
3405 font-weight: bold;
3406 font-size: 1.125em;
3409 /********/
3410 /* MISC */
3411 /********/
3413 /*= Superscripts & subscripts =*/
3415 /* Make sure superscripts and subscripts do not affect line spacing. */
3416 sup, sub {
3417 vertical-align: baseline;
3418 position: relative;
3419 top: -0.5em;
3420 left: 0.05em;
3421 font-size: 0.8em;
3423 sub {
3424 top: 0.3em;
3427 /*= Code blocks & other "unstyled" text. =*/
3429 pre,
3430 code {
3431 font-family: Inconsolata, Menlo, monospace;
3433 pre {
3434 white-space: pre-wrap;
3436 .body-text pre {
3437 text-align: left;
3439 code {
3440 font-size: 0.95em;
3441 display: inline-block;
3442 padding: 0 4px 1px 5px;
3444 pre > code {
3445 display: block;
3446 border-radius: 0;
3447 padding: 3px 4px 5px 8px;
3448 tab-size: 4;
3451 /*= Fractions =*/
3453 .frac::after {
3454 content: "\200B";
3457 /*= Removing browser default styling of various elements =*/
3459 /* On various input elements such as text fields and buttons, remove "blue glow" focus outlines on Macs, dotted black outlines in Firefox, etc. */
3460 :focus {
3461 outline: none;
3464 /* Remove "embossed" appearance of horizontal rules. */
3465 hr {
3466 border: none;
3469 input,
3470 button,
3471 textarea {
3472 -webkit-appearance: none;
3473 -moz-appearance: none;
3474 appearance: none;
3477 input {
3478 font-family: inherit;
3479 font-size: inherit;
3480 font-weight: inherit;
3483 /*************/
3484 /* FOOTNOTES */
3485 /*************/
3487 ol {
3488 counter-reset: ordered-list;
3490 .footnote-definition {
3491 font-size: 0.9em;
3492 list-style-type: none;
3493 counter-increment: ordered-list;
3494 position: relative;
3496 .footnote-definition p {
3497 font-size: inherit !important;
3499 .footnote-definition::before {
3500 content: counter(ordered-list) ".";
3501 position: absolute;
3502 left: -2.5em;
3503 font-weight: bold;
3504 text-align: right;
3505 width: 2em;
3508 /*= LW Docs footnotes =*/
3510 .footnote-item {
3511 display: flex;
3514 .footnote-item > :not(.nothing) {
3515 margin: 0 0.2em;
3518 .footnote-item > :first-child {
3519 margin-left: -0.2em;
3520 margin-right: 0;
3523 .footnote-back-link a:not(.nothing) {
3524 font-size: 0;
3525 text-decoration: none;
3526 border: none;
3529 .footnote-back-link a:not(.nothing):hover {
3530 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #00e;
3531 border: none;
3532 text-decoration: none;
3535 .footnote-back-link a::after {
3536 content: '\F106';
3537 font-family: Font Awesome;
3538 font-size: 1rem;
3539 padding: 0.2em;
3540 text-decoration: none;
3541 font-weight: bold;
3544 .footnote-content > :first-child {
3545 margin-top: 0;
3548 /*********/
3549 /* LISTS */
3550 /*********/
3552 li {
3553 margin-bottom: 0.5em;
3556 .body-text ol p,
3557 .body-text ul p {
3558 margin: 0.5em 0;
3561 .body-text ol {
3562 list-style: none;
3563 padding: 0;
3564 counter-reset: ol;
3566 .body-text ol > li {
3567 position: relative;
3568 counter-increment: ol;
3569 padding: 0 0 0 2.5em;
3570 margin: 0.25em 0 0 0;
3572 .body-text ol > li::before {
3573 content: counter(ol) ".";
3574 position: absolute;
3575 width: 2em;
3576 text-align: right;
3577 left: 0;
3579 .body-text ul {
3580 list-style: none;
3581 padding: 0;
3583 .body-text ul:not(.contents-list) > li:empty {
3584 padding-bottom: 1.25em;
3586 .body-text ul:not(.contents-list) > li {
3587 position: relative;
3588 padding: 0 0 0 1.75em;
3589 margin: 0.25em 0 0 0;
3591 .body-text ul:not(.contents-list) > li ul > li {
3592 padding: 0 0 0 2em;
3594 .body-text ul:not(.contents-list) > li::before {
3595 content: "•";
3596 position: absolute;
3597 width: 1.25em;
3598 text-align: right;
3599 left: 0;
3601 .body-text ul:not(.contents-list) > li ul > li::before {
3602 width: 1.5em;
3604 .body-text li > ul:first-child > li {
3605 padding-left: 0;
3607 .body-text li > ul:first-child > li::before {
3608 content: none;
3611 /**************/
3612 /* ERROR PAGE */
3613 /**************/
3615 .error-retry-form {
3616 margin: 0.5em 0;
3619 .error-retry-form input[type="submit"] {
3620 border: 1px solid #aaa;
3621 font-weight: bold;
3622 font-size: 1.125rem;
3623 padding: 0.5em 1.25em;
3626 /**************/
3627 /* ABOUT PAGE */
3628 /**************/
3630 #content.about-page .contents {
3631 margin-top: 0.25em;
3633 #content.about-page .accesskey-table {
3634 border-collapse: collapse;
3635 margin: auto;
3637 #content.about-page .accesskey-table th,
3638 #content.about-page .accesskey-table td {
3639 padding: 2px 6px;
3641 #content.about-page .accesskey-table td:first-child {
3642 padding-right: 1.5em;
3644 #content.about-page .accesskey-table td:last-child {
3645 text-align: center;
3646 font-family: Inconsolata, Menlo, monospace;
3648 #content.about-page h3:nth-of-type(n+2) {
3649 clear: both;
3652 /******************/
3653 /* IMAGES OVERLAY */
3654 /******************/
3656 #images-overlay + #content .post-body img {
3657 visibility: hidden;
3660 #images-overlay div {
3661 position: absolute;
3663 #images-overlay div::after {
3664 content: "Click to enlarge";
3665 display: block;
3666 position: absolute;
3667 margin: auto;
3668 left: 0;
3669 right: 0;
3670 bottom: 10px;
3671 padding: 6px 10px;
3672 font-size: 1.25rem;
3673 background-color: rgba(0,0,0,0.6);
3674 color: #fff;
3675 border-radius: 5px;
3676 opacity: 0.0;
3677 transition: opacity 0.15s ease;
3678 pointer-events: none;
3680 @supports (width: -moz-fit-content) {
3681 #images-overlay div::after {
3682 width: -moz-fit-content;
3685 @supports (width: fit-content) {
3686 #images-overlay div::after {
3687 width: fit-content;
3690 #images-overlay div:hover::after {
3691 opacity: 1.0;
3694 #images-overlay img {
3695 width: 100%;
3698 /***************/
3699 /* IMAGE FOCUS */
3700 /***************/
3702 /*=--------------=*/
3703 /*= Hover styles =*/
3704 /*=--------------=*/
3706 #content img:hover,
3707 #images-overlay img:hover {
3708 filter: drop-shadow(0 0 3px #777);
3709 cursor: zoom-in;
3711 #content img:active,
3712 #images-overlay img:active {
3713 transform: scale(0.975);
3716 /*=---------=*/
3717 /*= Overlay =*/
3718 /*=---------=*/
3720 #image-focus-overlay {
3721 position: fixed;
3722 top: 0;
3723 right: 0;
3724 bottom: 0;
3725 left: 0;
3726 z-index: 2;
3727 display: none;
3728 cursor: zoom-out;
3730 #image-focus-overlay::before {
3731 content: "";
3732 display: block;
3733 position: absolute;
3734 top: 0;
3735 right: 0;
3736 bottom: 0;
3737 left: 0;
3738 background-color: #000;
3739 opacity: 0.5;
3740 z-index: -1;
3742 #image-focus-overlay.engaged {
3743 display: initial;
3746 #image-focus-overlay img {
3747 margin: auto;
3748 position: absolute;
3749 left: 50%;
3750 top: 50%;
3751 transform: translateX(-50%) translateY(-50%);
3754 /*=-------------------=*/
3755 /*= Single-image mode =*/
3756 /*=-------------------=*/
3758 #image-focus-overlay:not(.slideshow) .image-number,
3759 #image-focus-overlay:not(.slideshow) .slideshow-buttons {
3760 visibility: hidden;
3763 /*=---------=*/
3764 /*= Caption =*/
3765 /*=---------=*/
3767 #image-focus-overlay .caption {
3768 position: absolute;
3769 bottom: 0.75em;
3770 background-color: rgba(0,0,0,0.7);
3771 left: 9em;
3772 right: 9em;
3773 margin: auto;
3774 max-width: calc(100% - 18em);
3775 text-align: center;
3776 font-size: 1.375em;
3777 border-radius: 8px;
3778 z-index: 1;
3779 transition:
3780 bottom 0.2s ease;
3782 @supports (width: -moz-fit-content) {
3783 #image-focus-overlay .caption {
3784 width: -moz-fit-content;
3787 @supports (width: fit-content) {
3788 #image-focus-overlay .caption {
3789 width: fit-content;
3792 #image-focus-overlay .caption.hidden {
3793 bottom: -5em;
3794 transition:
3795 bottom 0.5s ease;
3798 #image-focus-overlay .caption p {
3799 margin: 1em 1.25em;
3800 color: #fff;
3803 #image-focus-overlay .caption:not(:empty)::before {
3804 content: "";
3805 display: block;
3806 position: absolute;
3807 width: 100vw;
3808 height: calc(100% + 1.5em);
3809 z-index: -1;
3810 top: -0.75em;
3811 left: calc(-50vw + 50%);
3815 /*=--------------=*/
3816 /*= Help overlay =*/
3817 /*=--------------=*/
3819 #image-focus-overlay .help-overlay {
3820 position: absolute;
3821 display: flex;
3822 flex-flow: column;
3823 z-index: 2;
3824 font-size: 1.5rem;
3825 padding: 1em;
3826 border-radius: 10px;
3827 bottom: 1em;
3828 right: 1em;
3829 overflow: hidden;
3830 white-space: nowrap;
3831 color: transparent;
3832 cursor: default;
3833 visibility: hidden;
3834 transition:
3835 visibility 1s ease,
3836 color 1s ease,
3837 background-color 1s ease,
3838 bottom 0.3s ease;
3840 #image-focus-overlay .help-overlay:hover {
3841 max-width: 24em;
3842 max-height: 14em;
3843 background-color: rgba(0,0,0,0.85);
3844 color: #fff;
3845 visibility: visible;
3846 transition:
3847 visibility 0.2s ease 0.3s,
3848 color 0.2s ease 0.3s,
3849 background-color 0.2s ease 0.3s;
3852 #image-focus-overlay .help-overlay::after {
3853 content: "\F128";
3854 font-family: "Font Awesome", "Font Awesome 5 Free";
3855 font-weight: 900;
3856 font-size: 2rem;
3857 position: absolute;
3858 right: 0;
3859 bottom: 0;
3860 padding: 10px;
3861 color: #000;
3862 filter: drop-shadow(0 0 6px #fff);
3863 visibility: visible;
3864 opacity: 0.85;
3865 transition:
3866 visibility 1s ease;
3868 #image-focus-overlay .help-overlay:hover::after {
3869 visibility: hidden;
3870 transition:
3871 visibility 0.2s ease 0.3s;
3874 #image-focus-overlay .help-overlay p {
3875 margin: 0;
3876 text-indent: -2em;
3877 padding-left: 2em;
3878 max-width: 100%;
3879 overflow: hidden;
3881 #image-focus-overlay .help-overlay p + p {
3882 margin: 0.75em 0 0 0;
3884 #image-focus-overlay .help-overlay.hidden {
3885 bottom: -2em;
3888 /*=--------------=*/
3889 /*= Slide number =*/
3890 /*=--------------=*/
3892 #image-focus-overlay .image-number {
3893 position: absolute;
3894 z-index: 2;
3895 font-size: 1.75rem;
3896 left: 1em;
3897 bottom: 1em;
3898 font-weight: 600;
3899 text-shadow:
3900 0 0 3px #fff,
3901 0 0 5px #fff,
3902 0 0 8px #fff,
3903 0 0 13px #fff;
3904 width: 1.5em;
3905 text-align: right;
3906 white-space: nowrap;
3907 transition: bottom 0.3s ease;
3909 #image-focus-overlay .image-number::before {
3910 content: "#";
3911 opacity: 0.3;
3913 #image-focus-overlay .image-number::after {
3914 content: " of " attr(data-number-of-images);
3915 opacity: 0.3;
3917 #image-focus-overlay .image-number:hover::before,
3918 #image-focus-overlay .image-number:hover::after {
3919 opacity: 1.0;
3921 #image-focus-overlay .image-number.hidden {
3922 bottom: -1.25em;
3925 /*=-------------------=*/
3926 /*= Slideshow buttons =*/
3927 /*=-------------------=*/
3929 #image-focus-overlay .slideshow-buttons {
3930 position: absolute;
3931 top: 0;
3932 left: 0;
3933 width: 100%;
3934 height: 100%;
3935 z-index: 1;
3936 display: flex;
3937 justify-content: space-between;
3938 pointer-events: none;
3940 #image-focus-overlay .slideshow-buttons button {
3941 font-family: "Font Awesome", "Font Awesome 5 Free";
3942 font-weight: 900;
3943 font-size: 3rem;
3944 padding: 0.5em;
3945 color: #ddd;
3946 position: relative;
3947 left: 0;
3948 transition:
3949 left 0.3s ease;
3950 pointer-events: auto;
3952 #image-focus-overlay .slideshow-buttons button::selection {
3953 background-color: transparent;
3955 @media only screen and (hover: hover) {
3956 #image-focus-overlay .slideshow-buttons button:hover {
3957 background-color: rgba(0,0,0,0.1);
3958 color: #777;
3961 #image-focus-overlay .slideshow-buttons button:active {
3962 transform: none;
3963 color: #888;
3965 #image-focus-overlay .slideshow-buttons button:disabled {
3966 text-shadow: none;
3967 background-color: transparent;
3968 color: #ddd;
3969 cursor: default;
3970 opacity: 0.4;
3972 #image-focus-overlay .slideshow-button.previous.hidden {
3973 left: -1.75em;
3975 #image-focus-overlay .slideshow-button.next.hidden {
3976 left: 1.75em;
3979 /*=-----------------=*/
3980 /*= Background blur =*/
3981 /*=-----------------=*/
3983 .blurred {
3984 filter: blur(3px);
3987 /**************************/
3988 /* QUALIFIED HYPERLINKING */
3989 /**************************/
3991 #content.no-nav-bars {
3992 margin: 8px auto;
3994 #content.no-nav-bars + #ui-elements-container > * {
3995 padding-top: 8px;
3998 #aux-about-link {
3999 position: fixed;
4000 top: 40px;
4001 left: calc((100% - 900px) / 2 - 69px);
4002 width: 1.5em;
4003 height: 1.5em;
4004 text-align: center;
4005 display: table;
4007 #aux-about-link a {
4008 display: table-cell;
4009 width: 100%;
4010 vertical-align: middle;
4011 font-family: "Font Awesome", "Font Awesome 5 Free";
4012 font-weight: 900;
4013 font-size: 1.25rem;
4014 opacity: 0.4;
4015 z-index: 1;
4018 .qualified-linking {
4019 margin: 0;
4020 position: relative;
4022 .qualified-linking input[type='checkbox'] {
4023 visibility: hidden;
4024 width: 0;
4025 height: 0;
4026 margin: 0;
4028 .qualified-linking label {
4029 font-family: "Font Awesome", "Font Awesome 5 Free";
4030 font-weight: 900;
4031 font-size: 1rem;
4032 padding: 0 0.5em;
4033 display: inline-block;
4034 margin-left: 0.25em;
4036 .qualified-linking label:hover {
4037 cursor: pointer;
4039 .qualified-linking label:active span {
4040 display: inline-block;
4041 transform: scale(0.9);
4043 .qualified-linking label::selection {
4044 background-color: transparent;
4047 .qualified-linking label::after {
4048 content: "";
4049 width: 100vw;
4050 height: 0;
4051 left: 0;
4052 top: 0;
4053 position: fixed;
4054 z-index: 1;
4055 cursor: default;
4057 .qualified-linking input[type='checkbox']:checked + label::after {
4058 height: 100vh;
4061 .qualified-linking-toolbar {
4062 position: absolute;
4063 right: 0.25em;
4064 top: 110%;
4065 z-index: 1;
4067 .qualified-linking input[type='checkbox'] ~ .qualified-linking-toolbar {
4068 display: none;
4070 .qualified-linking input[type='checkbox']:checked ~ .qualified-linking-toolbar {
4071 display: block;
4073 #qualified-linking-toolbar-toggle-checkbox-bottom ~ .qualified-linking-toolbar {
4074 top: unset;
4075 bottom: 125%;
4078 .qualified-linking-toolbar a {
4079 display: block;
4080 padding: 0 6px;
4081 margin: 4px;
4083 .qualified-linking-toolbar a::selection {
4084 background-color: transparent;
4087 /*****************/
4088 /* HOVER PREVIEW */
4089 /*****************/
4091 #preview-popup-toggle {
4092 position: absolute;
4093 right: -67px;
4094 bottom: 285px;
4095 cursor: pointer;
4096 color: var(--GW-toggle-widget-color, #888);
4098 #preview-popup-toggle:hover {
4099 color: var(--GW-toggle-widget-hover-color, #444);
4102 #content.preview:not(not) {
4103 padding: 0;
4105 #content.preview > .comment-thread {
4106 margin: 2px;
4108 #content.preview.individual-thread-page > .comment-thread > .comment-item {
4109 border: none;
4111 #content.preview.user-page .page-main-heading, #content.preview.user-page .user-stats {
4112 padding: 0 8px;
4114 #content.preview.user-page .page-main-heading {
4115 margin-left: 8px;
4117 #content.preview.not(not) .body-text {
4118 margin-left: 8px;
4119 margin-right: 8px;
4121 #content.preview.user-page .user-stats {
4122 margin-right: 32px;
4124 #content.preview.user-page .page-toolbar, #content.preview.user-page nav {
4125 display: none;
4127 #content.preview button.vote {
4128 display: none;
4130 #content.preview > h1.listing {
4131 max-height: unset;
4133 #content.preview.user-page > .comment-thread {
4134 margin: 0.5em 0;
4136 #content.preview > .post {
4137 margin: 0 18px;
4139 #content.preview .post-title {
4140 margin-top: 0.5em;
4142 #content.preview .post-meta {
4143 line-height: 1.0;
4145 #content.preview .body-text {
4146 font-size: 1em;
4148 #content.preview nav.contents,
4149 #content.preview .lw2-link {
4150 display: none;
4153 .preview-popup {
4154 position: fixed;
4155 transform-origin: top;
4156 top: 10%;
4157 right: 10%;
4158 max-width: 700px;
4159 z-index: 10001;
4160 background-color: #eee;
4161 border: 1px solid #ccc;
4162 box-shadow: 2px 6px 20px -4px #000;
4163 transition: height 0.2s ease, top 0.2s ease;
4165 .popup-hide-button {
4166 position: fixed;
4167 top: 4px;
4168 right: 4px;
4169 color: #000;
4170 background-color: #fff;
4171 width: 28px;
4172 height: 28px;
4173 display: flex;
4174 font-family: "Font Awesome";
4175 font-size: 14px;
4176 line-height: 1;
4177 border: 1px solid #bbb;
4178 border-radius: 28px;
4179 align-items: center;
4180 justify-content: center;
4181 //padding-bottom: 2px;
4182 padding-left: 1.5px;
4183 font-family: "Font Awesome", "Font Awesome 5 Free";
4184 cursor: pointer;
4186 .popup-hide-button:hover::before {
4187 content: "Turn off preview popups";
4188 display: block;
4189 position: absolute;
4190 width: max-content;
4191 right: 32px;
4192 color #000;
4193 background-color: #fff;
4194 border: 1px solid #eee;
4195 border-radius: 2px;
4196 padding: 4px;
4199 /********/
4200 /* MATH */
4201 /********/
4203 .mathjax-block-container {
4204 display: block;
4205 overflow-y: hidden;
4206 border-radius: 6px;
4207 margin: 1em 0 1.5em 0;
4209 .mathjax-inline-container {
4210 max-width: 100%;
4211 overflow-x: auto;
4212 overflow-y: hidden;
4213 position: relative;
4214 padding: 0 1px;
4216 #content .mathjax-inline-container,
4217 #content .mathjax-inline-container .mjpage,
4218 #content .mathjax-inline-container .mjx-chtml,
4219 #content .mathjax-inline-container .mjx-math,
4220 #content .mathjax-inline-container .mjx-mrow {
4221 display: inline;
4222 white-space: normal;
4224 .post .mathjax-inline-container {
4225 line-height: 1;
4227 .comment .mathjax-inline-container {
4228 line-height: 1;
4230 .mathjax-inline-container .mjx-chtml {
4231 padding: 0;
4234 /************/
4235 /* SPOILERS */
4236 /************/
4238 .spoiler {
4239 color: #000;
4240 background-color: currentColor;
4241 transition: none;
4242 text-shadow: none;
4243 margin: 1em 0;
4244 box-shadow: 0 0 0 1px currentColor inset;
4245 overflow: auto;
4247 .spoiler:not(:last-child) {
4248 margin-bottom: 0;
4250 #content .spoiler * {
4251 color: inherit;
4252 border: none;
4254 .spoiler:hover {
4255 color: unset;
4256 background-color: unset;
4257 text-shadow: unset;
4258 transition:
4259 color 0.1s ease-out 0.1s,
4260 background-color 0.1s ease-out 0.1s,
4261 text-shadow 0.1s ease-out 0.1s;
4263 .spoiler::selection,
4264 .spoiler ::selection {
4265 color: #fff;
4266 background-color: #000;
4268 .spoiler:not(:hover)::selection,
4269 .spoiler:not(:hover) ::selection {
4270 background-color: transparent;
4273 /*= Fix for LessWrong being weird =*/
4275 .spoiler > p {
4276 padding: 0 7px;
4278 .spoiler > p:first-child {
4279 margin-top: 0.25em;
4281 .spoiler > p:last-child {
4282 margin-bottom: 0;
4283 padding-bottom: 0.25em;
4285 .spoiler > p:hover ~ p {
4286 background-color: currentColor;
4288 .spoiler > p + p {
4289 margin-top: -1em;
4291 .spoiler > p:not(:first-child) {
4292 padding-top: 0.5em;
4294 .spoiler > p:not(:last-child) {
4295 padding-bottom: 0.5em;
4298 .spoiler:not(:hover) pre,
4299 .spoiler:not(:hover) code {
4300 background-color: inherit;
4301 box-shadow: none;
4303 #content .spoiler pre {
4304 border-color: currentColor;
4305 border-style: solid;
4306 border-width: 0 1px;
4307 border-radius: 0;
4310 /*******************/
4311 /* PAGE LIST INDEX */
4312 /*******************/
4314 .page-list-index {
4315 margin: 1em 30px;
4316 line-height: 1.2;
4319 .page-list-index > p {
4320 font-weight: bold;
4321 font-size: 1.2em;
4324 .page-list-index > ul * {
4325 margin: 0;
4328 .page-list-index ul {
4329 padding-left: 1.5em;
4332 .page-list-index li {
4333 margin-top: 0.67em;
4336 .page-list-index li > a {
4337 display: block;
4338 font-size: 1.1em;
4339 font-weight: bold;
4340 margin: 0.33em 0;
4343 .page-list-index li > a:last-child {
4344 margin-bottom: 1em;
4348 /*****************/
4349 /* USER MENTIONS */
4350 /*****************/
4352 .textarea-container .autocomplete-container {
4353 position: absolute;
4354 overflow-y: auto;
4355 font-size: 1.125rem;
4356 cursor: default;
4357 backdrop-filter: blur(2px);
4358 width: 360px;
4360 .textarea-container .autocomplete-container:empty {
4361 display: none;
4364 @media only screen and (min-width: 521px) {
4365 .textarea-container .autocomplete-container.inside {
4366 max-height: calc(100% - 36px);
4367 top: 32px;
4369 .textarea-container .autocomplete-container.outside {
4370 max-height: calc(100% - 28px);
4371 top: 28px;
4372 z-index: 10001;
4375 .textarea-container .autocomplete-container.inside.right {
4376 right: 18px;
4378 .textarea-container .autocomplete-container.inside.left {
4379 left: 18px;
4381 .textarea-container .autocomplete-container.outside.right {
4382 left: calc(100% + 3px);
4384 .textarea-container .autocomplete-container.outside.left {
4385 right: calc(100% + 3px);
4388 head.content-width-normal + body .textarea-container .autocomplete-container.outside {
4389 max-width: calc((100vw - (900px - 40px * 2)) / 2);
4391 head.content-width-wide + body .textarea-container .autocomplete-container.outside {
4392 max-width: calc((100vw - (1150px - 40px * 2)) / 2);
4394 head.content-width-fluid + body .textarea-container .autocomplete-container.outside {
4395 max-width: calc((300px + 40px * 2) / 2);
4399 .textarea-container .autocomplete-container div {
4400 padding: 2px 8px 0 8px;
4401 white-space: nowrap;
4402 display: flex;
4403 justify-content: flex-end;
4406 .textarea-container .autocomplete-container div span.name {
4407 flex: 1 1 auto;
4408 width: calc(100% - 9em);
4409 overflow: hidden;
4410 text-overflow: ellipsis;
4412 .textarea-container .autocomplete-container div span.name:hover {
4413 overflow: visible;
4414 z-index: 1;
4416 .textarea-container .autocomplete-container div span.age,
4417 .textarea-container .autocomplete-container div span.karma {
4418 font-size: 0.9em;
4419 text-align: right;
4421 .textarea-container .autocomplete-container div span.age {
4422 flex: 0 0 3em;
4424 .textarea-container .autocomplete-container div span.karma {
4425 flex: 0 0 6em;
4429 /***************/
4430 /* COLLECTIONS */
4431 /***************/
4433 h2.sequence-chapter,
4434 h3.sequence-chapter,
4435 h4.sequence-chapter {
4436 text-align: center;
4438 h2.sequence-chapter::before,
4439 h3.sequence-chapter::before,
4440 h4.sequence-chapter::before {
4441 display: block;
4442 clear: both;
4443 margin: 1.5em 0 0.75em 0;
4444 font-style: normal;
4445 font-weight: normal;
4446 font-family: 'Concourse', 'a_Avante', 'GW-Symbols';
4448 h2.sequence-chapter::before {
4449 content: '\25A3';
4451 h3.sequence-chapter::before {
4452 content: '\25AA\2004\25AA';
4454 h4.sequence-chapter::before {
4455 content: '\00B7\2004\00B7\2004\00B7';
4459 /*******************/
4460 /* ALIGNMENT FORUM */
4461 /*******************/
4463 #content.alignment-forum-index-page::after {
4464 content: "Alignment Forum";
4465 font-size: 1.5rem;
4466 margin: 0.375em 0 0 -0.375em;
4467 order: -1;
4470 /**********************/
4471 /* FOR NARROW SCREENS */
4472 /**********************/
4474 @media only screen and (max-width: 1440px) {
4475 #hns-date-picker {
4476 right: -81px;
4477 padding: 8px 10px 10px 10px;
4478 bottom: 62px;
4479 display: none;
4481 #hns-date-picker::before {
4482 content: "";
4483 position: absolute;
4484 display: block;
4485 z-index: -1;
4486 height: calc(100% + 2px);
4487 top: -1px;
4488 left: -1px;
4489 width: 50%;
4492 @media only screen and (max-width: 1160px) {
4493 #new-comment-nav-ui {
4494 bottom: 180px;
4495 right: -68px;
4497 #hns-date-picker {
4498 bottom: 200px;
4499 right: -36px;
4501 #hns-date-picker::before {
4502 width: calc(100% - 35px);
4504 #theme-selector button::before {
4505 right: unset;
4506 left: 100%;
4508 #theme-selector:hover::after {
4509 content: "";
4510 display: block;
4511 position: absolute;
4512 width: calc(6em - 7px);
4513 height: calc(100% + 2px);
4514 top: 0;
4515 left: calc(100% + 1px);
4517 #anti-kibitzer-toggle {
4518 bottom: 330px;
4521 @media only screen and (max-width: 1080px) {
4522 #width-selector {
4523 right: -30px;
4525 #width-selector button {
4526 display: block;
4528 #text-size-adjustment-ui {
4529 top: 90px;
4530 right: -30px;
4532 #text-size-adjustment-ui button {
4533 display: block;
4534 position: relative;
4536 #text-size-adjustment-ui button.increase {
4537 bottom: 48px;
4539 #text-size-adjustment-ui button.decrease {
4540 top: 50px;
4542 #theme-selector {
4543 top: 46px;
4544 left: -44px;
4546 #theme-tweaker-toggle {
4547 left: -44px;
4548 top: 2px;
4550 #theme-tweaker-toggle button {
4551 height: 2em;
4552 width: 2em;
4553 padding: 7px;
4555 #quick-nav-ui {
4556 right: -54px;
4558 #new-comment-nav-ui {
4559 right: -55px;
4561 #hns-date-picker {
4562 right: -23px;
4564 #hns-date-picker::before {
4565 width: calc(100% - 22px);
4567 #anti-kibitzer-toggle {
4568 right: -54px;
4571 @media only screen and (max-width: 1040px) {
4572 #quick-nav-ui {
4573 right: -49px;
4575 #new-comment-nav-ui {
4576 right: -50px;
4578 #hns-date-picker {
4579 right: -18px;
4581 #hns-date-picker::before {
4582 width: calc(100% - 17px);
4584 #anti-kibitzer-toggle {
4585 right: -50px;
4588 @media only screen and (max-width: 1020px) {
4589 #quick-nav-ui {
4590 right: -20px;
4592 #new-comment-nav-ui {
4593 right: -21px;
4595 #new-comment-nav-ui .new-comments-count::before {
4596 content: "";
4597 position: absolute;
4598 width: 100%;
4599 height: calc(100% + 45px);
4600 z-index: -1;
4601 left: 0;
4602 top: -22px;
4604 #hns-date-picker {
4605 right: 19px;
4607 #hns-date-picker::before {
4608 width: 100%;
4610 #anti-kibitzer-toggle {
4611 right: -20px;
4614 @media only screen and (max-width: 1000px) {
4615 #theme-selector {
4616 left: -17px;
4617 top: 120px;
4618 padding: 3px 0;
4619 max-width: 32px;
4621 #theme-selector button {
4622 margin: 1px 4px;
4624 #text-size-adjustment-ui {
4625 top: 100px;
4626 right: -12px;
4628 @media not screen and (hover: none) {
4629 #quick-nav-ui,
4630 #new-comment-nav-ui,
4631 #new-comment-nav-ui + #hns-date-picker,
4632 #anti-kibitzer-toggle {
4633 opacity: 0.4;
4635 #quick-nav-ui:hover,
4636 #new-comment-nav-ui:hover,
4637 #new-comment-nav-ui + #hns-date-picker:hover,
4638 #new-comment-nav-ui + #hns-date-picker:focus-within,
4639 #new-comment-nav-ui:hover + #hns-date-picker,
4640 #anti-kibitzer-toggle:hover {
4641 opacity: 1.0;
4644 #theme-tweaker-toggle {
4645 top: 70px;
4646 left: -21px;
4650 /**************/
4651 /* PRINT VIEW */
4652 /**************/
4654 @media only print {
4655 .nav-bar {
4656 visibility: hidden;
4657 max-height: 0;
4658 overflow: hidden;
4660 #ui-elements-container {
4661 display: none;
4663 #images-overlay {
4664 display: none;
4666 #images-overlay + #content .post-body img {
4667 visibility: visible;
4669 .comment-controls {
4670 display: none;
4672 #comments-sort-mode-selector {
4673 display: none;
4675 .comment-minimize-button {
4676 display: none;
4678 .post-meta .qualified-linking,
4679 .post-meta .lw2-link {
4680 display: none;
4682 .comment-meta .permalink,
4683 .comment-meta .lw2-link,
4684 .comment-meta .comment-parent-link {
4685 display: none;
4687 .new-comment::before {
4688 display: none;
4690 #content::before {
4691 box-shadow: none;
4695 /*****************/
4696 /* MOBILE LAYOUT */
4697 /*****************/
4699 /* Hide the mobile elements on desktop screens: */
4701 @media only screen and (max-width: 1160px) {
4702 #post-nav-ui-toggle,
4703 #appearance-adjust-ui-toggle {
4704 display: none;
4708 @media only screen and (max-width: 1160px) {
4710 /*====================*/
4711 /* MOBILE UI ELEMENTS */
4712 /*====================*/
4714 #ui-elements-container {
4715 height: unset !important;
4716 position: unset;
4718 #ui-elements-container > * {
4719 position: fixed;
4720 visibility: hidden;
4721 opacity: 1.0;
4722 z-index: 10000;
4725 #ui-elements-container > div[id$='-ui-toggle'] {
4726 visibility: visible;
4727 display: inline-block;
4728 border-radius: 50%;
4729 z-index: 10000;
4731 #ui-elements-container > div[id$='-ui-toggle'] button,
4732 #theme-selector .theme-selector-close-button {
4733 font-family: Font Awesome;
4734 font-weight: 900;
4735 font-size: 32px;
4736 padding: 10px;
4737 opacity: 0.8;
4738 -webkit-tap-highlight-color: transparent;
4739 transition: transform 0.2s ease;
4741 #ui-elements-container > div[id$='-ui-toggle'] button::selection,
4742 #theme-selector .theme-selector-close-button::selection {
4743 background-color: transparent;
4745 #ui-elements-container > div[id$='-ui-toggle'] button::-moz-focus-inner,
4746 #theme-selector .theme-selector-close-button::-moz-focus-inner {
4747 border: none;
4749 #ui-elements-container > div[id$='-ui-toggle'] button.engaged {
4750 transform: rotate(-90deg);
4751 opacity: 1.0;
4754 #appearance-adjust-ui-toggle {
4755 bottom: 10px;
4756 left: 10px;
4759 #post-nav-ui-toggle {
4760 bottom: 10px;
4761 right: 10px;
4764 #theme-selector.engaged,
4765 #quick-nav-ui.engaged,
4766 #new-comment-nav-ui.engaged,
4767 #hns-date-picker.engaged {
4768 visibility: visible;
4771 #image-focus-overlay.engaged {
4772 visibility: visible;
4774 #image-focus-overlay .help-overlay {
4775 display: none;
4778 /*=========*/
4779 /* GENERAL */
4780 /*=========*/
4782 @media only screen and (max-width: 900px) {
4783 #content,
4784 #images-overlay,
4785 #ui-elements-container {
4786 min-width: unset;
4787 width: unset;
4789 #content {
4790 padding: 0 4px;
4794 /*================*/
4795 /* THEME SELECTOR */
4796 /*================*/
4798 #theme-selector {
4799 display: flex;
4800 flex-flow: column;
4801 background-color: #fff;
4802 width: calc(100vw - 20px);
4803 max-width: 360px;
4804 padding: 0 0 3px 0;
4805 overflow: hidden;
4806 max-height: 0;
4807 transition:
4808 top 0.2s ease,
4809 max-height 0.2s ease,
4810 visibility 0.2s ease;
4811 top: calc(100% + 10px);
4812 left: 0;
4813 right: 0;
4814 margin: auto;
4816 #theme-selector.engaged {
4817 max-height: 1000px;
4818 top: 10px;
4819 z-index: 10001;
4821 #theme-selector::before {
4822 content: "Select theme";
4823 white-space: nowrap;
4824 display: block;
4825 font-weight: 600;
4826 font-size: 2rem;
4827 margin: 0.375em 1em 0.5em 1em;
4828 text-align: center;
4830 #theme-selector button {
4831 width: calc(100% - 0.5em);
4832 background-repeat: no-repeat;
4833 padding: 1em 0.875em;
4834 margin: 1px 4px;
4835 line-height: 1;
4836 height: unset;
4837 position: relative;
4839 #theme-selector button::after {
4840 content: attr(data-theme-description);
4841 color: #000;
4842 white-space: nowrap;
4843 position: absolute;
4844 text-align: left;
4845 left: 2.5em;
4846 top: 1em;
4848 @media only screen and (max-height: 675px) {
4849 #theme-selector button {
4850 padding: 0.875em;
4852 #theme-selector button::after {
4853 top: 0.875em;
4856 #theme-selector .theme-selector-close-button {
4857 position: absolute;
4858 width: unset;
4859 background-color: transparent;
4860 top: 0;
4861 right: -3px;
4863 #theme-selector .theme-selector-close-button,
4864 #theme-selector .theme-selector-close-button:focus,
4865 #theme-selector .theme-selector-close-button:active,
4866 #theme-selector .theme-selector-close-button:hover {
4867 box-shadow: none;
4870 /*===============*/
4871 /* THEME TWEAKER */
4872 /*===============*/
4874 #theme-selector {
4875 padding: 0 0 64px 0;
4877 #theme-selector ~ #theme-tweaker-toggle {
4878 top: 100%;
4880 #theme-selector ~ #theme-tweaker-toggle::after {
4881 content: "Open theme tweaker";
4882 position: absolute;
4883 font-size: 0.625em;
4884 white-space: nowrap;
4885 left: -50%;
4886 top: 100%;
4888 #theme-selector.engaged ~ #theme-tweaker-toggle {
4889 visibility: visible;
4890 top: 530px;
4891 left: 0;
4892 right: 0;
4893 margin: auto;
4894 z-index: 11111;
4895 transition:
4896 top 0.2s ease,
4897 visibility 0.2s ease;
4899 @media only screen and (max-height: 675px) {
4900 #theme-selector.engaged ~ #theme-tweaker-toggle {
4901 top: 492px;
4904 @supports (width: -moz-fit-content) {
4905 #theme-selector.engaged ~ #theme-tweaker-toggle {
4906 width: -moz-fit-content;
4909 @supports (width: fit-content) {
4910 #theme-selector.engaged ~ #theme-tweaker-toggle {
4911 width: fit-content;
4914 #theme-selector.engaged ~ #theme-tweaker-toggle button {
4915 opacity: 1.0;
4918 #theme-tweaker-ui {
4919 visibility: visible;
4922 /*======================*/
4923 /* ANTI-KIBITZER TOGGLE */
4924 /*======================*/
4926 #theme-selector ~ #anti-kibitzer-toggle {
4927 top: 100%;
4928 bottom: unset;
4929 left: 0;
4930 right: 0;
4931 margin: auto;
4932 box-shadow: none;
4933 width: calc(100vw - 44px);
4934 max-width: 330px;
4935 text-align: right;
4936 pointer-events: none;
4938 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4939 visibility: visible;
4940 z-index: 11110;
4941 top: 530px;
4942 transition:
4943 top 0.2s ease,
4944 visibility 0.2s ease;
4946 @media only screen and (max-height: 675px) {
4947 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4948 top: 492px;
4951 #theme-selector.engaged ~ #anti-kibitzer-toggle button {
4952 pointer-events: auto;
4953 display: inline-block;
4956 /*=================*/
4957 /* QUICKNAV WIDGET */
4958 /*=================*/
4960 #quick-nav-ui {
4961 max-width: 0px;
4962 transition:
4963 max-width 0.2s ease,
4964 visibility 0.2s ease;
4965 display: flex;
4966 right: 72px;
4967 bottom: 14px;
4969 #quick-nav-ui.engaged {
4970 max-width: 1000px;
4972 #quick-nav-ui a {
4973 position: relative;
4974 margin: 2px;
4976 #quick-nav-ui a + a {
4977 margin-left: 5px;
4979 #quick-nav-ui a::after {
4980 position: absolute;
4981 top: calc(100% + 2px);
4982 font-size: 0.375rem;
4983 left: 0;
4984 right: 0;
4985 margin: auto;
4986 line-height: 1;
4987 padding: 2px;
4988 text-transform: uppercase;
4989 z-index: -1;
4991 @supports (width: -moz-fit-content) {
4992 #quick-nav-ui a::after {
4993 width: -moz-fit-content;
4996 @supports (width: fit-content) {
4997 #quick-nav-ui a::after {
4998 width: fit-content;
5001 #quick-nav-ui a[href='#top']::after {
5002 content: "Top";
5003 left: -1px;
5005 #quick-nav-ui a[href='#comments']::after {
5006 content: "Comments";
5008 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
5009 visibility: hidden;
5010 transition: visibility 0.2s ease;
5012 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui.engaged a[href='#comments'] {
5013 visibility: visible;
5015 #quick-nav-ui a[href='#bottom-bar']::after {
5016 content: "Bottom";
5019 /*======================*/
5020 /* NEW COMMENT QUICKNAV */
5021 /*======================*/
5023 #new-comment-nav-ui {
5024 max-width: 0px;
5025 max-height: 0px;
5026 transition:
5027 max-width 0.2s ease,
5028 max-height 0.2s ease,
5029 visibility 0.2s ease;
5030 display: flex;
5031 right: 78px;
5032 bottom: 70px;
5034 #new-comment-nav-ui::before {
5035 content: "New Comments";
5036 position: absolute;
5037 bottom: 100%;
5038 font-size: 0.5625rem;
5039 left: 0;
5040 right: 0;
5041 margin: auto;
5042 padding: 2px 3px;
5043 text-transform: uppercase;
5044 z-index: -1;
5046 @supports (width: -moz-fit-content) {
5047 #new-comment-nav-ui::before {
5048 width: -moz-fit-content;
5051 @supports (width: fit-content) {
5052 #new-comment-nav-ui::before {
5053 width: fit-content;
5056 #new-comment-nav-ui.engaged {
5057 max-width: 1000px;
5058 max-height: 1000px;
5060 #new-comment-nav-ui .new-comment-sequential-nav-button {
5061 top: unset;
5062 bottom: unset;
5063 padding: 2px 7px;
5065 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
5066 padding: 2px 7px 3px 7px;
5068 #new-comment-nav-ui .new-comments-count {
5069 padding: 4px 0 5px 0;
5071 #new-comment-nav-ui .new-comments-count::before {
5072 display: none;
5074 #new-comment-nav-ui button::after {
5075 position: absolute;
5076 font-size: 0.375rem;
5077 left: 0;
5078 right: 0;
5079 margin: auto;
5080 line-height: 1;
5081 text-transform: uppercase;
5082 pointer-events: none;
5084 #new-comment-nav-ui button.new-comment-previous::after {
5085 content: "Previous";
5086 bottom: 5px;
5088 #new-comment-nav-ui button.new-comment-next::after {
5089 content: "Next";
5090 top: 7px;
5093 /*=================*/
5094 /* HNS DATE PICKER */
5095 /*=================*/
5097 #hns-date-picker {
5098 max-height: 0px;
5099 bottom: 132px;
5100 right: 62px;
5101 transition:
5102 max-height 0.2s ease,
5103 visibility 0.2s ease;
5105 #hns-date-picker.engaged {
5106 max-height: 1000px;
5108 #hns-date-picker::before {
5109 width: calc(100% + 2px);
5110 border-width: 1px !important;
5113 /*=========*/
5114 /* NAV BAR */
5115 /*=========*/
5117 #bottom-bar {
5118 margin-left: auto;
5119 margin-right: auto;
5120 width: calc(100% - 9rem + 8px);
5121 background: rgba(255,255,255,0.85);
5122 backdrop-filter: blur(1px);
5124 #content.index-page #bottom-bar {
5125 z-index: 10001;
5127 #bottom-bar .nav-item {
5128 box-shadow: none;
5129 position: relative;
5131 #bottom-bar .nav-inner {
5132 font-size: 2rem;
5133 padding: 1rem 0 1.25rem 0;
5134 visibility: hidden;
5135 position: static;
5136 width: 0;
5138 #content #bottom-bar .nav-item .nav-inner::before {
5139 margin: 0;
5140 visibility: visible;
5141 position: absolute;
5142 width: 100%;
5143 height: 100%;
5144 left: 0;
5145 top: 0;
5146 padding: 1rem 0;
5148 #bottom-bar .nav-inner::after {
5149 display: block;
5150 visibility: visible;
5151 text-transform: uppercase;
5152 color: unset;
5153 font-size: 0.75rem;
5154 top: unset;
5155 left: 0;
5156 bottom: 1rem;
5157 width: 100%;
5159 #bottom-bar #nav-item-first .nav-inner::after {
5160 content: "First Page";
5162 #bottom-bar #nav-item-prev .nav-inner::after {
5163 content: "Prev. Page";
5165 #bottom-bar #nav-item-top .nav-inner::after {
5166 content: "Top";
5168 #bottom-bar #nav-item-next .nav-inner::after {
5169 content: "Next Page";
5171 #bottom-bar #nav-item-last .nav-inner::after {
5172 content: "Last Page";
5175 @media only screen and (max-width: 900px) {
5176 .nav-bar-top {
5177 font-size: 0.75rem;
5179 .nav-bar {
5180 width: calc(100% + 8px);
5181 margin: 0 -4px;
5183 .nav-bar .nav-inner::after {
5184 display: none;
5187 #primary-bar .nav-item {
5188 flex: 1 1 100%;
5190 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) {
5191 flex: 1 1 60px;
5193 .nav-bar-top:not(#anything) .nav-inner {
5194 text-transform: uppercase;
5195 padding: 6px;
5197 .nav-bar-top .nav-inner::before {
5198 display: block;
5199 font-family: "Font Awesome";
5200 font-size: 2em;
5201 font-weight: 900;
5204 #nav-item-home .nav-inner::before {
5205 content: "\F015";
5207 #nav-item-featured .nav-inner::before {
5208 content: "\F005";
5210 #nav-item-all .nav-inner::before {
5211 content: "\F069";
5213 #nav-item-meta .nav-inner::before {
5214 content: "\F077";
5216 #nav-item-tags .nav-inner::before {
5217 content: "\F02C";
5219 #nav-item-recent-comments > * > span {
5220 display: none;
5222 #nav-item-recent-comments .nav-inner::before,
5223 #nav-item-alignment-forum-comments .nav-inner::before {
5224 content: "\F036";
5226 #nav-item-alignment-forum .nav-inner::before {
5227 content: "AF";
5228 font-family: Concourse, 'Changa One';
5230 #nav-item-questions .nav-inner::before {
5231 content: "?";
5232 font-family: Concourse, 'Changa One';
5234 #nav-item-events .nav-inner::before {
5235 content: "\F5A0";
5237 #nav-item-shortform .nav-inner::before {
5238 content: "\F2F2";
5240 #nav-item-archive .nav-inner::before {
5241 content: "\F187";
5243 #nav-item-about .nav-inner::before {
5244 content: "\F129";
5246 #nav-item-search {
5247 font-size: 2em;
5248 padding: 10px;
5250 #nav-item-search .nav-inner::before {
5251 content: none;
5253 #nav-item-search .nav-inner {
5254 height: 100%;
5255 display: flex;
5257 #nav-item-search input {
5258 width: 100%;
5259 height: 100%;
5261 #nav-item-search button {
5262 height: 100%;
5263 padding: 5px 5px 5px 10px;
5264 width: 40px;
5265 overflow: visible;
5266 visibility: hidden;
5268 #nav-item-search button::before {
5269 content: "\F002";
5270 font-family: Font Awesome;
5271 font-weight: 900;
5272 visibility: visible;
5274 #nav-item-login {
5275 padding: 0;
5277 #nav-item-login .nav-inner::before {
5278 content: "\F007";
5281 @media only screen and (max-width: 520px) {
5282 .nav-bar-top {
5283 font-size: 0.5rem;
5286 #nav-item-search,
5287 #nav-item-search .nav-inner {
5288 padding: 0;
5290 #nav-item-search button {
5291 width: 31px;
5294 #bottom-bar #nav-item-first .nav-inner::after {
5295 content: "First";
5297 #bottom-bar #nav-item-prev .nav-inner::after {
5298 content: "Prev";
5300 #bottom-bar #nav-item-next .nav-inner::after {
5301 content: "Next";
5303 #bottom-bar #nav-item-last .nav-inner::after {
5304 content: "Last";
5308 /*=================*/
5309 /* INBOX INDICATOR */
5310 /*=================*/
5312 @media only screen and (max-width: 900px) {
5313 #inbox-indicator {
5314 width: 100%;
5315 top: 0;
5316 pointer-events: none;
5318 #inbox-indicator::before {
5319 width: 100%;
5320 font-size: 1rem;
5321 text-align: right;
5322 padding: 1px 6px;
5324 #inbox-indicator.new-messages {
5325 pointer-events: auto;
5327 #inbox-indicator.new-messages::before {
5328 box-shadow: 0 0 8px 1px #f00 inset;
5331 @media only screen and (max-width: 520px) {
5332 #inbox-indicator::before {
5333 font-size: 0.75rem;
5334 padding: 2px 5px;
5337 @media only screen and (max-width: 374px) {
5338 #inbox-indicator::before {
5339 font-size: 0.625rem;
5343 /*===================*/
5344 /* TOP PAGINATION UI */
5345 /*===================*/
5347 #top-nav-bar {
5348 font-size: 1.75rem;
5351 /*==============*/
5352 /* PAGE TOOLBAR */
5353 /*==============*/
5355 @media only screen and (max-width: 900px) {
5356 #content > .page-toolbar {
5357 font-size: 1rem;
5358 margin-right: 0;
5360 #content.user-page > .page-toolbar {
5361 grid-column: 2 / span 2;
5362 margin: 0 0 6px 0;
5365 @media only screen and (max-width: 520px) {
5366 #content:not(.user-page) .page-toolbar {
5367 display: flex;
5368 flex-direction: column-reverse;
5369 text-align: right;
5370 align-self: start;
5371 padding: 4px 0 0 0;
5373 #content.user-page .page-toolbar {
5374 display: flex;
5375 flex-flow: row;
5376 justify-content: flex-end;
5377 padding: 2px 0 0 0;
5379 #content.user-page .page-toolbar > form,
5380 #content.user-page .page-toolbar > .button {
5381 text-align: center;
5382 flex-basis: 25%;
5383 margin-left: 1.5em;
5385 #content.user-page .page-toolbar .button {
5386 text-transform: uppercase;
5387 font-size: 0.625rem;
5389 #content.user-page .page-toolbar .button::before {
5390 font-size: 1.375rem;
5391 display: block;
5392 padding: 0;
5394 #content.user-page .page-toolbar .rss {
5395 white-space: nowrap;
5396 margin: 0 0 0 1.5em;
5398 .page-toolbar > * {
5399 line-height: 1.15;
5400 padding: 6px 0;
5401 margin: 0;
5405 /*==============*/
5406 /* SUBLEVEL NAV */
5407 /*==============*/
5409 @media only screen and (max-width: 900px) {
5410 .sublevel-nav:not(.sort) {
5411 flex-wrap: wrap;
5412 width: calc(100vw - 200px);
5414 .sublevel-nav:not(.sort) .sublevel-item {
5415 margin: 1px;
5416 flex-basis: 7em;
5419 @media only screen and (max-width: 520px) {
5420 .sublevel-nav:not(.sort) .sublevel-item {
5421 font-size: 1rem;
5425 /*=====================*/
5426 /* SORT ORDER SELECTOR */
5427 /*=====================*/
5429 @media only screen and (max-width: 720px) {
5430 #content.index-page > .sublevel-nav.sort {
5431 flex-flow: column;
5432 margin-left: 4px;
5436 /*==========*/
5437 /* ARCHIVES */
5438 /*==========*/
5440 @media only screen and (max-width: 900px) {
5441 div[class^='archive-nav-'] {
5442 flex-wrap: wrap;
5443 justify-content: flex-start;
5445 .archive-nav *[class^='archive-nav-item'],
5446 .archive-nav *[class^='archive-nav-item']:first-child {
5447 padding: 10px;
5448 margin: 2px;
5449 max-width: unset;
5450 flex: 0 1 calc((100% / 8) - 4px);
5452 .archive-nav .archive-nav-item-day,
5453 .archive-nav .archive-nav-item-day:first-child {
5454 flex-basis: calc((100% / 16) - 4px);
5456 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-'] {
5457 margin-top: 8px;
5458 position: relative;
5460 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
5461 content: "";
5462 display: block;
5463 position: absolute;
5464 height: 1px;
5465 width: calc(100% + 8px);
5466 left: -4px;
5467 top: -4px;
5470 @media only screen and (max-width: 720px) {
5471 .archive-nav .archive-nav-item-day,
5472 .archive-nav .archive-nav-item-day:first-child {
5473 flex-basis: calc((100% / 12) - 4px);
5476 @media only screen and (max-width: 520px) {
5477 .archive-nav *[class^='archive-nav-item'],
5478 .archive-nav *[class^='archive-nav-item']:first-child {
5479 flex-basis: calc((100% / 5) - 4px);
5481 .archive-nav .archive-nav-item-day,
5482 .archive-nav .archive-nav-item-day:first-child {
5483 flex-basis: calc((100% / 8) - 4px);
5487 /*==========*/
5488 /* LISTINGS */
5489 /*==========*/
5491 h1.listing {
5492 max-height: unset;
5495 /*============*/
5496 /* USER PAGES */
5497 /*============*/
5499 #content.user-page h1.page-main-heading {
5500 align-self: end;
5502 @media only screen and (max-width: 520px) {
5503 #content.user-page h1.page-main-heading {
5504 overflow: hidden;
5505 text-overflow: ellipsis;
5507 #content.user-page .user-stats .karma-type {
5508 display: block;
5512 /*============*/
5513 /* LOGIN PAGE */
5514 /*============*/
5516 @media only screen and (max-width: 640px) {
5517 .login-container {
5518 flex-flow: column;
5519 margin: 0 auto 3em auto;
5520 max-width: 400px;
5522 .login-container #login-form,
5523 .login-container #signup-form {
5524 padding: 0 1em 1.25em 1em;
5525 grid-row-gap: 0;
5527 .login-container #signup-form {
5528 padding-top: 1em;
5530 .login-container #login-form > *,
5531 .login-container #signup-form > * {
5532 grid-column: 1 / span 2;
5534 .login-container form label {
5535 text-align: left;
5536 padding: 0;
5537 line-height: 1;
5539 .login-container form input {
5540 margin: 0.25em 0 0.75em 0;
5541 padding: 0.5em;
5543 .login-container form h1 {
5544 grid-column: 1 / span 2;
5545 margin: 0 0 0.25em 0;
5547 .login-container form a {
5548 margin: 0.75em 0 0 0;
5550 .login-container .login-tip {
5551 margin: 1.5em 1em 0 1em;
5555 /*==================*/
5556 /* POSTS & COMMENTS */
5557 /*==================*/
5559 @media only screen and (max-width: 720px) {
5560 .body-text ol > li {
5561 padding: 0 0 0 2.25em;
5563 .body-text ol > li::before {
5564 width: 1.75em;
5566 .body-text ul:not(.contents-list) > li,
5567 .body-text ul:not(.contents-list) > li ul > li {
5568 padding: 0 0 0 0.75em;
5570 .body-text ul:not(.contents-list) > li::before,
5571 .body-text ul:not(.contents-list) > li ul > li::before {
5572 width: 0.125em;
5573 margin-left: -0.06em;
5577 /*===========*/
5578 /* POST-META */
5579 /*===========*/
5581 .post-meta {
5582 line-height: 1.9;
5584 @media only screen and (max-width: 720px) {
5585 .post-meta .lw2-link span,
5586 .post-meta .karma-value span,
5587 .post-meta .comment-count span {
5588 display: none;
5590 .post-meta .comment-count::before {
5591 content: "\F086";
5592 font-family: Font Awesome;
5593 font-size: 0.875em;
5594 margin: 0 0.25em 0 0;
5595 font-weight: 400;
5599 /*===================*/
5600 /* POSTS & BODY TEXT */
5601 /*===================*/
5603 @media only screen and (max-width: 900px) {
5604 .post-body,
5605 h1.post-title,
5606 .tag-description,
5607 .sequence-text {
5608 padding: 0 6px;
5611 @media only screen and (max-width: 520px) {
5612 .post-body {
5613 font-size: 1.2rem;
5614 line-height: 1.45;
5616 h1.post-title {
5617 font-size: 2em;
5621 /*==============*/
5622 /* COMMENT-META */
5623 /*==============*/
5625 a.comment-parent-link::after {
5626 display: none;
5628 @media only screen and (max-width: 900px) {
5629 .comment-meta {
5630 padding: 2px 40px 2px 10px;
5633 @media only screen and (max-width: 720px) {
5634 .comment .karma-value span {
5635 display: none;
5637 .comment-meta .comment-parent-link {
5638 opacity: 1.0;
5641 @media only screen and (max-width: 520px) {
5642 .comment-meta {
5643 padding: 2px 24px 2px 10px;
5644 position: relative;
5646 .comment-meta > * {
5647 order: 3;
5649 .comment-meta > :not(.author) {
5650 line-height: 1.8;
5652 .comment-meta .author,
5653 .comment-meta .date {
5654 order: 1;
5656 .comment-meta:before {
5657 content: "";
5658 order: 2;
5659 flex-basis: 100%;
5661 .comment-post-title2 {
5662 display: block;
5663 text-overflow: ellipsis;
5664 overflow: hidden;
5666 .comment-meta .lw2-link {
5667 display: none;
5671 /*=======================*/
5672 /* COMMENTS COMPACT VIEW */
5673 /*=======================*/
5675 /*===========================*/
5676 /* COMMENT THREAD NAVIGATION */
5677 /*===========================*/
5679 @media only screen and (max-width: 900px) {
5680 a.comment-parent-link {
5681 width: 0;
5682 visibility: hidden;
5683 position: relative;
5685 a.comment-parent-link::before {
5686 padding: 0;
5687 font-size: 1em;
5688 left: 0;
5689 top: 0;
5690 line-height: inherit;
5691 visibility: visible;
5692 content: "\F3BF";
5693 transform: scaleX(-1);
5694 width: 2em;
5695 text-align: center;
5698 @media only screen and (max-width: 520px) {
5699 a.comment-parent-link {
5700 position: static;
5702 a.comment-parent-link::before {
5703 padding: 6px;
5704 left: unset;
5705 right: 0;
5706 top: unset;
5707 bottom: 0;
5708 height: 2em;
5712 /*=================================*/
5713 /* COMMENT THREAD MINIMIZE BUTTONS */
5714 /*=================================*/
5716 @media only screen and (max-width: 520px) {
5717 .comment-minimize-button{
5718 right: 2px;
5722 /*===========================*/
5723 /* COMMENTING AND POSTING UI */
5724 /*===========================*/
5726 @media only screen and (max-width: 900px) {
5727 .comment-controls .delete-button, .comment-controls .retract-button, .comment-controls .unretract-button, .comment-controls .edit-button {
5728 font-size: 0;
5730 .comment-controls .delete-button::before, .comment-controls .retract-button::before, .comment-controls .unretract-button::before, .comment-controls .edit-button::before {
5731 font-size: 0.9rem;
5733 .comment-controls .cancel-comment-button {
5734 max-width: 1.3em;
5735 overflow: hidden;
5736 margin-right: 0.125em;
5738 .comment-controls .edit-button::before {
5739 font-size: 0.9375rem;
5741 .comments > .comment-controls .cancel-comment-button {
5742 right: 8px;
5744 .comment-controls .cancel-comment-button::before {
5745 font-size: 1.25rem;
5748 @media only screen and (max-width: 520px) {
5749 .comment-controls {
5750 position: static;
5752 .comment-controls:focus-within {
5753 z-index: 10001;
5755 .comment-controls .cancel-comment-button {
5756 right: 10px;
5758 .textarea-container:focus-within textarea {
5759 position: fixed;
5760 top: 0;
5761 left: 2px;
5762 width: calc(100vw - 4px);
5763 height: calc(100% - 100px);
5764 min-height: unset;
5765 max-height: unset;
5766 border-width: 1px;
5767 z-index: 11001;
5769 #content.conversation-page .textarea-container:focus-within textarea {
5770 height: calc(100% - 54px);
5772 #content.conversation-page .textarea-container:focus-within::after {
5773 content: "";
5774 display: block;
5775 width: 100%;
5776 height: 50px;
5777 position: fixed;
5778 left: 0;
5779 bottom: 0;
5780 z-index: 11000;
5782 .textarea-container:focus-within .guiedit-buttons-container {
5783 position: fixed;
5784 z-index: 11002;
5785 left: 0;
5786 width: 100vw;
5787 height: auto;
5788 background-image: none;
5789 padding: 3px 4px 4px 4px;
5790 margin: 0;
5791 text-align: center;
5792 top: auto;
5793 bottom: 0;
5795 .textarea-container:focus-within button.guiedit {
5796 font-size: 0.9375rem;
5797 line-height: 1.5;
5798 height: auto;
5799 width: calc((100% / 10) - 2px);
5800 padding: 10px 1px 8px 0;
5801 position: relative;
5802 margin: 1px;
5804 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
5805 z-index: 11011;
5806 position: fixed;
5807 bottom: 7px;
5808 width: calc(((100% - 16px) / 10) * 2.5 - 7px);
5809 font-size: 1.25rem;
5810 padding: 5px 5px 6px 5px;
5811 display: block;
5813 .textarea-container:focus-within button.guiedit sup {
5814 position: absolute;
5815 left: calc(50% + 0.65em);
5816 top: calc(50% - 1.3em);
5818 .textarea-container:focus-within .guiedit-mobile-help-button {
5819 left: 8px;
5821 .textarea-container:focus-within .guiedit-mobile-exit-button {
5822 right: 8px;
5824 .guiedit::after {
5825 display: none;
5828 #markdown-hints,
5829 #edit-post-form #markdown-hints {
5830 z-index: 11111;
5831 position: fixed;
5832 top: 40px;
5833 left: 0;
5834 right: 0;
5835 margin: auto;
5836 padding: 4px 0 4px 8px;
5837 width: 310px;
5838 border-width: 3px;
5839 border-style: double;
5840 pointer-events: none;
5842 #markdown-hints::after {
5843 content: "(Type to hide this help box.)";
5844 color: #090;
5845 display: block;
5846 margin: 12px 18px 13px 10px;
5847 padding: 5px;
5848 font-size: 0.9em;
5849 text-align: center;
5853 /*================*/
5854 /* EDIT POST FORM */
5855 /*================*/
5857 @media only screen and (max-width: 520px) {
5858 #edit-post-form {
5859 padding-bottom: 0;
5861 #edit-post-form .post-meta-fields {
5862 grid-template-columns: 4.5em auto auto auto 1fr auto;
5864 #edit-post-form label[for='url'],
5865 #edit-post-form label[for='section'],
5866 #edit-post-form label[for='title'] {
5867 padding-left: 0;
5869 #edit-post-form .post-meta-fields input[type='checkbox'] + label.iconify {
5870 white-space: normal;
5871 line-height: 0.9;
5872 top: -1px;
5873 font-family: Font Awesome;
5874 font-weight: 900;
5875 justify-self: start;
5877 #edit-post-form .post-meta-fields .question-checkbox,
5878 #edit-post-form .post-meta-fields .question-checkbox + label {
5879 grid-column: 6;
5880 margin-left: unset;
5882 #edit-post-form .post-meta-fields input[type='radio'] + label {
5883 align-self: start;
5885 #edit-post-form .textarea-container:focus-within textarea {
5886 height: calc(100% - 101px);
5887 min-height: unset;
5890 #markdown-hints-checkbox,
5891 #markdown-hints-checkbox + label {
5892 display: none;
5895 #edit-post-form div:last-child {
5896 clear: both;
5897 overflow: auto;
5899 #edit-post-form input[type='submit'] {
5900 float: none;
5901 display: block;
5902 font-size: 1.5rem;
5903 margin: 1rem auto 1.5rem auto;
5904 padding: 6px 12px 8px 12px;
5907 #edit-post-form .textarea-container .autocomplete-container,
5908 .comment-controls .textarea-container .autocomplete-container {
5909 max-height: calc(50vh - 101px);
5910 position: fixed;
5911 top: 50vh;
5912 left: 4px;
5913 right: 4px;
5914 width: unset;
5915 z-index: 11002;
5919 /*===================*/
5920 /* TABLE OF CONTENTS */
5921 /*===================*/
5923 @media only screen and (max-width: 900px) {
5924 .contents {
5925 float: none;
5926 display: table;
5927 max-width: none;
5928 margin-left: auto;
5929 margin-right: auto;
5932 @media only screen and (max-width: 520px) {
5933 .contents {
5934 max-width: 100%;
5935 margin: 1em auto 0 auto;
5936 display: table;
5938 .contents-head {
5939 font-size: 1.2em;
5941 div.post-body .contents ul {
5942 font-size: unset;
5946 /*========================*/
5947 /* QUALIFIED HYPERLINKING */
5948 /*========================*/
5950 @media only screen and (max-width: 520px) {
5951 .qualified-linking-toolbar {
5952 right: -5em;
5956 } /* END MOBILE LAYOUT */
5959 /**************/
5960 /* THEME LESS */
5961 /**************/
5963 /*===========*/
5964 /* VARIABLES */
5965 /*===========*/
5967 /* Color scheme.
5969 :root {
5970 --GW-comment-background-color-odd: #f6f6f6;
5971 --GW-comment-background-color-even: #fff;
5972 --GW-comment-background-color-target: #ffd;
5975 /*======*/
5976 /* BASE */
5977 /*======*/
5979 body {
5980 color: #000;
5981 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
5982 font-weight: 300;
5983 background-color: #fff;
5985 #content {
5986 line-height: 1.55;
5987 padding: 30px 20px 0 90px;
5989 #content.comment-thread-page {
5990 padding: 0 0 0 60px;
5992 #ui-elements-container {
5993 visibility: hidden;
5996 /* Compensating for Linux/Windows being terrible. */
5998 .post-meta > *:not(.post-section),
5999 .comment-meta > *,
6000 #primary-bar a,
6001 #bottom-bar a,
6002 #secondary-bar a,
6003 #secondary-bar button,
6004 #nav-item-search > *,
6005 .page-toolbar > *,
6006 #top-nav-bar > *,
6007 .body-text a {
6008 text-shadow: 0 0 0 #aaa;
6011 /* Compensating for Safari being terrible. */
6013 @media not all and (min-resolution:.001dpcm) { @media {
6014 .post-meta > *:not(.post-section),
6015 .comment-meta > *,
6016 #primary-bar a,
6017 #secondary-bar a,
6018 #secondary-bar button,
6019 #bottom-bar a,
6020 #nav-item-search > *,
6021 .page-toolbar > *,
6022 #top-nav-bar > *,
6023 .body-text a {
6024 text-shadow: 0 0 1px #888;
6028 /*=========*/
6029 /* NAV BAR */
6030 /*=========*/
6032 #tertiary-bar {
6033 display: none; /* FIXME */
6036 /*= Layout (desktop) =*/
6038 @media not screen and (hover: none) {
6039 .nav-inner {
6040 font-size: 1.125em;
6041 padding: 0.5rem 0.75rem;
6042 text-align: right;
6044 #secondary-bar .nav-inner {
6045 font-size: 0.875em;
6046 padding: 0.5rem 0.75rem;
6048 #primary-bar,
6049 #secondary-bar {
6050 margin: 0;
6051 flex-flow: column;
6052 line-height: 1;
6054 #primary-bar {
6055 position: fixed;
6056 width: inherit;
6057 min-width: inherit;
6058 max-width: inherit;
6059 left: 0;
6060 right: 0;
6061 margin: auto;
6062 align-items: flex-start;
6063 pointer-events: none;
6065 #primary-bar > * {
6066 position: relative;
6067 right: 47px;
6068 width: 112px;
6069 pointer-events: auto;
6071 #secondary-bar #nav-item-sequences .nav-inner {
6072 font-size: 0.875em;
6073 line-height: unset;
6074 text-overflow: unset;
6076 #nav-item-sequences .nav-inner::before {
6077 content: unset;
6079 #secondary-bar #nav-item-about {
6080 padding-right: unset;
6082 #secondary-bar #nav-item-about .nav-inner {
6083 margin-right: unset;
6085 #nav-item-archive,
6086 #nav-item-sequences,
6087 #nav-item-about {
6088 position: fixed;
6089 transform: translateX(-121px);
6090 width: 85px;
6092 #content.comment-thread-page #nav-item-archive,
6093 #content.comment-thread-page #nav-item-sequences,
6094 #content.comment-thread-page #nav-item-about {
6095 transform: translateX(-81px);
6098 #nav-item-home {
6099 padding-top: 0.5em;
6102 #bottom-bar .nav-inner {
6103 text-align: center;
6104 padding: 0.75em;
6108 /*= Styling =*/
6110 #bottom-bar .nav-item a::before {
6111 font-weight: 300;
6114 .nav-bar a,
6115 .nav-bar a:visited {
6116 color: #acd2af;
6118 .nav-bar a:hover {
6119 color: #79a97e;
6122 /* Accesskey hints */
6124 .nav-inner::after {
6125 display: none;
6128 /* "Tabs" */
6130 .nav-current {
6131 font-weight: 500;
6134 #nav-item-recent-comments .nav-inner span {
6135 display: none;
6137 #nav-item-login {
6138 position: absolute;
6139 top: 0;
6140 right: 0;
6141 padding-right: 1.5em;
6144 /* Search tab */
6146 #nav-item-search {
6147 position: absolute;
6148 top: 0;
6149 left: 4.75em;
6150 width: 400px;
6152 #nav-item-search .nav-inner {
6153 padding: 1px;
6154 display: flex;
6156 #nav-item-search form::before {
6157 font-size: 1.125em;
6158 color: #e6e6e6;
6159 font-weight: 400;
6160 padding: 5px;
6161 transition: color 0.15s ease;
6163 #nav-item-search form:focus-within::before {
6164 color: #92c396;
6166 #nav-item-search button {
6167 border: none;
6168 font-weight: 300;
6169 padding: 6px;
6170 height: 23px;
6172 #nav-item-search form:not(:focus-within) button:not(:hover) {
6173 color: #ddd;
6175 #nav-item-search input {
6176 width: unset;
6177 flex: 1 0 auto;
6178 font-family: Inconsolata, monospace;
6179 padding: 2px 1px;
6180 margin: 0 0 0 2px;
6182 #nav-item-search input::placeholder {
6183 color: #d00;
6184 font-weight: normal;
6187 /* Inbox indicator */
6189 #inbox-indicator::before {
6190 color: #eaeaea;
6191 top: 3px;
6192 font-size: 1.125em;
6195 /* Decorative bottom bar */
6197 #bottom-bar.decorative {
6198 margin-top: 0.25em;
6200 #bottom-bar.decorative::before,
6201 #bottom-bar.decorative::after {
6202 content: "GW";
6203 display: block;
6204 text-align: center;
6205 padding: 0.25em 0 1em 0;
6207 #bottom-bar.decorative::before {
6208 width: 100%;
6209 color: transparent;
6210 background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAMdXV1QUAACwAAAAAAQABAAACAkQBADs=');
6211 background-repeat: repeat-x;
6212 background-position: center 35%;
6213 margin: 0 30px;
6214 filter: opacity(0.5);
6216 #bottom-bar.decorative::after {
6217 color: #eee;
6218 position: absolute;
6219 left: 0;
6220 right: 0;
6221 margin: auto;
6222 background-color: #fff;
6223 padding-right: 4px;
6224 padding-left: 4px;
6226 @supports (width: -moz-fit-content) {
6227 #bottom-bar.decorative::after {
6228 width: -moz-fit-content;
6231 @supports (width: fit-content) {
6232 #bottom-bar.decorative::after {
6233 width: fit-content;
6237 /*= Top pagination UI hover tooltips =*/
6239 #top-nav-bar a::after,
6240 #bottom-bar a::after {
6241 color: #000;
6244 /*==============*/
6245 /* PAGE TOOLBAR */
6246 /*==============*/
6248 .page-toolbar {
6249 padding: 0 0 0 0;
6250 margin: 0;
6251 position: fixed;
6252 width: 120px;
6254 .page-toolbar > * {
6255 display: block;
6256 text-align: right;
6257 line-height: 1;
6258 padding: 0.5rem 0.75rem;
6259 position: relative;
6260 right: 56px;
6262 @media not screen and (hover: none) {
6263 .page-toolbar {
6264 width: inherit;
6265 min-width: inherit;
6266 max-width: inherit;
6267 left: 0;
6268 right: 0;
6269 margin-right: unset;
6270 margin: auto;
6271 align-items: flex-start;
6272 pointer-events: none;
6274 .page-toolbar > * {
6275 right: 47px;
6276 width: 112px;
6277 margin-left: unset;
6278 pointer-events: auto;
6282 .page-toolbar button {
6283 padding: 0;
6286 .page-toolbar .button::before {
6287 font-size: 0.875em;
6288 font-weight: 400;
6291 .new-private-message {
6292 white-space: normal;
6293 line-height: 1.15;
6295 .new-private-message::before {
6296 opacity: 0.7;
6299 .logout-button {
6300 color: #d33;
6301 font-weight: 300;
6304 /*===================*/
6305 /* TOP PAGINATION UI */
6306 /*===================*/
6308 #top-nav-bar {
6309 justify-content: flex-start;
6310 padding: 1em 0 0.25em 0;
6311 font-size: 1em;
6312 margin: 0 0 0 -4px;
6313 grid-column: 1;
6315 #top-nav-bar .page-number {
6316 line-height: 1.5;
6318 #top-nav-bar .page-number span {
6319 display: none;
6321 #top-nav-bar a::before {
6322 font-weight: 400;
6324 #top-nav-bar a.disabled {
6325 visibility: visible;
6326 opacity: 0.4;
6329 #content.user-page > #top-nav-bar {
6330 justify-content: center;
6331 grid-column: 2;
6332 padding: 0;
6334 .archive-nav + #top-nav-bar {
6335 margin: 0.5em 0 0 -4px;
6336 padding: 0 0 0.25em 0;
6339 /*==============*/
6340 /* SUBLEVEL NAV */
6341 /*==============*/
6343 .sublevel-nav .sublevel-item {
6344 color: #92c396;
6345 padding: 4px 10px 1px 10px;
6346 background-color: #fff;
6348 .sublevel-nav .sublevel-item:hover,
6349 .sublevel-nav .sublevel-item.selected {
6350 background-color: #c4dbc4;
6351 color: #fff;
6353 .sublevel-nav .sublevel-item:not(.selected):active {
6354 background-color: #92c396;
6357 .sublevel-nav:not(.sort) .sublevel-item {
6358 border-style: solid;
6359 border-color: #c4dbc4;
6360 border-width: 1px 0 1px 1px;
6362 .sublevel-nav:not(.sort) .sublevel-item:first-child {
6363 border-radius: 8px 0 0 8px;
6365 .sublevel-nav:not(.sort) .sublevel-item:last-child {
6366 border-width: 1px;
6367 border-radius: 0 8px 8px 0;
6370 /*=====================*/
6371 /* SORT ORDER SELECTOR */
6372 /*=====================*/
6373 #content.index-page .sublevel-nav.sort {
6374 grid-row: 2;
6375 grid-column: 3;
6376 justify-self: right;
6379 .sublevel-nav.sort {
6380 padding: 18px 0 0 0;
6381 border-radius: 8px;
6382 pointer-events: none;
6384 .sublevel-nav.sort .sublevel-item {
6385 padding: 7px 8px 3px 7px;
6386 text-transform: uppercase;
6387 pointer-events: auto;
6389 .sublevel-nav.sort::before {
6390 text-transform: uppercase;
6391 color: #444;
6392 z-index: 1;
6394 .sublevel-nav.sort::after {
6395 content: "";
6396 position: absolute;
6397 display: block;
6398 top: 0;
6399 left: 0;
6400 width: 100%;
6401 height: 100%;
6402 border-radius: 6px;
6403 box-shadow:
6404 0 18px 0 0 #fff inset,
6405 0 0 0 1px #c4dbc4 inset,
6406 0 18px 0 1px #c4dbc4 inset,
6407 0 0 0 4px #fff;
6410 /*============*/
6411 /* UI TOGGLES */
6412 /*============*/
6414 @media not screen and (hover: none) {
6415 #site-nav-ui-toggle,
6416 #post-nav-ui-toggle,
6417 #appearance-adjust-ui-toggle {
6418 visibility: visible;
6419 position: absolute;
6420 display: inline-block;
6421 border-radius: 50%;
6422 z-index: 1;
6424 #site-nav-ui-toggle button,
6425 #post-nav-ui-toggle button,
6426 #appearance-adjust-ui-toggle button {
6427 font-family: Font Awesome;
6428 font-weight: 400;
6429 font-size: 32px;
6430 padding: 10px;
6431 opacity: 0.4;
6432 -webkit-tap-highlight-color: transparent;
6433 transition:
6434 transform 0.2s ease,
6435 opacity 0.15s ease;
6437 #site-nav-ui-toggle button:hover,
6438 #post-nav-ui-toggle button:hover,
6439 #appearance-adjust-ui-toggle button:hover {
6440 opacity: 1.0;
6442 #site-nav-ui-toggle button::selection,
6443 #post-nav-ui-toggle button::selection,
6444 #appearance-adjust-ui-toggle button::selection {
6445 background-color: transparent;
6447 #site-nav-ui-toggle button::-moz-focus-inner,
6448 #post-nav-ui-toggle button::-moz-focus-inner,
6449 #appearance-adjust-ui-toggle button::-moz-focus-inner {
6450 border: none;
6452 #post-nav-ui-toggle.highlighted,
6453 #appearance-adjust-ui-toggle.highlighted {
6454 transform: scale(1.33);
6456 #site-nav-ui-toggle.highlighted button {
6457 transform: scale(1.33);
6459 #site-nav-ui-toggle.highlighted button,
6460 #post-nav-ui-toggle.highlighted button,
6461 #appearance-adjust-ui-toggle.highlighted button {
6462 opacity: 1.0;
6463 text-shadow:
6464 0 0 1px #fff,
6465 0 0 1px #64ff4c,
6466 0 0 3px #64ff4c,
6467 0 0 5px #64ff4c,
6468 0 0 8px #64ff4c;
6471 #site-nav-ui-toggle {
6472 top: 0;
6473 left: 12px;
6474 pointer-events: none;
6476 #site-nav-ui-toggle button {
6477 font-weight: 300;
6478 position: relative;
6479 left: 0;
6480 transition:
6481 left 0.2s ease,
6482 opacity 0.2s ease,
6483 width 0.2s ease;
6484 pointer-events: auto;
6486 #site-nav-ui-toggle button:active {
6487 transform: none;
6489 #site-nav-ui-toggle button.engaged {
6490 left: -92px;
6491 width: 2.125rem;
6492 overflow: hidden;
6494 #site-nav-ui-toggle button.engaged::before {
6495 content: "\F00D";
6496 padding: 0 0.25em 0 0;
6499 #primary-bar,
6500 #secondary-bar #nav-item-archive,
6501 #secondary-bar #nav-item-sequences,
6502 #secondary-bar #nav-item-about,
6503 .page-toolbar {
6504 visibility: hidden;
6505 top: 0;
6506 max-height: 0px;
6508 #primary-bar,
6509 #secondary-bar #nav-item-archive,
6510 #secondary-bar #nav-item-sequences,
6511 #secondary-bar #nav-item-about,
6512 .page-toolbar {
6513 opacity: 0.0;
6515 #primary-bar,
6516 #secondary-bar #nav-item-archive,
6517 #secondary-bar #nav-item-sequences,
6518 #secondary-bar #nav-item-about,
6519 .page-toolbar {
6520 transition:
6521 top 0.2s ease,
6522 max-height 0.2s ease,
6523 visibility 0.2s ease,
6524 opacity 0.2s ease;
6526 #nav-item-search,
6527 #nav-item-login {
6528 visibility: visible;
6530 #primary-bar.engaged,
6531 #secondary-bar.engaged #nav-item-archive,
6532 #secondary-bar.engaged #nav-item-sequences,
6533 #secondary-bar.engaged #nav-item-about,
6534 .page-toolbar.engaged {
6535 visibility: visible;
6536 max-height: 1000px;
6538 #primary-bar.engaged,
6539 #secondary-bar.engaged #nav-item-archive,
6540 #secondary-bar.engaged #nav-item-sequences,
6541 #secondary-bar.engaged #nav-item-about,
6542 .page-toolbar.engaged {
6543 opacity: 1.0;
6545 #primary-bar.engaged {
6546 top: 0;
6548 #secondary-bar.engaged #nav-item-archive {
6549 top: 196px;
6551 #secondary-bar.engaged #nav-item-sequences {
6552 top: 230px;
6554 #secondary-bar.engaged #nav-item-about {
6555 top: 264px;
6557 .page-toolbar.engaged {
6558 top: 314px;
6561 #post-nav-ui-toggle {
6562 bottom: 10px;
6563 right: -30px;
6565 #content.comment-thread-page ~ #ui-elements-container #post-nav-ui-toggle {
6566 right: -54px;
6568 #post-nav-ui-toggle button.engaged {
6569 transform: rotate(-90deg);
6572 #quick-nav-ui,
6573 #new-comment-nav-ui,
6574 #hns-date-picker {
6575 bottom: 0;
6576 max-height: 0px;
6577 opacity: 0.0;
6578 transition:
6579 bottom 0.2s ease,
6580 max-height 0.2s ease,
6581 opacity 0.2s ease,
6582 visibility 0.2s ease;
6584 #quick-nav-ui.engaged,
6585 #new-comment-nav-ui.engaged,
6586 #hns-date-picker.engaged {
6587 visibility: visible;
6588 max-height: 1000px;
6589 opacity: 1.0;
6592 #quick-nav-ui {
6593 right: -24px;
6595 #content.post-page ~ #ui-elements-container #quick-nav-ui {
6596 right: -48px;
6598 #quick-nav-ui.engaged {
6599 bottom: 64px;
6601 #quick-nav-ui a {
6602 font-weight: 400;
6605 #new-comment-nav-ui {
6606 right: -49px;
6608 #new-comment-nav-ui.engaged {
6609 bottom: 216px;
6612 #hns-date-picker {
6613 right: -186px;
6615 #hns-date-picker.engaged {
6616 bottom: 247px;
6618 @media only screen and (max-width: 1440px) {
6619 #hns-date-picker {
6620 background-color: rgba(255,255,255,0.95);
6621 right: -18px;
6623 #hns-date-picker::before {
6624 display: none;
6626 #hns-date-picker input {
6627 background-color: #fff;
6629 #hns-date-picker span {
6630 text-shadow:
6631 0 0 1px #fff,
6632 0 0 3px #fff,
6633 0 0 5px #fff,
6634 0 0 8px #fff,
6635 0 0 13px #fff,
6636 0 0 21px #fff;
6638 #hns-date-picker.engaged {
6639 bottom: 238px;
6643 #appearance-adjust-ui-toggle {
6644 bottom: 10px;
6645 left: 10px;
6647 #appearance-adjust-ui-toggle button.engaged {
6648 transform: rotate(-90deg);
6651 #comments-view-mode-selector,
6652 #theme-selector,
6653 #width-selector,
6654 #text-size-adjustment-ui,
6655 #theme-tweaker-toggle {
6656 pointer-events: none;
6657 visibility: visible;
6658 opacity: 0.0;
6659 transition:
6660 opacity 0.35s ease;
6662 @supports (width: -moz-fit-content) {
6663 #theme-tweaker-toggle {
6664 width: -moz-fit-content;
6667 @supports (width: fit-content) {
6668 #theme-tweaker-toggle {
6669 width: fit-content;
6672 #comments-view-mode-selector::after,
6673 #theme-selector::after,
6674 #theme-selector::before,
6675 #width-selector::after,
6676 #text-size-adjustment-ui::after {
6677 content: "";
6678 background-color: #fff;
6679 display: block;
6680 position: absolute;
6681 width: 100%;
6682 height: 100%;
6683 top: 0;
6684 left: 0;
6686 #comments-view-mode-selector.engaged,
6687 #theme-selector.engaged,
6688 #width-selector.engaged,
6689 #text-size-adjustment-ui.engaged,
6690 #theme-tweaker-toggle.engaged {
6691 pointer-events: auto;
6692 opacity: 1.0;
6695 #comments-view-mode-selector {
6696 left: -45px;
6697 top: calc(100% - 180px);
6699 #comments-view-mode-selector::after {
6700 max-height: 1000px;
6701 transition:
6702 max-height 0.2s ease;
6704 #comments-view-mode-selector.engaged::after {
6705 max-height: 0px;
6708 #theme-selector {
6709 display: block;
6710 left: 16px;
6711 top: calc(100% - 316px);
6712 opacity: 1.0;
6713 visibility: hidden;
6714 transition:
6715 visibility 0.2s ease;
6717 #theme-selector.engaged {
6718 visibility: visible;
6720 #theme-selector::after,
6721 #theme-selector::before {
6722 top: -50px;
6723 height: calc(100% + 60px);
6724 max-height: 300px;
6725 transition:
6726 max-height 0.2s ease;
6727 z-index: 1;
6729 #theme-selector.engaged::after,
6730 #theme-selector.engaged::before {
6731 max-height: 0px;
6733 #theme-selector::before {
6734 z-index: 0;
6737 #width-selector {
6738 display: table;
6739 left: -68px;
6740 top: calc(100% - 48px);
6742 #width-selector::after {
6743 max-width: 100px;
6744 transition:
6745 max-width 0.15s ease;
6747 #width-selector.engaged::after {
6748 max-width: 0px;
6751 #text-size-adjustment-ui {
6752 left: -67px;
6753 top: calc(100% - 80px);
6755 #text-size-adjustment-ui::after {
6756 max-width: 1000px;
6757 max-height: 1000px;
6758 transition:
6759 max-width 0.2s ease,
6760 max-height 0.2s ease;
6762 #text-size-adjustment-ui.engaged::after {
6763 max-width: 0px;
6764 max-height: 0px;
6767 #theme-tweaker-toggle {
6768 left: 19px;
6769 top: calc(100% - 356px);
6770 visibility: hidden;
6771 transition:
6772 visibility 0.5s ease-out;
6774 #theme-tweaker-toggle.engaged {
6775 visibility: visible;
6777 @-moz-document url-prefix() {
6778 #theme-tweaker-toggle {
6779 left: 18px;
6782 #theme-tweaker-toggle button {
6783 font-weight: 400;
6786 #theme-tweaker-ui {
6787 visibility: visible;
6791 /*================*/
6792 /* WIDTH SELECTOR */
6793 /*================*/
6795 #width-selector button {
6796 box-shadow:
6797 0 0 0 4px #fff inset,
6798 0 0 0 5px #aaa inset;
6800 #width-selector button:hover,
6801 #width-selector button.selected {
6802 box-shadow:
6803 0 0 0 1px #fff inset,
6804 0 0 0 2px #aaa inset,
6805 0 0 0 4px #fff inset,
6806 0 0 0 5px #aaa inset;
6809 /*================*/
6810 /* THEME SELECTOR */
6811 /*================*/
6813 #theme-selector button {
6814 box-shadow:
6815 0 0 0 4px #fff inset,
6816 0 0 0 5px #999 inset;
6818 #theme-selector button:hover,
6819 #theme-selector button.selected {
6820 box-shadow:
6821 0 0 0 1px #fff inset,
6822 0 0 0 2px #999 inset,
6823 0 0 0 4px #fff inset,
6824 0 0 0 5px #999 inset;
6827 #theme-selector button::before {
6828 font-size: 0.9375em;
6829 font-weight: 300;
6830 padding: 6px;
6831 color: #aaa;
6832 background-color: #fff;
6834 #theme-selector button:hover::before,
6835 #theme-selector button.selected::before {
6836 color: #000;
6839 /*======================*/
6840 /* THEME TWEAKER TOGGLE */
6841 /*======================*/
6843 #theme-tweaker-toggle button {
6844 color: #777;
6847 /*=================*/
6848 /* QUICKNAV WIDGET */
6849 /*=================*/
6851 #quick-nav-ui a {
6852 color: #acd2af;
6853 border-radius: 4px;
6854 text-decoration: none;
6855 transition:
6856 color 0.15s ease,
6857 box-shadow 0.15s ease-out;
6859 #quick-nav-ui a[href='#bottom-bar'] {
6860 line-height: 1.8;
6862 #quick-nav-ui a:active {
6863 transform: scale(0.9);
6865 #quick-nav-ui a[href='#comments'].no-comments {
6866 opacity: 0.4;
6867 color: #ddd;
6869 @media only screen and (hover: hover) {
6870 #quick-nav-ui a:hover {
6871 color: #79a97e;
6872 box-shadow:
6873 0 0 0 1px rgba(121, 169, 126, 0.3),
6874 0 0 0 2px #fff;
6876 #quick-nav-ui a:focus:not(:hover) {
6877 transform: none;
6878 text-shadow: none;
6882 /*======================*/
6883 /* NEW COMMENT QUICKNAV */
6884 /*======================*/
6886 #new-comment-nav-ui .new-comments-count {
6887 color: #888;
6888 text-shadow: 0.5px 0.5px 0 #fff;
6889 top: 2px;
6891 #new-comment-nav-ui .new-comments-count::after {
6892 color: #777;
6894 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
6895 color: #e6e6e6;
6898 /*=================*/
6899 /* HNS DATE PICKER */
6900 /*=================*/
6902 #hns-date-picker span {
6903 color: #999;
6904 font-weight: 400;
6906 #hns-date-picker input {
6907 border: 1px solid #ddd;
6908 color: #999;
6909 padding: 3px 3px 0 3px;
6911 #hns-date-picker input:focus {
6912 color: #000;
6915 /*======================*/
6916 /* ANTI-KIBITZER TOGGLE */
6917 /*======================*/
6919 #anti-kibitzer-toggle {
6920 bottom: unset;
6921 top: 30px;
6922 visibility: visible;
6923 right: -48px;
6925 #anti-kibitzer-toggle button::before {
6926 font-weight: 300;
6928 #anti-kibitzer-toggle button::before,
6929 #anti-kibitzer-toggle button::after {
6930 opacity: 0.2;
6932 #anti-kibitzer-toggle button:hover::before,
6933 #anti-kibitzer-toggle button:hover::after {
6934 opacity: 1.0;
6937 /*======================*/
6938 /* TEXT SIZE ADJUSTMENT */
6939 /*======================*/
6941 #text-size-adjustment-ui button {
6942 font-weight: 400;
6945 /*=============================*/
6946 /* COMMENTS VIEW MODE SELECTOR */
6947 /*=============================*/
6949 #comments-view-mode-selector a {
6950 color: #acd2af;
6951 opacity: 0.5;
6954 /*===============*/
6955 /* KEYBOARD HELP */
6956 /*===============*/
6958 #keyboard-help-overlay {
6959 font-weight: 400;
6961 #keyboard-help-overlay .keyboard-help-container h1 {
6962 padding: 15px 20px 5px 20px;
6964 #nav-item-about button.open-keyboard-help {
6965 font-size: 0.875em;
6966 left: 0;
6967 top: -1px;
6970 /*==========*/
6971 /* ARCHIVES */
6972 /*==========*/
6974 .archive-nav {
6975 border: 1px solid transparent;
6976 margin: 1.25em 0 0 0;
6977 padding: 0;
6979 .archive-nav *[class^='archive-nav-item'] {
6980 color: #92c396;
6981 border-style: solid;
6982 border-color: #c4dbc4;
6983 border-width: 1px 0 1px 1px;
6985 .archive-nav div[class^='archive-nav-']:nth-of-type(2) *[class^='archive-nav-item'] {
6986 border-top-width: 0;
6987 border-bottom-width: 0;
6989 .archive-nav div[class^='archive-nav-']:last-of-type *[class^='archive-nav-item'] {
6990 border-bottom-width: 1px;
6992 .archive-nav *[class^='archive-nav-item']:last-child {
6993 border-right-width: 1px;
6995 .archive-nav a:hover,
6996 .archive-nav span[class^='archive-nav-item'] {
6997 background-color: #c4dbc4;
6998 color: #fff;
7001 .archive-nav a:active {
7002 background-color: #92c396;
7005 /*==========*/
7006 /* LISTINGS */
7007 /*==========*/
7009 h1.listing,
7010 #content.search-results-page h1.listing {
7011 margin: 0.7em 20px 0.1em 0;
7012 max-width: calc(100% - 20px);
7013 font-family: 'Caecilia', 'Helvetica', sans-serif, 'Font Awesome';
7014 font-size: 1.25rem;
7015 line-height: 1.2;
7018 h1.listing .link-post-link {
7019 color: #bbb;
7020 font-weight: 400;
7021 font-size: 0.8125em;
7022 top: 3px;
7024 h1.listing .post-title-link {
7025 font-weight: 300;
7026 text-shadow: 0 0 0 #444;
7027 color: #000;
7029 @-moz-document url-prefix() {
7030 h1.listing .post-title-link {
7031 text-shadow: none;
7034 @media not all and (min-resolution:.001dpcm) { @media {
7035 h1.listing .post-title-link {
7036 color: #000;
7040 @media only screen and (hover: hover) {
7041 h1.listing a:hover,
7042 h1.listing a:focus {
7043 color: #92c396;
7044 background-color: rgba(255,255,255,0.85);
7046 h1.listing:focus-within::before {
7047 color: #79a97e;
7048 font-weight: 400;
7049 left: -0.625em;
7051 h1.listing .link-post-link:hover {
7052 color: #79a97e;
7054 h1.listing .link-post-link:focus {
7055 color: #a0d3a2;
7056 text-decoration: none;
7057 border-bottom: 2px dotted #a0d3a2;
7061 h1.listing .edit-post-link {
7062 padding: 5px 3px 24px 0.5em;
7063 top: 0;
7064 right: 0;
7066 h1.listing .edit-post-link:hover {
7067 text-decoration: none;
7069 #content.user-page h1.listing .edit-post-link {
7070 background-color: #fff;
7073 /*======*/
7074 /* SPAM */
7075 /*======*/
7077 h1.listing.spam {
7078 opacity: 0.15;
7080 h1.listing.spam + .post-meta {
7081 opacity: 0.35;
7083 h1.listing.spam:hover,
7084 h1.listing.spam + .post-meta:hover,
7085 h1.listing.spam:hover + .post-meta {
7086 opacity: 1.0;
7089 /*===================*/
7090 /* LISTING POST-META */
7091 /*===================*/
7093 h1.listing + .post-meta {
7094 font-size: 0.875rem;
7095 margin: 0 20px 0 1px;
7098 h1.listing + .post-meta > * {
7099 color: #bbb;
7100 margin: 0 1.25em 0 0;
7102 h1.listing + .post-meta a {
7103 color: #92c396;
7105 h1.listing + .post-meta a:hover {
7106 color: #79a97e;
7108 h1.listing + .post-meta .karma-value {
7109 cursor: default;
7111 h1.listing + .post-meta .lw2-link {
7112 display: none;
7114 h1.listing + .post-meta .post-section {
7115 overflow: visible;
7116 order: 1;
7118 h1.listing + .post-meta .post-section::before {
7119 position: relative;
7120 left: unset;
7121 top: -1px;
7124 /*============*/
7125 /* USER PAGES */
7126 /*============*/
7128 #content.user-page h1.page-main-heading,
7129 #content.user-page .user-stats {
7130 grid-row: 1;
7132 #content.user-page #comments-list-mode-selector,
7133 #content.user-page .sublevel-nav.sort {
7134 grid-row: 2 / span 2;
7136 #content.user-page .sublevel-nav {
7137 grid-row: 2;
7138 margin-bottom: 1em;
7140 #content.user-page #top-nav-bar {
7141 grid-row: 3;
7144 #content.user-page h1.page-main-heading,
7145 #content.conversation-page h1.page-main-heading {
7146 font-family: 'Caecilia', 'Helvetica', sans-serif;
7147 font-weight: normal;
7148 margin: 0.5em 0 0 0;
7150 #content.user-page h1.page-main-heading {
7151 border-bottom: 1px solid #e6e6e6;
7152 line-height: 1;
7155 #content.user-page h1.listing,
7156 #content.user-page h1.listing + .post-meta {
7157 border-color: #ddd;
7158 border-style: solid;
7160 #content.user-page h1.listing {
7161 max-width: 100%;
7162 padding: 6px 8px 0 8px;
7163 border-width: 1px 1px 0 1px;
7164 margin: 1rem 0 0 0;
7166 #content.own-user-page h1.listing,
7167 h1.listing.own-post-listing {
7168 padding-right: 36px;
7170 @media only screen and (hover: hover) {
7171 #content.user-page h1.listing:focus-within::before {
7172 left: -0.625em;
7175 #content.user-page h1.listing + .post-meta {
7176 margin: 0 0 1rem 0;
7177 padding: 12px 8px 3px 8px;
7178 border-width: 0 1px 1px 1px;
7179 line-height: 1;
7182 #content.conversations-user-page h1.listing {
7183 padding: 8px 6px 28px 10px;
7184 font-size: 1.25rem;
7186 #content.conversations-user-page h1.listing + .post-meta {
7187 padding: 4px 10px 0.5em 6px;
7188 margin: 0;
7191 .user-stats .karma-total {
7192 font-weight: 500;
7195 /*===============*/
7196 /* CONVERSATIONS */
7197 /*===============*/
7199 /*============*/
7200 /* LOGIN PAGE */
7201 /*============*/
7203 .login-container form h1 {
7204 font-family: 'Caecilia', 'Helvetica', sans-serif;
7205 font-weight: 300;
7208 .login-container form label {
7209 color: #aaa;
7212 /* “Create account” form */
7214 #signup-form {
7215 border: 1px solid #e4e4e4;
7217 #signup-form input[type='submit'] {
7218 padding: 8px 12px 6px 12px;
7221 /* Log in tip */
7223 .login-container .login-tip {
7224 border: 1px solid #eee;
7227 /* Message box */
7229 .error-box {
7230 border: 1px solid red;
7231 background-color: #faa;
7233 .success-box {
7234 border: 1px solid green;
7235 background-color: #afa;
7238 /*=====================*/
7239 /* PASSWORD RESET PAGE */
7240 /*=====================*/
7242 .reset-password-container input[type='submit'] {
7243 background-color: #e4e4e4;
7244 border: 1px solid #ccc;
7245 font-weight: bold;
7248 /*===================*/
7249 /* TABLE OF CONTENTS */
7250 /*===================*/
7252 .contents {
7253 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
7254 padding-top: 0;
7255 margin-top: 1em;
7256 background-color: #fff;
7258 .body-text .contents ul {
7259 font-size: 0.8125em;
7261 .body-text .contents li::before {
7262 color: #bbb;
7265 /*==================*/
7266 /* POSTS & COMMENTS */
7267 /*==================*/
7269 .body-text {
7270 font-family: 'Source Serif Pro', 'Helvetica', sans-serif;
7271 text-shadow: none;
7272 font-weight: 400;
7275 /*=======*/
7276 /* POSTS */
7277 /*=======*/
7279 .post {
7280 overflow: visible;
7281 padding: 2em 0 0 0;
7284 .post-body {
7285 font-size: 1.25rem;
7288 h1.post-title {
7289 font-size: 2.75rem;
7290 font-family: 'Caecilia', 'Helvetica', sans-serif;
7291 font-weight: 300;
7292 line-height: 1.1;
7293 margin: 1.375em 0 0.5em 0;
7296 /*=================*/
7297 /* POST NAVIGATION */
7298 /*=================*/
7300 .post-nav-item {
7301 padding: 0 0 0 10px;
7304 @media only screen and (max-width: 900px) {
7305 .post-nav-item {
7306 padding: 0;
7308 .sequence-title {
7309 border-top: 1px solid #ddd;
7310 padding: 0.375em 0.5em 0.125em 0.5em
7312 .post-nav.prev {
7313 border-right: 1px solid #ddd;
7315 .post-nav.next {
7316 border-left: 1px solid #ddd;
7320 /*===========*/
7321 /* POST-META */
7322 /*===========*/
7324 .post-meta .post-section::before,
7325 .comment-meta .alignment-forum {
7326 color: #dfdfdf;
7327 font-weight: 400;
7328 padding: 1px;
7330 .post-meta .post-section.alignment-forum::before {
7331 color: #d6d7ff;
7333 .post .post-meta .post-section::before {
7334 position: relative;
7335 top: -3px;
7338 a.post-section::before {
7339 transition: color 0.15s ease;
7341 a.post-section:hover::before {
7342 color: #79a97e;
7344 a.post-section.alignment-forum:hover::before {
7345 color: #999bc1;
7348 .post-meta > * {
7349 color: #bbb;
7351 .post-meta a,
7352 .post-meta a:visited {
7353 color: #92c396;
7355 .post-meta a:hover {
7356 color: #79a97e;
7358 .post-meta .lw2-link:hover {
7359 opacity: 1;
7362 .post .top-post-meta {
7363 flex-flow: column;
7364 position: relative;
7366 .post .top-post-meta .karma,
7367 .post .top-post-meta .author,
7368 .post .top-post-meta .qualified-linking {
7369 margin: auto;
7371 @supports (width: -moz-fit-content) {
7372 .post .top-post-meta .karma, .post .top-post-meta .author, .post .top-post-meta .qualified-linking {
7373 width: -moz-fit-content;
7376 @supports (width: fit-content) {
7377 .post .top-post-meta .karma, .post .top-post-meta .author, .post .top-post-meta .qualified-linking {
7378 width: fit-content;
7382 .post .top-post-meta .karma {
7383 order: -1;
7384 display: flex;
7385 flex-flow: column;
7387 .post .top-post-meta .karma .karma-value {
7388 padding: 5px 0 0 0;
7389 color: #999;
7390 font-size: 1.125em;
7391 position: relative;
7392 background-color: #fff;
7393 width: 2.25em;
7395 .post .top-post-meta .karma .karma-value::before {
7396 content: "";
7397 position: absolute;
7398 display: block;
7399 background-color: #ccc;
7400 height: 1px;
7401 width: 244px;
7402 top: 50%;
7403 left: -100px;
7404 z-index: -1;
7406 .post .top-post-meta .karma .karma-value span {
7407 display: none;
7410 .post .post-meta .karma.active-controls::after {
7411 bottom: -32px;
7412 padding: 0 4px;
7414 .post .post-meta .karma.active-controls:hover::after {
7415 opacity: 0.7;
7417 .post .top-post-meta .karma.active-controls::after {
7418 bottom: 0;
7419 left: calc(100% + 16px);
7420 max-width: unset;
7421 padding: 0;
7422 white-space: nowrap;
7424 .post .post-meta .karma .karma-value::after {
7425 top: -20px;
7427 .post .post-meta .karma .karma-value:hover::after {
7428 opacity: 0.7;
7430 .post .top-post-meta .karma .karma-value::after {
7431 top: -6px;
7432 left: unset;
7433 width: unset;
7434 right: calc(100% + 8px);
7437 .post .top-post-meta .author {
7438 padding: 4px 0 0 0;
7439 margin: 0.25em auto;
7441 .post .top-post-meta .qualified-linking {
7442 z-index: 1;
7444 .post .top-post-meta .qualified-linking label {
7445 margin: 0;
7448 .post .top-post-meta .post-section,
7449 .post .top-post-meta .lw2-link {
7450 display: none;
7453 .post .top-post-meta .date,
7454 .post .top-post-meta .comment-count {
7455 position: absolute;
7456 right: 100%;
7458 .post .top-post-meta .date {
7459 top: calc(100% + 34px);
7461 .post .top-post-meta .comment-count {
7462 top: calc(100% + 60px);
7464 .post .top-post-meta .date > span,
7465 .post .top-post-meta .comment-count > span {
7466 position: fixed;
7467 transform: translateX(-100%);
7470 .post .bottom-post-meta {
7471 padding: 1.5em 0 1em 0;
7472 margin: 0.5em 0 0 0;
7473 position: relative;
7474 border-color: transparent;
7476 .post .bottom-post-meta::before,
7477 .post .bottom-post-meta::after {
7478 content: "";
7479 position: absolute;
7480 display: block;
7481 background-color: #ddd;
7482 height: 1px;
7483 width: calc(100% - 60px);
7485 .post .bottom-post-meta::before {
7486 top: 0;
7488 .post .bottom-post-meta::after {
7489 bottom: 0;
7492 @media only screen and (max-width: 520px) {
7493 .post .bottom-post-meta {
7494 padding: 0.75em 0 0.125em 0;
7498 /*============*/
7499 /* LINK POSTS */
7500 /*============*/
7502 .post.link-post a.link-post-link {
7503 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
7505 .post.link-post a.link-post-link::before {
7506 opacity: 0.6;
7508 .post.link-post a.link-post-link:hover::before {
7509 opacity: 1;
7511 .post.link-post a.link-post-link:focus {
7512 color: #79a97e;
7513 border-bottom: 2px dotted #79a97e;
7516 /*==========*/
7517 /* COMMENTS */
7518 /*==========*/
7520 .comments::before {
7521 border-top: 1px solid #ddd;
7524 .comments {
7525 padding: 0 0 0 10px;
7527 #content > .comment-thread .comment-meta a.date:focus,
7528 #content > .comment-thread .comment-meta a.permalink:focus {
7529 color: #888;
7530 outline: 1px dotted #999;
7531 position: relative;
7532 background-color: #fff;
7533 padding: 0 5px;
7534 left: -5px;
7536 #content > .comment-thread .comment-meta a.date:focus + *,
7537 #content > .comment-thread .comment-meta a.permalink:focus + *:not(.comment-post-title) {
7538 margin-left: -10px;
7540 #content > .comment-thread .comment-meta a.permalink:focus {
7541 outline: 2px dotted #999;
7543 .comment-item {
7544 border: 1px solid #ddd;
7545 background-color: var(--GW-comment-background-color);
7547 .comment-parent-link::after {
7548 box-shadow:
7549 0 28px 16px -16px var(--GW-comment-parent-background-color) inset,
7550 4px 16px 0 12px var(--GW-comment-background-color-target) inset,
7551 4px 4px 0 12px var(--GW-comment-background-color-target) inset;
7554 .comment-body {
7555 font-size: 1.1875rem;
7557 #content.user-page .comment-body,
7558 #content.index-page .comment-body {
7559 font-size: 1.125rem;
7562 /*================================*/
7563 /* DEEP COMMENT THREAD COLLAPSING */
7564 /*================================*/
7566 .comment-item input[id^="expand"] + label::after {
7567 color: #92c396;
7568 font-weight: 400;
7570 .comment-item input[id^="expand"] + label:hover::after {
7571 color: #c00;
7573 .comment-item input[id^="expand"] + label:active::after,
7574 .comment-item input[id^="expand"] + label:focus::after{
7575 color: #c00;
7577 .comment-item input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
7578 border-width: 1px 0 0 0;
7581 /*==============*/
7582 /* COMMENT-META */
7583 /*==============*/
7585 .comment-meta {
7586 padding-top: 4px;
7588 .comment-meta > * {
7589 color: #bbb;
7591 .comment-meta a,
7592 .comment-meta a:visited {
7593 color: #92c396;
7595 .comment-meta a:hover {
7596 color: #79a97e;
7598 .comment-meta .author {
7599 font-size: 1.125em;
7600 font-weight: normal;
7603 .comment-controls .voting-controls {
7604 color: #bbb;
7607 .comment-item .voting-controls.active-controls::after,
7608 .comment-item .voting-controls .karma-value::after,
7609 .author::before {
7610 background-color: #fff;
7611 color: #bbb;
7612 border-radius: 4px;
7613 box-shadow: 0 0 0 1px #eee inset;
7615 .comment-item .voting-controls.active-controls::after {
7616 padding: 6px 4px 4px 4px;
7617 bottom: -42px;
7619 .comment-item .voting-controls .karma-value::after {
7620 padding: 4px 8px 0 8px;
7621 top: -30px;
7624 /*====================*/
7625 /* ANTI-KIBITZER MODE */
7626 /*====================*/
7628 .author.redacted,
7629 .inline-author.redacted {
7630 opacity: 0.9;
7631 font-weight: 300;
7634 .karma-value.redacted {
7635 opacity: 0.7;
7638 .link-post-domain.redacted {
7639 opacity: 0.6;
7642 /*===========================*/
7643 /* COMMENT THREAD NAVIGATION */
7644 /*===========================*/
7646 div.comment-parent-link {
7647 font-weight: 400;
7649 a.comment-parent-link {
7650 font-weight: 300;
7652 a.comment-parent-link::before {
7653 color: #bbb;
7654 font-weight: 400;
7656 a.comment-parent-link:hover::before {
7657 background-color: #ffd;
7658 color: #999;
7661 div.comment-child-links {
7662 font-weight: 400;
7664 div.comment-child-links a {
7665 font-weight: 300;
7667 .comment-child-link::before {
7668 color: #ccc;
7671 .comment-item-highlight {
7672 box-shadow:
7673 0 0 2px #e7b200,
7674 0 0 3px #e7b200,
7675 0 0 5px #e7b200,
7676 0 0 7px #e7b200,
7677 0 0 10px #e7b200;
7678 border: 1px solid #e7b200;
7680 .comment-item-highlight-faint {
7681 box-shadow:
7682 0 0 2px #f8e7b5,
7683 0 0 3px #f8e7b5,
7684 0 0 5px #f8e7b5,
7685 0 0 7px #f8e7b5,
7686 0 0 10px #f8e7b5;
7687 border: 1px solid #f8e7b5;
7690 .comment-popup {
7691 background-color: #fff;
7694 /*====================*/
7695 /* COMMENT PERMALINKS */
7696 /*====================*/
7698 .comment-meta .permalink::before {
7699 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');
7701 .comment-meta .lw2-link::before {
7702 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==');
7704 .individual-thread-page a.comment-parent-link:empty::before {
7705 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=');
7707 .comment-meta .permalink:hover::before {
7708 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');
7710 .comment-meta .lw2-link:hover::before {
7711 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==');
7713 .individual-thread-page a.comment-parent-link:hover:empty::before {
7714 left: unset;
7715 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==');
7718 .comment-meta .permalink,
7719 .comment-meta .lw2-link,
7720 .individual-thread-page .comment-parent-link:empty {
7721 filter: hue-rotate(270deg);
7722 opacity: 0.4;
7724 .comment-meta .permalink:hover,
7725 .comment-meta .lw2-link:hover,
7726 .individual-thread-page .comment-parent-link:empty:hover {
7727 opacity: 1.0;
7730 /*=======================*/
7731 /* COMMENTS COMPACT VIEW */
7732 /*=======================*/
7734 #comments-list-mode-selector {
7735 opacity: 0.4;
7736 transition: opacity 0.15s ease;
7738 #content.index-page #comments-list-mode-selector {
7739 grid-column: 3;
7740 justify-self: end;
7742 #comments-list-mode-selector:hover {
7743 opacity: 1.0;
7746 #comments-list-mode-selector button {
7747 border: none;
7748 background-color: transparent;
7749 box-shadow:
7750 0 0 0 4px #fff inset,
7751 0 0 0 5px #aaa inset;
7753 #comments-list-mode-selector button:hover,
7754 #comments-list-mode-selector button.selected {
7755 box-shadow:
7756 0 0 0 1px #fff inset,
7757 0 0 0 2px #aaa inset,
7758 0 0 0 4px #fff inset,
7759 0 0 0 5px #aaa inset;
7762 #content.compact > .comment-thread .comment-item {
7763 max-height: 53px;
7765 #content.compact > .comment-thread .comment-item::after {
7766 color: #92c396;
7767 background: linear-gradient(to right, transparent 0%, #fff 50%, #fff 100%);
7770 @media only screen and (hover: hover) {
7771 #content.compact > .comment-thread .comment-item:hover .comment,
7772 #content.compact > .comment-thread .comment-item.expanded .comment {
7773 background-color: #fff;
7774 outline: 1px solid #92c396;
7776 #content.compact > .comment-thread .comment-item:hover .comment::before,
7777 #content.compact > .comment-thread .comment-item.expanded .comment::before {
7778 background-color: #fff;
7779 box-shadow:
7780 0 0 3px #fff,
7781 0 0 5px #fff,
7782 0 0 7px #fff,
7783 0 0 10px #fff,
7784 0 0 20px #fff,
7785 0 0 30px #fff,
7786 0 0 40px #fff;
7789 @media only screen and (hover: none) {
7790 #content.compact > .comment-thread.expanded .comment-item .comment {
7791 background-color: #fff;
7792 outline: 1px solid #92c396;
7794 #content.compact > .comment-thread.expanded .comment-item .comment::before {
7795 background-color: #fff;
7796 box-shadow:
7797 0 0 3px #fff,
7798 0 0 5px #fff,
7799 0 0 7px #fff,
7800 0 0 10px #fff,
7801 0 0 20px #fff,
7802 0 0 30px #fff,
7803 0 0 40px #fff;
7806 #content.compact > .comment-thread .comment-item:hover .comment {
7807 background-color: #fff;
7808 outline: 1px solid #92c396;
7810 #content.compact > .comment-thread .comment-item:hover .comment::before {
7811 background-color: #fff;
7812 box-shadow:
7813 0 0 3px #fff,
7814 0 0 5px #fff,
7815 0 0 7px #fff,
7816 0 0 10px #fff,
7817 0 0 20px #fff,
7818 0 0 30px #fff,
7819 0 0 40px #fff;
7822 #content.user-page.compact > h1.listing {
7823 margin-top: 0.5rem;
7825 #content.user-page.compact > h1.listing + .post-meta {
7826 margin-bottom: 1rem;
7829 /*===========================*/
7830 /* HIGHLIGHTING NEW COMMENTS */
7831 /*===========================*/
7833 .new-comment::before {
7834 outline: 1px solid #5a5;
7835 box-shadow:
7836 0 0 6px -2px #5a5 inset,
7837 0 0 4px #5a5;
7840 /*=================================*/
7841 /* COMMENT THREAD MINIMIZE BUTTONS */
7842 /*=================================*/
7844 .comment-minimize-button {
7845 color: #ddd;
7846 font-weight: 300;
7847 box-shadow: 0 0 0 1px transparent;
7849 .comment-minimize-button:hover {
7850 color: #bbb;
7851 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7853 .comment-minimize-button::after {
7854 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
7855 color: #999;
7857 .comment-minimize-button.maximized::after {
7858 color: #ccc;
7861 /*=================================*/
7862 /* INDIVIDUAL COMMENT THREAD PAGES */
7863 /*=================================*/
7865 .individual-thread-page > h1 {
7866 margin: 2em 0 0 30px;
7867 font-weight: 300;
7868 font-family: 'Caecilia', 'Helvetica', sans-serif;
7870 .individual-thread-page > .comments {
7871 padding: 0 0 0 30px;
7873 .individual-thread-page > #bottom-bar.decorative::before {
7874 margin: 0 30px 0 60px;
7877 /*==============*/
7878 /* VOTE BUTTONS */
7879 /*==============*/
7881 .vote {
7882 position: relative;
7884 .vote::before {
7885 position: relative;
7886 z-index: 1;
7888 .vote::after {
7889 position: absolute;
7892 .karma .upvote::before {
7893 content: "\F077";
7894 top: 1px;
7896 .karma .downvote::before {
7897 content: "\F078";
7898 left: -2px;
7900 .karma .upvote::after {
7901 content: "\F325";
7902 left: 6px;
7903 bottom: 4px;
7905 .karma .downvote::after {
7906 content: "\F322";
7907 left: 4px;
7908 top: 4px;
7910 @-moz-document url-prefix() {
7911 .karma .upvote::after {
7912 left: 4px;
7913 bottom: 4px;
7915 .karma .downvote::after {
7916 left: 2px;
7917 top: 5px;
7921 .agreement .upvote::before {
7922 content: "\F00C";
7923 top: 1px;
7925 .agreement .downvote::before {
7926 content: "\F00D";
7927 left: -2px;
7929 .agreement .upvote::after {
7930 content: "\F560";
7931 left: 6px;
7932 bottom: 2px;
7934 .agreement .downvote::after {
7935 content: "\E59B";
7936 left: 2px;
7937 top: 1px;
7939 @-moz-document url-prefix() {
7940 .agreement .upvote::after {
7941 left: 4px;
7942 bottom: 2px;
7944 .agreement .downvote::after {
7945 left: 0;
7946 top: 1px;
7950 /**********/
7951 /* States.
7954 /* _ 1
7956 .vote {
7957 color: #ddd;
7958 font-weight: 400;
7961 /* _ 2
7963 .upvote:hover,
7964 .upvote:not(.none) {
7965 color: var(--GW-upvote-button-color);
7966 text-shadow:
7967 0 0 0.5px #fff,
7968 0 0 8px #0f0;
7970 .downvote:hover,
7971 .downvote:not(.none) {
7972 color: var(--GW-downvote-button-color);
7973 text-shadow:
7974 0 0 0.5px #fff,
7975 0 0 8px #f00;
7978 /* 0 _
7980 .vote::after {
7981 visibility: hidden;
7984 /* 1,2 _
7986 .vote.two-temp::after,
7987 .vote.two::after {
7988 visibility: visible;
7991 /* 1 _
7993 .vote.two-temp::after {
7994 color: #ddd;
7995 text-shadow: none;
7998 /* Disabled.
8000 .vote:disabled {
8001 visibility: unset;
8002 color: #e6e6e6;
8004 .post .vote:disabled {
8005 color: #f4f4f4;
8007 .vote:disabled:hover {
8008 text-shadow: none;
8011 .post .top-post-meta .downvote::before {
8012 left: 0;
8014 .post .top-post-meta .upvote::after,
8015 .post .top-post-meta .downvote::after {
8016 left: 14px;
8018 .post .top-post-meta .downvote::after {
8019 top: 5px;
8022 /*===========================*/
8023 /* COMMENTING AND POSTING UI */
8024 /*===========================*/
8026 .posting-controls input[type='submit'] {
8027 padding: 6px 12px 3px 12px;
8030 .comment-controls {
8031 margin: 0 4px 4px 16px;
8033 .comment + .comment-controls .action-button {
8034 font-weight: 300;
8037 .new-comment-button {
8038 margin: 0;
8039 padding: 0.125em;
8042 .comment-controls .cancel-comment-button {
8043 color: #c00;
8044 text-shadow:
8045 0 0 1px #fff,
8046 0 0 2px #fff;
8047 padding: 6px 8px 1px 4px;
8049 .comment-controls .cancel-comment-button:hover {
8050 color: #f00;
8053 .comment-controls .delete-button,
8054 .comment-controls .retract-button {
8055 color: #fd7354;
8057 .comment-controls .delete-button::before,
8058 .comment-controls .unretract-button::before {
8059 font-weight: 300;
8061 .comment-controls .retract-button::before {
8062 font-weight: 400;
8064 .comment-controls .edit-button,
8065 .comment-controls .unretract-button {
8066 color: #0b0;
8068 .comment-controls .edit-button::before {
8069 font-weight: 300;
8071 .comment-controls .action-button:hover {
8072 color: #f00;
8073 text-shadow: 0 0 0.5px #faa;
8076 .post-controls {
8077 margin: 3em 2.5em 0 0;
8078 grid-row: 2;
8080 .post {
8081 grid-row: 2;
8083 .edit-post-link,
8084 .edit-post-link:visited {
8085 color: #090;
8088 .posting-controls textarea {
8089 font-family: 'Source Serif Pro', 'Helvetica', sans-serif;
8090 font-weight: 300;
8091 color: #000;
8092 text-shadow: 0 0 0 #000;
8093 border-color: #eee;
8094 transition: border-color 0.15s ease;
8096 .posting-controls textarea:focus {
8097 border-width: 29px 1px 1px 1px;
8098 border-color: #92c396;
8100 .posting-controls.edit-existing-post textarea:focus,
8101 .posting-controls form.edit-existing-comment textarea:focus {
8102 border-color: #090;
8105 /*= Scroll bars =*/
8107 .posting-controls textarea::-webkit-scrollbar,
8108 .textarea-container .autocomplete-container::-webkit-scrollbar {
8109 width: 16px;
8110 background-color: transparent;
8112 .posting-controls textarea::-webkit-scrollbar-track,
8113 .textarea-container .autocomplete-container::-webkit-scrollbar-track {
8114 background-color: #fff;
8116 .posting-controls textarea::-webkit-scrollbar-thumb {
8117 background-color: #eee;
8118 box-shadow: 0 0 0 1px #fff inset;
8120 .posting-controls textarea:focus::-webkit-scrollbar-thumb,
8121 .textarea-container .autocomplete-container::-webkit-scrollbar-thumb {
8122 background-color: #c4dbc4;
8123 box-shadow: 0 0 0 1px #fff inset;
8126 /* GUIEdit buttons */
8128 .guiedit-buttons-container {
8129 background-color: #fff;
8130 border-bottom: 1px solid #eee;
8133 .posting-controls.edit-existing-post .guiedit-buttons-container button,
8134 .posting-controls form.edit-existing-comment .guiedit-buttons-container button {
8135 color: #050;
8137 .guiedit-buttons-container button {
8138 font-family: Font Awesome, 'Source Serif Pro', 'Helvetica', sans-serif;
8139 border: 1px solid transparent;
8142 .guiedit::after {
8143 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
8144 color: #999;
8145 font-weight: 300;
8146 text-shadow: 0 0 0 #999;
8147 top: 3px;
8150 .posting-controls .markdown-reference-link a {
8151 background-position: right 70%;
8153 .markdown-reference-link {
8154 color: #999;
8157 /* Markdown hints */
8159 #markdown-hints-checkbox + label {
8160 color: #92c396;
8162 #markdown-hints-checkbox + label:hover {
8163 color: #79a97e;
8165 #markdown-hints {
8166 border: 1px solid #faa;
8167 background-color: #fff;
8169 #markdown-hints .markdown-hints-row span,
8170 #markdown-hints .markdown-hints-row code {
8171 padding: 2px 12px 2px 2px;
8174 /*================*/
8175 /* EDIT POST FORM */
8176 /*================*/
8178 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
8179 top: 2px;
8180 color: #acd2af;
8181 transition: color 0.15s ease;
8183 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover {
8184 color: #79a97e;
8186 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
8187 top: 2px;
8188 border: 1px solid #eee;
8189 color: #bbb;
8190 transition:
8191 box-shadow 0.3s ease,
8192 border-color 0.15s ease;
8194 @media only screen and (hover:hover) {
8195 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover::before {
8196 border-color: #c4dbc4;
8199 #edit-post-form .post-meta-fields input[type='checkbox']:checked + label::before {
8200 border-color: #c4dbc4;
8201 box-shadow:
8202 0 0 0 4px #fff inset,
8203 0 0 0 1em #c4dbc4 inset;
8206 #edit-post-form label[for='url'],
8207 #edit-post-form input[name='url'] {
8208 display: block;
8209 transition:
8210 max-height 0.15s ease,
8211 overflow 0.15s ease,
8212 margin-top 0.15s ease,
8213 margin-bottom 0.15s ease,
8214 padding 0.15s ease,
8215 border-color 0.15s ease;
8218 #edit-post-form .link-post-checkbox:not(:checked) ~ label[for='url'],
8219 #edit-post-form .link-post-checkbox:not(:checked) ~ input[name='url'] {
8220 max-height: 0;
8221 overflow: hidden;
8222 margin-top: 0;
8223 margin-bottom: 0;
8224 padding: 0;
8225 border-color: transparent;
8228 #edit-post-form label[for='title'],
8229 #edit-post-form label[for='url'],
8230 #edit-post-form label[for='section'] {
8231 color: #aaa;
8232 text-shadow: 0 0 0 #aaa;
8235 #edit-post-form input[type='radio'] + label {
8236 color: #92c396;
8237 border-color: #c4dbc4;
8238 padding: 6px 12px 3px 12px;
8239 position: relative;
8240 top: -2px;
8241 transition:
8242 background-color 0.15s ease,
8243 color 0.15s ease,
8244 border-color 0.15s ease;
8246 #edit-post-form input[type='radio'][value='all'] + label {
8247 border-radius: 8px 0 0 8px;
8248 border-width: 1px;
8250 #edit-post-form input[type='radio'][value='drafts'] + label {
8251 border-radius: 0 8px 8px 0;
8252 padding-right: 13px;
8254 #edit-post-form input[type='radio'] + label:hover,
8255 #edit-post-form input[type='radio']:focus + label,
8256 #edit-post-form input[type='radio']:checked + label {
8257 background-color: #c4dbc4;
8258 color: #fff;
8260 #edit-post-form input[type='radio']:active + label {
8261 border-color: #92c396;
8262 background-color: #92c396;
8265 #edit-post-form input[type='submit'] {
8266 padding: 7px 14px 4px 14px;
8269 /*=======*/
8270 /* LINKS */
8271 /*=======*/
8274 text-decoration: none;
8275 color: #92c396;
8276 transition: color 0.15s ease;
8278 a:visited {
8279 color: #bebb84;
8281 a:hover {
8282 color: #bbb;
8285 /*=========*/
8286 /* BUTTONS */
8287 /*=========*/
8289 button,
8290 input[type='submit'] {
8291 color: #92c396;
8293 input[type='submit'] {
8294 color: #92c396;
8295 background-color: #fff;
8296 border: 1px solid #c4dbc4;
8297 transition:
8298 color 0.15s ease,
8299 background-color 0.15s ease,
8300 border-color 0.15s ease;
8303 input[type='submit']:hover,
8304 input[type='submit']:focus {
8305 background-color: #c4dbc4;
8306 color: #fff;
8308 input[type='submit']:active {
8309 background-color: #92c396;
8310 border-color: #92c396;
8312 .button:visited {
8313 color: #92c396;
8315 button:hover,
8316 .button:hover {
8317 color: #79a97e;
8318 text-decoration: none;
8320 button:active,
8321 .button:active {
8322 transform: scale(0.9);
8324 button:focus:not(:hover),
8325 .button:focus:not(:hover) {
8326 transform: none;
8328 @-moz-document url-prefix() {
8329 .button:active {
8330 transform: none;
8334 /*==========*/
8335 /* HEADINGS */
8336 /*==========*/
8338 .body-text h1,
8339 .body-text h2,
8340 .body-text h3,
8341 .body-text h4,
8342 .body-text h5,
8343 .body-text h6 {
8344 font-family: 'Caecilia', 'Helvetica', sans-serif;
8345 font-weight: 300;
8347 .body-text h1 {
8348 margin-top: 1.25em;
8349 box-shadow:
8350 0 -7px 0 0 #fff inset,
8351 0 -8px 0 0 #eee inset;
8353 .body-text h6 {
8354 color: #555;
8357 /*========*/
8358 /* QUOTES */
8359 /*========*/
8361 blockquote {
8362 border-left: 5px solid #e6e6e6;
8365 /*========*/
8366 /* IMAGES */
8367 /*========*/
8369 #content img,
8370 #content figure.image img {
8371 border: 1px solid #ccc;
8373 #content figure img {
8374 border: 1px solid #000;
8376 #content img[src$='.svg'],
8377 #content figure img[src$='.svg'] {
8378 border: none;
8380 #content img[style^='float'] {
8381 border: 1px solid transparent;
8384 #images-overlay div::after {
8385 font-weight: 400;
8386 padding: 10px 12px 6px 12px;
8389 /*=============*/
8390 /* IMAGE FOCUS */
8391 /*=============*/
8393 #image-focus-overlay {
8394 visibility: visible;
8397 #image-focus-overlay .caption p {
8398 margin: 1em 1.25em 0.875em 1.25em;
8399 font-weight: 400;
8402 /*======*/
8403 /* MISC */
8404 /*======*/
8406 hr {
8407 margin: 1em 0;
8409 hr::before {
8410 content: "• • •";
8411 letter-spacing: 7px;
8412 color: #aaa;
8413 text-align: center;
8414 display: block;
8415 font-size: 0.875em;
8418 code,
8419 pre {
8420 font-family: 'Source Code Pro', Inconsolata, monospace;
8421 font-size: 0.9375em;
8422 font-feature-settings: 'ss04';
8424 code {
8425 background-color: #eee;
8426 padding: 0 5px 1px 5px;
8427 box-shadow: 0 0 0 1px #fff inset;
8430 input[type='text'],
8431 input[type='search'],
8432 input[type='password'] {
8433 border: 1px solid #999;
8434 color: #000;
8435 background-color: transparent;
8436 border-color: transparent;
8437 border-bottom-color: #eee;
8438 transition: border-color 0.15s ease;
8440 input[type='text']:focus,
8441 input[type='search']:focus,
8442 input[type='password']:focus {
8443 border-bottom-color: #c4dbc4;
8446 select {
8447 color: #000;
8450 strong, b {
8451 font-weight: 600;
8454 /*============*/
8455 /* ABOUT PAGE */
8456 /*============*/
8458 .about-page mark {
8459 background-color: #e6e6e6;
8460 text-decoration: none;
8461 box-shadow:
8462 0 -1px 0 0 #000 inset,
8463 0 -3px 1px -2px #000 inset;
8464 padding: 0 1px;
8467 #content.about-page .accesskey-table {
8468 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
8469 border-color: #ddd;
8472 #content.about-page img {
8473 border: 1px solid #000;
8476 /*========================*/
8477 /* QUALIFIED HYPERLINKING */
8478 /*========================*/
8480 #content.no-nav-bars ~ #ui-elements-container #site-nav-ui-toggle {
8481 display: none;
8483 #content.no-comments ~ #ui-elements-container #post-nav-ui-toggle {
8484 display: none;
8487 #aux-about-link a {
8488 color: #777;
8490 #aux-about-link a:hover {
8491 opacity: 1.0;
8492 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
8495 .qualified-linking label {
8496 color: #ccc;
8497 font-weight: 400;
8499 .qualified-linking label:hover {
8500 color: #92c396;
8503 .qualified-linking-toolbar {
8504 border: 1px solid #ccc;
8505 background-color: #fff;
8507 .qualified-linking-toolbar a {
8508 padding: 3px 6px 0 6px;
8510 .qualified-linking-toolbar a,
8511 .qualified-linking-toolbar a:visited {
8512 color: #acd2af;
8514 .qualified-linking-toolbar a:hover {
8515 color: #92c396;
8516 text-decoration: none;
8517 background-color: #e4f1e5;
8519 .qualified-linking label::after {
8520 background-color: #fff;
8521 opacity: 0.8;
8524 /*======*/
8525 /* MATH */
8526 /*======*/
8528 .mathjax-block-container::-webkit-scrollbar {
8529 height: 12px;
8530 background-color: #f6f6ff;
8531 border-radius: 6px;
8532 border: 1px solid #ddf;
8534 .mathjax-block-container::-webkit-scrollbar-thumb {
8535 background-color: #dde;
8536 border-radius: 6px;
8537 border: 1px solid #cce;
8539 .mathjax-inline-container::-webkit-scrollbar {
8540 height: 8px;
8541 background-color: #f6f6ff;
8542 border-radius: 4px;
8543 border: 1px solid #ddf;
8545 .mathjax-inline-container::-webkit-scrollbar-thumb {
8546 background-color: #dde;
8547 border-radius: 4px;
8548 border: 1px solid #cce;
8552 /*===============*/
8553 /* USER MENTIONS */
8554 /*===============*/
8556 .textarea-container .autocomplete-container {
8557 background-color: rgba(255, 255, 255, 0.75);
8558 border: 1px solid rgba(196, 219, 196, 0.75);
8561 .textarea-container .autocomplete-container div.highlighted {
8562 background-color: rgba(196, 219, 196, 0.75);
8563 color: #fff;
8564 padding: 4px 8px 0 8px;
8565 line-height: 1.5;
8568 .textarea-container .autocomplete-container div:not(.highlighted):hover {
8569 background-color: rgba(196, 219, 196, 0.35);
8572 .textarea-container .autocomplete-container div span.age,
8573 .textarea-container .autocomplete-container div span.karma {
8574 color: #999;
8578 /*=================*/
8579 /* ALIGNMENT FORUM */
8580 /*=================*/
8582 #content.alignment-forum-index-page::after {
8583 margin: -0.25em 0 0.25em 0;
8584 text-align: center;
8585 grid-column: 2;
8586 font-family: "Concourse SmallCaps";
8587 font-weight: 600;
8588 background-color: #7f85b2;
8589 color: transparent;
8590 -webkit-background-clip: text;
8591 text-shadow:
8592 rgba(255,255,255,0.5) 0px 3px 3px;
8595 /*====================*/
8596 /* FOR NARROW SCREENS */
8597 /*====================*/
8599 @media not screen and (hover: none) {
8600 @media only screen and (max-width: 1080px) {
8601 #site-nav-ui-toggle button.engaged {
8602 left: -72px;
8604 #text-size-adjustment-ui {
8605 left: -22px;
8606 top: calc(100% - 240px);
8608 #width-selector {
8609 left: -23px;
8610 top: calc(100% - 140px);
8612 #theme-tweaker-toggle button {
8613 width: unset;
8614 height: unset;
8617 @media only screen and (max-width: 1020px) {
8619 @media only screen and (max-width: 1000px) {
8620 #site-nav-ui-toggle button.engaged {
8621 left: -56px;
8623 #theme-selector {
8624 padding: 0;
8626 #theme-selector button {
8627 margin: 1px 7px 0 7px;
8632 /*========*/
8633 /* MOBILE */
8634 /*========*/
8636 /*******************************************************/
8637 @media not screen and (hover:hover) and (pointer:fine) {
8638 /*******************************************************/
8639 #site-nav-ui-toggle {
8640 top: 10px;
8641 left: 10px;
8643 #site-nav-ui-toggle button.engaged {
8644 width: 1.125em;
8645 overflow: hidden;
8646 position: relative;
8647 left: 5px;
8648 top: -3px;
8650 #site-nav-ui-toggle button.engaged::before {
8651 content: "\F00D";
8652 font-size: 34px;
8653 padding: 0 0.25em 0 0;
8655 #ui-elements-container > #site-nav-ui-toggle button.engaged {
8656 transform: rotate(90deg);
8659 #ui-elements-container > div[id$='-ui-toggle'] button,
8660 #theme-selector .theme-selector-close-button {
8661 color: #bbb;
8662 text-shadow:
8663 0 0 1px #fff,
8664 0 0 3px #fff,
8665 0 0 5px #fff,
8666 0 0 10px #fff,
8667 0 0 20px #fff,
8668 0 0 30px #fff;
8670 #ui-elements-container > div[id$='-ui-toggle'] button {
8671 font-weight: 400;
8673 #theme-selector .theme-selector-close-button {
8674 font-weight: 300;
8677 #theme-selector {
8678 background-color: #fff;
8679 box-shadow:
8680 0 0 0 1px #999,
8681 0 0 1px 3px #fff,
8682 0 0 3px 3px #fff,
8683 0 0 5px 3px #fff,
8684 0 0 10px 3px #fff,
8685 0 0 20px 3px #fff;
8686 border-radius: 12px;
8688 #theme-selector::before {
8689 color: #999;
8690 font-weight: 300;
8691 position: relative;
8692 top: 6px;
8694 #theme-selector button,
8695 #theme-selector button.selected {
8696 background-color: #fff;
8697 border-radius: 10px;
8698 box-shadow:
8699 0 0 0 4px #fff inset,
8700 0 0 0 5px #999 inset;
8702 #theme-selector button.selected {
8703 background-color: #c4dbc4;
8705 #theme-selector button::after {
8706 color: #819681;
8707 font-weight: 300;
8708 max-width: calc(100% - 3.5em);
8709 overflow: hidden;
8710 text-overflow: ellipsis;
8711 padding: 1px 0 0 0;
8713 #theme-selector button.selected::after {
8714 color: #fff;
8717 #theme-tweaker-toggle button {
8718 color: #999;
8719 font-weight: 400;
8722 #quick-nav-ui {
8723 background-color: #fff;
8725 #quick-nav-ui,
8726 #new-comment-nav-ui,
8727 #hns-date-picker {
8728 box-shadow:
8729 0 0 1px 3px #fff,
8730 0 0 3px 3px #fff,
8731 0 0 5px 3px #fff,
8732 0 0 10px 3px #fff,
8733 0 0 20px 3px #fff;
8735 #quick-nav-ui a::after,
8736 #new-comment-nav-ui::before {
8737 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
8738 font-weight: bold;
8739 box-shadow:
8740 0 0 1px 0 #fff,
8741 0 0 3px 0 #fff,
8742 0 0 5px 0 #fff;
8743 background-color: #fff;
8744 border-radius: 4px;
8746 #quick-nav-ui,
8747 #new-comment-nav-ui {
8748 border-radius: 8px;
8750 #new-comment-nav-ui {
8751 background-color: #fff;
8752 border: 1px solid #fff;
8754 #new-comment-nav-ui::before {
8755 color: #aaa;
8756 font-weight: 500;
8758 #new-comment-nav-ui .new-comment-sequential-nav-button {
8759 color: #79a97e;
8761 #new-comment-nav-ui .new-comments-count {
8762 background-color: inherit;
8763 top: 0;
8765 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
8766 color: #e6e6e6;
8768 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
8769 border-radius: 7px 0 0 7px;
8771 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-next {
8772 border-radius: 0 7px 7px 0;
8774 #new-comment-nav-ui button::after {
8775 font-family: 'Mundo Sans', 'Helvetica', 'GW-Symbols', sans-serif;
8777 #hns-date-picker {
8778 background-color: #fff;
8779 border: 1px solid #fff;
8782 #top-nav-bar {
8783 padding: 1.25em 0 0.25em 0;
8784 font-size: 1.625rem;
8785 margin: 0;
8786 grid-row: 2;
8787 grid-column: 2;
8789 #top-nav-bar .page-number {
8790 line-height: 1.7;
8792 #top-nav-bar .page-number span {
8793 display: block;
8795 #top-nav-bar a.disabled {
8796 opacity: 0.2;
8799 /*****************************************/
8800 @media only screen and (max-width: 900px) {
8801 /*****************************************/
8802 #theme-less-mobile-first-row-placeholder {
8803 grid-row: 1;
8804 grid-column: 2 / span 2;
8805 height: 50px;
8808 #primary-bar,
8809 #secondary-bar {
8810 position: static;
8811 width: 0;
8812 height: 0;
8815 #primary-bar {
8816 position: fixed;
8817 left: 0;
8818 margin: 0;
8819 padding: 5px 0 5px 0;
8820 height: unset;
8821 background-color: #fff;
8822 border-bottom: 1px solid #ddd;
8823 box-shadow: 0 0 0 1px #fff;
8824 z-index: 2;
8825 visibility: hidden;
8826 transition:
8827 visibility 0.2s ease,
8828 width 0.2s ease,
8829 opacity 0.2s ease,
8830 filter 0.2s ease;
8832 #primary-bar.engaged {
8833 width: 100%;
8834 visibility: visible;
8835 padding: 5px 4px 75px 60px;
8837 #secondary-bar #nav-item-archive,
8838 #secondary-bar #nav-item-sequences,
8839 #secondary-bar #nav-item-about {
8840 opacity: 0.0;
8841 transition:
8842 opacity 0.3s ease,
8843 filter 0.2s ease;
8845 #secondary-bar.engaged #nav-item-archive,
8846 #secondary-bar.engaged #nav-item-sequences,
8847 #secondary-bar.engaged #nav-item-about {
8848 opacity: 1.0;
8849 position: fixed;
8850 top: 80px;
8851 z-index: 3;
8852 width: 64px;
8854 #secondary-bar.engaged #nav-item-archive {
8855 left: 8px;
8857 #secondary-bar.engaged #nav-item-sequences {
8858 left: 72px;
8860 #secondary-bar.engaged #nav-item-about {
8861 left: 136px;
8864 #primary-bar.engaged.translucent-on-scroll,
8865 #secondary-bar.engaged.translucent-on-scroll #nav-item-archive,
8866 #secondary-bar.engaged.translucent-on-scroll #nav-item-sequences,
8867 #secondary-bar.engaged.translucent-on-scroll #nav-item-about,
8868 .page-toolbar.engaged.translucent-on-scroll {
8869 opacity: 0.6;
8870 filter: blur(2px);
8871 pointer-events: none;
8874 .page-toolbar {
8875 position: fixed;
8876 height: unset;
8877 width: unset;
8878 z-index: 4;
8879 right: 100%;
8880 top: 80px;
8881 transition:
8882 right 0.2s ease,
8883 opacity 0.2s ease,
8884 filter 0.2s ease;
8886 .page-toolbar.engaged {
8887 right: 0;
8889 .page-toolbar,
8890 #content:not(.user-page) .page-toolbar {
8891 display: flex;
8892 flex-flow: row;
8893 justify-content: flex-end;
8894 padding: 0 8px 0 0;
8896 .page-toolbar > * {
8897 right: unset;
8898 line-height: 1.15;
8899 padding: 6px 0;
8900 margin: 0;
8902 .page-toolbar > form,
8903 .page-toolbar > .button {
8904 text-align: center;
8905 flex-basis: 25%;
8906 margin-left: 1.5em;
8908 .page-toolbar .button {
8909 text-transform: uppercase;
8910 font-size: 0.625rem;
8912 .page-toolbar .button::before,
8913 #content.user-page .page-toolbar .button::before,
8914 .page-toolbar form::before,
8915 #content.user-page .page-toolbar form::before {
8916 font-size: 1.375rem;
8917 display: block;
8918 padding: 2px;
8919 font-size: 1.375rem;
8920 display: block;
8922 .page-toolbar .rss {
8923 white-space: nowrap;
8924 position: fixed;
8925 top: 143px;
8926 left: -60px;
8927 padding: 6px 10px 5px 10px;
8928 visibility: hidden;
8929 background-color: #fff;
8930 border-style: solid;
8931 border-color: #ddd;
8932 border-width: 0 1px 1px 0;
8933 box-shadow:
8934 0 1px 0 0 #fff,
8935 1px 1px 0 0 #fff;
8936 transition: left 0.2s ease;
8938 .page-toolbar .rss,
8939 #content.user-page .page-toolbar .rss {
8940 margin: 0;
8942 .page-toolbar.engaged .rss {
8943 visibility: visible;
8944 left: 0;
8947 #primary-bar .nav-inner {
8948 font-size: 1.375em;
8950 #secondary-bar .nav-inner {
8951 font-size: 1.125em;
8953 #secondary-bar .nav-item:not(#nav-item-search) .nav-inner {
8954 padding: 6px 10px;
8957 #nav-item-search {
8958 max-width: calc(100% - 180px);
8959 top: 4px;
8960 left: 68px;
8962 #nav-item-search input {
8963 width: calc(100% - 32px);
8965 #nav-item-search button {
8966 position: relative;
8967 bottom: 5px;
8968 visibility: visible;
8969 height: 32px;
8970 width: 40px;
8971 padding: 9px 15px 3px 5px;
8973 #nav-item-search form:not(:focus-within) button:not(:hover) {
8974 color: transparent;
8976 #nav-item-search button::before {
8977 color: #ddd;
8980 #nav-item-login {
8981 top: 16px;
8982 right: 8px;
8984 #nav-item-login .nav-inner {
8985 text-transform: none;
8986 font-size: 1.75em;
8988 #nav-item-login .nav-inner::before {
8989 display: none;
8991 #inbox-indicator::before {
8992 font-size: 1.75em;
8993 left: 2px;
8996 #bottom-bar .nav-inner {
8997 padding: 1rem 0 1.25rem 0;
8999 #bottom-bar .nav-inner::after {
9000 position: absolute;
9003 #content.search-results-page #comments-list-mode-selector {
9004 grid-column: 3;
9005 grid-row: 2;
9006 justify-self: end;
9009 #content,
9010 #content.comment-thread-page {
9011 padding: 0 4px;
9014 h1.listing + .post-meta > * {
9015 line-height: 1.5;
9017 h1.listing + .post-meta .post-section {
9018 overflow: visible;
9019 order: 1;
9020 width: unset;
9022 h1.listing + .post-meta .post-section::before {
9023 position: unset;
9026 .archive-nav *[class^='archive-nav-item-'] {
9027 border-width: 1px !important;
9029 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
9030 background-color: #aaa;
9033 .post {
9034 padding: 0;
9036 .post .top-post-meta .author {
9037 margin: 1em auto 0 auto;
9039 .post .top-post-meta .date,
9040 .post .top-post-meta .comment-count {
9041 position: static;
9043 .post .top-post-meta .date {
9044 margin: 1.5em auto 0 auto;
9046 .post .top-post-meta .comment-count span {
9047 display: initial;
9048 position: static;
9050 h1.post-title {
9051 line-height: 1.3;
9054 .comments {
9055 padding: 0;
9057 .comment-item .comment-item {
9058 margin: 0.75em 3px 3px 6px;
9060 .comment-item .comment-item + .comment-item {
9061 margin: 1.5em 3px 3px 6px;
9064 .comment-controls {
9065 position: relative;
9067 .comment-controls .cancel-comment-button,
9068 .comments > .comment-controls .cancel-comment-button {
9069 right: 4px;
9072 .sublevel-nav:not(.sort) .sublevel-item,
9073 .sublevel-nav:not(.sort) .sublevel-item:first-child,
9074 .sublevel-nav:not(.sort) .sublevel-item:last-child {
9075 border-radius: 8px;
9076 border-width: 1px;
9077 margin: 2px;
9080 #content.user-page #theme-less-mobile-first-row-placeholder {
9081 height: 60px;
9083 #content.user-page h1.page-main-heading,
9084 #content.user-page .user-stats {
9085 grid-row: 2;
9087 #content.user-page h1.page-main-heading {
9088 margin: 0.5em 0 0 0.125em;
9090 #content.user-page #comments-list-mode-selector,
9091 #content.user-page .sublevel-nav.sort {
9092 grid-row: 3 / span 2;
9094 #content.user-page .sublevel-nav {
9095 grid-row: 3;
9096 margin-bottom: 1em;
9098 #content.user-page #top-nav-bar {
9099 grid-row: 4;
9100 margin: 0.5em 0 0 0;
9103 #content.conversation-page #theme-less-mobile-first-row-placeholder {
9104 height: 64px;
9106 #content.conversation-page #comments-list-mode-selector {
9107 grid-row: 6;
9108 margin-top: -32px;
9110 #content.conversation-page .conversation-participants {
9111 grid-row: 4;
9112 align-self: end;
9114 /*******************************************/
9115 } @media only screen and (max-width: 720px) {
9116 /*******************************************/
9117 #content.index-page > .sublevel-nav.sort {
9118 flex-flow: column;
9119 margin-right: 4px;
9121 /*******************************************/
9122 } @media only screen and (max-width: 520px) {
9123 /*******************************************/
9124 h1.listing,
9125 #content.search-results-page h1.listing {
9126 font-size: 1.25rem;
9127 margin: 18px 6px 4px 6px;
9128 max-width: calc(100% - 12px);
9130 h1.listing + .post-meta {
9131 margin: 4px 6px;
9133 #content.conversations-user-page h1.listing::after {
9134 height: calc(100% + 2.25em);
9136 #content.conversations-user-page h1.listing + .post-meta .date {
9137 margin: 0 0 0 1em;
9140 .comment-body {
9141 font-size: 1.125rem;
9144 #content.compact > .comment-thread .comment-item {
9145 max-height: 105px;
9148 .textarea-container:focus-within textarea {
9149 background-color: #fff;
9150 border-width: 1px;
9151 box-shadow: 0 0 0 2px #fff;
9153 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
9154 padding: 5px 6px 6px 6px;
9155 font-weight: bold;
9157 .textarea-container:focus-within .guiedit-mobile-help-button.active {
9158 color: #c00;
9160 .textarea-container:focus-within .guiedit-buttons-container {
9161 background-color: #fff;
9162 border-top: 1px solid #ddf;
9164 .posting-controls .textarea-container:focus-within .guiedit-buttons-container {
9165 box-shadow: none;
9167 #content.conversation-page .textarea-container:focus-within::after {
9168 background-color: #fff;
9170 #markdown-hints::after {
9171 color: #090;
9174 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
9175 top: 2px;
9176 font-weight: 400;
9178 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
9179 top: 1px;
9185 /*************/
9186 /* ACCORDIUS */
9187 /*************/
9189 /*======*/
9190 /* TAGS */
9191 /*======*/
9193 #tags {
9194 order: 12;
9195 display: flex;
9196 flex-basis: 100%;
9197 justify-content: center;
9198 margin: 0;
9199 flex-flow: row wrap;
9200 align-items: flex-start;
9203 /*============*/
9204 /* LESS THEME */
9205 /*============*/
9207 /*++++++*/
9208 /* TAGS */
9209 /*++++++*/
9211 #tags {
9212 padding: 0.25em 0 0.5em 0;
9213 align-items: center;
9215 #tags::before {
9216 content: "\F02C";
9217 font-family: Font Awesome;
9218 font-weight: 300;
9219 font-size: 0.875em;
9220 margin: 0 0.5em 0 0;
9221 opacity: 0.6;
9222 position: relative;
9223 top: -2px;
9225 #tags a {
9226 margin: 0 0.375em 0 0;
9228 #tags a:not(:last-of-type)::after {
9229 content: ","
9232 .top-post-meta #tags {
9233 display: none;