Try to prevent vote button hover effects from being troublesome on mobile.
[lw2-viewer.git] / www / css / style-zero.mac.css
blob719cee57d8b3b75b6a5d408555714d10a60ce742
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 {
3272 max-width: 100%;
3275 img.inline-latex {
3276 position: relative;
3277 top: 2.5px;
3278 margin: 0 2px;
3281 #content figure {
3282 text-align: center;
3283 margin: 1.5em auto;
3286 p.imgonly,
3287 div.imgonly,
3288 figure {
3289 text-align: center;
3290 margin: auto;
3291 clear: both;
3294 .imgonly iframe {
3295 display: block;
3296 width: 100%;
3297 height: 250px;
3298 border: 0;
3301 // Aspect ratio trick from https://css-tricks.com/aspect-ratio-boxes/
3303 [style*="--aspect-ratio"] > * {
3304 width: 100%;
3306 [style*="--aspect-ratio"] > img {
3307 height: auto;
3309 @supports (--custom:property) {
3310 [style*="--aspect-ratio"] {
3311 position: relative;
3313 [style*="--aspect-ratio"]::before {
3314 content: "";
3315 display: block;
3316 padding-bottom: calc(100% / (var(--aspect-ratio)));
3318 [style*="--aspect-ratio"] > * {
3319 position: absolute;
3320 top: 0;
3321 left: 0;
3322 height: 100%;
3326 /**********/
3327 /* TABLES */
3328 /**********/
3330 .body-text table {
3331 border-collapse: collapse;
3332 font-family: Inconsolata, Menlo, monospace;
3333 font-size: 0.875em;
3335 .body-text table th,
3336 .body-text table td {
3337 text-align: left;
3338 padding: 4px 6px;
3339 line-height: 1.3;
3341 .body-text table caption {
3342 margin: 0 0 0.25em 0;
3343 font-weight: bold;
3344 font-size: 1.125em;
3347 /********/
3348 /* MISC */
3349 /********/
3351 /*= Superscripts & subscripts =*/
3353 /* Make sure superscripts and subscripts do not affect line spacing. */
3354 sup, sub {
3355 vertical-align: baseline;
3356 position: relative;
3357 top: -0.5em;
3358 left: 0.05em;
3359 font-size: 0.8em;
3361 sub {
3362 top: 0.3em;
3365 /*= Code blocks & other "unstyled" text. =*/
3367 pre,
3368 code {
3369 font-family: Inconsolata, Menlo, monospace;
3371 pre {
3372 white-space: pre-wrap;
3374 .body-text pre {
3375 text-align: left;
3377 code {
3378 font-size: 0.95em;
3379 display: inline-block;
3380 padding: 0 4px 1px 5px;
3382 pre > code {
3383 display: block;
3384 border-radius: 0;
3385 padding: 3px 4px 5px 8px;
3388 /*= Fractions =*/
3390 .frac::after {
3391 content: "\200B";
3394 /*= Removing browser default styling of various elements =*/
3396 /* On various input elements such as text fields and buttons, remove "blue glow" focus outlines on Macs, dotted black outlines in Firefox, etc. */
3397 :focus {
3398 outline: none;
3401 /* Remove "embossed" appearance of horizontal rules. */
3402 hr {
3403 border: none;
3406 input,
3407 button,
3408 textarea {
3409 -webkit-appearance: none;
3410 -moz-appearance: none;
3411 appearance: none;
3414 input {
3415 font-family: inherit;
3416 font-size: inherit;
3417 font-weight: inherit;
3420 /*************/
3421 /* FOOTNOTES */
3422 /*************/
3424 ol {
3425 counter-reset: ordered-list;
3427 .footnote-definition {
3428 font-size: 0.9em;
3429 list-style-type: none;
3430 counter-increment: ordered-list;
3431 position: relative;
3433 .footnote-definition p {
3434 font-size: inherit !important;
3436 .footnote-definition::before {
3437 content: counter(ordered-list) ".";
3438 position: absolute;
3439 left: -2.5em;
3440 font-weight: bold;
3441 text-align: right;
3442 width: 2em;
3445 /*********/
3446 /* LISTS */
3447 /*********/
3449 li {
3450 margin-bottom: 0.5em;
3453 .body-text ol p,
3454 .body-text ul p {
3455 margin: 0.5em 0;
3458 .body-text ol {
3459 list-style: none;
3460 padding: 0;
3461 counter-reset: ol;
3463 .body-text ol > li {
3464 position: relative;
3465 counter-increment: ol;
3466 padding: 0 0 0 2.5em;
3467 margin: 0.25em 0 0 0;
3469 .body-text ol > li::before {
3470 content: counter(ol) ".";
3471 position: absolute;
3472 width: 2em;
3473 text-align: right;
3474 left: 0;
3476 .body-text ul {
3477 list-style: none;
3478 padding: 0;
3480 .body-text ul:not(.contents-list) > li:empty {
3481 padding-bottom: 1.25em;
3483 .body-text ul:not(.contents-list) > li {
3484 position: relative;
3485 padding: 0 0 0 1.75em;
3486 margin: 0.25em 0 0 0;
3488 .body-text ul:not(.contents-list) > li ul > li {
3489 padding: 0 0 0 2em;
3491 .body-text ul:not(.contents-list) > li::before {
3492 content: "•";
3493 position: absolute;
3494 width: 1.25em;
3495 text-align: right;
3496 left: 0;
3498 .body-text ul:not(.contents-list) > li ul > li::before {
3499 width: 1.5em;
3501 .body-text li > ul:first-child > li {
3502 padding-left: 0;
3504 .body-text li > ul:first-child > li::before {
3505 content: none;
3508 /**************/
3509 /* ERROR PAGE */
3510 /**************/
3512 .error-retry-form {
3513 margin: 0.5em 0;
3516 .error-retry-form input[type="submit"] {
3517 border: 1px solid #aaa;
3518 font-weight: bold;
3519 font-size: 1.125rem;
3520 padding: 0.5em 1.25em;
3523 /**************/
3524 /* ABOUT PAGE */
3525 /**************/
3527 #content.about-page .contents {
3528 margin-top: 0.25em;
3530 #content.about-page .accesskey-table {
3531 border-collapse: collapse;
3532 margin: auto;
3534 #content.about-page .accesskey-table th,
3535 #content.about-page .accesskey-table td {
3536 padding: 2px 6px;
3538 #content.about-page .accesskey-table td:first-child {
3539 padding-right: 1.5em;
3541 #content.about-page .accesskey-table td:last-child {
3542 text-align: center;
3543 font-family: Inconsolata, Menlo, monospace;
3545 #content.about-page h3:nth-of-type(n+2) {
3546 clear: both;
3549 /******************/
3550 /* IMAGES OVERLAY */
3551 /******************/
3553 #images-overlay + #content .post-body img {
3554 visibility: hidden;
3557 #images-overlay div {
3558 position: absolute;
3560 #images-overlay div::after {
3561 content: "Click to enlarge";
3562 display: block;
3563 position: absolute;
3564 margin: auto;
3565 left: 0;
3566 right: 0;
3567 bottom: 10px;
3568 padding: 6px 10px;
3569 font-size: 1.25rem;
3570 background-color: rgba(0,0,0,0.6);
3571 color: #fff;
3572 border-radius: 5px;
3573 opacity: 0.0;
3574 transition: opacity 0.15s ease;
3575 pointer-events: none;
3577 @supports (width: -moz-fit-content) {
3578 #images-overlay div::after {
3579 width: -moz-fit-content;
3582 @supports (width: fit-content) {
3583 #images-overlay div::after {
3584 width: fit-content;
3587 #images-overlay div:hover::after {
3588 opacity: 1.0;
3591 #images-overlay img {
3592 width: 100%;
3595 /***************/
3596 /* IMAGE FOCUS */
3597 /***************/
3599 /*=--------------=*/
3600 /*= Hover styles =*/
3601 /*=--------------=*/
3603 #content img:hover,
3604 #images-overlay img:hover {
3605 filter: drop-shadow(0 0 3px #777);
3606 cursor: zoom-in;
3608 #content img:active,
3609 #images-overlay img:active {
3610 transform: scale(0.975);
3613 /*=---------=*/
3614 /*= Overlay =*/
3615 /*=---------=*/
3617 #image-focus-overlay {
3618 position: fixed;
3619 top: 0;
3620 right: 0;
3621 bottom: 0;
3622 left: 0;
3623 z-index: 2;
3624 display: none;
3625 cursor: zoom-out;
3627 #image-focus-overlay::before {
3628 content: "";
3629 display: block;
3630 position: absolute;
3631 top: 0;
3632 right: 0;
3633 bottom: 0;
3634 left: 0;
3635 background-color: #000;
3636 opacity: 0.5;
3637 z-index: -1;
3639 #image-focus-overlay.engaged {
3640 display: initial;
3643 #image-focus-overlay img {
3644 margin: auto;
3645 position: absolute;
3646 left: 50%;
3647 top: 50%;
3648 transform: translateX(-50%) translateY(-50%);
3651 /*=-------------------=*/
3652 /*= Single-image mode =*/
3653 /*=-------------------=*/
3655 #image-focus-overlay:not(.slideshow) .image-number,
3656 #image-focus-overlay:not(.slideshow) .slideshow-buttons {
3657 visibility: hidden;
3660 /*=---------=*/
3661 /*= Caption =*/
3662 /*=---------=*/
3664 #image-focus-overlay .caption {
3665 position: absolute;
3666 bottom: 0.75em;
3667 background-color: rgba(0,0,0,0.7);
3668 left: 9em;
3669 right: 9em;
3670 margin: auto;
3671 max-width: calc(100% - 18em);
3672 text-align: center;
3673 font-size: 1.375em;
3674 border-radius: 8px;
3675 z-index: 1;
3676 transition:
3677 bottom 0.2s ease;
3679 @supports (width: -moz-fit-content) {
3680 #image-focus-overlay .caption {
3681 width: -moz-fit-content;
3684 @supports (width: fit-content) {
3685 #image-focus-overlay .caption {
3686 width: fit-content;
3689 #image-focus-overlay .caption.hidden {
3690 bottom: -5em;
3691 transition:
3692 bottom 0.5s ease;
3695 #image-focus-overlay .caption p {
3696 margin: 1em 1.25em;
3697 color: #fff;
3700 #image-focus-overlay .caption:not(:empty)::before {
3701 content: "";
3702 display: block;
3703 position: absolute;
3704 width: 100vw;
3705 height: calc(100% + 1.5em);
3706 z-index: -1;
3707 top: -0.75em;
3708 left: calc(-50vw + 50%);
3712 /*=--------------=*/
3713 /*= Help overlay =*/
3714 /*=--------------=*/
3716 #image-focus-overlay .help-overlay {
3717 position: absolute;
3718 display: flex;
3719 flex-flow: column;
3720 z-index: 2;
3721 font-size: 1.5rem;
3722 padding: 1em;
3723 border-radius: 10px;
3724 bottom: 1em;
3725 right: 1em;
3726 overflow: hidden;
3727 white-space: nowrap;
3728 color: transparent;
3729 cursor: default;
3730 visibility: hidden;
3731 transition:
3732 visibility 1s ease,
3733 color 1s ease,
3734 background-color 1s ease,
3735 bottom 0.3s ease;
3737 #image-focus-overlay .help-overlay:hover {
3738 max-width: 24em;
3739 max-height: 14em;
3740 background-color: rgba(0,0,0,0.85);
3741 color: #fff;
3742 visibility: visible;
3743 transition:
3744 visibility 0.2s ease 0.3s,
3745 color 0.2s ease 0.3s,
3746 background-color 0.2s ease 0.3s;
3749 #image-focus-overlay .help-overlay::after {
3750 content: "\F128";
3751 font-family: "Font Awesome", "Font Awesome 5 Free";
3752 font-weight: 900;
3753 font-size: 2rem;
3754 position: absolute;
3755 right: 0;
3756 bottom: 0;
3757 padding: 10px;
3758 color: #000;
3759 filter: drop-shadow(0 0 6px #fff);
3760 visibility: visible;
3761 opacity: 0.85;
3762 transition:
3763 visibility 1s ease;
3765 #image-focus-overlay .help-overlay:hover::after {
3766 visibility: hidden;
3767 transition:
3768 visibility 0.2s ease 0.3s;
3771 #image-focus-overlay .help-overlay p {
3772 margin: 0;
3773 text-indent: -2em;
3774 padding-left: 2em;
3775 max-width: 100%;
3776 overflow: hidden;
3778 #image-focus-overlay .help-overlay p + p {
3779 margin: 0.75em 0 0 0;
3781 #image-focus-overlay .help-overlay.hidden {
3782 bottom: -2em;
3785 /*=--------------=*/
3786 /*= Slide number =*/
3787 /*=--------------=*/
3789 #image-focus-overlay .image-number {
3790 position: absolute;
3791 z-index: 2;
3792 font-size: 1.75rem;
3793 left: 1em;
3794 bottom: 1em;
3795 font-weight: 600;
3796 text-shadow:
3797 0 0 3px #fff,
3798 0 0 5px #fff,
3799 0 0 8px #fff,
3800 0 0 13px #fff;
3801 width: 1.5em;
3802 text-align: right;
3803 white-space: nowrap;
3804 transition: bottom 0.3s ease;
3806 #image-focus-overlay .image-number::before {
3807 content: "#";
3808 opacity: 0.3;
3810 #image-focus-overlay .image-number::after {
3811 content: " of " attr(data-number-of-images);
3812 opacity: 0.3;
3814 #image-focus-overlay .image-number:hover::before,
3815 #image-focus-overlay .image-number:hover::after {
3816 opacity: 1.0;
3818 #image-focus-overlay .image-number.hidden {
3819 bottom: -1.25em;
3822 /*=-------------------=*/
3823 /*= Slideshow buttons =*/
3824 /*=-------------------=*/
3826 #image-focus-overlay .slideshow-buttons {
3827 position: absolute;
3828 top: 0;
3829 left: 0;
3830 width: 100%;
3831 height: 100%;
3832 z-index: 1;
3833 display: flex;
3834 justify-content: space-between;
3835 pointer-events: none;
3837 #image-focus-overlay .slideshow-buttons button {
3838 font-family: "Font Awesome", "Font Awesome 5 Free";
3839 font-weight: 900;
3840 font-size: 3rem;
3841 padding: 0.5em;
3842 color: #ddd;
3843 position: relative;
3844 left: 0;
3845 transition:
3846 left 0.3s ease;
3847 pointer-events: auto;
3849 #image-focus-overlay .slideshow-buttons button::selection {
3850 background-color: transparent;
3852 @media only screen and (hover: hover) {
3853 #image-focus-overlay .slideshow-buttons button:hover {
3854 background-color: rgba(0,0,0,0.1);
3855 color: #777;
3858 #image-focus-overlay .slideshow-buttons button:active {
3859 transform: none;
3860 color: #888;
3862 #image-focus-overlay .slideshow-buttons button:disabled {
3863 text-shadow: none;
3864 background-color: transparent;
3865 color: #ddd;
3866 cursor: default;
3867 opacity: 0.4;
3869 #image-focus-overlay .slideshow-button.previous.hidden {
3870 left: -1.75em;
3872 #image-focus-overlay .slideshow-button.next.hidden {
3873 left: 1.75em;
3876 /*=-----------------=*/
3877 /*= Background blur =*/
3878 /*=-----------------=*/
3880 .blurred {
3881 filter: blur(3px);
3884 /**************************/
3885 /* QUALIFIED HYPERLINKING */
3886 /**************************/
3888 #content.no-nav-bars {
3889 margin: 8px auto;
3891 #content.no-nav-bars + #ui-elements-container > * {
3892 padding-top: 8px;
3895 #aux-about-link {
3896 position: fixed;
3897 top: 40px;
3898 left: calc((100% - 900px) / 2 - 69px);
3899 width: 1.5em;
3900 height: 1.5em;
3901 text-align: center;
3902 display: table;
3904 #aux-about-link a {
3905 display: table-cell;
3906 width: 100%;
3907 vertical-align: middle;
3908 font-family: "Font Awesome", "Font Awesome 5 Free";
3909 font-weight: 900;
3910 font-size: 1.25rem;
3911 opacity: 0.4;
3912 z-index: 1;
3915 .qualified-linking {
3916 margin: 0;
3917 position: relative;
3919 .qualified-linking input[type='checkbox'] {
3920 visibility: hidden;
3921 width: 0;
3922 height: 0;
3923 margin: 0;
3925 .qualified-linking label {
3926 font-family: "Font Awesome", "Font Awesome 5 Free";
3927 font-weight: 900;
3928 font-size: 1rem;
3929 padding: 0 0.5em;
3930 display: inline-block;
3931 margin-left: 0.25em;
3933 .qualified-linking label:hover {
3934 cursor: pointer;
3936 .qualified-linking label:active span {
3937 display: inline-block;
3938 transform: scale(0.9);
3940 .qualified-linking label::selection {
3941 background-color: transparent;
3944 .qualified-linking label::after {
3945 content: "";
3946 width: 100vw;
3947 height: 0;
3948 left: 0;
3949 top: 0;
3950 position: fixed;
3951 z-index: 1;
3952 cursor: default;
3954 .qualified-linking input[type='checkbox']:checked + label::after {
3955 height: 100vh;
3958 .qualified-linking-toolbar {
3959 position: absolute;
3960 right: 0.25em;
3961 top: 110%;
3962 z-index: 1;
3964 .qualified-linking input[type='checkbox'] ~ .qualified-linking-toolbar {
3965 display: none;
3967 .qualified-linking input[type='checkbox']:checked ~ .qualified-linking-toolbar {
3968 display: block;
3970 #qualified-linking-toolbar-toggle-checkbox-bottom ~ .qualified-linking-toolbar {
3971 top: unset;
3972 bottom: 125%;
3975 .qualified-linking-toolbar a {
3976 display: block;
3977 padding: 0 6px;
3978 margin: 4px;
3980 .qualified-linking-toolbar a::selection {
3981 background-color: transparent;
3984 /*****************/
3985 /* HOVER PREVIEW */
3986 /*****************/
3988 #preview-popup-toggle {
3989 position: absolute;
3990 right: -67px;
3991 bottom: 285px;
3992 cursor: pointer;
3993 color: var(--GW-toggle-widget-color, #888);
3995 #preview-popup-toggle:hover {
3996 color: var(--GW-toggle-widget-hover-color, #444);
3999 #content.preview:not(not) {
4000 padding: 0;
4002 #content.preview > .comment-thread {
4003 margin: 2px;
4005 #content.preview.individual-thread-page > .comment-thread > .comment-item {
4006 border: none;
4008 #content.preview.user-page .page-main-heading, #content.preview.user-page .user-stats {
4009 padding: 0 8px;
4011 #content.preview.user-page .page-main-heading {
4012 margin-left: 8px;
4014 #content.preview.not(not) .body-text {
4015 margin-left: 8px;
4016 margin-right: 8px;
4018 #content.preview.user-page .user-stats {
4019 margin-right: 32px;
4021 #content.preview.user-page .page-toolbar, #content.preview.user-page nav {
4022 display: none;
4024 #content.preview button.vote {
4025 display: none;
4027 #content.preview > h1.listing {
4028 max-height: unset;
4030 #content.preview.user-page > .comment-thread {
4031 margin: 0.5em 0;
4033 #content.preview > .post {
4034 margin: 0 18px;
4036 #content.preview .post-title {
4037 margin-top: 0.5em;
4039 #content.preview .post-meta {
4040 line-height: 1.0;
4042 #content.preview .body-text {
4043 font-size: 1em;
4045 #content.preview nav.contents,
4046 #content.preview .lw2-link {
4047 display: none;
4050 .preview-popup {
4051 position: fixed;
4052 transform-origin: top;
4053 top: 10%;
4054 right: 10%;
4055 max-width: 700px;
4056 z-index: 10001;
4057 background-color: #eee;
4058 border: 1px solid #ccc;
4059 box-shadow: 2px 6px 20px -4px #000;
4060 transition: height 0.2s ease, top 0.2s ease;
4062 .popup-hide-button {
4063 position: fixed;
4064 top: 4px;
4065 right: 4px;
4066 color: #000;
4067 background-color: #fff;
4068 width: 28px;
4069 height: 28px;
4070 display: flex;
4071 font-family: "Font Awesome";
4072 font-size: 14px;
4073 line-height: 1;
4074 border: 1px solid #bbb;
4075 border-radius: 28px;
4076 align-items: center;
4077 justify-content: center;
4078 //padding-bottom: 2px;
4079 padding-left: 1.5px;
4080 font-family: "Font Awesome", "Font Awesome 5 Free";
4081 cursor: pointer;
4083 .popup-hide-button:hover::before {
4084 content: "Turn off preview popups";
4085 display: block;
4086 position: absolute;
4087 width: max-content;
4088 right: 32px;
4089 color #000;
4090 background-color: #fff;
4091 border: 1px solid #eee;
4092 border-radius: 2px;
4093 padding: 4px;
4096 /********/
4097 /* MATH */
4098 /********/
4100 .mathjax-block-container {
4101 display: block;
4102 overflow-y: hidden;
4103 border-radius: 6px;
4104 margin: 1em 0 1.5em 0;
4106 .mathjax-inline-container {
4107 max-width: 100%;
4108 display: inline-block;
4109 overflow-x: auto;
4110 overflow-y: hidden;
4111 position: relative;
4112 vertical-align: text-top;
4113 padding: 0 1px;
4115 .post .mathjax-inline-container {
4116 line-height: 1.1;
4117 top: 2px;
4119 .comment .mathjax-inline-container {
4120 top: 3px;
4121 line-height: 1;
4123 .mathjax-inline-container .mjx-chtml {
4124 padding: 0;
4127 /************/
4128 /* SPOILERS */
4129 /************/
4131 .spoiler {
4132 color: #000;
4133 background-color: currentColor;
4134 transition: none;
4135 text-shadow: none;
4136 margin: 1em 0;
4137 box-shadow: 0 0 0 1px currentColor inset;
4138 overflow: auto;
4140 .spoiler:not(:last-child) {
4141 margin-bottom: 0;
4143 #content .spoiler * {
4144 color: inherit;
4145 border: none;
4147 .spoiler:hover {
4148 color: unset;
4149 background-color: unset;
4150 text-shadow: unset;
4151 transition:
4152 color 0.1s ease-out 0.1s,
4153 background-color 0.1s ease-out 0.1s,
4154 text-shadow 0.1s ease-out 0.1s;
4156 .spoiler::selection,
4157 .spoiler ::selection {
4158 color: #fff;
4159 background-color: #000;
4161 .spoiler:not(:hover)::selection,
4162 .spoiler:not(:hover) ::selection {
4163 background-color: transparent;
4166 /*= Fix for LessWrong being weird =*/
4168 .spoiler > p {
4169 padding: 0 7px;
4171 .spoiler > p:first-child {
4172 margin-top: 0.25em;
4174 .spoiler > p:last-child {
4175 margin-bottom: 0;
4176 padding-bottom: 0.25em;
4178 .spoiler > p:hover ~ p {
4179 background-color: currentColor;
4181 .spoiler > p + p {
4182 margin-top: -1em;
4184 .spoiler > p:not(:first-child) {
4185 padding-top: 0.5em;
4187 .spoiler > p:not(:last-child) {
4188 padding-bottom: 0.5em;
4191 .spoiler:not(:hover) pre,
4192 .spoiler:not(:hover) code {
4193 background-color: inherit;
4194 box-shadow: none;
4196 #content .spoiler pre {
4197 border-color: currentColor;
4198 border-style: solid;
4199 border-width: 0 1px;
4200 border-radius: 0;
4203 /*******************/
4204 /* PAGE LIST INDEX */
4205 /*******************/
4207 .page-list-index {
4208 margin: 1em 30px;
4209 line-height: 1.2;
4212 .page-list-index > p {
4213 font-weight: bold;
4214 font-size: 1.2em;
4217 .page-list-index > ul * {
4218 margin: 0;
4221 .page-list-index ul {
4222 padding-left: 1.5em;
4225 .page-list-index li {
4226 margin-top: 0.67em;
4229 .page-list-index li > a {
4230 display: block;
4231 font-size: 1.1em;
4232 font-weight: bold;
4233 margin: 0.33em 0;
4236 .page-list-index li > a:last-child {
4237 margin-bottom: 1em;
4240 /*******************/
4241 /* ALIGNMENT FORUM */
4242 /*******************/
4244 #content.alignment-forum-index-page::after {
4245 content: "Alignment Forum";
4246 font-size: 1.5rem;
4247 margin: 0.375em 0 0 -0.375em;
4248 order: -1;
4251 /**********************/
4252 /* FOR NARROW SCREENS */
4253 /**********************/
4255 @media only screen and (max-width: 1440px) {
4256 #hns-date-picker {
4257 right: -81px;
4258 padding: 8px 10px 10px 10px;
4259 bottom: 62px;
4260 display: none;
4262 #hns-date-picker::before {
4263 content: "";
4264 position: absolute;
4265 display: block;
4266 z-index: -1;
4267 height: calc(100% + 2px);
4268 top: -1px;
4269 left: -1px;
4270 width: 50%;
4273 @media only screen and (max-width: 1160px) {
4274 #new-comment-nav-ui {
4275 bottom: 180px;
4276 right: -68px;
4278 #hns-date-picker {
4279 bottom: 200px;
4280 right: -36px;
4282 #hns-date-picker::before {
4283 width: calc(100% - 35px);
4285 #theme-selector button::before {
4286 right: unset;
4287 left: 100%;
4289 #theme-selector:hover::after {
4290 content: "";
4291 display: block;
4292 position: absolute;
4293 width: calc(6em - 7px);
4294 height: calc(100% + 2px);
4295 top: 0;
4296 left: calc(100% + 1px);
4298 #anti-kibitzer-toggle {
4299 bottom: 330px;
4302 @media only screen and (max-width: 1080px) {
4303 #width-selector {
4304 right: -30px;
4306 #width-selector button {
4307 display: block;
4309 #text-size-adjustment-ui {
4310 top: 90px;
4311 right: -30px;
4313 #text-size-adjustment-ui button {
4314 display: block;
4315 position: relative;
4317 #text-size-adjustment-ui button.increase {
4318 bottom: 48px;
4320 #text-size-adjustment-ui button.decrease {
4321 top: 50px;
4323 #theme-selector {
4324 top: 46px;
4325 left: -44px;
4327 #theme-tweaker-toggle {
4328 left: -44px;
4329 top: 2px;
4331 #theme-tweaker-toggle button {
4332 height: 2em;
4333 width: 2em;
4334 padding: 7px;
4336 #quick-nav-ui {
4337 right: -54px;
4339 #new-comment-nav-ui {
4340 right: -55px;
4342 #hns-date-picker {
4343 right: -23px;
4345 #hns-date-picker::before {
4346 width: calc(100% - 22px);
4348 #anti-kibitzer-toggle {
4349 right: -54px;
4352 @media only screen and (max-width: 1040px) {
4353 #quick-nav-ui {
4354 right: -49px;
4356 #new-comment-nav-ui {
4357 right: -50px;
4359 #hns-date-picker {
4360 right: -18px;
4362 #hns-date-picker::before {
4363 width: calc(100% - 17px);
4365 #anti-kibitzer-toggle {
4366 right: -50px;
4369 @media only screen and (max-width: 1020px) {
4370 #quick-nav-ui {
4371 right: -20px;
4373 #new-comment-nav-ui {
4374 right: -21px;
4376 #new-comment-nav-ui .new-comments-count::before {
4377 content: "";
4378 position: absolute;
4379 width: 100%;
4380 height: calc(100% + 45px);
4381 z-index: -1;
4382 left: 0;
4383 top: -22px;
4385 #hns-date-picker {
4386 right: 19px;
4388 #hns-date-picker::before {
4389 width: 100%;
4391 #anti-kibitzer-toggle {
4392 right: -20px;
4395 @media only screen and (max-width: 1000px) {
4396 #theme-selector {
4397 left: -17px;
4398 top: 120px;
4399 padding: 3px 0;
4400 max-width: 32px;
4402 #theme-selector button {
4403 margin: 1px 4px;
4405 #text-size-adjustment-ui {
4406 top: 100px;
4407 right: -12px;
4409 @media not screen and (hover: none) {
4410 #quick-nav-ui,
4411 #new-comment-nav-ui,
4412 #new-comment-nav-ui + #hns-date-picker,
4413 #anti-kibitzer-toggle {
4414 opacity: 0.4;
4416 #quick-nav-ui:hover,
4417 #new-comment-nav-ui:hover,
4418 #new-comment-nav-ui + #hns-date-picker:hover,
4419 #new-comment-nav-ui + #hns-date-picker:focus-within,
4420 #new-comment-nav-ui:hover + #hns-date-picker,
4421 #anti-kibitzer-toggle:hover {
4422 opacity: 1.0;
4425 #theme-tweaker-toggle {
4426 top: 70px;
4427 left: -21px;
4431 /**************/
4432 /* PRINT VIEW */
4433 /**************/
4435 @media only print {
4436 .nav-bar {
4437 visibility: hidden;
4438 max-height: 0;
4439 overflow: hidden;
4441 #ui-elements-container {
4442 display: none;
4444 #images-overlay {
4445 display: none;
4447 #images-overlay + #content .post-body img {
4448 visibility: visible;
4450 .comment-controls {
4451 display: none;
4453 #comments-sort-mode-selector {
4454 display: none;
4456 .comment-minimize-button {
4457 display: none;
4459 .post-meta .qualified-linking,
4460 .post-meta .lw2-link {
4461 display: none;
4463 .comment-meta .permalink,
4464 .comment-meta .lw2-link,
4465 .comment-meta .comment-parent-link {
4466 display: none;
4468 .new-comment::before {
4469 display: none;
4471 #content::before {
4472 box-shadow: none;
4476 /*****************/
4477 /* MOBILE LAYOUT */
4478 /*****************/
4480 /* Hide the mobile elements on desktop screens: */
4482 @media only screen and (max-width: 1160px) {
4483 #post-nav-ui-toggle,
4484 #appearance-adjust-ui-toggle {
4485 display: none;
4489 @media only screen and (max-width: 1160px) {
4491 /*====================*/
4492 /* MOBILE UI ELEMENTS */
4493 /*====================*/
4495 #ui-elements-container {
4496 height: unset !important;
4497 position: unset;
4499 #ui-elements-container > * {
4500 position: fixed;
4501 visibility: hidden;
4502 opacity: 1.0;
4503 z-index: 10000;
4506 #ui-elements-container > div[id$='-ui-toggle'] {
4507 visibility: visible;
4508 display: inline-block;
4509 border-radius: 50%;
4510 z-index: 10000;
4512 #ui-elements-container > div[id$='-ui-toggle'] button,
4513 #theme-selector .theme-selector-close-button {
4514 font-family: Font Awesome;
4515 font-weight: 900;
4516 font-size: 32px;
4517 padding: 10px;
4518 opacity: 0.8;
4519 -webkit-tap-highlight-color: transparent;
4520 transition: transform 0.2s ease;
4522 #ui-elements-container > div[id$='-ui-toggle'] button::selection,
4523 #theme-selector .theme-selector-close-button::selection {
4524 background-color: transparent;
4526 #ui-elements-container > div[id$='-ui-toggle'] button::-moz-focus-inner,
4527 #theme-selector .theme-selector-close-button::-moz-focus-inner {
4528 border: none;
4530 #ui-elements-container > div[id$='-ui-toggle'] button.engaged {
4531 transform: rotate(-90deg);
4532 opacity: 1.0;
4535 #appearance-adjust-ui-toggle {
4536 bottom: 10px;
4537 left: 10px;
4540 #post-nav-ui-toggle {
4541 bottom: 10px;
4542 right: 10px;
4545 #theme-selector.engaged,
4546 #quick-nav-ui.engaged,
4547 #new-comment-nav-ui.engaged,
4548 #hns-date-picker.engaged {
4549 visibility: visible;
4552 #image-focus-overlay.engaged {
4553 visibility: visible;
4555 #image-focus-overlay .help-overlay {
4556 display: none;
4559 /*=========*/
4560 /* GENERAL */
4561 /*=========*/
4563 @media only screen and (max-width: 900px) {
4564 #content,
4565 #images-overlay,
4566 #ui-elements-container {
4567 min-width: unset;
4568 width: unset;
4570 #content {
4571 padding: 0 4px;
4575 /*================*/
4576 /* THEME SELECTOR */
4577 /*================*/
4579 #theme-selector {
4580 display: flex;
4581 flex-flow: column;
4582 background-color: #fff;
4583 width: calc(100vw - 20px);
4584 max-width: 360px;
4585 padding: 0 0 3px 0;
4586 overflow: hidden;
4587 max-height: 0;
4588 transition:
4589 top 0.2s ease,
4590 max-height 0.2s ease,
4591 visibility 0.2s ease;
4592 top: calc(100% + 10px);
4593 left: 0;
4594 right: 0;
4595 margin: auto;
4597 #theme-selector.engaged {
4598 max-height: 1000px;
4599 top: 10px;
4600 z-index: 10001;
4602 #theme-selector::before {
4603 content: "Select theme";
4604 white-space: nowrap;
4605 display: block;
4606 font-weight: 600;
4607 font-size: 2rem;
4608 margin: 0.375em 1em 0.5em 1em;
4609 text-align: center;
4611 #theme-selector button {
4612 width: calc(100% - 0.5em);
4613 background-repeat: no-repeat;
4614 padding: 1em 0.875em;
4615 margin: 1px 4px;
4616 line-height: 1;
4617 height: unset;
4618 position: relative;
4620 #theme-selector button::after {
4621 content: attr(data-theme-description);
4622 color: #000;
4623 white-space: nowrap;
4624 position: absolute;
4625 text-align: left;
4626 left: 2.5em;
4627 top: 1em;
4629 @media only screen and (max-height: 675px) {
4630 #theme-selector button {
4631 padding: 0.875em;
4633 #theme-selector button::after {
4634 top: 0.875em;
4637 #theme-selector .theme-selector-close-button {
4638 position: absolute;
4639 width: unset;
4640 background-color: transparent;
4641 top: 0;
4642 right: -3px;
4644 #theme-selector .theme-selector-close-button,
4645 #theme-selector .theme-selector-close-button:focus,
4646 #theme-selector .theme-selector-close-button:active,
4647 #theme-selector .theme-selector-close-button:hover {
4648 box-shadow: none;
4651 /*===============*/
4652 /* THEME TWEAKER */
4653 /*===============*/
4655 #theme-selector {
4656 padding: 0 0 64px 0;
4658 #theme-selector ~ #theme-tweaker-toggle {
4659 top: 100%;
4661 #theme-selector ~ #theme-tweaker-toggle::after {
4662 content: "Open theme tweaker";
4663 position: absolute;
4664 font-size: 0.625em;
4665 white-space: nowrap;
4666 left: -50%;
4667 top: 100%;
4669 #theme-selector.engaged ~ #theme-tweaker-toggle {
4670 visibility: visible;
4671 top: 530px;
4672 left: 0;
4673 right: 0;
4674 margin: auto;
4675 z-index: 11111;
4676 transition:
4677 top 0.2s ease,
4678 visibility 0.2s ease;
4680 @media only screen and (max-height: 675px) {
4681 #theme-selector.engaged ~ #theme-tweaker-toggle {
4682 top: 492px;
4685 @supports (width: -moz-fit-content) {
4686 #theme-selector.engaged ~ #theme-tweaker-toggle {
4687 width: -moz-fit-content;
4690 @supports (width: fit-content) {
4691 #theme-selector.engaged ~ #theme-tweaker-toggle {
4692 width: fit-content;
4695 #theme-selector.engaged ~ #theme-tweaker-toggle button {
4696 opacity: 1.0;
4699 #theme-tweaker-ui {
4700 visibility: visible;
4703 /*======================*/
4704 /* ANTI-KIBITZER TOGGLE */
4705 /*======================*/
4707 #theme-selector ~ #anti-kibitzer-toggle {
4708 top: 100%;
4709 bottom: unset;
4710 left: 0;
4711 right: 0;
4712 margin: auto;
4713 box-shadow: none;
4714 width: calc(100vw - 44px);
4715 max-width: 330px;
4716 text-align: right;
4717 pointer-events: none;
4719 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4720 visibility: visible;
4721 z-index: 11110;
4722 top: 530px;
4723 transition:
4724 top 0.2s ease,
4725 visibility 0.2s ease;
4727 @media only screen and (max-height: 675px) {
4728 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4729 top: 492px;
4732 #theme-selector.engaged ~ #anti-kibitzer-toggle button {
4733 pointer-events: auto;
4734 display: inline-block;
4737 /*=================*/
4738 /* QUICKNAV WIDGET */
4739 /*=================*/
4741 #quick-nav-ui {
4742 max-width: 0px;
4743 transition:
4744 max-width 0.2s ease,
4745 visibility 0.2s ease;
4746 display: flex;
4747 right: 72px;
4748 bottom: 14px;
4750 #quick-nav-ui.engaged {
4751 max-width: 1000px;
4753 #quick-nav-ui a {
4754 position: relative;
4755 margin: 2px;
4757 #quick-nav-ui a + a {
4758 margin-left: 5px;
4760 #quick-nav-ui a::after {
4761 position: absolute;
4762 top: calc(100% + 2px);
4763 font-size: 0.375rem;
4764 left: 0;
4765 right: 0;
4766 margin: auto;
4767 line-height: 1;
4768 padding: 2px;
4769 text-transform: uppercase;
4770 z-index: -1;
4772 @supports (width: -moz-fit-content) {
4773 #quick-nav-ui a::after {
4774 width: -moz-fit-content;
4777 @supports (width: fit-content) {
4778 #quick-nav-ui a::after {
4779 width: fit-content;
4782 #quick-nav-ui a[href='#top']::after {
4783 content: "Top";
4784 left: -1px;
4786 #quick-nav-ui a[href='#comments']::after {
4787 content: "Comments";
4789 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
4790 visibility: hidden;
4791 transition: visibility 0.2s ease;
4793 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui.engaged a[href='#comments'] {
4794 visibility: visible;
4796 #quick-nav-ui a[href='#bottom-bar']::after {
4797 content: "Bottom";
4800 /*======================*/
4801 /* NEW COMMENT QUICKNAV */
4802 /*======================*/
4804 #new-comment-nav-ui {
4805 max-width: 0px;
4806 max-height: 0px;
4807 transition:
4808 max-width 0.2s ease,
4809 max-height 0.2s ease,
4810 visibility 0.2s ease;
4811 display: flex;
4812 right: 78px;
4813 bottom: 70px;
4815 #new-comment-nav-ui::before {
4816 content: "New Comments";
4817 position: absolute;
4818 bottom: 100%;
4819 font-size: 0.5625rem;
4820 left: 0;
4821 right: 0;
4822 margin: auto;
4823 padding: 2px 3px;
4824 text-transform: uppercase;
4825 z-index: -1;
4827 @supports (width: -moz-fit-content) {
4828 #new-comment-nav-ui::before {
4829 width: -moz-fit-content;
4832 @supports (width: fit-content) {
4833 #new-comment-nav-ui::before {
4834 width: fit-content;
4837 #new-comment-nav-ui.engaged {
4838 max-width: 1000px;
4839 max-height: 1000px;
4841 #new-comment-nav-ui .new-comment-sequential-nav-button {
4842 top: unset;
4843 bottom: unset;
4844 padding: 2px 7px;
4846 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
4847 padding: 2px 7px 3px 7px;
4849 #new-comment-nav-ui .new-comments-count {
4850 padding: 4px 0 5px 0;
4852 #new-comment-nav-ui .new-comments-count::before {
4853 display: none;
4855 #new-comment-nav-ui button::after {
4856 position: absolute;
4857 font-size: 0.375rem;
4858 left: 0;
4859 right: 0;
4860 margin: auto;
4861 line-height: 1;
4862 text-transform: uppercase;
4863 pointer-events: none;
4865 #new-comment-nav-ui button.new-comment-previous::after {
4866 content: "Previous";
4867 bottom: 5px;
4869 #new-comment-nav-ui button.new-comment-next::after {
4870 content: "Next";
4871 top: 7px;
4874 /*=================*/
4875 /* HNS DATE PICKER */
4876 /*=================*/
4878 #hns-date-picker {
4879 max-height: 0px;
4880 bottom: 132px;
4881 right: 62px;
4882 transition:
4883 max-height 0.2s ease,
4884 visibility 0.2s ease;
4886 #hns-date-picker.engaged {
4887 max-height: 1000px;
4889 #hns-date-picker::before {
4890 width: calc(100% + 2px);
4891 border-width: 1px !important;
4894 /*=========*/
4895 /* NAV BAR */
4896 /*=========*/
4898 #bottom-bar {
4899 margin-left: auto;
4900 margin-right: auto;
4901 width: calc(100% - 9rem + 8px);
4902 background: rgba(255,255,255,0.85);
4903 backdrop-filter: blur(1px);
4905 #content.index-page #bottom-bar {
4906 z-index: 10001;
4908 #bottom-bar .nav-item {
4909 box-shadow: none;
4910 position: relative;
4912 #bottom-bar .nav-inner {
4913 font-size: 2rem;
4914 padding: 1rem 0 1.25rem 0;
4915 visibility: hidden;
4916 position: static;
4917 width: 0;
4919 #content #bottom-bar .nav-item .nav-inner::before {
4920 margin: 0;
4921 visibility: visible;
4922 position: absolute;
4923 width: 100%;
4924 height: 100%;
4925 left: 0;
4926 top: 0;
4927 padding: 1rem 0;
4929 #bottom-bar .nav-inner::after {
4930 display: block;
4931 visibility: visible;
4932 text-transform: uppercase;
4933 color: unset;
4934 font-size: 0.75rem;
4935 top: unset;
4936 left: 0;
4937 bottom: 1rem;
4938 width: 100%;
4940 #bottom-bar #nav-item-first .nav-inner::after {
4941 content: "First Page";
4943 #bottom-bar #nav-item-prev .nav-inner::after {
4944 content: "Prev. Page";
4946 #bottom-bar #nav-item-top .nav-inner::after {
4947 content: "Top";
4949 #bottom-bar #nav-item-next .nav-inner::after {
4950 content: "Next Page";
4952 #bottom-bar #nav-item-last .nav-inner::after {
4953 content: "Last Page";
4956 @media only screen and (max-width: 900px) {
4957 .nav-bar-top {
4958 font-size: 0.75rem;
4960 .nav-bar {
4961 width: calc(100% + 8px);
4962 margin: 0 -4px;
4964 .nav-bar .nav-inner::after {
4965 display: none;
4968 #primary-bar .nav-item {
4969 flex: 1 1 100%;
4971 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) {
4972 flex: 1 1 60px;
4974 .nav-bar-top:not(#anything) .nav-inner {
4975 text-transform: uppercase;
4976 padding: 6px;
4978 .nav-bar-top .nav-inner::before {
4979 display: block;
4980 font-family: "Font Awesome";
4981 font-size: 2em;
4982 font-weight: 900;
4985 #nav-item-home .nav-inner::before {
4986 content: "\F015";
4988 #nav-item-featured .nav-inner::before {
4989 content: "\F005";
4991 #nav-item-all .nav-inner::before {
4992 content: "\F069";
4994 #nav-item-meta .nav-inner::before {
4995 content: "\F077";
4997 #nav-item-tags .nav-inner::before {
4998 content: "\F02C";
5000 #nav-item-recent-comments > * > span {
5001 display: none;
5003 #nav-item-recent-comments .nav-inner::before,
5004 #nav-item-alignment-forum-comments .nav-inner::before {
5005 content: "\F036";
5007 #nav-item-alignment-forum .nav-inner::before {
5008 content: "AF";
5009 font-family: Concourse, 'Changa One';
5011 #nav-item-questions .nav-inner::before {
5012 content: "?";
5013 font-family: Concourse, 'Changa One';
5015 #nav-item-events .nav-inner::before {
5016 content: "\F5A0";
5018 #nav-item-shortform .nav-inner::before {
5019 content: "\F2F2";
5021 #nav-item-archive .nav-inner::before {
5022 content: "\F187";
5024 #nav-item-about .nav-inner::before {
5025 content: "\F129";
5027 #nav-item-search {
5028 font-size: 2em;
5029 padding: 10px;
5031 #nav-item-search .nav-inner::before {
5032 content: none;
5034 #nav-item-search .nav-inner {
5035 height: 100%;
5036 display: flex;
5038 #nav-item-search input {
5039 width: 100%;
5040 height: 100%;
5042 #nav-item-search button {
5043 height: 100%;
5044 padding: 5px 5px 5px 10px;
5045 width: 40px;
5046 overflow: visible;
5047 visibility: hidden;
5049 #nav-item-search button::before {
5050 content: "\F002";
5051 font-family: Font Awesome;
5052 font-weight: 900;
5053 visibility: visible;
5055 #nav-item-login {
5056 padding: 0;
5058 #nav-item-login .nav-inner::before {
5059 content: "\F007";
5062 @media only screen and (max-width: 520px) {
5063 .nav-bar-top {
5064 font-size: 0.5rem;
5067 #nav-item-search,
5068 #nav-item-search .nav-inner {
5069 padding: 0;
5071 #nav-item-search button {
5072 width: 31px;
5075 #bottom-bar #nav-item-first .nav-inner::after {
5076 content: "First";
5078 #bottom-bar #nav-item-prev .nav-inner::after {
5079 content: "Prev";
5081 #bottom-bar #nav-item-next .nav-inner::after {
5082 content: "Next";
5084 #bottom-bar #nav-item-last .nav-inner::after {
5085 content: "Last";
5089 /*=================*/
5090 /* INBOX INDICATOR */
5091 /*=================*/
5093 @media only screen and (max-width: 900px) {
5094 #inbox-indicator {
5095 width: 100%;
5096 top: 0;
5097 pointer-events: none;
5099 #inbox-indicator::before {
5100 width: 100%;
5101 font-size: 1rem;
5102 text-align: right;
5103 padding: 1px 6px;
5105 #inbox-indicator.new-messages {
5106 pointer-events: auto;
5108 #inbox-indicator.new-messages::before {
5109 box-shadow: 0 0 8px 1px #f00 inset;
5112 @media only screen and (max-width: 520px) {
5113 #inbox-indicator::before {
5114 font-size: 0.75rem;
5115 padding: 2px 5px;
5118 @media only screen and (max-width: 374px) {
5119 #inbox-indicator::before {
5120 font-size: 0.625rem;
5124 /*===================*/
5125 /* TOP PAGINATION UI */
5126 /*===================*/
5128 #top-nav-bar {
5129 font-size: 1.75rem;
5132 /*==============*/
5133 /* PAGE TOOLBAR */
5134 /*==============*/
5136 @media only screen and (max-width: 900px) {
5137 #content > .page-toolbar {
5138 font-size: 1rem;
5139 margin-right: 0;
5141 #content.user-page > .page-toolbar {
5142 grid-column: 2 / span 2;
5143 margin: 0 0 6px 0;
5146 @media only screen and (max-width: 520px) {
5147 #content:not(.user-page) .page-toolbar {
5148 display: flex;
5149 flex-direction: column-reverse;
5150 text-align: right;
5151 align-self: start;
5152 padding: 4px 0 0 0;
5154 #content.user-page .page-toolbar {
5155 display: flex;
5156 flex-flow: row;
5157 justify-content: flex-end;
5158 padding: 2px 0 0 0;
5160 #content.user-page .page-toolbar > form,
5161 #content.user-page .page-toolbar > .button {
5162 text-align: center;
5163 flex-basis: 25%;
5164 margin-left: 1.5em;
5166 #content.user-page .page-toolbar .button {
5167 text-transform: uppercase;
5168 font-size: 0.625rem;
5170 #content.user-page .page-toolbar .button::before {
5171 font-size: 1.375rem;
5172 display: block;
5173 padding: 0;
5175 #content.user-page .page-toolbar .rss {
5176 white-space: nowrap;
5177 margin: 0 0 0 1.5em;
5179 .page-toolbar > * {
5180 line-height: 1.15;
5181 padding: 6px 0;
5182 margin: 0;
5186 /*==============*/
5187 /* SUBLEVEL NAV */
5188 /*==============*/
5190 @media only screen and (max-width: 900px) {
5191 .sublevel-nav:not(.sort) {
5192 flex-wrap: wrap;
5193 width: calc(100vw - 200px);
5195 .sublevel-nav:not(.sort) .sublevel-item {
5196 margin: 1px;
5197 flex-basis: 7em;
5200 @media only screen and (max-width: 520px) {
5201 .sublevel-nav:not(.sort) .sublevel-item {
5202 font-size: 1rem;
5206 /*=====================*/
5207 /* SORT ORDER SELECTOR */
5208 /*=====================*/
5210 @media only screen and (max-width: 720px) {
5211 #content.index-page > .sublevel-nav.sort {
5212 flex-flow: column;
5213 margin-left: 4px;
5217 /*==========*/
5218 /* ARCHIVES */
5219 /*==========*/
5221 @media only screen and (max-width: 900px) {
5222 div[class^='archive-nav-'] {
5223 flex-wrap: wrap;
5224 justify-content: flex-start;
5226 .archive-nav *[class^='archive-nav-item'],
5227 .archive-nav *[class^='archive-nav-item']:first-child {
5228 padding: 10px;
5229 margin: 2px;
5230 max-width: unset;
5231 flex: 0 1 calc((100% / 8) - 4px);
5233 .archive-nav .archive-nav-item-day,
5234 .archive-nav .archive-nav-item-day:first-child {
5235 flex-basis: calc((100% / 16) - 4px);
5237 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-'] {
5238 margin-top: 8px;
5239 position: relative;
5241 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
5242 content: "";
5243 display: block;
5244 position: absolute;
5245 height: 1px;
5246 width: calc(100% + 8px);
5247 left: -4px;
5248 top: -4px;
5251 @media only screen and (max-width: 720px) {
5252 .archive-nav .archive-nav-item-day,
5253 .archive-nav .archive-nav-item-day:first-child {
5254 flex-basis: calc((100% / 12) - 4px);
5257 @media only screen and (max-width: 520px) {
5258 .archive-nav *[class^='archive-nav-item'],
5259 .archive-nav *[class^='archive-nav-item']:first-child {
5260 flex-basis: calc((100% / 5) - 4px);
5262 .archive-nav .archive-nav-item-day,
5263 .archive-nav .archive-nav-item-day:first-child {
5264 flex-basis: calc((100% / 8) - 4px);
5268 /*==========*/
5269 /* LISTINGS */
5270 /*==========*/
5272 h1.listing {
5273 max-height: unset;
5276 /*============*/
5277 /* USER PAGES */
5278 /*============*/
5280 #content.user-page h1.page-main-heading {
5281 align-self: end;
5283 @media only screen and (max-width: 520px) {
5284 #content.user-page h1.page-main-heading {
5285 overflow: hidden;
5286 text-overflow: ellipsis;
5288 #content.user-page .user-stats .karma-type {
5289 display: block;
5293 /*============*/
5294 /* LOGIN PAGE */
5295 /*============*/
5297 @media only screen and (max-width: 640px) {
5298 .login-container {
5299 flex-flow: column;
5300 margin: 0 auto 3em auto;
5301 max-width: 400px;
5303 .login-container #login-form,
5304 .login-container #signup-form {
5305 padding: 0 1em 1.25em 1em;
5306 grid-row-gap: 0;
5308 .login-container #signup-form {
5309 padding-top: 1em;
5311 .login-container #login-form > *,
5312 .login-container #signup-form > * {
5313 grid-column: 1 / span 2;
5315 .login-container form label {
5316 text-align: left;
5317 padding: 0;
5318 line-height: 1;
5320 .login-container form input {
5321 margin: 0.25em 0 0.75em 0;
5322 padding: 0.5em;
5324 .login-container form h1 {
5325 grid-column: 1 / span 2;
5326 margin: 0 0 0.25em 0;
5328 .login-container form a {
5329 margin: 0.75em 0 0 0;
5331 .login-container .login-tip {
5332 margin: 1.5em 1em 0 1em;
5336 /*==================*/
5337 /* POSTS & COMMENTS */
5338 /*==================*/
5340 @media only screen and (max-width: 720px) {
5341 .body-text ol > li {
5342 padding: 0 0 0 2.25em;
5344 .body-text ol > li::before {
5345 width: 1.75em;
5347 .body-text ul:not(.contents-list) > li,
5348 .body-text ul:not(.contents-list) > li ul > li {
5349 padding: 0 0 0 0.75em;
5351 .body-text ul:not(.contents-list) > li::before,
5352 .body-text ul:not(.contents-list) > li ul > li::before {
5353 width: 0.125em;
5354 margin-left: -0.06em;
5358 /*===========*/
5359 /* POST-META */
5360 /*===========*/
5362 .post-meta {
5363 line-height: 1.9;
5365 @media only screen and (max-width: 720px) {
5366 .post-meta .lw2-link span,
5367 .post-meta .karma-value span,
5368 .post-meta .comment-count span {
5369 display: none;
5371 .post-meta .comment-count::before {
5372 content: "\F086";
5373 font-family: Font Awesome;
5374 font-size: 0.875em;
5375 margin: 0 0.25em 0 0;
5376 font-weight: 400;
5380 /*===================*/
5381 /* POSTS & BODY TEXT */
5382 /*===================*/
5384 @media only screen and (max-width: 900px) {
5385 .post-body,
5386 h1.post-title,
5387 .tag-description,
5388 .sequence-text {
5389 padding: 0 6px;
5392 @media only screen and (max-width: 520px) {
5393 .post-body {
5394 font-size: 1.2rem;
5395 line-height: 1.45;
5397 h1.post-title {
5398 font-size: 2em;
5402 /*==============*/
5403 /* COMMENT-META */
5404 /*==============*/
5406 a.comment-parent-link::after {
5407 display: none;
5409 @media only screen and (max-width: 900px) {
5410 .comment-meta {
5411 padding: 2px 40px 2px 10px;
5414 @media only screen and (max-width: 720px) {
5415 .comment .karma-value span {
5416 display: none;
5418 .comment-meta .comment-parent-link {
5419 opacity: 1.0;
5422 @media only screen and (max-width: 520px) {
5423 .comment-meta {
5424 padding: 2px 10px;
5425 position: relative;
5427 .comment-meta .author {
5428 flex-basis: 100%;
5430 .comment-post-title2 {
5431 display: block;
5432 text-overflow: ellipsis;
5433 overflow: hidden;
5435 .comment-meta .lw2-link {
5436 display: none;
5440 /*=======================*/
5441 /* COMMENTS COMPACT VIEW */
5442 /*=======================*/
5444 /*===========================*/
5445 /* COMMENT THREAD NAVIGATION */
5446 /*===========================*/
5448 @media only screen and (max-width: 900px) {
5449 a.comment-parent-link {
5450 width: 0;
5451 visibility: hidden;
5452 position: relative;
5454 a.comment-parent-link::before {
5455 padding: 0;
5456 font-size: 1em;
5457 left: 0;
5458 top: 0;
5459 line-height: inherit;
5460 visibility: visible;
5461 content: "\F3BF";
5462 transform: scaleX(-1);
5463 width: 2em;
5464 text-align: center;
5467 @media only screen and (max-width: 520px) {
5468 a.comment-parent-link {
5469 position: static;
5471 a.comment-parent-link::before {
5472 padding: 6px;
5473 left: unset;
5474 right: 0;
5475 top: unset;
5476 bottom: 0;
5477 height: 2em;
5481 /*=================================*/
5482 /* COMMENT THREAD MINIMIZE BUTTONS */
5483 /*=================================*/
5485 @media only screen and (max-width: 520px) {
5486 .comment-minimize-button{
5487 right: 2px;
5491 /*===========================*/
5492 /* COMMENTING AND POSTING UI */
5493 /*===========================*/
5495 @media only screen and (max-width: 900px) {
5496 .comment-controls .delete-button, .comment-controls .retract-button, .comment-controls .unretract-button, .comment-controls .edit-button {
5497 font-size: 0;
5499 .comment-controls .delete-button::before, .comment-controls .retract-button::before, .comment-controls .unretract-button::before, .comment-controls .edit-button::before {
5500 font-size: 0.9rem;
5502 .comment-controls .cancel-comment-button {
5503 max-width: 1.3em;
5504 overflow: hidden;
5505 margin-right: 0.125em;
5507 .comment-controls .edit-button::before {
5508 font-size: 0.9375rem;
5510 .comments > .comment-controls .cancel-comment-button {
5511 right: 8px;
5513 .comment-controls .cancel-comment-button::before {
5514 font-size: 1.25rem;
5517 @media only screen and (max-width: 520px) {
5518 .comment-controls {
5519 position: static;
5521 .comment-controls:focus-within {
5522 z-index: 10001;
5524 .comment-controls .cancel-comment-button {
5525 right: 10px;
5527 .textarea-container:focus-within textarea {
5528 position: fixed;
5529 top: 0;
5530 left: 2px;
5531 width: calc(100vw - 4px);
5532 height: calc(100% - 100px);
5533 min-height: unset;
5534 max-height: unset;
5535 border-width: 1px;
5536 z-index: 11001;
5538 #content.conversation-page .textarea-container:focus-within textarea {
5539 height: calc(100% - 54px);
5541 #content.conversation-page .textarea-container:focus-within::after {
5542 content: "";
5543 display: block;
5544 width: 100%;
5545 height: 50px;
5546 position: fixed;
5547 left: 0;
5548 bottom: 0;
5549 z-index: 11000;
5551 .textarea-container:focus-within .guiedit-buttons-container {
5552 position: fixed;
5553 z-index: 11002;
5554 left: 0;
5555 width: 100vw;
5556 height: auto;
5557 background-image: none;
5558 padding: 3px 4px 4px 4px;
5559 margin: 0;
5560 text-align: center;
5561 top: auto;
5562 bottom: 0;
5564 .textarea-container:focus-within button.guiedit {
5565 font-size: 0.9375rem;
5566 line-height: 1.5;
5567 height: auto;
5568 width: calc((100% / 10) - 2px);
5569 padding: 10px 1px 8px 0;
5570 position: relative;
5571 margin: 1px;
5573 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
5574 z-index: 11011;
5575 position: fixed;
5576 bottom: 7px;
5577 width: calc(((100% - 16px) / 10) * 2.5 - 7px);
5578 font-size: 1.25rem;
5579 padding: 5px 5px 6px 5px;
5580 display: block;
5582 .textarea-container:focus-within button.guiedit sup {
5583 position: absolute;
5584 left: calc(50% + 0.65em);
5585 top: calc(50% - 1.3em);
5587 .textarea-container:focus-within .guiedit-mobile-help-button {
5588 left: 8px;
5590 .textarea-container:focus-within .guiedit-mobile-exit-button {
5591 right: 8px;
5593 .guiedit::after {
5594 display: none;
5597 #markdown-hints,
5598 #edit-post-form #markdown-hints {
5599 z-index: 11111;
5600 position: fixed;
5601 top: 40px;
5602 left: 0;
5603 right: 0;
5604 margin: auto;
5605 padding: 4px 0 4px 8px;
5606 width: 310px;
5607 border-width: 3px;
5608 border-style: double;
5609 pointer-events: none;
5611 #markdown-hints::after {
5612 content: "(Type to hide this help box.)";
5613 color: #090;
5614 display: block;
5615 margin: 12px 18px 13px 10px;
5616 padding: 5px;
5617 font-size: 0.9em;
5618 text-align: center;
5622 /*================*/
5623 /* EDIT POST FORM */
5624 /*================*/
5626 @media only screen and (max-width: 520px) {
5627 #edit-post-form {
5628 padding-bottom: 0;
5630 #edit-post-form .post-meta-fields {
5631 grid-template-columns: 4.5em auto auto auto 1fr auto;
5633 #edit-post-form label[for='url'],
5634 #edit-post-form label[for='section'],
5635 #edit-post-form label[for='title'] {
5636 padding-left: 0;
5638 #edit-post-form .post-meta-fields input[type='checkbox'] + label.iconify {
5639 white-space: normal;
5640 line-height: 0.9;
5641 top: -1px;
5642 font-family: Font Awesome;
5643 font-weight: 900;
5644 justify-self: start;
5646 #edit-post-form .post-meta-fields .question-checkbox,
5647 #edit-post-form .post-meta-fields .question-checkbox + label {
5648 grid-column: 6;
5649 margin-left: unset;
5651 #edit-post-form .post-meta-fields input[type='radio'] + label {
5652 align-self: start;
5654 #edit-post-form .textarea-container:focus-within textarea {
5655 height: calc(100% - 101px);
5656 min-height: unset;
5659 #markdown-hints-checkbox,
5660 #markdown-hints-checkbox + label {
5661 display: none;
5664 #edit-post-form div:last-child {
5665 clear: both;
5666 overflow: auto;
5668 #edit-post-form input[type='submit'] {
5669 float: none;
5670 display: block;
5671 font-size: 1.5rem;
5672 margin: 1rem auto 1.5rem auto;
5673 padding: 6px 12px 8px 12px;
5677 /*===================*/
5678 /* TABLE OF CONTENTS */
5679 /*===================*/
5681 @media only screen and (max-width: 900px) {
5682 .contents {
5683 float: none;
5684 display: table;
5685 max-width: none;
5686 margin-left: auto;
5687 margin-right: auto;
5690 @media only screen and (max-width: 520px) {
5691 .contents {
5692 max-width: 100%;
5693 margin: 1em auto 0 auto;
5694 display: table;
5696 .contents-head {
5697 font-size: 1.2em;
5699 div.post-body .contents ul {
5700 font-size: unset;
5704 /*========================*/
5705 /* QUALIFIED HYPERLINKING */
5706 /*========================*/
5708 @media only screen and (max-width: 520px) {
5709 .qualified-linking-toolbar {
5710 right: -5em;
5714 } /* END MOBILE LAYOUT */
5717 /**************/
5718 /* THEME ZERO */
5719 /**************/
5721 /*===========*/
5722 /* VARIABLES */
5723 /*===========*/
5725 /* Color scheme.
5727 :root {
5728 --GW-comment-background-color-odd: #eee;
5729 --GW-comment-background-color-even: #fff;
5730 --GW-comment-background-color-target: #ffd;
5733 /*======*/
5734 /* BASE */
5735 /*======*/
5737 body {
5738 color: #000;
5739 font-family: Trade Gothic, Helvetica, sans-serif;
5740 background-color: #eee;
5742 #content {
5743 line-height: 1.55;
5746 /*=========*/
5747 /* NAV BAR */
5748 /*=========*/
5750 .nav-bar {
5751 background-color: #e4e4e4;
5753 .nav-inner {
5754 font-size: 1.125em;
5755 padding: 11px 30px 13px 30px;
5757 .nav-bar-top:not(#primary-bar) .nav-inner {
5758 font-size: 0.875em;
5760 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) .nav-inner {
5761 padding: 6px 0 3px 0;
5763 @media only screen and (min-width: 901px) {
5764 .nav-bar-top:not(#primary-bar) #nav-item-sequences .nav-inner {
5765 line-height: 1.1;
5768 .active-bar {
5769 border-top: 2px solid #eee;
5772 .nav-bar a:visited {
5773 color: #00e;
5776 #bottom-bar.decorative {
5777 background-color: transparent;
5779 #bottom-bar.decorative::before,
5780 #bottom-bar.decorative::after {
5781 content: "GW";
5782 display: block;
5783 text-align: center;
5784 padding: 0.25em 0 1em 0;
5786 #bottom-bar.decorative::before {
5787 width: 100%;
5788 color: transparent;
5789 background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAMdXV1QUAACwAAAAAAQABAAACAkQBADs=');
5790 background-repeat: repeat-x;
5791 background-position: center 35%;
5792 margin: 0 30px;
5793 filter: contrast(90%);
5795 #bottom-bar.decorative::after {
5796 color: #d8d8d8;
5797 position: absolute;
5798 left: 0;
5799 right: 0;
5800 margin: auto;
5801 background-color: #eee;
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 /* Accesskey hints */
5818 .nav-inner::after {
5819 display: block;
5820 position: absolute;
5821 left: 5px;
5822 top: -1px;
5823 font-weight: 400;
5824 font-size: 0.7em;
5825 color: #d8d8d8;
5827 .inactive-bar .nav-inner::after {
5828 color: #ccc;
5830 .nav-inner:hover::after {
5831 color: #bbb;
5834 /* "Tabs" */
5836 .nav-current {
5837 background-color: #eee;
5840 /* Search tab */
5842 #nav-item-search form::before {
5843 font-size: 1.125em;
5845 #nav-item-search button {
5846 border: none;
5847 font-weight: inherit;
5849 #nav-item-search input::placeholder {
5850 color: #d00;
5851 font-weight: normal;
5854 /*= Top pagination UI hover tooltips =*/
5856 #top-nav-bar a::after,
5857 #bottom-bar a::after {
5858 color: #000;
5861 /*==============*/
5862 /* PAGE TOOLBAR */
5863 /*==============*/
5865 .new-post,
5866 .new-post:visited,
5867 .new-private-message,
5868 .new-private-message:visited {
5869 color: #090;
5871 .logout-button {
5872 color: #d33;
5875 /*==============*/
5876 /* SUBLEVEL NAV */
5877 /*==============*/
5879 .sublevel-nav .sublevel-item {
5880 color: #777;
5882 .sublevel-nav .sublevel-item:not(.selected):hover {
5883 background-color: #ddd;
5884 color: #000;
5885 text-decoration: none;
5886 text-shadow: none;
5888 .sublevel-nav .sublevel-item:not(.selected):active,
5889 .sublevel-nav .sublevel-item.selected {
5890 background-color: #ddd;
5891 color: #000;
5892 text-shadow:
5893 0 -1px 0 #fff,
5894 0 0.5px 0.5px #000;
5897 .sublevel-nav:not(.sort) .sublevel-item {
5898 border-style: solid;
5899 border-color: #ccc;
5900 border-width: 1px 0 1px 1px;
5902 .sublevel-nav:not(.sort) .sublevel-item:first-child {
5903 border-radius: 8px 0 0 8px;
5905 .sublevel-nav:not(.sort) .sublevel-item:last-child {
5906 border-width: 1px;
5907 border-radius: 0 8px 8px 0;
5910 /*=====================*/
5911 /* SORT ORDER SELECTOR */
5912 /*=====================*/
5914 .sublevel-nav.sort {
5915 padding: 18px 0 0 0;
5916 border-radius: 8px;
5917 pointer-events: none;
5919 .sublevel-nav.sort::before {
5920 text-transform: uppercase;
5921 font-weight: 600;
5922 color: #444;
5923 text-shadow: 0.5px 0.5px 0 #fff;
5924 z-index: 1;
5926 .sublevel-nav.sort::after {
5927 content: "";
5928 position: absolute;
5929 display: block;
5930 top: 0;
5931 left: 0;
5932 width: 100%;
5933 height: 100%;
5934 border-radius: 6px;
5935 box-shadow:
5936 0 18px 0 0 #eee inset,
5937 0 0 0 1px #ccc inset,
5938 0 18px 0 1px #ccc inset,
5939 0 0 0 2px #eee;
5941 .sublevel-nav.sort .sublevel-item {
5942 padding: 7px 7px 6px 7px;
5943 text-transform: uppercase;
5944 box-shadow: 1px 1px 0 0 #ccc inset;
5945 pointer-events: auto;
5948 /*================*/
5949 /* WIDTH SELECTOR */
5950 /*================*/
5952 #width-selector button {
5953 box-shadow:
5954 0 0 0 4px #eee inset,
5955 0 0 0 5px #aaa inset;
5957 #width-selector button:hover,
5958 #width-selector button.selected {
5959 box-shadow:
5960 0 0 0 1px #eee inset,
5961 0 0 0 2px #aaa inset,
5962 0 0 0 4px #eee inset,
5963 0 0 0 5px #aaa inset;
5965 #width-selector button::after {
5966 color: #999;
5969 /*================*/
5970 /* THEME SELECTOR */
5971 /*================*/
5973 #theme-selector button {
5974 box-shadow:
5975 0 0 0 4px #eee inset,
5976 0 0 0 5px #999 inset;
5978 #theme-selector button:hover,
5979 #theme-selector button.selected {
5980 box-shadow:
5981 0 0 0 1px #eee inset,
5982 0 0 0 2px #999 inset,
5983 0 0 0 4px #eee inset,
5984 0 0 0 5px #999 inset;
5987 #theme-selector button::before {
5988 color: #aaa;
5989 background-color: #eee;
5991 #theme-selector button:hover::before,
5992 #theme-selector button.selected::before {
5993 color: #666;
5996 /*======================*/
5997 /* THEME TWEAKER TOGGLE */
5998 /*======================*/
6000 #theme-tweaker-toggle button {
6001 color: #777;
6004 /*=================*/
6005 /* QUICKNAV WIDGET */
6006 /*=================*/
6008 #quick-nav-ui a {
6009 color: #00c;
6010 border-radius: 4px;
6011 box-shadow: 0 0 0 1px #ddf;
6012 text-decoration: none;
6014 #quick-nav-ui a[href='#bottom-bar'] {
6015 line-height: 1.8;
6017 #quick-nav-ui a:active {
6018 transform: scale(0.9);
6020 #quick-nav-ui a[href='#comments'].no-comments {
6021 opacity: 0.4;
6022 color: #bbb;
6024 @media only screen and (hover: hover) {
6025 #quick-nav-ui a:hover {
6026 color: #f00;
6027 box-shadow: 0 0 0 1px #faa;
6029 #quick-nav-ui a:focus:not(:hover) {
6030 transform: none;
6031 text-shadow: none;
6035 /*======================*/
6036 /* NEW COMMENT QUICKNAV */
6037 /*======================*/
6039 #new-comment-nav-ui .new-comments-count {
6040 font-weight: 600;
6041 color: #666;
6042 text-shadow: 0.5px 0.5px 0 #fff;
6044 #new-comment-nav-ui .new-comments-count::after {
6045 font-weight: 600;
6046 color: #777;
6048 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
6049 color: #bbb;
6050 text-shadow: none;
6052 @media only screen and (hover: hover) {
6053 #new-comment-nav-ui .new-comments-count:hover {
6054 text-shadow:
6055 0 0 1px #fff,
6056 0 0 3px #fff,
6057 0 0 5px #fff,
6058 0 0 8px #fff,
6059 0.5px 0.5px 0 #fff;
6061 #new-comment-nav-ui .new-comment-sequential-nav-button:focus {
6062 color: #d00;
6063 text-shadow:
6064 0 0 1px #fff,
6065 0 0 3px #fff,
6066 0 0 5px #fff;
6070 /*=================*/
6071 /* HNS DATE PICKER */
6072 /*=================*/
6074 #hns-date-picker span {
6075 color: #777;
6076 text-shadow: 0.5px 0.5px 0 #fff;
6077 font-weight: 600;
6079 #hns-date-picker input {
6080 border: 1px solid #777;
6081 background-color: transparent;
6082 color: #666;
6084 #hns-date-picker input:focus {
6085 color: #000;
6088 /*======================*/
6089 /* ANTI-KIBITZER TOGGLE */
6090 /*======================*/
6092 #anti-kibitzer-toggle button::before,
6093 #anti-kibitzer-toggle button::after {
6094 background-color: #aaa;
6095 -webkit-background-clip: text;
6096 color: transparent;
6097 text-shadow: rgba(255,255,255,0.5) 0px 1px 1px;
6099 #anti-kibitzer-toggle button:hover::before,
6100 #anti-kibitzer-toggle button:hover::after {
6101 background-color: #777;
6104 /*======================*/
6105 /* TEXT SIZE ADJUSTMENT */
6106 /*======================*/
6108 #text-size-adjustment-ui button {
6109 color: #777;
6111 #text-size-adjustment-ui button.default {
6112 font-weight: 600;
6114 #text-size-adjustment-ui button:disabled:hover {
6115 text-shadow: none;
6117 #text-size-adjustment-ui::after {
6118 color: #999;
6121 /*=============================*/
6122 /* COMMENTS VIEW MODE SELECTOR */
6123 /*=============================*/
6125 #comments-view-mode-selector a {
6126 color: #777;
6129 /*==========*/
6130 /* ARCHIVES */
6131 /*==========*/
6133 .archive-nav {
6134 border: 1px solid #aaa;
6136 .archive-nav *[class^='archive-nav-item'] {
6137 border-style: solid;
6138 border-color: #ddd;
6139 border-width: 1px 0 1px 1px;
6140 background-color: #eee;
6142 .archive-nav div[class^='archive-nav-']:nth-of-type(2) *[class^='archive-nav-item'] {
6143 border-top-width: 0;
6144 border-bottom-width: 0;
6146 .archive-nav div[class^='archive-nav-']:last-of-type *[class^='archive-nav-item'] {
6147 border-bottom-width: 1px;
6149 .archive-nav *[class^='archive-nav-item']:last-child {
6150 border-right-width: 1px;
6152 .archive-nav span[class^='archive-nav-item'] {
6153 font-weight: bold;
6154 background-color: #ddd;
6157 .archive-nav a:link,
6158 .archive-nav a:visited {
6159 color: rgba(0, 0, 238, 0.7);
6161 .archive-nav a:hover {
6162 text-decoration: none;
6163 color: #c00;
6164 background-color: #e0e0e0;
6165 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6167 .archive-nav a:active {
6168 transform: scale(0.9);
6170 .archive-nav a:focus:not(:hover) {
6171 transform: none;
6173 .archive-nav a.archive-nav-item-day:hover {
6174 background-color: #ddd;
6177 /*==========*/
6178 /* LISTINGS */
6179 /*==========*/
6181 h1.listing {
6182 margin: 0.7em 20px 0.1em 20px;
6183 max-width: calc(100% - 40px);
6184 font-family: Trade Gothic, Helvetica, sans-serif, 'Font Awesome';
6185 font-size: 1.375rem;
6186 line-height: 1.2;
6189 h1.listing .link-post-link {
6190 color: #00c;
6191 font-size: 0.75em;
6193 h1.listing .post-title-link {
6194 color: #000;
6195 font-weight: bold;
6198 @media only screen and (hover: hover) {
6199 h1.listing a:hover,
6200 h1.listing a:focus {
6201 color: #777;
6202 background-color: rgba(238,238,238,0.85);
6204 h1.listing:focus-within::before {
6205 color: #00f;
6206 left: -0.625em;
6207 top: 1px;
6209 h1.listing .link-post-link:hover {
6210 color: #4879ec;
6211 text-shadow:
6212 0.5px 0.5px 0 #fff,
6213 -0.5px -0.5px 0 #fff,
6214 0 0 2px #fff,
6215 0 0 3px #00c;
6219 h1.listing .edit-post-link {
6220 padding: 6px 3px 32px 0.5em;
6221 top: 0;
6222 right: 0;
6224 h1.listing .edit-post-link:hover {
6225 text-decoration: none;
6227 #content.user-page h1.listing .edit-post-link {
6228 background-color: #eee;
6231 /*======*/
6232 /* SPAM */
6233 /*======*/
6235 h1.listing.spam {
6236 opacity: 0.1;
6238 h1.listing.spam + .post-meta {
6239 opacity: 0.25;
6241 h1.listing.spam:hover,
6242 h1.listing.spam + .post-meta:hover,
6243 h1.listing.spam:hover + .post-meta {
6244 opacity: 1.0;
6247 /*===================*/
6248 /* LISTING POST-META */
6249 /*===================*/
6251 h1.listing + .post-meta {
6252 font-size: 0.875rem;
6255 h1.listing + .post-meta .karma-value {
6256 cursor: default;
6259 /*============*/
6260 /* USER PAGES */
6261 /*============*/
6263 #content.user-page h1.page-main-heading {
6264 border-bottom: 1px solid #ccc;
6267 #content.user-page h1.listing,
6268 #content.user-page h1.listing + .post-meta {
6269 border-style: solid;
6270 border-color: #ccc;
6272 #content.user-page h1.listing {
6273 padding: 0 6px;
6274 padding-top: 0.25em;
6275 border-width: 1px 1px 0 1px;
6276 margin: 1rem 0 0 0;
6277 max-width: 100%;
6279 #content.own-user-page h1.listing,
6280 h1.listing.own-post-listing {
6281 padding-right: 36px;
6283 @media only screen and (hover: hover) {
6284 #content.user-page h1.listing:focus-within::before {
6285 left: -0.625em;
6286 top: 6px;
6289 #content.user-page h1.listing + .post-meta {
6290 padding: 0.75em 6px 0.5em 32px;
6291 border-width: 0 1px 1px 1px;
6292 margin: 0 0 1rem 0;
6294 #content.user-page h1.listing + .post-meta .post-section::before {
6295 left: 0;
6298 #content.conversations-user-page h1.listing {
6299 padding: 6px 6px 4px 9px;
6300 font-size: 1.5rem;
6302 #content.conversations-user-page h1.listing + .post-meta {
6303 padding: 6px 4px;
6304 margin: 0;
6307 .user-stats .karma-total {
6308 font-weight: bold;
6311 /*===============*/
6312 /* CONVERSATIONS */
6313 /*===============*/
6315 /*============*/
6316 /* LOGIN PAGE */
6317 /*============*/
6319 .login-container form input[type='submit'] {
6320 font-weight: bold;
6321 background-color: #eee;
6322 border: 1px solid #ccc;
6324 .login-container form input[type='submit']:hover,
6325 .login-container form input[type='submit']:focus {
6326 background-color: #ddd;
6327 border: 1px solid #aaa;
6330 /* “Create account” form */
6332 #signup-form {
6333 background-color: #f3f3f3;
6334 border: 1px solid #ddd;
6336 #signup-form input[type='submit'] {
6337 background-color: #e4e4e4;
6338 border: 1px solid #ccc;
6340 #signup-form input[type='submit']:hover {
6341 background-color: #d8d8d8;
6342 border: 1px solid #aaa;
6345 /* Log in tip */
6347 .login-container .login-tip {
6348 border: 1px solid #eee;
6351 /* Message box */
6353 .error-box {
6354 border: 1px solid red;
6355 background-color: #faa;
6357 .success-box {
6358 border: 1px solid green;
6359 background-color: #afa;
6362 /*=====================*/
6363 /* PASSWORD RESET PAGE */
6364 /*=====================*/
6366 .reset-password-container input[type='submit'] {
6367 background-color: #e4e4e4;
6368 border: 1px solid #ccc;
6369 font-weight: bold;
6372 /*===================*/
6373 /* TABLE OF CONTENTS */
6374 /*===================*/
6376 .contents {
6377 font-family: Trade Gothic, Helvetica, sans-serif;
6378 background-color: #eee;
6380 .contents-head {
6381 font-weight: bold;
6383 .post-body .contents li::before {
6384 color: #999;
6385 font-feature-settings: "tnum";
6387 .post-body .contents a,
6388 .post-body .contents a:hover {
6389 border: none;
6391 .post-body .contents a:hover {
6392 text-decoration: underline;
6395 /*==================*/
6396 /* POSTS & COMMENTS */
6397 /*==================*/
6399 .body-text {
6400 font-family: 'News Gothic BT', 'Helvetica', sans-serif;
6403 .body-text a {
6404 border-bottom: 1px dotted #bbb;
6406 .body-text a:hover {
6407 text-decoration: none;
6408 border-bottom: 1px solid currentColor;
6411 /*=======*/
6412 /* POSTS */
6413 /*=======*/
6415 .post-body {
6416 font-size: 1.25rem;
6419 h1.post-title {
6420 font-size: 2rem;
6421 line-height: 1.1;
6422 margin: 1em 0 0.25em 0;
6425 /*=================*/
6426 /* POST NAVIGATION */
6427 /*=================*/
6429 .post-nav-links a,
6430 .post-nav-links a:visited {
6431 color: #00e;
6432 font-weight: normal;
6434 .post-nav-links a:hover {
6435 text-decoration: none;
6436 color: #c00;
6438 .post-nav-links a:active {
6439 color: #e00;
6442 .post-nav-label {
6443 opacity: 0.75;
6446 @media only screen and (max-width: 900px) {
6447 .post-nav-item > * {
6448 background-color: #e4e4e4;
6450 .sequence-title {
6451 border-top: 1px solid #fff;
6453 .post-nav.prev {
6454 border-right: 1px solid #fff;
6456 .post-nav.next {
6457 border-left: 1px solid #fff;
6461 /*===========*/
6462 /* POST-META */
6463 /*===========*/
6465 .post-meta .post-section::before,
6466 .comment-meta .alignment-forum {
6467 color: #fff;
6468 text-shadow:
6469 1px 1px 0 #090,
6470 0 1px 0 #090,
6471 0 0 5px #090;
6473 a.post-section:hover {
6474 text-decoration: none;
6476 a.post-section:hover::before {
6477 color: #97ff7c;
6479 .post-meta .post-section.alignment-forum::before {
6480 text-shadow:
6481 1px 1px 0 #626dd7,
6482 0 1px 0 #626dd7,
6483 0 0 5px #626dd7;
6485 a.post-section.alignment-forum:hover::before {
6486 color: #e6e5ff;
6487 text-decoration: none;
6489 .post-meta .date {
6490 color: #888;
6492 .post-meta .author {
6493 color: #090;
6495 .bottom-post-meta {
6496 border-color: #ddd;
6499 /*============*/
6500 /* LINK POSTS */
6501 /*============*/
6503 .post.link-post a.link-post-link {
6504 text-decoration: none;
6505 font-family: Trade Gothic, Helvetica, sans-serif;
6506 font-weight: 600;
6508 .post.link-post a.link-post-link:hover {
6509 color: #c00;
6511 .post.link-post a.link-post-link:hover::before {
6512 color: #4879ec;
6513 text-shadow:
6514 0.5px 0.5px 0 #fff,
6515 -0.5px -0.5px 0 #fff,
6516 0 0 2px #fff,
6517 0 0 3px #00c;
6519 .post.link-post a.link-post-link:focus {
6520 color: #999;
6521 border-bottom: 2px dotted #999;
6524 /*==========*/
6525 /* COMMENTS */
6526 /*==========*/
6528 .comments::before {
6529 border-top: 1px solid #ddd;
6532 #content > .comment-thread .comment-meta a.date:focus,
6533 #content > .comment-thread .comment-meta a.permalink:focus {
6534 color: #888;
6535 outline: 2px dotted #999;
6536 position: relative;
6537 background-color: #fff;
6538 padding: 0 5px;
6539 left: -5px;
6541 #content > .comment-thread .comment-meta a.date:focus + *,
6542 #content > .comment-thread .comment-meta a.permalink:focus + *:not(.comment-post-title) {
6543 margin-left: -10px;
6545 .comment-item {
6546 border: 1px solid #ccc;
6547 background-color: var(--GW-comment-background-color);
6549 .comment-parent-link::after {
6550 box-shadow:
6551 0 28px 16px -16px var(--GW-comment-parent-background-color) inset,
6552 4px 16px 0 12px var(--GW-comment-background-color-target) inset,
6553 4px 4px 0 12px var(--GW-comment-background-color-target) inset;
6556 .comment-body {
6557 font-size: 1.1875rem;
6560 /*================================*/
6561 /* DEEP COMMENT THREAD COLLAPSING */
6562 /*================================*/
6564 .comment-item input[id^="expand"] + label::after {
6565 color: #00e;
6566 font-weight: 600;
6568 .comment-item input[id^="expand"] + label:hover::after {
6569 color: #c00;
6571 .comment-item input[id^="expand"] + label:active::after,
6572 .comment-item input[id^="expand"] + label:focus::after{
6573 color: #c00;
6575 .comment-item input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
6576 border-width: 1px 0 0 0;
6579 /*==============*/
6580 /* COMMENT-META */
6581 /*==============*/
6583 .comment-meta .author {
6584 font-size: 1.125em;
6585 color: #090;
6587 .comment-item .author:not(.redacted).original-poster::after {
6588 opacity: 0.6;
6589 filter: brightness(60%);
6592 .comment-item .karma.active-controls::after,
6593 .comment-item .karma .karma-value::after,
6594 .post .karma.active-controls::after,
6595 .post .karma .karma-value::after,
6596 .author::before {
6597 background-color: #eee;
6598 color: #777;
6599 border-radius: 4px;
6600 box-shadow: 0 0 0 1px #bbb inset;
6602 .comment-item .karma.active-controls::after,
6603 .post .karma.active-controls::after {
6604 padding: 6px;
6605 bottom: -46px;
6607 .comment-item .karma .karma-value::after,
6608 .post .karma .karma-value::after {
6609 padding: 2px 8px;
6610 top: -26px;
6611 min-width: 60px;
6614 /*====================*/
6615 /* ANTI-KIBITZER MODE */
6616 /*====================*/
6618 .author.redacted,
6619 .inline-author.redacted {
6620 opacity: 0.6;
6621 font-weight: 400;
6624 .karma-value.redacted {
6625 opacity: 0.4;
6628 .link-post-domain.redacted {
6629 opacity: 0.4;
6632 /*===========================*/
6633 /* COMMENT THREAD NAVIGATION */
6634 /*===========================*/
6636 div.comment-parent-link {
6637 font-weight: bold;
6639 a.comment-parent-link {
6640 font-weight: normal;
6642 a.comment-parent-link::before {
6643 color: #bbb;
6645 a.comment-parent-link:hover::before {
6646 background-color: #ffd;
6647 color: #999;
6650 div.comment-child-links {
6651 font-weight: bold;
6653 div.comment-child-links a {
6654 font-weight: normal;
6656 .comment-child-link::before {
6657 color: #aaa;
6660 .comment-item-highlight {
6661 box-shadow:
6662 0 0 2px #e7b200,
6663 0 0 3px #e7b200,
6664 0 0 5px #e7b200,
6665 0 0 7px #e7b200,
6666 0 0 10px #e7b200;
6667 border: 1px solid #e7b200;
6669 .comment-item-highlight-faint {
6670 box-shadow:
6671 0 0 2px #f8e7b5,
6672 0 0 3px #f8e7b5,
6673 0 0 5px #f8e7b5,
6674 0 0 7px #f8e7b5,
6675 0 0 10px #f8e7b5;
6676 border: 1px solid #f8e7b5;
6679 .comment-popup {
6680 background-color: #fff;
6683 /*=======================*/
6684 /* COMMENTS COMPACT VIEW */
6685 /*=======================*/
6687 #comments-list-mode-selector button {
6688 box-shadow:
6689 0 0 0 4px #eee inset,
6690 0 0 0 5px #aaa inset;
6692 #comments-list-mode-selector button:hover,
6693 #comments-list-mode-selector button.selected {
6694 box-shadow:
6695 0 0 0 1px #eee inset,
6696 0 0 0 2px #aaa inset,
6697 0 0 0 4px #eee inset,
6698 0 0 0 5px #aaa inset;
6700 #content.compact > .comment-thread .comment-item {
6701 max-height: 58px;
6703 #content.compact > .comment-thread .comment-item::after {
6704 color: #00e;
6705 background: linear-gradient(to right, transparent 0%, #fff 50%, #fff 100%);
6708 @media only screen and (hover: hover) {
6709 #content.compact > .comment-thread .comment-item:hover .comment,
6710 #content.compact > .comment-thread .comment-item.expanded .comment {
6711 background-color: #fff;
6712 outline: 3px solid #00c;
6714 #content.compact > .comment-thread .comment-item:hover .comment::before,
6715 #content.compact > .comment-thread .comment-item.expanded .comment::before {
6716 background-color: #fff;
6717 box-shadow:
6718 0 0 3px #fff,
6719 0 0 5px #fff,
6720 0 0 7px #fff,
6721 0 0 10px #fff,
6722 0 0 20px #fff,
6723 0 0 30px #fff,
6724 0 0 40px #fff;
6727 @media only screen and (hover: none) {
6728 #content.compact > .comment-thread.expanded .comment-item .comment {
6729 background-color: #fff;
6730 outline: 3px solid #00c;
6732 #content.compact > .comment-thread.expanded .comment-item .comment::before {
6733 background-color: #fff;
6734 box-shadow:
6735 0 0 3px #fff,
6736 0 0 5px #fff,
6737 0 0 7px #fff,
6738 0 0 10px #fff,
6739 0 0 20px #fff,
6740 0 0 30px #fff,
6741 0 0 40px #fff;
6745 #content.user-page.compact > h1.listing {
6746 margin-top: 0.5rem;
6748 #content.user-page.compact > h1.listing + .post-meta {
6749 margin-bottom: 0.5rem;
6752 /*===========================*/
6753 /* HIGHLIGHTING NEW COMMENTS */
6754 /*===========================*/
6756 .new-comment::before {
6757 display: none;
6759 .new-comment {
6760 border: 1px solid #e00;
6761 outline: 1px solid #e00;
6764 /*=================================*/
6765 /* COMMENT THREAD MINIMIZE BUTTONS */
6766 /*=================================*/
6768 .comment-minimize-button {
6769 color: #ccc;
6771 .comment-minimize-button:hover {
6772 color: #aaa;
6773 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6775 .comment-minimize-button::after {
6776 font-family: Trade Gothic, Helvetica, sans-serif;
6777 color: #777;
6779 .comment-minimize-button.maximized::after {
6780 color: #ccc;
6783 /*==============*/
6784 /* VOTE BUTTONS */
6785 /*==============*/
6787 .vote::before {
6788 content: "";
6789 border-radius: 50%;
6790 background-size: 17px 17px;
6791 width: 17px;
6792 height: 17px;
6793 display: inline-block;
6794 position: relative;
6795 top: 2.5px;
6797 .vote:active {
6798 transform: none;
6800 .vote:hover::before,
6801 .vote.selected::before,
6802 .vote.clicked-once::before,
6803 .vote.clicked-twice::before {
6804 filter: drop-shadow(0 0 1px #fff);
6807 .upvote::before,
6808 .waiting .upvote.big-vote.clicked-twice::before {
6809 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptMTQ0IDI3NmMwIDYuNi01LjQgMTItMTIgMTJoLTkydjkyYzAgNi42LTUuNCAxMi0xMiAxMmgtNTZjLTYuNiAwLTEyLTUuNC0xMi0xMnYtOTJoLTkyYy02LjYgMC0xMi01LjQtMTItMTJ2LTU2YzAtNi42IDUuNC0xMiAxMi0xMmg5MnYtOTJjMC02LjYgNS40LTEyIDEyLTEyaDU2YzYuNiAwIDEyIDUuNCAxMiAxMnY5Mmg5MmM2LjYgMCAxMiA1LjQgMTIgMTJ2NTZ6IiAgIGZpbGw9IiMwMEQ4MDAiLz48L3N2Zz4=');
6810 filter: grayscale(100%) brightness(128%);
6812 .downvote::before,
6813 .waiting .downvote.big-vote.clicked-twice::before {
6814 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHpNMTI0IDI5NmMtNi42IDAtMTItNS40LTEyLTEydi01NmMwLTYuNiA1LjQtMTIgMTItMTJoMjY0YzYuNiAwIDEyIDUuNCAxMiAxMnY1NmMwIDYuNi01LjQgMTItMTIgMTJIMTI0eiIgZmlsbD0iI0VCNEMyQSIvPjwvc3ZnPg==');
6815 filter: grayscale(100%) brightness(188%);
6818 .vote.clicked-once::before,
6819 .vote.big-vote.clicked-once::before {
6820 box-shadow:
6821 0 0 0 1px #fff,
6822 0 0 0 4px #c8c8c8,
6823 0 0 0 5px transparent;
6826 .vote.big-vote.clicked-twice::before,
6827 .waiting .vote.big-vote:not(.clicked-twice)::before,
6828 .waiting .vote:not(.big-vote).clicked-once::before {
6829 box-shadow: none;
6832 .upvote.clicked-twice::before,
6833 .upvote.big-vote::before {
6834 box-shadow:
6835 0 0 0 1px #fff,
6836 0 0 0 4px #00d800,
6837 0 0 0 5px transparent;
6840 .downvote.clicked-twice::before,
6841 .downvote.big-vote::before {
6842 box-shadow:
6843 0 0 0 1px #fff,
6844 0 0 0 4px #eb4c2a,
6845 0 0 0 5px transparent;
6848 /*===========================*/
6849 /* COMMENTING AND POSTING UI */
6850 /*===========================*/
6852 .posting-controls input[type='submit'] {
6853 background-color: #fff;
6854 border: 1px solid #aaa;
6855 font-weight: bold;
6857 .posting-controls input[type='submit']:hover,
6858 .posting-controls input[type='submit']:focus {
6859 background-color: #ddd;
6860 border: 1px solid #999;
6863 .comment-controls .cancel-comment-button {
6864 font-weight: 600;
6865 color: #c00;
6866 text-shadow:
6867 0 0 1px #fff,
6868 0 0 2px #fff;
6870 .comment-controls .cancel-comment-button:hover {
6871 color: #f00;
6872 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6875 .new-comment-button {
6876 font-weight: 600;
6879 .comment-controls .delete-button,
6880 .comment-controls .retract-button {
6881 color: #c00;
6883 .comment-controls .delete-button::before {
6884 font-size: 1em;
6885 font-weight: 400;
6886 opacity: 0.7;
6888 .comment-controls .edit-button,
6889 .comment-controls .unretract-button {
6890 color: #0a0;
6892 .comment-controls .action-button:hover {
6893 color: #f00
6896 .post-controls {
6897 margin: 0.25em -1em 0 0;
6899 h1.listing .edit-post-link,
6900 h1.listing .edit-post-link:visited,
6901 .post-controls .edit-post-link,
6902 .post-controls .edit-post-link:visited {
6903 color: #090;
6905 h1.listing .edit-post-link:hover,
6906 .post-controls .edit-post-link:hover {
6907 color: #d00;
6910 .posting-controls textarea {
6911 font-family: 'News Gothic BT', 'Helvetica', sans-serif;
6912 color: #000;
6913 border-color: #00e;
6915 .posting-controls textarea:focus {
6916 border-width: 29px 1px 1px 1px;
6917 box-shadow: 0 0 0 1px #00e;
6919 .posting-controls.edit-existing-post textarea:focus,
6920 .posting-controls form.edit-existing-comment textarea:focus {
6921 border-color: #090;
6922 box-shadow: 0 0 0 1px #090;
6925 /*= Scroll bars =*/
6927 .posting-controls textarea::-webkit-scrollbar {
6928 width: 16px;
6929 background-color: transparent;
6931 .posting-controls textarea::-webkit-scrollbar-track {
6932 background-color: #fff;
6933 border-left: 1px solid #0040ff;
6934 border-top: 1px solid #eee;
6936 .posting-controls textarea:focus::-webkit-scrollbar-track {
6937 border-top: 1px solid #ddf;
6938 border-left: 2px solid #0040ff;
6940 .posting-controls textarea::-webkit-scrollbar-thumb {
6941 background-color: #acacff;
6942 box-shadow: 0 0 0 1px #eee inset;
6943 border-left: 1px solid #0040ff;
6945 .posting-controls textarea:focus::-webkit-scrollbar-thumb {
6946 background-color: #0040ff;
6947 border-left: 2px solid #0040ff;
6948 box-shadow:
6949 0 1px 0 0 #ddf inset,
6950 0 0 0 1px #eee inset;
6953 .posting-controls.edit-existing-post textarea:focus::-webkit-scrollbar-track,
6954 .posting-controls form.edit-existing-comment textarea:focus::-webkit-scrollbar-track {
6955 border-left: 2px solid #090;
6957 .posting-controls.edit-existing-post textarea:focus::-webkit-scrollbar-thumb,
6958 .posting-controls form.edit-existing-comment textarea:focus::-webkit-scrollbar-thumb {
6959 border-left: 2px solid #090;
6960 background-color: #28a708;
6963 /* GUIEdit buttons */
6965 .guiedit-buttons-container {
6966 background-image: linear-gradient(to bottom, #fff 0%, #ddf 50%, #ccf 75%, #aaf 100%);
6969 .posting-controls.edit-existing-post .guiedit-buttons-container button,
6970 .posting-controls form.edit-existing-comment .guiedit-buttons-container button {
6971 color: #050;
6973 .guiedit-buttons-container button {
6974 font-family: Font Awesome, 'News Gothic BT', 'Helvetica', sans-serif;
6977 .guiedit::after {
6978 font-family: Trade Gothic, Helvetica, sans-serif;
6979 color: #777;
6980 text-shadow: none;
6983 /* Markdown hints */
6985 #markdown-hints-checkbox + label {
6986 color: #00e;
6988 #markdown-hints-checkbox + label:hover {
6989 color: #e00;
6990 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6992 #markdown-hints {
6993 border: 1px solid #c00;
6994 background-color: #ffa;
6997 /*================*/
6998 /* EDIT POST FORM */
6999 /*================*/
7001 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
7002 top: -2px;
7004 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
7005 border-radius: 3px;
7006 border: 1px solid #ddd;
7007 color: #777;
7009 @media only screen and (hover:hover) {
7010 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover,
7011 #edit-post-form .post-meta-fields input[type='checkbox']:focus + label {
7012 text-shadow:
7013 0 0 1px #fff,
7014 0 0 2px #fff,
7015 0 0 2.5px #aaa;
7017 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover::before,
7018 #edit-post-form .post-meta-fields input[type='checkbox']:focus + label::before {
7019 border-color: #aaa;
7022 #edit-post-form .post-meta-fields input[type='checkbox']:checked + label::before {
7023 content: "\F00C";
7025 #edit-post-form input[type='radio'] + label {
7026 color: #777;
7027 border-color: #ddd;
7029 #edit-post-form input[type='radio'][value='all'] + label {
7030 border-radius: 8px 0 0 8px;
7031 border-width: 1px;
7033 #edit-post-form input[type='radio'][value='drafts'] + label {
7034 border-radius: 0 8px 8px 0;
7036 #edit-post-form input[type='radio'] + label:hover,
7037 #edit-post-form input[type='radio']:focus + label {
7038 background-color: #ddd;
7039 color: #000;
7041 #edit-post-form input[type='radio']:focus + label {
7042 color: #000;
7043 box-shadow:
7044 0 0 0 1px #aaa;
7046 #edit-post-form input[type='radio']:checked + label {
7047 background-color: #ddd;
7048 border-color: #ddd;
7049 color: #000;
7050 text-shadow:
7051 0 -1px 0 #fff,
7052 0 0.5px 0.5px #000;
7055 /*=======*/
7056 /* LINKS */
7057 /*=======*/
7060 text-decoration: none;
7061 color: #00e;
7063 a:visited {
7064 color: #551a8b;
7066 a:hover {
7067 text-decoration: underline;
7070 /*=========*/
7071 /* BUTTONS */
7072 /*=========*/
7074 button,
7075 input[type='submit'] {
7076 color: #00e;
7079 button:hover,
7080 input[type='submit']:hover,
7081 button:focus,
7082 input[type='submit']:focus {
7083 color: #d00;
7084 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7086 button:active,
7087 input[type='submit']:active {
7088 color: #f00;
7089 transform: scale(0.9);
7091 .button:visited {
7092 color: #00e;
7094 .button:hover {
7095 color: #d00;
7096 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7097 text-decoration: none;
7099 .button:active {
7100 transform: scale(0.9);
7102 .button:focus:not(:hover) {
7103 transform: none;
7105 @-moz-document url-prefix() {
7106 .button:active {
7107 transform: none;
7111 /*==========*/
7112 /* HEADINGS */
7113 /*==========*/
7115 .body-text h1,
7116 .body-text h2,
7117 .body-text h3,
7118 .body-text h4,
7119 .body-text h5,
7120 .body-text h6 {
7121 font-family: Trade Gothic, Helvetica, sans-serif;
7123 .body-text h6 {
7124 color: #555;
7127 /*========*/
7128 /* QUOTES */
7129 /*========*/
7131 blockquote {
7132 border-left: 5px solid #ccc;
7135 /*========*/
7136 /* IMAGES */
7137 /*========*/
7139 #content img,
7140 #content figure.image img {
7141 border: 1px solid #ccc;
7143 #content figure img {
7144 border: 1px solid #000;
7146 #content img[src$='.svg'],
7147 #content figure img[src$='.svg'] {
7148 border: none;
7150 #content img[style^='float'] {
7151 border: 1px solid transparent;
7154 /*========*/
7155 /* TABLES */
7156 /*========*/
7158 #content:not(.tag-index-page) .body-text table,
7159 #content:not(.tag-index-page) .body-text table th,
7160 #content:not(.tag-index-page) .body-text table td {
7161 border: 1px solid #ccc;
7164 /*======*/
7165 /* MISC */
7166 /*======*/
7168 hr {
7169 border-bottom: 1px solid #999;
7172 code {
7173 background-color: #f6f6ff;
7174 border: 1px solid #ddf;
7175 border-radius: 4px;
7178 input[type='text'],
7179 input[type='search'],
7180 input[type='password'] {
7181 border: 1px solid #999;
7182 color: #000;
7183 background-color: transparent;
7185 input[type='text']:focus,
7186 input[type='search']:focus,
7187 input[type='password']:focus {
7188 border: 1px solid #00e;
7189 outline: 1px solid #00e;
7192 select {
7193 color: #000;
7196 /*============*/
7197 /* ABOUT PAGE */
7198 /*============*/
7200 .about-page mark {
7201 background-color: #e6e6e6;
7202 text-decoration: none;
7203 box-shadow:
7204 0 -1px 0 0 #000 inset,
7205 0 -3px 1px -2px #000 inset;
7206 padding: 0 1px;
7209 #content.about-page .accesskey-table {
7210 font-family: Trade Gothic, Helvetica, sans-serif;
7211 border-color: #ddd;
7214 #content.about-page img {
7215 border: 1px solid #000;
7218 /*========================*/
7219 /* QUALIFIED HYPERLINKING */
7220 /*========================*/
7222 #aux-about-link a {
7223 color: #777;
7225 #aux-about-link a:hover {
7226 opacity: 1.0;
7227 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7230 .qualified-linking label {
7231 color: #00e;
7233 .qualified-linking label:hover {
7234 text-shadow:
7235 0 0 1px #fff,
7236 0 0 3px #fff,
7237 0 0 5px #00e;
7240 .qualified-linking-toolbar {
7241 border: 1px solid #000;
7242 background-color: #fff;
7244 .qualified-linking-toolbar a {
7245 background-color: #eee;
7246 border: 1px solid #ccc;
7247 border-radius: 4px;
7249 .qualified-linking-toolbar a:visited {
7250 color: #00e;
7252 .qualified-linking-toolbar a:hover {
7253 text-decoration: none;
7254 background-color: #ddd;
7255 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7257 .qualified-linking label::after {
7258 background-color: #eee;
7259 opacity: 0.8;
7262 /*======*/
7263 /* MATH */
7264 /*======*/
7266 .mathjax-block-container::-webkit-scrollbar {
7267 height: 12px;
7268 background-color: #f6f6ff;
7269 border-radius: 6px;
7270 border: 1px solid #ddf;
7272 .mathjax-block-container::-webkit-scrollbar-thumb {
7273 background-color: #dde;
7274 border-radius: 6px;
7275 border: 1px solid #cce;
7277 .mathjax-inline-container::-webkit-scrollbar {
7278 height: 8px;
7279 background-color: #f6f6ff;
7280 border-radius: 4px;
7281 border: 1px solid #ddf;
7283 .mathjax-inline-container::-webkit-scrollbar-thumb {
7284 background-color: #dde;
7285 border-radius: 4px;
7286 border: 1px solid #cce;
7289 /*=================*/
7290 /* ALIGNMENT FORUM */
7291 /*=================*/
7293 #content.alignment-forum-index-page::before {
7294 background-color: #eaedff;
7296 #content.alignment-forum-index-page::after {
7297 font-family: "Concourse SmallCaps";
7298 font-weight: 600;
7299 background-color: #7f85b2;
7300 color: transparent;
7301 -webkit-background-clip: text;
7302 text-shadow:
7303 rgba(255,255,255,0.5) 0px 3px 3px;
7305 @media only screen and (hover: hover) {
7306 #content.alignment-forum-index-page h1.listing a:hover,
7307 #content.alignment-forum-index-page h1.listing a:focus {
7308 background-color: rgba(234,237,255,0.85);
7312 /*====================*/
7313 /* FOR NARROW SCREENS */
7314 /*====================*/
7316 @media only screen and (max-width: 1440px) {
7317 #hns-date-picker {
7318 background-color: #d8d8d8;
7319 opacity: 1.0;
7321 #hns-date-picker::before {
7322 border: 1px solid #999;
7323 border-width: 1px 0 1px 1px;
7326 @media only screen and (max-width: 1200px) {
7327 #hns-date-picker {
7328 background-color: #eee;
7330 #hns-date-picker::before {
7331 display: none;
7334 @media only screen and (max-width: 1080px) {
7335 #text-size-adjustment-ui button {
7336 border: 1px solid #999;
7337 padding: 0 0 0 1px;
7338 border-radius: 50%;
7339 box-shadow:
7340 0 0 6px #999 inset,
7341 0 0 0 1px transparent;
7343 #theme-tweaker-toggle button {
7344 border: 1px solid #999;
7345 box-shadow:
7346 0 0 10px #999 inset,
7347 0 0 0 1px transparent;
7348 border-radius: 50%;
7349 transform: scale(0.8);
7352 @media only screen and (max-width: 1020px) {
7353 #quick-nav-ui a {
7354 box-shadow:
7355 0 0 0 1px #999,
7356 0 0 0 2px transparent;
7358 #new-comment-nav-ui .new-comments-count::before {
7359 background-color: #d8d8d8;
7360 box-shadow:
7361 0 0 0 1px #999,
7362 0 0 0 2px transparent;
7363 border-radius: 8px;
7366 @media only screen and (max-width: 1160px) {
7367 #theme-selector {
7368 background-color: #eee;
7369 box-shadow:
7370 0 0 0 1px #999,
7371 0 0 0 2px transparent;
7373 #theme-selector:hover::after {
7374 background-color: #999;
7375 width: calc(6em - 3px);
7376 height: calc(100% - 5px);
7377 top: 3px;
7378 left: 100%;
7380 #text-size-adjustment-ui button {
7381 background-color: #ddd;
7383 #text-size-adjustment-ui button:hover {
7384 background-color: #eee;
7386 #theme-tweaker-toggle button {
7387 background-color: #ddd;
7391 /*========*/
7392 /* MOBILE */
7393 /*========*/
7395 /*******************************************************/
7396 @media not screen and (hover:hover) and (pointer:fine) {
7397 /*******************************************************/
7398 #ui-elements-container > div[id$='-ui-toggle'] button,
7399 #theme-selector .theme-selector-close-button {
7400 color: #aaa;
7401 text-shadow:
7402 0 0 1px #fff,
7403 0 0 3px #fff,
7404 0 0 5px #fff,
7405 0 0 10px #fff,
7406 0 0 20px #fff,
7407 0 0 30px #fff;
7410 #theme-selector {
7411 background-color: #eee;
7412 box-shadow:
7413 0 0 0 1px #999,
7414 0 0 1px 3px #fff,
7415 0 0 3px 3px #fff,
7416 0 0 5px 3px #fff,
7417 0 0 10px 3px #fff,
7418 0 0 20px 3px #fff;
7419 border-radius: 12px;
7421 #theme-selector::before {
7422 color: #777;
7423 font-weight: normal;
7424 text-shadow: 0.5px 0.5px 0 #aaa;
7426 #theme-selector button {
7427 background-color: #e6e6e6;
7428 border-radius: 10px;
7430 #theme-selector button::after {
7431 color: #000;
7432 max-width: calc(100% - 3.5em);
7433 overflow: hidden;
7434 text-overflow: ellipsis;
7435 padding: 0 0 2px 0;
7437 #theme-selector button.selected::after {
7438 text-shadow:
7439 0 -1px 0 #fff,
7440 0 0.5px 0.5px #000;
7443 #quick-nav-ui {
7444 background-color: #fff;
7446 #quick-nav-ui,
7447 #new-comment-nav-ui,
7448 #hns-date-picker {
7449 box-shadow:
7450 0 0 1px 3px #fff,
7451 0 0 3px 3px #fff,
7452 0 0 5px 3px #fff,
7453 0 0 10px 3px #fff,
7454 0 0 20px 3px #fff;
7456 #quick-nav-ui a::after,
7457 #new-comment-nav-ui::before {
7458 font-family: Trade Gothic, Helvetica, sans-serif;
7459 font-weight: bold;
7460 box-shadow:
7461 0 0 1px 0 #fff,
7462 0 0 3px 0 #fff,
7463 0 0 5px 0 #fff;
7464 background-color: #fff;
7465 border-radius: 4px;
7467 #quick-nav-ui,
7468 #new-comment-nav-ui {
7469 border-radius: 8px;
7471 #new-comment-nav-ui {
7472 background-color: #fff;
7473 border: 1px solid #999;
7475 #new-comment-nav-ui::before {
7476 color: #777;
7477 font-weight: bold;
7479 #new-comment-nav-ui .new-comment-sequential-nav-button {
7480 box-shadow: 0 0 0 1px #999;
7481 color: #00c;
7483 #new-comment-nav-ui .new-comments-count {
7484 background-color: inherit;
7485 box-shadow: 0 -1px 0 0 #999;
7487 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
7488 color: #bbb;
7490 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
7491 border-radius: 7px 0 0 7px;
7493 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-next {
7494 border-radius: 0 7px 7px 0;
7496 #new-comment-nav-ui button::after {
7497 font-family: Trade Gothic, Helvetica, sans-serif;
7499 #hns-date-picker {
7500 background-color: #fff;
7501 border: 1px solid #999;
7504 /*****************************************/
7505 @media only screen and (max-width: 900px) {
7506 /*****************************************/
7507 h1.listing + .post-meta > * {
7508 line-height: 1.5;
7510 h1.listing + .post-meta .post-section {
7511 overflow: visible;
7512 order: 1;
7514 h1.listing + .post-meta .post-section::before {
7515 position: unset;
7518 #primary-bar .nav-inner {
7519 font-size: 1.375em;
7521 .nav-bar-top:not(#primary-bar) .nav-inner {
7522 font-size: 1.125em;
7524 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) .nav-inner {
7525 padding: 6px 10px;
7528 .archive-nav *[class^='archive-nav-item-'] {
7529 border-width: 1px !important;
7531 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
7532 background-color: #aaa;
7535 .comment-item .comment-item {
7536 margin: 0.75em 3px 3px 6px;
7538 .comment-item .comment-item + .comment-item {
7539 margin: 1.5em 3px 3px 6px;
7542 .sublevel-nav:not(.sort) .sublevel-item,
7543 .sublevel-nav:not(.sort) .sublevel-item:first-child,
7544 .sublevel-nav:not(.sort) .sublevel-item:last-child {
7545 border-radius: 8px;
7546 border-width: 1px;
7547 margin: 2px;
7549 /*******************************************/
7550 } @media only screen and (max-width: 720px) {
7551 /*******************************************/
7552 /*******************************************/
7553 } @media only screen and (max-width: 520px) {
7554 /*******************************************/
7555 h1.listing {
7556 font-size: 1.25rem;
7557 margin: 18px 6px 4px 6px;
7558 max-width: calc(100% - 12px);
7560 h1.listing + .post-meta {
7561 margin: 4px 6px;
7563 h1.listing .link-post-link {
7564 top: 2px;
7566 #content.conversations-user-page h1.listing::after {
7567 height: calc(100% + 2.25em);
7569 #content.conversations-user-page h1.listing + .post-meta .date {
7570 margin: 0 0 0 1em;
7573 .comment-body {
7574 font-size: 1.125rem;
7577 #content.compact > .comment-thread .comment-item {
7578 max-height: 105px;
7581 .textarea-container:focus-within textarea {
7582 background-color: #fff;
7583 border-width: 1px;
7585 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
7586 padding: 5px 6px 6px 6px;
7587 font-weight: bold;
7589 .textarea-container:focus-within .guiedit-mobile-help-button.active {
7590 box-shadow:
7591 0 0 0 2px #c00;
7592 color: #c00;
7594 .textarea-container:focus-within .guiedit-buttons-container {
7595 background-color: #fff;
7596 border-top: 1px solid #ddf;
7598 .posting-controls .textarea-container:focus-within .guiedit-buttons-container {
7599 box-shadow: none;
7601 #content.conversation-page .textarea-container:focus-within::after {
7602 background-color: #fff;
7604 .textarea-container:focus-within button.guiedit {
7605 border: 1px solid #00c;
7606 border-radius: 6px;
7608 #markdown-hints::after {
7609 color: #090;
7612 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
7613 top: 2px;
7615 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
7616 top: 1px;
7622 /*************/
7623 /* ACCORDIUS */
7624 /*************/
7626 /*======*/
7627 /* TAGS */
7628 /*======*/
7630 #tags {
7631 order: 12;
7632 display: flex;
7633 flex-basis: 100%;
7634 justify-content: center;
7635 margin: 0;
7636 flex-flow: row wrap;
7637 align-items: flex-start;
7640 /*============*/
7641 /* THEME ZERO */
7642 /*============*/
7644 /*++++++*/
7645 /* TAGS */
7646 /*++++++*/
7648 #tags {
7649 padding: 0.5em;
7651 #tags::before {
7652 content: "Tags:";
7653 margin: 0 0.25em 0 0;
7654 opacity: 0.5;
7655 line-height: 1;
7656 align-self: center;
7658 #tags a {
7659 border-radius: 8px;
7660 background-color: #f6f6f6;
7661 border: 1px solid #ccc;
7662 padding: 5px 8px 5px 8px;
7663 line-height: 1;
7664 margin: 0.25em;
7665 font-size: 0.9375em;
7667 #tags a:hover {
7668 text-decoration: none;
7669 background-color: #fff;
7671 #tags a:active {
7672 color: #d00;