Allow pre-filled subject when creating a new conversation.
[lw2-viewer.git] / www / css / style-grey.windows.css
blobe39c89e561fc059cfdfd9c751072ae9663f561d5
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;
153 .nav-bar-top:not(#primary-bar) .nav-inner {
154 padding: 4px 0;
157 #nav-item-sequences .nav-inner::before {
158 font-family: "Font Awesome", "Font Awesome 5 Free";
159 content: "\F5DB";
161 @media only screen and (min-width: 901px) {
162 #nav-item-about .nav-inner {
163 margin-right: 0.5em;
165 #nav-item-sequences .nav-inner::before {
166 font-size: 1rem;
167 display: block;
169 #secondary-bar #nav-item-sequences .nav-inner {
170 font-size: 0;
171 line-height: 1.4;
175 /*=------------=*/
176 /*= Bottom bar =*/
177 /*=------------=*/
179 #bottom-bar {
180 order: 11;
182 h1.listing ~ #bottom-bar {
183 margin-top: 1.25em;
185 #bottom-bar .nav-item {
186 flex: 1 1 0;
189 /*=-----------------=*/
190 /*= Accesskey hints =*/
191 /*=-----------------=*/
193 .nav-inner::after {
194 content: attr(accesskey);
195 display: none;
198 /*=---------------=*/
199 /*= Pagination UI =*/
200 /*=---------------=*/
202 #bottom-bar .nav-item a::before,
203 #top-nav-bar a::before {
204 font-family: "Font Awesome", "Font Awesome 5 Free";
205 font-weight: 900;
206 font-size: 0.8em;
207 position: relative;
208 bottom: 1px;
209 margin-right: 0.5em;
211 #bottom-bar #nav-item-first a::before,
212 #top-nav-bar a.nav-item-first::before {
213 content: "\F33e";
215 #bottom-bar #nav-item-top a::before {
216 content: "\F062";
218 #bottom-bar #nav-item-prev a::before,
219 #top-nav-bar a.nav-item-prev::before {
220 content: "\F060";
222 #bottom-bar #nav-item-next a::before,
223 #top-nav-bar a.nav-item-next::before {
224 content: "\F061";
226 #bottom-bar #nav-item-last a::before,
227 #top-nav-bar a.nav-item-last::before {
228 content: "\F340";
230 #bottom-bar #nav-item-next a::before {
231 margin-left: -2em;
232 margin-right: 0;
233 left: 3.8em;
235 #bottom-bar #nav-item-last a::before {
236 margin-left: -1.8em;
237 margin-right: 0;
238 left: 3.4em;
241 /*= Hover tooltips =*/
243 #top-nav-bar a {
244 position: relative;
246 #top-nav-bar a::after {
247 bottom: calc(100% - 3px);
248 content: attr(data-target-page);
250 #top-nav-bar a::after {
251 display: block;
252 position: absolute;
253 font-size: 0.75rem;
254 width: 100%;
255 line-height: 1;
256 visibility: hidden;
258 #top-nav-bar a:hover::after,
259 #bottom-bar a:hover::after {
260 visibility: visible;
263 /*=-----------------------=*/
264 /*= Decorative bottom bar =*/
265 /*=-----------------------=*/
266 /* (On short pages with no pagination) */
268 #bottom-bar.decorative {
269 position: relative;
271 #bottom-bar.decorative .nav-item {
272 display: none;
275 /*=------------=*/
276 /*= Search tab =*/
277 /*=------------=*/
279 #nav-item-search {
280 flex: 4 1 auto;
282 #nav-item-search form::before {
283 content: "\F002";
284 font-family: "Font Awesome", "Font Awesome 5 Free";
285 font-weight: 900;
286 display: inline-block;
287 vertical-align: top;
288 height: 23px;
289 width: 23px;
291 #nav-item-search input {
292 height: 23px;
293 width: calc(95% - 80px);
294 padding: 1px 4px;
296 #nav-item-search button {
297 height: 21px;
300 /*=-----------=*/
301 /*= Login tab =*/
302 /*=-----------=*/
304 #nav-item-login {
305 position: relative;
306 padding-right: 0.5em;
309 /*******************/
310 /* INBOX INDICATOR */
311 /*******************/
313 #inbox-indicator {
314 position: absolute;
315 top: 1px;
316 right: 0;
317 height: 100%;
318 visibility: hidden;
320 #inbox-indicator::before {
321 content: "\F0E0";
322 font-family: "Font Awesome", "Font Awesome 5 Free";
323 color: #bbb;
324 font-size: 1.1875rem;
325 position: absolute;
326 height: 100%;
327 right: 0;
328 top: 0;
329 padding: 0 0.45em;
330 visibility: visible;
331 font-weight: 900;
333 #inbox-indicator.new-messages::before {
334 color: #f00;
335 text-shadow:
336 0 0 1px #777,
337 0.5px 0.5px 1px #777;
339 a#inbox-indicator:hover::before {
340 color: #fff;
341 text-shadow:
342 0 0 1px #000,
343 0 0 2px #000,
344 0 0 4px #000,
345 0 0 1px #777,
346 0.5px 0.5px 1px #777;
348 a#inbox-indicator.new-messages:hover::before {
349 text-shadow:
350 0 0 1px #f00,
351 0 0 2px #f00,
352 0 0 4px #f00,
353 0 0 1px #777,
354 0.5px 0.5px 1px #777;
357 /****************/
358 /* PAGE TOOLBAR */
359 /****************/
361 .page-toolbar {
362 font-size: 0.9em;
363 line-height: 1.8;
364 text-align: right;
365 margin-right: -20px;
367 #content > .page-toolbar {
368 grid-column: 3;
369 grid-row: span 3;
371 #content.user-page > .page-toolbar {
372 grid-column: 2 / span 2;
373 order: -4;
376 /*=--------------------------=*/
377 /*= Page toolbar items (all) =*/
378 /*=--------------------------=*/
380 .page-toolbar > * {
381 display: inline-block;
382 margin-left: 1.5em;
384 .page-toolbar > form button {
385 padding: 0;
386 text-align: right;
387 white-space: unset;
389 .page-toolbar > form button::before {
390 text-align: center;
392 .page-toolbar .button::before {
393 font-family: "Font Awesome", "Font Awesome 5 Free";
394 font-size: 0.9em;
395 padding-right: 0.3em;
398 /*=-------------------------------=*/
399 /*= Page toolbar items (specific) =*/
400 /*=-------------------------------=*/
402 .new-post::before {
403 content: '\F067';
404 font-weight: 900;
406 .new-private-message::before {
407 content: '\F075';
408 font-weight: 400;
410 .logout-button::before {
411 content: '\F2F5';
412 font-weight: 900;
414 #enable-push-notifications::before {
415 content: '\F0F3';
416 font-weight: 400;
418 .ignore-button::before {
419 content: "\F070";
420 font-weight: 400;
422 .unignore-button::before {
423 content: "\F06E";
424 font-weight: 400;
426 .rss::before {
427 content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiANCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIGlkPSJSU1NpY29uIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+DQo8ZGVmcz4NCjxsaW5lYXJHcmFkaWVudCB4MT0iMC4wODUiIHkxPSIwLjA4NSIgeDI9IjAuOTE1IiB5Mj0iMC45MTUiIGlkPSJSU1NnIj4NCjxzdG9wICBvZmZzZXQ9IjAuMCIgc3RvcC1jb2xvcj0iI0UzNzAyRCIvPjxzdG9wICBvZmZzZXQ9IjAuMTA3MSIgc3RvcC1jb2xvcj0iI0VBN0QzMSIvPg0KPHN0b3AgIG9mZnNldD0iMC4zNTAzIiBzdG9wLWNvbG9yPSIjRjY5NTM3Ii8+PHN0b3AgIG9mZnNldD0iMC41IiBzdG9wLWNvbG9yPSIjRkI5RTNBIi8+DQo8c3RvcCAgb2Zmc2V0PSIwLjcwMTYiIHN0b3AtY29sb3I9IiNFQTdDMzEiLz48c3RvcCAgb2Zmc2V0PSIwLjg4NjYiIHN0b3AtY29sb3I9IiNERTY0MkIiLz4NCjxzdG9wICBvZmZzZXQ9IjEuMCIgc3RvcC1jb2xvcj0iI0Q5NUIyOSIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjwvZGVmcz4NCjxyZWN0IHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiByeD0iNTUiIHJ5PSI1NSIgeD0iMCIgIHk9IjAiICBmaWxsPSIjQ0M1RDE1Ii8+DQo8cmVjdCB3aWR0aD0iMjQ2IiBoZWlnaHQ9IjI0NiIgcng9IjUwIiByeT0iNTAiIHg9IjUiICB5PSI1IiAgZmlsbD0iI0Y0OUM1MiIvPg0KPHJlY3Qgd2lkdGg9IjIzNiIgaGVpZ2h0PSIyMzYiIHJ4PSI0NyIgcnk9IjQ3IiB4PSIxMCIgeT0iMTAiIGZpbGw9InVybCgjUlNTZykiLz4NCjxjaXJjbGUgY3g9IjY4IiBjeT0iMTg5IiByPSIyNCIgZmlsbD0iI0ZGRiIvPg0KPHBhdGggZD0iTTE2MCAyMTNoLTM0YTgyIDgyIDAgMCAwIC04MiAtODJ2LTM0YTExNiAxMTYgMCAwIDEgMTE2IDExNnoiIGZpbGw9IiNGRkYiLz4NCjxwYXRoIGQ9Ik0xODQgMjEzQTE0MCAxNDAgMCAwIDAgNDQgNzMgViAzOGExNzUgMTc1IDAgMCAxIDE3NSAxNzV6IiBmaWxsPSIjRkZGIi8+DQo8L3N2Zz4NCg==');
428 display: inline-block;
429 width: 1em;
430 padding-right: 0.2em;
431 position: relative;
432 top: 1px;
435 /*********************/
436 /* TOP PAGINATION UI */
437 /*********************/
439 #top-nav-bar {
440 grid-column: 2;
441 margin: 0.25em 0 0 0;
442 padding: 0.75em 0 0 0;
443 text-align: center;
444 font-size: 1.25em;
445 display: flex;
446 justify-content: center;
448 #top-nav-bar a {
449 line-height: 1;
451 #top-nav-bar a.disabled {
452 pointer-events: none;
453 visibility: hidden;
455 #top-nav-bar .page-number {
456 position: relative;
457 display: inline-block;
458 width: 1.5em;
460 #top-nav-bar .page-number-label {
461 position: absolute;
462 font-size: 0.5em;
463 text-transform: uppercase;
464 width: 100%;
465 bottom: 90%;
466 left: 0;
468 #top-nav-bar a::before {
469 margin: 0.5em;
470 display: inline-block;
473 /****************/
474 /* SUBLEVEL NAV */
475 /****************/
477 .sublevel-nav {
478 text-align: center;
479 display: flex;
480 justify-content: center;
481 margin: 1em 0 0 0;
483 #content > .sublevel-nav:not(.sort) {
484 grid-column: 2;
485 align-self: start;
487 .sublevel-nav .sublevel-item {
488 flex: 0 0 6em;
489 padding: 0.125em 0.5em;
490 font-size: 1.125rem;
492 .sublevel-nav .sublevel-item:active {
493 transform: none;
495 .sublevel-nav .sublevel-item.selected {
496 cursor: default;
499 /***********************/
500 /* SORT ORDER SELECTOR */
501 /***********************/
503 .sublevel-nav.sort {
504 position: relative;
505 margin-top: 8px;
506 font-size: 0.75em;
508 #content > .sublevel-nav.sort {
509 grid-column: 3;
510 grid-row: span 2;
511 justify-self: end;
512 align-self: start;
513 flex-flow: column;
515 #content.index-page > .sublevel-nav.sort {
516 grid-column: 1;
517 justify-self: start;
518 flex-flow: row;
521 .sublevel-nav.sort::before {
522 content: "Sort";
523 font-size: 0.75rem;
524 position: absolute;
525 top: 0;
526 left: 0;
527 width: 100%;
529 .sublevel-nav.sort .sublevel-item {
530 line-height: 1;
531 font-size: 0.875rem;
532 flex-basis: unset;
535 /*******************************/
536 /* COMMENTS SORT MODE SELECTOR */
537 /*******************************/
539 .comments > .sublevel-nav.sort {
540 margin: 1em auto 0 auto;
542 @supports (width: -moz-fit-content) {
543 .comments > .sublevel-nav.sort {
544 width: -moz-fit-content;
547 @supports (width: fit-content) {
548 .comments > .sublevel-nav.sort {
549 width: fit-content;
553 /******************/
554 /* WIDTH SELECTOR */
555 /******************/
557 #width-selector {
558 position: absolute;
559 top: 4px;
560 right: -78px;
562 #width-selector button {
563 width: 22px;
564 height: 22px;
565 padding: 6px;
566 margin: 1px;
567 overflow: hidden;
568 background-repeat: no-repeat;
569 background-size: 100%;
570 background-origin: content-box;
572 #width-selector button,
573 #width-selector button:active,
574 #width-selector button:focus {
575 text-shadow: none;
576 color: transparent;
578 #width-selector button:disabled {
579 cursor: auto;
581 #width-selector button.select-width-normal {
582 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIqnI+py+0PU5hB0Sqp1Xlu32HI9YkHGZZqyo6cC8Kmgcqr3Z5vxPf+nygAADs=');
584 #width-selector button.select-width-wide {
585 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIrnI+py+0PT5jB0TqupUY37zEg95HhMk6bmpGi6aIw+7KnkmK1HvX+DzwUAAA7');
587 #width-selector button.select-width-fluid {
588 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIwnI+py+0/ApIwUGOfvTGzzYELGIoTiZpdylJte7xoQp7beMc5XnL4CYlMgsSisVEAADs=');
591 /*=----------------=*/
592 /*= Hover tooltips =*/
593 /*=----------------=*/
595 #width-selector button::after {
596 content: attr(data-name);
597 position: absolute;
598 display: block;
599 left: 0;
600 width: 100%;
601 text-align: center;
602 top: 56px;
603 visibility: hidden;
605 #width-selector button.selected::after {
606 content: attr(data-name) " (selected)";
608 #width-selector button:hover:not(:active)::after {
609 visibility: visible;
612 head.content-width-normal + body > * {
613 max-width: 900px;
615 head.content-width-wide + body > * {
616 max-width: 1150px;
618 head.content-width-fluid + body > * {
619 max-width: calc(100% - 300px);
622 /******************/
623 /* THEME SELECTOR */
624 /******************/
626 #theme-selector {
627 position: absolute;
628 top: 3px;
629 left: -41px;
630 opacity: 0.4;
631 display: table;
632 max-width: 40px;
634 #theme-selector:hover {
635 opacity: 1.0;
638 /*=----------------------=*/
639 /*= Theme select buttons =*/
640 /*=----------------------=*/
642 .theme-selector button {
643 display: table-cell;
644 width: 26px;
645 height: 26px;
646 padding: 5px;
647 margin: 1px 7px 0 7px;
648 color: transparent;
649 background-size: 16px 16px;
650 background-origin: content-box;
652 .theme-selector button,
653 .theme-selector button:hover,
654 .theme-selector button:active,
655 .theme-selector button:focus {
656 text-shadow: none;
657 color: transparent;
659 .theme-selector button:disabled {
660 cursor: auto;
663 /*=----------------------------=*/
664 /*= Pre-rendered button images =*/
665 /*=----------------------------=*/
666 /* (Each is just a capital letter A through whatever) */
668 .theme-selector button:nth-of-type(1) {
669 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAAAA0NDRYWFhwcHCIiIioqKjU1NTs7O0BAQEtLS09PT1ZWVlxcXGNjY2VlZWZmZmpqamxsbG1tbXd3d4WFhYeHh46OjpaWlpubm6Ojo6ampqysrK+vr7GxsbKysra2tr29vcDAwMnJyc3NzdLS0tra2tvb293d3d/f3+Tk5Ofn5+rq6uvr6+3t7e7u7vHx8fb29vf39/r6+vv7+/39/f7+/v///38AAA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGmUCbcEgsGo/IpHLJbDqf0Kh0Sq0eQwHCyVqsKQAACpdYAgMGrrGwYgZs1C9C+zAbc9rgEZeGwAMiXCRmHRdgAipWE4YtJmYYVSwCYBI2NQxgBDBUGWYSHh+SYCBTMgZ+bQs0UiKneCVRNRBmCw61DwlmYlApZnREMQVgaFCFYBpGFmZvTjRfAAIrRihmDTVq19jZ2tvc3d5CQQA7');
671 .theme-selector button:nth-of-type(2) {
672 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAAAA0NDRwcHCYmJioqKk1NTVVVVV1dXWJiYmNjY3d3d35+foiIiIuLi5aWlq2trbOzs7S0tLm5ucXFxcrKysvLy83NzdLS0tXV1dbW1tra2tvb2+Xl5ebm5ujo6Onp6e3t7e7u7vT09Pb29vf39/j4+Pv7+/39/f7+/v///wAAwKwtDQEAAAAQrAUAAGAAABUAAAAAAAAAEKwFAABgAABQ4VxT/38AAA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGj0CAcEgsGo/IpHLJbDqf0Kh0Sq0KAx0TaUsqcRzWQChFLpM/BGoAZG5P1OyUiXI5lUeD6ZosEgAWd2lSeykieQllhnpxJAoMH2UZcG1lIYKDcZQhBpOUZCcFi2QjaQgeZRaiKXhCDWUaqn1CD6+qKRIQGGYbtpQoC3pjnikRapBtIhUHVszNzs/Q0dLT1ENBADs=');
674 .theme-selector button:nth-of-type(3) {
675 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=');
677 .theme-selector button:nth-of-type(4) {
678 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMYiHh4iIiImGhYqGhYuHhYyGg46Gg5CFgJKEfpKFf5WDfJeEfJiCeZmDeZqCeZuCd56BdZ+AdKZ/cKd/bq19abJ8ZbZ6Ybd5YMR1VctzUMxzT8x0UNJxStNxSdNyStRxSddwRthvRNlvRNtvQ99uQOFuPuRsO+ZtO+dsOuhsOOtrNuxrNvBpMfBpMvNoL/ZnLPZoLvhnLPlmKvpmKvtnKvxmKPxmKf1mKA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGn8CAcEgsGo/IpHLJbDqf0Kh0Sq0KBauX9iVrZRBWBe1GLpM11cSsZplMKqIaOTWYqmsM4uFEBtnXD0UAKDc1EVJ3gUUNNjcjiIBHITcsAlGJRxw3MASXkUYVm3VQmEYbNy6jT6VFHZudpJ9EBjI3JZA1ikQeZBe4ugEAH2QqALgUDQ4QGDFkMgt/ZmYmBVRq0i8kElbc3d7f4OHi4+REQQA7');
680 .theme-selector button:nth-of-type(5) {
681 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMQAw5wMy5gc15hI95RQ/5BhC4xtE5CZN4idN4Upo3Zai05um0p2o0qCq0aKr0aqy0Kyz0K200K+10LK4z7q+zru/zry/zr3Azr7Bzr/CzsDDzsHDzcTGzcnJzMrKzMzMzCwAAAAAIAAgAAAFbeAnjmRpnmiqrmzrvnAsz3Q9esmB7Hxh1ZsBYEgEBCo1DkHgmEiez05ymbGZlIKflYRFbkfY6lekBOh4hoitXBwq1kuG5EF/aOAC8Rir3S/7X3xjZEsQGBSIFBdwbUQNU41DC4OUlZaXmJmaViEAOw==');
683 .theme-selector button:nth-of-type(6) {
684 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMQAAAA0NDS4uLjU1NTg4OElJSVZWVmNjY21tbaOjo62trbOzs8XFxcvLy8zMzNDQ0Nvb2+Dg4OHh4ePj4+Xl5e7u7vLy8v39/f///4n/fwAAwKwtDQEAAAAeBwAAAAAAACwAAAAAIAAgAAAFWiAmjmRpnmiqrmzrvnAsz3RNJkKh70NlH4CgEBDw1RCABSXCZF5syIfthGxMTdVrKasdIQGGHWEy/Q4BjDJAIYG4IRa1tCvi0u1dvFZ/5asddIGCg4SFhoeDIQA7');
686 .theme-selector button:nth-of-type(7) {
687 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMWcEFG4QH3QZKHcfLXslM4AtOYIxPYQ1QYY4Q4tAS5VPWZpYYbKAhrSCh7iJjruPk72RlcWfosikp8qnqsyrrNK1tdO2tta7u9e+vtzExOTS0ebV0+bW1OfX1ejY1ujZ1+na1+nb2Ozf3Ozg3e3h3u7i3+/k4fDm4/Ho5PLq5vPr5/Ts6PXu6vfx7fjz7/j07/n18Pr28fr38vv48/v59Pz69f379v389/79+P//+gAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGssCccEgsGo/IpHLJbDqf0Kh0CmWhVi5q0TYhAL6AwySmFRXAaEAANOWAIScbjRT5fqQzBEAQMrYoOFIWamxaRTV6DIZGL2cbi0UgAAMtRDAyM5kzMlGSAixDjWkJN1Adk6BComgLgU8nAgEllpg2GgAKrk4yZw9IkrlRD3uzRsC6TioCAAQmRh4ArVIXYBKpMBhepFMZaAYHaBVaLA5pAA0pkDQjISEmM5Dx8vP09fb3UUEAOw==');
689 .theme-selector button:nth-of-type(8) {
690 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMVONTVSNTlaPUFeQUViQUlmRU2yeZ3Cga3KhbYKsfqbEo6jGpazIqbLMr7PNsMHWvsHWv8LXwMPXwejw5+nw6Orx6e/07vH28PX49Pf69vn7+fv9+/z9/P7//v///wAAACwAAAAAIAAgAAAFe6AnjmRpnmiqrmzrvnAsz3Rts52zbKamNBxZxwB4mC6CAEWIKJowhECF6SxBpVSjNTqNdZqSJ5fKyFzO58kA620C3nA4G/YFEAr4fAEwf9UhYn0udVokV110TYUjh1mBiH6Kj0IHVYZRS14JABFiAhY3oaKjpKWmp6g2IQA7');
692 .theme-selector button:nth-of-type(9) {
693 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMZLDlpPDl5XEmJfFmpfGm5rHnZ3JoKjPq6nPrLXWuL/cwe317e317vb69vz9/P3+/f7//v///wAAQBsmAIBgAAAQhqFS/38AAO86GpX/fwAAwAzpDQEAAAAeBwAAAAAAACwAAAAAIAAgAAAFT2AkjmRpnmiqrmzrvnAsz3RtQsig2OYSAAdeifELCkcNAfA4ghiWzIgTypwaq8/r0RqVZrvcaBhLPT4KZSExzVtrhQ4CINGt2+/4vH4/CwEAOw==');
696 /*=------------------------------=*/
697 /*= Theme select button tooltips =*/
698 /*=------------------------------=*/
699 /* (with the name & description of the theme that each button selects) */
701 #theme-selector button {
702 position: relative;
703 z-index: 1;
705 #theme-selector button::before {
706 content: attr(data-theme-name);
707 position: absolute;
708 top: 0;
709 right: 100%;
710 padding: 5px 6px 6px 6px;
711 line-height: 1;
712 width: 6em;
713 text-align: right;
714 z-index: 1;
715 visibility: hidden;
717 #theme-selector:hover button::before {
718 visibility: visible;
720 #theme-selector:hover ~ #theme-tweaker-toggle,
721 #theme-selector:active ~ #theme-tweaker-toggle {
722 z-index: -1;
725 /************************/
726 /* THEME TWEAKER TOGGLE */
727 /************************/
729 #theme-tweaker-toggle {
730 position: absolute;
731 top: 7px;
732 left: -75px;
734 #theme-tweaker-toggle button {
735 font-family: "Font Awesome", "Font Awesome 5 Free";
736 font-weight: 900;
737 font-size: 1.25rem;
738 opacity: 0.4;
739 z-index: 1;
741 #theme-tweaker-toggle button:hover {
742 opacity: 1.0;
745 /*******************/
746 /* QUICKNAV WIDGET */
747 /*******************/
749 #quick-nav-ui {
750 position: absolute;
751 right: -67px;
752 bottom: 20px;
754 #quick-nav-ui a {
755 font-family: "Font Awesome", "Font Awesome 5 Free";
756 font-weight: 900;
757 font-size: 1.5rem;
758 line-height: 1.7;
759 text-align: center;
760 display: block;
761 width: 40px;
762 height: 40px;
763 margin: 10px 0 0 0;
765 #quick-nav-ui a[href='#comments'].no-comments {
766 pointer-events: none;
768 #quick-nav-ui a {
769 visibility: hidden;
771 #content.post-page ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
772 visibility: visible;
775 /************************/
776 /* NEW COMMENT QUICKNAV */
777 /************************/
779 #new-comment-nav-ui {
780 position: absolute;
781 right: -112px;
782 bottom: 42px;
784 #new-comment-nav-ui > * {
785 display: block;
786 position: relative;
788 #new-comment-nav-ui.no-comments {
789 display: none;
792 /*=--------------------=*/
793 /*= New comments count =*/
794 /*=--------------------=*/
796 #new-comment-nav-ui .new-comments-count {
797 width: 2em;
798 font-size: 1.25rem;
799 line-height: 1.1;
800 text-align: center;
801 left: 1px;
802 cursor: pointer;
804 #new-comment-nav-ui .new-comments-count::selection {
805 background-color: transparent;
807 #new-comment-nav-ui .new-comments-count::after {
808 content: "NEW";
809 display: block;
810 font-size: 0.625rem;
813 /*=-----------------------------------=*/
814 /*= Next/previous new comment buttons =*/
815 /*=-----------------------------------=*/
817 #new-comment-nav-ui .new-comment-sequential-nav-button {
818 font-size: 1.75rem;
819 font-family: "Font Awesome", "Font Awesome 5 Free";
820 font-weight: 900;
821 width: 1.5em;
822 z-index: 5001;
824 #new-comment-nav-ui .new-comment-previous {
825 top: 8px;
827 #new-comment-nav-ui .new-comment-next {
828 bottom: 6px;
830 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
831 cursor: auto;
832 pointer-events: none;
835 /*******************/
836 /* HNS DATE PICKER */
837 /*******************/
839 #hns-date-picker {
840 position: absolute;
841 bottom: 72px;
842 right: -253px;
843 opacity: 0.6;
845 #hns-date-picker:hover,
846 #hns-date-picker:focus-within {
847 opacity: 1.0;
849 #hns-date-picker.no-comments {
850 display: none;
853 /*=---------------=*/
854 /*= "Since" label =*/
855 /*=---------------=*/
857 #hns-date-picker span {
858 display: block;
859 font-size: 0.75rem;
860 text-transform: uppercase;
863 /*=--------------------=*/
864 /*= "Since" text field =*/
865 /*=--------------------=*/
867 #hns-date-picker input {
868 margin-top: 1px;
869 padding: 1px 3px;
870 width: 140px;
871 text-align: center;
872 box-shadow: 0 0 0 1px transparent;
875 /************************/
876 /* ANTI-KIBITZER TOGGLE */
877 /************************/
879 #anti-kibitzer-toggle {
880 position: absolute;
881 right: -67px;
882 bottom: 225px;
884 #anti-kibitzer-toggle button {
885 display: block;
886 width: 40px;
887 height: 54px;
888 padding: 0;
890 #anti-kibitzer-toggle button::before,
891 #anti-kibitzer-toggle button::after {
892 font-family: "Font Awesome", "Font Awesome 5 Free";
894 #anti-kibitzer-toggle button::before {
895 content: "\F06E";
896 display: block;
897 font-size: 1.75em;
898 font-weight: 400;
900 #anti-kibitzer-toggle button::after {
901 content: "\F007\2004\F164";
902 font-size: 0.875em;
903 font-weight: 900;
905 #anti-kibitzer-toggle.engaged button::before {
906 content: "\F070";
909 /************************/
910 /* TEXT SIZE ADJUSTMENT */
911 /************************/
913 #text-size-adjustment-ui {
914 position: absolute;
915 top: 30px;
916 right: -78px;
917 opacity: 0.4;
919 #text-size-adjustment-ui:hover {
920 opacity: 1.0;
923 /* This doesn't work in Mozilla browsers, so hide it */
924 @-moz-document url-prefix() {
925 #text-size-adjustment-ui {
926 display: none;
930 /*=---------=*/
931 /*= Buttons =*/
932 /*=---------=*/
934 #text-size-adjustment-ui button {
935 font-weight: 900;
936 font-family: "Font Awesome", "Font Awesome 5 Free";
937 font-size: 0.75rem;
938 width: 24px;
939 height: 24px;
940 padding: 0;
942 #text-size-adjustment-ui button.default {
943 font-family: inherit;
944 font-size: 1.125rem;
945 position: relative;
946 top: 1px;
948 #text-size-adjustment-ui button:disabled {
949 opacity: 0.5;
951 #text-size-adjustment-ui button:disabled:hover {
952 cursor: default;
955 /*=----------------=*/
956 /*= Hover tooltips =*/
957 /*=----------------=*/
959 #text-size-adjustment-ui::after {
960 content: "Adjust text size";
961 position: absolute;
962 display: block;
963 left: 0;
964 width: 100%;
965 text-align: center;
966 top: 32px;
967 visibility: hidden;
968 font-size: 0.9em;
970 #text-size-adjustment-ui:hover::after {
971 visibility: visible;
974 /*******************************/
975 /* COMMENTS VIEW MODE SELECTOR */
976 /*******************************/
978 #comments-view-mode-selector {
979 position: absolute;
980 bottom: 30px;
981 left: -40px;
982 opacity: 0.6;
984 #comments-view-mode-selector:hover {
985 opacity: 1.0;
988 /*=---------=*/
989 /*= Buttons =*/
990 /*=---------=*/
992 #comments-view-mode-selector a {
993 display: block;
994 font-family: "Font Awesome", "Font Awesome 5 Free";
995 font-size: 1.25rem;
996 text-align: center;
997 opacity: 0.4;
998 padding: 0.25em;
999 z-index: 1;
1001 #comments-view-mode-selector a.threaded {
1002 transform: scaleY(-1);
1003 font-weight: 900;
1005 #comments-view-mode-selector a.chrono {
1006 font-weight: normal;
1008 #comments-view-mode-selector a.selected,
1009 #comments-view-mode-selector a:hover {
1010 opacity: 1.0;
1011 text-decoration: none;
1013 #comments-view-mode-selector a.selected {
1014 cursor: default;
1017 /*****************/
1018 /* KEYBOARD HELP */
1019 /*****************/
1021 #keyboard-help-overlay {
1022 width: 100vw;
1023 height: 100vh;
1024 background-color: rgba(0,0,0,0.7);
1025 position: fixed;
1026 left: 0;
1027 top: 0;
1028 z-index: 5001;
1030 display: flex;
1031 justify-content: center;
1032 align-items: center;
1033 padding: 20px 30px 30px 20px;
1035 visibility: hidden;
1038 #keyboard-help-overlay .keyboard-help-container {
1039 background-color: #fff;
1040 filter: drop-shadow(4px 4px 2px #000);
1041 flex: 1 1 auto;
1042 max-width: 1500px;
1043 max-height: 100%;
1044 overflow-y: auto;
1045 position: relative;
1047 #keyboard-help-overlay .keyboard-help-container h1 {
1048 text-align: center;
1049 border-bottom: 1px solid #ddd;
1050 margin: 0;
1051 padding: 10px 20px;
1053 #keyboard-help-overlay .keyboard-help-container .note {
1054 margin: 0.5em auto;
1055 padding: 0 1em;
1056 width: fit-content;
1058 #keyboard-help-overlay .keyboard-help-container .keyboard-shortcuts-lists {
1059 column-width: 21em;
1060 column-count: auto;
1061 column-gap: 1.5em;
1062 border-top: 1px solid #ddd;
1063 padding: 15px 20px;
1065 #keyboard-help-overlay .keyboard-help-container ul {
1066 list-style-type: none;
1067 margin: 0;
1068 padding: 0;
1069 break-inside: avoid;
1070 white-space: nowrap;
1072 #keyboard-help-overlay .keyboard-help-container ul:nth-of-type(n+2) {
1073 margin: 20px 0 0 0;
1075 #keyboard-help-overlay .keyboard-help-container ul li.section {
1076 font-weight: bold;
1077 font-size: 1.125rem;
1078 break-after: avoid;
1080 #keyboard-help-overlay .keyboard-help-container .keys {
1081 margin: 0 0.5em 0 0;
1082 min-width: 4.5em;
1083 display: inline-block;
1085 #keyboard-help-overlay .keyboard-help-container .keys code {
1086 margin: 0 6px 0 0;
1088 #keyboard-help-overlay .keyboard-help-container code {
1089 display: inline-block;
1090 background-color: #eee;
1091 border: 1px solid #ccc;
1092 padding: 3px 8px 4px 8px;
1093 margin: 0 1px;
1095 #keyboard-help-overlay .keyboard-help-container code.ak {
1096 background-color: #ffeb83;
1097 border-color: #d4a500;
1099 #keyboard-help-overlay .keyboard-help-container code.ak::before {
1100 content: "ak+";
1101 opacity: 0.3;
1104 #nav-item-about button.open-keyboard-help {
1105 display: none;
1107 @media only screen and (hover:hover) and (pointer:fine) {
1108 #nav-item-about {
1109 position: relative;
1110 padding-right: 0.25em;
1112 #nav-item-about button.open-keyboard-help {
1113 font-family: "Font Awesome", "Font Awesome 5 Free";
1114 font-weight: 900;
1115 position: absolute;
1116 top: 0;
1117 right: 0;
1118 height: 100%;
1119 padding: 8px;
1120 display: initial;
1121 line-height: 1;
1122 background-color: transparent;
1126 #keyboard-help-overlay button.close-keyboard-help {
1127 position: absolute;
1128 right: 0;
1129 top: 0;
1130 font-family: "Font Awesome", "Font Awesome 5 Free";
1131 font-size: 1.5rem;
1132 padding: 10px 12px;
1135 /************/
1136 /* ARCHIVES */
1137 /************/
1139 .archive-nav {
1140 margin: 1.25em 0.5em 0 0.5em;
1141 padding: 0.25em;
1143 .archive-nav > * {
1144 display: flex;
1146 .archive-nav *[class^='archive-nav-item'] {
1147 line-height: 1;
1148 flex: 1 1 5%;
1149 text-align: center;
1150 padding: 6px 4px 4px 4px;
1151 max-width: 8%;
1153 @-moz-document url-prefix() {
1154 .archive-nav *[class^='archive-nav-item'] {
1155 padding: 5px 4px;
1158 .archive-nav-days .archive-nav-item-day {
1159 font-size: 0.8em;
1160 padding: 7px 0 5px 0;
1161 max-width: 4%;
1163 .archive-nav-days .archive-nav-item-day:first-child {
1164 flex-basis: 10%;
1167 /************/
1168 /* ARCHIVES */
1169 /************/
1171 .archive-nav {
1172 margin: 1.25em 0.5em 0 0.5em;
1173 padding: 0.25em;
1175 .archive-nav > * {
1176 display: flex;
1178 .archive-nav *[class^='archive-nav-item'] {
1179 line-height: 1;
1180 flex: 1 1 5%;
1181 text-align: center;
1182 padding: 6px 4px 4px 4px;
1183 max-width: 8%;
1185 @-moz-document url-prefix() {
1186 .archive-nav *[class^='archive-nav-item'] {
1187 padding: 5px 4px;
1190 .archive-nav-days .archive-nav-item-day {
1191 font-size: 0.8em;
1192 padding: 7px 0 5px 0;
1193 max-width: 4%;
1195 .archive-nav-days .archive-nav-item-day:first-child {
1196 flex-basis: 10%;
1199 /************/
1200 /* LISTINGS */
1201 /************/
1203 h1.listing {
1204 font-size: 1.875rem;
1205 line-height: 1.15;
1206 max-height: 1.15em;
1207 position: relative;
1210 h1.listing a {
1211 position: relative;
1214 /* Links to link-posts (not the link-post links themselves; that's below) */
1215 h1.listing .link-post-link + a {
1216 margin-left: 0.25em;
1219 h1.listing .link-post-link {
1220 font-size: 0.8em;
1221 display: inline;
1222 vertical-align: top;
1223 position: relative;
1224 top: 4px;
1227 /*=----------------------=*/
1228 /*= Listing hover reveal =*/
1229 /*=----------------------=*/
1230 /* (On desktops, hover over a multi-line listing to reveal all of it) */
1232 @media only screen and (min-width: 1160px) {
1233 h1.listing a {
1234 max-width: 100%;
1235 display: inline-block;
1236 white-space: nowrap;
1237 text-overflow: ellipsis;
1238 overflow: hidden;
1239 border-bottom: 1px solid transparent;
1240 -webkit-hyphens: auto;
1241 -moz-hyphens: auto;
1242 -ms-hyphens: auto;
1243 hyphens: auto;
1244 z-index: 1;
1245 padding: 0 0 1px 1px;
1247 h1.listing .link-post-link + a {
1248 max-width: calc(100% - 33px);
1250 h1.listing a:hover,
1251 h1.listing a:focus {
1252 text-decoration: dotted underline;
1253 white-space: initial;
1254 overflow: visible;
1255 z-index: 2;
1257 h1.listing:focus-within::before {
1258 content: "\F105";
1259 font-family: "Font Awesome", "Font Awesome 5 Free";
1260 display: block;
1261 position: absolute;
1262 left: -0.75em;
1265 /* Adds hysteresis to the hover area (i.e., prevents oscillation due to small
1266 mouse movements) */
1268 h1.listing a:not(.edit-post-link):hover::before {
1269 content: "";
1270 position: absolute;
1271 top: -10px;
1272 right: -10px;
1273 bottom: -10px;
1274 left: -10px;
1275 z-index: -1;
1277 h1.listing .link-post-link:hover {
1278 text-decoration: none;
1282 /*=-----------------------=*/
1283 /*= In-listing edit links =*/
1284 /*=-----------------------=*/
1286 h1.listing .edit-post-link {
1287 position: absolute;
1288 margin: 0;
1291 /*=---------------------------------=*/
1292 /*= Error messages on listing pages =*/
1293 /*=---------------------------------=*/
1295 .listing-message {
1296 width: 100%;
1297 text-align: center;
1298 padding: 1.25em 0 1.25em 0;
1299 font-size: 1.375em;
1302 /*********************/
1303 /* LISTING POST-META */
1304 /*********************/
1306 h1.listing + .post-meta {
1307 position: relative;
1308 justify-content: flex-start;
1309 margin: 0 20px 0 21px;
1312 h1.listing + .post-meta > * {
1313 margin: 0 1em 0 0;
1316 h1.listing + .post-meta .post-section {
1317 width: 0;
1318 margin: 0;
1319 overflow: hidden;
1321 h1.listing + .post-meta .post-section::before {
1322 position: absolute;
1323 left: -36px;
1326 h1.listing + .post-meta .read-time {
1327 cursor: default;
1330 /********************/
1331 /* SEQUENCES & TAGS */
1332 /********************/
1334 .sequence-text, .tag-description {
1335 font-size: 1.2rem;
1336 padding: 0 22px;
1339 #content.tag-index-page .tag-description {
1340 margin: 1em 0 0;
1343 section {
1344 margin-top: 2em;
1345 margin-bottom: 4em;
1348 h1.sequence-chapter {
1349 font-size: 2.3rem;
1352 article {
1353 max-width: 100%;
1356 .post-meta + .comments {
1357 margin-top: 3em;
1360 .tag-list {
1361 column-count: auto;
1362 column-width: 15em;
1363 margin-top: 0;
1364 border-bottom: 1px solid #999;
1365 padding-bottom: 1em;
1366 margin-bottom: 0;
1369 /**************/
1370 /* USER PAGES */
1371 /**************/
1373 /*=---------------------=*/
1374 /*= User's display name =*/
1375 /*=---------------------=*/
1377 #content.user-page h1.page-main-heading {
1378 margin: 0.25em 0 0 0;
1379 line-height: 1.1;
1380 grid-column: 1 / span 2;
1381 order: -2;
1384 #content.user-page h1.page-main-heading .user-full-name {
1385 font-size: 1rem;
1386 font-weight: normal;
1387 padding-left: 0.5em;
1390 /*=--------------------=*/
1391 /*= User's karma total =*/
1392 /*=--------------------=*/
1394 #content.user-page .user-stats {
1395 grid-column: 3;
1396 order: -2;
1397 text-align: right;
1398 align-self: end;
1401 #content.user-page .user-stats .karma-type {
1402 white-space: nowrap;
1405 /*=----------------------=*/
1406 /*= Expanded vs. compact =*/
1407 /*=----------------------=*/
1409 #content.user-page #comments-list-mode-selector {
1410 grid-row: span 2;
1412 #content.user-page #comments-list-mode-selector button {
1413 display: block;
1416 /*=----------------------------------------------------=*/
1417 /*= All, Posts, Comments, Drafts, Conversations, Inbox =*/
1418 /*=----------------------------------------------------=*/
1420 #content.user-page .sublevel-nav {
1421 margin-bottom: 0.5em;
1424 /*=--------------=*/
1425 /*= User's posts =*/
1426 /*=--------------=*/
1428 #content.user-page h1.listing {
1429 margin: 0.5em 0 0 0;
1432 #content.user-page .user-bio :first-child {
1433 margin-top: 0.5em;
1436 /*****************/
1437 /* CONVERSATIONS */
1438 /*****************/
1440 /*=----------------------=*/
1441 /*= List of participants =*/
1442 /*=----------------------=*/
1444 #content.conversation-page .conversation-participants {
1445 grid-column: 2 / span 2;
1446 text-align: right;
1447 margin: 0.5em 0 0 0;
1449 .post-meta > .conversation-participants {
1450 white-space: normal;
1452 .conversation-participants ul,
1453 .conversation-participants li {
1454 list-style-type: none;
1455 display: inline-block;
1456 margin: 0;
1457 padding: 0;
1459 .conversation-participants li {
1460 margin-left: 0.375em;
1462 .conversation-participants li:not(:last-of-type)::after {
1463 content: ",";
1466 /*=-------------------------=*/
1467 /*= Posting controls (form) =*/
1468 /*=-------------------------=*/
1470 #content.conversation-page .posting-controls {
1471 padding: 0 0 1em 0;
1473 #content.conversation-page .post-meta-fields {
1474 overflow: auto;
1475 display: flex;
1476 flex-flow: row wrap;
1478 .posting-controls.standalone textarea {
1479 margin-top: 0.375em;
1481 .posting-controls.standalone form {
1482 padding: 0 1em;
1484 #content.conversation-page .posting-controls.standalone form {
1485 padding: 0 1em 3em 1em;
1487 .posting-controls.standalone input[type='text'],
1488 .posting-controls.standalone label {
1489 margin: 0.25em 0;
1491 .posting-controls.standalone label {
1492 width: 4em;
1493 text-align: right;
1494 padding: 2px 6px;
1495 border: 1px solid transparent;
1497 .posting-controls.standalone input[type='text'] {
1498 width: calc(100% - 4em);
1499 padding: 0.25em;
1501 .posting-controls.standalone input[type='submit'] {
1502 float: right;
1504 .posting-controls.standalone #markdown-hints-checkbox ~ label {
1505 white-space: nowrap;
1507 .posting-controls.standalone #markdown-hints {
1508 top: calc(100% + 2em);
1511 /*=--------------------=*/
1512 /*= Conversation title =*/
1513 /*=--------------------=*/
1515 #content.conversation-page h1.page-main-heading {
1516 text-align: center;
1517 margin: 0.5em 0;
1518 line-height: 1.15;
1521 /*=----------=*/
1522 /*= Messages =*/
1523 /*=----------=*/
1525 #content.conversation-page > ul.comment-thread:last-of-type {
1526 margin-bottom: 2em;
1529 /******************/
1530 /* SEARCH RESULTS */
1531 /******************/
1533 #content.search-results-page h1.listing,
1534 #content.sequence-page h1.listing,
1535 #content.post-page h1.listing {
1536 font-size: 1.625em;
1539 /**************/
1540 /* LOGIN PAGE */
1541 /**************/
1543 .login-container {
1544 margin: 2em 0;
1545 padding: 1em;
1546 display: flex;
1547 flex-flow: row wrap;
1550 .login-container form {
1551 flex-basis: 50%;
1552 display: grid;
1553 grid-row-gap: 0.5em;
1554 align-content: start;
1556 .login-container form label {
1557 text-align: right;
1558 padding: 0.25em 0.5em;
1559 white-space: nowrap;
1560 grid-column: 1;
1562 .login-container form input {
1563 grid-column: 2;
1564 padding: 0.25em;
1566 .login-container form input[type='submit'],
1567 .login-container form a {
1568 grid-column: 2;
1569 justify-self: center;
1571 .login-container form input[type='submit'] {
1572 width: 10em;
1573 padding: 0.35em;
1574 line-height: 1;
1575 margin: 0.5em 0 0 0;
1577 .login-container form h1 {
1578 text-align: center;
1579 margin: 0;
1580 grid-column: 2;
1583 /* “Log in” form */
1585 #login-form {
1586 grid-template-columns: 5.5em 1fr;
1587 padding: 0.5em 2em 0.5em 0;
1590 /* “Create account” form */
1592 #signup-form {
1593 font-size: 0.9em;
1594 grid-template-columns: 8.5em 1fr;
1595 padding: 0.5em 1em 1em 1em;
1597 #signup-form h1 {
1598 font-size: 1.7em;
1600 #signup-form input[type='submit'] {
1601 padding: 0.4em 0.5em 0.5em 0.5em;
1604 /* Log in tip */
1606 .login-container .login-tip {
1607 padding: 0.5em 0.5em 0.5em 3em;
1608 margin: 2em 4em 0 4em;
1609 text-indent: -2em;
1610 line-height: 1.4;
1612 .login-container .login-tip span {
1613 font-weight: bold;
1616 /* Message box */
1618 #content.login-page .error-box {
1619 margin: 1.5em 0.875em -1.5em 0.875em;
1621 .error-box, .success-box {
1622 padding: 0.25em;
1623 text-align: center;
1626 /***********************/
1627 /* PASSWORD RESET PAGE */
1628 /***********************/
1630 .reset-password-container {
1631 margin-bottom: 2em;
1633 .reset-password-container input[type='submit'] {
1634 padding: 0.2em 0.5em;
1635 width: unset;
1637 .reset-password-container input {
1638 margin-left: 0.5em;
1639 width: 12em;
1641 .reset-password-container label {
1642 display: inline-block;
1643 width: 9em;
1645 .reset-password-container form > div {
1646 margin: 0.2em;
1648 .reset-password-container .action-container {
1649 padding-left: 11em;
1650 padding-top: 0.2em;
1652 .reset-password-container .error-box {
1653 margin: unset;
1656 /*********************/
1657 /* TABLE OF CONTENTS */
1658 /*********************/
1660 .contents {
1661 float: right;
1662 min-width: 6em;
1663 max-width: 40%;
1664 margin: 1.25em 0 0.75em 1.25em;
1665 padding: 7px 14px 10px 10px;
1666 position: relative;
1667 z-index: 1;
1670 .contents-head {
1671 text-align: center;
1672 margin-bottom: 0.25em;
1675 .post-body .contents ul {
1676 list-style-type: none;
1677 margin: 0 0 0 0.5em;
1678 counter-reset: toc-item-1 toc-item-2 toc-item-3;
1679 padding-left: 1em;
1680 font-size: 0.75em;
1682 .post-body .contents li {
1683 margin: 0.15em 0 0.3em 1em;
1684 text-align: left;
1685 text-indent: -1em;
1686 line-height: 1.2;
1687 position: relative;
1689 .post-body .contents li::before {
1690 position: absolute;
1691 width: 3em;
1692 display: block;
1693 text-align: right;
1694 left: -4.5em;
1696 .contents .toc-item-1 {
1697 counter-increment: toc-item-1;
1698 counter-reset: toc-item-2 toc-item-3;
1700 .contents .toc-item-1::before {
1701 content: counter(toc-item-1);
1703 .contents .toc-item-1 ~ .toc-item-2 {
1704 margin-left: 2.9em;
1705 font-size: 0.95em;
1707 .contents .toc-item-2 {
1708 counter-increment: toc-item-2;
1709 counter-reset: toc-item-3;
1711 .contents .toc-item-1 ~ .toc-item-2::before {
1712 content: counter(toc-item-1) "." counter(toc-item-2);
1714 .contents .toc-item-2::before {
1715 content: counter(toc-item-2);
1717 .contents .toc-item-1 + .toc-item-3 {
1718 counter-increment: toc-item-2 toc-item-3;
1720 .contents .toc-item-2 ~ .toc-item-3,
1721 .contents .toc-item-1 ~ .toc-item-3 {
1722 margin-left: 2.9em;
1723 font-size: 0.95em;
1725 .contents .toc-item-1 ~ .toc-item-2 ~ .toc-item-3 {
1726 margin-left: 5.7em;
1727 font-size: 0.9em;
1729 .contents .toc-item-3 {
1730 counter-increment: toc-item-3;
1732 .contents .toc-item-1 ~ .toc-item-2 ~ .toc-item-3::before {
1733 content: counter(toc-item-1) "." counter(toc-item-2) "." counter(toc-item-3);
1735 .contents .toc-item-1 ~ .toc-item-3::before {
1736 content: counter(toc-item-1) "." counter(toc-item-3);
1738 .contents .toc-item-2 ~ .toc-item-3::before {
1739 content: counter(toc-item-2) "." counter(toc-item-3);
1741 .contents .toc-item-3::before {
1742 content: counter(toc-item-3);
1744 .contents .toc-item-4,
1745 .contents .toc-item-5,
1746 .contents .toc-item-6 {
1747 display: none;
1750 /********************/
1751 /* POSTS & COMMENTS */
1752 /********************/
1754 .post-meta > *,
1755 .comment-meta > * {
1756 display: inline-block;
1757 margin-right: 1em;
1758 font-size: 1.0625em;
1760 .body-text {
1761 overflow-wrap: break-word;
1762 text-align: justify;
1764 .body-text p {
1765 margin: 1em 0;
1767 .retracted .body-text {
1768 text-decoration: line-through;
1771 .bare-url {
1772 word-break: break-all;
1773 hyphens: auto;
1775 .body-text a:not([href]),
1776 .body-text a:not([href]):hover,
1777 .body-text a:not([href])::before,
1778 .body-text a:not([href])::after {
1779 text-decoration: none;
1780 text-shadow: unset;
1781 border: unset;
1782 color: unset;
1783 content: unset;
1785 /*************/
1786 /* POST-META */
1787 /*************/
1789 .post-meta {
1790 display: flex;
1791 flex-flow: row wrap;
1792 justify-content: center;
1794 .post-meta .lw2-link {
1795 opacity: 0.5;
1796 order: 1;
1798 .post-meta > *,
1799 .post-meta .post-section::before {
1800 margin: 0 0.5em;
1802 .post-meta .post-section {
1803 order: -1;
1804 margin: 0;
1805 visibility: hidden;
1807 .post-meta .post-section::before,
1808 .comment-meta .alignment-forum {
1809 visibility: visible;
1810 font-family: "Font Awesome", "Font Awesome 5 Free";
1811 font-weight: 900;
1813 .post-section.frontpage::before {
1814 content: "\F015";
1816 .post-section.featured::before {
1817 content: "\F005";
1819 .post-section.meta::before {
1820 content: "\F077";
1822 .post-section.events::before {
1823 content: "\F5A0";
1825 .post-section.personal::before {
1826 content: "\F007";
1828 .post-section.draft::before {
1829 content: "\F15B";
1831 .post-section.alignment-forum::before,
1832 .comment-meta .alignment-forum {
1833 content: "AF";
1834 font-family: Concourse, 'Changa One';
1837 /*= Karma controls hover tooltips =*/
1839 @media only screen and (pointer: fine) {
1840 .post .karma,
1841 .comment-item .karma {
1842 position: relative;
1844 .post .karma.active-controls::after,
1845 .comment-item .karma.active-controls::after {
1846 content: "Double-click for strong vote";
1847 position: absolute;
1848 pointer-events: none;
1849 display: block;
1850 left: 6px;
1851 max-width: calc(100% - 12px);
1852 line-height: 1.15;
1853 white-space: normal;
1854 text-align: center;
1855 font-size: 0.875rem;
1856 opacity: 0;
1857 transition: opacity 0.2s ease;
1859 .post .karma.active-controls:hover::after,
1860 .comment-item .karma.active-controls:hover::after {
1861 opacity: 1.0;
1864 .post .karma .karma-value::after,
1865 .comment-item .karma .karma-value::after {
1866 content: attr(title);
1867 position: absolute;
1868 pointer-events: none;
1869 display: block;
1870 left: 50%;
1871 transform: translateX(-50%);
1872 white-space: nowrap;
1873 text-align: center;
1874 font-size: 0.875rem;
1875 color: #bbb;
1876 opacity: 0;
1877 transition: opacity 0.2s ease;
1879 .post .karma .karma-value:hover::after,
1880 .comment-item .karma .karma-value:hover::after {
1881 opacity: 1.0;
1883 .comment-item .karma .karma-value:hover::after {
1884 z-index: 5001;
1887 .author {
1888 position: relative;
1890 .author:not(.redacted)::before {
1891 content: attr(data-full-name);
1892 position: absolute;
1893 pointer-events: none;
1894 display: block;
1895 padding: 0 1em;
1896 left: 50%;
1897 bottom: 2em;
1898 transform: translateX(-50%);
1899 white-space: nowrap;
1900 text-align: center;
1901 font-size: 0.875rem;
1902 font-weight: normal;
1903 opacity: 0;
1904 transition: opacity 0.2s ease;
1905 z-index: 5001;
1907 .author:hover::before {
1908 opacity: 1.0;
1912 /*********/
1913 /* POSTS */
1914 /*********/
1916 .post {
1917 max-width: 100%;
1920 .post-body {
1921 min-height: 8em;
1922 padding: 0 30px;
1923 line-height: 1.5;
1924 font-size: 1.3rem;
1925 overflow: auto;
1926 margin: 0.5em 0 0 0;
1928 h1.post-title {
1929 margin: 1.1em 0 0.35em 0;
1930 padding: 0 30px;
1931 text-align: center;
1932 font-size: 2.5em;
1933 line-height: 1;
1935 .post .post-meta {
1936 text-align: center;
1937 position: relative;
1938 z-index: 2;
1940 .post .top-post-meta:last-child {
1941 margin-bottom: 40px;
1943 .post .bottom-post-meta {
1944 margin: 0;
1945 padding: 20px 0;
1947 .bottom-post-meta {
1948 border-style: solid;
1949 border-width: 1px 0;
1952 /**********/
1953 /* EVENTS */
1954 /**********/
1956 .event-info .map {
1957 position: relative;
1958 width: 100%;
1959 margin: 2em 0 1em;
1962 .event-info .map::before {
1963 content: "";
1964 display: block;
1965 padding-bottom: 50%;
1968 .event-info .map iframe {
1969 width: 100%;
1970 height: 100%;
1971 border: 1px solid #000;
1972 position: absolute;
1973 top: 0;
1974 left: 0;
1977 .event-info ul {
1978 list-style: none;
1979 padding: 0;
1980 text-align: center;
1983 /*******************/
1984 /* POST NAVIGATION */
1985 /*******************/
1987 .post-nav-item {
1988 display: grid;
1989 grid-template: 100% / 32% 36% 32%;
1990 grid-template-areas:
1991 "prev seq next";
1993 .post-nav {
1994 display: flex;
1995 flex-flow: column;
1996 justify-content: flex-end;
1997 padding: 0.5em;
2000 .post-nav-title {
2001 font-size: 1.125em;
2002 line-height: 1.15;
2003 display: inline;
2004 border-top: 1px solid transparent;
2006 .post-nav.prev .post-nav-title,
2007 .post-nav.next .post-nav-title {
2008 border-bottom: 1px solid transparent;
2011 .sequence-title {
2012 align-items: center;
2013 text-align: center;
2014 grid-area: seq;
2016 .sequence-title .post-nav-title {
2017 font-size: 1.5em;
2020 .post-nav.prev {
2021 grid-area: prev;
2022 align-items: flex-start;
2024 .post-nav.prev .post-nav-title::before {
2025 content: "\F0D9\2005";
2027 .post-nav.next {
2028 grid-area: next;
2029 text-align: right;
2030 align-items: flex-end;
2032 .post-nav.prev .post-nav-label,
2033 .post-nav.next .post-nav-label {
2034 display: none;
2036 .post-nav.next .post-nav-title::after {
2037 content: "\2004\F0DA";
2039 .post-nav.prev .post-nav-title::before,
2040 .post-nav.next .post-nav-title::after {
2041 font-family: Font Awesome;
2042 font-weight: 900;
2043 vertical-align: text-bottom;
2044 opacity: 0.75;
2046 .post-nav-links {
2047 max-width: 100%;
2050 @media only screen and (max-width: 900px) {
2051 .post-nav-item {
2052 font-size: 0.875em;
2053 grid-template: auto auto / 50% 50%;
2054 grid-template-areas:
2055 "prev next"
2056 "seq seq";
2058 .post-nav.prev .post-nav-title,
2059 .post-nav.next .post-nav-title {
2060 border-bottom: none;
2062 .post-nav.prev {
2063 margin: 0 0 0 -1px;
2064 position: relative;
2065 left: 1px;
2067 .sequence-title {
2068 padding: 0.75em 0;
2071 @media only screen and (max-width: 520px) {
2072 .post-nav-links + .comments {
2073 padding: 1em 0 0 0;
2077 .related-posts, .related-post-group {
2078 padding-bottom: 1em;
2080 .related-post-type {
2081 font-size: 1.2em;
2082 font-weight: 600;
2083 margin-top: 0.5em;
2084 margin-bottom: -0.5em;
2085 list-style-type: disc;
2086 margin-left: -0.5em;
2087 opacity: 0.7;
2089 .related-post-type::before {
2090 content: "\269c";
2091 margin-right: 0.15em;
2093 .related-posts .post-type-prefix {
2094 display: none;
2097 /**************/
2098 /* LINK POSTS */
2099 /**************/
2101 .post.link-post > .post-body > p:first-child {
2102 text-align: center;
2103 font-size: 1.125em;
2104 margin: 0.5em 0 0 0;
2106 .post.link-post > .post-body > p:only-child {
2107 font-size: 1.5em;
2108 margin: 1em 0;
2110 .post.link-post a.link-post-link::before {
2111 content: "\F0C1";
2112 font-family: "Font Awesome", "Font Awesome 5 Free";
2113 font-weight: 900;
2114 font-size: 0.75em;
2115 position: relative;
2116 top: -2px;
2117 margin-right: 0.25em;
2120 /************/
2121 /* COMMENTS */
2122 /************/
2124 .comments {
2125 max-width: 100%;
2126 padding: 0 0 1px 0;
2127 position: relative;
2129 .comments::before {
2130 content: "";
2131 position: absolute;
2132 display: block;
2133 top: 0;
2134 left: 0;
2135 width: 100%;
2136 height: 100%;
2137 pointer-events: none;
2139 ul.comment-thread {
2140 list-style-type: none;
2141 padding: 0;
2142 max-width: 100%;
2144 .comments .comment-thread > li {
2145 position: relative;
2147 #content > #top-nav-bar + .comment-thread .comment-item {
2148 margin-top: 0;
2151 .comment-item {
2152 margin: 2em 0 0 0;
2154 .comment-item .comment-item {
2155 margin: 1em 8px 8px 16px;
2157 .comment-item .comment-item + .comment-item {
2158 margin: 2em 8px 8px 16px;
2161 .comment-body {
2162 line-height: 1.45;
2163 font-size: 1.2rem;
2164 padding: 10px;
2166 .comment-body ul {
2167 list-style-type: circle;
2169 .comment-body > *:first-child {
2170 margin-top: 0;
2172 .comment-body > *:last-child {
2173 margin-bottom: 0;
2176 .comments-empty-message {
2177 width: 100%;
2178 text-align: center;
2179 padding: 0.75em 0 0.9em 0;
2180 font-size: 1.375em;
2183 /**********************************/
2184 /* DEEP COMMENT THREAD COLLAPSING */
2185 /**********************************/
2187 .comment-item > input[id^="expand"] {
2188 display: none;
2190 .comment-item > input[id^="expand"] + label {
2191 display: block;
2192 visibility: hidden;
2193 position: relative;
2194 margin: 8px 9px;
2196 .comment-item > input[id^="expand"] + label::after {
2197 content: "(Expand " attr(data-child-count) " below)";
2198 visibility: visible;
2199 position: absolute;
2200 left: 0;
2201 white-space: nowrap;
2202 cursor: pointer;
2204 .comment-item > input[id^="expand"]:checked + label::after {
2205 content: "(Collapse " attr(data-child-count) " below)";
2207 .comment-item > input[id^="expand"] ~ .comment-thread {
2208 max-height: 34px;
2209 overflow: hidden;
2211 .comment-item > input[id^="expand"] ~ .comment-thread > li:first-child {
2212 margin-top: 0;
2214 .comment-item > input[id^="expand"]:checked ~ .comment-thread {
2215 max-height: 1000000px;
2218 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
2219 margin: 0;
2221 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item a.comment-parent-link:hover::after {
2222 display: none;
2225 /*************/
2226 /* BACKLINKS */
2227 /*************/
2229 .backlinks > input {
2230 display: none;
2233 .backlinks > label {
2234 margin-left: 10px;
2235 display: block;
2236 color: #00f;
2237 cursor: pointer;
2240 .backlinks > label::before {
2241 content: " ";
2242 border-left: 5px solid currentColor;
2243 border-top: 5px solid transparent;
2244 border-bottom: 5px solid transparent;
2245 transition: transform 0.25s ease-out;
2246 transform-origin: 29% 55%;
2247 display: inline-block;
2248 padding-right: 0.5em;
2251 .backlinks > input:checked + label::before {
2252 transform: rotate(90deg);
2255 .backlinks li {
2256 margin-top: 0;
2259 .backlinks > ul {
2260 height: 0;
2261 perspective-origin: top;
2262 transform: perspective(100em) rotateX(-90deg);
2263 transform-origin: center top;
2264 opacity: 0;
2265 margin-top: 0.5em;
2266 margin-bottom: 0.5em;
2269 .backlinks > input:checked ~ ul {
2270 height: auto;
2271 transform: perspective(100em) rotateX(0deg);
2272 transition: transform 0.25s ease-in, opacity 0.25s ease-in;
2273 opacity: 1;
2276 /****************/
2277 /* COMMENT-META */
2278 /****************/
2280 .comment-meta {
2281 padding: 2px 24px 2px 10px;
2282 margin: 0 -1px;
2283 border: none;
2284 display: flex;
2285 flex-flow: row wrap;
2286 align-items: baseline;
2288 .user-page .comment-meta,
2289 .conversation-page .comment-meta {
2290 padding-right: 10px;
2292 .comment-meta .comment-post-title {
2293 flex-basis: 100%;
2294 overflow: hidden;
2295 text-overflow: ellipsis;
2296 line-height: 1.3;
2298 .conversation-page .comment-meta .comment-post-title {
2299 margin: 0;
2300 flex-basis: unset;
2301 flex: 1 0 auto;
2302 text-align: right;
2303 display: none; /* Not sure if we need to display this... */
2305 .comment-item .author:not(.redacted).original-poster::after {
2306 content: "\2004(OP)";
2307 font-size: 0.75em;
2310 /*****************************/
2311 /* COMMENT THREAD NAVIGATION */
2312 /*****************************/
2314 a.comment-parent-link:not(.inline-author),
2315 a.comment-parent-link.inline-author::before {
2316 opacity: 0.5;
2318 a.comment-parent-link:hover {
2319 opacity: 1.0;
2321 a.comment-parent-link::before {
2322 content: "\F062";
2323 font-family: "Font Awesome", "Font Awesome 5 Free";
2324 font-weight: 900;
2325 font-size: 0.75rem;
2326 line-height: 1;
2327 position: absolute;
2328 z-index: 1;
2329 display: block;
2330 padding: 3px 3px 0 3px;
2331 width: 16px;
2332 height: calc(100% + 2px);
2333 top: -1px;
2334 left: -17px;
2336 a.comment-parent-link::after {
2337 content: "";
2338 position: absolute;
2339 z-index: 0;
2340 display: block;
2341 width: calc(100% + 26px);
2342 height: calc(100% + 38px);
2343 top: -29px;
2344 left: -17px;
2345 pointer-events: none;
2346 overflow: hidden;
2347 visibility: hidden;
2349 a.comment-parent-link:hover::after {
2350 visibility: visible;
2353 .comment-child-links {
2354 flex-basis: 100%;
2356 .comment-child-link {
2357 margin: 0 0.25em;
2358 display: inline-block;
2360 .comment-child-link::before {
2361 content: ">";
2362 display: inline-block;
2363 margin: 0 2px 0 0;
2366 .comment-popup {
2367 position: fixed;
2368 top: 10%;
2369 right: 10%;
2370 max-width: 700px;
2371 z-index: 10001;
2372 font-size: 1rem;
2373 white-space: unset;
2374 pointer-events: none;
2376 .comment-popup .comment-parent-link {
2377 display: none;
2379 .comment-popup .comment-body {
2380 font-size: 1.0625rem;
2383 .comment-item.depth-odd {
2384 --GW-comment-background-color: var(--GW-comment-background-color-odd);
2385 --GW-comment-parent-background-color: var(--GW-comment-background-color-even);
2387 .comment-item.depth-even {
2388 --GW-comment-background-color: var(--GW-comment-background-color-even);
2389 --GW-comment-parent-background-color: var(--GW-comment-background-color-odd);
2392 .comment-item:target {
2393 --GW-comment-background-color: var(--GW-comment-background-color-target);
2395 .comment-item:target > .comment-thread > .comment-item {
2396 --GW-comment-parent-background-color: var(--GW-comment-background-color-target);
2399 /**********************/
2400 /* COMMENT PERMALINKS */
2401 /**********************/
2402 /********************/
2403 /* COMMENT LW LINKS */
2404 /********************/
2406 .comment-meta .permalink::before,
2407 .comment-meta .lw2-link::before,
2408 .individual-thread-page a.comment-parent-link:empty::before {
2409 content: "";
2410 display: inline-block;
2411 width: 1rem;
2412 height: 1rem;
2413 border-radius: 3px;
2414 box-shadow:
2415 0 0 0 1px #fff,
2416 0 0 0 2px #00e,
2417 0 0 0 3px transparent;
2418 padding: 0 0 0 2px;
2419 background-size: 100%;
2420 position: relative;
2421 top: 2px;
2422 opacity: 0.5;
2424 .comment-meta .permalink::before {
2425 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');
2427 .comment-meta .lw2-link::before {
2428 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==');
2430 .individual-thread-page a.comment-parent-link:empty::before {
2431 left: unset;
2432 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==');
2434 .comment-meta .permalink:hover::before {
2435 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');
2437 .comment-meta .lw2-link:hover::before {
2438 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==');
2440 .individual-thread-page a.comment-parent-link:empty:hover::before {
2441 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=');
2443 .comment-meta .permalink:hover::before,
2444 .comment-meta .lw2-link:hover::before,
2445 .individual-thread-page a.comment-parent-link:empty:hover::before {
2446 box-shadow:
2447 0 0 0 2px #00e,
2448 0 0 0 3px transparent;
2449 opacity: 1.0;
2450 filter: unset;
2452 .comment-meta .permalink:active::before,
2453 .comment-meta .lw2-link:active::before,
2454 .individual-thread-page a.comment-parent-link:empty:active::before {
2455 transform: scale(0.9);
2458 .comment-meta .permalink,
2459 .comment-meta .lw2-link,
2460 .individual-thread-page .comment-parent-link:empty {
2461 position: relative;
2462 opacity: 1.0;
2464 .comment-meta .permalink::after,
2465 .comment-meta .lw2-link::after,
2466 .individual-thread-page .comment-parent-link:empty::after {
2467 content: "";
2468 width: 30px;
2469 height: 30px;
2470 display: block;
2471 position: absolute;
2472 top: -2px;
2473 left: -7px;
2474 box-shadow: none;
2475 pointer-events: auto;
2476 visibility: visible;
2479 /*************************/
2480 /* COMMENTS COMPACT VIEW */
2481 /*************************/
2483 #comments-list-mode-selector,
2484 #content.index-page #comments-list-mode-selector,
2485 #content.user-page #comments-list-mode-selector {
2486 padding-top: 6px;
2487 grid-column: 1;
2488 position: unset;
2489 z-index: 1;
2490 justify-self: start;
2491 align-self: start;
2493 #comments-list-mode-selector button {
2494 color: transparent;
2495 width: 32px;
2496 height: 32px;
2497 padding: 6px;
2498 margin: 1px;
2499 overflow: hidden;
2500 background-repeat: no-repeat;
2501 background-size: 100%;
2502 background-origin: content-box;
2504 #comments-list-mode-selector button:disabled {
2505 cursor: auto;
2507 #comments-list-mode-selector button.expanded {
2508 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJTnI+py+0Po5wn2Iuz3lrxD25eSIJjiWZnyq4s6r5kLJtJndK4eO9z77NRhsSi8YhMKpfMpvMJjTqDIR3VYr1mqdtg1/fdhXHjWll2fqVb0rY7WQAAOw==');
2510 #comments-list-mode-selector button.compact {
2511 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJXnI+py+0Po5y0uoCz3rxz5YViB46mWJ7qlq5u66rWTNf2fcQxrI98H/oBSYnhSWjU4JbMJi7pK0KD0ikRYfUgp1uo8wsOM7LXHJlVPWO6SbbRPRTL57gCADs=');
2513 @media only screen and (max-resolution: 1dppx) {
2514 #comments-list-mode-selector button.expanded {
2515 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKampqqqqv///wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCJSasV7Gqat+6eBYbcQopRqq5s257VeMokHdoevrm8mgAAOw==');
2517 #comments-list-mode-selector button.compact {
2518 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKqqqtvb2////wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCFSasN7Gqat45g433LeHUmF65phbZvurLtFJv3OO98zyQAOw==');
2522 #content > ul.comment-thread > li.comment-item,
2523 #content.compact > ul.comment-thread > li.comment-item {
2524 margin: 0;
2527 #content > .comment-thread {
2528 margin: 1em 0;
2530 #content.compact > .comment-thread {
2531 font-size: 0.9375rem;
2532 margin: 0.5em 0;
2534 #content.compact > .comment-thread:hover {
2535 z-index: 1;
2537 #content.compact > .comment-thread .comment-body {
2538 font-size: 1.0625rem;
2540 #content.compact > .comment-thread .comment-item,
2541 #content.index-page .comment-item.ignored,
2542 #content.inbox-user-page .comment-item.ignored {
2543 max-height: 61px;
2544 margin-top: 1em;
2545 overflow: hidden;
2546 position: relative;
2548 #content.compact > .comment-thread .comment-item {
2549 pointer-events: none;
2551 #content.compact > .comment-thread .comment-item::after {
2552 content: "…";
2553 position: absolute;
2554 right: 0;
2555 bottom: 0;
2556 font-size: 2rem;
2557 line-height: 1;
2558 padding: 0 16px 10px 64px;
2559 pointer-events: auto;
2561 @media only screen and (hover: hover) {
2562 #content.compact:not(:focus-within) > .comment-thread .comment-item:hover,
2563 #content.compact > .comment-thread .comment-item.expanded {
2564 overflow: visible;
2565 pointer-events: auto;
2566 z-index: 10;
2569 @media only screen and (hover: none) {
2570 #content.compact > .comment-thread.expanded .comment-item {
2571 overflow: visible;
2572 pointer-events: auto;
2573 z-index: 10;
2576 #content.compact > .comment-thread .comment-item .comment-meta {
2577 white-space: nowrap;
2578 overflow: hidden;
2579 text-overflow: ellipsis;
2580 padding: 2px 10px;
2582 #content.compact > .comment-thread .comment-item:hover .comment-meta {
2583 white-space: unset;
2585 #content.compact > .comment-thread .comment-item .comment-meta a {
2586 pointer-events: auto;
2588 #content.compact > .comment-thread .comment-item .comment-meta .comment-post-title {
2589 display: inline;
2591 #content.compact > .comment-thread .comment-item .comment-meta .karma + .comment-post-title {
2592 margin-left: 0.75em;
2594 @media only screen and (hover: hover) {
2595 #content.compact > .comment-thread:last-of-type .comment-item:hover,
2596 #content.compact > .comment-thread:last-of-type .comment-item.expanded {
2597 max-height: unset;
2599 #content.compact > .comment-thread .comment-item:hover .comment,
2600 #content.compact > .comment-thread .comment-item.expanded .comment {
2601 position: relative;
2602 z-index: 1;
2603 margin-bottom: 2em;
2604 bottom: 0;
2606 #content.compact > .comment-thread .comment-item:hover .comment::before,
2607 #content.compact > .comment-thread .comment-item.expanded .comment::before{
2608 content: "";
2609 position: absolute;
2610 display: block;
2611 width: calc(100% + 20px);
2612 height: calc(100% + 20px);
2613 z-index: -1;
2614 top: -10px;
2615 left: -10px;
2617 #content.compact > .comment-thread:last-of-type .comment-item:hover .comment,
2618 #content.compact > .comment-thread:last-of-type .comment-item.expanded .comment{
2619 margin: 0;
2622 @media only screen and (hover: none) {
2623 #content.compact > .comment-thread.expanded:last-of-type .comment-item {
2624 max-height: unset;
2626 #content.compact > .comment-thread.expanded .comment-item .comment {
2627 position: relative;
2628 z-index: 1;
2629 margin-bottom: 2em;
2630 bottom: 0;
2632 #content.compact > .comment-thread.expanded .comment-item .comment::before {
2633 content: "";
2634 position: absolute;
2635 display: block;
2636 width: calc(100% + 14px);
2637 height: calc(100% + 20px);
2638 z-index: -1;
2639 top: -10px;
2640 left: -10px;
2642 #content.compact > .comment-thread.expanded:last-of-type .comment-item .comment {
2643 margin: 0;
2645 #content.compact > .comment-thread.expanded .comment-item .comment::after {
2646 content: "";
2647 display: block;
2648 position: fixed;
2649 top: 0;
2650 left: 0;
2651 width: 100%;
2652 height: 100%;
2653 z-index: -2;
2654 background-color: rgba(0,0,0,0.5);
2658 /*****************************/
2659 /* HIGHLIGHTING NEW COMMENTS */
2660 /*****************************/
2662 .new-comment::before {
2663 content: "";
2664 position: absolute;
2665 width: 100%;
2666 height: 100%;
2667 z-index: 5000;
2668 pointer-events: none;
2671 /***********************************/
2672 /* COMMENT THREAD MINIMIZE BUTTONS */
2673 /***********************************/
2675 .comment-minimize-button {
2676 font-family: "Font Awesome", "Font Awesome 5 Free";
2677 font-weight: 900;
2678 font-size: 1.25rem;
2679 line-height: 1;
2680 position: absolute;
2681 right: 1px;
2682 top: 1px;
2683 width: 18px;
2684 margin: 0;
2685 cursor: pointer;
2687 .comment-minimize-button:active {
2688 transform: scale(0.9);
2690 .comment-minimize-button::after {
2691 content: attr(data-child-count);
2692 font-weight: normal;
2693 font-size: 0.8125rem;
2694 position: absolute;
2695 left: 0;
2696 width: 100%;
2697 text-align: center;
2698 top: 21px;
2700 #content.individual-thread-page .comment-minimize-button {
2701 display: none;
2704 /*****************/
2705 /* IGNORE SYSTEM */
2706 /*****************/
2708 #content.comment-thread-page .comment-item.ignored {
2709 height: 38px;
2710 overflow: hidden;
2712 .comment-item.ignored > .comment > .comment-meta > .author {
2713 text-decoration: line-through;
2716 /***********************************/
2717 /* INDIVIDUAL COMMENT THREAD PAGES */
2718 /***********************************/
2720 .individual-thread-page > h1 {
2721 line-height: 1;
2722 margin: 0.75em 0 3px 0;
2724 .individual-thread-page .comments {
2725 border: none;
2728 /*************/
2729 /* SHORTFORM */
2730 /*************/
2732 .shortform-index-page .comments::before {
2733 border: none;
2734 box-shadow: none;
2737 .shortform-index-page .comments > .comment-thread > .comment-item:first-child {
2738 margin-top: 0;
2741 /****************/
2742 /* VOTE BUTTONS */
2743 /****************/
2745 .vote {
2746 margin: 0;
2748 .vote {
2749 font-family: "Font Awesome", "Font Awesome 5 Free";
2750 font-weight: 900;
2751 border: none;
2754 .vote:disabled {
2755 visibility: hidden;
2756 cursor: default;
2759 .karma.waiting {
2760 opacity: 0.5;
2762 .karma.waiting button {
2763 pointer-events: none;
2766 /* Replicated karma controls at bottom of comments. */
2767 .comment-controls .karma {
2768 float: left;
2769 margin-left: -14px;
2770 font-size: 0.9375em;
2773 /*****************************/
2774 /* COMMENTING AND POSTING UI */
2775 /*****************************/
2777 .comment-controls {
2778 text-align: right;
2779 margin: 0 8px 8px 16px;
2780 position: relative;
2781 z-index: 9999;
2783 .comment-thread .comment-controls + .comment-thread > li:first-child {
2784 margin-top: 8px;
2786 .comments > .comment-controls {
2787 margin: 8px 0 0 0;
2789 .comments > .comment-controls:last-child {
2790 margin: 8px 0 16px 0;
2793 .posting-controls input[type='submit'] {
2794 margin: 6px;
2795 padding: 4px 10px;
2796 font-size: 1.125rem;
2799 .comment-controls .cancel-comment-button {
2800 position: absolute;
2801 right: 0;
2802 margin: 0;
2803 height: 27px;
2804 font-size: inherit;
2805 padding: 4px 8px 2px 4px;
2806 z-index: 1;
2808 .comment-controls .cancel-comment-button::before {
2809 font-family: "Font Awesome", "Font Awesome 5 Free";
2810 margin-right: 3px;
2811 content: '\F00D';
2812 font-weight: 900;
2813 font-size: 0.9em;
2814 opacity: 0.7;
2817 .comment + .comment-controls .action-button {
2818 font-weight: normal;
2819 font-size: 1.0625em;
2820 padding: 1px 6px;
2822 .comment-controls .action-button::before {
2823 font-family: "Font Awesome", "Font Awesome 5 Free";
2824 margin-right: 3px;
2826 .new-comment-button {
2827 font-size: 1.5rem;
2828 margin: 0 0.25em;
2830 .comment-controls .reply-button::before {
2831 content: '\F3E5';
2832 font-weight: 900;
2833 font-size: 0.9em;
2834 opacity: 0.6;
2836 .comment-meta .replied::before {
2837 content: '\F3E5';
2838 font-family: "Font Awesome", "Font Awesome 5 Free";
2839 color: #090;
2840 font-weight: 900;
2841 font-size: 0.9em;
2842 opacity: 0.6;
2845 .post-controls {
2846 text-align: right;
2847 margin: 0.75em 0 0 0;
2848 align-self: start;
2849 justify-self: end;
2851 .edit-post-link {
2852 display: inline-block;
2853 margin-bottom: 0.25em;
2854 font-size: 1.125rem;
2856 .edit-post-link::before {
2857 margin-right: 0.3em;
2859 .comment-controls .edit-button::before,
2860 .edit-post-link::before {
2861 content: '\F303';
2862 font-family: "Font Awesome", "Font Awesome 5 Free";
2863 font-weight: 900;
2864 font-size: 0.75em;
2865 position: relative;
2866 top: -1px;
2869 .comment-controls .delete-button {
2870 margin-right: 0.25em;
2872 .comment-controls .edit-button,
2873 .comment-controls .retract-button,
2874 .comment-controls .unretract-button {
2875 margin-right: 1em;
2877 .comment-controls .retract-button::before {
2878 content: '\F4B3';
2879 opacity: 0.6;
2881 .comment-controls .unretract-button::before {
2882 content: '\F075';
2883 opacity: 0.9;
2885 .comment-controls .delete-button::before {
2886 content: '\F05E';
2887 opacity: 0.7;
2889 .comment-controls .retract-button::before,
2890 .comment-controls .unretract-button::before,
2891 .comment-controls .delete-button::before {
2892 font-weight: 900;
2893 font-size: 0.9em;
2896 .comment-controls form {
2897 position: relative;
2899 .textarea-container {
2900 position: relative;
2902 .posting-controls textarea {
2903 display: block;
2904 width: 100%;
2905 height: 15em;
2906 min-height: 15em;
2907 max-height: calc(100vh - 6em);
2908 margin: 2px 0 0 0;
2909 padding: 4px 5px;
2910 font-size: 1.2rem;
2911 border-style: solid;
2912 border-width: 29px 1px 1px 1px;
2913 resize: none;
2916 /* GUIEdit buttons */
2918 .guiedit-buttons-container {
2919 position: absolute;
2920 left: 1px;
2921 top: 1px;
2922 width: calc(100% - 2px);
2923 height: 28px;
2924 text-align: left;
2925 padding: 1px 4px 0 4px;
2926 overflow: hidden;
2928 .comment-thread-page .guiedit-buttons-container {
2929 padding-right: 60px;
2931 .guiedit-buttons-container button {
2932 height: 26px;
2933 padding: 0 7px;
2934 font-weight: 900;
2935 font-size: 0.875rem;
2936 line-height: 1;
2937 position: static;
2939 .guiedit-buttons-container button:active {
2940 transform: none;
2942 .guiedit-buttons-container button:active div {
2943 transform: scale(0.9);
2945 .guiedit-buttons-container button sup {
2946 font-weight: bold;
2948 .guiedit::after {
2949 content: attr(data-tooltip);
2950 position: absolute;
2951 font-weight: normal;
2952 font-size: 1rem;
2953 top: 2px;
2954 left: 464px;
2955 height: 25px;
2956 padding: 4px 0;
2957 white-space: nowrap;
2958 visibility: hidden;
2960 .guiedit:hover::after {
2961 visibility: visible;
2964 /* Markdown hints */
2966 .posting-controls .markdown-reference-link {
2967 float: left;
2968 padding: 1px 0 0 6px;
2970 .posting-controls .markdown-reference-link a {
2971 padding-right: 1.5em;
2972 margin-right: 0.15em;
2973 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');
2974 background-size: 1.25em;
2975 background-repeat: no-repeat;
2976 background-position: right center;
2979 #markdown-hints-checkbox + label {
2980 float: left;
2981 margin: 2px 0 0 1em;
2982 line-height: 1.3;
2983 cursor: pointer;
2985 #edit-post-form #markdown-hints-checkbox + label {
2986 padding: 0;
2988 #markdown-hints-checkbox {
2989 visibility: hidden;
2990 float: left;
2992 #markdown-hints-checkbox + label::after {
2993 content: "(Show Markdown help)";
2995 #markdown-hints-checkbox:checked + label::after {
2996 content: "(Hide Markdown help)";
2998 #markdown-hints-checkbox + label::before {
2999 content: '\F059';
3000 font-family: "Font Awesome", "Font Awesome 5 Free";
3001 font-weight: 900;
3002 margin-right: 3px;
3004 #markdown-hints-checkbox:checked + label::before {
3005 font-weight: normal;
3007 #markdown-hints {
3008 margin: 4px 0 0 4px;
3009 padding: 4px 8px;
3010 position: absolute;
3011 text-align: left;
3012 top: calc(100% - 1em);
3013 z-index: 1;
3014 display: none;
3016 .comment-controls #markdown-hints {
3017 top: calc(100% + 1.75em);
3019 #markdown-hints-checkbox:checked ~ #markdown-hints {
3020 display: table;
3022 .markdown-hints-row {
3023 display: table-row;
3025 #markdown-hints .markdown-hints-row span,
3026 #markdown-hints .markdown-hints-row code {
3027 float: none;
3028 display: table-cell;
3029 border: none;
3030 background-color: inherit;
3031 padding: 0 12px 0 0;
3034 /******************/
3035 /* EDIT POST FORM */
3036 /******************/
3038 #edit-post-form {
3039 padding: 1em 1em 4em 1em;
3041 #edit-post-form .post-meta-fields {
3042 display: grid;
3043 grid-template-columns: 5em auto auto auto 1fr auto;
3044 margin-bottom: 0.625em;
3047 #edit-post-form label[for='title'],
3048 #edit-post-form label[for='url'],
3049 #edit-post-form label[for='section'] {
3050 grid-column: 1;
3052 #edit-post-form input[type='text'] {
3053 padding: 0.25em;
3054 grid-column: 2 / span 4;
3055 margin-bottom: 0.5em;
3058 #edit-post-form .link-post-checkbox,
3059 #edit-post-form .link-post-checkbox + label {
3060 grid-row: 1;
3061 grid-column: 6;
3063 #edit-post-form .question-checkbox,
3064 #edit-post-form .question-checkbox + label {
3065 grid-row: 3;
3066 grid-column: 5;
3067 justify-self: start;
3068 margin-left: 1.5em;
3071 #edit-post-form .post-meta-fields label[for="submit-to-frontpage"] {
3072 grid-row: 4;
3073 grid-column: 2 / span 4;
3074 text-align: left;
3075 margin-top: 8px;
3078 #edit-post-form .post-meta-fields input[type='checkbox'] {
3079 height: 0;
3080 opacity: 0;
3081 pointer-events: none;
3083 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
3084 white-space: nowrap;
3085 position: relative;
3086 cursor: pointer;
3087 padding: 0.25em 0.5em 0.25em calc(20px + 0.25em + 0.3725em);
3088 align-self: start;
3090 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
3091 content: "";
3092 font-family: "Font Awesome", "Font Awesome 5 Free";
3093 font-size: 1.375rem;
3094 line-height: 0.7;
3095 text-indent: 1px;
3096 font-weight: 900;
3097 position: absolute;
3098 width: 20px;
3099 height: 20px;
3100 left: 5px;
3102 #edit-post-form label[for='url'],
3103 #edit-post-form input[name='url'] {
3104 display: none;
3106 #edit-post-form .link-post-checkbox:checked ~ label[for='url'],
3107 #edit-post-form .link-post-checkbox:checked ~ input[name='url'] {
3108 display: initial;
3110 #edit-post-form label {
3111 line-height: normal;
3112 border: 1px solid transparent;
3113 text-align: right;
3114 padding: 0.25em 0.5em;
3115 white-space: nowrap;
3117 #edit-post-form input[type='radio'] {
3118 width: 0;
3119 margin: 0;
3120 opacity: 0;
3121 pointer-events: none;
3123 #edit-post-form input[type='radio'] + label {
3124 padding: 4px 12px;
3125 text-align: center;
3126 border-style: solid;
3127 border-width: 1px 1px 1px 0;
3128 cursor: pointer;
3130 #edit-post-form input[type='radio']:checked + label {
3131 cursor: default;
3134 #edit-post-form label[for='section'] {
3135 grid-row: 3;
3137 #edit-post-form input[type='radio'] + label {
3138 grid-row: 3;
3140 @supports (width: -moz-fit-content) {
3141 #edit-post-form input[type='radio'] + label {
3142 width: -moz-fit-content;
3145 @supports (width: fit-content) {
3146 #edit-post-form input[type='radio'] + label {
3147 width: fit-content;
3151 #edit-post-form textarea {
3152 min-height: 24em;
3155 #edit-post-form input[type='submit'] {
3156 padding: 6px 12px;
3157 float: right;
3159 #edit-post-form #markdown-hints {
3160 top: calc(100% + 2em);
3163 #edit-post-form button.guiedit div {
3164 overflow: visible;
3166 .guiedit-mobile-auxiliary-button {
3167 display: none;
3170 /***********/
3171 /* BUTTONS */
3172 /***********/
3174 button,
3175 input[type='submit'] {
3176 font-family: inherit;
3177 font-size: inherit;
3178 background-color: inherit;
3179 cursor: pointer;
3180 border: none;
3181 border-radius: 0;
3184 /************/
3185 /* HEADINGS */
3186 /************/
3188 .body-text h1,
3189 .body-text h2,
3190 .body-text h3,
3191 .body-text h4,
3192 .body-text h5,
3193 .body-text h6 {
3194 line-height: 1.1;
3195 margin: 1em 0 0.75em 0;
3196 text-align: left;
3199 .post-body h5,
3200 .post-body h6 {
3201 font-size: 1em;
3203 .post-body h4 {
3204 font-size: 1.2em;
3206 .post-body h3 {
3207 font-size: 1.4em;
3209 .post-body h2 {
3210 font-size: 1.75em;
3212 .post-body h1 {
3213 font-size: 2.1em;
3216 .comment-body h5,
3217 .comment-body h6 {
3218 font-size: 1em;
3220 .comment-body h4 {
3221 font-size: 1.15em;
3223 .comment-body h3 {
3224 font-size: 1.3em;
3226 .comment-body h2 {
3227 font-size: 1.5em;
3229 .comment-body h1 {
3230 font-size: 1.75em;
3233 /**********/
3234 /* QUOTES */
3235 /**********/
3237 blockquote,
3238 .post-body .comment-box .comment-body {
3239 font-size: 0.9em;
3240 margin: 1em 0;
3241 padding-left: 0.5em;
3242 margin-left: 1px;
3243 padding-bottom: 3px;
3245 blockquote *:first-child {
3246 margin-top: 0;
3248 blockquote *:last-child {
3249 margin-bottom: 0;
3251 blockquote blockquote {
3252 font-size: 0.95em;
3255 /* Pseudo-blockquotes that LW sometimes uses for some reason */
3257 .post-body .comment-box .user-name {
3258 font-style: italic;
3260 .post-body .comment-box .user-name::after {
3261 content: ":";
3263 .post-body .comment-box {
3264 zoom: 1.25;
3267 /**********/
3268 /* IMAGES */
3269 /**********/
3271 #content img, #content figure {
3272 max-width: 100%;
3275 .prediction-poll > svg {
3276 width: 700px;
3277 max-width: 100%;
3280 img.inline-latex {
3281 position: relative;
3282 top: 2.5px;
3283 margin: 0 2px;
3286 #content figure {
3287 text-align: center;
3288 margin: 1.5em auto;
3291 p.imgonly,
3292 div.imgonly,
3293 figure {
3294 text-align: center;
3295 margin: auto;
3296 clear: both;
3299 .imgonly iframe {
3300 display: block;
3301 width: 100%;
3302 height: 250px;
3303 border: 0;
3306 // Aspect ratio trick from https://css-tricks.com/aspect-ratio-boxes/
3308 [style*="--aspect-ratio"] > * {
3309 width: 100%;
3311 [style*="--aspect-ratio"] > img {
3312 height: auto;
3314 @supports (--custom:property) {
3315 [style*="--aspect-ratio"] {
3316 position: relative;
3318 [style*="--aspect-ratio"]::before {
3319 content: "";
3320 display: block;
3321 padding-bottom: calc(100% / (var(--aspect-ratio)));
3323 [style*="--aspect-ratio"] > * {
3324 position: absolute;
3325 top: 0;
3326 left: 0;
3327 height: 100%;
3331 /**********/
3332 /* TABLES */
3333 /**********/
3335 .body-text table {
3336 border-collapse: collapse;
3337 font-family: Inconsolata, Menlo, monospace;
3338 font-size: 0.875em;
3340 .body-text table th,
3341 .body-text table td {
3342 text-align: left;
3343 padding: 4px 6px;
3344 line-height: 1.3;
3346 .body-text table caption {
3347 margin: 0 0 0.25em 0;
3348 font-weight: bold;
3349 font-size: 1.125em;
3352 /********/
3353 /* MISC */
3354 /********/
3356 /*= Superscripts & subscripts =*/
3358 /* Make sure superscripts and subscripts do not affect line spacing. */
3359 sup, sub {
3360 vertical-align: baseline;
3361 position: relative;
3362 top: -0.5em;
3363 left: 0.05em;
3364 font-size: 0.8em;
3366 sub {
3367 top: 0.3em;
3370 /*= Code blocks & other "unstyled" text. =*/
3372 pre,
3373 code {
3374 font-family: Inconsolata, Menlo, monospace;
3376 pre {
3377 white-space: pre-wrap;
3379 .body-text pre {
3380 text-align: left;
3382 code {
3383 font-size: 0.95em;
3384 display: inline-block;
3385 padding: 0 4px 1px 5px;
3387 pre > code {
3388 display: block;
3389 border-radius: 0;
3390 padding: 3px 4px 5px 8px;
3393 /*= Fractions =*/
3395 .frac::after {
3396 content: "\200B";
3399 /*= Removing browser default styling of various elements =*/
3401 /* On various input elements such as text fields and buttons, remove "blue glow" focus outlines on Macs, dotted black outlines in Firefox, etc. */
3402 :focus {
3403 outline: none;
3406 /* Remove "embossed" appearance of horizontal rules. */
3407 hr {
3408 border: none;
3411 input,
3412 button,
3413 textarea {
3414 -webkit-appearance: none;
3415 -moz-appearance: none;
3416 appearance: none;
3419 input {
3420 font-family: inherit;
3421 font-size: inherit;
3422 font-weight: inherit;
3425 /*************/
3426 /* FOOTNOTES */
3427 /*************/
3429 ol {
3430 counter-reset: ordered-list;
3432 .footnote-definition {
3433 font-size: 0.9em;
3434 list-style-type: none;
3435 counter-increment: ordered-list;
3436 position: relative;
3438 .footnote-definition p {
3439 font-size: inherit !important;
3441 .footnote-definition::before {
3442 content: counter(ordered-list) ".";
3443 position: absolute;
3444 left: -2.5em;
3445 font-weight: bold;
3446 text-align: right;
3447 width: 2em;
3450 /*********/
3451 /* LISTS */
3452 /*********/
3454 li {
3455 margin-bottom: 0.5em;
3458 .body-text ol p,
3459 .body-text ul p {
3460 margin: 0.5em 0;
3463 .body-text ol {
3464 list-style: none;
3465 padding: 0;
3466 counter-reset: ol;
3468 .body-text ol > li {
3469 position: relative;
3470 counter-increment: ol;
3471 padding: 0 0 0 2.5em;
3472 margin: 0.25em 0 0 0;
3474 .body-text ol > li::before {
3475 content: counter(ol) ".";
3476 position: absolute;
3477 width: 2em;
3478 text-align: right;
3479 left: 0;
3481 .body-text ul {
3482 list-style: none;
3483 padding: 0;
3485 .body-text ul:not(.contents-list) > li:empty {
3486 padding-bottom: 1.25em;
3488 .body-text ul:not(.contents-list) > li {
3489 position: relative;
3490 padding: 0 0 0 1.75em;
3491 margin: 0.25em 0 0 0;
3493 .body-text ul:not(.contents-list) > li ul > li {
3494 padding: 0 0 0 2em;
3496 .body-text ul:not(.contents-list) > li::before {
3497 content: "•";
3498 position: absolute;
3499 width: 1.25em;
3500 text-align: right;
3501 left: 0;
3503 .body-text ul:not(.contents-list) > li ul > li::before {
3504 width: 1.5em;
3506 .body-text li > ul:first-child > li {
3507 padding-left: 0;
3509 .body-text li > ul:first-child > li::before {
3510 content: none;
3513 /**************/
3514 /* ERROR PAGE */
3515 /**************/
3517 .error-retry-form {
3518 margin: 0.5em 0;
3521 .error-retry-form input[type="submit"] {
3522 border: 1px solid #aaa;
3523 font-weight: bold;
3524 font-size: 1.125rem;
3525 padding: 0.5em 1.25em;
3528 /**************/
3529 /* ABOUT PAGE */
3530 /**************/
3532 #content.about-page .contents {
3533 margin-top: 0.25em;
3535 #content.about-page .accesskey-table {
3536 border-collapse: collapse;
3537 margin: auto;
3539 #content.about-page .accesskey-table th,
3540 #content.about-page .accesskey-table td {
3541 padding: 2px 6px;
3543 #content.about-page .accesskey-table td:first-child {
3544 padding-right: 1.5em;
3546 #content.about-page .accesskey-table td:last-child {
3547 text-align: center;
3548 font-family: Inconsolata, Menlo, monospace;
3550 #content.about-page h3:nth-of-type(n+2) {
3551 clear: both;
3554 /******************/
3555 /* IMAGES OVERLAY */
3556 /******************/
3558 #images-overlay + #content .post-body img {
3559 visibility: hidden;
3562 #images-overlay div {
3563 position: absolute;
3565 #images-overlay div::after {
3566 content: "Click to enlarge";
3567 display: block;
3568 position: absolute;
3569 margin: auto;
3570 left: 0;
3571 right: 0;
3572 bottom: 10px;
3573 padding: 6px 10px;
3574 font-size: 1.25rem;
3575 background-color: rgba(0,0,0,0.6);
3576 color: #fff;
3577 border-radius: 5px;
3578 opacity: 0.0;
3579 transition: opacity 0.15s ease;
3580 pointer-events: none;
3582 @supports (width: -moz-fit-content) {
3583 #images-overlay div::after {
3584 width: -moz-fit-content;
3587 @supports (width: fit-content) {
3588 #images-overlay div::after {
3589 width: fit-content;
3592 #images-overlay div:hover::after {
3593 opacity: 1.0;
3596 #images-overlay img {
3597 width: 100%;
3600 /***************/
3601 /* IMAGE FOCUS */
3602 /***************/
3604 /*=--------------=*/
3605 /*= Hover styles =*/
3606 /*=--------------=*/
3608 #content img:hover,
3609 #images-overlay img:hover {
3610 filter: drop-shadow(0 0 3px #777);
3611 cursor: zoom-in;
3613 #content img:active,
3614 #images-overlay img:active {
3615 transform: scale(0.975);
3618 /*=---------=*/
3619 /*= Overlay =*/
3620 /*=---------=*/
3622 #image-focus-overlay {
3623 position: fixed;
3624 top: 0;
3625 right: 0;
3626 bottom: 0;
3627 left: 0;
3628 z-index: 2;
3629 display: none;
3630 cursor: zoom-out;
3632 #image-focus-overlay::before {
3633 content: "";
3634 display: block;
3635 position: absolute;
3636 top: 0;
3637 right: 0;
3638 bottom: 0;
3639 left: 0;
3640 background-color: #000;
3641 opacity: 0.5;
3642 z-index: -1;
3644 #image-focus-overlay.engaged {
3645 display: initial;
3648 #image-focus-overlay img {
3649 margin: auto;
3650 position: absolute;
3651 left: 50%;
3652 top: 50%;
3653 transform: translateX(-50%) translateY(-50%);
3656 /*=-------------------=*/
3657 /*= Single-image mode =*/
3658 /*=-------------------=*/
3660 #image-focus-overlay:not(.slideshow) .image-number,
3661 #image-focus-overlay:not(.slideshow) .slideshow-buttons {
3662 visibility: hidden;
3665 /*=---------=*/
3666 /*= Caption =*/
3667 /*=---------=*/
3669 #image-focus-overlay .caption {
3670 position: absolute;
3671 bottom: 0.75em;
3672 background-color: rgba(0,0,0,0.7);
3673 left: 9em;
3674 right: 9em;
3675 margin: auto;
3676 max-width: calc(100% - 18em);
3677 text-align: center;
3678 font-size: 1.375em;
3679 border-radius: 8px;
3680 z-index: 1;
3681 transition:
3682 bottom 0.2s ease;
3684 @supports (width: -moz-fit-content) {
3685 #image-focus-overlay .caption {
3686 width: -moz-fit-content;
3689 @supports (width: fit-content) {
3690 #image-focus-overlay .caption {
3691 width: fit-content;
3694 #image-focus-overlay .caption.hidden {
3695 bottom: -5em;
3696 transition:
3697 bottom 0.5s ease;
3700 #image-focus-overlay .caption p {
3701 margin: 1em 1.25em;
3702 color: #fff;
3705 #image-focus-overlay .caption:not(:empty)::before {
3706 content: "";
3707 display: block;
3708 position: absolute;
3709 width: 100vw;
3710 height: calc(100% + 1.5em);
3711 z-index: -1;
3712 top: -0.75em;
3713 left: calc(-50vw + 50%);
3717 /*=--------------=*/
3718 /*= Help overlay =*/
3719 /*=--------------=*/
3721 #image-focus-overlay .help-overlay {
3722 position: absolute;
3723 display: flex;
3724 flex-flow: column;
3725 z-index: 2;
3726 font-size: 1.5rem;
3727 padding: 1em;
3728 border-radius: 10px;
3729 bottom: 1em;
3730 right: 1em;
3731 overflow: hidden;
3732 white-space: nowrap;
3733 color: transparent;
3734 cursor: default;
3735 visibility: hidden;
3736 transition:
3737 visibility 1s ease,
3738 color 1s ease,
3739 background-color 1s ease,
3740 bottom 0.3s ease;
3742 #image-focus-overlay .help-overlay:hover {
3743 max-width: 24em;
3744 max-height: 14em;
3745 background-color: rgba(0,0,0,0.85);
3746 color: #fff;
3747 visibility: visible;
3748 transition:
3749 visibility 0.2s ease 0.3s,
3750 color 0.2s ease 0.3s,
3751 background-color 0.2s ease 0.3s;
3754 #image-focus-overlay .help-overlay::after {
3755 content: "\F128";
3756 font-family: "Font Awesome", "Font Awesome 5 Free";
3757 font-weight: 900;
3758 font-size: 2rem;
3759 position: absolute;
3760 right: 0;
3761 bottom: 0;
3762 padding: 10px;
3763 color: #000;
3764 filter: drop-shadow(0 0 6px #fff);
3765 visibility: visible;
3766 opacity: 0.85;
3767 transition:
3768 visibility 1s ease;
3770 #image-focus-overlay .help-overlay:hover::after {
3771 visibility: hidden;
3772 transition:
3773 visibility 0.2s ease 0.3s;
3776 #image-focus-overlay .help-overlay p {
3777 margin: 0;
3778 text-indent: -2em;
3779 padding-left: 2em;
3780 max-width: 100%;
3781 overflow: hidden;
3783 #image-focus-overlay .help-overlay p + p {
3784 margin: 0.75em 0 0 0;
3786 #image-focus-overlay .help-overlay.hidden {
3787 bottom: -2em;
3790 /*=--------------=*/
3791 /*= Slide number =*/
3792 /*=--------------=*/
3794 #image-focus-overlay .image-number {
3795 position: absolute;
3796 z-index: 2;
3797 font-size: 1.75rem;
3798 left: 1em;
3799 bottom: 1em;
3800 font-weight: 600;
3801 text-shadow:
3802 0 0 3px #fff,
3803 0 0 5px #fff,
3804 0 0 8px #fff,
3805 0 0 13px #fff;
3806 width: 1.5em;
3807 text-align: right;
3808 white-space: nowrap;
3809 transition: bottom 0.3s ease;
3811 #image-focus-overlay .image-number::before {
3812 content: "#";
3813 opacity: 0.3;
3815 #image-focus-overlay .image-number::after {
3816 content: " of " attr(data-number-of-images);
3817 opacity: 0.3;
3819 #image-focus-overlay .image-number:hover::before,
3820 #image-focus-overlay .image-number:hover::after {
3821 opacity: 1.0;
3823 #image-focus-overlay .image-number.hidden {
3824 bottom: -1.25em;
3827 /*=-------------------=*/
3828 /*= Slideshow buttons =*/
3829 /*=-------------------=*/
3831 #image-focus-overlay .slideshow-buttons {
3832 position: absolute;
3833 top: 0;
3834 left: 0;
3835 width: 100%;
3836 height: 100%;
3837 z-index: 1;
3838 display: flex;
3839 justify-content: space-between;
3840 pointer-events: none;
3842 #image-focus-overlay .slideshow-buttons button {
3843 font-family: "Font Awesome", "Font Awesome 5 Free";
3844 font-weight: 900;
3845 font-size: 3rem;
3846 padding: 0.5em;
3847 color: #ddd;
3848 position: relative;
3849 left: 0;
3850 transition:
3851 left 0.3s ease;
3852 pointer-events: auto;
3854 #image-focus-overlay .slideshow-buttons button::selection {
3855 background-color: transparent;
3857 @media only screen and (hover: hover) {
3858 #image-focus-overlay .slideshow-buttons button:hover {
3859 background-color: rgba(0,0,0,0.1);
3860 color: #777;
3863 #image-focus-overlay .slideshow-buttons button:active {
3864 transform: none;
3865 color: #888;
3867 #image-focus-overlay .slideshow-buttons button:disabled {
3868 text-shadow: none;
3869 background-color: transparent;
3870 color: #ddd;
3871 cursor: default;
3872 opacity: 0.4;
3874 #image-focus-overlay .slideshow-button.previous.hidden {
3875 left: -1.75em;
3877 #image-focus-overlay .slideshow-button.next.hidden {
3878 left: 1.75em;
3881 /*=-----------------=*/
3882 /*= Background blur =*/
3883 /*=-----------------=*/
3885 .blurred {
3886 filter: blur(3px);
3889 /**************************/
3890 /* QUALIFIED HYPERLINKING */
3891 /**************************/
3893 #content.no-nav-bars {
3894 margin: 8px auto;
3896 #content.no-nav-bars + #ui-elements-container > * {
3897 padding-top: 8px;
3900 #aux-about-link {
3901 position: fixed;
3902 top: 40px;
3903 left: calc((100% - 900px) / 2 - 69px);
3904 width: 1.5em;
3905 height: 1.5em;
3906 text-align: center;
3907 display: table;
3909 #aux-about-link a {
3910 display: table-cell;
3911 width: 100%;
3912 vertical-align: middle;
3913 font-family: "Font Awesome", "Font Awesome 5 Free";
3914 font-weight: 900;
3915 font-size: 1.25rem;
3916 opacity: 0.4;
3917 z-index: 1;
3920 .qualified-linking {
3921 margin: 0;
3922 position: relative;
3924 .qualified-linking input[type='checkbox'] {
3925 visibility: hidden;
3926 width: 0;
3927 height: 0;
3928 margin: 0;
3930 .qualified-linking label {
3931 font-family: "Font Awesome", "Font Awesome 5 Free";
3932 font-weight: 900;
3933 font-size: 1rem;
3934 padding: 0 0.5em;
3935 display: inline-block;
3936 margin-left: 0.25em;
3938 .qualified-linking label:hover {
3939 cursor: pointer;
3941 .qualified-linking label:active span {
3942 display: inline-block;
3943 transform: scale(0.9);
3945 .qualified-linking label::selection {
3946 background-color: transparent;
3949 .qualified-linking label::after {
3950 content: "";
3951 width: 100vw;
3952 height: 0;
3953 left: 0;
3954 top: 0;
3955 position: fixed;
3956 z-index: 1;
3957 cursor: default;
3959 .qualified-linking input[type='checkbox']:checked + label::after {
3960 height: 100vh;
3963 .qualified-linking-toolbar {
3964 position: absolute;
3965 right: 0.25em;
3966 top: 110%;
3967 z-index: 1;
3969 .qualified-linking input[type='checkbox'] ~ .qualified-linking-toolbar {
3970 display: none;
3972 .qualified-linking input[type='checkbox']:checked ~ .qualified-linking-toolbar {
3973 display: block;
3975 #qualified-linking-toolbar-toggle-checkbox-bottom ~ .qualified-linking-toolbar {
3976 top: unset;
3977 bottom: 125%;
3980 .qualified-linking-toolbar a {
3981 display: block;
3982 padding: 0 6px;
3983 margin: 4px;
3985 .qualified-linking-toolbar a::selection {
3986 background-color: transparent;
3989 /*****************/
3990 /* HOVER PREVIEW */
3991 /*****************/
3993 #preview-popup-toggle {
3994 position: absolute;
3995 right: -67px;
3996 bottom: 285px;
3997 cursor: pointer;
3998 color: var(--GW-toggle-widget-color, #888);
4000 #preview-popup-toggle:hover {
4001 color: var(--GW-toggle-widget-hover-color, #444);
4004 #content.preview:not(not) {
4005 padding: 0;
4007 #content.preview > .comment-thread {
4008 margin: 2px;
4010 #content.preview.individual-thread-page > .comment-thread > .comment-item {
4011 border: none;
4013 #content.preview.user-page .page-main-heading, #content.preview.user-page .user-stats {
4014 padding: 0 8px;
4016 #content.preview.user-page .page-main-heading {
4017 margin-left: 8px;
4019 #content.preview.not(not) .body-text {
4020 margin-left: 8px;
4021 margin-right: 8px;
4023 #content.preview.user-page .user-stats {
4024 margin-right: 32px;
4026 #content.preview.user-page .page-toolbar, #content.preview.user-page nav {
4027 display: none;
4029 #content.preview button.vote {
4030 display: none;
4032 #content.preview > h1.listing {
4033 max-height: unset;
4035 #content.preview.user-page > .comment-thread {
4036 margin: 0.5em 0;
4038 #content.preview > .post {
4039 margin: 0 18px;
4041 #content.preview .post-title {
4042 margin-top: 0.5em;
4044 #content.preview .post-meta {
4045 line-height: 1.0;
4047 #content.preview .body-text {
4048 font-size: 1em;
4050 #content.preview nav.contents,
4051 #content.preview .lw2-link {
4052 display: none;
4055 .preview-popup {
4056 position: fixed;
4057 transform-origin: top;
4058 top: 10%;
4059 right: 10%;
4060 max-width: 700px;
4061 z-index: 10001;
4062 background-color: #eee;
4063 border: 1px solid #ccc;
4064 box-shadow: 2px 6px 20px -4px #000;
4065 transition: height 0.2s ease, top 0.2s ease;
4067 .popup-hide-button {
4068 position: fixed;
4069 top: 4px;
4070 right: 4px;
4071 color: #000;
4072 background-color: #fff;
4073 width: 28px;
4074 height: 28px;
4075 display: flex;
4076 font-family: "Font Awesome";
4077 font-size: 14px;
4078 line-height: 1;
4079 border: 1px solid #bbb;
4080 border-radius: 28px;
4081 align-items: center;
4082 justify-content: center;
4083 //padding-bottom: 2px;
4084 padding-left: 1.5px;
4085 font-family: "Font Awesome", "Font Awesome 5 Free";
4086 cursor: pointer;
4088 .popup-hide-button:hover::before {
4089 content: "Turn off preview popups";
4090 display: block;
4091 position: absolute;
4092 width: max-content;
4093 right: 32px;
4094 color #000;
4095 background-color: #fff;
4096 border: 1px solid #eee;
4097 border-radius: 2px;
4098 padding: 4px;
4101 /********/
4102 /* MATH */
4103 /********/
4105 .mathjax-block-container {
4106 display: block;
4107 overflow-y: hidden;
4108 border-radius: 6px;
4109 margin: 1em 0 1.5em 0;
4111 .mathjax-inline-container {
4112 max-width: 100%;
4113 display: inline-block;
4114 overflow-x: auto;
4115 overflow-y: hidden;
4116 position: relative;
4117 vertical-align: text-top;
4118 padding: 0 1px;
4120 .post .mathjax-inline-container {
4121 line-height: 1.1;
4122 top: 2px;
4124 .comment .mathjax-inline-container {
4125 top: 3px;
4126 line-height: 1;
4128 .mathjax-inline-container .mjx-chtml {
4129 padding: 0;
4132 /************/
4133 /* SPOILERS */
4134 /************/
4136 .spoiler {
4137 color: #000;
4138 background-color: currentColor;
4139 transition: none;
4140 text-shadow: none;
4141 margin: 1em 0;
4142 box-shadow: 0 0 0 1px currentColor inset;
4143 overflow: auto;
4145 .spoiler:not(:last-child) {
4146 margin-bottom: 0;
4148 #content .spoiler * {
4149 color: inherit;
4150 border: none;
4152 .spoiler:hover {
4153 color: unset;
4154 background-color: unset;
4155 text-shadow: unset;
4156 transition:
4157 color 0.1s ease-out 0.1s,
4158 background-color 0.1s ease-out 0.1s,
4159 text-shadow 0.1s ease-out 0.1s;
4161 .spoiler::selection,
4162 .spoiler ::selection {
4163 color: #fff;
4164 background-color: #000;
4166 .spoiler:not(:hover)::selection,
4167 .spoiler:not(:hover) ::selection {
4168 background-color: transparent;
4171 /*= Fix for LessWrong being weird =*/
4173 .spoiler > p {
4174 padding: 0 7px;
4176 .spoiler > p:first-child {
4177 margin-top: 0.25em;
4179 .spoiler > p:last-child {
4180 margin-bottom: 0;
4181 padding-bottom: 0.25em;
4183 .spoiler > p:hover ~ p {
4184 background-color: currentColor;
4186 .spoiler > p + p {
4187 margin-top: -1em;
4189 .spoiler > p:not(:first-child) {
4190 padding-top: 0.5em;
4192 .spoiler > p:not(:last-child) {
4193 padding-bottom: 0.5em;
4196 .spoiler:not(:hover) pre,
4197 .spoiler:not(:hover) code {
4198 background-color: inherit;
4199 box-shadow: none;
4201 #content .spoiler pre {
4202 border-color: currentColor;
4203 border-style: solid;
4204 border-width: 0 1px;
4205 border-radius: 0;
4208 /*******************/
4209 /* PAGE LIST INDEX */
4210 /*******************/
4212 .page-list-index {
4213 margin: 1em 30px;
4214 line-height: 1.2;
4217 .page-list-index > p {
4218 font-weight: bold;
4219 font-size: 1.2em;
4222 .page-list-index > ul * {
4223 margin: 0;
4226 .page-list-index ul {
4227 padding-left: 1.5em;
4230 .page-list-index li {
4231 margin-top: 0.67em;
4234 .page-list-index li > a {
4235 display: block;
4236 font-size: 1.1em;
4237 font-weight: bold;
4238 margin: 0.33em 0;
4241 .page-list-index li > a:last-child {
4242 margin-bottom: 1em;
4245 /*******************/
4246 /* ALIGNMENT FORUM */
4247 /*******************/
4249 #content.alignment-forum-index-page::after {
4250 content: "Alignment Forum";
4251 font-size: 1.5rem;
4252 margin: 0.375em 0 0 -0.375em;
4253 order: -1;
4256 /**********************/
4257 /* FOR NARROW SCREENS */
4258 /**********************/
4260 @media only screen and (max-width: 1440px) {
4261 #hns-date-picker {
4262 right: -81px;
4263 padding: 8px 10px 10px 10px;
4264 bottom: 62px;
4265 display: none;
4267 #hns-date-picker::before {
4268 content: "";
4269 position: absolute;
4270 display: block;
4271 z-index: -1;
4272 height: calc(100% + 2px);
4273 top: -1px;
4274 left: -1px;
4275 width: 50%;
4278 @media only screen and (max-width: 1160px) {
4279 #new-comment-nav-ui {
4280 bottom: 180px;
4281 right: -68px;
4283 #hns-date-picker {
4284 bottom: 200px;
4285 right: -36px;
4287 #hns-date-picker::before {
4288 width: calc(100% - 35px);
4290 #theme-selector button::before {
4291 right: unset;
4292 left: 100%;
4294 #theme-selector:hover::after {
4295 content: "";
4296 display: block;
4297 position: absolute;
4298 width: calc(6em - 7px);
4299 height: calc(100% + 2px);
4300 top: 0;
4301 left: calc(100% + 1px);
4303 #anti-kibitzer-toggle {
4304 bottom: 330px;
4307 @media only screen and (max-width: 1080px) {
4308 #width-selector {
4309 right: -30px;
4311 #width-selector button {
4312 display: block;
4314 #text-size-adjustment-ui {
4315 top: 90px;
4316 right: -30px;
4318 #text-size-adjustment-ui button {
4319 display: block;
4320 position: relative;
4322 #text-size-adjustment-ui button.increase {
4323 bottom: 48px;
4325 #text-size-adjustment-ui button.decrease {
4326 top: 50px;
4328 #theme-selector {
4329 top: 46px;
4330 left: -44px;
4332 #theme-tweaker-toggle {
4333 left: -44px;
4334 top: 2px;
4336 #theme-tweaker-toggle button {
4337 height: 2em;
4338 width: 2em;
4339 padding: 7px;
4341 #quick-nav-ui {
4342 right: -54px;
4344 #new-comment-nav-ui {
4345 right: -55px;
4347 #hns-date-picker {
4348 right: -23px;
4350 #hns-date-picker::before {
4351 width: calc(100% - 22px);
4353 #anti-kibitzer-toggle {
4354 right: -54px;
4357 @media only screen and (max-width: 1040px) {
4358 #quick-nav-ui {
4359 right: -49px;
4361 #new-comment-nav-ui {
4362 right: -50px;
4364 #hns-date-picker {
4365 right: -18px;
4367 #hns-date-picker::before {
4368 width: calc(100% - 17px);
4370 #anti-kibitzer-toggle {
4371 right: -50px;
4374 @media only screen and (max-width: 1020px) {
4375 #quick-nav-ui {
4376 right: -20px;
4378 #new-comment-nav-ui {
4379 right: -21px;
4381 #new-comment-nav-ui .new-comments-count::before {
4382 content: "";
4383 position: absolute;
4384 width: 100%;
4385 height: calc(100% + 45px);
4386 z-index: -1;
4387 left: 0;
4388 top: -22px;
4390 #hns-date-picker {
4391 right: 19px;
4393 #hns-date-picker::before {
4394 width: 100%;
4396 #anti-kibitzer-toggle {
4397 right: -20px;
4400 @media only screen and (max-width: 1000px) {
4401 #theme-selector {
4402 left: -17px;
4403 top: 120px;
4404 padding: 3px 0;
4405 max-width: 32px;
4407 #theme-selector button {
4408 margin: 1px 4px;
4410 #text-size-adjustment-ui {
4411 top: 100px;
4412 right: -12px;
4414 @media not screen and (hover: none) {
4415 #quick-nav-ui,
4416 #new-comment-nav-ui,
4417 #new-comment-nav-ui + #hns-date-picker,
4418 #anti-kibitzer-toggle {
4419 opacity: 0.4;
4421 #quick-nav-ui:hover,
4422 #new-comment-nav-ui:hover,
4423 #new-comment-nav-ui + #hns-date-picker:hover,
4424 #new-comment-nav-ui + #hns-date-picker:focus-within,
4425 #new-comment-nav-ui:hover + #hns-date-picker,
4426 #anti-kibitzer-toggle:hover {
4427 opacity: 1.0;
4430 #theme-tweaker-toggle {
4431 top: 70px;
4432 left: -21px;
4436 /**************/
4437 /* PRINT VIEW */
4438 /**************/
4440 @media only print {
4441 .nav-bar {
4442 visibility: hidden;
4443 max-height: 0;
4444 overflow: hidden;
4446 #ui-elements-container {
4447 display: none;
4449 #images-overlay {
4450 display: none;
4452 #images-overlay + #content .post-body img {
4453 visibility: visible;
4455 .comment-controls {
4456 display: none;
4458 #comments-sort-mode-selector {
4459 display: none;
4461 .comment-minimize-button {
4462 display: none;
4464 .post-meta .qualified-linking,
4465 .post-meta .lw2-link {
4466 display: none;
4468 .comment-meta .permalink,
4469 .comment-meta .lw2-link,
4470 .comment-meta .comment-parent-link {
4471 display: none;
4473 .new-comment::before {
4474 display: none;
4476 #content::before {
4477 box-shadow: none;
4481 /*****************/
4482 /* MOBILE LAYOUT */
4483 /*****************/
4485 /* Hide the mobile elements on desktop screens: */
4487 @media only screen and (max-width: 1160px) {
4488 #post-nav-ui-toggle,
4489 #appearance-adjust-ui-toggle {
4490 display: none;
4494 @media only screen and (max-width: 1160px) {
4496 /*====================*/
4497 /* MOBILE UI ELEMENTS */
4498 /*====================*/
4500 #ui-elements-container {
4501 height: unset !important;
4502 position: unset;
4504 #ui-elements-container > * {
4505 position: fixed;
4506 visibility: hidden;
4507 opacity: 1.0;
4508 z-index: 10000;
4511 #ui-elements-container > div[id$='-ui-toggle'] {
4512 visibility: visible;
4513 display: inline-block;
4514 border-radius: 50%;
4515 z-index: 10000;
4517 #ui-elements-container > div[id$='-ui-toggle'] button,
4518 #theme-selector .theme-selector-close-button {
4519 font-family: Font Awesome;
4520 font-weight: 900;
4521 font-size: 32px;
4522 padding: 10px;
4523 opacity: 0.8;
4524 -webkit-tap-highlight-color: transparent;
4525 transition: transform 0.2s ease;
4527 #ui-elements-container > div[id$='-ui-toggle'] button::selection,
4528 #theme-selector .theme-selector-close-button::selection {
4529 background-color: transparent;
4531 #ui-elements-container > div[id$='-ui-toggle'] button::-moz-focus-inner,
4532 #theme-selector .theme-selector-close-button::-moz-focus-inner {
4533 border: none;
4535 #ui-elements-container > div[id$='-ui-toggle'] button.engaged {
4536 transform: rotate(-90deg);
4537 opacity: 1.0;
4540 #appearance-adjust-ui-toggle {
4541 bottom: 10px;
4542 left: 10px;
4545 #post-nav-ui-toggle {
4546 bottom: 10px;
4547 right: 10px;
4550 #theme-selector.engaged,
4551 #quick-nav-ui.engaged,
4552 #new-comment-nav-ui.engaged,
4553 #hns-date-picker.engaged {
4554 visibility: visible;
4557 #image-focus-overlay.engaged {
4558 visibility: visible;
4560 #image-focus-overlay .help-overlay {
4561 display: none;
4564 /*=========*/
4565 /* GENERAL */
4566 /*=========*/
4568 @media only screen and (max-width: 900px) {
4569 #content,
4570 #images-overlay,
4571 #ui-elements-container {
4572 min-width: unset;
4573 width: unset;
4575 #content {
4576 padding: 0 4px;
4580 /*================*/
4581 /* THEME SELECTOR */
4582 /*================*/
4584 #theme-selector {
4585 display: flex;
4586 flex-flow: column;
4587 background-color: #fff;
4588 width: calc(100vw - 20px);
4589 max-width: 360px;
4590 padding: 0 0 3px 0;
4591 overflow: hidden;
4592 max-height: 0;
4593 transition:
4594 top 0.2s ease,
4595 max-height 0.2s ease,
4596 visibility 0.2s ease;
4597 top: calc(100% + 10px);
4598 left: 0;
4599 right: 0;
4600 margin: auto;
4602 #theme-selector.engaged {
4603 max-height: 1000px;
4604 top: 10px;
4605 z-index: 10001;
4607 #theme-selector::before {
4608 content: "Select theme";
4609 white-space: nowrap;
4610 display: block;
4611 font-weight: 600;
4612 font-size: 2rem;
4613 margin: 0.375em 1em 0.5em 1em;
4614 text-align: center;
4616 #theme-selector button {
4617 width: calc(100% - 0.5em);
4618 background-repeat: no-repeat;
4619 padding: 1em 0.875em;
4620 margin: 1px 4px;
4621 line-height: 1;
4622 height: unset;
4623 position: relative;
4625 #theme-selector button::after {
4626 content: attr(data-theme-description);
4627 color: #000;
4628 white-space: nowrap;
4629 position: absolute;
4630 text-align: left;
4631 left: 2.5em;
4632 top: 1em;
4634 @media only screen and (max-height: 675px) {
4635 #theme-selector button {
4636 padding: 0.875em;
4638 #theme-selector button::after {
4639 top: 0.875em;
4642 #theme-selector .theme-selector-close-button {
4643 position: absolute;
4644 width: unset;
4645 background-color: transparent;
4646 top: 0;
4647 right: -3px;
4649 #theme-selector .theme-selector-close-button,
4650 #theme-selector .theme-selector-close-button:focus,
4651 #theme-selector .theme-selector-close-button:active,
4652 #theme-selector .theme-selector-close-button:hover {
4653 box-shadow: none;
4656 /*===============*/
4657 /* THEME TWEAKER */
4658 /*===============*/
4660 #theme-selector {
4661 padding: 0 0 64px 0;
4663 #theme-selector ~ #theme-tweaker-toggle {
4664 top: 100%;
4666 #theme-selector ~ #theme-tweaker-toggle::after {
4667 content: "Open theme tweaker";
4668 position: absolute;
4669 font-size: 0.625em;
4670 white-space: nowrap;
4671 left: -50%;
4672 top: 100%;
4674 #theme-selector.engaged ~ #theme-tweaker-toggle {
4675 visibility: visible;
4676 top: 530px;
4677 left: 0;
4678 right: 0;
4679 margin: auto;
4680 z-index: 11111;
4681 transition:
4682 top 0.2s ease,
4683 visibility 0.2s ease;
4685 @media only screen and (max-height: 675px) {
4686 #theme-selector.engaged ~ #theme-tweaker-toggle {
4687 top: 492px;
4690 @supports (width: -moz-fit-content) {
4691 #theme-selector.engaged ~ #theme-tweaker-toggle {
4692 width: -moz-fit-content;
4695 @supports (width: fit-content) {
4696 #theme-selector.engaged ~ #theme-tweaker-toggle {
4697 width: fit-content;
4700 #theme-selector.engaged ~ #theme-tweaker-toggle button {
4701 opacity: 1.0;
4704 #theme-tweaker-ui {
4705 visibility: visible;
4708 /*======================*/
4709 /* ANTI-KIBITZER TOGGLE */
4710 /*======================*/
4712 #theme-selector ~ #anti-kibitzer-toggle {
4713 top: 100%;
4714 bottom: unset;
4715 left: 0;
4716 right: 0;
4717 margin: auto;
4718 box-shadow: none;
4719 width: calc(100vw - 44px);
4720 max-width: 330px;
4721 text-align: right;
4722 pointer-events: none;
4724 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4725 visibility: visible;
4726 z-index: 11110;
4727 top: 530px;
4728 transition:
4729 top 0.2s ease,
4730 visibility 0.2s ease;
4732 @media only screen and (max-height: 675px) {
4733 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4734 top: 492px;
4737 #theme-selector.engaged ~ #anti-kibitzer-toggle button {
4738 pointer-events: auto;
4739 display: inline-block;
4742 /*=================*/
4743 /* QUICKNAV WIDGET */
4744 /*=================*/
4746 #quick-nav-ui {
4747 max-width: 0px;
4748 transition:
4749 max-width 0.2s ease,
4750 visibility 0.2s ease;
4751 display: flex;
4752 right: 72px;
4753 bottom: 14px;
4755 #quick-nav-ui.engaged {
4756 max-width: 1000px;
4758 #quick-nav-ui a {
4759 position: relative;
4760 margin: 2px;
4762 #quick-nav-ui a + a {
4763 margin-left: 5px;
4765 #quick-nav-ui a::after {
4766 position: absolute;
4767 top: calc(100% + 2px);
4768 font-size: 0.375rem;
4769 left: 0;
4770 right: 0;
4771 margin: auto;
4772 line-height: 1;
4773 padding: 2px;
4774 text-transform: uppercase;
4775 z-index: -1;
4777 @supports (width: -moz-fit-content) {
4778 #quick-nav-ui a::after {
4779 width: -moz-fit-content;
4782 @supports (width: fit-content) {
4783 #quick-nav-ui a::after {
4784 width: fit-content;
4787 #quick-nav-ui a[href='#top']::after {
4788 content: "Top";
4789 left: -1px;
4791 #quick-nav-ui a[href='#comments']::after {
4792 content: "Comments";
4794 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
4795 visibility: hidden;
4796 transition: visibility 0.2s ease;
4798 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui.engaged a[href='#comments'] {
4799 visibility: visible;
4801 #quick-nav-ui a[href='#bottom-bar']::after {
4802 content: "Bottom";
4805 /*======================*/
4806 /* NEW COMMENT QUICKNAV */
4807 /*======================*/
4809 #new-comment-nav-ui {
4810 max-width: 0px;
4811 max-height: 0px;
4812 transition:
4813 max-width 0.2s ease,
4814 max-height 0.2s ease,
4815 visibility 0.2s ease;
4816 display: flex;
4817 right: 78px;
4818 bottom: 70px;
4820 #new-comment-nav-ui::before {
4821 content: "New Comments";
4822 position: absolute;
4823 bottom: 100%;
4824 font-size: 0.5625rem;
4825 left: 0;
4826 right: 0;
4827 margin: auto;
4828 padding: 2px 3px;
4829 text-transform: uppercase;
4830 z-index: -1;
4832 @supports (width: -moz-fit-content) {
4833 #new-comment-nav-ui::before {
4834 width: -moz-fit-content;
4837 @supports (width: fit-content) {
4838 #new-comment-nav-ui::before {
4839 width: fit-content;
4842 #new-comment-nav-ui.engaged {
4843 max-width: 1000px;
4844 max-height: 1000px;
4846 #new-comment-nav-ui .new-comment-sequential-nav-button {
4847 top: unset;
4848 bottom: unset;
4849 padding: 2px 7px;
4851 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
4852 padding: 2px 7px 3px 7px;
4854 #new-comment-nav-ui .new-comments-count {
4855 padding: 4px 0 5px 0;
4857 #new-comment-nav-ui .new-comments-count::before {
4858 display: none;
4860 #new-comment-nav-ui button::after {
4861 position: absolute;
4862 font-size: 0.375rem;
4863 left: 0;
4864 right: 0;
4865 margin: auto;
4866 line-height: 1;
4867 text-transform: uppercase;
4868 pointer-events: none;
4870 #new-comment-nav-ui button.new-comment-previous::after {
4871 content: "Previous";
4872 bottom: 5px;
4874 #new-comment-nav-ui button.new-comment-next::after {
4875 content: "Next";
4876 top: 7px;
4879 /*=================*/
4880 /* HNS DATE PICKER */
4881 /*=================*/
4883 #hns-date-picker {
4884 max-height: 0px;
4885 bottom: 132px;
4886 right: 62px;
4887 transition:
4888 max-height 0.2s ease,
4889 visibility 0.2s ease;
4891 #hns-date-picker.engaged {
4892 max-height: 1000px;
4894 #hns-date-picker::before {
4895 width: calc(100% + 2px);
4896 border-width: 1px !important;
4899 /*=========*/
4900 /* NAV BAR */
4901 /*=========*/
4903 #bottom-bar {
4904 margin-left: auto;
4905 margin-right: auto;
4906 width: calc(100% - 9rem + 8px);
4907 background: rgba(255,255,255,0.85);
4908 backdrop-filter: blur(1px);
4910 #content.index-page #bottom-bar {
4911 z-index: 10001;
4913 #bottom-bar .nav-item {
4914 box-shadow: none;
4915 position: relative;
4917 #bottom-bar .nav-inner {
4918 font-size: 2rem;
4919 padding: 1rem 0 1.25rem 0;
4920 visibility: hidden;
4921 position: static;
4922 width: 0;
4924 #content #bottom-bar .nav-item .nav-inner::before {
4925 margin: 0;
4926 visibility: visible;
4927 position: absolute;
4928 width: 100%;
4929 height: 100%;
4930 left: 0;
4931 top: 0;
4932 padding: 1rem 0;
4934 #bottom-bar .nav-inner::after {
4935 display: block;
4936 visibility: visible;
4937 text-transform: uppercase;
4938 color: unset;
4939 font-size: 0.75rem;
4940 top: unset;
4941 left: 0;
4942 bottom: 1rem;
4943 width: 100%;
4945 #bottom-bar #nav-item-first .nav-inner::after {
4946 content: "First Page";
4948 #bottom-bar #nav-item-prev .nav-inner::after {
4949 content: "Prev. Page";
4951 #bottom-bar #nav-item-top .nav-inner::after {
4952 content: "Top";
4954 #bottom-bar #nav-item-next .nav-inner::after {
4955 content: "Next Page";
4957 #bottom-bar #nav-item-last .nav-inner::after {
4958 content: "Last Page";
4961 @media only screen and (max-width: 900px) {
4962 .nav-bar-top {
4963 font-size: 0.75rem;
4965 .nav-bar {
4966 width: calc(100% + 8px);
4967 margin: 0 -4px;
4969 .nav-bar .nav-inner::after {
4970 display: none;
4973 #primary-bar .nav-item {
4974 flex: 1 1 100%;
4976 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) {
4977 flex: 1 1 60px;
4979 .nav-bar-top:not(#anything) .nav-inner {
4980 text-transform: uppercase;
4981 padding: 6px;
4983 .nav-bar-top .nav-inner::before {
4984 display: block;
4985 font-family: "Font Awesome";
4986 font-size: 2em;
4987 font-weight: 900;
4990 #nav-item-home .nav-inner::before {
4991 content: "\F015";
4993 #nav-item-featured .nav-inner::before {
4994 content: "\F005";
4996 #nav-item-all .nav-inner::before {
4997 content: "\F069";
4999 #nav-item-meta .nav-inner::before {
5000 content: "\F077";
5002 #nav-item-tags .nav-inner::before {
5003 content: "\F02C";
5005 #nav-item-recent-comments > * > span {
5006 display: none;
5008 #nav-item-recent-comments .nav-inner::before,
5009 #nav-item-alignment-forum-comments .nav-inner::before {
5010 content: "\F036";
5012 #nav-item-alignment-forum .nav-inner::before {
5013 content: "AF";
5014 font-family: Concourse, 'Changa One';
5016 #nav-item-questions .nav-inner::before {
5017 content: "?";
5018 font-family: Concourse, 'Changa One';
5020 #nav-item-events .nav-inner::before {
5021 content: "\F5A0";
5023 #nav-item-shortform .nav-inner::before {
5024 content: "\F2F2";
5026 #nav-item-archive .nav-inner::before {
5027 content: "\F187";
5029 #nav-item-about .nav-inner::before {
5030 content: "\F129";
5032 #nav-item-search {
5033 font-size: 2em;
5034 padding: 10px;
5036 #nav-item-search .nav-inner::before {
5037 content: none;
5039 #nav-item-search .nav-inner {
5040 height: 100%;
5041 display: flex;
5043 #nav-item-search input {
5044 width: 100%;
5045 height: 100%;
5047 #nav-item-search button {
5048 height: 100%;
5049 padding: 5px 5px 5px 10px;
5050 width: 40px;
5051 overflow: visible;
5052 visibility: hidden;
5054 #nav-item-search button::before {
5055 content: "\F002";
5056 font-family: Font Awesome;
5057 font-weight: 900;
5058 visibility: visible;
5060 #nav-item-login {
5061 padding: 0;
5063 #nav-item-login .nav-inner::before {
5064 content: "\F007";
5067 @media only screen and (max-width: 520px) {
5068 .nav-bar-top {
5069 font-size: 0.5rem;
5072 #nav-item-search,
5073 #nav-item-search .nav-inner {
5074 padding: 0;
5076 #nav-item-search button {
5077 width: 31px;
5080 #bottom-bar #nav-item-first .nav-inner::after {
5081 content: "First";
5083 #bottom-bar #nav-item-prev .nav-inner::after {
5084 content: "Prev";
5086 #bottom-bar #nav-item-next .nav-inner::after {
5087 content: "Next";
5089 #bottom-bar #nav-item-last .nav-inner::after {
5090 content: "Last";
5094 /*=================*/
5095 /* INBOX INDICATOR */
5096 /*=================*/
5098 @media only screen and (max-width: 900px) {
5099 #inbox-indicator {
5100 width: 100%;
5101 top: 0;
5102 pointer-events: none;
5104 #inbox-indicator::before {
5105 width: 100%;
5106 font-size: 1rem;
5107 text-align: right;
5108 padding: 1px 6px;
5110 #inbox-indicator.new-messages {
5111 pointer-events: auto;
5113 #inbox-indicator.new-messages::before {
5114 box-shadow: 0 0 8px 1px #f00 inset;
5117 @media only screen and (max-width: 520px) {
5118 #inbox-indicator::before {
5119 font-size: 0.75rem;
5120 padding: 2px 5px;
5123 @media only screen and (max-width: 374px) {
5124 #inbox-indicator::before {
5125 font-size: 0.625rem;
5129 /*===================*/
5130 /* TOP PAGINATION UI */
5131 /*===================*/
5133 #top-nav-bar {
5134 font-size: 1.75rem;
5137 /*==============*/
5138 /* PAGE TOOLBAR */
5139 /*==============*/
5141 @media only screen and (max-width: 900px) {
5142 #content > .page-toolbar {
5143 font-size: 1rem;
5144 margin-right: 0;
5146 #content.user-page > .page-toolbar {
5147 grid-column: 2 / span 2;
5148 margin: 0 0 6px 0;
5151 @media only screen and (max-width: 520px) {
5152 #content:not(.user-page) .page-toolbar {
5153 display: flex;
5154 flex-direction: column-reverse;
5155 text-align: right;
5156 align-self: start;
5157 padding: 4px 0 0 0;
5159 #content.user-page .page-toolbar {
5160 display: flex;
5161 flex-flow: row;
5162 justify-content: flex-end;
5163 padding: 2px 0 0 0;
5165 #content.user-page .page-toolbar > form,
5166 #content.user-page .page-toolbar > .button {
5167 text-align: center;
5168 flex-basis: 25%;
5169 margin-left: 1.5em;
5171 #content.user-page .page-toolbar .button {
5172 text-transform: uppercase;
5173 font-size: 0.625rem;
5175 #content.user-page .page-toolbar .button::before {
5176 font-size: 1.375rem;
5177 display: block;
5178 padding: 0;
5180 #content.user-page .page-toolbar .rss {
5181 white-space: nowrap;
5182 margin: 0 0 0 1.5em;
5184 .page-toolbar > * {
5185 line-height: 1.15;
5186 padding: 6px 0;
5187 margin: 0;
5191 /*==============*/
5192 /* SUBLEVEL NAV */
5193 /*==============*/
5195 @media only screen and (max-width: 900px) {
5196 .sublevel-nav:not(.sort) {
5197 flex-wrap: wrap;
5198 width: calc(100vw - 200px);
5200 .sublevel-nav:not(.sort) .sublevel-item {
5201 margin: 1px;
5202 flex-basis: 7em;
5205 @media only screen and (max-width: 520px) {
5206 .sublevel-nav:not(.sort) .sublevel-item {
5207 font-size: 1rem;
5211 /*=====================*/
5212 /* SORT ORDER SELECTOR */
5213 /*=====================*/
5215 @media only screen and (max-width: 720px) {
5216 #content.index-page > .sublevel-nav.sort {
5217 flex-flow: column;
5218 margin-left: 4px;
5222 /*==========*/
5223 /* ARCHIVES */
5224 /*==========*/
5226 @media only screen and (max-width: 900px) {
5227 div[class^='archive-nav-'] {
5228 flex-wrap: wrap;
5229 justify-content: flex-start;
5231 .archive-nav *[class^='archive-nav-item'],
5232 .archive-nav *[class^='archive-nav-item']:first-child {
5233 padding: 10px;
5234 margin: 2px;
5235 max-width: unset;
5236 flex: 0 1 calc((100% / 8) - 4px);
5238 .archive-nav .archive-nav-item-day,
5239 .archive-nav .archive-nav-item-day:first-child {
5240 flex-basis: calc((100% / 16) - 4px);
5242 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-'] {
5243 margin-top: 8px;
5244 position: relative;
5246 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
5247 content: "";
5248 display: block;
5249 position: absolute;
5250 height: 1px;
5251 width: calc(100% + 8px);
5252 left: -4px;
5253 top: -4px;
5256 @media only screen and (max-width: 720px) {
5257 .archive-nav .archive-nav-item-day,
5258 .archive-nav .archive-nav-item-day:first-child {
5259 flex-basis: calc((100% / 12) - 4px);
5262 @media only screen and (max-width: 520px) {
5263 .archive-nav *[class^='archive-nav-item'],
5264 .archive-nav *[class^='archive-nav-item']:first-child {
5265 flex-basis: calc((100% / 5) - 4px);
5267 .archive-nav .archive-nav-item-day,
5268 .archive-nav .archive-nav-item-day:first-child {
5269 flex-basis: calc((100% / 8) - 4px);
5273 /*==========*/
5274 /* LISTINGS */
5275 /*==========*/
5277 h1.listing {
5278 max-height: unset;
5281 /*============*/
5282 /* USER PAGES */
5283 /*============*/
5285 #content.user-page h1.page-main-heading {
5286 align-self: end;
5288 @media only screen and (max-width: 520px) {
5289 #content.user-page h1.page-main-heading {
5290 overflow: hidden;
5291 text-overflow: ellipsis;
5293 #content.user-page .user-stats .karma-type {
5294 display: block;
5298 /*============*/
5299 /* LOGIN PAGE */
5300 /*============*/
5302 @media only screen and (max-width: 640px) {
5303 .login-container {
5304 flex-flow: column;
5305 margin: 0 auto 3em auto;
5306 max-width: 400px;
5308 .login-container #login-form,
5309 .login-container #signup-form {
5310 padding: 0 1em 1.25em 1em;
5311 grid-row-gap: 0;
5313 .login-container #signup-form {
5314 padding-top: 1em;
5316 .login-container #login-form > *,
5317 .login-container #signup-form > * {
5318 grid-column: 1 / span 2;
5320 .login-container form label {
5321 text-align: left;
5322 padding: 0;
5323 line-height: 1;
5325 .login-container form input {
5326 margin: 0.25em 0 0.75em 0;
5327 padding: 0.5em;
5329 .login-container form h1 {
5330 grid-column: 1 / span 2;
5331 margin: 0 0 0.25em 0;
5333 .login-container form a {
5334 margin: 0.75em 0 0 0;
5336 .login-container .login-tip {
5337 margin: 1.5em 1em 0 1em;
5341 /*==================*/
5342 /* POSTS & COMMENTS */
5343 /*==================*/
5345 @media only screen and (max-width: 720px) {
5346 .body-text ol > li {
5347 padding: 0 0 0 2.25em;
5349 .body-text ol > li::before {
5350 width: 1.75em;
5352 .body-text ul:not(.contents-list) > li,
5353 .body-text ul:not(.contents-list) > li ul > li {
5354 padding: 0 0 0 0.75em;
5356 .body-text ul:not(.contents-list) > li::before,
5357 .body-text ul:not(.contents-list) > li ul > li::before {
5358 width: 0.125em;
5359 margin-left: -0.06em;
5363 /*===========*/
5364 /* POST-META */
5365 /*===========*/
5367 .post-meta {
5368 line-height: 1.9;
5370 @media only screen and (max-width: 720px) {
5371 .post-meta .lw2-link span,
5372 .post-meta .karma-value span,
5373 .post-meta .comment-count span {
5374 display: none;
5376 .post-meta .comment-count::before {
5377 content: "\F086";
5378 font-family: Font Awesome;
5379 font-size: 0.875em;
5380 margin: 0 0.25em 0 0;
5381 font-weight: 400;
5385 /*===================*/
5386 /* POSTS & BODY TEXT */
5387 /*===================*/
5389 @media only screen and (max-width: 900px) {
5390 .post-body,
5391 h1.post-title,
5392 .tag-description,
5393 .sequence-text {
5394 padding: 0 6px;
5397 @media only screen and (max-width: 520px) {
5398 .post-body {
5399 font-size: 1.2rem;
5400 line-height: 1.45;
5402 h1.post-title {
5403 font-size: 2em;
5407 /*==============*/
5408 /* COMMENT-META */
5409 /*==============*/
5411 a.comment-parent-link::after {
5412 display: none;
5414 @media only screen and (max-width: 900px) {
5415 .comment-meta {
5416 padding: 2px 40px 2px 10px;
5419 @media only screen and (max-width: 720px) {
5420 .comment .karma-value span {
5421 display: none;
5423 .comment-meta .comment-parent-link {
5424 opacity: 1.0;
5427 @media only screen and (max-width: 520px) {
5428 .comment-meta {
5429 padding: 2px 10px;
5430 position: relative;
5432 .comment-meta .author {
5433 flex-basis: 100%;
5435 .comment-post-title2 {
5436 display: block;
5437 text-overflow: ellipsis;
5438 overflow: hidden;
5440 .comment-meta .lw2-link {
5441 display: none;
5445 /*=======================*/
5446 /* COMMENTS COMPACT VIEW */
5447 /*=======================*/
5449 /*===========================*/
5450 /* COMMENT THREAD NAVIGATION */
5451 /*===========================*/
5453 @media only screen and (max-width: 900px) {
5454 a.comment-parent-link {
5455 width: 0;
5456 visibility: hidden;
5457 position: relative;
5459 a.comment-parent-link::before {
5460 padding: 0;
5461 font-size: 1em;
5462 left: 0;
5463 top: 0;
5464 line-height: inherit;
5465 visibility: visible;
5466 content: "\F3BF";
5467 transform: scaleX(-1);
5468 width: 2em;
5469 text-align: center;
5472 @media only screen and (max-width: 520px) {
5473 a.comment-parent-link {
5474 position: static;
5476 a.comment-parent-link::before {
5477 padding: 6px;
5478 left: unset;
5479 right: 0;
5480 top: unset;
5481 bottom: 0;
5482 height: 2em;
5486 /*=================================*/
5487 /* COMMENT THREAD MINIMIZE BUTTONS */
5488 /*=================================*/
5490 @media only screen and (max-width: 520px) {
5491 .comment-minimize-button{
5492 right: 2px;
5496 /*===========================*/
5497 /* COMMENTING AND POSTING UI */
5498 /*===========================*/
5500 @media only screen and (max-width: 900px) {
5501 .comment-controls .delete-button, .comment-controls .retract-button, .comment-controls .unretract-button, .comment-controls .edit-button {
5502 font-size: 0;
5504 .comment-controls .delete-button::before, .comment-controls .retract-button::before, .comment-controls .unretract-button::before, .comment-controls .edit-button::before {
5505 font-size: 0.9rem;
5507 .comment-controls .cancel-comment-button {
5508 max-width: 1.3em;
5509 overflow: hidden;
5510 margin-right: 0.125em;
5512 .comment-controls .edit-button::before {
5513 font-size: 0.9375rem;
5515 .comments > .comment-controls .cancel-comment-button {
5516 right: 8px;
5518 .comment-controls .cancel-comment-button::before {
5519 font-size: 1.25rem;
5522 @media only screen and (max-width: 520px) {
5523 .comment-controls {
5524 position: static;
5526 .comment-controls:focus-within {
5527 z-index: 10001;
5529 .comment-controls .cancel-comment-button {
5530 right: 10px;
5532 .textarea-container:focus-within textarea {
5533 position: fixed;
5534 top: 0;
5535 left: 2px;
5536 width: calc(100vw - 4px);
5537 height: calc(100% - 100px);
5538 min-height: unset;
5539 max-height: unset;
5540 border-width: 1px;
5541 z-index: 11001;
5543 #content.conversation-page .textarea-container:focus-within textarea {
5544 height: calc(100% - 54px);
5546 #content.conversation-page .textarea-container:focus-within::after {
5547 content: "";
5548 display: block;
5549 width: 100%;
5550 height: 50px;
5551 position: fixed;
5552 left: 0;
5553 bottom: 0;
5554 z-index: 11000;
5556 .textarea-container:focus-within .guiedit-buttons-container {
5557 position: fixed;
5558 z-index: 11002;
5559 left: 0;
5560 width: 100vw;
5561 height: auto;
5562 background-image: none;
5563 padding: 3px 4px 4px 4px;
5564 margin: 0;
5565 text-align: center;
5566 top: auto;
5567 bottom: 0;
5569 .textarea-container:focus-within button.guiedit {
5570 font-size: 0.9375rem;
5571 line-height: 1.5;
5572 height: auto;
5573 width: calc((100% / 10) - 2px);
5574 padding: 10px 1px 8px 0;
5575 position: relative;
5576 margin: 1px;
5578 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
5579 z-index: 11011;
5580 position: fixed;
5581 bottom: 7px;
5582 width: calc(((100% - 16px) / 10) * 2.5 - 7px);
5583 font-size: 1.25rem;
5584 padding: 5px 5px 6px 5px;
5585 display: block;
5587 .textarea-container:focus-within button.guiedit sup {
5588 position: absolute;
5589 left: calc(50% + 0.65em);
5590 top: calc(50% - 1.3em);
5592 .textarea-container:focus-within .guiedit-mobile-help-button {
5593 left: 8px;
5595 .textarea-container:focus-within .guiedit-mobile-exit-button {
5596 right: 8px;
5598 .guiedit::after {
5599 display: none;
5602 #markdown-hints,
5603 #edit-post-form #markdown-hints {
5604 z-index: 11111;
5605 position: fixed;
5606 top: 40px;
5607 left: 0;
5608 right: 0;
5609 margin: auto;
5610 padding: 4px 0 4px 8px;
5611 width: 310px;
5612 border-width: 3px;
5613 border-style: double;
5614 pointer-events: none;
5616 #markdown-hints::after {
5617 content: "(Type to hide this help box.)";
5618 color: #090;
5619 display: block;
5620 margin: 12px 18px 13px 10px;
5621 padding: 5px;
5622 font-size: 0.9em;
5623 text-align: center;
5627 /*================*/
5628 /* EDIT POST FORM */
5629 /*================*/
5631 @media only screen and (max-width: 520px) {
5632 #edit-post-form {
5633 padding-bottom: 0;
5635 #edit-post-form .post-meta-fields {
5636 grid-template-columns: 4.5em auto auto auto 1fr auto;
5638 #edit-post-form label[for='url'],
5639 #edit-post-form label[for='section'],
5640 #edit-post-form label[for='title'] {
5641 padding-left: 0;
5643 #edit-post-form .post-meta-fields input[type='checkbox'] + label.iconify {
5644 white-space: normal;
5645 line-height: 0.9;
5646 top: -1px;
5647 font-family: Font Awesome;
5648 font-weight: 900;
5649 justify-self: start;
5651 #edit-post-form .post-meta-fields .question-checkbox,
5652 #edit-post-form .post-meta-fields .question-checkbox + label {
5653 grid-column: 6;
5654 margin-left: unset;
5656 #edit-post-form .post-meta-fields input[type='radio'] + label {
5657 align-self: start;
5659 #edit-post-form .textarea-container:focus-within textarea {
5660 height: calc(100% - 101px);
5661 min-height: unset;
5664 #markdown-hints-checkbox,
5665 #markdown-hints-checkbox + label {
5666 display: none;
5669 #edit-post-form div:last-child {
5670 clear: both;
5671 overflow: auto;
5673 #edit-post-form input[type='submit'] {
5674 float: none;
5675 display: block;
5676 font-size: 1.5rem;
5677 margin: 1rem auto 1.5rem auto;
5678 padding: 6px 12px 8px 12px;
5682 /*===================*/
5683 /* TABLE OF CONTENTS */
5684 /*===================*/
5686 @media only screen and (max-width: 900px) {
5687 .contents {
5688 float: none;
5689 display: table;
5690 max-width: none;
5691 margin-left: auto;
5692 margin-right: auto;
5695 @media only screen and (max-width: 520px) {
5696 .contents {
5697 max-width: 100%;
5698 margin: 1em auto 0 auto;
5699 display: table;
5701 .contents-head {
5702 font-size: 1.2em;
5704 div.post-body .contents ul {
5705 font-size: unset;
5709 /*========================*/
5710 /* QUALIFIED HYPERLINKING */
5711 /*========================*/
5713 @media only screen and (max-width: 520px) {
5714 .qualified-linking-toolbar {
5715 right: -5em;
5719 } /* END MOBILE LAYOUT */
5722 /**************/
5723 /* GREY THEME */
5724 /**************/
5726 /*===========*/
5727 /* VARIABLES */
5728 /*===========*/
5730 /* Color scheme.
5732 :root {
5733 --GW-comment-background-color-odd: #eee;
5734 --GW-comment-background-color-even: #fff;
5735 --GW-comment-background-color-target: #ffd;
5738 /*======*/
5739 /* BASE */
5740 /*======*/
5742 body {
5743 color: #000;
5744 background-color: #eee;
5745 font-family: 'Concourse', 'a_Avante', Arial, sans-serif;
5746 font-feature-settings: 'ss07';
5748 #content {
5749 line-height: 1.55;
5751 #content::before {
5752 background-color: #fff;
5753 box-shadow: 0px 0px 10px #bbb;
5756 /*=========*/
5757 /* NAV BAR */
5758 /*=========*/
5760 .nav-inner {
5761 font-weight: normal;
5762 font-size: 1.1875em;
5763 padding: 11px 30px 13px 30px;
5765 .nav-current .nav-inner {
5766 font-weight: 600;
5768 .nav-bar-top:not(#primary-bar) .nav-inner {
5769 font-size: 1em;
5771 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) .nav-inner {
5772 padding: 5px 0 3px 0;
5774 @media only screen and (min-width: 901px) {
5775 .nav-bar.top:not(#primary-bar) #nav-item-sequences .nav-inner {
5776 line-height: 1.2;
5780 #bottom-bar.decorative::before,
5781 #bottom-bar.decorative::after {
5782 content: "GW";
5783 display: block;
5784 text-align: center;
5785 padding: 0.25em 0 1em 0;
5787 #bottom-bar.decorative::before {
5788 width: 100%;
5789 color: transparent;
5790 background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAMdXV1QUAACwAAAAAAQABAAACAkQBADs=');
5791 background-repeat: repeat-x;
5792 background-position: center 35%;
5793 margin: 0 30px;
5795 #bottom-bar.decorative::after {
5796 color: #d8d8d8;
5797 position: absolute;
5798 left: 0;
5799 right: 0;
5800 margin: auto;
5801 background-color: #fff;
5802 padding-right: 4px;
5803 padding-left: 4px;
5805 @supports (width: -moz-fit-content) {
5806 #bottom-bar.decorative::after {
5807 width: -moz-fit-content;
5810 @supports (width: fit-content) {
5811 #bottom-bar.decorative::after {
5812 width: fit-content;
5816 .nav-bar .nav-item:not(.nav-current):not(#nav-item-search):hover,
5817 #bottom-bar a:hover,
5818 #nav-item-search:not(.nav-current):focus-within {
5819 background-color: #ddd;
5821 .inactive-bar .nav-item:not(.nav-current):not(#nav-item-search):hover,
5822 .inactive-bar #nav-item-search:not(.nav-current):focus-within {
5823 background-color: #d8d8d8;
5826 .nav-bar a:link,
5827 .nav-bar a:visited {
5828 color: #888;
5830 .nav-bar a:hover,
5831 .nav-bar a:focus {
5832 text-decoration: none;
5833 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
5836 /* Accesskey hints */
5838 .nav-inner::after {
5839 display: block;
5840 position: absolute;
5841 left: 5px;
5842 top: -2px;
5843 font-weight: 400;
5844 font-size: 0.7em;
5845 color: #d8d8d8;
5847 .inactive-bar .nav-inner::after {
5848 color: #ccc;
5850 .nav-inner:hover::after {
5851 color: #bbb;
5854 /* This makes the navbar items look like tabs: */
5856 .nav-inactive {
5857 box-shadow:
5858 0 -1px #d8d8d8 inset,
5859 1px 0 #fff inset;
5861 .nav-inactive:first-child {
5862 box-shadow: 0 -1px #d8d8d8 inset;
5864 .inactive-bar .nav-inactive {
5865 background-color: #e4e4e4;
5867 .active-bar .nav-inactive {
5868 background-color: #eee;
5870 .nav-bar + .nav-bar {
5871 position: relative;
5874 /* For Webkit: */
5875 .active-bar {
5876 box-shadow: 0 -3px 8px -2px #ccc;
5878 .active-bar .nav-inactive {
5879 box-shadow:
5880 0 -4px 8px -4px #bbb inset,
5881 1px 0 #fff inset;
5883 .active-bar .nav-inactive:first-child {
5884 box-shadow:
5885 0 -4px 8px -4px #bbb inset;
5887 .active-bar .nav-current + .nav-inactive {
5888 box-shadow:
5889 5px -4px 8px -4px #bbb inset;
5891 .active-bar .nav-item-last-before-current {
5892 box-shadow:
5893 -5px -4px 8px -4px #bbb inset,
5894 1px 0 #fff inset;
5896 .active-bar .nav-item-last-before-current:first-child {
5897 box-shadow:
5898 -5px -4px 8px -4px #bbb inset;
5900 /* And for Gecko: */
5901 @-moz-document url-prefix() {
5902 .active-bar {
5903 box-shadow: 0 -3px 4px -2px #ccc;
5906 .active-bar .nav-inactive {
5907 box-shadow:
5908 0 -4px 4px -4px #bbb inset,
5909 1px 0 #fff inset;
5911 .active-bar .nav-inactive:first-child {
5912 box-shadow:
5913 0 -4px 4px -4px #bbb inset;
5915 .active-bar .nav-current + .nav-inactive {
5916 box-shadow:
5917 5px -4px 4px -4px #bbb inset;
5919 .active-bar .nav-item-last-before-current {
5920 box-shadow:
5921 -5px -4px 4px -4px #bbb inset,
5922 1px 0 #fff inset;
5924 .active-bar .nav-item-last-before-current:first-child {
5925 box-shadow:
5926 -5px -4px 4px -4px #bbb inset;
5930 /* Search tab */
5932 #nav-item-search form::before {
5933 opacity: 0.4;
5934 font-size: 0.9375rem;
5936 #nav-item-search button {
5937 color: #999;
5938 border: none;
5939 font-weight: 600;
5941 #nav-item-search input::placeholder {
5942 color: #d00;
5943 font-weight: normal;
5946 /* Inbox indicator */
5948 #inbox-indicator {
5949 top: 0;
5952 /*= Top pagination UI hover tooltips =*/
5954 #top-nav-bar a::after,
5955 #bottom-bar a::after {
5956 color: #000;
5959 /*==============*/
5960 /* PAGE TOOLBAR */
5961 /*==============*/
5963 .page-toolbar > * {
5964 color: #999;
5967 /*==============*/
5968 /* SUBLEVEL NAV */
5969 /*==============*/
5971 .sublevel-nav .sublevel-item {
5972 color: #777;
5973 background-color: #fff;
5975 .sublevel-nav .sublevel-item:not(.selected):hover {
5976 background-color: #ddd;
5977 color: #000;
5978 text-decoration: none;
5979 text-shadow: none;
5981 .sublevel-nav .sublevel-item:not(.selected):active,
5982 .sublevel-nav .sublevel-item.selected {
5983 background-color: #ddd;
5984 color: #000;
5985 text-shadow:
5986 0 -1px 0 #fff,
5987 0 0.5px 0.5px #000;
5990 .sublevel-nav:not(.sort) .sublevel-item {
5991 border-style: solid;
5992 border-color: #ddd;
5993 border-width: 1px 0 1px 1px;
5995 .sublevel-nav:not(.sort) .sublevel-item:first-child {
5996 border-radius: 8px 0 0 8px;
5998 .sublevel-nav:not(.sort) .sublevel-item:last-child {
5999 border-width: 1px;
6000 border-radius: 0 8px 8px 0;
6003 /*=====================*/
6004 /* SORT ORDER SELECTOR */
6005 /*=====================*/
6007 .sublevel-nav.sort .sublevel-item {
6008 font-family: 'Concourse', 'a_Avante', Arial, sans-serif;
6009 letter-spacing: 0.5px;
6010 padding: 6px 7px;
6011 text-transform: uppercase;
6012 pointer-events: auto;
6013 box-shadow: 1px 1px 0 0 #aaa inset;
6015 .sublevel-nav.sort {
6016 border: 2px solid transparent;
6017 padding: 18px 0 0 0;
6018 border-radius: 8px;
6019 pointer-events: none;
6020 background-color: #bbb;
6022 .sublevel-nav.sort::before {
6023 text-transform: uppercase;
6024 font-weight: 600;
6025 color: #444;
6026 text-shadow: 0.5px 0.5px 0 #fff;
6027 z-index: 1;
6029 .sublevel-nav.sort::after {
6030 content: "";
6031 position: absolute;
6032 display: block;
6033 top: 0;
6034 left: 0;
6035 width: 100%;
6036 height: 100%;
6037 border-radius: 6px;
6038 box-shadow:
6039 0 18px 0 0 #bbb inset,
6040 0 0 0 1px #aaa inset,
6041 0 18px 0 1px #aaa inset,
6042 0 0 0 2px #bbb;
6045 /*================*/
6046 /* WIDTH SELECTOR */
6047 /*================*/
6048 /* THEME SELECTOR */
6049 /*================*/
6051 #theme-selector button,
6052 #width-selector button {
6053 box-shadow:
6054 0 0 0 4px #eee inset,
6055 0 0 0 5px #ccc inset;
6057 #theme-selector button:hover,
6058 #theme-selector button.selected,
6059 #width-selector button:hover,
6060 #width-selector button.selected {
6061 text-shadow: none;
6062 box-shadow:
6063 0 0 0 5px #ccc inset;
6066 #theme-selector button::before {
6067 color: #aaa;
6068 background-color: #eee;
6070 #theme-selector button:hover::before,
6071 #theme-selector button.selected::before {
6072 color: #777;
6074 #width-selector button::after {
6075 color: #aaa;
6078 /*======================*/
6079 /* THEME TWEAKER TOGGLE */
6080 /*======================*/
6082 #theme-tweaker-toggle button {
6083 color: #777;
6086 /*=================*/
6087 /* QUICKNAV WIDGET */
6088 /*=================*/
6090 #quick-nav-ui a {
6091 color: #999;
6092 background-color: #e4e4e4;
6093 border-radius: 4px;
6094 text-decoration: none;
6096 #quick-nav-ui a[href='#bottom-bar'] {
6097 line-height: 1.8;
6099 #quick-nav-ui a:active {
6100 transform: scale(0.9);
6102 #quick-nav-ui a[href='#comments'].no-comments {
6103 opacity: 0.4;
6104 color: #bbb;
6106 @media only screen and (hover:hover) {
6107 #quick-nav-ui a:hover {
6108 color: #000;
6109 background-color: #d8d8d8;
6111 #quick-nav-ui a:focus:not(:hover) {
6112 transform: none;
6113 text-shadow: none;
6117 /*======================*/
6118 /* NEW COMMENT QUICKNAV */
6119 /*======================*/
6121 #new-comment-nav-ui .new-comments-count {
6122 font-weight: 600;
6123 color: #666;
6124 text-shadow: 0.5px 0.5px 0 #fff;
6126 #new-comment-nav-ui .new-comments-count::after {
6127 font-weight: 600;
6128 color: #777;
6130 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
6131 color: #bbb;
6132 text-shadow: none;
6134 @media only screen and (hover:hover) {
6135 #new-comment-nav-ui .new-comments-count:hover {
6136 text-shadow:
6137 0 0 1px #fff,
6138 0 0 3px #fff,
6139 0 0 5px #fff,
6140 0 0 8px #fff,
6141 0.5px 0.5px 0 #fff;
6143 #new-comment-nav-ui .new-comment-sequential-nav-button:focus {
6144 color: #d00;
6145 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6149 /*=================*/
6150 /* HNS DATE PICKER */
6151 /*=================*/
6153 #hns-date-picker span {
6154 color: #777;
6155 text-shadow: 0.5px 0.5px 0 #fff;
6156 font-weight: 600;
6158 #hns-date-picker input {
6159 border: 1px solid #777;
6160 background-color: transparent;
6161 color: #666;
6163 #hns-date-picker input:focus {
6164 color: #000;
6167 /*======================*/
6168 /* ANTI-KIBITZER TOGGLE */
6169 /*======================*/
6171 #anti-kibitzer-toggle button::before,
6172 #anti-kibitzer-toggle button::after {
6173 background-color: #aaa;
6174 -webkit-background-clip: text;
6175 color: transparent;
6176 text-shadow: rgba(255,255,255,0.5) 0px 1px 1px;
6178 #anti-kibitzer-toggle button:hover::before,
6179 #anti-kibitzer-toggle button:hover::after {
6180 background-color: #555;
6183 /*======================*/
6184 /* TEXT SIZE ADJUSTMENT */
6185 /*======================*/
6187 #text-size-adjustment-ui button {
6188 color: #777;
6190 #text-size-adjustment-ui button.default {
6191 font-weight: 600;
6193 #text-size-adjustment-ui button:disabled:hover {
6194 text-shadow: none;
6196 #text-size-adjustment-ui::after {
6197 color: #aaa;
6200 /*=============================*/
6201 /* COMMENTS VIEW MODE SELECTOR */
6202 /*=============================*/
6204 #comments-view-mode-selector a {
6205 color: #777;
6208 /*==========*/
6209 /* ARCHIVES */
6210 /*==========*/
6212 .archive-nav {
6213 border: 1px solid #aaa;
6215 .archive-nav *[class^='archive-nav-item'] {
6216 border-style: solid;
6217 border-color: #ddd;
6218 border-width: 1px 0 1px 1px;
6219 background-color: #eee;
6221 .archive-nav div[class^='archive-nav-']:nth-of-type(2) *[class^='archive-nav-item'] {
6222 border-top-width: 0;
6223 border-bottom-width: 0;
6225 .archive-nav div[class^='archive-nav-']:last-of-type *[class^='archive-nav-item'] {
6226 border-bottom-width: 1px;
6228 .archive-nav *[class^='archive-nav-item']:last-child {
6229 border-right-width: 1px;
6231 .archive-nav span[class^='archive-nav-item'] {
6232 font-weight: bold;
6233 background-color: #ddd;
6236 .archive-nav a:link,
6237 .archive-nav a:visited {
6238 color: #888;
6240 .archive-nav a:hover {
6241 text-decoration: none;
6242 color: #c00;
6243 background-color: #e0e0e0;
6244 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6246 .archive-nav a:active {
6247 transform: scale(0.9);
6249 .archive-nav a:focus:not(:hover) {
6250 transform: none;
6252 .archive-nav a.archive-nav-item-day:hover {
6253 background-color: #ddd;
6256 /*===============*/
6257 /* KEYBOARD HELP */
6258 /*===============*/
6260 #nav-item-about button.open-keyboard-help {
6261 font-weight: 400;
6262 top: -1px;
6263 color: #888;
6266 /*==========*/
6267 /* LISTINGS */
6268 /*==========*/
6270 h1.listing {
6271 margin: 0.6em 20px 0 20px;
6272 max-width: calc(100% - 40px);
6273 line-height: 1.1;
6274 font-family: 'Concourse', 'a_Avante', Arial, sans-serif, 'Font Awesome';
6275 font-size: 1.5rem;
6277 h1.listing .post-title-link {
6278 font-weight: normal;
6280 h1.listing .link-post-link {
6281 color: #ccc;
6282 top: 3px;
6285 @media only screen and (hover: hover) {
6286 h1.listing a:hover,
6287 h1.listing a:focus {
6288 color: #777;
6289 background-color: rgba(255,255,255,0.85);
6291 h1.listing:focus-within::before {
6292 color: #00f;
6293 left: -0.625em;
6295 h1.listing .link-post-link:hover {
6296 color: #4879ec;
6297 text-shadow:
6298 0.5px 0.5px 0 #fff,
6299 -0.5px -0.5px 0 #fff,
6300 0 0 2px #fff,
6301 0 0 3px #00c;
6305 h1.listing .edit-post-link {
6306 padding: 5px 3px 36px 0.5em;
6307 top: 0;
6308 right: 0;
6309 background-color: #eee;
6311 h1.listing .edit-post-link:hover {
6312 text-decoration: none;
6314 #content.user-page h1.listing .edit-post-link {
6315 background-color: #eee;
6318 /*======*/
6319 /* SPAM */
6320 /*======*/
6322 h1.listing.spam {
6323 opacity: 0.3;
6325 h1.listing.spam + .post-meta {
6326 opacity: 0.15;
6328 h1.listing.spam:hover,
6329 h1.listing.spam + .post-meta:hover,
6330 h1.listing.spam:hover + .post-meta {
6331 opacity: 1.0;
6334 /*===================*/
6335 /* LISTING POST-META */
6336 /*===================*/
6338 h1.listing + .post-meta > * {
6339 color: #222;
6340 font-size: 1em;
6342 h1.listing + .post-meta .karma::after {
6343 content: " by";
6345 h1.listing + .post-meta .date::before {
6346 content: "on ";
6348 h1.listing + .post-meta .date::after {
6349 content: " — ";
6350 opacity: 0.5;
6351 margin: 0 0.5em 0 0.125em;
6353 h1.listing + .post-meta .comment-count.new-comments::before {
6354 color: #0c0;
6356 h1.listing:last-of-type + .post-meta {
6357 margin-bottom: 0;
6359 h1.listing + .post-meta .karma {
6360 order: -1;
6361 margin-right: 0.25em;
6363 h1.listing + .post-meta .author {
6364 margin-right: 0.25em;
6366 h1.listing + .post-meta .date {
6367 margin: 0;
6369 h1.listing + .post-meta .post-section {
6370 overflow: visible;
6371 order: 2;
6373 h1.listing + .post-meta .post-section::before {
6374 font-size: 0.9375em;
6375 top: 1px;
6376 left: -32px;
6378 h1.listing + .post-meta .link-post-domain {
6379 order: 1;
6382 /*============*/
6383 /* USER PAGES */
6384 /*============*/
6386 #content.user-page h1.page-main-heading {
6387 border-bottom: 1px solid #ccc;
6390 #content.user-page h1.listing,
6391 #content.user-page h1.listing + .post-meta {
6392 background-color: #eee;
6393 border-style: solid;
6394 border-color: #ccc;
6396 #content.user-page h1.listing {
6397 max-width: 100%;
6398 margin: 1rem 0 0 0;
6399 padding: 6px;
6400 border-width: 1px 1px 0 1px;
6402 #content.own-user-page h1.listing,
6403 h1.listing.own-post-listing {
6404 padding-right: 36px;
6406 @media only screen and (hover: hover) {
6407 #content.user-page h1.listing a:hover,
6408 #content.user-page h1.listing a:focus {
6409 background-color: #eee;
6411 #content.user-page h1.listing:focus-within::before {
6412 left: -0.625em;
6415 #content.user-page h1.listing + .post-meta {
6416 margin: 0 0 1rem 0;
6417 padding: 0.5em 6px 6px 34px;
6418 border-width: 0 1px 1px 1px;
6420 #content.user-page h1.listing + .post-meta .post-section::before {
6421 left: 1px;
6422 top: unset;
6425 #content.conversations-user-page h1.listing {
6426 padding: 6px 6px 4px 8px;
6427 font-size: 1.5rem;
6429 #content.conversations-user-page h1.listing + .post-meta {
6430 padding: 6px 4px;
6431 margin: 0 0 0.25rem 0;
6433 #content.conversations-user-page h1.listing + .post-meta .date::after {
6434 display: none;
6437 .user-stats .karma-total {
6438 font-weight: bold;
6441 /*===============*/
6442 /* CONVERSATIONS */
6443 /*===============*/
6445 #content.conversation-page h1.page-main-heading {
6446 font-weight: normal;
6447 color: #222;
6450 /*============*/
6451 /* LOGIN PAGE */
6452 /*============*/
6454 .login-container form input[type='submit'] {
6455 font-weight: 600;
6456 background-color: #eee;
6457 border: 1px solid #ccc;
6459 .login-container form input[type='submit']:hover,
6460 .login-container form input[type='submit']:focus {
6461 background-color: #ddd;
6462 border: 1px solid #aaa;
6465 /* “Create account” form */
6467 #signup-form {
6468 background-color: #f3f3f3;
6469 border: 1px solid #ddd;
6471 #signup-form input[type='submit'] {
6472 background-color: #e4e4e4;
6473 border: 1px solid #ccc;
6475 #signup-form input[type='submit']:hover {
6476 background-color: #d8d8d8;
6477 border: 1px solid #aaa;
6480 /* Log in tip */
6482 .login-container .login-tip {
6483 border: 1px solid #eee;
6486 /* Message box */
6488 .error-box {
6489 border: 1px solid red;
6490 background-color: #faa;
6492 .success-box {
6493 border: 1px solid green;
6494 background-color: #afa;
6497 /*=====================*/
6498 /* PASSWORD RESET PAGE */
6499 /*=====================*/
6501 .reset-password-container input[type='submit'] {
6502 background-color: #e4e4e4;
6503 border: 1px solid #ccc;
6504 font-weight: 600;
6507 /*===================*/
6508 /* TABLE OF CONTENTS */
6509 /*===================*/
6511 .contents {
6512 font-family: 'Concourse', 'a_Avante', Arial, sans-serif;
6513 border: 1px solid #ddd;
6514 background-color: #eee;
6516 .contents-head {
6517 font-weight: bold;
6519 .contents a:link {
6520 color: #d64400;
6522 .post-body .contents ul {
6523 font-size: 0.875em;
6525 .contents li::before {
6526 color: #999;
6527 font-feature-settings: "tnum";
6530 /*=================*/
6531 /* POST NAVIGATION */
6532 /*=================*/
6534 .post-nav-links a,
6535 .post-nav-links a:visited {
6536 color: #888;
6538 .post-nav-links a:hover {
6539 text-decoration: none;
6542 .post-nav-label {
6543 color: #999;
6546 .post-nav-links a:hover .post-nav-title {
6547 color: #222;
6550 @media only screen and (max-width: 900px) {
6551 .sequence-title {
6552 border-top: 1px dotted #aaa;
6554 .post-nav.prev {
6555 border-right: 1px dotted #aaa;
6557 .post-nav.next {
6558 border-left: 1px dotted #aaa;
6562 /*==================*/
6563 /* POSTS & COMMENTS */
6564 /*==================*/
6566 .body-text {
6567 font-family: 'Source Sans Pro', 'Trebuchet MS', 'Helvetica', 'Arial', 'Verdana', sans-serif;
6568 font-weight: 400;
6570 @-moz-document url-prefix() {
6571 .body-text {
6572 font-weight: 300;
6576 h1.post-title {
6577 margin: 1.1em 0 0.25em 0;
6578 font-weight: 400;
6579 color: #222;
6580 font-size: 3em;
6583 .post-body {
6584 font-size: 1.1875rem;
6585 line-height: 1.6;
6587 @media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 191dpi) {
6588 .post-body {
6589 font-size: 1.125rem;
6592 .comment-body {
6593 font-size: 1.125rem;
6596 /*===========*/
6597 /* POST-META */
6598 /*===========*/
6600 .post-meta a,
6601 .post-meta .date {
6602 color: #222;
6605 .post-meta > * {
6606 margin: 0;
6608 .post-meta .comment-count span,
6609 .post-meta .read-time span,
6610 .post-meta .word-count span,
6611 .post-meta .lw2-link span {
6612 display: none;
6614 .post-meta .comment-count::before,
6615 .post-meta .read-time::before,
6616 .post-meta .word-count::before,
6617 .post-meta .lw2-link::before {
6618 font-family: Font Awesome;
6619 margin: 0 0.25em 0 0;
6620 font-size: 0.875em;
6621 color: #ccc;
6623 .post-meta .comment-count {
6624 margin: 0 0.25em 0 0;
6626 .post-meta .read-time,
6627 .post-meta .word-count,
6628 .post-meta .lw2-link {
6629 margin: 0 0.25em 0 0.5em;
6631 .post-meta .lw2-link {
6632 opacity: 1;
6634 .post-meta .comment-count:hover,
6635 .post-meta .lw2-link:hover {
6636 text-decoration: none;
6637 text-shadow:
6638 0 0 0.5px #fff,
6639 0 0 1px #fff,
6640 0 0 8px #777;
6642 .post-meta .comment-count:hover::before,
6643 .post-meta .lw2-link:hover::before {
6644 color: #777;
6646 .post-meta .read-time:hover::before {
6647 color: #777;
6648 cursor: pointer;
6650 .post-meta .comment-count::before {
6651 content: "\F086";
6653 .post-meta .read-time::before {
6654 content: "\F017";
6656 .post-meta .read-time::after {
6657 content: " min";
6659 .post-meta .word-count::before {
6660 content: "\F15C";
6662 .post-meta .word-count::after {
6663 content: "";
6665 .post-meta .lw2-link::before {
6666 content: "\F0C1";
6667 font-weight: 900;
6668 opacity: 0.8;
6669 font-size: 0.75em;
6670 position: relative;
6671 bottom: 1px;
6674 .post .post-meta .author {
6675 margin: 0 0.75em 0 0;
6677 .post .post-meta .comment-count {
6678 margin: 0 0.5em;
6680 .post .post-meta .lw2-link {
6681 margin: 0 1em 0 0.5em;
6683 .post .post-meta .karma {
6684 margin: 0 0 0 0.5em;
6687 .post-meta .post-section::before,
6688 .comment-meta .alignment-forum {
6689 color: #fff;
6690 text-shadow:
6691 1px 1px 0 #090,
6692 0 1px 0 #090,
6693 0 0 5px #090;
6695 a.post-section:hover {
6696 text-decoration: none;
6698 a.post-section:hover::before {
6699 color: #97ff7c;
6701 .post-meta .post-section.alignment-forum::before {
6702 text-shadow:
6703 1px 1px 0 #626dd7,
6704 0 1px 0 #626dd7,
6705 0 0 5px #626dd7;
6707 a.post-section.alignment-forum:hover::before {
6708 color: #e6e5ff;
6711 .bottom-post-meta {
6712 border-color: #ddd;
6715 /*============*/
6716 /* LINK POSTS */
6717 /*============*/
6719 .post.link-post a.link-post-link {
6720 text-decoration: none;
6721 font-family: 'Concourse', 'a_Avante', Arial, sans-serif;
6722 font-weight: 600;
6724 .post.link-post a.link-post-link:hover {
6725 color: #c00;
6727 .post.link-post a.link-post-link:hover::before {
6728 color: #4879ec;
6729 text-shadow:
6730 0.5px 0.5px 0 #fff,
6731 -0.5px -0.5px 0 #fff,
6732 0 0 2px #fff,
6733 0 0 3px #00c;
6735 .post.link-post a.link-post-link:focus {
6736 color: #777;
6737 border-bottom: 2px dotted #777;
6740 /*==========*/
6741 /* COMMENTS */
6742 /*==========*/
6744 #comments::before {
6745 border-top: 1px solid #000;
6746 box-shadow: 0 3px 4px -4px #000 inset;
6748 @-moz-document url-prefix() {
6749 #comments::before {
6750 box-shadow: 0 3px 3px -4px #000 inset;
6753 #content > .comment-thread .comment-meta a.date:focus,
6754 #content > .comment-thread .comment-meta a.permalink:focus {
6755 color: #999;
6756 outline: 2px dotted #aaa;
6757 position: relative;
6758 background-color: #fff;
6760 #content > .comment-thread .comment-meta a.date:focus {
6761 padding: 0 4px;
6762 left: -4px;
6764 #content > .comment-thread .comment-meta a.date:focus + * {
6765 margin-left: -8px;
6767 #content > .comment-thread .comment-meta a.permalink:focus {
6768 padding: 0 5px;
6769 left: -5px;
6771 #content > .comment-thread .comment-meta a.permalink:focus + *:not(.comment-post-title) {
6772 margin-left: -10px;
6774 .comment-item {
6775 border: 1px solid #ccc;
6776 background-color: var(--GW-comment-background-color);
6778 .comment-parent-link::after {
6779 box-shadow:
6780 0 28px 16px -16px var(--GW-comment-parent-background-color) inset,
6781 4px 16px 0 12px var(--GW-comment-background-color-target) inset,
6782 4px 4px 0 12px var(--GW-comment-background-color-target) inset;
6785 /*================================*/
6786 /* DEEP COMMENT THREAD COLLAPSING */
6787 /*================================*/
6789 .comment-item input[id^="expand"] + label::after {
6790 color: #f60;
6791 font-weight: 600;
6793 .comment-item input[id^="expand"] + label:hover::after {
6794 color: #c00;
6796 .comment-item input[id^="expand"] + label:active::after,
6797 .comment-item input[id^="expand"] + label:focus::after{
6798 color: #c00;
6800 .comment-item input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
6801 border-width: 1px 0 0 0;
6804 /*==============*/
6805 /* COMMENT-META */
6806 /*==============*/
6808 .comment-meta a {
6809 color: #222;
6811 .comment-meta .author {
6812 color: #999;
6813 font-size: 1.25em;
6814 font-weight: 600;
6816 .comment-meta .author:hover {
6817 text-decoration: none;
6818 color: #090;
6820 .comment-item .author:not(.redacted).original-poster::after {
6821 opacity: 0.8;
6824 .comment-item .karma.active-controls::after,
6825 .comment-item .karma .karma-value::after,
6826 .post .karma.active-controls::after,
6827 .post .karma .karma-value::after,
6828 .author::before {
6829 background-color: #fff;
6830 color: #999;
6831 border-radius: 4px;
6832 box-shadow: 0 0 0 1px #ddd inset;
6834 .comment-item .karma.active-controls::after,
6835 .post .karma.active-controls::after {
6836 padding: 6px 4px 4px 4px;
6837 bottom: -44px;
6839 .comment-item .karma .karma-value::after,
6840 .post .karma .karma-value::after {
6841 padding: 2px 8px 1px 8px;
6842 top: -25px;
6843 min-width: 56px;
6846 /*====================*/
6847 /* ANTI-KIBITZER MODE */
6848 /*====================*/
6850 .author.redacted,
6851 .inline-author.redacted {
6852 opacity: 0.8;
6853 font-weight: 400;
6856 .karma-value.redacted {
6857 opacity: 0.4;
6860 .link-post-domain.redacted {
6861 opacity: 0.7;
6864 /*===========================*/
6865 /* COMMENT THREAD NAVIGATION */
6866 /*===========================*/
6868 div.comment-parent-link {
6869 font-weight: 600;
6871 a.comment-parent-link {
6872 font-weight: 400;
6874 a.comment-parent-link::before {
6875 color: #bbb;
6877 a.comment-parent-link:hover::before {
6878 background-color: #ffd;
6879 color: #999;
6882 div.comment-child-links {
6883 font-weight: 600;
6885 div.comment-child-links a {
6886 font-weight: 400;
6888 .comment-child-link::before {
6889 color: #aaa;
6892 .comment-item-highlight {
6893 box-shadow:
6894 0 0 2px #e7b200,
6895 0 0 3px #e7b200,
6896 0 0 5px #e7b200,
6897 0 0 7px #e7b200,
6898 0 0 10px #e7b200;
6899 border: 1px solid #e7b200;
6901 .comment-item-highlight-faint {
6902 box-shadow:
6903 0 0 2px #f8e7b5,
6904 0 0 3px #f8e7b5,
6905 0 0 5px #f8e7b5,
6906 0 0 7px #f8e7b5,
6907 0 0 10px #f8e7b5;
6908 border: 1px solid #f8e7b5;
6911 .comment-popup {
6912 background-color: #fff;
6915 /*=======================*/
6916 /* COMMENTS COMPACT VIEW */
6917 /*=======================*/
6919 #comments-list-mode-selector button {
6920 box-shadow:
6921 0 0 0 4px #fff inset,
6922 0 0 0 5px #bbb inset;
6924 #comments-list-mode-selector button:hover,
6925 #comments-list-mode-selector button.selected {
6926 box-shadow:
6927 0 0 0 5px #bbb inset;
6929 #content.compact > .comment-thread .comment-item::after {
6930 color: #f60;
6931 background: linear-gradient(to right, transparent 0%, #fff 50%, #fff 100%);
6934 @media only screen and (hover: hover) {
6935 #content.compact > .comment-thread .comment-item:hover .comment,
6936 #content.compact > .comment-thread .comment-item.expanded .comment {
6937 background-color: #fff;
6938 outline: 3px solid #f60;
6940 #content.compact > .comment-thread .comment-item:hover .comment::before,
6941 #content.compact > .comment-thread .comment-item.expanded .comment::before {
6942 background-color: #fff;
6943 box-shadow:
6944 0 0 3px #fff,
6945 0 0 5px #fff,
6946 0 0 7px #fff,
6947 0 0 10px #fff,
6948 0 0 20px #fff,
6949 0 0 30px #fff,
6950 0 0 40px #fff;
6953 @media only screen and (hover: none) {
6954 #content.compact > .comment-thread.expanded .comment-item .comment {
6955 background-color: #fff;
6956 outline: 3px solid #f60;
6958 #content.compact > .comment-thread.expanded .comment-item .comment::before {
6959 background-color: #fff;
6960 box-shadow:
6961 0 0 3px #fff,
6962 0 0 5px #fff,
6963 0 0 7px #fff,
6964 0 0 10px #fff,
6965 0 0 20px #fff,
6966 0 0 30px #fff,
6967 0 0 40px #fff;
6971 #content.user-page.compact > h1.listing {
6972 margin-top: 0.5rem;
6974 #content.user-page.compact > h1.listing + .post-meta {
6975 margin-bottom: 0.5rem;
6978 /*===========================*/
6979 /* HIGHLIGHTING NEW COMMENTS */
6980 /*===========================*/
6982 .new-comment::before {
6983 outline: 2px solid #9037ff;
6984 box-shadow:
6985 0 0 6px -2px #9037ff inset,
6986 0 0 4px #9037ff,
6987 0 0 6px #9037ff;
6990 /*=================================*/
6991 /* COMMENT THREAD MINIMIZE BUTTONS */
6992 /*=================================*/
6994 .comment-minimize-button {
6995 color: #ccc;
6997 .comment-minimize-button:hover {
6998 color: #aaa;
6999 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7001 .comment-minimize-button::after {
7002 font-family: 'Concourse', 'a_Avante', Arial, sans-serif;
7003 color: #777;
7005 .comment-minimize-button.maximized::after {
7006 color: #ccc;
7009 /*=================================*/
7010 /* INDIVIDUAL COMMENT THREAD PAGES */
7011 /*=================================*/
7013 .individual-thread-page > h1 {
7014 font-weight: normal;
7017 /*==============*/
7018 /* VOTE BUTTONS */
7019 /*==============*/
7021 .upvote,
7022 .downvote {
7023 color: #c8c8c8;
7024 position: relative;
7026 .vote::before {
7027 position: relative;
7028 z-index: 1;
7030 .upvote::before {
7031 content: "\F077";
7032 top: 1px;
7034 .downvote::before {
7035 content: "\F078";
7036 position: relative;
7037 left: -2px;
7039 .upvote:hover,
7040 .upvote.selected {
7041 text-shadow:
7042 0 0 0.5px #fff,
7043 0 0 8px #0f0;
7045 .downvote:hover,
7046 .downvote.selected {
7047 text-shadow:
7048 0 0 0.5px #fff,
7049 0 0 8px #f00;
7052 .vote::after {
7053 position: absolute;
7054 visibility: hidden;
7056 .vote.big-vote::after,
7057 .karma:not(.waiting) .vote.clicked-once::after,
7058 .karma:not(.waiting) .vote.clicked-twice::after {
7059 visibility: visible;
7061 .vote.big-vote.clicked-twice::after {
7062 visibility: hidden;
7064 .vote.clicked-once::after {
7065 color: #c8c8c8;
7066 text-shadow: none;
7068 .upvote::after {
7069 content: "\F325";
7070 left: 7px;
7071 bottom: 4px;
7073 .downvote::after {
7074 content: "\F322";
7075 left: 5px;
7076 top: 4px;
7078 @-moz-document url-prefix() {
7079 .upvote::after {
7080 bottom: 2px;
7081 left: 8px;
7083 .downvote::after {
7084 top: 3px;
7085 left: 6px;
7089 /*===========================*/
7090 /* COMMENTING AND POSTING UI */
7091 /*===========================*/
7093 .posting-controls input[type='submit'] {
7094 background-color: #fff;
7095 border: 1px solid #aaa;
7096 font-weight: bold;
7098 .posting-controls input[type='submit']:hover,
7099 .posting-controls input[type='submit']:focus {
7100 background-color: #ddd;
7101 border: 1px solid #999;
7104 .comment-controls .cancel-comment-button {
7105 font-weight: 600;
7106 color: #c00;
7107 text-shadow:
7108 0 0 1px #fff,
7109 0 0 2px #fff;
7111 .comment-controls .cancel-comment-button:hover {
7112 color: #f00;
7113 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7116 .new-comment-button {
7117 font-weight: 600;
7120 .comment-controls .delete-button,
7121 .comment-controls .retract-button {
7122 color: #d00;
7124 .comment-controls .edit-button,
7125 .comment-controls .unretract-button {
7126 color: #0b0;
7128 .comment-controls .action-button:hover {
7129 color: #f00;
7132 .edit-post-link,
7133 .edit-post-link:visited {
7134 color: #090;
7137 .posting-controls textarea {
7138 font-weight: 400;
7139 font-family: 'Source Sans Pro', 'Trebuchet MS', 'Helvetica', 'Arial', 'Verdana', sans-serif;
7140 color: #000;
7141 background-color: #fff;
7142 border-color: #aaa;
7143 box-shadow:
7144 0 0 0 1px #eee inset;
7146 @-moz-document url-prefix() {
7147 .posting-controls textarea {
7148 font-weight: 300;
7151 .posting-controls textarea:focus {
7152 background-color: #ffe;
7153 border-color: #f60;
7154 box-shadow:
7155 0 0 0 1px #ddf inset,
7156 0 0 0 1px #fff,
7157 0 0 0 2px #f60;
7159 .posting-controls.edit-existing-post textarea:focus,
7160 .posting-controls form.edit-existing-comment textarea:focus {
7161 border-color: #090;
7162 box-shadow:
7163 0 0 0 1px #81ff7f inset,
7164 0 0 0 1px #fff,
7165 0 0 0 2px #090;
7168 /*= Scroll bars =*/
7170 .posting-controls textarea::-webkit-scrollbar {
7171 width: 16px;
7172 background-color: transparent;
7174 .posting-controls textarea::-webkit-scrollbar-track {
7175 background-color: #eee;
7176 border-left: 1px solid #bbb;
7177 border-top: 1px solid #eee;
7179 .posting-controls textarea:focus::-webkit-scrollbar-track {
7180 border-left: 1px solid #f60;
7181 border-top: 1px solid #ddf;
7183 .posting-controls textarea::-webkit-scrollbar-thumb {
7184 background-color: #bbb;
7185 box-shadow: 0 0 0 1px #eee inset;
7186 border-left: 1px solid #bbb;
7188 .posting-controls textarea:focus::-webkit-scrollbar-thumb {
7189 border-left: 1px solid #f60;
7190 background-color: #f60;
7191 box-shadow:
7192 0 1px 0 0 #ddf inset,
7193 0 0 0 1px #eee inset;
7196 .posting-controls.edit-existing-post textarea:focus::-webkit-scrollbar-track,
7197 .posting-controls form.edit-existing-comment textarea:focus::-webkit-scrollbar-track {
7198 border-left: 1px solid #090;
7200 .posting-controls.edit-existing-post textarea:focus::-webkit-scrollbar-thumb,
7201 .posting-controls form.edit-existing-comment textarea:focus::-webkit-scrollbar-thumb {
7202 border-left: 1px solid #090;
7203 background-color: #28a708;
7206 /* GUIEdit buttons */
7208 .guiedit-buttons-container {
7209 background-image: linear-gradient(to bottom, #fff 0%, #ddd 50%, #ccc 75%, #aaa 100%);
7212 .posting-controls.edit-existing-post .guiedit-buttons-container button,
7213 .posting-controls form.edit-existing-comment .guiedit-buttons-container button {
7214 color: #050;
7216 button.guiedit {
7217 font-family: Font Awesome, 'Source Sans Pro', 'Trebuchet MS', 'Helvetica', 'Arial', 'Verdana', sans-serif;
7220 button.guiedit::after {
7221 font-family: 'Concourse', 'a_Avante', Arial, sans-serif;
7222 color: #777;
7223 text-shadow: none;
7226 /* Markdown hints */
7228 #markdown-hints-checkbox + label {
7229 color: #999;
7231 #markdown-hints-checkbox + label:hover {
7232 color: #e00;
7233 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7235 #markdown-hints {
7236 border: 1px solid #c00;
7237 background-color: #ffa;
7240 /*================*/
7241 /* EDIT POST FORM */
7242 /*================*/
7244 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
7245 top: -2px;
7247 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
7248 border-radius: 3px;
7249 border: 1px solid #ddd;
7250 color: #777;
7252 @media only screen and (hover:hover) {
7253 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover,
7254 #edit-post-form .post-meta-fields input[type='checkbox']:focus + label {
7255 text-shadow:
7256 0 0 1px #fff,
7257 0 0 2px #fff,
7258 0 0 2.5px #aaa;
7260 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover::before,
7261 #edit-post-form .post-meta-fields input[type='checkbox']:focus + label::before {
7262 border-color: #aaa;
7265 #edit-post-form .post-meta-fields input[type='checkbox']:checked + label::before {
7266 content: "\F00C";
7268 #edit-post-form input[type='radio'] + label {
7269 color: #777;
7270 border-color: #ddd;
7271 padding: 4px 12px 5px 12px;
7273 #edit-post-form input[type='radio'][value='all'] + label {
7274 border-radius: 8px 0 0 8px;
7275 border-width: 1px;
7277 #edit-post-form input[type='radio'][value='drafts'] + label {
7278 border-radius: 0 8px 8px 0;
7280 #edit-post-form input[type='radio'] + label:hover,
7281 #edit-post-form input[type='radio']:focus + label {
7282 background-color: #ddd;
7283 color: #000;
7285 #edit-post-form input[type='radio']:focus + label {
7286 color: #000;
7287 box-shadow:
7288 0 0 0 1px #aaa;
7290 #edit-post-form input[type='radio']:checked + label {
7291 background-color: #ddd;
7292 border-color: #ddd;
7293 color: #000;
7294 text-shadow:
7295 0 -1px 0 #fff,
7296 0 0.5px 0.5px #000;
7299 /*=======*/
7300 /* LINKS */
7301 /*=======*/
7304 text-decoration: none;
7305 color: #f60;
7307 a:visited {
7308 color: #ff943b;
7310 a:hover {
7311 text-decoration: underline;
7314 /*=========*/
7315 /* BUTTONS */
7316 /*=========*/
7318 button,
7319 input[type='submit'] {
7320 color: #f60;
7323 .button,
7324 .button:visited {
7325 color: #999;
7328 button:hover,
7329 input[type='submit']:hover,
7330 button:focus,
7331 input[type='submit']:focus {
7332 color: #d00;
7333 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7335 button:active,
7336 input[type='submit']:active {
7337 color: #f00;
7338 transform: scale(0.9);
7340 .button:hover {
7341 color: #d00;
7342 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7343 text-decoration: none;
7345 .button:active {
7346 transform: scale(0.9);
7348 .button:focus:not(:hover) {
7349 transform: none;
7351 @-moz-document url-prefix() {
7352 .button:active {
7353 transform: none;
7357 /*==========*/
7358 /* HEADINGS */
7359 /*==========*/
7361 .body-text h1,
7362 .body-text h2,
7363 .body-text h4 {
7364 font-family: 'Concourse', 'a_Avante', Arial, sans-serif;
7366 .body-text h3,
7367 .body-text h5,
7368 .body-text h6 {
7369 font-family: 'Concourse Smallcaps', 'a_Avante', Arial, sans-serif;
7371 .body-text h1,
7372 .body-text h2,
7373 .body-text h3,
7374 .body-text h4,
7375 .body-text h5,
7376 .body-text h6 {
7377 font-weight: 400;
7379 .body-text h6 {
7380 color: #555;
7382 .body-text h1 {
7383 border-bottom: 1px solid #aaa;
7385 .post-body h2 {
7386 border-bottom: 1px dotted #ccc;
7389 /*========*/
7390 /* QUOTES */
7391 /*========*/
7393 blockquote {
7394 border-left: 5px solid #ccc;
7397 /*========*/
7398 /* IMAGES */
7399 /*========*/
7401 #content img,
7402 #content figure.image img {
7403 border: 1px solid #ccc;
7405 #content figure img {
7406 border: 1px solid #000;
7408 #content img[src$='.svg'],
7409 #content figure img[src$='.svg'] {
7410 border: none;
7412 #content img[style^='float'] {
7413 border: 1px solid transparent;
7416 /*========*/
7417 /* TABLES */
7418 /*========*/
7420 #content:not(.tag-index-page) .body-text table,
7421 #content:not(.tag-index-page) .body-text table th,
7422 #content:not(.tag-index-page) .body-text table td {
7423 border: 1px solid #ddd;
7426 /*======*/
7427 /* MISC */
7428 /*======*/
7430 hr {
7431 border-bottom: 1px solid #999;
7434 code {
7435 background-color: #f6f6ff;
7436 border: 1px solid #ddf;
7437 border-radius: 4px;
7440 input[type='text'],
7441 input[type='search'],
7442 input[type='password'] {
7443 background-color: #fff;
7444 border: 1px solid #ddd;
7445 color: #000;
7447 input[type='text']:focus,
7448 input[type='search']:focus,
7449 input[type='password']:focus {
7450 background-color: #ffe;
7451 border: 1px solid #bbb;
7452 box-shadow: 0 0 1px #bbb;
7455 select {
7456 color: #000;
7459 .frac {
7460 padding-left: 2px;
7462 .frac sup {
7463 position: relative;
7464 left: -1px;
7466 .frac sub {
7467 position: relative;
7468 left: -0.5px;
7471 /*============*/
7472 /* ABOUT PAGE */
7473 /*============*/
7475 .about-page mark {
7476 background-color: #e6e6e6;
7477 text-decoration: none;
7478 box-shadow:
7479 0 -1px 0 0 #000 inset,
7480 0 -3px 1px -2px #000 inset;
7481 padding: 0 1px;
7484 #content.about-page .accesskey-table {
7485 font-family: 'Concourse', 'a_Avante', Arial, sans-serif;
7486 border-color: #ddd;
7489 #content.about-page img {
7490 border: 1px solid #000;
7493 /*========================*/
7494 /* QUALIFIED HYPERLINKING */
7495 /*========================*/
7497 #aux-about-link a {
7498 color: #777;
7500 #aux-about-link a:hover {
7501 opacity: 1.0;
7502 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7505 .qualified-linking label {
7506 color: #f60;
7508 .qualified-linking label:hover {
7509 text-shadow:
7510 0 0 1px #fff,
7511 0 0 3px #fff,
7512 0 0 5px #00e;
7515 .qualified-linking-toolbar {
7516 border: 1px solid #000;
7517 background-color: #fff;
7519 .qualified-linking-toolbar a {
7520 background-color: #eee;
7521 border: 1px solid #ccc;
7522 border-radius: 4px;
7523 color: #f60;
7525 .qualified-linking-toolbar a:visited {
7526 color: #f60;
7528 .qualified-linking-toolbar a:hover {
7529 text-decoration: none;
7530 background-color: #ddd;
7531 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7533 .qualified-linking label::after {
7534 background-color: #eee;
7535 opacity: 0.8;
7538 /*======*/
7539 /* MATH */
7540 /*======*/
7542 .mathjax-block-container::-webkit-scrollbar {
7543 height: 12px;
7544 background-color: #f6f6ff;
7545 border-radius: 6px;
7546 border: 1px solid #ddf;
7548 .mathjax-block-container::-webkit-scrollbar-thumb {
7549 background-color: #dde;
7550 border-radius: 6px;
7551 border: 1px solid #cce;
7553 .mathjax-inline-container::-webkit-scrollbar {
7554 height: 8px;
7555 background-color: #f6f6ff;
7556 border-radius: 4px;
7557 border: 1px solid #ddf;
7559 .mathjax-inline-container::-webkit-scrollbar-thumb {
7560 background-color: #dde;
7561 border-radius: 4px;
7562 border: 1px solid #cce;
7565 /*=================*/
7566 /* ALIGNMENT FORUM */
7567 /*=================*/
7569 #content.alignment-forum-index-page::before {
7570 background-color: #f1f3ff;
7572 #content.alignment-forum-index-page::after {
7573 font-family: 'Concourse Smallcaps', 'a_Avante', Arial, sans-serif;
7574 font-weight: 600;
7575 background-color: #626dd7;
7576 -webkit-background-clip: text;
7577 color: transparent;
7578 text-shadow:
7579 rgba(255,255,255,0.5) 0px 3px 3px;;
7581 @media only screen and (hover: hover) {
7582 #content.alignment-forum-index-page h1.listing a:hover,
7583 #content.alignment-forum-index-page h1.listing a:focus {
7584 background-color: rgba(241,243,255,0.85);
7588 /*====================*/
7589 /* FOR NARROW SCREENS */
7590 /*====================*/
7592 @media only screen and (max-width: 1440px) {
7593 #hns-date-picker {
7594 background-color: #eee;
7595 opacity: 1.0;
7597 #hns-date-picker::before {
7598 border: 1px solid #ccc;
7599 border-width: 1px 0 1px 1px;
7602 @media only screen and (max-width: 1160px) {
7603 #theme-selector {
7604 background-color: #eee;
7605 box-shadow:
7606 0 0 0 1px #999,
7607 0 0 0 2px transparent;
7609 #theme-selector:hover::after {
7610 background-color: #999;
7611 width: calc(6em - 3px);
7612 height: calc(100% - 5px);
7613 top: 3px;
7614 left: 100%;
7616 #text-size-adjustment-ui button {
7617 background-color: #ddd;
7619 #text-size-adjustment-ui button:hover {
7620 background-color: #eee;
7622 #theme-tweaker-toggle button {
7623 background-color: #ddd;
7626 @media only screen and (max-width: 1080px) {
7627 #text-size-adjustment-ui button {
7628 border: 1px solid #999;
7629 padding: 0 0 0 1px;
7630 border-radius: 50%;
7631 box-shadow:
7632 0 0 6px #999 inset,
7633 0 0 0 1px transparent;
7635 #theme-tweaker-toggle button {
7636 border: 1px solid #999;
7637 box-shadow:
7638 0 0 10px #999 inset,
7639 0 0 0 1px transparent;
7640 border-radius: 50%;
7641 transform: scale(0.8);
7644 @media only screen and (max-width: 1020px) {
7645 #quick-nav-ui a {
7646 box-shadow:
7647 0 0 0 1px #ccc,
7648 0 0 0 2px transparent;
7650 #new-comment-nav-ui .new-comments-count::before {
7651 background-color: #eee;
7652 box-shadow:
7653 0 0 0 1px #ccc,
7654 0 0 0 2px transparent;
7655 border-radius: 8px;
7657 #anti-kibitzer-toggle {
7658 box-shadow:
7659 0 0 0 1px #ccc,
7660 0 0 0 2px transparent;
7661 background-color: #eee;
7662 border-radius: 6px;
7663 overflow: hidden;
7667 /*========*/
7668 /* MOBILE */
7669 /*========*/
7671 /*******************************************************/
7672 @media not screen and (hover:hover) and (pointer:fine) {
7673 /*******************************************************/
7674 #ui-elements-container > div[id$='-ui-toggle'] button {
7675 color: #aaa;
7676 text-shadow:
7677 0 0 1px #fff,
7678 0 0 3px #fff,
7679 0 0 5px #fff,
7680 0 0 10px #fff,
7681 0 0 20px #fff,
7682 0 0 30px #fff;
7685 #theme-selector {
7686 background-color: #eee;
7687 box-shadow:
7688 0 0 0 1px #999,
7689 0 0 1px 3px #fff,
7690 0 0 3px 3px #fff,
7691 0 0 5px 3px #fff,
7692 0 0 10px 3px #fff,
7693 0 0 20px 3px #fff;
7694 border-radius: 12px;
7696 #theme-selector::before,
7697 #theme-selector .theme-selector-close-button {
7698 color: #888;
7699 text-shadow: 0.5px 0.5px 0 #fff;
7701 #theme-selector button {
7702 background-color: #e6e6e6;
7703 border-radius: 10px;
7705 #theme-selector button::after {
7706 color: #000;
7707 padding-bottom: 2px;
7708 max-width: calc(100% - 3.25em);
7709 overflow: hidden;
7710 text-overflow: ellipsis;
7712 #theme-selector button.selected::after {
7713 text-shadow:
7714 0 -1px 0 #fff,
7715 0 0.5px 0.5px #000;
7718 #quick-nav-ui {
7719 background-color: #fff;
7721 #quick-nav-ui a {
7722 background-color: #eee;
7723 box-shadow: 0 0 0 1px #999;
7725 #quick-nav-ui,
7726 #new-comment-nav-ui,
7727 #hns-date-picker {
7728 box-shadow:
7729 0 0 1px 3px #fff,
7730 0 0 3px 3px #fff,
7731 0 0 5px 3px #fff,
7732 0 0 10px 3px #fff,
7733 0 0 20px 3px #fff;
7735 #quick-nav-ui a::after,
7736 #new-comment-nav-ui::before {
7737 font-family: 'Concourse', 'a_Avante', Arial, sans-serif;
7738 font-weight: 600;
7739 box-shadow:
7740 0 0 1px 0 #fff,
7741 0 0 3px 0 #fff,
7742 0 0 5px 0 #fff;
7743 background-color: #fff;
7744 border-radius: 4px;
7746 #quick-nav-ui,
7747 #new-comment-nav-ui {
7748 border-radius: 8px;
7750 #new-comment-nav-ui {
7751 background-color: #eee;
7752 border: 1px solid #999;
7754 #new-comment-nav-ui::before {
7755 color: #777;
7756 font-weight: 600;
7758 #new-comment-nav-ui .new-comment-sequential-nav-button {
7759 box-shadow: 0 0 0 1px #999;
7760 color: #777;
7762 #new-comment-nav-ui .new-comments-count {
7763 background-color: inherit;
7764 box-shadow: 0 -1px 0 0 #999;
7766 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
7767 color: #bbb;
7769 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
7770 border-radius: 7px 0 0 7px;
7772 #new-comment-nav-ui button::after {
7773 font-family: 'Concourse', 'a_Avante', Arial, sans-serif;
7775 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-next {
7776 border-radius: 0 7px 7px 0;
7779 /*****************************************/
7780 @media only screen and (max-width: 900px) {
7781 /*****************************************/
7782 h1.listing + .post-meta > * {
7783 line-height: 1.5;
7785 h1.listing + .post-meta .post-section::before {
7786 position: unset;
7789 .nav-bar-top:not(#primary-bar) .nav-inner {
7790 font-size: 1em;
7792 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) .nav-inner {
7793 padding: 6px 10px;
7795 .nav-bar-top .nav-inner::before {
7796 opacity: 0.8;
7799 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
7800 background-color: #aaa;
7803 .comment-item .comment-item {
7804 margin: 0.75em 2px 4px 6px;
7806 .comment-item .comment-item + .comment-item {
7807 margin: 1.5em 2px 4px 6px;
7810 a.comment-parent-link:hover::before {
7811 background-color: unset;
7814 .sublevel-nav:not(.sort) .sublevel-item,
7815 .sublevel-nav:not(.sort) .sublevel-item:first-child,
7816 .sublevel-nav:not(.sort) .sublevel-item:last-child {
7817 border-radius: 8px;
7818 border-width: 1px;
7819 margin: 2px;
7821 /*******************************************/
7822 } @media only screen and (max-width: 720px) {
7823 /*******************************************/
7824 /*******************************************/
7825 } @media only screen and (max-width: 520px) {
7826 /*******************************************/
7827 h1.listing {
7828 font-size: 1.25rem;
7829 margin: 18px 6px 4px 6px;
7830 max-width: calc(100% - 12px);
7832 h1.listing + .post-meta {
7833 margin: 4px 6px;
7835 h1.listing .link-post-link {
7836 top: 2px;
7839 #content.compact > .comment-thread .comment-item {
7840 max-height: 108px;
7843 .textarea-container:focus-within button:active {
7844 background-color: #ccc;
7846 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
7847 background-color: #eee;
7848 border: 1px solid #ddd;
7849 border-radius: 6px;
7851 .textarea-container:focus-within .guiedit-mobile-help-button.active {
7852 border-color: #c00;
7853 box-shadow:
7854 0 0 0 1px #fff,
7855 0 0 0 2px #c00;
7856 color: #c00;
7857 font-weight: 600;
7859 .textarea-container:focus-within .guiedit-buttons-container {
7860 background-color: #fff;
7861 border-top: 1px solid #ddf;
7863 #content.conversation-page .textarea-container:focus-within::after {
7864 background-color: #fff;
7866 .textarea-container:focus-within button.guiedit {
7867 background-color: #eee;
7868 border: 1px solid #ddd;
7869 border-radius: 6px;
7871 #markdown-hints::after {
7872 color: #090;
7875 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
7876 top: 2px;
7878 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
7879 top: 1px;
7884 /*************/
7885 /* ACCORDIUS */
7886 /*************/
7888 /*======*/
7889 /* TAGS */
7890 /*======*/
7892 #tags {
7893 order: 12;
7894 display: flex;
7895 flex-basis: 100%;
7896 justify-content: center;
7897 margin: 0;
7898 flex-flow: row wrap;
7899 align-items: flex-start;
7902 /*============*/
7903 /* GREY THEME */
7904 /*============*/
7906 /*++++++*/
7907 /* TAGS */
7908 /*++++++*/
7910 #tags {
7911 padding: 0.5em;
7912 align-items: center;
7914 #tags::before {
7915 content: "\F02C";
7916 font-family: Font Awesome;
7917 font-weight: 400;
7918 font-size: 0.875em;
7919 margin: 0 0.5em 0 0;
7920 opacity: 0.3;
7922 #tags a {
7923 margin: 0 0.375em 0 0;
7925 #tags a:not(:last-of-type)::after {
7926 content: ","