Make more room for voting controls on narrow screens.
[lw2-viewer.git] / www / css / style.linux.css
blobd37a08b125052ee8d7df9fc8045af85e99f3eca8
2 /*************/
3 /* VARIABLES */
4 /*************/
6 :root {
7 --GW-comment-background-color-odd: transparent;
8 --GW-comment-background-color-even: transparent;
9 --GW-comment-background-color-target: transparent;
11 --inverted-display: none;
14 /***************/
15 /* BASE LAYOUT */
16 /***************/
18 html {
19 box-sizing: border-box;
20 font-size: 16px;
22 *, *::before, *::after {
23 box-sizing: inherit;
25 script {
26 display: none !important;
29 /*=------=*/
30 /*= Body =*/
31 /*=------=*/
33 body {
34 padding: 0;
35 margin: 0;
37 body::before {
38 background-color: inherit;
39 position: fixed;
40 width: 100%;
41 height: 100%;
44 body.no-scroll {
45 overflow-y: scroll;
46 position: fixed;
47 width: 100%;
50 /*=----------------------------=*/
51 /*= Immediate children of body =*/
52 /*=----------------------------=*/
54 body > * {
55 max-width: 900px;
58 /* Special styles for special browsers.
59 (This one is a fix for Firefox’s built-in screenshot feature.)
61 body > iframe[id^='firefox-screenshots'] {
62 max-width: unset;
65 #content {
66 margin: 0 auto;
67 padding: 0 30px;
68 position: relative;
69 overflow: visible;
70 display: grid;
71 grid-template-columns: 2fr 1fr 2fr;
73 #content::before {
74 content: "";
75 display: block;
76 position: absolute;
77 top: 0;
78 left: 0;
79 width: 100%;
80 height: 100%;
81 z-index: -1;
82 pointer-events: none;
85 /*=---------=*/
86 /*= Content =*/
87 /*=---------=*/
89 #content > * {
90 grid-column: 1 / span 3;
93 /*=----------------------=*/
94 /*= Floating UI elements =*/
95 /*=----------------------=*/
97 #ui-elements-container {
98 position: fixed;
99 height: 100vh;
100 top: 0;
101 left: 0;
102 right: 0;
103 margin: auto;
104 z-index: 10000;
105 pointer-events: none;
107 #ui-elements-container > * {
108 pointer-events: auto;
111 /*=----------------=*/
112 /*= Images overlay =*/
113 /*=----------------=*/
114 /* (To exclude images in posts from theme tweaks) */
116 #images-overlay {
117 position: absolute;
118 z-index: 1;
119 left: 0;
120 right: 0;
121 margin: auto;
124 /***********/
125 /* NAV BAR */
126 /***********/
128 .nav-bar {
129 margin: 0 -30px;
130 display: flex;
131 order: -11;
132 z-index: 1;
135 /*=---------------=*/
136 /*= Nav bar items =*/
137 /*=---------------=*/
139 .nav-item {
140 flex: 1 1 auto;
142 .nav-item * {
143 text-overflow: ellipsis;
144 white-space: nowrap;
145 overflow: hidden;
147 .nav-inner {
148 padding: 12px 30px;
149 text-align: center;
150 display: block;
151 position: relative;
152 line-height: inherit;
153 width: 100%;
154 background: unset;
156 .nav-bar-top:not(#primary-bar) .nav-inner {
157 padding: 4px 0;
160 #nav-item-sequences .nav-inner::before {
161 font-family: "Font Awesome", "Font Awesome 5 Free";
162 content: "\F5DB";
164 @media only screen and (min-width: 901px) {
165 #nav-item-about .nav-inner {
166 margin-right: 0.5em;
168 #nav-item-sequences .nav-inner::before {
169 font-size: 1rem;
170 display: block;
172 #secondary-bar #nav-item-sequences .nav-inner {
173 font-size: 0;
174 line-height: 1.4;
178 /*=------------=*/
179 /*= Bottom bar =*/
180 /*=------------=*/
182 #bottom-bar {
183 order: 11;
185 h1.listing ~ #bottom-bar {
186 margin-top: 1.25em;
188 #bottom-bar .nav-item {
189 flex: 1 1 0;
192 /*=-----------------=*/
193 /*= Accesskey hints =*/
194 /*=-----------------=*/
196 .nav-inner::after {
197 content: attr(accesskey);
198 display: none;
201 /*=---------------=*/
202 /*= Pagination UI =*/
203 /*=---------------=*/
205 #bottom-bar .nav-item a::before,
206 #top-nav-bar a::before {
207 font-family: "Font Awesome", "Font Awesome 5 Free";
208 font-weight: 900;
209 font-size: 0.8em;
210 position: relative;
211 bottom: 1px;
212 margin-right: 0.5em;
214 #bottom-bar #nav-item-first a::before,
215 #top-nav-bar a.nav-item-first::before {
216 content: "\F33e";
218 #bottom-bar #nav-item-top a::before {
219 content: "\F062";
221 #bottom-bar #nav-item-prev a::before,
222 #top-nav-bar a.nav-item-prev::before {
223 content: "\F060";
225 #bottom-bar #nav-item-next a::before,
226 #top-nav-bar a.nav-item-next::before {
227 content: "\F061";
229 #bottom-bar #nav-item-last a::before,
230 #top-nav-bar a.nav-item-last::before {
231 content: "\F340";
233 #bottom-bar #nav-item-next a::before {
234 margin-left: -2em;
235 margin-right: 0;
236 left: 3.8em;
238 #bottom-bar #nav-item-last a::before {
239 margin-left: -1.8em;
240 margin-right: 0;
241 left: 3.4em;
244 /*= Hover tooltips =*/
246 #top-nav-bar a {
247 position: relative;
249 #top-nav-bar a::after {
250 bottom: calc(100% - 3px);
251 content: attr(data-target-page);
253 #top-nav-bar a::after {
254 display: block;
255 position: absolute;
256 font-size: 0.75rem;
257 width: 100%;
258 line-height: 1;
259 visibility: hidden;
261 #top-nav-bar a:hover::after,
262 #bottom-bar a:hover::after {
263 visibility: visible;
266 /*=-----------------------=*/
267 /*= Decorative bottom bar =*/
268 /*=-----------------------=*/
269 /* (On short pages with no pagination) */
271 #bottom-bar.decorative {
272 position: relative;
274 #bottom-bar.decorative .nav-item {
275 display: none;
278 /*=------------=*/
279 /*= Search tab =*/
280 /*=------------=*/
282 #nav-item-search {
283 flex: 4 1 auto;
285 #nav-item-search form::before {
286 content: "\F002";
287 font-family: "Font Awesome", "Font Awesome 5 Free";
288 font-weight: 900;
289 display: inline-block;
290 vertical-align: top;
291 height: 23px;
292 width: 23px;
294 #nav-item-search input {
295 height: 23px;
296 width: calc(95% - 80px);
297 padding: 1px 4px;
299 #nav-item-search button {
300 height: 21px;
303 /*=-----------=*/
304 /*= Login tab =*/
305 /*=-----------=*/
307 #nav-item-login {
308 position: relative;
309 padding-right: 0.5em;
312 /*******************/
313 /* INBOX INDICATOR */
314 /*******************/
316 #inbox-indicator {
317 position: absolute;
318 top: 1px;
319 right: 0;
320 height: 100%;
321 visibility: hidden;
323 #inbox-indicator::before {
324 content: "\F0E0";
325 font-family: "Font Awesome", "Font Awesome 5 Free";
326 color: #bbb;
327 font-size: 1.1875rem;
328 position: absolute;
329 height: 100%;
330 right: 0;
331 top: 0;
332 padding: 0 0.45em;
333 visibility: visible;
334 font-weight: 900;
336 #inbox-indicator.new-messages::before {
337 color: #f00;
338 text-shadow:
339 0 0 1px #777,
340 0.5px 0.5px 1px #777;
342 a#inbox-indicator:hover::before {
343 color: #fff;
344 text-shadow:
345 0 0 1px #000,
346 0 0 2px #000,
347 0 0 4px #000,
348 0 0 1px #777,
349 0.5px 0.5px 1px #777;
351 a#inbox-indicator.new-messages:hover::before {
352 text-shadow:
353 0 0 1px #f00,
354 0 0 2px #f00,
355 0 0 4px #f00,
356 0 0 1px #777,
357 0.5px 0.5px 1px #777;
360 /****************/
361 /* PAGE TOOLBAR */
362 /****************/
364 .page-toolbar {
365 font-size: 0.9em;
366 line-height: 1.8;
367 text-align: right;
368 margin-right: -20px;
370 #content > .page-toolbar {
371 grid-column: 3;
372 grid-row: span 3;
374 #content.user-page > .page-toolbar {
375 grid-column: 2 / span 2;
376 order: -4;
379 /*=--------------------------=*/
380 /*= Page toolbar items (all) =*/
381 /*=--------------------------=*/
383 .page-toolbar > * {
384 display: inline-block;
385 margin-left: 1.5em;
387 .page-toolbar > form button {
388 padding: 0;
389 text-align: right;
390 white-space: unset;
392 .page-toolbar > form button::before {
393 text-align: center;
395 .page-toolbar .button::before {
396 font-family: "Font Awesome", "Font Awesome 5 Free";
397 font-size: 0.9em;
398 padding-right: 0.3em;
401 /*=-------------------------------=*/
402 /*= Page toolbar items (specific) =*/
403 /*=-------------------------------=*/
405 .new-post::before {
406 content: '\F067';
407 font-weight: 900;
409 .new-private-message::before {
410 content: '\F075';
411 font-weight: 400;
413 .logout-button::before {
414 content: '\F2F5';
415 font-weight: 900;
417 #enable-push-notifications::before {
418 content: '\F0F3';
419 font-weight: 400;
421 .ignore-button::before {
422 content: "\F070";
423 font-weight: 400;
425 .unignore-button::before {
426 content: "\F06E";
427 font-weight: 400;
429 .rss::before {
430 content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiANCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIGlkPSJSU1NpY29uIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+DQo8ZGVmcz4NCjxsaW5lYXJHcmFkaWVudCB4MT0iMC4wODUiIHkxPSIwLjA4NSIgeDI9IjAuOTE1IiB5Mj0iMC45MTUiIGlkPSJSU1NnIj4NCjxzdG9wICBvZmZzZXQ9IjAuMCIgc3RvcC1jb2xvcj0iI0UzNzAyRCIvPjxzdG9wICBvZmZzZXQ9IjAuMTA3MSIgc3RvcC1jb2xvcj0iI0VBN0QzMSIvPg0KPHN0b3AgIG9mZnNldD0iMC4zNTAzIiBzdG9wLWNvbG9yPSIjRjY5NTM3Ii8+PHN0b3AgIG9mZnNldD0iMC41IiBzdG9wLWNvbG9yPSIjRkI5RTNBIi8+DQo8c3RvcCAgb2Zmc2V0PSIwLjcwMTYiIHN0b3AtY29sb3I9IiNFQTdDMzEiLz48c3RvcCAgb2Zmc2V0PSIwLjg4NjYiIHN0b3AtY29sb3I9IiNERTY0MkIiLz4NCjxzdG9wICBvZmZzZXQ9IjEuMCIgc3RvcC1jb2xvcj0iI0Q5NUIyOSIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjwvZGVmcz4NCjxyZWN0IHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiByeD0iNTUiIHJ5PSI1NSIgeD0iMCIgIHk9IjAiICBmaWxsPSIjQ0M1RDE1Ii8+DQo8cmVjdCB3aWR0aD0iMjQ2IiBoZWlnaHQ9IjI0NiIgcng9IjUwIiByeT0iNTAiIHg9IjUiICB5PSI1IiAgZmlsbD0iI0Y0OUM1MiIvPg0KPHJlY3Qgd2lkdGg9IjIzNiIgaGVpZ2h0PSIyMzYiIHJ4PSI0NyIgcnk9IjQ3IiB4PSIxMCIgeT0iMTAiIGZpbGw9InVybCgjUlNTZykiLz4NCjxjaXJjbGUgY3g9IjY4IiBjeT0iMTg5IiByPSIyNCIgZmlsbD0iI0ZGRiIvPg0KPHBhdGggZD0iTTE2MCAyMTNoLTM0YTgyIDgyIDAgMCAwIC04MiAtODJ2LTM0YTExNiAxMTYgMCAwIDEgMTE2IDExNnoiIGZpbGw9IiNGRkYiLz4NCjxwYXRoIGQ9Ik0xODQgMjEzQTE0MCAxNDAgMCAwIDAgNDQgNzMgViAzOGExNzUgMTc1IDAgMCAxIDE3NSAxNzV6IiBmaWxsPSIjRkZGIi8+DQo8L3N2Zz4NCg==');
431 display: inline-block;
432 width: 1em;
433 padding-right: 0.2em;
434 position: relative;
435 top: 1px;
438 /*********************/
439 /* TOP PAGINATION UI */
440 /*********************/
442 #top-nav-bar {
443 grid-column: 2;
444 margin: 0.25em 0 0 0;
445 padding: 0.75em 0 0 0;
446 text-align: center;
447 font-size: 1.25em;
448 display: flex;
449 justify-content: center;
451 #top-nav-bar a {
452 line-height: 1;
454 #top-nav-bar a.disabled {
455 pointer-events: none;
456 visibility: hidden;
458 #top-nav-bar .page-number {
459 position: relative;
460 display: inline-block;
461 width: 1.5em;
463 #top-nav-bar .page-number-label {
464 position: absolute;
465 font-size: 0.5em;
466 text-transform: uppercase;
467 width: 100%;
468 bottom: 90%;
469 left: 0;
471 #top-nav-bar a::before {
472 margin: 0.5em;
473 display: inline-block;
476 /****************/
477 /* SUBLEVEL NAV */
478 /****************/
480 .sublevel-nav {
481 text-align: center;
482 display: flex;
483 justify-content: center;
484 margin: 1em 0 0 0;
486 #content > .sublevel-nav:not(.sort) {
487 grid-column: 2;
488 align-self: start;
490 .sublevel-nav .sublevel-item {
491 flex: 0 0 6em;
492 padding: 0.125em 0.5em;
493 font-size: 1.125rem;
495 .sublevel-nav .sublevel-item:active {
496 transform: none;
498 .sublevel-nav .sublevel-item.selected {
499 cursor: default;
502 /***********************/
503 /* SORT ORDER SELECTOR */
504 /***********************/
506 .sublevel-nav.sort {
507 position: relative;
508 margin-top: 8px;
509 font-size: 0.75em;
511 #content > .sublevel-nav.sort {
512 grid-column: 3;
513 grid-row: span 2;
514 justify-self: end;
515 align-self: start;
516 flex-flow: column;
518 #content.index-page > .sublevel-nav.sort {
519 grid-column: 1;
520 justify-self: start;
521 flex-flow: row;
524 .sublevel-nav.sort::before {
525 content: "Sort";
526 font-size: 0.75rem;
527 position: absolute;
528 top: 0;
529 left: 0;
530 width: 100%;
532 .sublevel-nav.sort .sublevel-item {
533 line-height: 1;
534 font-size: 0.875rem;
535 flex-basis: unset;
538 /*******************************/
539 /* COMMENTS SORT MODE SELECTOR */
540 /*******************************/
542 .comments > .sublevel-nav.sort {
543 margin: 1em auto 0 auto;
545 @supports (width: -moz-fit-content) {
546 .comments > .sublevel-nav.sort {
547 width: -moz-fit-content;
550 @supports (width: fit-content) {
551 .comments > .sublevel-nav.sort {
552 width: fit-content;
556 /******************/
557 /* WIDTH SELECTOR */
558 /******************/
560 #width-selector {
561 position: absolute;
562 top: 4px;
563 right: -78px;
565 #width-selector button {
566 width: 22px;
567 height: 22px;
568 padding: 6px;
569 margin: 1px;
570 overflow: hidden;
571 background-repeat: no-repeat;
572 background-size: 100%;
573 background-origin: content-box;
575 #width-selector button,
576 #width-selector button:active,
577 #width-selector button:focus {
578 text-shadow: none;
579 color: transparent;
581 #width-selector button:disabled {
582 cursor: auto;
584 #width-selector button.select-width-normal {
585 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIqnI+py+0PU5hB0Sqp1Xlu32HI9YkHGZZqyo6cC8Kmgcqr3Z5vxPf+nygAADs=');
587 #width-selector button.select-width-wide {
588 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIrnI+py+0PT5jB0TqupUY37zEg95HhMk6bmpGi6aIw+7KnkmK1HvX+DzwUAAA7');
590 #width-selector button.select-width-fluid {
591 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIwnI+py+0/ApIwUGOfvTGzzYELGIoTiZpdylJte7xoQp7beMc5XnL4CYlMgsSisVEAADs=');
594 /*=----------------=*/
595 /*= Hover tooltips =*/
596 /*=----------------=*/
598 #width-selector button::after {
599 content: attr(data-name);
600 position: absolute;
601 display: block;
602 left: 0;
603 width: 100%;
604 text-align: center;
605 top: 56px;
606 visibility: hidden;
608 #width-selector button.selected::after {
609 content: attr(data-name) " (selected)";
611 #width-selector button:hover:not(:active)::after {
612 visibility: visible;
615 head.content-width-normal + body > * {
616 max-width: 900px;
618 head.content-width-wide + body > * {
619 max-width: 1150px;
621 head.content-width-fluid + body > * {
622 max-width: calc(100% - 300px);
625 /******************/
626 /* THEME SELECTOR */
627 /******************/
629 #theme-selector {
630 position: absolute;
631 top: 3px;
632 left: -41px;
633 opacity: 0.4;
634 display: table;
635 max-width: 40px;
637 #theme-selector:hover {
638 opacity: 1.0;
641 /*=----------------------=*/
642 /*= Theme select buttons =*/
643 /*=----------------------=*/
645 .theme-selector button {
646 display: table-cell;
647 width: 26px;
648 height: 26px;
649 padding: 5px;
650 margin: 1px 7px 0 7px;
651 color: transparent;
652 background-size: 16px 16px;
653 background-origin: content-box;
655 .theme-selector button,
656 .theme-selector button:hover,
657 .theme-selector button:active,
658 .theme-selector button:focus {
659 text-shadow: none;
660 color: transparent;
662 .theme-selector button:disabled {
663 cursor: auto;
666 /*=----------------------------=*/
667 /*= Pre-rendered button images =*/
668 /*=----------------------------=*/
669 /* (Each is just a capital letter A through whatever) */
671 .theme-selector button:nth-of-type(1) {
672 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAAAA0NDRYWFhwcHCIiIioqKjU1NTs7O0BAQEtLS09PT1ZWVlxcXGNjY2VlZWZmZmpqamxsbG1tbXd3d4WFhYeHh46OjpaWlpubm6Ojo6ampqysrK+vr7GxsbKysra2tr29vcDAwMnJyc3NzdLS0tra2tvb293d3d/f3+Tk5Ofn5+rq6uvr6+3t7e7u7vHx8fb29vf39/r6+vv7+/39/f7+/v///38AAA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGmUCbcEgsGo/IpHLJbDqf0Kh0Sq0eQwHCyVqsKQAACpdYAgMGrrGwYgZs1C9C+zAbc9rgEZeGwAMiXCRmHRdgAipWE4YtJmYYVSwCYBI2NQxgBDBUGWYSHh+SYCBTMgZ+bQs0UiKneCVRNRBmCw61DwlmYlApZnREMQVgaFCFYBpGFmZvTjRfAAIrRihmDTVq19jZ2tvc3d5CQQA7');
674 .theme-selector button:nth-of-type(2) {
675 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAAAA0NDRwcHCYmJioqKk1NTVVVVV1dXWJiYmNjY3d3d35+foiIiIuLi5aWlq2trbOzs7S0tLm5ucXFxcrKysvLy83NzdLS0tXV1dbW1tra2tvb2+Xl5ebm5ujo6Onp6e3t7e7u7vT09Pb29vf39/j4+Pv7+/39/f7+/v///wAAwKwtDQEAAAAQrAUAAGAAABUAAAAAAAAAEKwFAABgAABQ4VxT/38AAA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGj0CAcEgsGo/IpHLJbDqf0Kh0Sq0KAx0TaUsqcRzWQChFLpM/BGoAZG5P1OyUiXI5lUeD6ZosEgAWd2lSeykieQllhnpxJAoMH2UZcG1lIYKDcZQhBpOUZCcFi2QjaQgeZRaiKXhCDWUaqn1CD6+qKRIQGGYbtpQoC3pjnikRapBtIhUHVszNzs/Q0dLT1ENBADs=');
677 .theme-selector button:nth-of-type(3) {
678 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMe7m4+7n5O7o5e7q6e7t7e7u7u/f2O/f2e/g2u/i3PDa0fDb0/Dc1PDd1fDd1vLAq/LKufLKuvLMvfLQwvO4oPO6o/O7pPO8pfO9pvPAq/PBrfPFsvSylvS4n/Wqi/Wxlfakg/aoiPaqi/eadPeeefiMYPiRZ/iTafiTaviUa/iWbfiXb/iYcfqBUPqCUft0Pft3Qft7RvxvNvxxOPx0PPx1Pf1mKP1nKf1nKv1pLP1pLf1qLv1rL/1sMP1tMgAAACwAAAAAIAAgAAAGnsCCcEgsGo/IpHLJbDqf0Kh0Cl1AIBEHtciR2b5f3wpBNbzA6C+OIVXo0mlcI0qAoWmhi8f1jRGiHWgkRQctInQ1YCZbRQlvNnKMRI5fMwOSQxlgJZhDG2B+nQUJOV88AaIAO2AsogUnaCBFBCojUpRgNR8QGiulPQJSgXBpFVMPpcQ2Nw9UAik3aTcoZIwEEhQWGBN/rt7f4OHi451BADs=');
680 .theme-selector button:nth-of-type(4) {
681 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMYiHh4iIiImGhYqGhYuHhYyGg46Gg5CFgJKEfpKFf5WDfJeEfJiCeZmDeZqCeZuCd56BdZ+AdKZ/cKd/bq19abJ8ZbZ6Ybd5YMR1VctzUMxzT8x0UNJxStNxSdNyStRxSddwRthvRNlvRNtvQ99uQOFuPuRsO+ZtO+dsOuhsOOtrNuxrNvBpMfBpMvNoL/ZnLPZoLvhnLPlmKvpmKvtnKvxmKPxmKf1mKA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGn8CAcEgsGo/IpHLJbDqf0Kh0Sq0KBauX9iVrZRBWBe1GLpM11cSsZplMKqIaOTWYqmsM4uFEBtnXD0UAKDc1EVJ3gUUNNjcjiIBHITcsAlGJRxw3MASXkUYVm3VQmEYbNy6jT6VFHZudpJ9EBjI3JZA1ikQeZBe4ugEAH2QqALgUDQ4QGDFkMgt/ZmYmBVRq0i8kElbc3d7f4OHi4+REQQA7');
683 .theme-selector button:nth-of-type(5) {
684 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMQAw5wMy5gc15hI95RQ/5BhC4xtE5CZN4idN4Upo3Zai05um0p2o0qCq0aKr0aqy0Kyz0K200K+10LK4z7q+zru/zry/zr3Azr7Bzr/CzsDDzsHDzcTGzcnJzMrKzMzMzCwAAAAAIAAgAAAFbeAnjmRpnmiqrmzrvnAsz3Q9esmB7Hxh1ZsBYEgEBCo1DkHgmEiez05ymbGZlIKflYRFbkfY6lekBOh4hoitXBwq1kuG5EF/aOAC8Rir3S/7X3xjZEsQGBSIFBdwbUQNU41DC4OUlZaXmJmaViEAOw==');
686 .theme-selector button:nth-of-type(6) {
687 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMQAAAA0NDS4uLjU1NTg4OElJSVZWVmNjY21tbaOjo62trbOzs8XFxcvLy8zMzNDQ0Nvb2+Dg4OHh4ePj4+Xl5e7u7vLy8v39/f///4n/fwAAwKwtDQEAAAAeBwAAAAAAACwAAAAAIAAgAAAFWiAmjmRpnmiqrmzrvnAsz3RNJkKh70NlH4CgEBDw1RCABSXCZF5syIfthGxMTdVrKasdIQGGHWEy/Q4BjDJAIYG4IRa1tCvi0u1dvFZ/5asddIGCg4SFhoeDIQA7');
689 .theme-selector button:nth-of-type(7) {
690 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMWcEFG4QH3QZKHcfLXslM4AtOYIxPYQ1QYY4Q4tAS5VPWZpYYbKAhrSCh7iJjruPk72RlcWfosikp8qnqsyrrNK1tdO2tta7u9e+vtzExOTS0ebV0+bW1OfX1ejY1ujZ1+na1+nb2Ozf3Ozg3e3h3u7i3+/k4fDm4/Ho5PLq5vPr5/Ts6PXu6vfx7fjz7/j07/n18Pr28fr38vv48/v59Pz69f379v389/79+P//+gAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGssCccEgsGo/IpHLJbDqf0Kh0CmWhVi5q0TYhAL6AwySmFRXAaEAANOWAIScbjRT5fqQzBEAQMrYoOFIWamxaRTV6DIZGL2cbi0UgAAMtRDAyM5kzMlGSAixDjWkJN1Adk6BComgLgU8nAgEllpg2GgAKrk4yZw9IkrlRD3uzRsC6TioCAAQmRh4ArVIXYBKpMBhepFMZaAYHaBVaLA5pAA0pkDQjISEmM5Dx8vP09fb3UUEAOw==');
692 .theme-selector button:nth-of-type(8) {
693 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMVONTVSNTlaPUFeQUViQUlmRU2yeZ3Cga3KhbYKsfqbEo6jGpazIqbLMr7PNsMHWvsHWv8LXwMPXwejw5+nw6Orx6e/07vH28PX49Pf69vn7+fv9+/z9/P7//v///wAAACwAAAAAIAAgAAAFe6AnjmRpnmiqrmzrvnAsz3Rts52zbKamNBxZxwB4mC6CAEWIKJowhECF6SxBpVSjNTqNdZqSJ5fKyFzO58kA620C3nA4G/YFEAr4fAEwf9UhYn0udVokV110TYUjh1mBiH6Kj0IHVYZRS14JABFiAhY3oaKjpKWmp6g2IQA7');
695 .theme-selector button:nth-of-type(9) {
696 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMZLDlpPDl5XEmJfFmpfGm5rHnZ3JoKjPq6nPrLXWuL/cwe317e317vb69vz9/P3+/f7//v///wAAQBsmAIBgAAAQhqFS/38AAO86GpX/fwAAwAzpDQEAAAAeBwAAAAAAACwAAAAAIAAgAAAFT2AkjmRpnmiqrmzrvnAsz3RtQsig2OYSAAdeifELCkcNAfA4ghiWzIgTypwaq8/r0RqVZrvcaBhLPT4KZSExzVtrhQ4CINGt2+/4vH4/CwEAOw==');
699 /*=------------------------------=*/
700 /*= Theme select button tooltips =*/
701 /*=------------------------------=*/
702 /* (with the name & description of the theme that each button selects) */
704 #theme-selector button {
705 position: relative;
706 z-index: 1;
708 #theme-selector button::before {
709 content: attr(data-theme-name);
710 position: absolute;
711 top: 0;
712 right: 100%;
713 padding: 5px 6px 6px 6px;
714 line-height: 1;
715 width: 6em;
716 text-align: right;
717 z-index: 1;
718 visibility: hidden;
720 #theme-selector:hover button::before {
721 visibility: visible;
723 #theme-selector:hover ~ #theme-tweaker-toggle,
724 #theme-selector:active ~ #theme-tweaker-toggle {
725 z-index: -1;
728 /************************/
729 /* THEME TWEAKER TOGGLE */
730 /************************/
732 #theme-tweaker-toggle {
733 position: absolute;
734 top: 7px;
735 left: -75px;
737 #theme-tweaker-toggle button {
738 font-family: "Font Awesome", "Font Awesome 5 Free";
739 font-weight: 900;
740 font-size: 1.25rem;
741 opacity: 0.4;
742 z-index: 1;
744 #theme-tweaker-toggle button:hover {
745 opacity: 1.0;
748 /*******************/
749 /* QUICKNAV WIDGET */
750 /*******************/
752 #quick-nav-ui {
753 position: absolute;
754 right: -67px;
755 bottom: 20px;
757 #quick-nav-ui a {
758 font-family: "Font Awesome", "Font Awesome 5 Free";
759 font-weight: 900;
760 font-size: 1.5rem;
761 line-height: 1.7;
762 text-align: center;
763 display: block;
764 width: 40px;
765 height: 40px;
766 margin: 10px 0 0 0;
768 #quick-nav-ui a[href='#comments'].no-comments {
769 pointer-events: none;
771 #quick-nav-ui a {
772 visibility: hidden;
774 #content.post-page ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
775 visibility: visible;
778 /************************/
779 /* NEW COMMENT QUICKNAV */
780 /************************/
782 #new-comment-nav-ui {
783 position: absolute;
784 right: -112px;
785 bottom: 42px;
787 #new-comment-nav-ui > * {
788 display: block;
789 position: relative;
791 #new-comment-nav-ui.no-comments {
792 display: none;
795 /*=--------------------=*/
796 /*= New comments count =*/
797 /*=--------------------=*/
799 #new-comment-nav-ui .new-comments-count {
800 width: 2em;
801 font-size: 1.25rem;
802 line-height: 1.1;
803 text-align: center;
804 left: 1px;
805 cursor: pointer;
807 #new-comment-nav-ui .new-comments-count::selection {
808 background-color: transparent;
810 #new-comment-nav-ui .new-comments-count::after {
811 content: "NEW";
812 display: block;
813 font-size: 0.625rem;
816 /*=-----------------------------------=*/
817 /*= Next/previous new comment buttons =*/
818 /*=-----------------------------------=*/
820 #new-comment-nav-ui .new-comment-sequential-nav-button {
821 font-size: 1.75rem;
822 font-family: "Font Awesome", "Font Awesome 5 Free";
823 font-weight: 900;
824 width: 1.5em;
825 z-index: 5001;
827 #new-comment-nav-ui .new-comment-previous {
828 top: 8px;
830 #new-comment-nav-ui .new-comment-next {
831 bottom: 6px;
833 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
834 cursor: auto;
835 pointer-events: none;
838 /*******************/
839 /* HNS DATE PICKER */
840 /*******************/
842 #hns-date-picker {
843 position: absolute;
844 bottom: 72px;
845 right: -253px;
846 opacity: 0.6;
848 #hns-date-picker:hover,
849 #hns-date-picker:focus-within {
850 opacity: 1.0;
852 #hns-date-picker.no-comments {
853 display: none;
856 /*=---------------=*/
857 /*= "Since" label =*/
858 /*=---------------=*/
860 #hns-date-picker span {
861 display: block;
862 font-size: 0.75rem;
863 text-transform: uppercase;
866 /*=--------------------=*/
867 /*= "Since" text field =*/
868 /*=--------------------=*/
870 #hns-date-picker input {
871 margin-top: 1px;
872 padding: 1px 3px;
873 width: 140px;
874 text-align: center;
875 box-shadow: 0 0 0 1px transparent;
878 /************************/
879 /* ANTI-KIBITZER TOGGLE */
880 /************************/
882 #anti-kibitzer-toggle {
883 position: absolute;
884 right: -67px;
885 bottom: 225px;
887 #anti-kibitzer-toggle button {
888 display: block;
889 width: 40px;
890 height: 54px;
891 padding: 0;
893 #anti-kibitzer-toggle button::before,
894 #anti-kibitzer-toggle button::after {
895 font-family: "Font Awesome", "Font Awesome 5 Free";
897 #anti-kibitzer-toggle button::before {
898 content: "\F06E";
899 display: block;
900 font-size: 1.75em;
901 font-weight: 400;
903 #anti-kibitzer-toggle button::after {
904 content: "\F007\2004\F164";
905 font-size: 0.875em;
906 font-weight: 900;
908 #anti-kibitzer-toggle.engaged button::before {
909 content: "\F070";
912 /************************/
913 /* TEXT SIZE ADJUSTMENT */
914 /************************/
916 #text-size-adjustment-ui {
917 position: absolute;
918 top: 30px;
919 right: -78px;
920 opacity: 0.4;
922 #text-size-adjustment-ui:hover {
923 opacity: 1.0;
926 /* This doesn't work in Mozilla browsers, so hide it */
927 @-moz-document url-prefix() {
928 #text-size-adjustment-ui {
929 display: none;
933 /*=---------=*/
934 /*= Buttons =*/
935 /*=---------=*/
937 #text-size-adjustment-ui button {
938 font-weight: 900;
939 font-family: "Font Awesome", "Font Awesome 5 Free";
940 font-size: 0.75rem;
941 width: 24px;
942 height: 24px;
943 padding: 0;
945 #text-size-adjustment-ui button.default {
946 font-family: inherit;
947 font-size: 1.125rem;
948 position: relative;
949 top: 1px;
951 #text-size-adjustment-ui button:disabled {
952 opacity: 0.5;
954 #text-size-adjustment-ui button:disabled:hover {
955 cursor: default;
958 /*=----------------=*/
959 /*= Hover tooltips =*/
960 /*=----------------=*/
962 #text-size-adjustment-ui::after {
963 content: "Adjust text size";
964 position: absolute;
965 display: block;
966 left: 0;
967 width: 100%;
968 text-align: center;
969 top: 32px;
970 visibility: hidden;
971 font-size: 0.9em;
973 #text-size-adjustment-ui:hover::after {
974 visibility: visible;
977 /*******************************/
978 /* COMMENTS VIEW MODE SELECTOR */
979 /*******************************/
981 #comments-view-mode-selector {
982 position: absolute;
983 bottom: 30px;
984 left: -40px;
985 opacity: 0.6;
987 #comments-view-mode-selector:hover {
988 opacity: 1.0;
991 /*=---------=*/
992 /*= Buttons =*/
993 /*=---------=*/
995 #comments-view-mode-selector a {
996 display: block;
997 font-family: "Font Awesome", "Font Awesome 5 Free";
998 font-size: 1.25rem;
999 text-align: center;
1000 opacity: 0.4;
1001 padding: 0.25em;
1002 z-index: 1;
1004 #comments-view-mode-selector a.threaded {
1005 transform: scaleY(-1);
1006 font-weight: 900;
1008 #comments-view-mode-selector a.chrono {
1009 font-weight: normal;
1011 #comments-view-mode-selector a.selected,
1012 #comments-view-mode-selector a:hover {
1013 opacity: 1.0;
1014 text-decoration: none;
1016 #comments-view-mode-selector a.selected {
1017 cursor: default;
1020 /*****************/
1021 /* KEYBOARD HELP */
1022 /*****************/
1024 #keyboard-help-overlay {
1025 width: 100vw;
1026 height: 100vh;
1027 background-color: rgba(0,0,0,0.7);
1028 position: fixed;
1029 left: 0;
1030 top: 0;
1031 z-index: 5001;
1033 display: flex;
1034 justify-content: center;
1035 align-items: center;
1036 padding: 20px 30px 30px 20px;
1038 visibility: hidden;
1041 #keyboard-help-overlay .keyboard-help-container {
1042 background-color: #fff;
1043 filter: drop-shadow(4px 4px 2px #000);
1044 flex: 1 1 auto;
1045 max-width: 1500px;
1046 max-height: 100%;
1047 overflow-y: auto;
1048 position: relative;
1050 #keyboard-help-overlay .keyboard-help-container h1 {
1051 text-align: center;
1052 border-bottom: 1px solid #ddd;
1053 margin: 0;
1054 padding: 10px 20px;
1056 #keyboard-help-overlay .keyboard-help-container .note {
1057 margin: 0.5em auto;
1058 padding: 0 1em;
1059 width: fit-content;
1061 #keyboard-help-overlay .keyboard-help-container .keyboard-shortcuts-lists {
1062 column-width: 21em;
1063 column-count: auto;
1064 column-gap: 1.5em;
1065 border-top: 1px solid #ddd;
1066 padding: 15px 20px;
1068 #keyboard-help-overlay .keyboard-help-container ul {
1069 list-style-type: none;
1070 margin: 0;
1071 padding: 0;
1072 break-inside: avoid;
1073 white-space: nowrap;
1075 #keyboard-help-overlay .keyboard-help-container ul:nth-of-type(n+2) {
1076 margin: 20px 0 0 0;
1078 #keyboard-help-overlay .keyboard-help-container ul li.section {
1079 font-weight: bold;
1080 font-size: 1.125rem;
1081 break-after: avoid;
1083 #keyboard-help-overlay .keyboard-help-container .keys {
1084 margin: 0 0.5em 0 0;
1085 min-width: 4.5em;
1086 display: inline-block;
1088 #keyboard-help-overlay .keyboard-help-container .keys code {
1089 margin: 0 6px 0 0;
1091 #keyboard-help-overlay .keyboard-help-container code {
1092 display: inline-block;
1093 background-color: #eee;
1094 border: 1px solid #ccc;
1095 padding: 3px 8px 4px 8px;
1096 margin: 0 1px;
1098 #keyboard-help-overlay .keyboard-help-container code.ak {
1099 background-color: #ffeb83;
1100 border-color: #d4a500;
1102 #keyboard-help-overlay .keyboard-help-container code.ak::before {
1103 content: "ak+";
1104 opacity: 0.3;
1107 #nav-item-about button.open-keyboard-help {
1108 display: none;
1110 @media only screen and (hover:hover) and (pointer:fine) {
1111 #nav-item-about {
1112 position: relative;
1113 padding-right: 0.25em;
1115 #nav-item-about button.open-keyboard-help {
1116 font-family: "Font Awesome", "Font Awesome 5 Free";
1117 font-weight: 900;
1118 position: absolute;
1119 top: 0;
1120 right: 0;
1121 height: 100%;
1122 padding: 8px;
1123 display: initial;
1124 line-height: 1;
1125 background-color: transparent;
1129 #keyboard-help-overlay button.close-keyboard-help {
1130 position: absolute;
1131 right: 0;
1132 top: 0;
1133 font-family: "Font Awesome", "Font Awesome 5 Free";
1134 font-size: 1.5rem;
1135 padding: 10px 12px;
1138 /************/
1139 /* ARCHIVES */
1140 /************/
1142 .archive-nav {
1143 margin: 1.25em 0.5em 0 0.5em;
1144 padding: 0.25em;
1146 .archive-nav > * {
1147 display: flex;
1149 .archive-nav *[class^='archive-nav-item'] {
1150 line-height: 1;
1151 flex: 1 1 5%;
1152 text-align: center;
1153 padding: 6px 4px 4px 4px;
1154 max-width: 8%;
1156 @-moz-document url-prefix() {
1157 .archive-nav *[class^='archive-nav-item'] {
1158 padding: 5px 4px;
1161 .archive-nav-days .archive-nav-item-day {
1162 font-size: 0.8em;
1163 padding: 7px 0 5px 0;
1164 max-width: 4%;
1166 .archive-nav-days .archive-nav-item-day:first-child {
1167 flex-basis: 10%;
1170 /************/
1171 /* ARCHIVES */
1172 /************/
1174 .archive-nav {
1175 margin: 1.25em 0.5em 0 0.5em;
1176 padding: 0.25em;
1178 .archive-nav > * {
1179 display: flex;
1181 .archive-nav *[class^='archive-nav-item'] {
1182 line-height: 1;
1183 flex: 1 1 5%;
1184 text-align: center;
1185 padding: 6px 4px 4px 4px;
1186 max-width: 8%;
1188 @-moz-document url-prefix() {
1189 .archive-nav *[class^='archive-nav-item'] {
1190 padding: 5px 4px;
1193 .archive-nav-days .archive-nav-item-day {
1194 font-size: 0.8em;
1195 padding: 7px 0 5px 0;
1196 max-width: 4%;
1198 .archive-nav-days .archive-nav-item-day:first-child {
1199 flex-basis: 10%;
1202 /************/
1203 /* LISTINGS */
1204 /************/
1206 h1.listing {
1207 font-size: 1.875rem;
1208 line-height: 1.15;
1209 max-height: 1.15em;
1210 position: relative;
1213 h1.listing a {
1214 position: relative;
1217 /* Links to link-posts (not the link-post links themselves; that's below) */
1218 h1.listing .link-post-link + a {
1219 margin-left: 0.25em;
1222 h1.listing .link-post-link {
1223 font-size: 0.8em;
1224 display: inline;
1225 vertical-align: top;
1226 position: relative;
1227 top: 4px;
1230 /*=----------------------=*/
1231 /*= Listing hover reveal =*/
1232 /*=----------------------=*/
1233 /* (On desktops, hover over a multi-line listing to reveal all of it) */
1235 @media only screen and (min-width: 1160px) {
1236 h1.listing a {
1237 max-width: 100%;
1238 display: inline-block;
1239 white-space: nowrap;
1240 text-overflow: ellipsis;
1241 overflow: hidden;
1242 border-bottom: 1px solid transparent;
1243 -webkit-hyphens: auto;
1244 -moz-hyphens: auto;
1245 -ms-hyphens: auto;
1246 hyphens: auto;
1247 z-index: 1;
1248 padding: 0 0 1px 1px;
1250 h1.listing .link-post-link + a {
1251 max-width: calc(100% - 40px);
1253 h1.listing a:hover,
1254 h1.listing a:focus {
1255 text-decoration: dotted underline;
1256 white-space: initial;
1257 overflow: visible;
1258 z-index: 2;
1260 h1.listing:focus-within::before {
1261 content: "\F105";
1262 font-family: "Font Awesome", "Font Awesome 5 Free";
1263 display: block;
1264 position: absolute;
1265 left: -0.75em;
1268 /* Adds hysteresis to the hover area (i.e., prevents oscillation due to small
1269 mouse movements) */
1271 h1.listing a:not(.edit-post-link):hover::before {
1272 content: "";
1273 position: absolute;
1274 top: -10px;
1275 right: -10px;
1276 bottom: -10px;
1277 left: -10px;
1278 z-index: -1;
1280 h1.listing .link-post-link:hover {
1281 text-decoration: none;
1285 /*=-----------------------=*/
1286 /*= In-listing edit links =*/
1287 /*=-----------------------=*/
1289 h1.listing .edit-post-link {
1290 position: absolute;
1291 margin: 0;
1294 /*=---------------------------------=*/
1295 /*= Error messages on listing pages =*/
1296 /*=---------------------------------=*/
1298 .listing-message {
1299 width: 100%;
1300 text-align: center;
1301 padding: 1.25em 0 1.25em 0;
1302 font-size: 1.375em;
1305 /*********************/
1306 /* LISTING POST-META */
1307 /*********************/
1309 h1.listing + .post-meta {
1310 position: relative;
1311 justify-content: flex-start;
1312 margin: 0 20px 0 21px;
1315 h1.listing + .post-meta > * {
1316 margin: 0 1em 0 0;
1319 h1.listing + .post-meta .post-section {
1320 width: 0;
1321 margin: 0;
1322 overflow: hidden;
1324 h1.listing + .post-meta .post-section::before {
1325 position: absolute;
1326 left: -36px;
1329 h1.listing + .post-meta .read-time {
1330 cursor: default;
1333 /********************/
1334 /* SEQUENCES & TAGS */
1335 /********************/
1337 .sequence-text, .tag-description {
1338 font-size: 1.2rem;
1339 padding: 0 22px;
1342 #content.tag-index-page .tag-description {
1343 margin: 1em 0 0;
1346 section {
1347 margin-top: 2em;
1348 margin-bottom: 4em;
1351 h1.sequence-chapter {
1352 font-size: 2.3rem;
1355 article {
1356 max-width: 100%;
1359 .post-meta + .comments {
1360 margin-top: 3em;
1363 .tag-list {
1364 column-count: auto;
1365 column-width: 15em;
1366 margin-top: 0;
1367 border-bottom: 1px solid #999;
1368 padding-bottom: 1em;
1369 margin-bottom: 0;
1372 /**************/
1373 /* USER PAGES */
1374 /**************/
1376 /*=---------------------=*/
1377 /*= User's display name =*/
1378 /*=---------------------=*/
1380 #content.user-page h1.page-main-heading {
1381 margin: 0.25em 0 0 0;
1382 line-height: 1.1;
1383 grid-column: 1 / span 2;
1384 order: -2;
1387 #content.user-page h1.page-main-heading .user-full-name {
1388 font-size: 1rem;
1389 font-weight: normal;
1390 padding-left: 0.5em;
1393 /*=--------------------=*/
1394 /*= User's karma total =*/
1395 /*=--------------------=*/
1397 #content.user-page .user-stats {
1398 grid-column: 3;
1399 order: -2;
1400 text-align: right;
1401 align-self: end;
1404 #content.user-page .user-stats .karma-type {
1405 white-space: nowrap;
1408 /*=----------------------=*/
1409 /*= Expanded vs. compact =*/
1410 /*=----------------------=*/
1412 #content.user-page #comments-list-mode-selector {
1413 grid-row: span 2;
1415 #content.user-page #comments-list-mode-selector button {
1416 display: block;
1419 /*=----------------------------------------------------=*/
1420 /*= All, Posts, Comments, Drafts, Conversations, Inbox =*/
1421 /*=----------------------------------------------------=*/
1423 #content.user-page .sublevel-nav {
1424 margin-bottom: 0.5em;
1427 /*=--------------=*/
1428 /*= User's posts =*/
1429 /*=--------------=*/
1431 #content.user-page h1.listing {
1432 margin: 0.5em 0 0 0;
1435 #content.user-page .user-bio :first-child {
1436 margin-top: 0.5em;
1439 /*****************/
1440 /* CONVERSATIONS */
1441 /*****************/
1443 /*=----------------------=*/
1444 /*= List of participants =*/
1445 /*=----------------------=*/
1447 #content.conversation-page .conversation-participants {
1448 grid-column: 2 / span 2;
1449 text-align: right;
1450 margin: 0.5em 0 0 0;
1452 .post-meta > .conversation-participants {
1453 white-space: normal;
1455 .conversation-participants ul,
1456 .conversation-participants li {
1457 list-style-type: none;
1458 display: inline-block;
1459 margin: 0;
1460 padding: 0;
1462 .conversation-participants li {
1463 margin-left: 0.375em;
1465 .conversation-participants li:not(:last-of-type)::after {
1466 content: ",";
1469 /*=-------------------------=*/
1470 /*= Posting controls (form) =*/
1471 /*=-------------------------=*/
1473 #content.conversation-page .posting-controls {
1474 padding: 0 0 1em 0;
1476 #content.conversation-page .post-meta-fields {
1477 overflow: auto;
1478 display: flex;
1479 flex-flow: row wrap;
1481 .posting-controls.standalone textarea {
1482 margin-top: 0.375em;
1484 .posting-controls.standalone form {
1485 padding: 0 1em;
1487 #content.conversation-page .posting-controls.standalone form {
1488 padding: 0 1em 3em 1em;
1490 .posting-controls.standalone input[type='text'],
1491 .posting-controls.standalone label {
1492 margin: 0.25em 0;
1494 .posting-controls.standalone label {
1495 width: 4em;
1496 text-align: right;
1497 padding: 2px 6px;
1498 border: 1px solid transparent;
1500 .posting-controls.standalone input[type='text'] {
1501 width: calc(100% - 4em);
1502 padding: 0.25em;
1504 .posting-controls.standalone input[type='submit'] {
1505 float: right;
1507 .posting-controls.standalone #markdown-hints-checkbox ~ label {
1508 white-space: nowrap;
1510 .posting-controls.standalone #markdown-hints {
1511 top: calc(100% + 2em);
1514 /*=--------------------=*/
1515 /*= Conversation title =*/
1516 /*=--------------------=*/
1518 #content.conversation-page h1.page-main-heading {
1519 text-align: center;
1520 margin: 0.5em 0;
1521 line-height: 1.15;
1524 /*=----------=*/
1525 /*= Messages =*/
1526 /*=----------=*/
1528 #content.conversation-page > ul.comment-thread:last-of-type {
1529 margin-bottom: 2em;
1532 /******************/
1533 /* SEARCH RESULTS */
1534 /******************/
1536 #content.search-results-page h1.listing,
1537 #content.sequence-page h1.listing,
1538 #content.post-page h1.listing {
1539 font-size: 1.625em;
1542 /**************/
1543 /* LOGIN PAGE */
1544 /**************/
1546 .login-container {
1547 margin: 2em 0;
1548 padding: 1em;
1549 display: flex;
1550 flex-flow: row wrap;
1553 .login-container form {
1554 flex-basis: 50%;
1555 display: grid;
1556 grid-row-gap: 0.5em;
1557 align-content: start;
1559 .login-container form label {
1560 text-align: right;
1561 padding: 0.25em 0.5em;
1562 white-space: nowrap;
1563 grid-column: 1;
1565 .login-container form input {
1566 grid-column: 2;
1567 padding: 0.25em;
1569 .login-container form input[type='submit'],
1570 .login-container form a {
1571 grid-column: 2;
1572 justify-self: center;
1574 .login-container form input[type='submit'] {
1575 width: 10em;
1576 padding: 0.35em;
1577 line-height: 1;
1578 margin: 0.5em 0 0 0;
1580 .login-container form h1 {
1581 text-align: center;
1582 margin: 0;
1583 grid-column: 2;
1586 /* “Log in” form */
1588 #login-form {
1589 grid-template-columns: 5.5em 1fr;
1590 padding: 0.5em 2em 0.5em 0;
1593 /* “Create account” form */
1595 #signup-form {
1596 font-size: 0.9em;
1597 grid-template-columns: 8.5em 1fr;
1598 padding: 0.5em 1em 1em 1em;
1600 #signup-form h1 {
1601 font-size: 1.7em;
1603 #signup-form input[type='submit'] {
1604 padding: 0.4em 0.5em 0.5em 0.5em;
1607 /* Log in tip */
1609 .login-container .login-tip {
1610 padding: 0.5em 0.5em 0.5em 3em;
1611 margin: 2em 4em 0 4em;
1612 text-indent: -2em;
1613 line-height: 1.4;
1615 .login-container .login-tip span {
1616 font-weight: bold;
1619 /* Message box */
1621 #content.login-page .error-box {
1622 margin: 1.5em 0.875em -1.5em 0.875em;
1624 .error-box, .success-box {
1625 padding: 0.25em;
1626 text-align: center;
1629 /***********************/
1630 /* PASSWORD RESET PAGE */
1631 /***********************/
1633 .reset-password-container {
1634 margin-bottom: 2em;
1636 .reset-password-container input[type='submit'] {
1637 padding: 0.2em 0.5em;
1638 width: unset;
1640 .reset-password-container input {
1641 margin-left: 0.5em;
1642 width: 12em;
1644 .reset-password-container label {
1645 display: inline-block;
1646 width: 9em;
1648 .reset-password-container form > div {
1649 margin: 0.2em;
1651 .reset-password-container .action-container {
1652 padding-left: 11em;
1653 padding-top: 0.2em;
1655 .reset-password-container .error-box {
1656 margin: unset;
1659 /*********************/
1660 /* TABLE OF CONTENTS */
1661 /*********************/
1663 .contents {
1664 float: right;
1665 min-width: 6em;
1666 max-width: 40%;
1667 margin: 1.25em 0 0.75em 1.25em;
1668 padding: 7px 14px 10px 10px;
1669 position: relative;
1670 z-index: 1;
1673 .contents-head {
1674 text-align: center;
1675 margin-bottom: 0.25em;
1678 .post-body .contents ul {
1679 list-style-type: none;
1680 margin: 0 0 0 0.5em;
1681 counter-reset: toc-item-1 toc-item-2 toc-item-3;
1682 padding-left: 1em;
1683 font-size: 0.75em;
1685 .post-body .contents li {
1686 margin: 0.15em 0 0.3em 1em;
1687 text-align: left;
1688 text-indent: -1em;
1689 line-height: 1.2;
1690 position: relative;
1692 .post-body .contents li::before {
1693 position: absolute;
1694 width: 3em;
1695 display: block;
1696 text-align: right;
1697 left: -4.5em;
1699 .contents .toc-item-1 {
1700 counter-increment: toc-item-1;
1701 counter-reset: toc-item-2 toc-item-3;
1703 .contents .toc-item-1::before {
1704 content: counter(toc-item-1);
1706 .contents .toc-item-1 ~ .toc-item-2 {
1707 margin-left: 2.9em;
1708 font-size: 0.95em;
1710 .contents .toc-item-2 {
1711 counter-increment: toc-item-2;
1712 counter-reset: toc-item-3;
1714 .contents .toc-item-1 ~ .toc-item-2::before {
1715 content: counter(toc-item-1) "." counter(toc-item-2);
1717 .contents .toc-item-2::before {
1718 content: counter(toc-item-2);
1720 .contents .toc-item-1 + .toc-item-3 {
1721 counter-increment: toc-item-2 toc-item-3;
1723 .contents .toc-item-2 ~ .toc-item-3,
1724 .contents .toc-item-1 ~ .toc-item-3 {
1725 margin-left: 2.9em;
1726 font-size: 0.95em;
1728 .contents .toc-item-1 ~ .toc-item-2 ~ .toc-item-3 {
1729 margin-left: 5.7em;
1730 font-size: 0.9em;
1732 .contents .toc-item-3 {
1733 counter-increment: toc-item-3;
1735 .contents .toc-item-1 ~ .toc-item-2 ~ .toc-item-3::before {
1736 content: counter(toc-item-1) "." counter(toc-item-2) "." counter(toc-item-3);
1738 .contents .toc-item-1 ~ .toc-item-3::before {
1739 content: counter(toc-item-1) "." counter(toc-item-3);
1741 .contents .toc-item-2 ~ .toc-item-3::before {
1742 content: counter(toc-item-2) "." counter(toc-item-3);
1744 .contents .toc-item-3::before {
1745 content: counter(toc-item-3);
1747 .contents .toc-item-4,
1748 .contents .toc-item-5,
1749 .contents .toc-item-6 {
1750 display: none;
1753 /********************/
1754 /* POSTS & COMMENTS */
1755 /********************/
1757 .post-meta > *,
1758 .comment-meta > * {
1759 display: inline-block;
1760 margin-right: 1em;
1761 font-size: 1.0625em;
1763 .body-text {
1764 overflow-wrap: break-word;
1765 text-align: justify;
1767 .body-text p {
1768 margin: 1em 0;
1770 .retracted .body-text {
1771 text-decoration: line-through;
1774 .bare-url {
1775 word-break: break-all;
1776 hyphens: auto;
1778 .body-text a:not([href]),
1779 .body-text a:not([href]):hover,
1780 .body-text a:not([href])::before,
1781 .body-text a:not([href])::after {
1782 text-decoration: none;
1783 text-shadow: unset;
1784 border: unset;
1785 color: unset;
1786 content: unset;
1788 /*************/
1789 /* POST-META */
1790 /*************/
1792 .post-meta {
1793 display: flex;
1794 flex-flow: row wrap;
1795 justify-content: center;
1797 .post-meta .lw2-link {
1798 opacity: 0.5;
1799 order: 1;
1801 .post-meta > *,
1802 .post-meta .post-section::before {
1803 margin: 0 0.5em;
1805 .post-meta .post-section {
1806 order: -1;
1807 margin: 0;
1808 visibility: hidden;
1810 .post-meta .post-section::before,
1811 .comment-meta .alignment-forum {
1812 visibility: visible;
1813 font-family: "Font Awesome", "Font Awesome 5 Free";
1814 font-weight: 900;
1816 .post-section.frontpage::before {
1817 content: "\F015";
1819 .post-section.featured::before {
1820 content: "\F005";
1822 .post-section.meta::before {
1823 content: "\F077";
1825 .post-section.events::before {
1826 content: "\F5A0";
1828 .post-section.personal::before {
1829 content: "\F007";
1831 .post-section.draft::before {
1832 content: "\F15B";
1834 .post-section.alignment-forum::before,
1835 .comment-meta .alignment-forum {
1836 content: "AF";
1837 font-family: Concourse, 'Changa One';
1840 /*= Karma controls hover tooltips =*/
1842 @media only screen and (pointer: fine) {
1843 .post .voting-controls,
1844 .comment-item .voting-controls {
1845 position: relative;
1847 .post .karma.active-controls::after,
1848 .comment-item .karma.active-controls::after {
1849 content: "Double-click for strong vote";
1850 position: absolute;
1851 pointer-events: none;
1852 display: block;
1853 left: 6px;
1854 width: 100%;
1855 line-height: 1.15;
1856 white-space: normal;
1857 text-align: center;
1858 font-size: 0.875rem;
1859 opacity: 0;
1860 transition: opacity 0.2s ease;
1862 .post .voting-controls.active-controls:hover::after,
1863 .comment-item .voting-controls.active-controls:hover::after {
1864 opacity: 1.0;
1867 .post .voting-controls .karma-value::after,
1868 .comment-item .voting-controls .karma-value::after {
1869 content: attr(title);
1870 position: absolute;
1871 pointer-events: none;
1872 display: block;
1873 left: 50%;
1874 transform: translateX(-50%);
1875 white-space: pre-wrap;
1876 width: max-content;
1877 text-align: center;
1878 font-size: 0.875rem;
1879 color: #bbb;
1880 opacity: 0;
1881 transition: opacity 0.2s ease;
1883 .post .voting-controls.agreement .karma-value:hover::after,
1884 .comment-item .voting-controls.agreement .karma-value:hover::after {
1885 top: unset;
1886 bottom: 100%;
1888 .post .voting-controls .karma-value:hover::after,
1889 .comment-item .voting-controls .karma-value:hover::after {
1890 opacity: 1.0;
1892 .post .voting-controls.waiting .karma-value:hover::after,
1893 .comment-item .voting-controls.waiting .karma-value:hover::after {
1894 display: none;
1896 .comment-item .voting-controls .karma-value:hover::after {
1897 z-index: 5001;
1900 .author {
1901 position: relative;
1903 .author:not(.redacted)::before {
1904 content: attr(data-full-name);
1905 position: absolute;
1906 pointer-events: none;
1907 display: block;
1908 padding: 0 1em;
1909 left: 50%;
1910 bottom: 2em;
1911 transform: translateX(-50%);
1912 white-space: nowrap;
1913 text-align: center;
1914 font-size: 0.875rem;
1915 font-weight: normal;
1916 opacity: 0;
1917 transition: opacity 0.2s ease;
1918 z-index: 5001;
1920 .author:hover::before {
1921 opacity: 1.0;
1925 /*********/
1926 /* POSTS */
1927 /*********/
1929 .post {
1930 max-width: 100%;
1933 .post-body {
1934 min-height: 8em;
1935 padding: 0 30px;
1936 line-height: 1.5;
1937 font-size: 1.3rem;
1938 overflow: auto;
1939 margin: 0.5em 0 0 0;
1941 h1.post-title {
1942 margin: 1.1em 0 0.35em 0;
1943 padding: 0 30px;
1944 text-align: center;
1945 font-size: 2.5em;
1946 line-height: 1;
1948 .post .post-meta {
1949 text-align: center;
1950 position: relative;
1951 z-index: 2;
1953 .post .top-post-meta:last-child {
1954 margin-bottom: 40px;
1956 .post .bottom-post-meta {
1957 margin: 0;
1958 padding: 20px 0;
1960 .bottom-post-meta {
1961 border-style: solid;
1962 border-width: 1px 0;
1965 /**********/
1966 /* EVENTS */
1967 /**********/
1969 .event-info .map {
1970 position: relative;
1971 width: 100%;
1972 margin: 2em 0 1em;
1975 .event-info .map::before {
1976 content: "";
1977 display: block;
1978 padding-bottom: 50%;
1981 .event-info .map iframe {
1982 width: 100%;
1983 height: 100%;
1984 border: 1px solid #000;
1985 position: absolute;
1986 top: 0;
1987 left: 0;
1990 .event-info ul {
1991 list-style: none;
1992 padding: 0;
1993 text-align: center;
1996 /*******************/
1997 /* POST NAVIGATION */
1998 /*******************/
2000 .post-nav-item {
2001 display: grid;
2002 grid-template: 100% / 32% 36% 32%;
2003 grid-template-areas:
2004 "prev seq next";
2006 .post-nav {
2007 display: flex;
2008 flex-flow: column;
2009 justify-content: flex-end;
2010 padding: 0.5em;
2013 .post-nav-title {
2014 font-size: 1.125em;
2015 line-height: 1.15;
2016 display: inline;
2017 border-top: 1px solid transparent;
2019 .post-nav.prev .post-nav-title,
2020 .post-nav.next .post-nav-title {
2021 border-bottom: 1px solid transparent;
2024 .sequence-title {
2025 align-items: center;
2026 text-align: center;
2027 grid-area: seq;
2029 .sequence-title .post-nav-title {
2030 font-size: 1.5em;
2033 .post-nav.prev {
2034 grid-area: prev;
2035 align-items: flex-start;
2037 .post-nav.prev .post-nav-title::before {
2038 content: "\F0D9\2005";
2040 .post-nav.next {
2041 grid-area: next;
2042 text-align: right;
2043 align-items: flex-end;
2045 .post-nav.prev .post-nav-label,
2046 .post-nav.next .post-nav-label {
2047 display: none;
2049 .post-nav.next .post-nav-title::after {
2050 content: "\2004\F0DA";
2052 .post-nav.prev .post-nav-title::before,
2053 .post-nav.next .post-nav-title::after {
2054 font-family: Font Awesome;
2055 font-weight: 900;
2056 vertical-align: text-bottom;
2057 opacity: 0.75;
2059 .post-nav-links {
2060 max-width: 100%;
2063 @media only screen and (max-width: 900px) {
2064 .post-nav-item {
2065 font-size: 0.875em;
2066 grid-template: auto auto / 50% 50%;
2067 grid-template-areas:
2068 "prev next"
2069 "seq seq";
2071 .post-nav.prev .post-nav-title,
2072 .post-nav.next .post-nav-title {
2073 border-bottom: none;
2075 .post-nav.prev {
2076 margin: 0 0 0 -1px;
2077 position: relative;
2078 left: 1px;
2080 .sequence-title {
2081 padding: 0.75em 0;
2084 @media only screen and (max-width: 520px) {
2085 .post-nav-links + .comments {
2086 padding: 1em 0 0 0;
2090 .related-posts, .related-post-group {
2091 padding-bottom: 1em;
2093 .related-post-type {
2094 font-size: 1.2em;
2095 font-weight: 600;
2096 margin-top: 0.5em;
2097 margin-bottom: -0.5em;
2098 list-style-type: disc;
2099 margin-left: -0.5em;
2100 opacity: 0.7;
2102 .related-post-type::before {
2103 content: "\269c";
2104 font-size: 1.375em;
2105 font-weight: normal;
2106 margin-right: 0.15em;
2107 position: relative;
2108 vertical-align: baseline;
2109 top: 0.05em;
2111 .related-posts .post-type-prefix {
2112 display: none;
2115 /**************/
2116 /* LINK POSTS */
2117 /**************/
2119 .post.link-post > .post-body > p:first-child {
2120 text-align: center;
2121 font-size: 1.125em;
2122 margin: 0.5em 0 0 0;
2124 .post.link-post > .post-body > p:only-child {
2125 font-size: 1.5em;
2126 margin: 1em 0;
2128 .post.link-post a.link-post-link::before {
2129 content: "\F0C1";
2130 font-family: "Font Awesome", "Font Awesome 5 Free";
2131 font-weight: 900;
2132 font-size: 0.75em;
2133 position: relative;
2134 top: -2px;
2135 margin-right: 0.25em;
2138 /************/
2139 /* COMMENTS */
2140 /************/
2142 .comments {
2143 max-width: 100%;
2144 padding: 0 0 1px 0;
2145 position: relative;
2147 .comments::before {
2148 content: "";
2149 position: absolute;
2150 display: block;
2151 top: 0;
2152 left: 0;
2153 width: 100%;
2154 height: 100%;
2155 pointer-events: none;
2157 ul.comment-thread {
2158 list-style-type: none;
2159 padding: 0;
2160 max-width: 100%;
2162 .comments .comment-thread > li {
2163 position: relative;
2165 #content > #top-nav-bar + .comment-thread .comment-item {
2166 margin-top: 0;
2169 .comment-item {
2170 margin: 2em 0 0 0;
2172 .comment-item .comment-item {
2173 margin: 1em 8px 8px 16px;
2175 .comment-item .comment-item + .comment-item {
2176 margin: 2em 8px 8px 16px;
2179 .comment-body {
2180 line-height: 1.45;
2181 font-size: 1.2rem;
2182 padding: 10px;
2184 .comment-body ul {
2185 list-style-type: circle;
2187 .comment-body > *:first-child {
2188 margin-top: 0;
2190 .comment-body > *:last-child {
2191 margin-bottom: 0;
2194 .comments-empty-message {
2195 width: 100%;
2196 text-align: center;
2197 padding: 0.75em 0 0.9em 0;
2198 font-size: 1.375em;
2201 /**********************************/
2202 /* DEEP COMMENT THREAD COLLAPSING */
2203 /**********************************/
2205 .comment-item > input[id^="expand"] {
2206 display: none;
2208 .comment-item > input[id^="expand"] + label {
2209 display: block;
2210 visibility: hidden;
2211 position: relative;
2212 margin: 8px 9px;
2214 .comment-item > input[id^="expand"] + label::after {
2215 content: "(Expand " attr(data-child-count) " below)";
2216 visibility: visible;
2217 position: absolute;
2218 left: 0;
2219 white-space: nowrap;
2220 cursor: pointer;
2222 .comment-item > input[id^="expand"]:checked + label::after {
2223 content: "(Collapse " attr(data-child-count) " below)";
2225 .comment-item > input[id^="expand"] ~ .comment-thread {
2226 max-height: 34px;
2227 overflow: hidden;
2229 .comment-item > input[id^="expand"] ~ .comment-thread > li:first-child {
2230 margin-top: 0;
2232 .comment-item > input[id^="expand"]:checked ~ .comment-thread {
2233 max-height: 1000000px;
2236 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
2237 margin: 0;
2239 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item a.comment-parent-link:hover::after {
2240 display: none;
2243 /*************/
2244 /* BACKLINKS */
2245 /*************/
2247 .backlinks > input {
2248 display: none;
2251 .backlinks > label {
2252 margin-left: 10px;
2253 display: block;
2254 color: #00f;
2255 cursor: pointer;
2258 .backlinks > label::before {
2259 content: " ";
2260 border-left: 5px solid currentColor;
2261 border-top: 5px solid transparent;
2262 border-bottom: 5px solid transparent;
2263 transition: transform 0.25s ease-out;
2264 transform-origin: 29% 55%;
2265 display: inline-block;
2266 padding-right: 0.5em;
2269 .backlinks > input:checked + label::before {
2270 transform: rotate(90deg);
2273 .backlinks li {
2274 margin-top: 0;
2277 .backlinks > ul {
2278 height: 0;
2279 perspective-origin: top;
2280 transform: perspective(100em) rotateX(-90deg);
2281 transform-origin: center top;
2282 opacity: 0;
2283 margin-top: 0.5em;
2284 margin-bottom: 0.5em;
2287 .backlinks > input:checked ~ ul {
2288 height: auto;
2289 transform: perspective(100em) rotateX(0deg);
2290 transition: transform 0.25s ease-in, opacity 0.25s ease-in;
2291 opacity: 1;
2294 /****************/
2295 /* COMMENT-META */
2296 /****************/
2298 .comment-meta {
2299 padding: 2px 24px 2px 10px;
2300 margin: 0 -1px;
2301 border: none;
2302 display: flex;
2303 flex-flow: row wrap;
2304 align-items: baseline;
2306 .user-page .comment-meta,
2307 .conversation-page .comment-meta {
2308 padding-right: 10px;
2310 .comment-meta .comment-post-title {
2311 flex-basis: 100%;
2312 overflow: hidden;
2313 text-overflow: ellipsis;
2314 line-height: 1.3;
2316 .conversation-page .comment-meta .comment-post-title {
2317 margin: 0;
2318 flex-basis: unset;
2319 flex: 1 0 auto;
2320 text-align: right;
2321 display: none; /* Not sure if we need to display this... */
2323 .comment-item .author:not(.redacted).original-poster::after {
2324 content: "\2004(OP)";
2325 font-size: 0.75em;
2328 /*****************************/
2329 /* COMMENT THREAD NAVIGATION */
2330 /*****************************/
2332 a.comment-parent-link:not(.inline-author),
2333 a.comment-parent-link.inline-author::before {
2334 opacity: 0.5;
2336 a.comment-parent-link:hover {
2337 opacity: 1.0;
2339 a.comment-parent-link::before {
2340 content: "\F062";
2341 font-family: "Font Awesome", "Font Awesome 5 Free";
2342 font-weight: 900;
2343 font-size: 0.75rem;
2344 line-height: 1;
2345 position: absolute;
2346 z-index: 1;
2347 display: block;
2348 padding: 3px 3px 0 3px;
2349 width: 16px;
2350 height: calc(100% + 2px);
2351 top: -1px;
2352 left: -17px;
2354 a.comment-parent-link::after {
2355 content: "";
2356 position: absolute;
2357 z-index: 0;
2358 display: block;
2359 width: calc(100% + 26px);
2360 height: calc(100% + 38px);
2361 top: -29px;
2362 left: -17px;
2363 pointer-events: none;
2364 overflow: hidden;
2365 visibility: hidden;
2367 a.comment-parent-link:hover::after {
2368 visibility: visible;
2371 .comment-child-links {
2372 flex-basis: 100%;
2374 .comment-child-link {
2375 margin: 0 0.25em;
2376 display: inline-block;
2378 .comment-child-link::before {
2379 content: ">";
2380 display: inline-block;
2381 margin: 0 2px 0 0;
2384 .comment-popup {
2385 position: fixed;
2386 top: 10%;
2387 right: 10%;
2388 max-width: 700px;
2389 z-index: 10001;
2390 font-size: 1rem;
2391 white-space: unset;
2392 pointer-events: none;
2394 .comment-popup .comment-parent-link {
2395 display: none;
2397 .comment-popup .comment-body {
2398 font-size: 1.0625rem;
2401 .comment-item.depth-odd {
2402 --GW-comment-background-color: var(--GW-comment-background-color-odd);
2403 --GW-comment-parent-background-color: var(--GW-comment-background-color-even);
2405 .comment-item.depth-even {
2406 --GW-comment-background-color: var(--GW-comment-background-color-even);
2407 --GW-comment-parent-background-color: var(--GW-comment-background-color-odd);
2410 .comment-item:target {
2411 --GW-comment-background-color: var(--GW-comment-background-color-target);
2413 .comment-item:target > .comment-thread > .comment-item {
2414 --GW-comment-parent-background-color: var(--GW-comment-background-color-target);
2417 /**********************/
2418 /* COMMENT PERMALINKS */
2419 /**********************/
2420 /********************/
2421 /* COMMENT LW LINKS */
2422 /********************/
2424 .comment-meta .permalink::before,
2425 .comment-meta .lw2-link::before,
2426 .individual-thread-page a.comment-parent-link:empty::before {
2427 content: "";
2428 display: inline-block;
2429 width: 1rem;
2430 height: 1rem;
2431 border-radius: 3px;
2432 box-shadow:
2433 0 0 0 1px #fff,
2434 0 0 0 2px #00e,
2435 0 0 0 3px transparent;
2436 padding: 0 0 0 2px;
2437 background-size: 100%;
2438 position: relative;
2439 top: 2px;
2440 opacity: 0.5;
2442 .comment-meta .permalink::before {
2443 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPYAMQAw5w066BxG6SZO6ipS6zJY6zhd7Dtf7Elr7k1u7lZ171178GJ/8GOA8GWC8GmF8WyH8XON8nWP8naP8oOa84Wc84ac9Ied9Iyh9I6j9JCl9ZGl9ZSo9ZWp9Zms9Zut9qKz9qi4962897G/+LPB+LTC+LjF+L3J+cLN+cTP+sXQ+srU+svU+s7X+9DZ+9HZ+9La+9Xd+9bd+9ng/Nrh/Nvh/Obq/ent/e7x/vHz/vL0/vP1/vT2/vj5//n6//r7//v7//z8//39//7+/////wAAAAAAAAAAAAAAAAAAAAAAwMyACwEAAAAPAAAAAAAAAOC8CVX/fwAAZYtHif9/AAAAPywAAGAAAHA/LAAAYAAAIJ8FAABgAAAg8A0AgGEAAJDwDQCAYQAAEOQJAABhAADYvAlV/38AAJDtsXL/fwAAkO2xcv9/AABvHvb//57//7C8CVX/fwAAG2Zyjf9/AACQ8A0AAGEAAMDkC7PFfwAAkAAAAAAAAACA7bFy/38AACwAAAAAIAAgAAAH84AAgoOEhYaHiImKi4yNjo+QhgEODQGRiiVDRERDIpeHJ5uiRCWfhAdAo5tCCaaCFZtDHyCxEK4AsERCCxG1twhBqrqttzPCNLeCDTqjOQzJGMKctq4e0kMPkQUbgxSaqtiCAR0DiwbMMoMEACybyJYAATREOQWJBjui6YMr7oPyouodEsBsFAx+/gTFUCWwkIJgo3iUA9CPCLJ4OMBlOyThWwtCFS8KchErgqIAN0SFQGhxkAhRNhhFE3XjAgAVm14AyJBSlIVGJlT5GNVDVSlHHCBKEyVEg7YUP5b2QDHx04QRL2rUaEHCZLKvYMOKHXspEAA7');
2445 .comment-meta .lw2-link::before {
2446 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPYAMQAw5w066BZB6RxG6SJL6iZO6ipS6zJY6zhd7D1h7EBk7UJl7Ulr7kts7lFx7mB+8GJ/8GmF8WyH8XON8naP8niR8n+X84GY84+k9JOn9ZSo9ZWp9Zut9qS196W296e396q6962896+++LTC+LzI+b3J+cDM+cXQ+sjS+srU+s7X+9La+9bd+9jf/Nng/Nvh/Nzi/N7k/OXq/efr/ent/eru/e3w/vDz/vHz/vL0/vT2/vb3//f4//r7//z8//39//7+/////wAAt4pHif9/AAAAAAAAAAAAAAAAAAAAAAAAwMyACwEAAAAPAAAAAAAAAOC8CVX/fwAAZYtHif9/AAAAPywAAGAAAHA/LAAAYAAAIJ8FAABgAAAg8A0AgGEAAJDwDQCAYQAAEOQJAABhAADYvAlV/38AAJDtsXL/fwAAkO2xcv9/AABvHvb//57//7C8CVX/fwAAG2Zyjf9/AACQ8A0AAGEAAKDkC7PFfwAAkAAAAAAAAACA7bFy/38AACwAAAAAIAAgAAAH5YAAgoOEhYaHiImKi4yNjo+QkZKTlJWWl5EHBwoBgwuaB56hgpqciAE3QUE6BQAIPao9BgAmqiAADT6qNac2qjuzAC2qQBQBNaovABqqQSi9v60AHM0iCbpBsifEFtBBO9IM2CwYzUAVNL/BhgG+39IAMqo4w80qPKorie3RgyHNAANu2OcO3CAIPwIG/IGAoCodAwbxawZjBsAYiiYC8dDhQwYAJQB6IAGwQ0Z3AIFEmACE2IMLzX44OKkQiAQBOVTdGEAAVhAanRwGVAkghaoUglyoGoGpqdOnUKNKnUq1qlVEgQAAOw==');
2448 .individual-thread-page a.comment-parent-link:empty::before {
2449 left: unset;
2450 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAw5wAw9QAw9gBj9gB39gB99i8w5y+R9y+R+T8w51eq+V8w51+R9Jeq85eq9ZfY/s/E89fL+dfl/N/E8N/L9N/L9d/4/+fL9OfY9+f4/u/R9e/4/u////fY9ffe9ffe9vfr+/f//////P////9/AAABAAAAAAAAAAAAAAAAAAAAwMyACwEAAAAwaAUAAGEAABUAAAAAAAAAMGgFAABhAABAuwlV/38AAA8AAAAAAAAAwMyACwEAAAAAAAAAAAAAACwAAAAAIAAgAAAGi0CAcEgsGo/IpHLJbDqf0Kh0Ci1IIFRkgTMaXbLFbbf7BQPEYzIYnVZP2W13lRtvl53wSKgLsqTvSwR0XRMCeyMeAYNeTQ9pFAAEhx+RgyILTAhjGkIDk0IFn00KGxVDnl2UQgcZGAZUqCOqZp2itACxs7S5t7Wpvbi2u4cdwAAMDg0JxszNzs/QZkEAOw==');
2452 .comment-meta .permalink:hover::before {
2453 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPYAMQAw5wAw6AAw6QBW5wBd6wBq6gBq6y8w5y+E7UdW508w509D50996k+k718w51+q71+x71+x8F+38G8w549W55dW55d355ed6pfL9Z++75/L86dd56eq6qex66fR86fY9a9q57+R57/L77/e9b/r+seR58fl+c+d58+k58+36s/L7c/y/8/4/9eq59fl9tf4/9+x59/E6t/e8+e36Oe+6ufL6ufe8Ofy9uf4+ef//+/R6u/e7u////fY6vfe7ffr8ffy9vf////e6//l6//l7P/r7f/y8P/47//48P//8P//8v//8///9f//9v//+f//+v///1X/fwAAZYtHif9/AAAAPywAAGAAAHA/LAAAYAAAIJ8FAABgAAAg8A0AgGEAAJDwDQCAYQAAEOQJAABhAACowQlV/38AAJDtsXL/fwAAkO2xcv9/AABvHvb//57//4DBCVX/fwAAG2Zyjf9/AACQ8A0AAGEAAKDkC7PFfwAAkAAAAAAAAACA7bFy/38AACwAAAAAIAAgAAAH84BQgoOEhYaHiImKi4yNjo+Qhk5AQJGLMQcAmh6WhzOaoAAYnYRJE6GaATmkgkSgIzqgLKxQQ6kvRbK0SA6oAAKrrE8lvg20gkYVoQU4x0K+mrOsPdAAL5FMMoNEmb7XUE42QYtKyg+DT1AtmsaDTiEABTyJShSg54PrAO3g8Jryh5YoCwUhHztBT06gMjCv0BEFqAiMU3cQSpMN3hAV6SaBkD5+UFCAWqHICQhQHwzuG1QDFAJGz0AxcAEFhqYIUHZYCEWiEQ1UA0IlQKXhkQ+I1UAFMBGpSYoF1QZkmGjpyQ8VHC5c6CDixrGvYMOKHdspEAA7');
2455 .comment-meta .lw2-link:hover::before {
2456 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPYAMQAw5wAw6AAw6gBD6gBW6gBd6wBq6gBq6wB97S8w5y997Ucw50ed70ek708w50+k7U+q8F8w51+x8G+38Xcw53dD53e38Ye37JdW55fL9ZfR9p/Y9p/e9qdW56dd56dq56d356fe9rdq57ed57fl+b9357/Y8L/y/8eR58+R58/R78/y9s/y/8/4/9eq59fR79fe9df4/9+x59///+e36O/L6u////fY6vfe6vfe6/f////l7P/r7f/y7v/47//48P/4+f/4+v//7///8f//9f//9v//+v///wAAAAAAAAAAwMyACwEAAAAPAAAAAAAAALDBCVX/fwAAZYtHif9/AAAAPywAAGAAAHA/LAAAYAAAIJ8FAABgAAAg8A0AgGEAAJDwDQCAYQAAEOQJAABhAACowQlV/38AAJDtsXL/fwAAkO2xcv9/AABvHvb//57//4DBCVX/fwAAG2Zyjf9/AACQ8A0AAGEAAJDkC7PFfwAAkAAAAAAAAACA7bFy/38AACwAAAAAIAAgAAAH2YBHgoOEhYaHiImKi4yNjo+QkZKTlJWWl5FGRkGDRkCaRoOfnZuJRR0AAAU6R0MUqQOsNKkbRz4RqQiIRR6pBKxHKakALEUfqQ1HOcMWu70Av4I3wxpCDrA6MsMnzr7AP7gAEDjDACsi3t3QwEYlqQYj5RcVqRKmz9GCNeX8wyT36QT1WNCvnAAbAFUR4lXuAYhyDBQxTGXihQoYR2YN46AxVQiJz/jF4JFgWIwdwwLMAFmwBREMqQ60egVAwaKJIo+4SDXhiBEUqTJgGkq0qNGjSJMqXcoUUSAAOw==');
2458 .individual-thread-page a.comment-parent-link:empty:hover::before {
2459 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAw5wBD5wBD6i8w50cw50+E6k+k70+q8F8w51+x8G8w529d53cw53e38Idq54ex7oe+8Y9d54/E8Ze+8JfL9aeR6qe+7K/L8t+359/e8N/e8vfe7ffr8ff////r7f/r7v/y7//y8P/47///8P///wABAAAAAAAAAAAAAAAAAAAAwMyACwEAAAAwaAUAAGEAABUAAAAAAAAAMGgFAABhAAAQwAlV/38AAA8AAAAAAAAAwMyACwEAAAAAAAAAAAAAACwAAAAAIAAgAAAGjECScEgsGo/IpHLJbDqf0Kh0Cg1VLlQkSAEAQLLFbbf7BZPEYzIYnVZP2ePAuAyFt+d17tiC6BYiaXRLInpdFCN9AAcjDIFNGGkSJCKJBpOFAh1MHgNdDUKUXZZnlU4bCxNDoQCjJB8OD1mrrWaTpbWgt7izuLmivba/vSIEXQnAJBwZGsjNzs/Q0bVBADs=');
2461 .comment-meta .permalink:hover::before,
2462 .comment-meta .lw2-link:hover::before,
2463 .individual-thread-page a.comment-parent-link:empty:hover::before {
2464 box-shadow:
2465 0 0 0 2px #00e,
2466 0 0 0 3px transparent;
2467 opacity: 1.0;
2468 filter: unset;
2470 .comment-meta .permalink:active::before,
2471 .comment-meta .lw2-link:active::before,
2472 .individual-thread-page a.comment-parent-link:empty:active::before {
2473 transform: scale(0.9);
2476 .comment-meta .permalink,
2477 .comment-meta .lw2-link,
2478 .individual-thread-page .comment-parent-link:empty {
2479 position: relative;
2480 opacity: 1.0;
2482 .comment-meta .permalink::after,
2483 .comment-meta .lw2-link::after,
2484 .individual-thread-page .comment-parent-link:empty::after {
2485 content: "";
2486 width: 30px;
2487 height: 30px;
2488 display: block;
2489 position: absolute;
2490 top: -2px;
2491 left: -7px;
2492 box-shadow: none;
2493 pointer-events: auto;
2494 visibility: visible;
2497 /*************************/
2498 /* COMMENTS COMPACT VIEW */
2499 /*************************/
2501 #comments-list-mode-selector,
2502 #content.index-page #comments-list-mode-selector,
2503 #content.user-page #comments-list-mode-selector {
2504 padding-top: 6px;
2505 grid-column: 1;
2506 position: unset;
2507 z-index: 1;
2508 justify-self: start;
2509 align-self: start;
2511 #comments-list-mode-selector button {
2512 color: transparent;
2513 width: 32px;
2514 height: 32px;
2515 padding: 6px;
2516 margin: 1px;
2517 overflow: hidden;
2518 background-repeat: no-repeat;
2519 background-size: 100%;
2520 background-origin: content-box;
2522 #comments-list-mode-selector button:disabled {
2523 cursor: auto;
2525 #comments-list-mode-selector button.expanded {
2526 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJTnI+py+0Po5wn2Iuz3lrxD25eSIJjiWZnyq4s6r5kLJtJndK4eO9z77NRhsSi8YhMKpfMpvMJjTqDIR3VYr1mqdtg1/fdhXHjWll2fqVb0rY7WQAAOw==');
2528 #comments-list-mode-selector button.compact {
2529 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJXnI+py+0Po5y0uoCz3rxz5YViB46mWJ7qlq5u66rWTNf2fcQxrI98H/oBSYnhSWjU4JbMJi7pK0KD0ikRYfUgp1uo8wsOM7LXHJlVPWO6SbbRPRTL57gCADs=');
2531 @media only screen and (max-resolution: 1dppx) {
2532 #comments-list-mode-selector button.expanded {
2533 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKampqqqqv///wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCJSasV7Gqat+6eBYbcQopRqq5s257VeMokHdoevrm8mgAAOw==');
2535 #comments-list-mode-selector button.compact {
2536 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKqqqtvb2////wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCFSasN7Gqat45g433LeHUmF65phbZvurLtFJv3OO98zyQAOw==');
2540 #content > ul.comment-thread > li.comment-item,
2541 #content.compact > ul.comment-thread > li.comment-item {
2542 margin: 0;
2545 #content > .comment-thread {
2546 margin: 1em 0;
2548 #content.compact > .comment-thread {
2549 font-size: 0.9375rem;
2550 margin: 0.5em 0;
2552 #content.compact > .comment-thread:hover {
2553 z-index: 1;
2555 #content.compact > .comment-thread .comment-body {
2556 font-size: 1.0625rem;
2558 #content.compact > .comment-thread .comment-item,
2559 #content.index-page .comment-item.ignored,
2560 #content.inbox-user-page .comment-item.ignored {
2561 max-height: 61px;
2562 margin-top: 1em;
2563 overflow: hidden;
2564 position: relative;
2566 #content.compact > .comment-thread .comment-item {
2567 pointer-events: none;
2569 #content.compact > .comment-thread .comment-item::after {
2570 content: "…";
2571 position: absolute;
2572 right: 0;
2573 bottom: 0;
2574 font-size: 2rem;
2575 line-height: 1;
2576 padding: 0 16px 10px 64px;
2577 pointer-events: auto;
2579 @media only screen and (hover: hover) {
2580 #content.compact:not(:focus-within) > .comment-thread .comment-item:hover,
2581 #content.compact > .comment-thread .comment-item.expanded {
2582 overflow: visible;
2583 pointer-events: auto;
2584 z-index: 10;
2587 @media only screen and (hover: none) {
2588 #content.compact > .comment-thread.expanded .comment-item {
2589 overflow: visible;
2590 pointer-events: auto;
2591 z-index: 10;
2594 #content.compact > .comment-thread .comment-item .comment-meta {
2595 white-space: nowrap;
2596 overflow: hidden;
2597 text-overflow: ellipsis;
2598 padding: 2px 10px;
2600 #content.compact > .comment-thread .comment-item:hover .comment-meta {
2601 white-space: unset;
2603 #content.compact > .comment-thread .comment-item .comment-meta a {
2604 pointer-events: auto;
2606 #content.compact > .comment-thread .comment-item .comment-meta .comment-post-title {
2607 display: inline;
2609 #content.compact > .comment-thread .comment-item .comment-meta .voting-controls + .comment-post-title {
2610 margin-left: 0.75em;
2612 @media only screen and (hover: hover) {
2613 #content.compact > .comment-thread:last-of-type .comment-item:hover,
2614 #content.compact > .comment-thread:last-of-type .comment-item.expanded {
2615 max-height: unset;
2617 #content.compact > .comment-thread .comment-item:hover .comment,
2618 #content.compact > .comment-thread .comment-item.expanded .comment {
2619 position: relative;
2620 z-index: 1;
2621 margin-bottom: 2em;
2622 bottom: 0;
2624 #content.compact > .comment-thread .comment-item:hover .comment::before,
2625 #content.compact > .comment-thread .comment-item.expanded .comment::before{
2626 content: "";
2627 position: absolute;
2628 display: block;
2629 width: calc(100% + 20px);
2630 height: calc(100% + 20px);
2631 z-index: -1;
2632 top: -10px;
2633 left: -10px;
2635 #content.compact > .comment-thread:last-of-type .comment-item:hover .comment,
2636 #content.compact > .comment-thread:last-of-type .comment-item.expanded .comment{
2637 margin: 0;
2640 @media only screen and (hover: none) {
2641 #content.compact > .comment-thread.expanded:last-of-type .comment-item {
2642 max-height: unset;
2644 #content.compact > .comment-thread.expanded .comment-item .comment {
2645 position: relative;
2646 z-index: 1;
2647 margin-bottom: 2em;
2648 bottom: 0;
2650 #content.compact > .comment-thread.expanded .comment-item .comment::before {
2651 content: "";
2652 position: absolute;
2653 display: block;
2654 width: calc(100% + 14px);
2655 height: calc(100% + 20px);
2656 z-index: -1;
2657 top: -10px;
2658 left: -10px;
2660 #content.compact > .comment-thread.expanded:last-of-type .comment-item .comment {
2661 margin: 0;
2663 #content.compact > .comment-thread.expanded .comment-item .comment::after {
2664 content: "";
2665 display: block;
2666 position: fixed;
2667 top: 0;
2668 left: 0;
2669 width: 100%;
2670 height: 100%;
2671 z-index: -2;
2672 background-color: rgba(0,0,0,0.5);
2676 /*****************************/
2677 /* HIGHLIGHTING NEW COMMENTS */
2678 /*****************************/
2680 .new-comment::before {
2681 content: "";
2682 position: absolute;
2683 width: 100%;
2684 height: 100%;
2685 z-index: 5000;
2686 pointer-events: none;
2689 /***********************************/
2690 /* COMMENT THREAD MINIMIZE BUTTONS */
2691 /***********************************/
2693 .comment-minimize-button {
2694 font-family: "Font Awesome", "Font Awesome 5 Free";
2695 font-weight: 900;
2696 font-size: 1.25rem;
2697 line-height: 1;
2698 position: absolute;
2699 right: 1px;
2700 top: 1px;
2701 width: 18px;
2702 margin: 0;
2703 cursor: pointer;
2705 .comment-minimize-button:active {
2706 transform: scale(0.9);
2708 .comment-minimize-button::after {
2709 content: attr(data-child-count);
2710 font-weight: normal;
2711 font-size: 0.8125rem;
2712 position: absolute;
2713 left: 0;
2714 width: 100%;
2715 text-align: center;
2716 top: 21px;
2718 #content.individual-thread-page .comment-minimize-button {
2719 display: none;
2722 /*****************/
2723 /* IGNORE SYSTEM */
2724 /*****************/
2726 #content.comment-thread-page .comment-item.ignored {
2727 height: 38px;
2728 overflow: hidden;
2730 .comment-item.ignored > .comment > .comment-meta > .author {
2731 text-decoration: line-through;
2734 /***********************************/
2735 /* INDIVIDUAL COMMENT THREAD PAGES */
2736 /***********************************/
2738 .individual-thread-page > h1 {
2739 line-height: 1;
2740 margin: 0.75em 0 3px 0;
2742 .individual-thread-page .comments {
2743 border: none;
2746 /*************/
2747 /* SHORTFORM */
2748 /*************/
2750 .shortform-index-page .comments::before {
2751 border: none;
2752 box-shadow: none;
2755 .shortform-index-page .comments > .comment-thread > .comment-item:first-child {
2756 margin-top: 0;
2759 /****************/
2760 /* VOTE BUTTONS */
2761 /****************/
2763 .vote {
2764 margin: 0;
2766 .vote {
2767 font-family: "Font Awesome", "Font Awesome 5 Free";
2768 font-weight: 900;
2769 border: none;
2772 .vote:disabled {
2773 visibility: hidden;
2774 cursor: default;
2777 @keyframes waiting {
2778 0% {background-position: 200% 0%}
2779 100% {background-position: 0% 0%}
2782 .voting-controls .karma-value {
2783 opacity: 1;
2784 transition: opacity 0.5s linear;
2787 .voting-controls.waiting .karma-value {
2788 opacity: 0.5;
2789 background: repeat-x linear-gradient(70deg, #000 50%, #fff 75%, #000);
2790 background-clip: text;
2791 -webkit-background-clip: text;
2792 color: transparent;
2793 background-position: 200% 0%;
2794 background-size: 200% 100%;
2795 animation: waiting 1s linear infinite;
2798 /* Replicated karma controls at bottom of comments. */
2799 .comment-controls .voting-controls {
2800 float: left;
2801 font-size: 0.9375em;
2804 .comment-controls .voting-controls:first-of-type {
2805 margin-left: -14px;
2808 /*****************************/
2809 /* COMMENTING AND POSTING UI */
2810 /*****************************/
2812 .comment-controls {
2813 text-align: right;
2814 margin: 0 8px 8px 16px;
2815 position: relative;
2816 z-index: 9999;
2818 .comment-thread .comment-controls + .comment-thread > li:first-child {
2819 margin-top: 8px;
2821 .comments > .comment-controls {
2822 margin: 8px 0 0 0;
2824 .comments > .comment-controls:last-child {
2825 margin: 8px 0 16px 0;
2828 .posting-controls input[type='submit'] {
2829 margin: 6px;
2830 padding: 4px 10px;
2831 font-size: 1.125rem;
2834 .comment-controls .cancel-comment-button {
2835 position: absolute;
2836 right: 0;
2837 margin: 0;
2838 height: 27px;
2839 font-size: inherit;
2840 padding: 4px 8px 2px 4px;
2841 z-index: 1;
2843 .comment-controls .cancel-comment-button::before {
2844 font-family: "Font Awesome", "Font Awesome 5 Free";
2845 margin-right: 3px;
2846 content: '\F00D';
2847 font-weight: 900;
2848 font-size: 0.9em;
2849 opacity: 0.7;
2852 .comment + .comment-controls .action-button {
2853 font-weight: normal;
2854 font-size: 1.0625em;
2855 padding: 1px 6px;
2857 .comment-controls .action-button::before {
2858 font-family: "Font Awesome", "Font Awesome 5 Free";
2859 margin-right: 3px;
2861 .new-comment-button {
2862 font-size: 1.5rem;
2863 margin: 0 0.25em;
2865 .comment-controls .reply-button::before {
2866 content: '\F3E5';
2867 font-weight: 900;
2868 font-size: 0.9em;
2869 opacity: 0.6;
2871 .comment-meta .replied::before {
2872 content: '\F3E5';
2873 font-family: "Font Awesome", "Font Awesome 5 Free";
2874 color: #090;
2875 font-weight: 900;
2876 font-size: 0.9em;
2877 opacity: 0.6;
2880 .post-controls {
2881 text-align: right;
2882 margin: 0.75em 0 0 0;
2883 align-self: start;
2884 justify-self: end;
2886 .edit-post-link {
2887 display: inline-block;
2888 margin-bottom: 0.25em;
2889 font-size: 1.125rem;
2891 .edit-post-link::before {
2892 margin-right: 0.3em;
2894 .comment-controls .edit-button::before,
2895 .edit-post-link::before {
2896 content: '\F303';
2897 font-family: "Font Awesome", "Font Awesome 5 Free";
2898 font-weight: 900;
2899 font-size: 0.75em;
2900 position: relative;
2901 top: -1px;
2904 .comment-controls .delete-button {
2905 margin-right: 0.25em;
2907 .comment-controls .edit-button,
2908 .comment-controls .retract-button,
2909 .comment-controls .unretract-button {
2910 margin-right: 1em;
2912 .comment-controls .retract-button::before {
2913 content: '\F4B3';
2914 opacity: 0.6;
2916 .comment-controls .unretract-button::before {
2917 content: '\F075';
2918 opacity: 0.9;
2920 .comment-controls .delete-button::before {
2921 content: '\F05E';
2922 opacity: 0.7;
2924 .comment-controls .retract-button::before,
2925 .comment-controls .unretract-button::before,
2926 .comment-controls .delete-button::before {
2927 font-weight: 900;
2928 font-size: 0.9em;
2931 .comment-controls form {
2932 position: relative;
2934 .textarea-container {
2935 position: relative;
2937 .posting-controls textarea {
2938 display: block;
2939 width: 100%;
2940 height: 15em;
2941 min-height: 15em;
2942 max-height: calc(100vh - 6em);
2943 margin: 2px 0 0 0;
2944 padding: 4px 5px;
2945 font-size: 1.2rem;
2946 border-style: solid;
2947 border-width: 29px 1px 1px 1px;
2948 resize: none;
2951 /* GUIEdit buttons */
2953 .guiedit-buttons-container {
2954 position: absolute;
2955 left: 1px;
2956 top: 1px;
2957 width: calc(100% - 2px);
2958 height: 28px;
2959 text-align: left;
2960 padding: 1px 4px 0 4px;
2961 overflow: hidden;
2963 .comment-thread-page .guiedit-buttons-container {
2964 padding-right: 60px;
2966 .guiedit-buttons-container button {
2967 height: 26px;
2968 padding: 0 7px;
2969 font-weight: 900;
2970 font-size: 0.875rem;
2971 line-height: 1;
2972 position: static;
2974 .guiedit-buttons-container button:active {
2975 transform: none;
2977 .guiedit-buttons-container button:active div {
2978 transform: scale(0.9);
2980 .guiedit-buttons-container button sup {
2981 font-weight: bold;
2983 .guiedit::after {
2984 content: attr(data-tooltip);
2985 position: absolute;
2986 font-weight: normal;
2987 font-size: 1rem;
2988 top: 2px;
2989 left: 464px;
2990 height: 25px;
2991 padding: 4px 0;
2992 white-space: nowrap;
2993 visibility: hidden;
2995 .guiedit:hover::after {
2996 visibility: visible;
2999 /* Markdown hints */
3001 .posting-controls .markdown-reference-link {
3002 float: left;
3003 padding: 1px 0 0 6px;
3005 .posting-controls .markdown-reference-link a {
3006 padding-right: 1.5em;
3007 margin-right: 0.15em;
3008 background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAQAAABNTyozAAAEDklEQVR4Ae3cY3QDjRaG0V1e27Zt27Zt27Ztf7Zt27Zt10jOdZtZzbSN2q41533+tsFO4zRi0TKRJVACJdDiJVACJVACJVACZQmUQAmUQAmUQAmUQFkCJVACJVACJVACJVDWuD7P8icnGRcVbdyJ/uRZ+jTZYxwq/lN2qMcozvtMibmySe/TsPeqi0JZ3XsAHm1SZAua9CjgoMQo6UB4uiim5gbXV7Ab1EQxT+P3RRw/dHtV3e39UL3g8XuOEw39QNX3g4LHcYwU/n5uo+q7beGKNqLwJ3U1cteKuepEQ1cid03BJIESKIESKIESKIESaIkl0I3dv7Q7a293c//ShrWym7l/abdbGaCnidJGPFzre6opUdqDtLJXitJ+svpA4Uy30dru6hJRHaCws37L37CDRbWAwvctf38S1QOqe43l7f2iikDheg+x9J5ksqpA4TS3svju5CJRXaCwvX7lG3KAqDZQ+Jby/U4kUM0rNN+7hAQSrvNAC/c4Ewn0/052C8Xd0fkigebbRp/5DdpHJFCxr5nfr4QEUqzmJYC3iQRq1jXuj8cYT6CyTnAv54oEKm9EJFBnJVAC7eoS0XJn2r8qQP/wNFOipUY8wvbVAeIjooXq3ki1gPhHC0A/oWWgQZ/37ZI2FaUdVPpb33LHlQS6scPFstrDQBtAvEpNdLEfsZJA3N3lYsnOcTvaAuKzomttqW+lgXimabFoYx5N20D8SXSlw9yElQfiE0J5dW+lI6BBu4uOO8+dWB0g1hel/YIOgbiVE0VHXefhrB7QTRwtmra3gS4AcW+Xibab8SJWE4h7uaLpn/Ud6AoQTzIu2uzDrDYQzzUjCo17HF0D4g3qoo1+yWoCld8hv5OuAvFl0XLb6V8rQGws5votXQfqs45oqaPdjLUDdNO5f7Xa32APgBhu6b2SC92VtQTEfVwlXOhO9ASI2zhNLKsRj2atAfFCo55Iz4C4nyvFks16OWsRiPvQUyCeblIs0adYq0B6DsTb1EV5fk+1gfiWKG0XAwnUZyPRtOPdggTiRg4UC7rEPUkg4PbOFIXGPIEEmt+DCmeu5rUkUHHPaXj76Qsk0MK9R/ynv5FAzfdDYS9Da+n/xe6ovd2lS/8vVlyfH7o1vQLKJVACJVACJVACJVACIYGW/A6z/A6zG8RcNbdT9d1eTcx1A8eKhn6s6vtxweNYfisaqvupu+jXV8H63cXP1Asev+Wpopi6aVMVbFpdFPMUlP6jdrY/8AgTYkHZhEcAvFNdFMpq3qFh78y/okIT3qk4j8zborn290hN91S/c6zrzapVsFnXO9bvPFXjYtEykSVQAnVUAiVQAiVQAiVQAiVQlkAJlEAJlEAJlEAJlCVQAiVQAiVQAiVQAmX/BMHb3CdNrgcrAAAAAElFTkSuQmCC');
3009 background-size: 1.25em;
3010 background-repeat: no-repeat;
3011 background-position: right center;
3014 #markdown-hints-checkbox + label {
3015 float: left;
3016 margin: 2px 0 0 1em;
3017 line-height: 1.3;
3018 cursor: pointer;
3020 #edit-post-form #markdown-hints-checkbox + label {
3021 padding: 0;
3023 #markdown-hints-checkbox {
3024 visibility: hidden;
3025 float: left;
3027 #markdown-hints-checkbox + label::after {
3028 content: "(Show Markdown help)";
3030 #markdown-hints-checkbox:checked + label::after {
3031 content: "(Hide Markdown help)";
3033 #markdown-hints-checkbox + label::before {
3034 content: '\F059';
3035 font-family: "Font Awesome", "Font Awesome 5 Free";
3036 font-weight: 900;
3037 margin-right: 3px;
3039 #markdown-hints-checkbox:checked + label::before {
3040 font-weight: normal;
3042 #markdown-hints {
3043 margin: 4px 0 0 4px;
3044 padding: 4px 8px;
3045 position: absolute;
3046 text-align: left;
3047 top: calc(100% - 1em);
3048 z-index: 1;
3049 display: none;
3051 .comment-controls #markdown-hints {
3052 top: calc(100% + 1.75em);
3054 #markdown-hints-checkbox:checked ~ #markdown-hints {
3055 display: table;
3057 .markdown-hints-row {
3058 display: table-row;
3060 #markdown-hints .markdown-hints-row span,
3061 #markdown-hints .markdown-hints-row code {
3062 float: none;
3063 display: table-cell;
3064 border: none;
3065 background-color: inherit;
3066 padding: 0 12px 0 0;
3069 /******************/
3070 /* EDIT POST FORM */
3071 /******************/
3073 #edit-post-form {
3074 padding: 1em 1em 4em 1em;
3076 #edit-post-form .post-meta-fields {
3077 display: grid;
3078 grid-template-columns: 5em auto auto auto 1fr auto;
3079 margin-bottom: 0.625em;
3082 #edit-post-form label[for='title'],
3083 #edit-post-form label[for='url'],
3084 #edit-post-form label[for='section'] {
3085 grid-column: 1;
3087 #edit-post-form input[type='text'] {
3088 padding: 0.25em;
3089 grid-column: 2 / span 4;
3090 margin-bottom: 0.5em;
3093 #edit-post-form .link-post-checkbox,
3094 #edit-post-form .link-post-checkbox + label {
3095 grid-row: 1;
3096 grid-column: 6;
3098 #edit-post-form .question-checkbox,
3099 #edit-post-form .question-checkbox + label {
3100 grid-row: 3;
3101 grid-column: 5;
3102 justify-self: start;
3103 margin-left: 1.5em;
3106 #edit-post-form .post-meta-fields label[for="submit-to-frontpage"] {
3107 grid-row: 4;
3108 grid-column: 2 / span 4;
3109 text-align: left;
3110 margin-top: 8px;
3113 #edit-post-form .post-meta-fields input[type='checkbox'] {
3114 height: 0;
3115 opacity: 0;
3116 pointer-events: none;
3118 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
3119 white-space: nowrap;
3120 position: relative;
3121 cursor: pointer;
3122 padding: 0.25em 0.5em 0.25em calc(20px + 0.25em + 0.3725em);
3123 align-self: start;
3125 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
3126 content: "";
3127 font-family: "Font Awesome", "Font Awesome 5 Free";
3128 font-size: 1.375rem;
3129 line-height: 0.7;
3130 text-indent: 1px;
3131 font-weight: 900;
3132 position: absolute;
3133 width: 20px;
3134 height: 20px;
3135 left: 5px;
3137 #edit-post-form label[for='url'],
3138 #edit-post-form input[name='url'] {
3139 display: none;
3141 #edit-post-form .link-post-checkbox:checked ~ label[for='url'],
3142 #edit-post-form .link-post-checkbox:checked ~ input[name='url'] {
3143 display: initial;
3145 #edit-post-form label {
3146 line-height: normal;
3147 border: 1px solid transparent;
3148 text-align: right;
3149 padding: 0.25em 0.5em;
3150 white-space: nowrap;
3152 #edit-post-form input[type='radio'] {
3153 width: 0;
3154 margin: 0;
3155 opacity: 0;
3156 pointer-events: none;
3158 #edit-post-form input[type='radio'] + label {
3159 padding: 4px 12px;
3160 text-align: center;
3161 border-style: solid;
3162 border-width: 1px 1px 1px 0;
3163 cursor: pointer;
3165 #edit-post-form input[type='radio']:checked + label {
3166 cursor: default;
3169 #edit-post-form label[for='section'] {
3170 grid-row: 3;
3172 #edit-post-form input[type='radio'] + label {
3173 grid-row: 3;
3175 @supports (width: -moz-fit-content) {
3176 #edit-post-form input[type='radio'] + label {
3177 width: -moz-fit-content;
3180 @supports (width: fit-content) {
3181 #edit-post-form input[type='radio'] + label {
3182 width: fit-content;
3186 #edit-post-form textarea {
3187 min-height: 24em;
3190 #edit-post-form input[type='submit'] {
3191 padding: 6px 12px;
3192 float: right;
3194 #edit-post-form #markdown-hints {
3195 top: calc(100% + 2em);
3198 #edit-post-form button.guiedit div {
3199 overflow: visible;
3201 .guiedit-mobile-auxiliary-button {
3202 display: none;
3205 /***********/
3206 /* BUTTONS */
3207 /***********/
3209 button,
3210 input[type='submit'] {
3211 font-family: inherit;
3212 font-size: inherit;
3213 background-color: inherit;
3214 cursor: pointer;
3215 border: none;
3216 border-radius: 0;
3219 /************/
3220 /* HEADINGS */
3221 /************/
3223 .body-text h1,
3224 .body-text h2,
3225 .body-text h3,
3226 .body-text h4,
3227 .body-text h5,
3228 .body-text h6 {
3229 line-height: 1.1;
3230 margin: 1em 0 0.75em 0;
3231 text-align: left;
3234 .post-body h5,
3235 .post-body h6 {
3236 font-size: 1em;
3238 .post-body h4 {
3239 font-size: 1.2em;
3241 .post-body h3 {
3242 font-size: 1.4em;
3244 .post-body h2 {
3245 font-size: 1.75em;
3247 .post-body h1 {
3248 font-size: 2.1em;
3251 .comment-body h5,
3252 .comment-body h6 {
3253 font-size: 1em;
3255 .comment-body h4 {
3256 font-size: 1.15em;
3258 .comment-body h3 {
3259 font-size: 1.3em;
3261 .comment-body h2 {
3262 font-size: 1.5em;
3264 .comment-body h1 {
3265 font-size: 1.75em;
3268 /**********/
3269 /* QUOTES */
3270 /**********/
3272 blockquote,
3273 .post-body .comment-box .comment-body {
3274 font-size: 0.9em;
3275 margin: 1em 0;
3276 padding-left: 0.5em;
3277 margin-left: 1px;
3278 padding-bottom: 3px;
3280 blockquote *:first-child {
3281 margin-top: 0;
3283 blockquote *:last-child {
3284 margin-bottom: 0;
3286 blockquote blockquote {
3287 font-size: 0.95em;
3290 /* Pseudo-blockquotes that LW sometimes uses for some reason */
3292 .post-body .comment-box .user-name {
3293 font-style: italic;
3295 .post-body .comment-box .user-name::after {
3296 content: ":";
3298 .post-body .comment-box {
3299 zoom: 1.25;
3302 /**********/
3303 /* IMAGES */
3304 /**********/
3306 #content img, #content figure {
3307 max-width: 100%;
3310 .prediction-poll > svg {
3311 width: 700px;
3312 max-width: 100%;
3315 img.inline-latex {
3316 position: relative;
3317 top: 2.5px;
3318 margin: 0 2px;
3321 #content figure {
3322 text-align: center;
3323 margin: 1.5em auto;
3326 p.imgonly,
3327 div.imgonly,
3328 figure {
3329 text-align: center;
3330 margin: auto;
3331 clear: both;
3334 .imgonly iframe {
3335 display: block;
3336 width: 100%;
3337 height: 250px;
3338 border: 0;
3341 // Aspect ratio trick from https://css-tricks.com/aspect-ratio-boxes/
3343 [style*="--aspect-ratio"] > * {
3344 width: 100%;
3346 [style*="--aspect-ratio"] > img {
3347 height: auto;
3349 @supports (--custom:property) {
3350 [style*="--aspect-ratio"] {
3351 position: relative;
3353 [style*="--aspect-ratio"]::before {
3354 content: "";
3355 display: block;
3356 padding-bottom: calc(100% / (var(--aspect-ratio)));
3358 [style*="--aspect-ratio"] > * {
3359 position: absolute;
3360 top: 0;
3361 left: 0;
3362 height: 100%;
3366 /**********/
3367 /* TABLES */
3368 /**********/
3370 .body-text table {
3371 border-collapse: collapse;
3372 font-size: 0.875em;
3374 .body-text table th,
3375 .body-text table td {
3376 text-align: left;
3377 padding: 4px 6px;
3378 line-height: 1.3;
3380 .body-text table .numeric {
3381 text-align: right;
3382 font-family: Inconsolata, Menlo, monospace;
3384 .body-text table caption {
3385 margin: 0 0 0.25em 0;
3386 font-weight: bold;
3387 font-size: 1.125em;
3390 /********/
3391 /* MISC */
3392 /********/
3394 /*= Superscripts & subscripts =*/
3396 /* Make sure superscripts and subscripts do not affect line spacing. */
3397 sup, sub {
3398 vertical-align: baseline;
3399 position: relative;
3400 top: -0.5em;
3401 left: 0.05em;
3402 font-size: 0.8em;
3404 sub {
3405 top: 0.3em;
3408 /*= Code blocks & other "unstyled" text. =*/
3410 pre,
3411 code {
3412 font-family: Inconsolata, Menlo, monospace;
3414 pre {
3415 white-space: pre-wrap;
3417 .body-text pre {
3418 text-align: left;
3420 code {
3421 font-size: 0.95em;
3422 display: inline-block;
3423 padding: 0 4px 1px 5px;
3425 pre > code {
3426 display: block;
3427 border-radius: 0;
3428 padding: 3px 4px 5px 8px;
3429 tab-size: 4;
3432 /*= Fractions =*/
3434 .frac::after {
3435 content: "\200B";
3438 /*= Removing browser default styling of various elements =*/
3440 /* On various input elements such as text fields and buttons, remove "blue glow" focus outlines on Macs, dotted black outlines in Firefox, etc. */
3441 :focus {
3442 outline: none;
3445 /* Remove "embossed" appearance of horizontal rules. */
3446 hr {
3447 border: none;
3450 input,
3451 button,
3452 textarea {
3453 -webkit-appearance: none;
3454 -moz-appearance: none;
3455 appearance: none;
3458 input {
3459 font-family: inherit;
3460 font-size: inherit;
3461 font-weight: inherit;
3464 /*************/
3465 /* FOOTNOTES */
3466 /*************/
3468 ol {
3469 counter-reset: ordered-list;
3471 .footnote-definition {
3472 font-size: 0.9em;
3473 list-style-type: none;
3474 counter-increment: ordered-list;
3475 position: relative;
3477 .footnote-definition p {
3478 font-size: inherit !important;
3480 .footnote-definition::before {
3481 content: counter(ordered-list) ".";
3482 position: absolute;
3483 left: -2.5em;
3484 font-weight: bold;
3485 text-align: right;
3486 width: 2em;
3489 /*= LW Docs footnotes =*/
3491 .footnote-item {
3492 display: flex;
3495 .footnote-item > :not(.nothing) {
3496 margin: 0 0.2em;
3499 .footnote-item > :first-child {
3500 margin-left: -0.2em;
3501 margin-right: 0;
3504 .footnote-back-link a:not(.nothing) {
3505 font-size: 0;
3506 text-decoration: none;
3507 border: none;
3510 .footnote-back-link a:not(.nothing):hover {
3511 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #00e;
3512 border: none;
3513 text-decoration: none;
3516 .footnote-back-link a::after {
3517 content: '\F106';
3518 font-family: Font Awesome;
3519 font-size: 1rem;
3520 padding: 0.2em;
3521 text-decoration: none;
3522 font-weight: bold;
3525 .footnote-content > :first-child {
3526 margin-top: 0;
3529 /*********/
3530 /* LISTS */
3531 /*********/
3533 li {
3534 margin-bottom: 0.5em;
3537 .body-text ol p,
3538 .body-text ul p {
3539 margin: 0.5em 0;
3542 .body-text ol {
3543 list-style: none;
3544 padding: 0;
3545 counter-reset: ol;
3547 .body-text ol > li {
3548 position: relative;
3549 counter-increment: ol;
3550 padding: 0 0 0 2.5em;
3551 margin: 0.25em 0 0 0;
3553 .body-text ol > li::before {
3554 content: counter(ol) ".";
3555 position: absolute;
3556 width: 2em;
3557 text-align: right;
3558 left: 0;
3560 .body-text ul {
3561 list-style: none;
3562 padding: 0;
3564 .body-text ul:not(.contents-list) > li:empty {
3565 padding-bottom: 1.25em;
3567 .body-text ul:not(.contents-list) > li {
3568 position: relative;
3569 padding: 0 0 0 1.75em;
3570 margin: 0.25em 0 0 0;
3572 .body-text ul:not(.contents-list) > li ul > li {
3573 padding: 0 0 0 2em;
3575 .body-text ul:not(.contents-list) > li::before {
3576 content: "•";
3577 position: absolute;
3578 width: 1.25em;
3579 text-align: right;
3580 left: 0;
3582 .body-text ul:not(.contents-list) > li ul > li::before {
3583 width: 1.5em;
3585 .body-text li > ul:first-child > li {
3586 padding-left: 0;
3588 .body-text li > ul:first-child > li::before {
3589 content: none;
3592 /**************/
3593 /* ERROR PAGE */
3594 /**************/
3596 .error-retry-form {
3597 margin: 0.5em 0;
3600 .error-retry-form input[type="submit"] {
3601 border: 1px solid #aaa;
3602 font-weight: bold;
3603 font-size: 1.125rem;
3604 padding: 0.5em 1.25em;
3607 /**************/
3608 /* ABOUT PAGE */
3609 /**************/
3611 #content.about-page .contents {
3612 margin-top: 0.25em;
3614 #content.about-page .accesskey-table {
3615 border-collapse: collapse;
3616 margin: auto;
3618 #content.about-page .accesskey-table th,
3619 #content.about-page .accesskey-table td {
3620 padding: 2px 6px;
3622 #content.about-page .accesskey-table td:first-child {
3623 padding-right: 1.5em;
3625 #content.about-page .accesskey-table td:last-child {
3626 text-align: center;
3627 font-family: Inconsolata, Menlo, monospace;
3629 #content.about-page h3:nth-of-type(n+2) {
3630 clear: both;
3633 /******************/
3634 /* IMAGES OVERLAY */
3635 /******************/
3637 #images-overlay + #content .post-body img {
3638 visibility: hidden;
3641 #images-overlay div {
3642 position: absolute;
3644 #images-overlay div::after {
3645 content: "Click to enlarge";
3646 display: block;
3647 position: absolute;
3648 margin: auto;
3649 left: 0;
3650 right: 0;
3651 bottom: 10px;
3652 padding: 6px 10px;
3653 font-size: 1.25rem;
3654 background-color: rgba(0,0,0,0.6);
3655 color: #fff;
3656 border-radius: 5px;
3657 opacity: 0.0;
3658 transition: opacity 0.15s ease;
3659 pointer-events: none;
3661 @supports (width: -moz-fit-content) {
3662 #images-overlay div::after {
3663 width: -moz-fit-content;
3666 @supports (width: fit-content) {
3667 #images-overlay div::after {
3668 width: fit-content;
3671 #images-overlay div:hover::after {
3672 opacity: 1.0;
3675 #images-overlay img {
3676 width: 100%;
3679 /***************/
3680 /* IMAGE FOCUS */
3681 /***************/
3683 /*=--------------=*/
3684 /*= Hover styles =*/
3685 /*=--------------=*/
3687 #content img:hover,
3688 #images-overlay img:hover {
3689 filter: drop-shadow(0 0 3px #777);
3690 cursor: zoom-in;
3692 #content img:active,
3693 #images-overlay img:active {
3694 transform: scale(0.975);
3697 /*=---------=*/
3698 /*= Overlay =*/
3699 /*=---------=*/
3701 #image-focus-overlay {
3702 position: fixed;
3703 top: 0;
3704 right: 0;
3705 bottom: 0;
3706 left: 0;
3707 z-index: 2;
3708 display: none;
3709 cursor: zoom-out;
3711 #image-focus-overlay::before {
3712 content: "";
3713 display: block;
3714 position: absolute;
3715 top: 0;
3716 right: 0;
3717 bottom: 0;
3718 left: 0;
3719 background-color: #000;
3720 opacity: 0.5;
3721 z-index: -1;
3723 #image-focus-overlay.engaged {
3724 display: initial;
3727 #image-focus-overlay img {
3728 margin: auto;
3729 position: absolute;
3730 left: 50%;
3731 top: 50%;
3732 transform: translateX(-50%) translateY(-50%);
3735 /*=-------------------=*/
3736 /*= Single-image mode =*/
3737 /*=-------------------=*/
3739 #image-focus-overlay:not(.slideshow) .image-number,
3740 #image-focus-overlay:not(.slideshow) .slideshow-buttons {
3741 visibility: hidden;
3744 /*=---------=*/
3745 /*= Caption =*/
3746 /*=---------=*/
3748 #image-focus-overlay .caption {
3749 position: absolute;
3750 bottom: 0.75em;
3751 background-color: rgba(0,0,0,0.7);
3752 left: 9em;
3753 right: 9em;
3754 margin: auto;
3755 max-width: calc(100% - 18em);
3756 text-align: center;
3757 font-size: 1.375em;
3758 border-radius: 8px;
3759 z-index: 1;
3760 transition:
3761 bottom 0.2s ease;
3763 @supports (width: -moz-fit-content) {
3764 #image-focus-overlay .caption {
3765 width: -moz-fit-content;
3768 @supports (width: fit-content) {
3769 #image-focus-overlay .caption {
3770 width: fit-content;
3773 #image-focus-overlay .caption.hidden {
3774 bottom: -5em;
3775 transition:
3776 bottom 0.5s ease;
3779 #image-focus-overlay .caption p {
3780 margin: 1em 1.25em;
3781 color: #fff;
3784 #image-focus-overlay .caption:not(:empty)::before {
3785 content: "";
3786 display: block;
3787 position: absolute;
3788 width: 100vw;
3789 height: calc(100% + 1.5em);
3790 z-index: -1;
3791 top: -0.75em;
3792 left: calc(-50vw + 50%);
3796 /*=--------------=*/
3797 /*= Help overlay =*/
3798 /*=--------------=*/
3800 #image-focus-overlay .help-overlay {
3801 position: absolute;
3802 display: flex;
3803 flex-flow: column;
3804 z-index: 2;
3805 font-size: 1.5rem;
3806 padding: 1em;
3807 border-radius: 10px;
3808 bottom: 1em;
3809 right: 1em;
3810 overflow: hidden;
3811 white-space: nowrap;
3812 color: transparent;
3813 cursor: default;
3814 visibility: hidden;
3815 transition:
3816 visibility 1s ease,
3817 color 1s ease,
3818 background-color 1s ease,
3819 bottom 0.3s ease;
3821 #image-focus-overlay .help-overlay:hover {
3822 max-width: 24em;
3823 max-height: 14em;
3824 background-color: rgba(0,0,0,0.85);
3825 color: #fff;
3826 visibility: visible;
3827 transition:
3828 visibility 0.2s ease 0.3s,
3829 color 0.2s ease 0.3s,
3830 background-color 0.2s ease 0.3s;
3833 #image-focus-overlay .help-overlay::after {
3834 content: "\F128";
3835 font-family: "Font Awesome", "Font Awesome 5 Free";
3836 font-weight: 900;
3837 font-size: 2rem;
3838 position: absolute;
3839 right: 0;
3840 bottom: 0;
3841 padding: 10px;
3842 color: #000;
3843 filter: drop-shadow(0 0 6px #fff);
3844 visibility: visible;
3845 opacity: 0.85;
3846 transition:
3847 visibility 1s ease;
3849 #image-focus-overlay .help-overlay:hover::after {
3850 visibility: hidden;
3851 transition:
3852 visibility 0.2s ease 0.3s;
3855 #image-focus-overlay .help-overlay p {
3856 margin: 0;
3857 text-indent: -2em;
3858 padding-left: 2em;
3859 max-width: 100%;
3860 overflow: hidden;
3862 #image-focus-overlay .help-overlay p + p {
3863 margin: 0.75em 0 0 0;
3865 #image-focus-overlay .help-overlay.hidden {
3866 bottom: -2em;
3869 /*=--------------=*/
3870 /*= Slide number =*/
3871 /*=--------------=*/
3873 #image-focus-overlay .image-number {
3874 position: absolute;
3875 z-index: 2;
3876 font-size: 1.75rem;
3877 left: 1em;
3878 bottom: 1em;
3879 font-weight: 600;
3880 text-shadow:
3881 0 0 3px #fff,
3882 0 0 5px #fff,
3883 0 0 8px #fff,
3884 0 0 13px #fff;
3885 width: 1.5em;
3886 text-align: right;
3887 white-space: nowrap;
3888 transition: bottom 0.3s ease;
3890 #image-focus-overlay .image-number::before {
3891 content: "#";
3892 opacity: 0.3;
3894 #image-focus-overlay .image-number::after {
3895 content: " of " attr(data-number-of-images);
3896 opacity: 0.3;
3898 #image-focus-overlay .image-number:hover::before,
3899 #image-focus-overlay .image-number:hover::after {
3900 opacity: 1.0;
3902 #image-focus-overlay .image-number.hidden {
3903 bottom: -1.25em;
3906 /*=-------------------=*/
3907 /*= Slideshow buttons =*/
3908 /*=-------------------=*/
3910 #image-focus-overlay .slideshow-buttons {
3911 position: absolute;
3912 top: 0;
3913 left: 0;
3914 width: 100%;
3915 height: 100%;
3916 z-index: 1;
3917 display: flex;
3918 justify-content: space-between;
3919 pointer-events: none;
3921 #image-focus-overlay .slideshow-buttons button {
3922 font-family: "Font Awesome", "Font Awesome 5 Free";
3923 font-weight: 900;
3924 font-size: 3rem;
3925 padding: 0.5em;
3926 color: #ddd;
3927 position: relative;
3928 left: 0;
3929 transition:
3930 left 0.3s ease;
3931 pointer-events: auto;
3933 #image-focus-overlay .slideshow-buttons button::selection {
3934 background-color: transparent;
3936 @media only screen and (hover: hover) {
3937 #image-focus-overlay .slideshow-buttons button:hover {
3938 background-color: rgba(0,0,0,0.1);
3939 color: #777;
3942 #image-focus-overlay .slideshow-buttons button:active {
3943 transform: none;
3944 color: #888;
3946 #image-focus-overlay .slideshow-buttons button:disabled {
3947 text-shadow: none;
3948 background-color: transparent;
3949 color: #ddd;
3950 cursor: default;
3951 opacity: 0.4;
3953 #image-focus-overlay .slideshow-button.previous.hidden {
3954 left: -1.75em;
3956 #image-focus-overlay .slideshow-button.next.hidden {
3957 left: 1.75em;
3960 /*=-----------------=*/
3961 /*= Background blur =*/
3962 /*=-----------------=*/
3964 .blurred {
3965 filter: blur(3px);
3968 /**************************/
3969 /* QUALIFIED HYPERLINKING */
3970 /**************************/
3972 #content.no-nav-bars {
3973 margin: 8px auto;
3975 #content.no-nav-bars + #ui-elements-container > * {
3976 padding-top: 8px;
3979 #aux-about-link {
3980 position: fixed;
3981 top: 40px;
3982 left: calc((100% - 900px) / 2 - 69px);
3983 width: 1.5em;
3984 height: 1.5em;
3985 text-align: center;
3986 display: table;
3988 #aux-about-link a {
3989 display: table-cell;
3990 width: 100%;
3991 vertical-align: middle;
3992 font-family: "Font Awesome", "Font Awesome 5 Free";
3993 font-weight: 900;
3994 font-size: 1.25rem;
3995 opacity: 0.4;
3996 z-index: 1;
3999 .qualified-linking {
4000 margin: 0;
4001 position: relative;
4003 .qualified-linking input[type='checkbox'] {
4004 visibility: hidden;
4005 width: 0;
4006 height: 0;
4007 margin: 0;
4009 .qualified-linking label {
4010 font-family: "Font Awesome", "Font Awesome 5 Free";
4011 font-weight: 900;
4012 font-size: 1rem;
4013 padding: 0 0.5em;
4014 display: inline-block;
4015 margin-left: 0.25em;
4017 .qualified-linking label:hover {
4018 cursor: pointer;
4020 .qualified-linking label:active span {
4021 display: inline-block;
4022 transform: scale(0.9);
4024 .qualified-linking label::selection {
4025 background-color: transparent;
4028 .qualified-linking label::after {
4029 content: "";
4030 width: 100vw;
4031 height: 0;
4032 left: 0;
4033 top: 0;
4034 position: fixed;
4035 z-index: 1;
4036 cursor: default;
4038 .qualified-linking input[type='checkbox']:checked + label::after {
4039 height: 100vh;
4042 .qualified-linking-toolbar {
4043 position: absolute;
4044 right: 0.25em;
4045 top: 110%;
4046 z-index: 1;
4048 .qualified-linking input[type='checkbox'] ~ .qualified-linking-toolbar {
4049 display: none;
4051 .qualified-linking input[type='checkbox']:checked ~ .qualified-linking-toolbar {
4052 display: block;
4054 #qualified-linking-toolbar-toggle-checkbox-bottom ~ .qualified-linking-toolbar {
4055 top: unset;
4056 bottom: 125%;
4059 .qualified-linking-toolbar a {
4060 display: block;
4061 padding: 0 6px;
4062 margin: 4px;
4064 .qualified-linking-toolbar a::selection {
4065 background-color: transparent;
4068 /*****************/
4069 /* HOVER PREVIEW */
4070 /*****************/
4072 #preview-popup-toggle {
4073 position: absolute;
4074 right: -67px;
4075 bottom: 285px;
4076 cursor: pointer;
4077 color: var(--GW-toggle-widget-color, #888);
4079 #preview-popup-toggle:hover {
4080 color: var(--GW-toggle-widget-hover-color, #444);
4083 #content.preview:not(not) {
4084 padding: 0;
4086 #content.preview > .comment-thread {
4087 margin: 2px;
4089 #content.preview.individual-thread-page > .comment-thread > .comment-item {
4090 border: none;
4092 #content.preview.user-page .page-main-heading, #content.preview.user-page .user-stats {
4093 padding: 0 8px;
4095 #content.preview.user-page .page-main-heading {
4096 margin-left: 8px;
4098 #content.preview.not(not) .body-text {
4099 margin-left: 8px;
4100 margin-right: 8px;
4102 #content.preview.user-page .user-stats {
4103 margin-right: 32px;
4105 #content.preview.user-page .page-toolbar, #content.preview.user-page nav {
4106 display: none;
4108 #content.preview button.vote {
4109 display: none;
4111 #content.preview > h1.listing {
4112 max-height: unset;
4114 #content.preview.user-page > .comment-thread {
4115 margin: 0.5em 0;
4117 #content.preview > .post {
4118 margin: 0 18px;
4120 #content.preview .post-title {
4121 margin-top: 0.5em;
4123 #content.preview .post-meta {
4124 line-height: 1.0;
4126 #content.preview .body-text {
4127 font-size: 1em;
4129 #content.preview nav.contents,
4130 #content.preview .lw2-link {
4131 display: none;
4134 .preview-popup {
4135 position: fixed;
4136 transform-origin: top;
4137 top: 10%;
4138 right: 10%;
4139 max-width: 700px;
4140 z-index: 10001;
4141 background-color: #eee;
4142 border: 1px solid #ccc;
4143 box-shadow: 2px 6px 20px -4px #000;
4144 transition: height 0.2s ease, top 0.2s ease;
4146 .popup-hide-button {
4147 position: fixed;
4148 top: 4px;
4149 right: 4px;
4150 color: #000;
4151 background-color: #fff;
4152 width: 28px;
4153 height: 28px;
4154 display: flex;
4155 font-family: "Font Awesome";
4156 font-size: 14px;
4157 line-height: 1;
4158 border: 1px solid #bbb;
4159 border-radius: 28px;
4160 align-items: center;
4161 justify-content: center;
4162 //padding-bottom: 2px;
4163 padding-left: 1.5px;
4164 font-family: "Font Awesome", "Font Awesome 5 Free";
4165 cursor: pointer;
4167 .popup-hide-button:hover::before {
4168 content: "Turn off preview popups";
4169 display: block;
4170 position: absolute;
4171 width: max-content;
4172 right: 32px;
4173 color #000;
4174 background-color: #fff;
4175 border: 1px solid #eee;
4176 border-radius: 2px;
4177 padding: 4px;
4180 /********/
4181 /* MATH */
4182 /********/
4184 .mathjax-block-container {
4185 display: block;
4186 overflow-y: hidden;
4187 border-radius: 6px;
4188 margin: 1em 0 1.5em 0;
4190 .mathjax-inline-container {
4191 max-width: 100%;
4192 display: inline-block;
4193 overflow-x: auto;
4194 overflow-y: hidden;
4195 position: relative;
4196 vertical-align: text-top;
4197 padding: 0 1px;
4199 .post .mathjax-inline-container {
4200 line-height: 1.1;
4201 top: 2px;
4203 .comment .mathjax-inline-container {
4204 top: 3px;
4205 line-height: 1;
4207 .mathjax-inline-container .mjx-chtml {
4208 padding: 0;
4211 /************/
4212 /* SPOILERS */
4213 /************/
4215 .spoiler {
4216 color: #000;
4217 background-color: currentColor;
4218 transition: none;
4219 text-shadow: none;
4220 margin: 1em 0;
4221 box-shadow: 0 0 0 1px currentColor inset;
4222 overflow: auto;
4224 .spoiler:not(:last-child) {
4225 margin-bottom: 0;
4227 #content .spoiler * {
4228 color: inherit;
4229 border: none;
4231 .spoiler:hover {
4232 color: unset;
4233 background-color: unset;
4234 text-shadow: unset;
4235 transition:
4236 color 0.1s ease-out 0.1s,
4237 background-color 0.1s ease-out 0.1s,
4238 text-shadow 0.1s ease-out 0.1s;
4240 .spoiler::selection,
4241 .spoiler ::selection {
4242 color: #fff;
4243 background-color: #000;
4245 .spoiler:not(:hover)::selection,
4246 .spoiler:not(:hover) ::selection {
4247 background-color: transparent;
4250 /*= Fix for LessWrong being weird =*/
4252 .spoiler > p {
4253 padding: 0 7px;
4255 .spoiler > p:first-child {
4256 margin-top: 0.25em;
4258 .spoiler > p:last-child {
4259 margin-bottom: 0;
4260 padding-bottom: 0.25em;
4262 .spoiler > p:hover ~ p {
4263 background-color: currentColor;
4265 .spoiler > p + p {
4266 margin-top: -1em;
4268 .spoiler > p:not(:first-child) {
4269 padding-top: 0.5em;
4271 .spoiler > p:not(:last-child) {
4272 padding-bottom: 0.5em;
4275 .spoiler:not(:hover) pre,
4276 .spoiler:not(:hover) code {
4277 background-color: inherit;
4278 box-shadow: none;
4280 #content .spoiler pre {
4281 border-color: currentColor;
4282 border-style: solid;
4283 border-width: 0 1px;
4284 border-radius: 0;
4287 /*******************/
4288 /* PAGE LIST INDEX */
4289 /*******************/
4291 .page-list-index {
4292 margin: 1em 30px;
4293 line-height: 1.2;
4296 .page-list-index > p {
4297 font-weight: bold;
4298 font-size: 1.2em;
4301 .page-list-index > ul * {
4302 margin: 0;
4305 .page-list-index ul {
4306 padding-left: 1.5em;
4309 .page-list-index li {
4310 margin-top: 0.67em;
4313 .page-list-index li > a {
4314 display: block;
4315 font-size: 1.1em;
4316 font-weight: bold;
4317 margin: 0.33em 0;
4320 .page-list-index li > a:last-child {
4321 margin-bottom: 1em;
4324 /*******************/
4325 /* ALIGNMENT FORUM */
4326 /*******************/
4328 #content.alignment-forum-index-page::after {
4329 content: "Alignment Forum";
4330 font-size: 1.5rem;
4331 margin: 0.375em 0 0 -0.375em;
4332 order: -1;
4335 /**********************/
4336 /* FOR NARROW SCREENS */
4337 /**********************/
4339 @media only screen and (max-width: 1440px) {
4340 #hns-date-picker {
4341 right: -81px;
4342 padding: 8px 10px 10px 10px;
4343 bottom: 62px;
4344 display: none;
4346 #hns-date-picker::before {
4347 content: "";
4348 position: absolute;
4349 display: block;
4350 z-index: -1;
4351 height: calc(100% + 2px);
4352 top: -1px;
4353 left: -1px;
4354 width: 50%;
4357 @media only screen and (max-width: 1160px) {
4358 #new-comment-nav-ui {
4359 bottom: 180px;
4360 right: -68px;
4362 #hns-date-picker {
4363 bottom: 200px;
4364 right: -36px;
4366 #hns-date-picker::before {
4367 width: calc(100% - 35px);
4369 #theme-selector button::before {
4370 right: unset;
4371 left: 100%;
4373 #theme-selector:hover::after {
4374 content: "";
4375 display: block;
4376 position: absolute;
4377 width: calc(6em - 7px);
4378 height: calc(100% + 2px);
4379 top: 0;
4380 left: calc(100% + 1px);
4382 #anti-kibitzer-toggle {
4383 bottom: 330px;
4386 @media only screen and (max-width: 1080px) {
4387 #width-selector {
4388 right: -30px;
4390 #width-selector button {
4391 display: block;
4393 #text-size-adjustment-ui {
4394 top: 90px;
4395 right: -30px;
4397 #text-size-adjustment-ui button {
4398 display: block;
4399 position: relative;
4401 #text-size-adjustment-ui button.increase {
4402 bottom: 48px;
4404 #text-size-adjustment-ui button.decrease {
4405 top: 50px;
4407 #theme-selector {
4408 top: 46px;
4409 left: -44px;
4411 #theme-tweaker-toggle {
4412 left: -44px;
4413 top: 2px;
4415 #theme-tweaker-toggle button {
4416 height: 2em;
4417 width: 2em;
4418 padding: 7px;
4420 #quick-nav-ui {
4421 right: -54px;
4423 #new-comment-nav-ui {
4424 right: -55px;
4426 #hns-date-picker {
4427 right: -23px;
4429 #hns-date-picker::before {
4430 width: calc(100% - 22px);
4432 #anti-kibitzer-toggle {
4433 right: -54px;
4436 @media only screen and (max-width: 1040px) {
4437 #quick-nav-ui {
4438 right: -49px;
4440 #new-comment-nav-ui {
4441 right: -50px;
4443 #hns-date-picker {
4444 right: -18px;
4446 #hns-date-picker::before {
4447 width: calc(100% - 17px);
4449 #anti-kibitzer-toggle {
4450 right: -50px;
4453 @media only screen and (max-width: 1020px) {
4454 #quick-nav-ui {
4455 right: -20px;
4457 #new-comment-nav-ui {
4458 right: -21px;
4460 #new-comment-nav-ui .new-comments-count::before {
4461 content: "";
4462 position: absolute;
4463 width: 100%;
4464 height: calc(100% + 45px);
4465 z-index: -1;
4466 left: 0;
4467 top: -22px;
4469 #hns-date-picker {
4470 right: 19px;
4472 #hns-date-picker::before {
4473 width: 100%;
4475 #anti-kibitzer-toggle {
4476 right: -20px;
4479 @media only screen and (max-width: 1000px) {
4480 #theme-selector {
4481 left: -17px;
4482 top: 120px;
4483 padding: 3px 0;
4484 max-width: 32px;
4486 #theme-selector button {
4487 margin: 1px 4px;
4489 #text-size-adjustment-ui {
4490 top: 100px;
4491 right: -12px;
4493 @media not screen and (hover: none) {
4494 #quick-nav-ui,
4495 #new-comment-nav-ui,
4496 #new-comment-nav-ui + #hns-date-picker,
4497 #anti-kibitzer-toggle {
4498 opacity: 0.4;
4500 #quick-nav-ui:hover,
4501 #new-comment-nav-ui:hover,
4502 #new-comment-nav-ui + #hns-date-picker:hover,
4503 #new-comment-nav-ui + #hns-date-picker:focus-within,
4504 #new-comment-nav-ui:hover + #hns-date-picker,
4505 #anti-kibitzer-toggle:hover {
4506 opacity: 1.0;
4509 #theme-tweaker-toggle {
4510 top: 70px;
4511 left: -21px;
4515 /**************/
4516 /* PRINT VIEW */
4517 /**************/
4519 @media only print {
4520 .nav-bar {
4521 visibility: hidden;
4522 max-height: 0;
4523 overflow: hidden;
4525 #ui-elements-container {
4526 display: none;
4528 #images-overlay {
4529 display: none;
4531 #images-overlay + #content .post-body img {
4532 visibility: visible;
4534 .comment-controls {
4535 display: none;
4537 #comments-sort-mode-selector {
4538 display: none;
4540 .comment-minimize-button {
4541 display: none;
4543 .post-meta .qualified-linking,
4544 .post-meta .lw2-link {
4545 display: none;
4547 .comment-meta .permalink,
4548 .comment-meta .lw2-link,
4549 .comment-meta .comment-parent-link {
4550 display: none;
4552 .new-comment::before {
4553 display: none;
4555 #content::before {
4556 box-shadow: none;
4560 /*****************/
4561 /* MOBILE LAYOUT */
4562 /*****************/
4564 /* Hide the mobile elements on desktop screens: */
4566 @media only screen and (max-width: 1160px) {
4567 #post-nav-ui-toggle,
4568 #appearance-adjust-ui-toggle {
4569 display: none;
4573 @media only screen and (max-width: 1160px) {
4575 /*====================*/
4576 /* MOBILE UI ELEMENTS */
4577 /*====================*/
4579 #ui-elements-container {
4580 height: unset !important;
4581 position: unset;
4583 #ui-elements-container > * {
4584 position: fixed;
4585 visibility: hidden;
4586 opacity: 1.0;
4587 z-index: 10000;
4590 #ui-elements-container > div[id$='-ui-toggle'] {
4591 visibility: visible;
4592 display: inline-block;
4593 border-radius: 50%;
4594 z-index: 10000;
4596 #ui-elements-container > div[id$='-ui-toggle'] button,
4597 #theme-selector .theme-selector-close-button {
4598 font-family: Font Awesome;
4599 font-weight: 900;
4600 font-size: 32px;
4601 padding: 10px;
4602 opacity: 0.8;
4603 -webkit-tap-highlight-color: transparent;
4604 transition: transform 0.2s ease;
4606 #ui-elements-container > div[id$='-ui-toggle'] button::selection,
4607 #theme-selector .theme-selector-close-button::selection {
4608 background-color: transparent;
4610 #ui-elements-container > div[id$='-ui-toggle'] button::-moz-focus-inner,
4611 #theme-selector .theme-selector-close-button::-moz-focus-inner {
4612 border: none;
4614 #ui-elements-container > div[id$='-ui-toggle'] button.engaged {
4615 transform: rotate(-90deg);
4616 opacity: 1.0;
4619 #appearance-adjust-ui-toggle {
4620 bottom: 10px;
4621 left: 10px;
4624 #post-nav-ui-toggle {
4625 bottom: 10px;
4626 right: 10px;
4629 #theme-selector.engaged,
4630 #quick-nav-ui.engaged,
4631 #new-comment-nav-ui.engaged,
4632 #hns-date-picker.engaged {
4633 visibility: visible;
4636 #image-focus-overlay.engaged {
4637 visibility: visible;
4639 #image-focus-overlay .help-overlay {
4640 display: none;
4643 /*=========*/
4644 /* GENERAL */
4645 /*=========*/
4647 @media only screen and (max-width: 900px) {
4648 #content,
4649 #images-overlay,
4650 #ui-elements-container {
4651 min-width: unset;
4652 width: unset;
4654 #content {
4655 padding: 0 4px;
4659 /*================*/
4660 /* THEME SELECTOR */
4661 /*================*/
4663 #theme-selector {
4664 display: flex;
4665 flex-flow: column;
4666 background-color: #fff;
4667 width: calc(100vw - 20px);
4668 max-width: 360px;
4669 padding: 0 0 3px 0;
4670 overflow: hidden;
4671 max-height: 0;
4672 transition:
4673 top 0.2s ease,
4674 max-height 0.2s ease,
4675 visibility 0.2s ease;
4676 top: calc(100% + 10px);
4677 left: 0;
4678 right: 0;
4679 margin: auto;
4681 #theme-selector.engaged {
4682 max-height: 1000px;
4683 top: 10px;
4684 z-index: 10001;
4686 #theme-selector::before {
4687 content: "Select theme";
4688 white-space: nowrap;
4689 display: block;
4690 font-weight: 600;
4691 font-size: 2rem;
4692 margin: 0.375em 1em 0.5em 1em;
4693 text-align: center;
4695 #theme-selector button {
4696 width: calc(100% - 0.5em);
4697 background-repeat: no-repeat;
4698 padding: 1em 0.875em;
4699 margin: 1px 4px;
4700 line-height: 1;
4701 height: unset;
4702 position: relative;
4704 #theme-selector button::after {
4705 content: attr(data-theme-description);
4706 color: #000;
4707 white-space: nowrap;
4708 position: absolute;
4709 text-align: left;
4710 left: 2.5em;
4711 top: 1em;
4713 @media only screen and (max-height: 675px) {
4714 #theme-selector button {
4715 padding: 0.875em;
4717 #theme-selector button::after {
4718 top: 0.875em;
4721 #theme-selector .theme-selector-close-button {
4722 position: absolute;
4723 width: unset;
4724 background-color: transparent;
4725 top: 0;
4726 right: -3px;
4728 #theme-selector .theme-selector-close-button,
4729 #theme-selector .theme-selector-close-button:focus,
4730 #theme-selector .theme-selector-close-button:active,
4731 #theme-selector .theme-selector-close-button:hover {
4732 box-shadow: none;
4735 /*===============*/
4736 /* THEME TWEAKER */
4737 /*===============*/
4739 #theme-selector {
4740 padding: 0 0 64px 0;
4742 #theme-selector ~ #theme-tweaker-toggle {
4743 top: 100%;
4745 #theme-selector ~ #theme-tweaker-toggle::after {
4746 content: "Open theme tweaker";
4747 position: absolute;
4748 font-size: 0.625em;
4749 white-space: nowrap;
4750 left: -50%;
4751 top: 100%;
4753 #theme-selector.engaged ~ #theme-tweaker-toggle {
4754 visibility: visible;
4755 top: 530px;
4756 left: 0;
4757 right: 0;
4758 margin: auto;
4759 z-index: 11111;
4760 transition:
4761 top 0.2s ease,
4762 visibility 0.2s ease;
4764 @media only screen and (max-height: 675px) {
4765 #theme-selector.engaged ~ #theme-tweaker-toggle {
4766 top: 492px;
4769 @supports (width: -moz-fit-content) {
4770 #theme-selector.engaged ~ #theme-tweaker-toggle {
4771 width: -moz-fit-content;
4774 @supports (width: fit-content) {
4775 #theme-selector.engaged ~ #theme-tweaker-toggle {
4776 width: fit-content;
4779 #theme-selector.engaged ~ #theme-tweaker-toggle button {
4780 opacity: 1.0;
4783 #theme-tweaker-ui {
4784 visibility: visible;
4787 /*======================*/
4788 /* ANTI-KIBITZER TOGGLE */
4789 /*======================*/
4791 #theme-selector ~ #anti-kibitzer-toggle {
4792 top: 100%;
4793 bottom: unset;
4794 left: 0;
4795 right: 0;
4796 margin: auto;
4797 box-shadow: none;
4798 width: calc(100vw - 44px);
4799 max-width: 330px;
4800 text-align: right;
4801 pointer-events: none;
4803 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4804 visibility: visible;
4805 z-index: 11110;
4806 top: 530px;
4807 transition:
4808 top 0.2s ease,
4809 visibility 0.2s ease;
4811 @media only screen and (max-height: 675px) {
4812 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4813 top: 492px;
4816 #theme-selector.engaged ~ #anti-kibitzer-toggle button {
4817 pointer-events: auto;
4818 display: inline-block;
4821 /*=================*/
4822 /* QUICKNAV WIDGET */
4823 /*=================*/
4825 #quick-nav-ui {
4826 max-width: 0px;
4827 transition:
4828 max-width 0.2s ease,
4829 visibility 0.2s ease;
4830 display: flex;
4831 right: 72px;
4832 bottom: 14px;
4834 #quick-nav-ui.engaged {
4835 max-width: 1000px;
4837 #quick-nav-ui a {
4838 position: relative;
4839 margin: 2px;
4841 #quick-nav-ui a + a {
4842 margin-left: 5px;
4844 #quick-nav-ui a::after {
4845 position: absolute;
4846 top: calc(100% + 2px);
4847 font-size: 0.375rem;
4848 left: 0;
4849 right: 0;
4850 margin: auto;
4851 line-height: 1;
4852 padding: 2px;
4853 text-transform: uppercase;
4854 z-index: -1;
4856 @supports (width: -moz-fit-content) {
4857 #quick-nav-ui a::after {
4858 width: -moz-fit-content;
4861 @supports (width: fit-content) {
4862 #quick-nav-ui a::after {
4863 width: fit-content;
4866 #quick-nav-ui a[href='#top']::after {
4867 content: "Top";
4868 left: -1px;
4870 #quick-nav-ui a[href='#comments']::after {
4871 content: "Comments";
4873 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
4874 visibility: hidden;
4875 transition: visibility 0.2s ease;
4877 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui.engaged a[href='#comments'] {
4878 visibility: visible;
4880 #quick-nav-ui a[href='#bottom-bar']::after {
4881 content: "Bottom";
4884 /*======================*/
4885 /* NEW COMMENT QUICKNAV */
4886 /*======================*/
4888 #new-comment-nav-ui {
4889 max-width: 0px;
4890 max-height: 0px;
4891 transition:
4892 max-width 0.2s ease,
4893 max-height 0.2s ease,
4894 visibility 0.2s ease;
4895 display: flex;
4896 right: 78px;
4897 bottom: 70px;
4899 #new-comment-nav-ui::before {
4900 content: "New Comments";
4901 position: absolute;
4902 bottom: 100%;
4903 font-size: 0.5625rem;
4904 left: 0;
4905 right: 0;
4906 margin: auto;
4907 padding: 2px 3px;
4908 text-transform: uppercase;
4909 z-index: -1;
4911 @supports (width: -moz-fit-content) {
4912 #new-comment-nav-ui::before {
4913 width: -moz-fit-content;
4916 @supports (width: fit-content) {
4917 #new-comment-nav-ui::before {
4918 width: fit-content;
4921 #new-comment-nav-ui.engaged {
4922 max-width: 1000px;
4923 max-height: 1000px;
4925 #new-comment-nav-ui .new-comment-sequential-nav-button {
4926 top: unset;
4927 bottom: unset;
4928 padding: 2px 7px;
4930 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
4931 padding: 2px 7px 3px 7px;
4933 #new-comment-nav-ui .new-comments-count {
4934 padding: 4px 0 5px 0;
4936 #new-comment-nav-ui .new-comments-count::before {
4937 display: none;
4939 #new-comment-nav-ui button::after {
4940 position: absolute;
4941 font-size: 0.375rem;
4942 left: 0;
4943 right: 0;
4944 margin: auto;
4945 line-height: 1;
4946 text-transform: uppercase;
4947 pointer-events: none;
4949 #new-comment-nav-ui button.new-comment-previous::after {
4950 content: "Previous";
4951 bottom: 5px;
4953 #new-comment-nav-ui button.new-comment-next::after {
4954 content: "Next";
4955 top: 7px;
4958 /*=================*/
4959 /* HNS DATE PICKER */
4960 /*=================*/
4962 #hns-date-picker {
4963 max-height: 0px;
4964 bottom: 132px;
4965 right: 62px;
4966 transition:
4967 max-height 0.2s ease,
4968 visibility 0.2s ease;
4970 #hns-date-picker.engaged {
4971 max-height: 1000px;
4973 #hns-date-picker::before {
4974 width: calc(100% + 2px);
4975 border-width: 1px !important;
4978 /*=========*/
4979 /* NAV BAR */
4980 /*=========*/
4982 #bottom-bar {
4983 margin-left: auto;
4984 margin-right: auto;
4985 width: calc(100% - 9rem + 8px);
4986 background: rgba(255,255,255,0.85);
4987 backdrop-filter: blur(1px);
4989 #content.index-page #bottom-bar {
4990 z-index: 10001;
4992 #bottom-bar .nav-item {
4993 box-shadow: none;
4994 position: relative;
4996 #bottom-bar .nav-inner {
4997 font-size: 2rem;
4998 padding: 1rem 0 1.25rem 0;
4999 visibility: hidden;
5000 position: static;
5001 width: 0;
5003 #content #bottom-bar .nav-item .nav-inner::before {
5004 margin: 0;
5005 visibility: visible;
5006 position: absolute;
5007 width: 100%;
5008 height: 100%;
5009 left: 0;
5010 top: 0;
5011 padding: 1rem 0;
5013 #bottom-bar .nav-inner::after {
5014 display: block;
5015 visibility: visible;
5016 text-transform: uppercase;
5017 color: unset;
5018 font-size: 0.75rem;
5019 top: unset;
5020 left: 0;
5021 bottom: 1rem;
5022 width: 100%;
5024 #bottom-bar #nav-item-first .nav-inner::after {
5025 content: "First Page";
5027 #bottom-bar #nav-item-prev .nav-inner::after {
5028 content: "Prev. Page";
5030 #bottom-bar #nav-item-top .nav-inner::after {
5031 content: "Top";
5033 #bottom-bar #nav-item-next .nav-inner::after {
5034 content: "Next Page";
5036 #bottom-bar #nav-item-last .nav-inner::after {
5037 content: "Last Page";
5040 @media only screen and (max-width: 900px) {
5041 .nav-bar-top {
5042 font-size: 0.75rem;
5044 .nav-bar {
5045 width: calc(100% + 8px);
5046 margin: 0 -4px;
5048 .nav-bar .nav-inner::after {
5049 display: none;
5052 #primary-bar .nav-item {
5053 flex: 1 1 100%;
5055 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) {
5056 flex: 1 1 60px;
5058 .nav-bar-top:not(#anything) .nav-inner {
5059 text-transform: uppercase;
5060 padding: 6px;
5062 .nav-bar-top .nav-inner::before {
5063 display: block;
5064 font-family: "Font Awesome";
5065 font-size: 2em;
5066 font-weight: 900;
5069 #nav-item-home .nav-inner::before {
5070 content: "\F015";
5072 #nav-item-featured .nav-inner::before {
5073 content: "\F005";
5075 #nav-item-all .nav-inner::before {
5076 content: "\F069";
5078 #nav-item-meta .nav-inner::before {
5079 content: "\F077";
5081 #nav-item-tags .nav-inner::before {
5082 content: "\F02C";
5084 #nav-item-recent-comments > * > span {
5085 display: none;
5087 #nav-item-recent-comments .nav-inner::before,
5088 #nav-item-alignment-forum-comments .nav-inner::before {
5089 content: "\F036";
5091 #nav-item-alignment-forum .nav-inner::before {
5092 content: "AF";
5093 font-family: Concourse, 'Changa One';
5095 #nav-item-questions .nav-inner::before {
5096 content: "?";
5097 font-family: Concourse, 'Changa One';
5099 #nav-item-events .nav-inner::before {
5100 content: "\F5A0";
5102 #nav-item-shortform .nav-inner::before {
5103 content: "\F2F2";
5105 #nav-item-archive .nav-inner::before {
5106 content: "\F187";
5108 #nav-item-about .nav-inner::before {
5109 content: "\F129";
5111 #nav-item-search {
5112 font-size: 2em;
5113 padding: 10px;
5115 #nav-item-search .nav-inner::before {
5116 content: none;
5118 #nav-item-search .nav-inner {
5119 height: 100%;
5120 display: flex;
5122 #nav-item-search input {
5123 width: 100%;
5124 height: 100%;
5126 #nav-item-search button {
5127 height: 100%;
5128 padding: 5px 5px 5px 10px;
5129 width: 40px;
5130 overflow: visible;
5131 visibility: hidden;
5133 #nav-item-search button::before {
5134 content: "\F002";
5135 font-family: Font Awesome;
5136 font-weight: 900;
5137 visibility: visible;
5139 #nav-item-login {
5140 padding: 0;
5142 #nav-item-login .nav-inner::before {
5143 content: "\F007";
5146 @media only screen and (max-width: 520px) {
5147 .nav-bar-top {
5148 font-size: 0.5rem;
5151 #nav-item-search,
5152 #nav-item-search .nav-inner {
5153 padding: 0;
5155 #nav-item-search button {
5156 width: 31px;
5159 #bottom-bar #nav-item-first .nav-inner::after {
5160 content: "First";
5162 #bottom-bar #nav-item-prev .nav-inner::after {
5163 content: "Prev";
5165 #bottom-bar #nav-item-next .nav-inner::after {
5166 content: "Next";
5168 #bottom-bar #nav-item-last .nav-inner::after {
5169 content: "Last";
5173 /*=================*/
5174 /* INBOX INDICATOR */
5175 /*=================*/
5177 @media only screen and (max-width: 900px) {
5178 #inbox-indicator {
5179 width: 100%;
5180 top: 0;
5181 pointer-events: none;
5183 #inbox-indicator::before {
5184 width: 100%;
5185 font-size: 1rem;
5186 text-align: right;
5187 padding: 1px 6px;
5189 #inbox-indicator.new-messages {
5190 pointer-events: auto;
5192 #inbox-indicator.new-messages::before {
5193 box-shadow: 0 0 8px 1px #f00 inset;
5196 @media only screen and (max-width: 520px) {
5197 #inbox-indicator::before {
5198 font-size: 0.75rem;
5199 padding: 2px 5px;
5202 @media only screen and (max-width: 374px) {
5203 #inbox-indicator::before {
5204 font-size: 0.625rem;
5208 /*===================*/
5209 /* TOP PAGINATION UI */
5210 /*===================*/
5212 #top-nav-bar {
5213 font-size: 1.75rem;
5216 /*==============*/
5217 /* PAGE TOOLBAR */
5218 /*==============*/
5220 @media only screen and (max-width: 900px) {
5221 #content > .page-toolbar {
5222 font-size: 1rem;
5223 margin-right: 0;
5225 #content.user-page > .page-toolbar {
5226 grid-column: 2 / span 2;
5227 margin: 0 0 6px 0;
5230 @media only screen and (max-width: 520px) {
5231 #content:not(.user-page) .page-toolbar {
5232 display: flex;
5233 flex-direction: column-reverse;
5234 text-align: right;
5235 align-self: start;
5236 padding: 4px 0 0 0;
5238 #content.user-page .page-toolbar {
5239 display: flex;
5240 flex-flow: row;
5241 justify-content: flex-end;
5242 padding: 2px 0 0 0;
5244 #content.user-page .page-toolbar > form,
5245 #content.user-page .page-toolbar > .button {
5246 text-align: center;
5247 flex-basis: 25%;
5248 margin-left: 1.5em;
5250 #content.user-page .page-toolbar .button {
5251 text-transform: uppercase;
5252 font-size: 0.625rem;
5254 #content.user-page .page-toolbar .button::before {
5255 font-size: 1.375rem;
5256 display: block;
5257 padding: 0;
5259 #content.user-page .page-toolbar .rss {
5260 white-space: nowrap;
5261 margin: 0 0 0 1.5em;
5263 .page-toolbar > * {
5264 line-height: 1.15;
5265 padding: 6px 0;
5266 margin: 0;
5270 /*==============*/
5271 /* SUBLEVEL NAV */
5272 /*==============*/
5274 @media only screen and (max-width: 900px) {
5275 .sublevel-nav:not(.sort) {
5276 flex-wrap: wrap;
5277 width: calc(100vw - 200px);
5279 .sublevel-nav:not(.sort) .sublevel-item {
5280 margin: 1px;
5281 flex-basis: 7em;
5284 @media only screen and (max-width: 520px) {
5285 .sublevel-nav:not(.sort) .sublevel-item {
5286 font-size: 1rem;
5290 /*=====================*/
5291 /* SORT ORDER SELECTOR */
5292 /*=====================*/
5294 @media only screen and (max-width: 720px) {
5295 #content.index-page > .sublevel-nav.sort {
5296 flex-flow: column;
5297 margin-left: 4px;
5301 /*==========*/
5302 /* ARCHIVES */
5303 /*==========*/
5305 @media only screen and (max-width: 900px) {
5306 div[class^='archive-nav-'] {
5307 flex-wrap: wrap;
5308 justify-content: flex-start;
5310 .archive-nav *[class^='archive-nav-item'],
5311 .archive-nav *[class^='archive-nav-item']:first-child {
5312 padding: 10px;
5313 margin: 2px;
5314 max-width: unset;
5315 flex: 0 1 calc((100% / 8) - 4px);
5317 .archive-nav .archive-nav-item-day,
5318 .archive-nav .archive-nav-item-day:first-child {
5319 flex-basis: calc((100% / 16) - 4px);
5321 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-'] {
5322 margin-top: 8px;
5323 position: relative;
5325 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
5326 content: "";
5327 display: block;
5328 position: absolute;
5329 height: 1px;
5330 width: calc(100% + 8px);
5331 left: -4px;
5332 top: -4px;
5335 @media only screen and (max-width: 720px) {
5336 .archive-nav .archive-nav-item-day,
5337 .archive-nav .archive-nav-item-day:first-child {
5338 flex-basis: calc((100% / 12) - 4px);
5341 @media only screen and (max-width: 520px) {
5342 .archive-nav *[class^='archive-nav-item'],
5343 .archive-nav *[class^='archive-nav-item']:first-child {
5344 flex-basis: calc((100% / 5) - 4px);
5346 .archive-nav .archive-nav-item-day,
5347 .archive-nav .archive-nav-item-day:first-child {
5348 flex-basis: calc((100% / 8) - 4px);
5352 /*==========*/
5353 /* LISTINGS */
5354 /*==========*/
5356 h1.listing {
5357 max-height: unset;
5360 /*============*/
5361 /* USER PAGES */
5362 /*============*/
5364 #content.user-page h1.page-main-heading {
5365 align-self: end;
5367 @media only screen and (max-width: 520px) {
5368 #content.user-page h1.page-main-heading {
5369 overflow: hidden;
5370 text-overflow: ellipsis;
5372 #content.user-page .user-stats .karma-type {
5373 display: block;
5377 /*============*/
5378 /* LOGIN PAGE */
5379 /*============*/
5381 @media only screen and (max-width: 640px) {
5382 .login-container {
5383 flex-flow: column;
5384 margin: 0 auto 3em auto;
5385 max-width: 400px;
5387 .login-container #login-form,
5388 .login-container #signup-form {
5389 padding: 0 1em 1.25em 1em;
5390 grid-row-gap: 0;
5392 .login-container #signup-form {
5393 padding-top: 1em;
5395 .login-container #login-form > *,
5396 .login-container #signup-form > * {
5397 grid-column: 1 / span 2;
5399 .login-container form label {
5400 text-align: left;
5401 padding: 0;
5402 line-height: 1;
5404 .login-container form input {
5405 margin: 0.25em 0 0.75em 0;
5406 padding: 0.5em;
5408 .login-container form h1 {
5409 grid-column: 1 / span 2;
5410 margin: 0 0 0.25em 0;
5412 .login-container form a {
5413 margin: 0.75em 0 0 0;
5415 .login-container .login-tip {
5416 margin: 1.5em 1em 0 1em;
5420 /*==================*/
5421 /* POSTS & COMMENTS */
5422 /*==================*/
5424 @media only screen and (max-width: 720px) {
5425 .body-text ol > li {
5426 padding: 0 0 0 2.25em;
5428 .body-text ol > li::before {
5429 width: 1.75em;
5431 .body-text ul:not(.contents-list) > li,
5432 .body-text ul:not(.contents-list) > li ul > li {
5433 padding: 0 0 0 0.75em;
5435 .body-text ul:not(.contents-list) > li::before,
5436 .body-text ul:not(.contents-list) > li ul > li::before {
5437 width: 0.125em;
5438 margin-left: -0.06em;
5442 /*===========*/
5443 /* POST-META */
5444 /*===========*/
5446 .post-meta {
5447 line-height: 1.9;
5449 @media only screen and (max-width: 720px) {
5450 .post-meta .lw2-link span,
5451 .post-meta .karma-value span,
5452 .post-meta .comment-count span {
5453 display: none;
5455 .post-meta .comment-count::before {
5456 content: "\F086";
5457 font-family: Font Awesome;
5458 font-size: 0.875em;
5459 margin: 0 0.25em 0 0;
5460 font-weight: 400;
5464 /*===================*/
5465 /* POSTS & BODY TEXT */
5466 /*===================*/
5468 @media only screen and (max-width: 900px) {
5469 .post-body,
5470 h1.post-title,
5471 .tag-description,
5472 .sequence-text {
5473 padding: 0 6px;
5476 @media only screen and (max-width: 520px) {
5477 .post-body {
5478 font-size: 1.2rem;
5479 line-height: 1.45;
5481 h1.post-title {
5482 font-size: 2em;
5486 /*==============*/
5487 /* COMMENT-META */
5488 /*==============*/
5490 a.comment-parent-link::after {
5491 display: none;
5493 @media only screen and (max-width: 900px) {
5494 .comment-meta {
5495 padding: 2px 40px 2px 10px;
5498 @media only screen and (max-width: 720px) {
5499 .comment .karma-value span {
5500 display: none;
5502 .comment-meta .comment-parent-link {
5503 opacity: 1.0;
5506 @media only screen and (max-width: 520px) {
5507 .comment-meta {
5508 padding: 2px 24px 2px 10px;
5509 position: relative;
5511 .comment-meta > * {
5512 order: 3;
5514 .comment-meta > :not(.author) {
5515 line-height: 1.8;
5517 .comment-meta .author,
5518 .comment-meta .date {
5519 order: 1;
5521 .comment-meta:before {
5522 content: "";
5523 order: 2;
5524 flex-basis: 100%;
5526 .comment-post-title2 {
5527 display: block;
5528 text-overflow: ellipsis;
5529 overflow: hidden;
5531 .comment-meta .lw2-link {
5532 display: none;
5536 /*=======================*/
5537 /* COMMENTS COMPACT VIEW */
5538 /*=======================*/
5540 /*===========================*/
5541 /* COMMENT THREAD NAVIGATION */
5542 /*===========================*/
5544 @media only screen and (max-width: 900px) {
5545 a.comment-parent-link {
5546 width: 0;
5547 visibility: hidden;
5548 position: relative;
5550 a.comment-parent-link::before {
5551 padding: 0;
5552 font-size: 1em;
5553 left: 0;
5554 top: 0;
5555 line-height: inherit;
5556 visibility: visible;
5557 content: "\F3BF";
5558 transform: scaleX(-1);
5559 width: 2em;
5560 text-align: center;
5563 @media only screen and (max-width: 520px) {
5564 a.comment-parent-link {
5565 position: static;
5567 a.comment-parent-link::before {
5568 padding: 6px;
5569 left: unset;
5570 right: 0;
5571 top: unset;
5572 bottom: 0;
5573 height: 2em;
5577 /*=================================*/
5578 /* COMMENT THREAD MINIMIZE BUTTONS */
5579 /*=================================*/
5581 @media only screen and (max-width: 520px) {
5582 .comment-minimize-button{
5583 right: 2px;
5587 /*===========================*/
5588 /* COMMENTING AND POSTING UI */
5589 /*===========================*/
5591 @media only screen and (max-width: 900px) {
5592 .comment-controls .delete-button, .comment-controls .retract-button, .comment-controls .unretract-button, .comment-controls .edit-button {
5593 font-size: 0;
5595 .comment-controls .delete-button::before, .comment-controls .retract-button::before, .comment-controls .unretract-button::before, .comment-controls .edit-button::before {
5596 font-size: 0.9rem;
5598 .comment-controls .cancel-comment-button {
5599 max-width: 1.3em;
5600 overflow: hidden;
5601 margin-right: 0.125em;
5603 .comment-controls .edit-button::before {
5604 font-size: 0.9375rem;
5606 .comments > .comment-controls .cancel-comment-button {
5607 right: 8px;
5609 .comment-controls .cancel-comment-button::before {
5610 font-size: 1.25rem;
5613 @media only screen and (max-width: 520px) {
5614 .comment-controls {
5615 position: static;
5617 .comment-controls:focus-within {
5618 z-index: 10001;
5620 .comment-controls .cancel-comment-button {
5621 right: 10px;
5623 .textarea-container:focus-within textarea {
5624 position: fixed;
5625 top: 0;
5626 left: 2px;
5627 width: calc(100vw - 4px);
5628 height: calc(100% - 100px);
5629 min-height: unset;
5630 max-height: unset;
5631 border-width: 1px;
5632 z-index: 11001;
5634 #content.conversation-page .textarea-container:focus-within textarea {
5635 height: calc(100% - 54px);
5637 #content.conversation-page .textarea-container:focus-within::after {
5638 content: "";
5639 display: block;
5640 width: 100%;
5641 height: 50px;
5642 position: fixed;
5643 left: 0;
5644 bottom: 0;
5645 z-index: 11000;
5647 .textarea-container:focus-within .guiedit-buttons-container {
5648 position: fixed;
5649 z-index: 11002;
5650 left: 0;
5651 width: 100vw;
5652 height: auto;
5653 background-image: none;
5654 padding: 3px 4px 4px 4px;
5655 margin: 0;
5656 text-align: center;
5657 top: auto;
5658 bottom: 0;
5660 .textarea-container:focus-within button.guiedit {
5661 font-size: 0.9375rem;
5662 line-height: 1.5;
5663 height: auto;
5664 width: calc((100% / 10) - 2px);
5665 padding: 10px 1px 8px 0;
5666 position: relative;
5667 margin: 1px;
5669 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
5670 z-index: 11011;
5671 position: fixed;
5672 bottom: 7px;
5673 width: calc(((100% - 16px) / 10) * 2.5 - 7px);
5674 font-size: 1.25rem;
5675 padding: 5px 5px 6px 5px;
5676 display: block;
5678 .textarea-container:focus-within button.guiedit sup {
5679 position: absolute;
5680 left: calc(50% + 0.65em);
5681 top: calc(50% - 1.3em);
5683 .textarea-container:focus-within .guiedit-mobile-help-button {
5684 left: 8px;
5686 .textarea-container:focus-within .guiedit-mobile-exit-button {
5687 right: 8px;
5689 .guiedit::after {
5690 display: none;
5693 #markdown-hints,
5694 #edit-post-form #markdown-hints {
5695 z-index: 11111;
5696 position: fixed;
5697 top: 40px;
5698 left: 0;
5699 right: 0;
5700 margin: auto;
5701 padding: 4px 0 4px 8px;
5702 width: 310px;
5703 border-width: 3px;
5704 border-style: double;
5705 pointer-events: none;
5707 #markdown-hints::after {
5708 content: "(Type to hide this help box.)";
5709 color: #090;
5710 display: block;
5711 margin: 12px 18px 13px 10px;
5712 padding: 5px;
5713 font-size: 0.9em;
5714 text-align: center;
5718 /*================*/
5719 /* EDIT POST FORM */
5720 /*================*/
5722 @media only screen and (max-width: 520px) {
5723 #edit-post-form {
5724 padding-bottom: 0;
5726 #edit-post-form .post-meta-fields {
5727 grid-template-columns: 4.5em auto auto auto 1fr auto;
5729 #edit-post-form label[for='url'],
5730 #edit-post-form label[for='section'],
5731 #edit-post-form label[for='title'] {
5732 padding-left: 0;
5734 #edit-post-form .post-meta-fields input[type='checkbox'] + label.iconify {
5735 white-space: normal;
5736 line-height: 0.9;
5737 top: -1px;
5738 font-family: Font Awesome;
5739 font-weight: 900;
5740 justify-self: start;
5742 #edit-post-form .post-meta-fields .question-checkbox,
5743 #edit-post-form .post-meta-fields .question-checkbox + label {
5744 grid-column: 6;
5745 margin-left: unset;
5747 #edit-post-form .post-meta-fields input[type='radio'] + label {
5748 align-self: start;
5750 #edit-post-form .textarea-container:focus-within textarea {
5751 height: calc(100% - 101px);
5752 min-height: unset;
5755 #markdown-hints-checkbox,
5756 #markdown-hints-checkbox + label {
5757 display: none;
5760 #edit-post-form div:last-child {
5761 clear: both;
5762 overflow: auto;
5764 #edit-post-form input[type='submit'] {
5765 float: none;
5766 display: block;
5767 font-size: 1.5rem;
5768 margin: 1rem auto 1.5rem auto;
5769 padding: 6px 12px 8px 12px;
5773 /*===================*/
5774 /* TABLE OF CONTENTS */
5775 /*===================*/
5777 @media only screen and (max-width: 900px) {
5778 .contents {
5779 float: none;
5780 display: table;
5781 max-width: none;
5782 margin-left: auto;
5783 margin-right: auto;
5786 @media only screen and (max-width: 520px) {
5787 .contents {
5788 max-width: 100%;
5789 margin: 1em auto 0 auto;
5790 display: table;
5792 .contents-head {
5793 font-size: 1.2em;
5795 div.post-body .contents ul {
5796 font-size: unset;
5800 /*========================*/
5801 /* QUALIFIED HYPERLINKING */
5802 /*========================*/
5804 @media only screen and (max-width: 520px) {
5805 .qualified-linking-toolbar {
5806 right: -5em;
5810 } /* END MOBILE LAYOUT */
5813 /*****************/
5814 /* DEFAULT THEME */
5815 /*****************/
5817 /*===========*/
5818 /* VARIABLES */
5819 /*===========*/
5821 /* Color scheme.
5823 :root {
5824 --GW-comment-background-color-odd: #eee;
5825 --GW-comment-background-color-even: #fff;
5826 --GW-comment-background-color-target: #ffd;
5828 --GW-toggle-widget-color: #888;
5829 --GW-toggle-widget-hover-color: #444;
5830 --GW-toggle-widget-shadow-color: rgba(255, 255, 255, 0.5);
5833 /*======*/
5834 /* BASE */
5835 /*======*/
5837 body {
5838 color: #000;
5839 background-color: #d8d8d8;
5840 font-family: 'Concourse', 'a_Avante', 'Assistant', Arial, 'GW-Symbols', sans-serif;
5841 font-feature-settings: 'ss07';
5843 #content {
5844 line-height: 1.55;
5846 #content::before {
5847 background-color: #fff;
5848 box-shadow: 0px 0px 10px #555;
5851 /*=========*/
5852 /* NAV BAR */
5853 /*=========*/
5855 .nav-inner {
5856 font-size: 1.375em;
5857 font-weight: 600;
5859 .nav-bar-top:not(#primary-bar) .nav-inner {
5860 font-size: 1em;
5863 .nav-bar .nav-item:not(.nav-current):not(#nav-item-search):hover,
5864 #bottom-bar a:hover,
5865 #nav-item-search:not(.nav-current):focus-within {
5866 background-color: #ddd;
5868 .inactive-bar .nav-item:not(.nav-current):not(#nav-item-search):hover,
5869 .inactive-bar #nav-item-search:not(.nav-current):focus-within {
5870 background-color: #d8d8d8;
5873 .nav-bar a:visited {
5874 color: #00e;
5876 .nav-bar a:hover,
5877 .nav-bar a:focus {
5878 text-decoration: none;
5879 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
5882 #bottom-bar.decorative::before,
5883 #bottom-bar.decorative::after {
5884 content: "GW";
5885 display: block;
5886 text-align: center;
5887 padding: 0.25em 0 1em 0;
5889 #bottom-bar.decorative::before {
5890 width: 100%;
5891 color: transparent;
5892 background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAMdXV1QUAACwAAAAAAQABAAACAkQBADs=');
5893 background-repeat: repeat-x;
5894 background-position: center 35%;
5895 margin: 0 30px;
5897 #bottom-bar.decorative::after {
5898 color: #d8d8d8;
5899 position: absolute;
5900 left: 0;
5901 right: 0;
5902 margin: auto;
5903 background-color: #fff;
5904 padding-right: 4px;
5905 padding-left: 4px;
5907 @supports (width: -moz-fit-content) {
5908 #bottom-bar.decorative::after {
5909 width: -moz-fit-content;
5912 @supports (width: fit-content) {
5913 #bottom-bar.decorative::after {
5914 width: fit-content;
5918 /* Accesskey hints */
5920 .nav-inner::after {
5921 display: block;
5922 position: absolute;
5923 left: 5px;
5924 top: -2px;
5925 font-weight: 400;
5926 font-size: 0.7em;
5927 color: #d8d8d8;
5929 .inactive-bar .nav-inner::after {
5930 color: #ccc;
5932 .nav-inner:hover::after {
5933 color: #bbb;
5936 /* This makes the navbar items look like tabs: */
5938 .nav-inactive {
5939 box-shadow:
5940 0 -1px #d8d8d8 inset,
5941 1px 0 #fff inset;
5943 .nav-inactive:first-child {
5944 box-shadow: 0 -1px #d8d8d8 inset;
5946 .inactive-bar .nav-inactive {
5947 background-color: #e4e4e4;
5949 .active-bar .nav-inactive {
5950 background-color: #eee;
5952 .nav-bar + .nav-bar {
5953 position: relative;
5956 /* For Webkit: */
5957 .nav-bar:not(#bottom-bar) {
5958 box-shadow: 0 -3px 8px -2px #ccc;
5960 .active-bar .nav-inactive {
5961 box-shadow:
5962 0 -4px 8px -4px #bbb inset,
5963 1px 0 #fff inset;
5965 .active-bar .nav-inactive:first-child {
5966 box-shadow:
5967 0 -4px 8px -4px #bbb inset;
5969 .active-bar .nav-current + .nav-inactive {
5970 box-shadow:
5971 5px -4px 8px -4px #bbb inset;
5973 .active-bar .nav-item-last-before-current {
5974 box-shadow:
5975 -5px -4px 8px -4px #bbb inset,
5976 1px 0 #fff inset;
5978 .active-bar .nav-item-last-before-current:first-child {
5979 box-shadow:
5980 -5px -4px 8px -4px #bbb inset;
5982 /* And for Gecko: */
5983 @-moz-document url-prefix() {
5984 .nav-bar:not(#bottom-bar) {
5985 box-shadow: 0 -3px 4px -2px #ccc;
5988 .active-bar .nav-inactive {
5989 box-shadow:
5990 0 -4px 4px -4px #bbb inset,
5991 1px 0 #fff inset;
5993 .active-bar .nav-inactive:first-child {
5994 box-shadow:
5995 0 -4px 4px -4px #bbb inset;
5997 .active-bar .nav-current + .nav-inactive {
5998 box-shadow:
5999 5px -4px 4px -4px #bbb inset;
6001 .active-bar .nav-item-last-before-current {
6002 box-shadow:
6003 -5px -4px 4px -4px #bbb inset,
6004 1px 0 #fff inset;
6006 .active-bar .nav-item-last-before-current:first-child {
6007 box-shadow:
6008 -5px -4px 4px -4px #bbb inset;
6012 /* Search tab */
6014 #nav-item-search button {
6015 border: none;
6016 font-weight: inherit;
6018 #nav-item-search input::placeholder {
6019 color: #d00;
6020 font-weight: normal;
6023 /*= Top pagination UI hover tooltips =*/
6025 #top-nav-bar a::after,
6026 #bottom-bar a::after {
6027 color: #000;
6030 /*==============*/
6031 /* PAGE TOOLBAR */
6032 /*==============*/
6034 .button.new-post:not(:hover),
6035 .button.new-private-message:not(:hover),
6036 .button.unignore-button:not(:hover){
6037 color: #090;
6039 .button.logout-button, .button.ignore-button {
6040 color: #d33;
6043 /*==============*/
6044 /* SUBLEVEL NAV */
6045 /*==============*/
6047 .sublevel-nav .sublevel-item {
6048 color: #777;
6049 background-color: #fff;
6051 .sublevel-nav .sublevel-item:not(.selected):hover {
6052 background-color: #ddd;
6053 color: #000;
6054 text-decoration: none;
6055 text-shadow: none;
6057 .sublevel-nav .sublevel-item:not(.selected):active,
6058 .sublevel-nav .sublevel-item.selected {
6059 background-color: #ddd;
6060 color: #000;
6061 text-shadow:
6062 0 -1px 0 #fff,
6063 0 0.5px 0.5px #000;
6066 .sublevel-nav:not(.sort) .sublevel-item {
6067 border-style: solid;
6068 border-color: #ddd;
6069 border-width: 1px 0 1px 1px;
6071 .sublevel-nav:not(.sort) .sublevel-item:first-child {
6072 border-radius: 8px 0 0 8px;
6074 .sublevel-nav:not(.sort) .sublevel-item:last-child {
6075 border-width: 1px;
6076 border-radius: 0 8px 8px 0;
6079 /*=====================*/
6080 /* SORT ORDER SELECTOR */
6081 /*=====================*/
6083 .sublevel-nav.sort .sublevel-item {
6084 font-family: 'Concourse', 'a_Avante', 'Assistant', Arial, 'GW-Symbols', sans-serif;
6085 letter-spacing: 0.5px;
6086 padding: 6px 7px;
6087 text-transform: uppercase;
6088 pointer-events: auto;
6089 box-shadow: 1px 1px 0 0 #aaa inset;
6091 .sublevel-nav.sort {
6092 border: 2px solid transparent;
6093 padding: 18px 0 0 0;
6094 border-radius: 8px;
6095 pointer-events: none;
6096 background-color: #bbb;
6098 .sublevel-nav.sort::before {
6099 text-transform: uppercase;
6100 font-weight: 600;
6101 color: #444;
6102 text-shadow: 0.5px 0.5px 0 #fff;
6103 z-index: 1;
6105 .sublevel-nav.sort::after {
6106 content: "";
6107 position: absolute;
6108 display: block;
6109 top: 0;
6110 left: 0;
6111 width: 100%;
6112 height: 100%;
6113 border-radius: 6px;
6114 box-shadow:
6115 0 18px 0 0 #bbb inset,
6116 0 0 0 1px #aaa inset,
6117 0 18px 0 1px #aaa inset,
6118 0 0 0 2px #bbb;
6121 /*================*/
6122 /* WIDTH SELECTOR */
6123 /*================*/
6124 /* THEME SELECTOR */
6125 /*================*/
6127 #width-selector button,
6128 #theme-selector button {
6129 box-shadow:
6130 0 0 0 4px #d8d8d8 inset,
6131 0 0 0 5px #bbb inset;
6133 #width-selector button:hover,
6134 #width-selector button.selected,
6135 #theme-selector button:hover,
6136 #theme-selector button.selected {
6137 box-shadow:
6138 0 0 0 5px #bbb inset;
6141 #theme-selector button::before {
6142 color: #999;
6143 background-color: #d8d8d8;
6145 #theme-selector button:hover::before,
6146 #theme-selector button.selected::before {
6147 color: #666;
6149 #width-selector button::after {
6150 color: #999;
6153 /*======================*/
6154 /* THEME TWEAKER TOGGLE */
6155 /*======================*/
6157 #theme-tweaker-toggle button {
6158 color: #777;
6161 /*=================*/
6162 /* QUICKNAV WIDGET */
6163 /*=================*/
6165 #quick-nav-ui a {
6166 color: #999;
6167 background-color: #e4e4e4;
6168 border-radius: 4px;
6169 text-decoration: none;
6171 #quick-nav-ui a[href='#bottom-bar'] {
6172 line-height: 1.8;
6174 #quick-nav-ui a:active {
6175 transform: scale(0.9);
6177 #quick-nav-ui a[href='#comments'].no-comments {
6178 opacity: 0.4;
6179 color: #bbb;
6181 @media only screen and (hover:hover) {
6182 #quick-nav-ui a:hover {
6183 color: #000;
6184 background-color: #eee;
6186 #quick-nav-ui a:focus:not(:hover) {
6187 transform: none;
6188 text-shadow: none;
6192 /*======================*/
6193 /* NEW COMMENT QUICKNAV */
6194 /*======================*/
6196 #new-comment-nav-ui .new-comments-count {
6197 font-weight: 600;
6198 color: #666;
6199 text-shadow: 0.5px 0.5px 0 #fff;
6201 #new-comment-nav-ui .new-comments-count::after {
6202 font-weight: 600;
6203 color: #777;
6205 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
6206 color: #bbb;
6207 text-shadow: none;
6209 @media only screen and (hover:hover) {
6210 #new-comment-nav-ui .new-comments-count:hover {
6211 text-shadow:
6212 0 0 1px #fff,
6213 0 0 3px #fff,
6214 0 0 5px #fff,
6215 0 0 8px #fff,
6216 0.5px 0.5px 0 #fff;
6218 #new-comment-nav-ui .new-comment-sequential-nav-button:focus {
6219 color: #d00;
6220 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6224 /*=================*/
6225 /* HNS DATE PICKER */
6226 /*=================*/
6228 #hns-date-picker span {
6229 color: #777;
6230 text-shadow: 0.5px 0.5px 0 #fff;
6231 font-weight: 600;
6233 #hns-date-picker input {
6234 border: 1px solid #777;
6235 background-color: transparent;
6236 color: #666;
6237 box-shadow: 0 0 0 1px transparent;
6239 #hns-date-picker input:focus {
6240 color: #000;
6243 /*======================*/
6244 /* ANTI-KIBITZER TOGGLE */
6245 /*======================*/
6247 #anti-kibitzer-toggle button::before,
6248 #anti-kibitzer-toggle button::after {
6249 background-color: var(--GW-toggle-widget-color);
6250 -webkit-background-clip: text;
6251 color: transparent;
6252 text-shadow: var(--GW-toggle-widget-shadow-color) 0px 1px 1px;
6254 #anti-kibitzer-toggle button:hover::before,
6255 #anti-kibitzer-toggle button:hover::after {
6256 background-color: var(--GW-toggle-widget-hover-color);
6259 /*======================*/
6260 /* TEXT SIZE ADJUSTMENT */
6261 /*======================*/
6263 #text-size-adjustment-ui button {
6264 color: #777;
6266 #text-size-adjustment-ui button.default {
6267 font-weight: 600;
6269 #text-size-adjustment-ui button:disabled:hover {
6270 text-shadow: none;
6272 #text-size-adjustment-ui::after {
6273 color: #999;
6276 /*=============================*/
6277 /* COMMENTS VIEW MODE SELECTOR */
6278 /*=============================*/
6280 #comments-view-mode-selector a {
6281 color: #777;
6284 /*==========*/
6285 /* ARCHIVES */
6286 /*==========*/
6288 .archive-nav {
6289 border: 1px solid #aaa;
6291 .archive-nav *[class^='archive-nav-item'] {
6292 border-style: solid;
6293 border-color: #ddd;
6294 border-width: 1px 0 1px 1px;
6295 background-color: #eee;
6297 .archive-nav div[class^='archive-nav-']:nth-of-type(2) *[class^='archive-nav-item'] {
6298 border-top-width: 0;
6299 border-bottom-width: 0;
6301 .archive-nav div[class^='archive-nav-']:last-of-type *[class^='archive-nav-item'] {
6302 border-bottom-width: 1px;
6304 .archive-nav *[class^='archive-nav-item']:last-child {
6305 border-right-width: 1px;
6307 .archive-nav span[class^='archive-nav-item'] {
6308 font-weight: bold;
6309 background-color: #ddd;
6312 .archive-nav a:link,
6313 .archive-nav a:visited {
6314 color: rgba(0, 0, 238, 0.7);
6316 .archive-nav a:hover {
6317 text-decoration: none;
6318 color: #c00;
6319 background-color: #e0e0e0;
6320 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6322 .archive-nav a:active {
6323 transform: scale(0.9);
6325 .archive-nav a:focus:not(:hover) {
6326 transform: none;
6328 .archive-nav a.archive-nav-item-day:hover {
6329 background-color: #ddd;
6332 /*==========*/
6333 /* LISTINGS */
6334 /*==========*/
6336 h1.listing {
6337 font-family: 'Concourse', 'a_Avante', 'Assistant', Arial, 'GW-Symbols', sans-serif, 'Font Awesome', 'Font Awesome 5 Free';
6338 font-weight: 800;
6339 margin: 0.7em 20px 0 20px;
6340 max-width: calc(100% - 40px);
6341 top: 0.125em; ;
6344 h1.listing .post-title-link {
6345 color: #000;
6347 h1.listing .link-post-link {
6348 color: #00c;
6351 @media only screen and (hover: hover) {
6352 h1.listing a:hover,
6353 h1.listing a:focus {
6354 color: #777;
6355 background-color: rgba(255,255,255,0.85);
6357 h1.listing:focus-within::before {
6358 color: #00f;
6359 left: -0.625em;
6361 h1.listing .link-post-link:hover {
6362 color: #4879ec;
6363 text-shadow:
6364 0.5px 0.5px 0 #fff,
6365 -0.5px -0.5px 0 #fff,
6366 0 0 2px #fff,
6367 0 0 3px #00c;
6371 h1.listing .edit-post-link {
6372 padding: 5px 3px 12px 0.5em;
6373 top: 0;
6374 right: 0;
6376 h1.listing .edit-post-link:hover {
6377 text-decoration: none;
6379 #content.user-page h1.listing .edit-post-link {
6380 background-color: #eee;
6383 /*======*/
6384 /* SPAM */
6385 /*======*/
6387 h1.listing.spam {
6388 opacity: 0.15;
6390 h1.listing.spam + .post-meta {
6391 opacity: 0.4;
6393 h1.listing.spam:hover,
6394 h1.listing.spam + .post-meta:hover,
6395 h1.listing.spam:hover + .post-meta {
6396 opacity: 1.0;
6399 /*===================*/
6400 /* LISTING POST-META */
6401 /*===================*/
6403 h1.listing + .post-meta {
6404 padding-right: 330px;
6406 h1.listing + .post-meta .karma-value,
6407 h1.listing + .post-meta .comment-count,
6408 h1.listing + .post-meta .lw2-link,
6409 h1.listing + .post-meta .read-time {
6410 border-radius: 4px;
6411 padding: 0 4px 0 2px;
6412 text-shadow: 0.5px 0.5px 0.5px #999;
6413 margin: 0 0.25em 0 0.5em;
6414 position: absolute;
6415 line-height: 1.15;
6416 bottom: -6px;
6418 h1.listing + .post-meta .karma-value span,
6419 h1.listing + .post-meta .comment-count span,
6420 h1.listing + .post-meta .lw2-link span,
6421 h1.listing + .post-meta .read-time span {
6422 display: none;
6424 h1.listing + .post-meta .karma-value::before,
6425 h1.listing + .post-meta .comment-count::before,
6426 h1.listing + .post-meta .lw2-link::before,
6427 h1.listing + .post-meta .read-time::before {
6428 color: #fff;
6429 font-family: 'Font Awesome', 'Font Awesome 5 Free';
6430 font-weight: 900;
6431 margin: 0 8px 0 0;
6432 box-shadow: 0 0 0 2px #ddd;
6434 _::-webkit-full-page-media, _:future, :root h1.listing + .post-meta .karma-value::before,
6435 _::-webkit-full-page-media, _:future, :root h1.listing + .post-meta .comment-count::before,
6436 _::-webkit-full-page-media, _:future, :root h1.listing + .post-meta .lw2-link::before,
6437 _::-webkit-full-page-media, _:future, :root h1.listing + .post-meta .read-time::before {
6438 text-shadow: 0 0 3px #999;
6441 h1.listing + .post-meta .karma {
6442 margin: 0;
6444 h1.listing + .post-meta .karma-value {
6445 box-shadow:
6446 22px 0 0 0 #ddd inset,
6447 0 0 0 3px #ddd;
6448 cursor: default;
6449 color: #c00;
6450 right: 264px;
6452 h1.listing + .post-meta .karma-value::before {
6453 content: "\F139";
6454 text-shadow: none;
6455 font-size: 0.9375em;
6456 line-height: 1.3;
6459 h1.listing + .post-meta .comment-count::before {
6460 content: "\F086";
6462 h1.listing + .post-meta .comment-count {
6463 box-shadow:
6464 25px 0 0 0 #ddd inset,
6465 0 0 0 3px #ddd;
6466 color: #009100;
6467 right: 176px;
6469 h1.listing + .post-meta .comment-count:hover {
6470 text-decoration: none;
6471 color: #fff;
6472 background-color: #009100;
6474 h1.listing + .post-meta .comment-count:hover::before {
6475 color: #009100;
6477 h1.listing + .post-meta .comment-count.new-comments::before {
6478 color: #009100;
6479 text-shadow: 0.5px 0.5px 0.5px #fff;
6481 h1.listing + .post-meta .comment-count.new-comments:hover::before {
6482 text-shadow: 0.5px 0.5px 0.5px #999;
6486 h1.listing + .post-meta .lw2-link {
6487 box-shadow:
6488 23px 0 0 0 #ddd inset,
6489 0 0 0 3px #ddd;
6490 right: 0;
6492 h1.listing + .post-meta .lw2-link::before {
6493 content: "\F0C1";
6495 h1.listing + .post-meta .lw2-link:hover {
6496 text-decoration: none;
6497 color: #fff;
6498 background-color: #00f;
6500 h1.listing + .post-meta .lw2-link:hover::before {
6501 color: #00f;
6504 h1.listing + .post-meta .read-time {
6505 box-shadow:
6506 21px 0 0 0 #ddd inset,
6507 0 0 0 3px #ddd;
6508 right: 80px;
6510 h1.listing + .post-meta .read-time::before {
6511 content: "\F2F2";
6512 cursor: pointer;
6514 h1.listing + .post-meta .read-time::after {
6515 content: " min";
6517 h1.listing + .post-meta .read-time:hover::before {
6518 color: #777;
6521 h1.listing + .post-meta .word-count {
6522 box-shadow:
6523 22px 0 0 0 #ddd inset,
6524 0 0 0 3px #ddd;
6525 padding: 0 4px 0 4px;
6527 h1.listing + .post-meta .word-count::before {
6528 content: "\F15C";
6529 margin: 0 10px 0 0;
6531 h1.listing + .post-meta .read-time.word-count::after {
6532 content: none;
6535 h1.listing + .post-meta .link-post-domain {
6536 margin: 0 0 0 0.5em;
6539 h1.listing + .post-meta::after {
6540 content: "";
6541 display: block;
6542 height: 1px;
6543 width: 100%;
6544 background-color: #ddd;
6545 position: absolute;
6546 bottom: -14px;
6549 /*============*/
6550 /* USER PAGES */
6551 /*============*/
6553 #content.user-page h1.page-main-heading,
6554 #content.user-page .user-stats {
6555 border-bottom: 1px solid #ccc;
6558 #content.user-page h1.listing,
6559 #content.user-page h1.listing + .post-meta {
6560 background-color: #eee;
6561 border-style: solid;
6562 border-color: #ccc;
6564 #content.user-page h1.listing {
6565 padding: 0 6px;
6566 padding-top: 0.25em;
6567 border-width: 1px 1px 0 1px;
6568 margin: 1rem 0 0 0;
6569 max-width: 100%;
6571 #content.own-user-page h1.listing,
6572 h1.listing.own-post-listing {
6573 padding-right: 36px;
6575 @media only screen and (hover: hover) {
6576 #content.user-page h1.listing a:hover,
6577 #content.user-page h1.listing a:focus {
6578 background-color: #eee;
6580 #content.user-page h1.listing:focus-within::before {
6581 left: -0.625em;
6584 #content.user-page h1.listing + .post-meta {
6585 padding: 0.125em 6px 1em 36px;
6586 border-width: 0 1px 1px 1px;
6587 margin: 0 0 1rem 0;
6589 #content.user-page h1.listing + .post-meta::after {
6590 display: none;
6592 @media only screen and (min-width: 521px) {
6593 #content.user-page h1.listing + .post-meta .karma-value,
6594 #content.user-page h1.listing + .post-meta .comment-count,
6595 #content.user-page h1.listing + .post-meta .lw2-link,
6596 #content.user-page h1.listing + .post-meta .read-time {
6597 bottom: 10px;
6600 #content.user-page h1.listing + .post-meta .post-section::before {
6601 left: -1px;
6604 #content.conversations-user-page h1.listing {
6605 padding: 4px 6px;
6606 font-size: 1.75rem;
6608 #content.conversations-user-page h1.listing + .post-meta {
6609 padding: 6px 4px;
6610 margin: 0 0 0.25rem 0;
6613 .user-stats .karma-total {
6614 font-weight: bold;
6617 /*===============*/
6618 /* CONVERSATIONS */
6619 /*===============*/
6621 /*============*/
6622 /* LOGIN PAGE */
6623 /*============*/
6625 .login-container form input[type='submit'] {
6626 font-weight: bold;
6627 background-color: #eee;
6628 border: 1px solid #ccc;
6630 .login-container form input[type='submit']:hover,
6631 .login-container form input[type='submit']:focus {
6632 background-color: #ddd;
6633 border: 1px solid #aaa;
6636 /* “Create account” form */
6638 #signup-form {
6639 background-color: #f3f3f3;
6640 border: 1px solid #ddd;
6642 #signup-form input[type='submit'] {
6643 background-color: #e4e4e4;
6644 border: 1px solid #ccc;
6646 #signup-form input[type='submit']:hover {
6647 background-color: #d8d8d8;
6648 border: 1px solid #aaa;
6651 /* Log in tip */
6653 .login-container .login-tip {
6654 border: 1px solid #eee;
6657 /* Message box */
6659 .error-box {
6660 border: 1px solid red;
6661 background-color: #faa;
6663 .success-box {
6664 border: 1px solid green;
6665 background-color: #afa;
6668 /*=====================*/
6669 /* PASSWORD RESET PAGE */
6670 /*=====================*/
6672 .reset-password-container input[type='submit'] {
6673 background-color: #e4e4e4;
6674 border: 1px solid #ccc;
6675 font-weight: bold;
6678 /*===================*/
6679 /* TABLE OF CONTENTS */
6680 /*===================*/
6682 .contents {
6683 font-family: 'Concourse', 'a_Avante', 'Assistant', Arial, 'GW-Symbols', sans-serif;
6684 border: 1px solid #ddd;
6685 background-color: #eee;
6687 .contents-head {
6688 font-weight: bold;
6690 .post-body .contents li::before {
6691 color: #999;
6692 font-feature-settings: "tnum";
6694 .post-body .contents a,
6695 .post-body .contents a:hover {
6696 border: none;
6698 .post-body .contents a:hover {
6699 text-decoration: underline;
6702 /*==================*/
6703 /* POSTS & COMMENTS */
6704 /*==================*/
6706 .body-text {
6707 font-family: 'Charter', 'PT Serif', 'Georgia', serif;
6710 .body-text a {
6711 border-bottom: 1px dotted #bbb;
6713 .body-text a:hover {
6714 text-decoration: none;
6715 border-bottom: 1px solid currentColor;
6718 /*=======*/
6719 /* POSTS */
6720 /*=======*/
6722 h1.post-title {
6723 font-family: 'Concourse', 'a_Avante', 'Assistant', Arial, 'GW-Symbols', sans-serif;
6724 font-weight: 800;
6727 /*=================*/
6728 /* POST NAVIGATION */
6729 /*=================*/
6731 .post-nav-links a,
6732 .post-nav-links a:visited {
6733 color: #000;
6735 .post-nav-links a:hover {
6736 text-decoration: none;
6738 .post-nav-title {
6739 font-weight: 600;
6742 .post-nav-label {
6743 color: #777;
6745 .post-nav-links a:hover .post-nav-label {
6746 font-weight: 600;
6747 color: #888;
6749 .post-nav-links a:hover .post-nav-title {
6750 color: #777;
6753 @media only screen and (max-width: 900px) {
6754 .sequence-title {
6755 border-top: 1px dotted #777;
6757 .post-nav.prev {
6758 border-right: 1px dotted #777;
6760 .post-nav.next {
6761 border-left: 1px dotted #777;
6765 /*===========*/
6766 /* POST-META */
6767 /*===========*/
6769 .post-meta .post-section::before,
6770 .comment-meta .alignment-forum {
6771 color: #fff;
6772 text-shadow:
6773 1px 1px 0 #090,
6774 0 1px 0 #090,
6775 0 0 5px #090;
6777 a.post-section:hover {
6778 text-decoration: none;
6780 a.post-section:hover::before {
6781 color: #97ff7c;
6783 .post-meta .post-section.alignment-forum::before,
6784 .comment-meta .alignment-forum {
6785 text-shadow:
6786 1px 1px 0 #626dd7,
6787 0 1px 0 #626dd7,
6788 0 0 5px #626dd7;
6790 a.post-section.alignment-forum:hover::before {
6791 color: #e6e5ff;
6793 .post-meta .date {
6794 color: #888;
6796 .post-meta .author {
6797 color: #090;
6799 .bottom-post-meta {
6800 border-color: #ddd;
6803 /*============*/
6804 /* LINK POSTS */
6805 /*============*/
6807 .post.link-post a.link-post-link {
6808 text-decoration: none;
6809 font-family: 'Concourse', 'a_Avante', 'Assistant', Arial, 'GW-Symbols', sans-serif;
6810 font-weight: 600;
6812 .post.link-post a.link-post-link:hover {
6813 color: #c00;
6815 .post.link-post a.link-post-link:hover::before {
6816 color: #4879ec;
6817 text-shadow:
6818 0.5px 0.5px 0 #fff,
6819 -0.5px -0.5px 0 #fff,
6820 0 0 2px #fff,
6821 0 0 3px #00c;
6823 .post.link-post a.link-post-link:focus {
6824 color: #777;
6825 border-bottom: 2px dotted #777;
6828 /*==========*/
6829 /* COMMENTS */
6830 /*==========*/
6832 .comments::before {
6833 border-top: 1px solid #000;
6834 box-shadow: 0 3px 4px -4px #000 inset;
6836 @-moz-document url-prefix() {
6837 .comments::before {
6838 box-shadow: 0 3px 3px -4px #000 inset;
6841 #content > .comment-thread .comment-meta a.date:focus,
6842 #content > .comment-thread .comment-meta a.permalink:focus {
6843 color: #888;
6844 outline: 2px dotted #999;
6845 position: relative;
6846 background-color: #fff;
6848 #content > .comment-thread .comment-meta a.date:focus {
6849 padding: 0 4px;
6850 left: -4px;
6852 #content > .comment-thread .comment-meta a.date:focus + * {
6853 margin-left: -8px;
6855 #content > .comment-thread .comment-meta a.permalink:focus {
6856 padding: 0 5px;
6857 left: -5px;
6859 #content > .comment-thread .comment-meta a.permalink:focus + *:not(.comment-post-title) {
6860 margin-left: -10px;
6862 .comment-item {
6863 border: 1px solid #ccc;
6864 background-color: var(--GW-comment-background-color);
6866 .comment-parent-link::after {
6867 box-shadow:
6868 0 28px 16px -16px var(--GW-comment-parent-background-color) inset,
6869 4px 16px 0 12px var(--GW-comment-background-color-target) inset,
6870 4px 4px 0 12px var(--GW-comment-background-color-target) inset;
6873 /*================================*/
6874 /* DEEP COMMENT THREAD COLLAPSING */
6875 /*================================*/
6877 .comment-item input[id^="expand"] + label::after {
6878 color: #00e;
6879 font-weight: 600;
6881 .comment-item input[id^="expand"] + label:hover::after {
6882 color: #c00;
6884 .comment-item input[id^="expand"] + label:active::after,
6885 .comment-item input[id^="expand"] + label:focus::after{
6886 color: #c00;
6888 .comment-item input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
6889 border-width: 1px 0 0 0;
6892 /*==============*/
6893 /* COMMENT-META */
6894 /*==============*/
6896 .comment-meta .author {
6897 font-weight: bold;
6898 font-size: 1.25em;
6899 color: #000;
6901 .comment-meta .author:hover {
6902 text-decoration: none;
6903 color: #090;
6905 .comment-item .author:not(.redacted).original-poster::after {
6906 opacity: 0.5;
6909 .comment-item .voting-controls.active-controls::after,
6910 .comment-item .voting-controls .karma-value::after,
6911 .post .voting-controls.active-controls::after,
6912 .post .voting-controls .karma-value::after,
6913 .author::before {
6914 background-color: #fff;
6915 color: #999;
6916 border-radius: 4px;
6917 box-shadow: 0 0 0 1px #ddd inset;
6919 .comment-item .voting-controls.active-controls::after,
6920 .post .voting-controls.active-controls::after {
6921 padding: 6px 4px 4px 4px;
6922 bottom: -44px;
6924 .comment-item .voting-controls .karma-value::after,
6925 .post .voting-controls .karma-value::after {
6926 padding: 2px 8px 1px 8px;
6927 top: -25px;
6928 min-width: 56px;
6931 /*====================*/
6932 /* ANTI-KIBITZER MODE */
6933 /*====================*/
6935 .author.redacted,
6936 .inline-author.redacted {
6937 opacity: 0.6;
6938 font-weight: 400;
6941 .karma-value.redacted {
6942 opacity: 0.4;
6945 .link-post-domain.redacted {
6946 opacity: 0.4;
6949 /*===========================*/
6950 /* COMMENT THREAD NAVIGATION */
6951 /*===========================*/
6953 div.comment-parent-link {
6954 font-weight: 600;
6956 a.comment-parent-link {
6957 font-weight: 400;
6959 a.comment-parent-link::before {
6960 color: #bbb;
6962 a.comment-parent-link:hover::before {
6963 background-color: #ffd;
6964 color: #999;
6967 div.comment-child-links {
6968 font-weight: 600;
6970 div.comment-child-links a {
6971 font-weight: 400;
6973 .comment-child-link::before {
6974 color: #aaa;
6977 .comment-item-highlight {
6978 box-shadow:
6979 0 0 2px #e7b200,
6980 0 0 3px #e7b200,
6981 0 0 5px #e7b200,
6982 0 0 7px #e7b200,
6983 0 0 10px #e7b200;
6984 border: 1px solid #e7b200;
6986 .comment-item-highlight-faint {
6987 box-shadow:
6988 0 0 2px #f8e7b5,
6989 0 0 3px #f8e7b5,
6990 0 0 5px #f8e7b5,
6991 0 0 7px #f8e7b5,
6992 0 0 10px #f8e7b5;
6993 border: 1px solid #f8e7b5;
6996 .comment-popup {
6997 background-color: #fff;
7000 /*=======================*/
7001 /* COMMENTS COMPACT VIEW */
7002 /*=======================*/
7004 #comments-list-mode-selector button {
7005 box-shadow:
7006 0 0 0 4px #fff inset,
7007 0 0 0 5px #bbb inset;
7009 #comments-list-mode-selector button:hover,
7010 #comments-list-mode-selector button.selected {
7011 box-shadow:
7012 0 0 0 5px #bbb inset;
7014 #content.compact > .comment-thread .comment-item::after {
7015 color: #00e;
7016 background: linear-gradient(to right, transparent 0%, #fff 50%, #fff 100%);
7019 @media only screen and (hover: hover) {
7020 #content.compact > .comment-thread .comment-item:hover .comment,
7021 #content.compact > .comment-thread .comment-item.expanded .comment {
7022 background-color: #fff;
7023 outline: 3px solid #00c;
7025 #content.compact > .comment-thread .comment-item:hover .comment::before,
7026 #content.compact > .comment-thread .comment-item.expanded .comment::before {
7027 background-color: #fff;
7028 box-shadow:
7029 0 0 3px #fff,
7030 0 0 5px #fff,
7031 0 0 7px #fff,
7032 0 0 10px #fff,
7033 0 0 20px #fff,
7034 0 0 30px #fff,
7035 0 0 40px #fff;
7038 @media only screen and (hover: none) {
7039 #content.compact > .comment-thread.expanded .comment-item .comment {
7040 background-color: #fff;
7041 outline: 3px solid #00c;
7043 #content.compact > .comment-thread.expanded .comment-item .comment::before {
7044 background-color: #fff;
7045 box-shadow:
7046 0 0 3px #fff,
7047 0 0 5px #fff,
7048 0 0 7px #fff,
7049 0 0 10px #fff,
7050 0 0 20px #fff,
7051 0 0 30px #fff,
7052 0 0 40px #fff;
7056 #content.user-page.compact > h1.listing {
7057 margin-top: 0.5rem;
7059 #content.user-page.compact > h1.listing + .post-meta {
7060 margin-bottom: 0.5rem;
7063 /*===========================*/
7064 /* HIGHLIGHTING NEW COMMENTS */
7065 /*===========================*/
7067 .new-comment::before {
7068 outline: 2px solid #5a5;
7069 box-shadow:
7070 0 0 6px -2px #5a5 inset,
7071 0 0 4px #5a5,
7072 0 0 6px #5a5;
7075 /*=================================*/
7076 /* COMMENT THREAD MINIMIZE BUTTONS */
7077 /*=================================*/
7079 .comment-minimize-button {
7080 color: #ccc;
7082 .comment-minimize-button:hover {
7083 color: #aaa;
7084 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7086 .comment-minimize-button::after {
7087 font-family: 'Concourse', 'a_Avante', 'Assistant', Arial, 'GW-Symbols', sans-serif;
7088 color: #777;
7090 .comment-minimize-button.maximized::after {
7091 color: #ccc;
7094 /*==============*/
7095 /* VOTE BUTTONS */
7096 /*==============*/
7098 .vote::before {
7099 content: "";
7100 border-radius: 50%;
7101 background-size: 17px 17px;
7102 width: 17px;
7103 height: 17px;
7104 display: inline-block;
7105 position: relative;
7106 top: 2.5px;
7108 .vote:active {
7109 transform: none;
7112 /**********/
7113 /* States.
7116 /* _ 1
7118 .upvote {
7119 filter: grayscale(100%) brightness(128%);
7121 .downvote {
7122 filter: grayscale(100%) brightness(188%);
7125 /* _ 2
7127 .vote:not(.none) {
7128 filter: drop-shadow(0 0 1px #fff);
7131 /* 1 _
7133 .vote.two-temp::before {
7134 box-shadow:
7135 0 0 0 1px #fff,
7136 0 0 0 4px #c8c8c8,
7137 0 0 0 5px transparent;
7140 /* 2 _
7142 .upvote.two::before {
7143 box-shadow:
7144 0 0 0 1px #fff,
7145 0 0 0 4px var(--GW-upvote-button-color),
7146 0 0 0 5px transparent;
7148 .downvote.two::before {
7149 box-shadow:
7150 0 0 0 1px #fff,
7151 0 0 0 4px var(--GW-downvote-button-color),
7152 0 0 0 5px transparent;
7155 /* Disabled.
7157 .vote:disabled {
7158 visibility: unset;
7159 filter: brightness(50%);
7162 /*********/
7163 /* Icons.
7166 .karma .upvote::before {
7167 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptMTQ0IDI3NmMwIDYuNi01LjQgMTItMTIgMTJoLTkydjkyYzAgNi42LTUuNCAxMi0xMiAxMmgtNTZjLTYuNiAwLTEyLTUuNC0xMi0xMnYtOTJoLTkyYy02LjYgMC0xMi01LjQtMTItMTJ2LTU2YzAtNi42IDUuNC0xMiAxMi0xMmg5MnYtOTJjMC02LjYgNS40LTEyIDEyLTEyaDU2YzYuNiAwIDEyIDUuNCAxMiAxMnY5Mmg5MmM2LjYgMCAxMiA1LjQgMTIgMTJ2NTZ6IiAgIGZpbGw9IiMwMEQ4MDAiLz48L3N2Zz4=');
7169 .karma .downvote::before {
7170 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHpNMTI0IDI5NmMtNi42IDAtMTItNS40LTEyLTEydi01NmMwLTYuNiA1LjQtMTIgMTItMTJoMjY0YzYuNiAwIDEyIDUuNCAxMiAxMnY1NmMwIDYuNi01LjQgMTItMTIgMTJIMTI0eiIgZmlsbD0iI0VCNEMyQSIvPjwvc3ZnPg==');
7173 .karma .upvote:disabled::before {
7174 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptMTQ0IDI3NmMwIDYuNi01LjQgMTItMTIgMTJoLTkydjkyYzAgNi42LTUuNCAxMi0xMiAxMmgtNTZjLTYuNiAwLTEyLTUuNC0xMi0xMnYtOTJoLTkyYy02LjYgMC0xMi01LjQtMTItMTJ2LTU2YzAtNi42IDUuNC0xMiAxMi0xMmg5MnYtOTJjMC02LjYgNS40LTEyIDEyLTEyaDU2YzYuNiAwIDEyIDUuNCAxMiAxMnY5Mmg5MmM2LjYgMCAxMiA1LjQgMTIgMTJ2NTZ6IiBzdHJva2U9IiNEOEQ4RDgiIHN0cm9rZS13aWR0aD0iNCUiIGZpbGw9InRyYW5zcGFyZW50Ii8+PC9zdmc+');
7176 .karma .downvote:disabled::before {
7177 background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZD0iTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6TTEyNCAyOTZjLTYuNiAwLTEyLTUuNC0xMi0xMnYtNTZjMC02LjYgNS40LTEyIDEyLTEyaDI2NGM2LjYgMCAxMiA1LjQgMTIgMTJ2NTZjMCA2LjYtNS40IDEyLTEyIDEySDEyNHoiIHN0cm9rZT0iI0Q4RDhEOCIgc3Ryb2tlLXdpZHRoPSI0JSIgZmlsbD0idHJhbnNwYXJlbnQiLz48L3N2Zz4=');
7180 .agreement .upvote::before {
7181 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNTA0IDI1NmMwIDEzNi45NjctMTExLjAzMyAyNDgtMjQ4IDI0OFM4IDM5Mi45NjcgOCAyNTYgMTE5LjAzMyA4IDI1NiA4czI0OCAxMTEuMDMzIDI0OCAyNDh6TTIyNy4zMTQgMzg3LjMxNGwxODQtMTg0YzYuMjQ4LTYuMjQ4IDYuMjQ4LTE2LjM3OSAwLTIyLjYyN2wtMjIuNjI3LTIyLjYyN2MtNi4yNDgtNi4yNDktMTYuMzc5LTYuMjQ5LTIyLjYyOCAwTDIxNiAzMDguMTE4bC03MC4wNTktNzAuMDU5Yy02LjI0OC02LjI0OC0xNi4zNzktNi4yNDgtMjIuNjI4IDBsLTIyLjYyNyAyMi42MjdjLTYuMjQ4IDYuMjQ4LTYuMjQ4IDE2LjM3OSAwIDIyLjYyN2wxMDQgMTA0YzYuMjQ5IDYuMjQ5IDE2LjM3OSA2LjI0OSAyMi42MjguMDAxeiIgZmlsbD0iIzAwRDgwMCIvPjwvc3ZnPg==');
7183 .agreement .downvote::before {
7184 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptMTIxLjYgMzEzLjFjNC43IDQuNyA0LjcgMTIuMyAwIDE3TDMzOCAzNzcuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDI1NiAzMTJsLTY1LjEgNjUuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDEzNC40IDMzOGMtNC43LTQuNy00LjctMTIuMyAwLTE3bDY1LjYtNjUtNjUuNi02NS4xYy00LjctNC43LTQuNy0xMi4zIDAtMTdsMzkuNi0zOS42YzQuNy00LjcgMTIuMy00LjcgMTcgMGw2NSA2NS43IDY1LjEtNjUuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsMzkuNiAzOS42YzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMTIgMjU2bDY1LjYgNjUuMXoiIGZpbGw9IiNFQjRDMkEiLz48L3N2Zz4=');
7187 .agreement .upvote:disabled::before {
7188 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNTA0IDI1NmMwIDEzNi45NjctMTExLjAzMyAyNDgtMjQ4IDI0OFM4IDM5Mi45NjcgOCAyNTYgMTE5LjAzMyA4IDI1NiA4czI0OCAxMTEuMDMzIDI0OCAyNDh6TTIyNy4zMTQgMzg3LjMxNGwxODQtMTg0YzYuMjQ4LTYuMjQ4IDYuMjQ4LTE2LjM3OSAwLTIyLjYyN2wtMjIuNjI3LTIyLjYyN2MtNi4yNDgtNi4yNDktMTYuMzc5LTYuMjQ5LTIyLjYyOCAwTDIxNiAzMDguMTE4bC03MC4wNTktNzAuMDU5Yy02LjI0OC02LjI0OC0xNi4zNzktNi4yNDgtMjIuNjI4IDBsLTIyLjYyNyAyMi42MjdjLTYuMjQ4IDYuMjQ4LTYuMjQ4IDE2LjM3OSAwIDIyLjYyN2wxMDQgMTA0YzYuMjQ5IDYuMjQ5IDE2LjM3OSA2LjI0OSAyMi42MjguMDAxeiIgc3Ryb2tlPSIjRDhEOEQ4IiBzdHJva2Utd2lkdGg9IjQlIiBmaWxsPSJ0cmFuc3BhcmVudCIvPjwvc3ZnPg==');
7190 .agreement .downvote:disabled::before {
7191 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptMTIxLjYgMzEzLjFjNC43IDQuNyA0LjcgMTIuMyAwIDE3TDMzOCAzNzcuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDI1NiAzMTJsLTY1LjEgNjUuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDEzNC40IDMzOGMtNC43LTQuNy00LjctMTIuMyAwLTE3bDY1LjYtNjUtNjUuNi02NS4xYy00LjctNC43LTQuNy0xMi4zIDAtMTdsMzkuNi0zOS42YzQuNy00LjcgMTIuMy00LjcgMTcgMGw2NSA2NS43IDY1LjEtNjUuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsMzkuNiAzOS42YzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMTIgMjU2bDY1LjYgNjUuMXoiIHN0cm9rZT0iI0Q4RDhEOCIgc3Ryb2tlLXdpZHRoPSI0JSIgZmlsbD0idHJhbnNwYXJlbnQiLz48L3N2Zz4=');
7194 /*===========================*/
7195 /* COMMENTING AND POSTING UI */
7196 /*===========================*/
7198 .posting-controls input[type='submit'] {
7199 background-color: #fff;
7200 border: 1px solid #aaa;
7201 font-weight: bold;
7203 .posting-controls input[type='submit']:hover,
7204 .posting-controls input[type='submit']:focus {
7205 background-color: #ddd;
7206 border: 1px solid #999;
7209 .comment-controls .cancel-comment-button {
7210 font-weight: 600;
7211 color: #c00;
7212 text-shadow:
7213 0 0 1px #fff,
7214 0 0 2px #fff;
7216 .comment-controls .cancel-comment-button:hover {
7217 color: #f00;
7218 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7221 .new-comment-button {
7222 font-weight: 600;
7225 .comment-controls .delete-button,
7226 .comment-controls .retract-button {
7227 color: #a00;
7228 opacity: 0.85;
7230 .comment-controls .edit-button,
7231 .comment-controls .unretract-button {
7232 color: #090;
7234 .comment-controls .action-button:hover {
7235 color: #f00;
7236 opacity: 1.0;
7239 .button.edit-post-link:not(:hover) {
7240 color: #090;
7243 .posting-controls textarea {
7244 font-family: 'Charter', 'PT Serif', 'Georgia', serif;
7245 color: #000;
7246 background-color: #fff;
7247 border-color: #aaa;
7248 box-shadow:
7249 0 0 0 1px #eee inset;
7251 .posting-controls textarea:focus {
7252 background-color: #ffd;
7253 border-color: #00e;
7254 box-shadow:
7255 0 0 0 1px #ddf inset,
7256 0 0 0 1px #fff,
7257 0 0 0 2px #00e;
7259 .posting-controls.edit-existing-post textarea:focus,
7260 .posting-controls form.edit-existing-comment textarea:focus {
7261 border-color: #090;
7262 box-shadow:
7263 0 0 0 1px #81ff7f inset,
7264 0 0 0 1px #fff,
7265 0 0 0 2px #090;
7268 /*= Scroll bars =*/
7270 .posting-controls textarea::-webkit-scrollbar {
7271 width: 16px;
7272 background-color: transparent;
7274 .posting-controls textarea::-webkit-scrollbar-track {
7275 background-color: #eee;
7276 border-left: 1px solid #aaa;
7277 border-top: 1px solid #eee;
7279 .posting-controls textarea:focus::-webkit-scrollbar-track {
7280 border-left: 1px solid #00e;
7281 border-top: 1px solid #ddf;
7283 .posting-controls textarea::-webkit-scrollbar-thumb {
7284 background-color: #aaa;
7285 box-shadow: 0 0 0 1px #eee inset;
7286 border-left: 1px solid #aaa;
7288 .posting-controls textarea:focus::-webkit-scrollbar-thumb {
7289 border-left: 1px solid #00e;
7290 background-color: #0040ff;
7291 box-shadow:
7292 0 1px 0 0 #ddf inset,
7293 0 0 0 1px #eee inset;
7296 .posting-controls.edit-existing-post textarea:focus::-webkit-scrollbar-track,
7297 .posting-controls form.edit-existing-comment textarea:focus::-webkit-scrollbar-track {
7298 border-left: 1px solid #090;
7300 .posting-controls.edit-existing-post textarea:focus::-webkit-scrollbar-thumb,
7301 .posting-controls form.edit-existing-comment textarea:focus::-webkit-scrollbar-thumb {
7302 border-left: 1px solid #090;
7303 background-color: #28a708;
7306 /* GUIEdit buttons */
7308 .guiedit-buttons-container {
7309 background-image: linear-gradient(to bottom, #fff 0%, #ddf 50%, #ccf 75%, #aaf 100%);
7312 .posting-controls.edit-existing-post .guiedit-buttons-container button,
7313 .posting-controls form.edit-existing-comment .guiedit-buttons-container button {
7314 color: #050;
7316 .guiedit-buttons-container button {
7317 font-family: 'Font Awesome', 'Font Awesome 5 Free', 'Charter', 'PT Serif', 'Georgia', serif;
7320 .guiedit::after {
7321 font-family: 'Concourse', 'a_Avante', 'Assistant', Arial, 'GW-Symbols', sans-serif;
7322 color: #777;
7323 text-shadow: none;
7326 /* Markdown hints */
7328 #markdown-hints-checkbox + label {
7329 color: #00e;
7331 #markdown-hints-checkbox + label:hover {
7332 color: #e00;
7333 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7335 #markdown-hints {
7336 border: 1px solid #c00;
7337 background-color: #ffa;
7340 /*================*/
7341 /* EDIT POST FORM */
7342 /*================*/
7344 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
7345 top: -1px;
7347 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
7348 border-radius: 3px;
7349 border: 1px solid #ddd;
7350 color: #777;
7352 @media only screen and (hover:hover) {
7353 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover,
7354 #edit-post-form .post-meta-fields input[type='checkbox']:focus + label {
7355 text-shadow:
7356 0 0 1px #fff,
7357 0 0 2px #fff,
7358 0 0 2.5px #aaa;
7360 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover::before,
7361 #edit-post-form .post-meta-fields input[type='checkbox']:focus + label::before {
7362 border-color: #aaa;
7365 #edit-post-form .post-meta-fields input[type='checkbox']:checked + label::before {
7366 content: "\F00C";
7368 #edit-post-form input[type='radio'] + label {
7369 color: #777;
7370 border-color: #ddd;
7371 padding: 4px 12px 5px 12px;
7373 #edit-post-form input[type='radio'][value='all'] + label {
7374 border-radius: 8px 0 0 8px;
7375 border-width: 1px;
7377 #edit-post-form input[type='radio'][value='drafts'] + label {
7378 border-radius: 0 8px 8px 0;
7380 @media only screen and (hover:hover) {
7381 #edit-post-form input[type='radio'] + label:hover,
7382 #edit-post-form input[type='radio']:focus + label {
7383 background-color: #ddd;
7384 color: #000;
7387 #edit-post-form input[type='radio']:focus + label {
7388 color: #000;
7389 box-shadow:
7390 0 0 0 1px #aaa;
7392 #edit-post-form input[type='radio']:checked + label {
7393 background-color: #ddd;
7394 border-color: #ddd;
7395 color: #000;
7396 text-shadow:
7397 0 -1px 0 #fff,
7398 0 0.5px 0.5px #000;
7401 /*=======*/
7402 /* LINKS */
7403 /*=======*/
7406 text-decoration: none;
7407 color: #00e;
7409 a:visited {
7410 color: #551a8b;
7412 a:hover {
7413 text-decoration: underline;
7416 /*=========*/
7417 /* BUTTONS */
7418 /*=========*/
7420 button,
7421 input[type='submit'] {
7422 color: #00e;
7425 button:active,
7426 input[type='submit']:active {
7427 color: #f00;
7428 transform: scale(0.9);
7430 .button:visited {
7431 color: #00e;
7433 .button:active {
7434 transform: scale(0.9);
7436 @-moz-document url-prefix() {
7437 .button:active {
7438 transform: none;
7442 @media only screen and (hover:hover) {
7443 button:hover,
7444 input[type='submit']:hover,
7445 button:focus,
7446 input[type='submit']:focus {
7447 color: #f00;
7448 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7451 .button:hover {
7452 color: #f00;
7453 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7454 text-decoration: none;
7456 .button:focus:not(:hover) {
7457 transform: none;
7461 /*==========*/
7462 /* HEADINGS */
7463 /*==========*/
7465 .body-text h1,
7466 .body-text h2,
7467 .body-text h4 {
7468 font-family: 'Concourse', 'a_Avante', 'Assistant', Arial, 'GW-Symbols', sans-serif;
7470 .body-text h3,
7471 .body-text h5,
7472 .body-text h6 {
7473 font-weight: 600;
7474 font-family: 'Concourse Smallcaps', 'a_Avante', 'Assistant', Arial, 'GW-Symbols', sans-serif;
7476 .body-text h6 {
7477 color: #555;
7479 .body-text h1 {
7480 border-bottom: 1px solid #aaa;
7483 /*========*/
7484 /* QUOTES */
7485 /*========*/
7487 blockquote {
7488 border-left: 5px solid #ccc;
7491 /*========*/
7492 /* IMAGES */
7493 /*========*/
7495 #content img,
7496 #content figure.image img {
7497 border: 1px solid #ccc;
7499 #content figure img {
7500 border: 1px solid #000;
7502 #content img[src$='.svg'],
7503 #content figure img[src$='.svg'] {
7504 border: none;
7506 #content img[style^='float'] {
7507 border: 1px solid transparent;
7510 /*========*/
7511 /* TABLES */
7512 /*========*/
7514 #content:not(.tag-index-page) .body-text table,
7515 #content:not(.tag-index-page) .body-text table th,
7516 #content:not(.tag-index-page) .body-text table td {
7517 border: 1px solid #ccc;
7520 /*======*/
7521 /* MISC */
7522 /*======*/
7524 hr {
7525 border-bottom: 1px solid #999;
7528 code {
7529 background-color: #f6f6ff;
7530 border: 1px solid #ddf;
7531 border-radius: 4px;
7534 input[type='text'],
7535 input[type='search'],
7536 input[type='password'] {
7537 background-color: #fff;
7538 border: 1px solid #ddd;
7539 color: #000;
7541 input[type='text']:focus,
7542 input[type='search']:focus,
7543 input[type='password']:focus {
7544 background-color: #ffd;
7545 border: 1px solid #bbb;
7546 box-shadow: 0 0 1px #bbb;
7549 select {
7550 color: #000;
7553 @-moz-document url-prefix() {
7554 h1.listing s,
7555 .post > h1:first-of-type s {
7556 position: relative;
7557 text-decoration: none;
7559 h1.listing s::after,
7560 .post > h1:first-of-type s::after {
7561 position: absolute;
7562 border-bottom: 3px solid #000;
7563 content: "";
7564 top: 0;
7565 left: 0;
7566 width: 100%;
7567 height: 50%;
7570 /*============*/
7571 /* ABOUT PAGE */
7572 /*============*/
7574 .about-page mark {
7575 background-color: #e6e6e6;
7576 text-decoration: none;
7577 box-shadow:
7578 0 -1px 0 0 #000 inset,
7579 0 -3px 1px -2px #000 inset;
7580 padding: 0 1px;
7583 #content.about-page .accesskey-table {
7584 font-family: 'Concourse', 'a_Avante', 'Assistant', Arial, 'GW-Symbols', sans-serif;
7585 border-color: #ddd;
7588 #content.about-page img {
7589 border: 1px solid #000;
7592 /*========================*/
7593 /* QUALIFIED HYPERLINKING */
7594 /*========================*/
7596 #aux-about-link a {
7597 color: #777;
7599 #aux-about-link a:hover {
7600 opacity: 1.0;
7601 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7604 .qualified-linking label {
7605 color: #00e;
7607 .qualified-linking label:hover {
7608 text-shadow:
7609 0 0 1px #fff,
7610 0 0 3px #fff,
7611 0 0 5px #00e;
7614 .qualified-linking-toolbar {
7615 border: 1px solid #000;
7616 background-color: #fff;
7618 .qualified-linking-toolbar a {
7619 background-color: #eee;
7620 border: 1px solid #ccc;
7621 border-radius: 4px;
7623 .qualified-linking-toolbar a:visited {
7624 color: #00e;
7626 .qualified-linking-toolbar a:hover {
7627 text-decoration: none;
7628 background-color: #ddd;
7629 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7631 .qualified-linking label::after {
7632 background-color: #d8d8d8;
7633 opacity: 0.8;
7636 /*======*/
7637 /* MATH */
7638 /*======*/
7640 .mathjax-block-container::-webkit-scrollbar {
7641 height: 12px;
7642 background-color: #f6f6ff;
7643 border-radius: 6px;
7644 border: 1px solid #ddf;
7646 .mathjax-block-container::-webkit-scrollbar-thumb {
7647 background-color: #dde;
7648 border-radius: 6px;
7649 border: 1px solid #cce;
7651 .mathjax-inline-container::-webkit-scrollbar {
7652 height: 8px;
7653 background-color: #f6f6ff;
7654 border-radius: 4px;
7655 border: 1px solid #ddf;
7657 .mathjax-inline-container::-webkit-scrollbar-thumb {
7658 background-color: #dde;
7659 border-radius: 4px;
7660 border: 1px solid #cce;
7663 /*=================*/
7664 /* ALIGNMENT FORUM */
7665 /*=================*/
7667 #content.alignment-forum-index-page::before {
7668 background-color: #eef0ff;
7670 #content.alignment-forum-index-page::after {
7671 font-family: "Concourse SmallCaps";
7672 font-weight: bold;
7673 background-color: #626dd7;
7674 -webkit-background-clip: text;
7675 color: transparent;
7676 text-shadow:
7677 rgba(255,255,255,0.5) 0px 3px 3px;;
7679 @media only screen and (hover: hover) {
7680 #content.alignment-forum-index-page h1.listing a:hover,
7681 #content.alignment-forum-index-page h1.listing a:focus {
7682 background-color: rgba(238,240,255,0.85);
7686 /*====================*/
7687 /* FOR NARROW SCREENS */
7688 /*====================*/
7690 @media only screen and (max-width: 1440px) {
7691 #hns-date-picker {
7692 background-color: #d8d8d8;
7693 opacity: 1.0;
7695 #hns-date-picker::before {
7696 border: 1px solid #999;
7697 border-width: 1px 0 1px 1px;
7700 @media only screen and (max-width: 1160px) {
7701 #theme-selector:hover::after {
7702 background-color: #999;
7705 @media only screen and (max-width: 1080px) {
7706 #text-size-adjustment-ui button {
7707 border: 1px solid #999;
7708 padding: 0 0 0 1px;
7709 border-radius: 50%;
7710 box-shadow:
7711 0 0 6px #999 inset,
7712 0 0 0 1px transparent;
7714 #theme-tweaker-toggle button {
7715 border: 1px solid #999;
7716 box-shadow:
7717 0 0 10px #999 inset,
7718 0 0 0 1px transparent;
7719 border-radius: 50%;
7720 transform: scale(0.8);
7723 @media only screen and (max-width: 1020px) {
7724 #quick-nav-ui a {
7725 box-shadow:
7726 0 0 0 1px #999,
7727 0 0 0 2px transparent;
7729 #new-comment-nav-ui .new-comments-count::before {
7730 background-color: #d8d8d8;
7731 box-shadow:
7732 0 0 0 1px #999,
7733 0 0 0 2px transparent;
7734 border-radius: 8px;
7736 #anti-kibitzer-toggle {
7737 box-shadow:
7738 0 0 0 1px #999,
7739 0 0 0 2px transparent;
7740 background-color: #d8d8d8;
7741 border-radius: 6px;
7742 overflow: hidden;
7745 @media only screen and (max-width: 1000px) {
7746 #theme-selector {
7747 background-color: #d8d8d8;
7748 box-shadow:
7749 0 0 0 1px #999,
7750 0 0 0 2px transparent;
7752 #theme-selector:hover::after {
7753 width: calc(6em - 3px);
7754 height: calc(100% - 5px);
7755 top: 3px;
7756 left: 100%;
7758 #text-size-adjustment-ui button {
7759 background-color: #ddd;
7761 #text-size-adjustment-ui button:hover {
7762 background-color: #eee;
7764 #theme-tweaker-toggle button {
7765 background-color: #ddd;
7769 /*========*/
7770 /* MOBILE */
7771 /*========*/
7773 /**************************************************************************/
7774 @media only screen and (max-width: 1160px) {
7775 /**************************************************************************/
7777 #ui-elements-container > div[id$='-ui-toggle'] button {
7778 color: #888;
7779 text-shadow:
7780 0 0 1px #fff,
7781 0 0 3px #fff,
7782 0 0 5px #fff,
7783 0 0 10px #fff,
7784 0 0 20px #fff,
7785 0 0 30px #fff;
7788 #theme-selector {
7789 background-color: #d8d8d8;
7790 box-shadow:
7791 0 0 0 1px #999,
7792 0 0 1px 3px #fff,
7793 0 0 3px 3px #fff,
7794 0 0 5px 3px #fff,
7795 0 0 10px 3px #fff,
7796 0 0 20px 3px #fff;
7797 border-radius: 12px;
7799 #theme-selector::before,
7800 #theme-selector .theme-selector-close-button {
7801 color: #666;
7802 text-shadow: 0.5px 0.5px 0 #fff;
7804 #theme-selector button {
7805 background-color: #e6e6e6;
7806 border-radius: 10px;
7808 #theme-selector button::after {
7809 color: #000;
7810 padding-bottom: 2px;
7811 max-width: calc(100% - 3.25em);
7812 overflow: hidden;
7813 text-overflow: ellipsis;
7815 #theme-selector button.selected::after {
7816 text-shadow:
7817 0 -1px 0 #fff,
7818 0 0.5px 0.5px #000;
7821 #quick-nav-ui {
7822 background-color: #fff;
7824 #quick-nav-ui,
7825 #new-comment-nav-ui,
7826 #hns-date-picker {
7827 box-shadow:
7828 0 0 1px 3px #fff,
7829 0 0 3px 3px #fff,
7830 0 0 5px 3px #fff,
7831 0 0 10px 3px #fff,
7832 0 0 20px 3px #fff;
7834 #quick-nav-ui a::after,
7835 #new-comment-nav-ui::before {
7836 font-family: 'Concourse', 'a_Avante', 'Assistant', Arial, 'GW-Symbols', sans-serif;
7837 font-weight: 600;
7838 box-shadow:
7839 0 0 1px 0 #fff,
7840 0 0 3px 0 #fff,
7841 0 0 5px 0 #fff;
7842 background-color: #fff;
7843 border-radius: 4px;
7845 #quick-nav-ui,
7846 #new-comment-nav-ui {
7847 border-radius: 8px;
7849 #new-comment-nav-ui {
7850 background-color: #d8d8d8;
7851 border: 1px solid #999;
7853 #new-comment-nav-ui::before {
7854 color: #777;
7856 #new-comment-nav-ui .new-comment-sequential-nav-button {
7857 box-shadow: 0 0 0 1px #999;
7858 color: #777;
7860 #new-comment-nav-ui .new-comments-count {
7861 background-color: inherit;
7862 box-shadow: 0 -1px 0 0 #999;
7864 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
7865 color: #bbb;
7867 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
7868 border-radius: 7px 0 0 7px;
7870 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-next {
7871 border-radius: 0 7px 7px 0;
7873 #new-comment-nav-ui button::after {
7874 font-family: 'Concourse', 'a_Avante', 'Assistant', Arial, 'GW-Symbols', sans-serif;
7877 /*****************************************/
7878 @media only screen and (max-width: 900px) {
7879 /*****************************************/
7880 h1.listing {
7881 font-size: 1.75rem;
7882 line-height: 1;
7884 h1.listing .link-post-link {
7885 top: 2px;
7887 h1.listing + .post-meta .karma-value,
7888 h1.listing + .post-meta .comment-count,
7889 h1.listing + .post-meta .lw2-link,
7890 h1.listing + .post-meta .read-time {
7891 bottom: 0;
7893 h1.listing + .post-meta .post-section::before {
7894 position: unset;
7896 h1.listing + .post-meta .post-section {
7897 overflow: visible;
7898 order: 1;
7900 h1.listing + .post-meta .link-post-domain {
7901 order: 2;
7902 line-height: 1;
7903 flex-basis: 100%;
7905 h1.listing + .post-meta::after {
7906 bottom: -10px;
7908 #content.user-page h1.listing + .post-meta {
7909 margin-bottom: 1em;
7911 #content.user-page h1.link-post-listing::after {
7912 height: calc(100% + 2em);
7915 #nav-item-search button::before {
7916 color: #00e;
7919 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
7920 background-color: #aaa;
7923 .comment-item .comment-item {
7924 margin: 0.75em 2px 4px 6px;
7925 box-shadow:
7926 0 0 2px #ccc,
7927 0 0 4px #ccc,
7928 0 0 7px #ccc;
7930 .comment-item .comment-item + .comment-item {
7931 margin: 1.5em 2px 4px 6px;
7933 .comment-body {
7934 font-size: 1.125rem;
7937 a.comment-parent-link:hover::before {
7938 background-color: unset;
7941 .sublevel-nav:not(.sort) .sublevel-item,
7942 .sublevel-nav:not(.sort) .sublevel-item:first-child,
7943 .sublevel-nav:not(.sort) .sublevel-item:last-child {
7944 border-radius: 8px;
7945 border-width: 1px;
7946 margin: 2px;
7948 /*******************************************/
7949 } @media only screen and (max-width: 720px) {
7950 /*******************************************/
7951 h1.listing {
7952 margin: 10px 6px 6px 6px;
7953 max-width: calc(100% - 12px);
7954 font-size: 1.5rem;
7955 padding-right: 35px;
7957 #content.conversations-user-page h1.listing {
7958 font-size: 1.5rem;
7960 h1.listing + .post-meta {
7961 margin: 0 6px 0 7px;
7962 clear: both;
7964 h1.listing + .post-meta {
7965 padding: .25em 254px 0 0;
7967 h1.listing + .post-meta::after {
7968 bottom: -2px;
7970 h1.listing + .post-meta > * {
7971 line-height: 1;
7972 display: block;
7974 #content.conversations-user-page h1.listing + .post-meta > * {
7975 line-height: 1.5;
7977 h1.listing + .post-meta .date,
7978 h1.listing + .post-meta .author {
7979 line-height: 1.3;
7981 h1.listing + .post-meta .karma-value,
7982 h1.listing + .post-meta .comment-count,
7983 h1.listing + .post-meta .lw2-link,
7984 h1.listing + .post-meta .read-time {
7985 top: unset;
7986 font-size: 1rem;
7987 box-shadow: none;
7989 h1.listing + .post-meta .karma-value::before,
7990 h1.listing + .post-meta .comment-count::before,
7991 h1.listing + .post-meta .lw2-link::before,
7992 h1.listing + .post-meta .read-time::before {
7993 box-shadow: none;
7995 h1.listing + .post-meta .karma-value,
7996 h1.listing + .post-meta .comment-count,
7997 h1.listing + .post-meta .read-time,
7998 h1.listing + .post-meta .lw2-link {
7999 bottom: 4px;
8002 h1.listing + .post-meta .karma-value {
8003 right: 192px;
8005 h1.listing + .post-meta .karma-value::before {
8006 text-shadow: 0.5px 0.5px 0.5px #999;
8008 h1.listing + .post-meta .comment-count {
8009 right: 132px;
8011 h1.listing + .post-meta .read-time {
8012 right: 56px;
8014 h1.listing + .post-meta .lw2-link {
8015 opacity: 1;
8016 right: 0;
8018 h1.listing + .post-meta .link-post-domain {
8019 margin: 0;
8020 line-height: 1.3;
8021 overflow: hidden;
8022 text-overflow: ellipsis;
8024 h1.listing + .post-meta .post-section::before {
8025 position: absolute;
8026 left: unset;
8027 right: 0;
8028 bottom: 30px;
8029 top: unset;
8031 h1.listing a {
8032 display: inline;
8034 /*******************************************/
8035 } @media only screen and (max-width: 520px) {
8036 /*******************************************/
8037 h1.listing + .post-meta {
8038 padding: .25em 144px 0 0;
8039 flex-flow: column;
8041 #content.conversations-user-page h1.listing + .post-meta {
8042 flex-flow: row wrap;
8044 h1.listing + .post-meta .date {
8045 margin: 0.375em 0 0.25em 0;
8046 line-height: 1;
8048 #content.user-page h1.listing::after {
8049 height: calc(100% + 2.125em);
8051 #content.user-page h1.link-post-listing::after {
8052 height: calc(100% + 3.125em);
8054 #content.user-page:not(.conversations-user-page) h1.listing + .post-meta {
8055 padding: 0.25em 144px 0.5em 36px;
8057 #content.conversations-user-page h1.listing + .post-meta .date {
8058 margin: 0 0 0 1em;
8061 h1.listing + .post-meta .karma-value {
8062 bottom: 28px;
8063 right: 56px;
8065 h1.listing + .post-meta .comment-count {
8066 bottom: 28px;
8067 right: 0;
8069 h1.listing + .post-meta .read-time {
8070 right: 56px;
8071 bottom: 4px;
8073 h1.listing + .post-meta .lw2-link {
8074 right: 0;
8075 bottom: 4px;
8077 h1.listing + .post-meta .link-post-domain {
8078 max-width: 100%;
8080 h1.listing + .post-meta .post-section::before {
8081 right: 120px;
8084 #content.compact > .comment-thread .comment-item {
8085 max-height: 110px;
8088 .textarea-container:focus-within button:active {
8089 background-color: #ccc;
8091 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
8092 background-color: #eee;
8093 border: 1px solid #ddd;
8094 border-radius: 6px;
8096 .textarea-container:focus-within .guiedit-mobile-help-button.active {
8097 border-color: #c00;
8098 box-shadow:
8099 0 0 0 1px #fff,
8100 0 0 0 2px #c00;
8101 color: #c00;
8102 font-weight: 600;
8104 #content.conversation-page .textarea-container:focus-within::after {
8105 background-color: #fff;
8107 .textarea-container:focus-within .guiedit-buttons-container {
8108 background-color: white;
8109 border-top: 1px solid #ddf;
8111 .textarea-container:focus-within button.guiedit {
8112 background-color: #eee;
8113 border: 1px solid #ddd;
8114 border-radius: 6px;
8116 #markdown-hints::after {
8117 color: #090;
8120 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
8121 top: 2px;
8123 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
8124 top: 1px;
8126 /*******************************************/
8127 } @media only screen and (max-width: 320px) {
8128 /*******************************************/
8129 h1.listing {
8130 font-size: 1.25rem;
8132 #content.user-page h1.listing::after {
8133 height: calc(100% + 2.625em);
8135 #content.user-page h1.link-post-listing::after {
8136 height: calc(100% + 3.75em);
8142 /*************/
8143 /* ACCORDIUS */
8144 /*************/
8146 /*======*/
8147 /* TAGS */
8148 /*======*/
8150 #tags {
8151 order: 12;
8152 display: flex;
8153 flex-basis: 100%;
8154 justify-content: center;
8155 margin: 0;
8156 flex-flow: row wrap;
8157 align-items: flex-start;
8160 /*===============*/
8161 /* DEFAULT THEME */
8162 /*===============*/
8164 /*++++++*/
8165 /* TAGS */
8166 /*++++++*/
8168 #tags {
8169 padding: 0.5em;
8171 #tags::before {
8172 content: "Tags:";
8173 margin: 0 0.25em 0 0;
8174 opacity: 0.5;
8175 line-height: 1;
8176 align-self: center;
8178 #tags a {
8179 border-radius: 8px;
8180 background-color: #f0f5fa;
8181 border: 1px solid #c5d6e9;
8182 padding: 4px 8px 5px 8px;
8183 line-height: 1;
8184 margin: 0.25em;
8185 font-size: 0.9375em;
8187 #tags a:hover {
8188 text-decoration: none;
8189 background-color: #d5e7fa;
8191 #tags a:active {
8192 color: #d00;