Adjusted related-posts fleur-de-lis symbol styling
[lw2-viewer.git] / www / css / style-zero.windows.css
blob5cf3b1f031847e8d869ce2e11c5277cd8033e04a
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 .voting-controls,
1841 .comment-item .voting-controls {
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 width: 100%;
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 .voting-controls.active-controls:hover::after,
1860 .comment-item .voting-controls.active-controls:hover::after {
1861 opacity: 1.0;
1864 .post .voting-controls .karma-value::after,
1865 .comment-item .voting-controls .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 .voting-controls .karma-value:hover::after,
1880 .comment-item .voting-controls .karma-value:hover::after {
1881 opacity: 1.0;
1883 .comment-item .voting-controls .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 font-size: 1.375em;
2092 font-weight: normal;
2093 margin-right: 0.15em;
2094 position: relative;
2095 vertical-align: baseline;
2096 top: 0.05em;
2098 .related-posts .post-type-prefix {
2099 display: none;
2102 /**************/
2103 /* LINK POSTS */
2104 /**************/
2106 .post.link-post > .post-body > p:first-child {
2107 text-align: center;
2108 font-size: 1.125em;
2109 margin: 0.5em 0 0 0;
2111 .post.link-post > .post-body > p:only-child {
2112 font-size: 1.5em;
2113 margin: 1em 0;
2115 .post.link-post a.link-post-link::before {
2116 content: "\F0C1";
2117 font-family: "Font Awesome", "Font Awesome 5 Free";
2118 font-weight: 900;
2119 font-size: 0.75em;
2120 position: relative;
2121 top: -2px;
2122 margin-right: 0.25em;
2125 /************/
2126 /* COMMENTS */
2127 /************/
2129 .comments {
2130 max-width: 100%;
2131 padding: 0 0 1px 0;
2132 position: relative;
2134 .comments::before {
2135 content: "";
2136 position: absolute;
2137 display: block;
2138 top: 0;
2139 left: 0;
2140 width: 100%;
2141 height: 100%;
2142 pointer-events: none;
2144 ul.comment-thread {
2145 list-style-type: none;
2146 padding: 0;
2147 max-width: 100%;
2149 .comments .comment-thread > li {
2150 position: relative;
2152 #content > #top-nav-bar + .comment-thread .comment-item {
2153 margin-top: 0;
2156 .comment-item {
2157 margin: 2em 0 0 0;
2159 .comment-item .comment-item {
2160 margin: 1em 8px 8px 16px;
2162 .comment-item .comment-item + .comment-item {
2163 margin: 2em 8px 8px 16px;
2166 .comment-body {
2167 line-height: 1.45;
2168 font-size: 1.2rem;
2169 padding: 10px;
2171 .comment-body ul {
2172 list-style-type: circle;
2174 .comment-body > *:first-child {
2175 margin-top: 0;
2177 .comment-body > *:last-child {
2178 margin-bottom: 0;
2181 .comments-empty-message {
2182 width: 100%;
2183 text-align: center;
2184 padding: 0.75em 0 0.9em 0;
2185 font-size: 1.375em;
2188 /**********************************/
2189 /* DEEP COMMENT THREAD COLLAPSING */
2190 /**********************************/
2192 .comment-item > input[id^="expand"] {
2193 display: none;
2195 .comment-item > input[id^="expand"] + label {
2196 display: block;
2197 visibility: hidden;
2198 position: relative;
2199 margin: 8px 9px;
2201 .comment-item > input[id^="expand"] + label::after {
2202 content: "(Expand " attr(data-child-count) " below)";
2203 visibility: visible;
2204 position: absolute;
2205 left: 0;
2206 white-space: nowrap;
2207 cursor: pointer;
2209 .comment-item > input[id^="expand"]:checked + label::after {
2210 content: "(Collapse " attr(data-child-count) " below)";
2212 .comment-item > input[id^="expand"] ~ .comment-thread {
2213 max-height: 34px;
2214 overflow: hidden;
2216 .comment-item > input[id^="expand"] ~ .comment-thread > li:first-child {
2217 margin-top: 0;
2219 .comment-item > input[id^="expand"]:checked ~ .comment-thread {
2220 max-height: 1000000px;
2223 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
2224 margin: 0;
2226 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item a.comment-parent-link:hover::after {
2227 display: none;
2230 /*************/
2231 /* BACKLINKS */
2232 /*************/
2234 .backlinks > input {
2235 display: none;
2238 .backlinks > label {
2239 margin-left: 10px;
2240 display: block;
2241 color: #00f;
2242 cursor: pointer;
2245 .backlinks > label::before {
2246 content: " ";
2247 border-left: 5px solid currentColor;
2248 border-top: 5px solid transparent;
2249 border-bottom: 5px solid transparent;
2250 transition: transform 0.25s ease-out;
2251 transform-origin: 29% 55%;
2252 display: inline-block;
2253 padding-right: 0.5em;
2256 .backlinks > input:checked + label::before {
2257 transform: rotate(90deg);
2260 .backlinks li {
2261 margin-top: 0;
2264 .backlinks > ul {
2265 height: 0;
2266 perspective-origin: top;
2267 transform: perspective(100em) rotateX(-90deg);
2268 transform-origin: center top;
2269 opacity: 0;
2270 margin-top: 0.5em;
2271 margin-bottom: 0.5em;
2274 .backlinks > input:checked ~ ul {
2275 height: auto;
2276 transform: perspective(100em) rotateX(0deg);
2277 transition: transform 0.25s ease-in, opacity 0.25s ease-in;
2278 opacity: 1;
2281 /****************/
2282 /* COMMENT-META */
2283 /****************/
2285 .comment-meta {
2286 padding: 2px 24px 2px 10px;
2287 margin: 0 -1px;
2288 border: none;
2289 display: flex;
2290 flex-flow: row wrap;
2291 align-items: baseline;
2293 .user-page .comment-meta,
2294 .conversation-page .comment-meta {
2295 padding-right: 10px;
2297 .comment-meta .comment-post-title {
2298 flex-basis: 100%;
2299 overflow: hidden;
2300 text-overflow: ellipsis;
2301 line-height: 1.3;
2303 .conversation-page .comment-meta .comment-post-title {
2304 margin: 0;
2305 flex-basis: unset;
2306 flex: 1 0 auto;
2307 text-align: right;
2308 display: none; /* Not sure if we need to display this... */
2310 .comment-item .author:not(.redacted).original-poster::after {
2311 content: "\2004(OP)";
2312 font-size: 0.75em;
2315 /*****************************/
2316 /* COMMENT THREAD NAVIGATION */
2317 /*****************************/
2319 a.comment-parent-link:not(.inline-author),
2320 a.comment-parent-link.inline-author::before {
2321 opacity: 0.5;
2323 a.comment-parent-link:hover {
2324 opacity: 1.0;
2326 a.comment-parent-link::before {
2327 content: "\F062";
2328 font-family: "Font Awesome", "Font Awesome 5 Free";
2329 font-weight: 900;
2330 font-size: 0.75rem;
2331 line-height: 1;
2332 position: absolute;
2333 z-index: 1;
2334 display: block;
2335 padding: 3px 3px 0 3px;
2336 width: 16px;
2337 height: calc(100% + 2px);
2338 top: -1px;
2339 left: -17px;
2341 a.comment-parent-link::after {
2342 content: "";
2343 position: absolute;
2344 z-index: 0;
2345 display: block;
2346 width: calc(100% + 26px);
2347 height: calc(100% + 38px);
2348 top: -29px;
2349 left: -17px;
2350 pointer-events: none;
2351 overflow: hidden;
2352 visibility: hidden;
2354 a.comment-parent-link:hover::after {
2355 visibility: visible;
2358 .comment-child-links {
2359 flex-basis: 100%;
2361 .comment-child-link {
2362 margin: 0 0.25em;
2363 display: inline-block;
2365 .comment-child-link::before {
2366 content: ">";
2367 display: inline-block;
2368 margin: 0 2px 0 0;
2371 .comment-popup {
2372 position: fixed;
2373 top: 10%;
2374 right: 10%;
2375 max-width: 700px;
2376 z-index: 10001;
2377 font-size: 1rem;
2378 white-space: unset;
2379 pointer-events: none;
2381 .comment-popup .comment-parent-link {
2382 display: none;
2384 .comment-popup .comment-body {
2385 font-size: 1.0625rem;
2388 .comment-item.depth-odd {
2389 --GW-comment-background-color: var(--GW-comment-background-color-odd);
2390 --GW-comment-parent-background-color: var(--GW-comment-background-color-even);
2392 .comment-item.depth-even {
2393 --GW-comment-background-color: var(--GW-comment-background-color-even);
2394 --GW-comment-parent-background-color: var(--GW-comment-background-color-odd);
2397 .comment-item:target {
2398 --GW-comment-background-color: var(--GW-comment-background-color-target);
2400 .comment-item:target > .comment-thread > .comment-item {
2401 --GW-comment-parent-background-color: var(--GW-comment-background-color-target);
2404 /**********************/
2405 /* COMMENT PERMALINKS */
2406 /**********************/
2407 /********************/
2408 /* COMMENT LW LINKS */
2409 /********************/
2411 .comment-meta .permalink::before,
2412 .comment-meta .lw2-link::before,
2413 .individual-thread-page a.comment-parent-link:empty::before {
2414 content: "";
2415 display: inline-block;
2416 width: 1rem;
2417 height: 1rem;
2418 border-radius: 3px;
2419 box-shadow:
2420 0 0 0 1px #fff,
2421 0 0 0 2px #00e,
2422 0 0 0 3px transparent;
2423 padding: 0 0 0 2px;
2424 background-size: 100%;
2425 position: relative;
2426 top: 2px;
2427 opacity: 0.5;
2429 .comment-meta .permalink::before {
2430 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');
2432 .comment-meta .lw2-link::before {
2433 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==');
2435 .individual-thread-page a.comment-parent-link:empty::before {
2436 left: unset;
2437 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==');
2439 .comment-meta .permalink:hover::before {
2440 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');
2442 .comment-meta .lw2-link:hover::before {
2443 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==');
2445 .individual-thread-page a.comment-parent-link:empty:hover::before {
2446 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=');
2448 .comment-meta .permalink:hover::before,
2449 .comment-meta .lw2-link:hover::before,
2450 .individual-thread-page a.comment-parent-link:empty:hover::before {
2451 box-shadow:
2452 0 0 0 2px #00e,
2453 0 0 0 3px transparent;
2454 opacity: 1.0;
2455 filter: unset;
2457 .comment-meta .permalink:active::before,
2458 .comment-meta .lw2-link:active::before,
2459 .individual-thread-page a.comment-parent-link:empty:active::before {
2460 transform: scale(0.9);
2463 .comment-meta .permalink,
2464 .comment-meta .lw2-link,
2465 .individual-thread-page .comment-parent-link:empty {
2466 position: relative;
2467 opacity: 1.0;
2469 .comment-meta .permalink::after,
2470 .comment-meta .lw2-link::after,
2471 .individual-thread-page .comment-parent-link:empty::after {
2472 content: "";
2473 width: 30px;
2474 height: 30px;
2475 display: block;
2476 position: absolute;
2477 top: -2px;
2478 left: -7px;
2479 box-shadow: none;
2480 pointer-events: auto;
2481 visibility: visible;
2484 /*************************/
2485 /* COMMENTS COMPACT VIEW */
2486 /*************************/
2488 #comments-list-mode-selector,
2489 #content.index-page #comments-list-mode-selector,
2490 #content.user-page #comments-list-mode-selector {
2491 padding-top: 6px;
2492 grid-column: 1;
2493 position: unset;
2494 z-index: 1;
2495 justify-self: start;
2496 align-self: start;
2498 #comments-list-mode-selector button {
2499 color: transparent;
2500 width: 32px;
2501 height: 32px;
2502 padding: 6px;
2503 margin: 1px;
2504 overflow: hidden;
2505 background-repeat: no-repeat;
2506 background-size: 100%;
2507 background-origin: content-box;
2509 #comments-list-mode-selector button:disabled {
2510 cursor: auto;
2512 #comments-list-mode-selector button.expanded {
2513 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJTnI+py+0Po5wn2Iuz3lrxD25eSIJjiWZnyq4s6r5kLJtJndK4eO9z77NRhsSi8YhMKpfMpvMJjTqDIR3VYr1mqdtg1/fdhXHjWll2fqVb0rY7WQAAOw==');
2515 #comments-list-mode-selector button.compact {
2516 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJXnI+py+0Po5y0uoCz3rxz5YViB46mWJ7qlq5u66rWTNf2fcQxrI98H/oBSYnhSWjU4JbMJi7pK0KD0ikRYfUgp1uo8wsOM7LXHJlVPWO6SbbRPRTL57gCADs=');
2518 @media only screen and (max-resolution: 1dppx) {
2519 #comments-list-mode-selector button.expanded {
2520 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKampqqqqv///wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCJSasV7Gqat+6eBYbcQopRqq5s257VeMokHdoevrm8mgAAOw==');
2522 #comments-list-mode-selector button.compact {
2523 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKqqqtvb2////wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCFSasN7Gqat45g433LeHUmF65phbZvurLtFJv3OO98zyQAOw==');
2527 #content > ul.comment-thread > li.comment-item,
2528 #content.compact > ul.comment-thread > li.comment-item {
2529 margin: 0;
2532 #content > .comment-thread {
2533 margin: 1em 0;
2535 #content.compact > .comment-thread {
2536 font-size: 0.9375rem;
2537 margin: 0.5em 0;
2539 #content.compact > .comment-thread:hover {
2540 z-index: 1;
2542 #content.compact > .comment-thread .comment-body {
2543 font-size: 1.0625rem;
2545 #content.compact > .comment-thread .comment-item,
2546 #content.index-page .comment-item.ignored,
2547 #content.inbox-user-page .comment-item.ignored {
2548 max-height: 61px;
2549 margin-top: 1em;
2550 overflow: hidden;
2551 position: relative;
2553 #content.compact > .comment-thread .comment-item {
2554 pointer-events: none;
2556 #content.compact > .comment-thread .comment-item::after {
2557 content: "…";
2558 position: absolute;
2559 right: 0;
2560 bottom: 0;
2561 font-size: 2rem;
2562 line-height: 1;
2563 padding: 0 16px 10px 64px;
2564 pointer-events: auto;
2566 @media only screen and (hover: hover) {
2567 #content.compact:not(:focus-within) > .comment-thread .comment-item:hover,
2568 #content.compact > .comment-thread .comment-item.expanded {
2569 overflow: visible;
2570 pointer-events: auto;
2571 z-index: 10;
2574 @media only screen and (hover: none) {
2575 #content.compact > .comment-thread.expanded .comment-item {
2576 overflow: visible;
2577 pointer-events: auto;
2578 z-index: 10;
2581 #content.compact > .comment-thread .comment-item .comment-meta {
2582 white-space: nowrap;
2583 overflow: hidden;
2584 text-overflow: ellipsis;
2585 padding: 2px 10px;
2587 #content.compact > .comment-thread .comment-item:hover .comment-meta {
2588 white-space: unset;
2590 #content.compact > .comment-thread .comment-item .comment-meta a {
2591 pointer-events: auto;
2593 #content.compact > .comment-thread .comment-item .comment-meta .comment-post-title {
2594 display: inline;
2596 #content.compact > .comment-thread .comment-item .comment-meta .voting-controls + .comment-post-title {
2597 margin-left: 0.75em;
2599 @media only screen and (hover: hover) {
2600 #content.compact > .comment-thread:last-of-type .comment-item:hover,
2601 #content.compact > .comment-thread:last-of-type .comment-item.expanded {
2602 max-height: unset;
2604 #content.compact > .comment-thread .comment-item:hover .comment,
2605 #content.compact > .comment-thread .comment-item.expanded .comment {
2606 position: relative;
2607 z-index: 1;
2608 margin-bottom: 2em;
2609 bottom: 0;
2611 #content.compact > .comment-thread .comment-item:hover .comment::before,
2612 #content.compact > .comment-thread .comment-item.expanded .comment::before{
2613 content: "";
2614 position: absolute;
2615 display: block;
2616 width: calc(100% + 20px);
2617 height: calc(100% + 20px);
2618 z-index: -1;
2619 top: -10px;
2620 left: -10px;
2622 #content.compact > .comment-thread:last-of-type .comment-item:hover .comment,
2623 #content.compact > .comment-thread:last-of-type .comment-item.expanded .comment{
2624 margin: 0;
2627 @media only screen and (hover: none) {
2628 #content.compact > .comment-thread.expanded:last-of-type .comment-item {
2629 max-height: unset;
2631 #content.compact > .comment-thread.expanded .comment-item .comment {
2632 position: relative;
2633 z-index: 1;
2634 margin-bottom: 2em;
2635 bottom: 0;
2637 #content.compact > .comment-thread.expanded .comment-item .comment::before {
2638 content: "";
2639 position: absolute;
2640 display: block;
2641 width: calc(100% + 14px);
2642 height: calc(100% + 20px);
2643 z-index: -1;
2644 top: -10px;
2645 left: -10px;
2647 #content.compact > .comment-thread.expanded:last-of-type .comment-item .comment {
2648 margin: 0;
2650 #content.compact > .comment-thread.expanded .comment-item .comment::after {
2651 content: "";
2652 display: block;
2653 position: fixed;
2654 top: 0;
2655 left: 0;
2656 width: 100%;
2657 height: 100%;
2658 z-index: -2;
2659 background-color: rgba(0,0,0,0.5);
2663 /*****************************/
2664 /* HIGHLIGHTING NEW COMMENTS */
2665 /*****************************/
2667 .new-comment::before {
2668 content: "";
2669 position: absolute;
2670 width: 100%;
2671 height: 100%;
2672 z-index: 5000;
2673 pointer-events: none;
2676 /***********************************/
2677 /* COMMENT THREAD MINIMIZE BUTTONS */
2678 /***********************************/
2680 .comment-minimize-button {
2681 font-family: "Font Awesome", "Font Awesome 5 Free";
2682 font-weight: 900;
2683 font-size: 1.25rem;
2684 line-height: 1;
2685 position: absolute;
2686 right: 1px;
2687 top: 1px;
2688 width: 18px;
2689 margin: 0;
2690 cursor: pointer;
2692 .comment-minimize-button:active {
2693 transform: scale(0.9);
2695 .comment-minimize-button::after {
2696 content: attr(data-child-count);
2697 font-weight: normal;
2698 font-size: 0.8125rem;
2699 position: absolute;
2700 left: 0;
2701 width: 100%;
2702 text-align: center;
2703 top: 21px;
2705 #content.individual-thread-page .comment-minimize-button {
2706 display: none;
2709 /*****************/
2710 /* IGNORE SYSTEM */
2711 /*****************/
2713 #content.comment-thread-page .comment-item.ignored {
2714 height: 38px;
2715 overflow: hidden;
2717 .comment-item.ignored > .comment > .comment-meta > .author {
2718 text-decoration: line-through;
2721 /***********************************/
2722 /* INDIVIDUAL COMMENT THREAD PAGES */
2723 /***********************************/
2725 .individual-thread-page > h1 {
2726 line-height: 1;
2727 margin: 0.75em 0 3px 0;
2729 .individual-thread-page .comments {
2730 border: none;
2733 /*************/
2734 /* SHORTFORM */
2735 /*************/
2737 .shortform-index-page .comments::before {
2738 border: none;
2739 box-shadow: none;
2742 .shortform-index-page .comments > .comment-thread > .comment-item:first-child {
2743 margin-top: 0;
2746 /****************/
2747 /* VOTE BUTTONS */
2748 /****************/
2750 .vote {
2751 margin: 0;
2753 .vote {
2754 font-family: "Font Awesome", "Font Awesome 5 Free";
2755 font-weight: 900;
2756 border: none;
2759 .vote:disabled {
2760 visibility: hidden;
2761 cursor: default;
2764 .voting-controls.waiting {
2765 opacity: 0.5;
2767 .voting-controls.waiting button {
2768 pointer-events: none;
2771 /* Replicated karma controls at bottom of comments. */
2772 .comment-controls .voting-controls {
2773 float: left;
2774 font-size: 0.9375em;
2777 .comment-controls .voting-controls:first-of-type {
2778 margin-left: -14px;
2781 /*****************************/
2782 /* COMMENTING AND POSTING UI */
2783 /*****************************/
2785 .comment-controls {
2786 text-align: right;
2787 margin: 0 8px 8px 16px;
2788 position: relative;
2789 z-index: 9999;
2791 .comment-thread .comment-controls + .comment-thread > li:first-child {
2792 margin-top: 8px;
2794 .comments > .comment-controls {
2795 margin: 8px 0 0 0;
2797 .comments > .comment-controls:last-child {
2798 margin: 8px 0 16px 0;
2801 .posting-controls input[type='submit'] {
2802 margin: 6px;
2803 padding: 4px 10px;
2804 font-size: 1.125rem;
2807 .comment-controls .cancel-comment-button {
2808 position: absolute;
2809 right: 0;
2810 margin: 0;
2811 height: 27px;
2812 font-size: inherit;
2813 padding: 4px 8px 2px 4px;
2814 z-index: 1;
2816 .comment-controls .cancel-comment-button::before {
2817 font-family: "Font Awesome", "Font Awesome 5 Free";
2818 margin-right: 3px;
2819 content: '\F00D';
2820 font-weight: 900;
2821 font-size: 0.9em;
2822 opacity: 0.7;
2825 .comment + .comment-controls .action-button {
2826 font-weight: normal;
2827 font-size: 1.0625em;
2828 padding: 1px 6px;
2830 .comment-controls .action-button::before {
2831 font-family: "Font Awesome", "Font Awesome 5 Free";
2832 margin-right: 3px;
2834 .new-comment-button {
2835 font-size: 1.5rem;
2836 margin: 0 0.25em;
2838 .comment-controls .reply-button::before {
2839 content: '\F3E5';
2840 font-weight: 900;
2841 font-size: 0.9em;
2842 opacity: 0.6;
2844 .comment-meta .replied::before {
2845 content: '\F3E5';
2846 font-family: "Font Awesome", "Font Awesome 5 Free";
2847 color: #090;
2848 font-weight: 900;
2849 font-size: 0.9em;
2850 opacity: 0.6;
2853 .post-controls {
2854 text-align: right;
2855 margin: 0.75em 0 0 0;
2856 align-self: start;
2857 justify-self: end;
2859 .edit-post-link {
2860 display: inline-block;
2861 margin-bottom: 0.25em;
2862 font-size: 1.125rem;
2864 .edit-post-link::before {
2865 margin-right: 0.3em;
2867 .comment-controls .edit-button::before,
2868 .edit-post-link::before {
2869 content: '\F303';
2870 font-family: "Font Awesome", "Font Awesome 5 Free";
2871 font-weight: 900;
2872 font-size: 0.75em;
2873 position: relative;
2874 top: -1px;
2877 .comment-controls .delete-button {
2878 margin-right: 0.25em;
2880 .comment-controls .edit-button,
2881 .comment-controls .retract-button,
2882 .comment-controls .unretract-button {
2883 margin-right: 1em;
2885 .comment-controls .retract-button::before {
2886 content: '\F4B3';
2887 opacity: 0.6;
2889 .comment-controls .unretract-button::before {
2890 content: '\F075';
2891 opacity: 0.9;
2893 .comment-controls .delete-button::before {
2894 content: '\F05E';
2895 opacity: 0.7;
2897 .comment-controls .retract-button::before,
2898 .comment-controls .unretract-button::before,
2899 .comment-controls .delete-button::before {
2900 font-weight: 900;
2901 font-size: 0.9em;
2904 .comment-controls form {
2905 position: relative;
2907 .textarea-container {
2908 position: relative;
2910 .posting-controls textarea {
2911 display: block;
2912 width: 100%;
2913 height: 15em;
2914 min-height: 15em;
2915 max-height: calc(100vh - 6em);
2916 margin: 2px 0 0 0;
2917 padding: 4px 5px;
2918 font-size: 1.2rem;
2919 border-style: solid;
2920 border-width: 29px 1px 1px 1px;
2921 resize: none;
2924 /* GUIEdit buttons */
2926 .guiedit-buttons-container {
2927 position: absolute;
2928 left: 1px;
2929 top: 1px;
2930 width: calc(100% - 2px);
2931 height: 28px;
2932 text-align: left;
2933 padding: 1px 4px 0 4px;
2934 overflow: hidden;
2936 .comment-thread-page .guiedit-buttons-container {
2937 padding-right: 60px;
2939 .guiedit-buttons-container button {
2940 height: 26px;
2941 padding: 0 7px;
2942 font-weight: 900;
2943 font-size: 0.875rem;
2944 line-height: 1;
2945 position: static;
2947 .guiedit-buttons-container button:active {
2948 transform: none;
2950 .guiedit-buttons-container button:active div {
2951 transform: scale(0.9);
2953 .guiedit-buttons-container button sup {
2954 font-weight: bold;
2956 .guiedit::after {
2957 content: attr(data-tooltip);
2958 position: absolute;
2959 font-weight: normal;
2960 font-size: 1rem;
2961 top: 2px;
2962 left: 464px;
2963 height: 25px;
2964 padding: 4px 0;
2965 white-space: nowrap;
2966 visibility: hidden;
2968 .guiedit:hover::after {
2969 visibility: visible;
2972 /* Markdown hints */
2974 .posting-controls .markdown-reference-link {
2975 float: left;
2976 padding: 1px 0 0 6px;
2978 .posting-controls .markdown-reference-link a {
2979 padding-right: 1.5em;
2980 margin-right: 0.15em;
2981 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');
2982 background-size: 1.25em;
2983 background-repeat: no-repeat;
2984 background-position: right center;
2987 #markdown-hints-checkbox + label {
2988 float: left;
2989 margin: 2px 0 0 1em;
2990 line-height: 1.3;
2991 cursor: pointer;
2993 #edit-post-form #markdown-hints-checkbox + label {
2994 padding: 0;
2996 #markdown-hints-checkbox {
2997 visibility: hidden;
2998 float: left;
3000 #markdown-hints-checkbox + label::after {
3001 content: "(Show Markdown help)";
3003 #markdown-hints-checkbox:checked + label::after {
3004 content: "(Hide Markdown help)";
3006 #markdown-hints-checkbox + label::before {
3007 content: '\F059';
3008 font-family: "Font Awesome", "Font Awesome 5 Free";
3009 font-weight: 900;
3010 margin-right: 3px;
3012 #markdown-hints-checkbox:checked + label::before {
3013 font-weight: normal;
3015 #markdown-hints {
3016 margin: 4px 0 0 4px;
3017 padding: 4px 8px;
3018 position: absolute;
3019 text-align: left;
3020 top: calc(100% - 1em);
3021 z-index: 1;
3022 display: none;
3024 .comment-controls #markdown-hints {
3025 top: calc(100% + 1.75em);
3027 #markdown-hints-checkbox:checked ~ #markdown-hints {
3028 display: table;
3030 .markdown-hints-row {
3031 display: table-row;
3033 #markdown-hints .markdown-hints-row span,
3034 #markdown-hints .markdown-hints-row code {
3035 float: none;
3036 display: table-cell;
3037 border: none;
3038 background-color: inherit;
3039 padding: 0 12px 0 0;
3042 /******************/
3043 /* EDIT POST FORM */
3044 /******************/
3046 #edit-post-form {
3047 padding: 1em 1em 4em 1em;
3049 #edit-post-form .post-meta-fields {
3050 display: grid;
3051 grid-template-columns: 5em auto auto auto 1fr auto;
3052 margin-bottom: 0.625em;
3055 #edit-post-form label[for='title'],
3056 #edit-post-form label[for='url'],
3057 #edit-post-form label[for='section'] {
3058 grid-column: 1;
3060 #edit-post-form input[type='text'] {
3061 padding: 0.25em;
3062 grid-column: 2 / span 4;
3063 margin-bottom: 0.5em;
3066 #edit-post-form .link-post-checkbox,
3067 #edit-post-form .link-post-checkbox + label {
3068 grid-row: 1;
3069 grid-column: 6;
3071 #edit-post-form .question-checkbox,
3072 #edit-post-form .question-checkbox + label {
3073 grid-row: 3;
3074 grid-column: 5;
3075 justify-self: start;
3076 margin-left: 1.5em;
3079 #edit-post-form .post-meta-fields label[for="submit-to-frontpage"] {
3080 grid-row: 4;
3081 grid-column: 2 / span 4;
3082 text-align: left;
3083 margin-top: 8px;
3086 #edit-post-form .post-meta-fields input[type='checkbox'] {
3087 height: 0;
3088 opacity: 0;
3089 pointer-events: none;
3091 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
3092 white-space: nowrap;
3093 position: relative;
3094 cursor: pointer;
3095 padding: 0.25em 0.5em 0.25em calc(20px + 0.25em + 0.3725em);
3096 align-self: start;
3098 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
3099 content: "";
3100 font-family: "Font Awesome", "Font Awesome 5 Free";
3101 font-size: 1.375rem;
3102 line-height: 0.7;
3103 text-indent: 1px;
3104 font-weight: 900;
3105 position: absolute;
3106 width: 20px;
3107 height: 20px;
3108 left: 5px;
3110 #edit-post-form label[for='url'],
3111 #edit-post-form input[name='url'] {
3112 display: none;
3114 #edit-post-form .link-post-checkbox:checked ~ label[for='url'],
3115 #edit-post-form .link-post-checkbox:checked ~ input[name='url'] {
3116 display: initial;
3118 #edit-post-form label {
3119 line-height: normal;
3120 border: 1px solid transparent;
3121 text-align: right;
3122 padding: 0.25em 0.5em;
3123 white-space: nowrap;
3125 #edit-post-form input[type='radio'] {
3126 width: 0;
3127 margin: 0;
3128 opacity: 0;
3129 pointer-events: none;
3131 #edit-post-form input[type='radio'] + label {
3132 padding: 4px 12px;
3133 text-align: center;
3134 border-style: solid;
3135 border-width: 1px 1px 1px 0;
3136 cursor: pointer;
3138 #edit-post-form input[type='radio']:checked + label {
3139 cursor: default;
3142 #edit-post-form label[for='section'] {
3143 grid-row: 3;
3145 #edit-post-form input[type='radio'] + label {
3146 grid-row: 3;
3148 @supports (width: -moz-fit-content) {
3149 #edit-post-form input[type='radio'] + label {
3150 width: -moz-fit-content;
3153 @supports (width: fit-content) {
3154 #edit-post-form input[type='radio'] + label {
3155 width: fit-content;
3159 #edit-post-form textarea {
3160 min-height: 24em;
3163 #edit-post-form input[type='submit'] {
3164 padding: 6px 12px;
3165 float: right;
3167 #edit-post-form #markdown-hints {
3168 top: calc(100% + 2em);
3171 #edit-post-form button.guiedit div {
3172 overflow: visible;
3174 .guiedit-mobile-auxiliary-button {
3175 display: none;
3178 /***********/
3179 /* BUTTONS */
3180 /***********/
3182 button,
3183 input[type='submit'] {
3184 font-family: inherit;
3185 font-size: inherit;
3186 background-color: inherit;
3187 cursor: pointer;
3188 border: none;
3189 border-radius: 0;
3192 /************/
3193 /* HEADINGS */
3194 /************/
3196 .body-text h1,
3197 .body-text h2,
3198 .body-text h3,
3199 .body-text h4,
3200 .body-text h5,
3201 .body-text h6 {
3202 line-height: 1.1;
3203 margin: 1em 0 0.75em 0;
3204 text-align: left;
3207 .post-body h5,
3208 .post-body h6 {
3209 font-size: 1em;
3211 .post-body h4 {
3212 font-size: 1.2em;
3214 .post-body h3 {
3215 font-size: 1.4em;
3217 .post-body h2 {
3218 font-size: 1.75em;
3220 .post-body h1 {
3221 font-size: 2.1em;
3224 .comment-body h5,
3225 .comment-body h6 {
3226 font-size: 1em;
3228 .comment-body h4 {
3229 font-size: 1.15em;
3231 .comment-body h3 {
3232 font-size: 1.3em;
3234 .comment-body h2 {
3235 font-size: 1.5em;
3237 .comment-body h1 {
3238 font-size: 1.75em;
3241 /**********/
3242 /* QUOTES */
3243 /**********/
3245 blockquote,
3246 .post-body .comment-box .comment-body {
3247 font-size: 0.9em;
3248 margin: 1em 0;
3249 padding-left: 0.5em;
3250 margin-left: 1px;
3251 padding-bottom: 3px;
3253 blockquote *:first-child {
3254 margin-top: 0;
3256 blockquote *:last-child {
3257 margin-bottom: 0;
3259 blockquote blockquote {
3260 font-size: 0.95em;
3263 /* Pseudo-blockquotes that LW sometimes uses for some reason */
3265 .post-body .comment-box .user-name {
3266 font-style: italic;
3268 .post-body .comment-box .user-name::after {
3269 content: ":";
3271 .post-body .comment-box {
3272 zoom: 1.25;
3275 /**********/
3276 /* IMAGES */
3277 /**********/
3279 #content img, #content figure {
3280 max-width: 100%;
3283 .prediction-poll > svg {
3284 width: 700px;
3285 max-width: 100%;
3288 img.inline-latex {
3289 position: relative;
3290 top: 2.5px;
3291 margin: 0 2px;
3294 #content figure {
3295 text-align: center;
3296 margin: 1.5em auto;
3299 p.imgonly,
3300 div.imgonly,
3301 figure {
3302 text-align: center;
3303 margin: auto;
3304 clear: both;
3307 .imgonly iframe {
3308 display: block;
3309 width: 100%;
3310 height: 250px;
3311 border: 0;
3314 // Aspect ratio trick from https://css-tricks.com/aspect-ratio-boxes/
3316 [style*="--aspect-ratio"] > * {
3317 width: 100%;
3319 [style*="--aspect-ratio"] > img {
3320 height: auto;
3322 @supports (--custom:property) {
3323 [style*="--aspect-ratio"] {
3324 position: relative;
3326 [style*="--aspect-ratio"]::before {
3327 content: "";
3328 display: block;
3329 padding-bottom: calc(100% / (var(--aspect-ratio)));
3331 [style*="--aspect-ratio"] > * {
3332 position: absolute;
3333 top: 0;
3334 left: 0;
3335 height: 100%;
3339 /**********/
3340 /* TABLES */
3341 /**********/
3343 .body-text table {
3344 border-collapse: collapse;
3345 font-size: 0.875em;
3347 .body-text table th,
3348 .body-text table td {
3349 text-align: left;
3350 padding: 4px 6px;
3351 line-height: 1.3;
3353 .body-text table .numeric {
3354 text-align: right;
3355 font-family: Inconsolata, Menlo, monospace;
3357 .body-text table caption {
3358 margin: 0 0 0.25em 0;
3359 font-weight: bold;
3360 font-size: 1.125em;
3363 /********/
3364 /* MISC */
3365 /********/
3367 /*= Superscripts & subscripts =*/
3369 /* Make sure superscripts and subscripts do not affect line spacing. */
3370 sup, sub {
3371 vertical-align: baseline;
3372 position: relative;
3373 top: -0.5em;
3374 left: 0.05em;
3375 font-size: 0.8em;
3377 sub {
3378 top: 0.3em;
3381 /*= Code blocks & other "unstyled" text. =*/
3383 pre,
3384 code {
3385 font-family: Inconsolata, Menlo, monospace;
3387 pre {
3388 white-space: pre-wrap;
3390 .body-text pre {
3391 text-align: left;
3393 code {
3394 font-size: 0.95em;
3395 display: inline-block;
3396 padding: 0 4px 1px 5px;
3398 pre > code {
3399 display: block;
3400 border-radius: 0;
3401 padding: 3px 4px 5px 8px;
3404 /*= Fractions =*/
3406 .frac::after {
3407 content: "\200B";
3410 /*= Removing browser default styling of various elements =*/
3412 /* On various input elements such as text fields and buttons, remove "blue glow" focus outlines on Macs, dotted black outlines in Firefox, etc. */
3413 :focus {
3414 outline: none;
3417 /* Remove "embossed" appearance of horizontal rules. */
3418 hr {
3419 border: none;
3422 input,
3423 button,
3424 textarea {
3425 -webkit-appearance: none;
3426 -moz-appearance: none;
3427 appearance: none;
3430 input {
3431 font-family: inherit;
3432 font-size: inherit;
3433 font-weight: inherit;
3436 /*************/
3437 /* FOOTNOTES */
3438 /*************/
3440 ol {
3441 counter-reset: ordered-list;
3443 .footnote-definition {
3444 font-size: 0.9em;
3445 list-style-type: none;
3446 counter-increment: ordered-list;
3447 position: relative;
3449 .footnote-definition p {
3450 font-size: inherit !important;
3452 .footnote-definition::before {
3453 content: counter(ordered-list) ".";
3454 position: absolute;
3455 left: -2.5em;
3456 font-weight: bold;
3457 text-align: right;
3458 width: 2em;
3461 /*= LW Docs footnotes =*/
3463 .footnote-item {
3464 display: flex;
3467 .footnote-item > :not(.nothing) {
3468 margin: 0 0.2em;
3471 .footnote-item > :first-child {
3472 margin-left: -0.2em;
3473 margin-right: 0;
3476 .footnote-back-link a:not(.nothing) {
3477 font-size: 0;
3478 text-decoration: none;
3479 border: none;
3482 .footnote-back-link a:not(.nothing):hover {
3483 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #00e;
3484 border: none;
3485 text-decoration: none;
3488 .footnote-back-link a::after {
3489 content: '\F106';
3490 font-family: Font Awesome;
3491 font-size: 1rem;
3492 padding: 0.2em;
3493 text-decoration: none;
3494 font-weight: bold;
3497 .footnote-content > :first-child {
3498 margin-top: 0;
3501 /*********/
3502 /* LISTS */
3503 /*********/
3505 li {
3506 margin-bottom: 0.5em;
3509 .body-text ol p,
3510 .body-text ul p {
3511 margin: 0.5em 0;
3514 .body-text ol {
3515 list-style: none;
3516 padding: 0;
3517 counter-reset: ol;
3519 .body-text ol > li {
3520 position: relative;
3521 counter-increment: ol;
3522 padding: 0 0 0 2.5em;
3523 margin: 0.25em 0 0 0;
3525 .body-text ol > li::before {
3526 content: counter(ol) ".";
3527 position: absolute;
3528 width: 2em;
3529 text-align: right;
3530 left: 0;
3532 .body-text ul {
3533 list-style: none;
3534 padding: 0;
3536 .body-text ul:not(.contents-list) > li:empty {
3537 padding-bottom: 1.25em;
3539 .body-text ul:not(.contents-list) > li {
3540 position: relative;
3541 padding: 0 0 0 1.75em;
3542 margin: 0.25em 0 0 0;
3544 .body-text ul:not(.contents-list) > li ul > li {
3545 padding: 0 0 0 2em;
3547 .body-text ul:not(.contents-list) > li::before {
3548 content: "•";
3549 position: absolute;
3550 width: 1.25em;
3551 text-align: right;
3552 left: 0;
3554 .body-text ul:not(.contents-list) > li ul > li::before {
3555 width: 1.5em;
3557 .body-text li > ul:first-child > li {
3558 padding-left: 0;
3560 .body-text li > ul:first-child > li::before {
3561 content: none;
3564 /**************/
3565 /* ERROR PAGE */
3566 /**************/
3568 .error-retry-form {
3569 margin: 0.5em 0;
3572 .error-retry-form input[type="submit"] {
3573 border: 1px solid #aaa;
3574 font-weight: bold;
3575 font-size: 1.125rem;
3576 padding: 0.5em 1.25em;
3579 /**************/
3580 /* ABOUT PAGE */
3581 /**************/
3583 #content.about-page .contents {
3584 margin-top: 0.25em;
3586 #content.about-page .accesskey-table {
3587 border-collapse: collapse;
3588 margin: auto;
3590 #content.about-page .accesskey-table th,
3591 #content.about-page .accesskey-table td {
3592 padding: 2px 6px;
3594 #content.about-page .accesskey-table td:first-child {
3595 padding-right: 1.5em;
3597 #content.about-page .accesskey-table td:last-child {
3598 text-align: center;
3599 font-family: Inconsolata, Menlo, monospace;
3601 #content.about-page h3:nth-of-type(n+2) {
3602 clear: both;
3605 /******************/
3606 /* IMAGES OVERLAY */
3607 /******************/
3609 #images-overlay + #content .post-body img {
3610 visibility: hidden;
3613 #images-overlay div {
3614 position: absolute;
3616 #images-overlay div::after {
3617 content: "Click to enlarge";
3618 display: block;
3619 position: absolute;
3620 margin: auto;
3621 left: 0;
3622 right: 0;
3623 bottom: 10px;
3624 padding: 6px 10px;
3625 font-size: 1.25rem;
3626 background-color: rgba(0,0,0,0.6);
3627 color: #fff;
3628 border-radius: 5px;
3629 opacity: 0.0;
3630 transition: opacity 0.15s ease;
3631 pointer-events: none;
3633 @supports (width: -moz-fit-content) {
3634 #images-overlay div::after {
3635 width: -moz-fit-content;
3638 @supports (width: fit-content) {
3639 #images-overlay div::after {
3640 width: fit-content;
3643 #images-overlay div:hover::after {
3644 opacity: 1.0;
3647 #images-overlay img {
3648 width: 100%;
3651 /***************/
3652 /* IMAGE FOCUS */
3653 /***************/
3655 /*=--------------=*/
3656 /*= Hover styles =*/
3657 /*=--------------=*/
3659 #content img:hover,
3660 #images-overlay img:hover {
3661 filter: drop-shadow(0 0 3px #777);
3662 cursor: zoom-in;
3664 #content img:active,
3665 #images-overlay img:active {
3666 transform: scale(0.975);
3669 /*=---------=*/
3670 /*= Overlay =*/
3671 /*=---------=*/
3673 #image-focus-overlay {
3674 position: fixed;
3675 top: 0;
3676 right: 0;
3677 bottom: 0;
3678 left: 0;
3679 z-index: 2;
3680 display: none;
3681 cursor: zoom-out;
3683 #image-focus-overlay::before {
3684 content: "";
3685 display: block;
3686 position: absolute;
3687 top: 0;
3688 right: 0;
3689 bottom: 0;
3690 left: 0;
3691 background-color: #000;
3692 opacity: 0.5;
3693 z-index: -1;
3695 #image-focus-overlay.engaged {
3696 display: initial;
3699 #image-focus-overlay img {
3700 margin: auto;
3701 position: absolute;
3702 left: 50%;
3703 top: 50%;
3704 transform: translateX(-50%) translateY(-50%);
3707 /*=-------------------=*/
3708 /*= Single-image mode =*/
3709 /*=-------------------=*/
3711 #image-focus-overlay:not(.slideshow) .image-number,
3712 #image-focus-overlay:not(.slideshow) .slideshow-buttons {
3713 visibility: hidden;
3716 /*=---------=*/
3717 /*= Caption =*/
3718 /*=---------=*/
3720 #image-focus-overlay .caption {
3721 position: absolute;
3722 bottom: 0.75em;
3723 background-color: rgba(0,0,0,0.7);
3724 left: 9em;
3725 right: 9em;
3726 margin: auto;
3727 max-width: calc(100% - 18em);
3728 text-align: center;
3729 font-size: 1.375em;
3730 border-radius: 8px;
3731 z-index: 1;
3732 transition:
3733 bottom 0.2s ease;
3735 @supports (width: -moz-fit-content) {
3736 #image-focus-overlay .caption {
3737 width: -moz-fit-content;
3740 @supports (width: fit-content) {
3741 #image-focus-overlay .caption {
3742 width: fit-content;
3745 #image-focus-overlay .caption.hidden {
3746 bottom: -5em;
3747 transition:
3748 bottom 0.5s ease;
3751 #image-focus-overlay .caption p {
3752 margin: 1em 1.25em;
3753 color: #fff;
3756 #image-focus-overlay .caption:not(:empty)::before {
3757 content: "";
3758 display: block;
3759 position: absolute;
3760 width: 100vw;
3761 height: calc(100% + 1.5em);
3762 z-index: -1;
3763 top: -0.75em;
3764 left: calc(-50vw + 50%);
3768 /*=--------------=*/
3769 /*= Help overlay =*/
3770 /*=--------------=*/
3772 #image-focus-overlay .help-overlay {
3773 position: absolute;
3774 display: flex;
3775 flex-flow: column;
3776 z-index: 2;
3777 font-size: 1.5rem;
3778 padding: 1em;
3779 border-radius: 10px;
3780 bottom: 1em;
3781 right: 1em;
3782 overflow: hidden;
3783 white-space: nowrap;
3784 color: transparent;
3785 cursor: default;
3786 visibility: hidden;
3787 transition:
3788 visibility 1s ease,
3789 color 1s ease,
3790 background-color 1s ease,
3791 bottom 0.3s ease;
3793 #image-focus-overlay .help-overlay:hover {
3794 max-width: 24em;
3795 max-height: 14em;
3796 background-color: rgba(0,0,0,0.85);
3797 color: #fff;
3798 visibility: visible;
3799 transition:
3800 visibility 0.2s ease 0.3s,
3801 color 0.2s ease 0.3s,
3802 background-color 0.2s ease 0.3s;
3805 #image-focus-overlay .help-overlay::after {
3806 content: "\F128";
3807 font-family: "Font Awesome", "Font Awesome 5 Free";
3808 font-weight: 900;
3809 font-size: 2rem;
3810 position: absolute;
3811 right: 0;
3812 bottom: 0;
3813 padding: 10px;
3814 color: #000;
3815 filter: drop-shadow(0 0 6px #fff);
3816 visibility: visible;
3817 opacity: 0.85;
3818 transition:
3819 visibility 1s ease;
3821 #image-focus-overlay .help-overlay:hover::after {
3822 visibility: hidden;
3823 transition:
3824 visibility 0.2s ease 0.3s;
3827 #image-focus-overlay .help-overlay p {
3828 margin: 0;
3829 text-indent: -2em;
3830 padding-left: 2em;
3831 max-width: 100%;
3832 overflow: hidden;
3834 #image-focus-overlay .help-overlay p + p {
3835 margin: 0.75em 0 0 0;
3837 #image-focus-overlay .help-overlay.hidden {
3838 bottom: -2em;
3841 /*=--------------=*/
3842 /*= Slide number =*/
3843 /*=--------------=*/
3845 #image-focus-overlay .image-number {
3846 position: absolute;
3847 z-index: 2;
3848 font-size: 1.75rem;
3849 left: 1em;
3850 bottom: 1em;
3851 font-weight: 600;
3852 text-shadow:
3853 0 0 3px #fff,
3854 0 0 5px #fff,
3855 0 0 8px #fff,
3856 0 0 13px #fff;
3857 width: 1.5em;
3858 text-align: right;
3859 white-space: nowrap;
3860 transition: bottom 0.3s ease;
3862 #image-focus-overlay .image-number::before {
3863 content: "#";
3864 opacity: 0.3;
3866 #image-focus-overlay .image-number::after {
3867 content: " of " attr(data-number-of-images);
3868 opacity: 0.3;
3870 #image-focus-overlay .image-number:hover::before,
3871 #image-focus-overlay .image-number:hover::after {
3872 opacity: 1.0;
3874 #image-focus-overlay .image-number.hidden {
3875 bottom: -1.25em;
3878 /*=-------------------=*/
3879 /*= Slideshow buttons =*/
3880 /*=-------------------=*/
3882 #image-focus-overlay .slideshow-buttons {
3883 position: absolute;
3884 top: 0;
3885 left: 0;
3886 width: 100%;
3887 height: 100%;
3888 z-index: 1;
3889 display: flex;
3890 justify-content: space-between;
3891 pointer-events: none;
3893 #image-focus-overlay .slideshow-buttons button {
3894 font-family: "Font Awesome", "Font Awesome 5 Free";
3895 font-weight: 900;
3896 font-size: 3rem;
3897 padding: 0.5em;
3898 color: #ddd;
3899 position: relative;
3900 left: 0;
3901 transition:
3902 left 0.3s ease;
3903 pointer-events: auto;
3905 #image-focus-overlay .slideshow-buttons button::selection {
3906 background-color: transparent;
3908 @media only screen and (hover: hover) {
3909 #image-focus-overlay .slideshow-buttons button:hover {
3910 background-color: rgba(0,0,0,0.1);
3911 color: #777;
3914 #image-focus-overlay .slideshow-buttons button:active {
3915 transform: none;
3916 color: #888;
3918 #image-focus-overlay .slideshow-buttons button:disabled {
3919 text-shadow: none;
3920 background-color: transparent;
3921 color: #ddd;
3922 cursor: default;
3923 opacity: 0.4;
3925 #image-focus-overlay .slideshow-button.previous.hidden {
3926 left: -1.75em;
3928 #image-focus-overlay .slideshow-button.next.hidden {
3929 left: 1.75em;
3932 /*=-----------------=*/
3933 /*= Background blur =*/
3934 /*=-----------------=*/
3936 .blurred {
3937 filter: blur(3px);
3940 /**************************/
3941 /* QUALIFIED HYPERLINKING */
3942 /**************************/
3944 #content.no-nav-bars {
3945 margin: 8px auto;
3947 #content.no-nav-bars + #ui-elements-container > * {
3948 padding-top: 8px;
3951 #aux-about-link {
3952 position: fixed;
3953 top: 40px;
3954 left: calc((100% - 900px) / 2 - 69px);
3955 width: 1.5em;
3956 height: 1.5em;
3957 text-align: center;
3958 display: table;
3960 #aux-about-link a {
3961 display: table-cell;
3962 width: 100%;
3963 vertical-align: middle;
3964 font-family: "Font Awesome", "Font Awesome 5 Free";
3965 font-weight: 900;
3966 font-size: 1.25rem;
3967 opacity: 0.4;
3968 z-index: 1;
3971 .qualified-linking {
3972 margin: 0;
3973 position: relative;
3975 .qualified-linking input[type='checkbox'] {
3976 visibility: hidden;
3977 width: 0;
3978 height: 0;
3979 margin: 0;
3981 .qualified-linking label {
3982 font-family: "Font Awesome", "Font Awesome 5 Free";
3983 font-weight: 900;
3984 font-size: 1rem;
3985 padding: 0 0.5em;
3986 display: inline-block;
3987 margin-left: 0.25em;
3989 .qualified-linking label:hover {
3990 cursor: pointer;
3992 .qualified-linking label:active span {
3993 display: inline-block;
3994 transform: scale(0.9);
3996 .qualified-linking label::selection {
3997 background-color: transparent;
4000 .qualified-linking label::after {
4001 content: "";
4002 width: 100vw;
4003 height: 0;
4004 left: 0;
4005 top: 0;
4006 position: fixed;
4007 z-index: 1;
4008 cursor: default;
4010 .qualified-linking input[type='checkbox']:checked + label::after {
4011 height: 100vh;
4014 .qualified-linking-toolbar {
4015 position: absolute;
4016 right: 0.25em;
4017 top: 110%;
4018 z-index: 1;
4020 .qualified-linking input[type='checkbox'] ~ .qualified-linking-toolbar {
4021 display: none;
4023 .qualified-linking input[type='checkbox']:checked ~ .qualified-linking-toolbar {
4024 display: block;
4026 #qualified-linking-toolbar-toggle-checkbox-bottom ~ .qualified-linking-toolbar {
4027 top: unset;
4028 bottom: 125%;
4031 .qualified-linking-toolbar a {
4032 display: block;
4033 padding: 0 6px;
4034 margin: 4px;
4036 .qualified-linking-toolbar a::selection {
4037 background-color: transparent;
4040 /*****************/
4041 /* HOVER PREVIEW */
4042 /*****************/
4044 #preview-popup-toggle {
4045 position: absolute;
4046 right: -67px;
4047 bottom: 285px;
4048 cursor: pointer;
4049 color: var(--GW-toggle-widget-color, #888);
4051 #preview-popup-toggle:hover {
4052 color: var(--GW-toggle-widget-hover-color, #444);
4055 #content.preview:not(not) {
4056 padding: 0;
4058 #content.preview > .comment-thread {
4059 margin: 2px;
4061 #content.preview.individual-thread-page > .comment-thread > .comment-item {
4062 border: none;
4064 #content.preview.user-page .page-main-heading, #content.preview.user-page .user-stats {
4065 padding: 0 8px;
4067 #content.preview.user-page .page-main-heading {
4068 margin-left: 8px;
4070 #content.preview.not(not) .body-text {
4071 margin-left: 8px;
4072 margin-right: 8px;
4074 #content.preview.user-page .user-stats {
4075 margin-right: 32px;
4077 #content.preview.user-page .page-toolbar, #content.preview.user-page nav {
4078 display: none;
4080 #content.preview button.vote {
4081 display: none;
4083 #content.preview > h1.listing {
4084 max-height: unset;
4086 #content.preview.user-page > .comment-thread {
4087 margin: 0.5em 0;
4089 #content.preview > .post {
4090 margin: 0 18px;
4092 #content.preview .post-title {
4093 margin-top: 0.5em;
4095 #content.preview .post-meta {
4096 line-height: 1.0;
4098 #content.preview .body-text {
4099 font-size: 1em;
4101 #content.preview nav.contents,
4102 #content.preview .lw2-link {
4103 display: none;
4106 .preview-popup {
4107 position: fixed;
4108 transform-origin: top;
4109 top: 10%;
4110 right: 10%;
4111 max-width: 700px;
4112 z-index: 10001;
4113 background-color: #eee;
4114 border: 1px solid #ccc;
4115 box-shadow: 2px 6px 20px -4px #000;
4116 transition: height 0.2s ease, top 0.2s ease;
4118 .popup-hide-button {
4119 position: fixed;
4120 top: 4px;
4121 right: 4px;
4122 color: #000;
4123 background-color: #fff;
4124 width: 28px;
4125 height: 28px;
4126 display: flex;
4127 font-family: "Font Awesome";
4128 font-size: 14px;
4129 line-height: 1;
4130 border: 1px solid #bbb;
4131 border-radius: 28px;
4132 align-items: center;
4133 justify-content: center;
4134 //padding-bottom: 2px;
4135 padding-left: 1.5px;
4136 font-family: "Font Awesome", "Font Awesome 5 Free";
4137 cursor: pointer;
4139 .popup-hide-button:hover::before {
4140 content: "Turn off preview popups";
4141 display: block;
4142 position: absolute;
4143 width: max-content;
4144 right: 32px;
4145 color #000;
4146 background-color: #fff;
4147 border: 1px solid #eee;
4148 border-radius: 2px;
4149 padding: 4px;
4152 /********/
4153 /* MATH */
4154 /********/
4156 .mathjax-block-container {
4157 display: block;
4158 overflow-y: hidden;
4159 border-radius: 6px;
4160 margin: 1em 0 1.5em 0;
4162 .mathjax-inline-container {
4163 max-width: 100%;
4164 display: inline-block;
4165 overflow-x: auto;
4166 overflow-y: hidden;
4167 position: relative;
4168 vertical-align: text-top;
4169 padding: 0 1px;
4171 .post .mathjax-inline-container {
4172 line-height: 1.1;
4173 top: 2px;
4175 .comment .mathjax-inline-container {
4176 top: 3px;
4177 line-height: 1;
4179 .mathjax-inline-container .mjx-chtml {
4180 padding: 0;
4183 /************/
4184 /* SPOILERS */
4185 /************/
4187 .spoiler {
4188 color: #000;
4189 background-color: currentColor;
4190 transition: none;
4191 text-shadow: none;
4192 margin: 1em 0;
4193 box-shadow: 0 0 0 1px currentColor inset;
4194 overflow: auto;
4196 .spoiler:not(:last-child) {
4197 margin-bottom: 0;
4199 #content .spoiler * {
4200 color: inherit;
4201 border: none;
4203 .spoiler:hover {
4204 color: unset;
4205 background-color: unset;
4206 text-shadow: unset;
4207 transition:
4208 color 0.1s ease-out 0.1s,
4209 background-color 0.1s ease-out 0.1s,
4210 text-shadow 0.1s ease-out 0.1s;
4212 .spoiler::selection,
4213 .spoiler ::selection {
4214 color: #fff;
4215 background-color: #000;
4217 .spoiler:not(:hover)::selection,
4218 .spoiler:not(:hover) ::selection {
4219 background-color: transparent;
4222 /*= Fix for LessWrong being weird =*/
4224 .spoiler > p {
4225 padding: 0 7px;
4227 .spoiler > p:first-child {
4228 margin-top: 0.25em;
4230 .spoiler > p:last-child {
4231 margin-bottom: 0;
4232 padding-bottom: 0.25em;
4234 .spoiler > p:hover ~ p {
4235 background-color: currentColor;
4237 .spoiler > p + p {
4238 margin-top: -1em;
4240 .spoiler > p:not(:first-child) {
4241 padding-top: 0.5em;
4243 .spoiler > p:not(:last-child) {
4244 padding-bottom: 0.5em;
4247 .spoiler:not(:hover) pre,
4248 .spoiler:not(:hover) code {
4249 background-color: inherit;
4250 box-shadow: none;
4252 #content .spoiler pre {
4253 border-color: currentColor;
4254 border-style: solid;
4255 border-width: 0 1px;
4256 border-radius: 0;
4259 /*******************/
4260 /* PAGE LIST INDEX */
4261 /*******************/
4263 .page-list-index {
4264 margin: 1em 30px;
4265 line-height: 1.2;
4268 .page-list-index > p {
4269 font-weight: bold;
4270 font-size: 1.2em;
4273 .page-list-index > ul * {
4274 margin: 0;
4277 .page-list-index ul {
4278 padding-left: 1.5em;
4281 .page-list-index li {
4282 margin-top: 0.67em;
4285 .page-list-index li > a {
4286 display: block;
4287 font-size: 1.1em;
4288 font-weight: bold;
4289 margin: 0.33em 0;
4292 .page-list-index li > a:last-child {
4293 margin-bottom: 1em;
4296 /*******************/
4297 /* ALIGNMENT FORUM */
4298 /*******************/
4300 #content.alignment-forum-index-page::after {
4301 content: "Alignment Forum";
4302 font-size: 1.5rem;
4303 margin: 0.375em 0 0 -0.375em;
4304 order: -1;
4307 /**********************/
4308 /* FOR NARROW SCREENS */
4309 /**********************/
4311 @media only screen and (max-width: 1440px) {
4312 #hns-date-picker {
4313 right: -81px;
4314 padding: 8px 10px 10px 10px;
4315 bottom: 62px;
4316 display: none;
4318 #hns-date-picker::before {
4319 content: "";
4320 position: absolute;
4321 display: block;
4322 z-index: -1;
4323 height: calc(100% + 2px);
4324 top: -1px;
4325 left: -1px;
4326 width: 50%;
4329 @media only screen and (max-width: 1160px) {
4330 #new-comment-nav-ui {
4331 bottom: 180px;
4332 right: -68px;
4334 #hns-date-picker {
4335 bottom: 200px;
4336 right: -36px;
4338 #hns-date-picker::before {
4339 width: calc(100% - 35px);
4341 #theme-selector button::before {
4342 right: unset;
4343 left: 100%;
4345 #theme-selector:hover::after {
4346 content: "";
4347 display: block;
4348 position: absolute;
4349 width: calc(6em - 7px);
4350 height: calc(100% + 2px);
4351 top: 0;
4352 left: calc(100% + 1px);
4354 #anti-kibitzer-toggle {
4355 bottom: 330px;
4358 @media only screen and (max-width: 1080px) {
4359 #width-selector {
4360 right: -30px;
4362 #width-selector button {
4363 display: block;
4365 #text-size-adjustment-ui {
4366 top: 90px;
4367 right: -30px;
4369 #text-size-adjustment-ui button {
4370 display: block;
4371 position: relative;
4373 #text-size-adjustment-ui button.increase {
4374 bottom: 48px;
4376 #text-size-adjustment-ui button.decrease {
4377 top: 50px;
4379 #theme-selector {
4380 top: 46px;
4381 left: -44px;
4383 #theme-tweaker-toggle {
4384 left: -44px;
4385 top: 2px;
4387 #theme-tweaker-toggle button {
4388 height: 2em;
4389 width: 2em;
4390 padding: 7px;
4392 #quick-nav-ui {
4393 right: -54px;
4395 #new-comment-nav-ui {
4396 right: -55px;
4398 #hns-date-picker {
4399 right: -23px;
4401 #hns-date-picker::before {
4402 width: calc(100% - 22px);
4404 #anti-kibitzer-toggle {
4405 right: -54px;
4408 @media only screen and (max-width: 1040px) {
4409 #quick-nav-ui {
4410 right: -49px;
4412 #new-comment-nav-ui {
4413 right: -50px;
4415 #hns-date-picker {
4416 right: -18px;
4418 #hns-date-picker::before {
4419 width: calc(100% - 17px);
4421 #anti-kibitzer-toggle {
4422 right: -50px;
4425 @media only screen and (max-width: 1020px) {
4426 #quick-nav-ui {
4427 right: -20px;
4429 #new-comment-nav-ui {
4430 right: -21px;
4432 #new-comment-nav-ui .new-comments-count::before {
4433 content: "";
4434 position: absolute;
4435 width: 100%;
4436 height: calc(100% + 45px);
4437 z-index: -1;
4438 left: 0;
4439 top: -22px;
4441 #hns-date-picker {
4442 right: 19px;
4444 #hns-date-picker::before {
4445 width: 100%;
4447 #anti-kibitzer-toggle {
4448 right: -20px;
4451 @media only screen and (max-width: 1000px) {
4452 #theme-selector {
4453 left: -17px;
4454 top: 120px;
4455 padding: 3px 0;
4456 max-width: 32px;
4458 #theme-selector button {
4459 margin: 1px 4px;
4461 #text-size-adjustment-ui {
4462 top: 100px;
4463 right: -12px;
4465 @media not screen and (hover: none) {
4466 #quick-nav-ui,
4467 #new-comment-nav-ui,
4468 #new-comment-nav-ui + #hns-date-picker,
4469 #anti-kibitzer-toggle {
4470 opacity: 0.4;
4472 #quick-nav-ui:hover,
4473 #new-comment-nav-ui:hover,
4474 #new-comment-nav-ui + #hns-date-picker:hover,
4475 #new-comment-nav-ui + #hns-date-picker:focus-within,
4476 #new-comment-nav-ui:hover + #hns-date-picker,
4477 #anti-kibitzer-toggle:hover {
4478 opacity: 1.0;
4481 #theme-tweaker-toggle {
4482 top: 70px;
4483 left: -21px;
4487 /**************/
4488 /* PRINT VIEW */
4489 /**************/
4491 @media only print {
4492 .nav-bar {
4493 visibility: hidden;
4494 max-height: 0;
4495 overflow: hidden;
4497 #ui-elements-container {
4498 display: none;
4500 #images-overlay {
4501 display: none;
4503 #images-overlay + #content .post-body img {
4504 visibility: visible;
4506 .comment-controls {
4507 display: none;
4509 #comments-sort-mode-selector {
4510 display: none;
4512 .comment-minimize-button {
4513 display: none;
4515 .post-meta .qualified-linking,
4516 .post-meta .lw2-link {
4517 display: none;
4519 .comment-meta .permalink,
4520 .comment-meta .lw2-link,
4521 .comment-meta .comment-parent-link {
4522 display: none;
4524 .new-comment::before {
4525 display: none;
4527 #content::before {
4528 box-shadow: none;
4532 /*****************/
4533 /* MOBILE LAYOUT */
4534 /*****************/
4536 /* Hide the mobile elements on desktop screens: */
4538 @media only screen and (max-width: 1160px) {
4539 #post-nav-ui-toggle,
4540 #appearance-adjust-ui-toggle {
4541 display: none;
4545 @media only screen and (max-width: 1160px) {
4547 /*====================*/
4548 /* MOBILE UI ELEMENTS */
4549 /*====================*/
4551 #ui-elements-container {
4552 height: unset !important;
4553 position: unset;
4555 #ui-elements-container > * {
4556 position: fixed;
4557 visibility: hidden;
4558 opacity: 1.0;
4559 z-index: 10000;
4562 #ui-elements-container > div[id$='-ui-toggle'] {
4563 visibility: visible;
4564 display: inline-block;
4565 border-radius: 50%;
4566 z-index: 10000;
4568 #ui-elements-container > div[id$='-ui-toggle'] button,
4569 #theme-selector .theme-selector-close-button {
4570 font-family: Font Awesome;
4571 font-weight: 900;
4572 font-size: 32px;
4573 padding: 10px;
4574 opacity: 0.8;
4575 -webkit-tap-highlight-color: transparent;
4576 transition: transform 0.2s ease;
4578 #ui-elements-container > div[id$='-ui-toggle'] button::selection,
4579 #theme-selector .theme-selector-close-button::selection {
4580 background-color: transparent;
4582 #ui-elements-container > div[id$='-ui-toggle'] button::-moz-focus-inner,
4583 #theme-selector .theme-selector-close-button::-moz-focus-inner {
4584 border: none;
4586 #ui-elements-container > div[id$='-ui-toggle'] button.engaged {
4587 transform: rotate(-90deg);
4588 opacity: 1.0;
4591 #appearance-adjust-ui-toggle {
4592 bottom: 10px;
4593 left: 10px;
4596 #post-nav-ui-toggle {
4597 bottom: 10px;
4598 right: 10px;
4601 #theme-selector.engaged,
4602 #quick-nav-ui.engaged,
4603 #new-comment-nav-ui.engaged,
4604 #hns-date-picker.engaged {
4605 visibility: visible;
4608 #image-focus-overlay.engaged {
4609 visibility: visible;
4611 #image-focus-overlay .help-overlay {
4612 display: none;
4615 /*=========*/
4616 /* GENERAL */
4617 /*=========*/
4619 @media only screen and (max-width: 900px) {
4620 #content,
4621 #images-overlay,
4622 #ui-elements-container {
4623 min-width: unset;
4624 width: unset;
4626 #content {
4627 padding: 0 4px;
4631 /*================*/
4632 /* THEME SELECTOR */
4633 /*================*/
4635 #theme-selector {
4636 display: flex;
4637 flex-flow: column;
4638 background-color: #fff;
4639 width: calc(100vw - 20px);
4640 max-width: 360px;
4641 padding: 0 0 3px 0;
4642 overflow: hidden;
4643 max-height: 0;
4644 transition:
4645 top 0.2s ease,
4646 max-height 0.2s ease,
4647 visibility 0.2s ease;
4648 top: calc(100% + 10px);
4649 left: 0;
4650 right: 0;
4651 margin: auto;
4653 #theme-selector.engaged {
4654 max-height: 1000px;
4655 top: 10px;
4656 z-index: 10001;
4658 #theme-selector::before {
4659 content: "Select theme";
4660 white-space: nowrap;
4661 display: block;
4662 font-weight: 600;
4663 font-size: 2rem;
4664 margin: 0.375em 1em 0.5em 1em;
4665 text-align: center;
4667 #theme-selector button {
4668 width: calc(100% - 0.5em);
4669 background-repeat: no-repeat;
4670 padding: 1em 0.875em;
4671 margin: 1px 4px;
4672 line-height: 1;
4673 height: unset;
4674 position: relative;
4676 #theme-selector button::after {
4677 content: attr(data-theme-description);
4678 color: #000;
4679 white-space: nowrap;
4680 position: absolute;
4681 text-align: left;
4682 left: 2.5em;
4683 top: 1em;
4685 @media only screen and (max-height: 675px) {
4686 #theme-selector button {
4687 padding: 0.875em;
4689 #theme-selector button::after {
4690 top: 0.875em;
4693 #theme-selector .theme-selector-close-button {
4694 position: absolute;
4695 width: unset;
4696 background-color: transparent;
4697 top: 0;
4698 right: -3px;
4700 #theme-selector .theme-selector-close-button,
4701 #theme-selector .theme-selector-close-button:focus,
4702 #theme-selector .theme-selector-close-button:active,
4703 #theme-selector .theme-selector-close-button:hover {
4704 box-shadow: none;
4707 /*===============*/
4708 /* THEME TWEAKER */
4709 /*===============*/
4711 #theme-selector {
4712 padding: 0 0 64px 0;
4714 #theme-selector ~ #theme-tweaker-toggle {
4715 top: 100%;
4717 #theme-selector ~ #theme-tweaker-toggle::after {
4718 content: "Open theme tweaker";
4719 position: absolute;
4720 font-size: 0.625em;
4721 white-space: nowrap;
4722 left: -50%;
4723 top: 100%;
4725 #theme-selector.engaged ~ #theme-tweaker-toggle {
4726 visibility: visible;
4727 top: 530px;
4728 left: 0;
4729 right: 0;
4730 margin: auto;
4731 z-index: 11111;
4732 transition:
4733 top 0.2s ease,
4734 visibility 0.2s ease;
4736 @media only screen and (max-height: 675px) {
4737 #theme-selector.engaged ~ #theme-tweaker-toggle {
4738 top: 492px;
4741 @supports (width: -moz-fit-content) {
4742 #theme-selector.engaged ~ #theme-tweaker-toggle {
4743 width: -moz-fit-content;
4746 @supports (width: fit-content) {
4747 #theme-selector.engaged ~ #theme-tweaker-toggle {
4748 width: fit-content;
4751 #theme-selector.engaged ~ #theme-tweaker-toggle button {
4752 opacity: 1.0;
4755 #theme-tweaker-ui {
4756 visibility: visible;
4759 /*======================*/
4760 /* ANTI-KIBITZER TOGGLE */
4761 /*======================*/
4763 #theme-selector ~ #anti-kibitzer-toggle {
4764 top: 100%;
4765 bottom: unset;
4766 left: 0;
4767 right: 0;
4768 margin: auto;
4769 box-shadow: none;
4770 width: calc(100vw - 44px);
4771 max-width: 330px;
4772 text-align: right;
4773 pointer-events: none;
4775 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4776 visibility: visible;
4777 z-index: 11110;
4778 top: 530px;
4779 transition:
4780 top 0.2s ease,
4781 visibility 0.2s ease;
4783 @media only screen and (max-height: 675px) {
4784 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4785 top: 492px;
4788 #theme-selector.engaged ~ #anti-kibitzer-toggle button {
4789 pointer-events: auto;
4790 display: inline-block;
4793 /*=================*/
4794 /* QUICKNAV WIDGET */
4795 /*=================*/
4797 #quick-nav-ui {
4798 max-width: 0px;
4799 transition:
4800 max-width 0.2s ease,
4801 visibility 0.2s ease;
4802 display: flex;
4803 right: 72px;
4804 bottom: 14px;
4806 #quick-nav-ui.engaged {
4807 max-width: 1000px;
4809 #quick-nav-ui a {
4810 position: relative;
4811 margin: 2px;
4813 #quick-nav-ui a + a {
4814 margin-left: 5px;
4816 #quick-nav-ui a::after {
4817 position: absolute;
4818 top: calc(100% + 2px);
4819 font-size: 0.375rem;
4820 left: 0;
4821 right: 0;
4822 margin: auto;
4823 line-height: 1;
4824 padding: 2px;
4825 text-transform: uppercase;
4826 z-index: -1;
4828 @supports (width: -moz-fit-content) {
4829 #quick-nav-ui a::after {
4830 width: -moz-fit-content;
4833 @supports (width: fit-content) {
4834 #quick-nav-ui a::after {
4835 width: fit-content;
4838 #quick-nav-ui a[href='#top']::after {
4839 content: "Top";
4840 left: -1px;
4842 #quick-nav-ui a[href='#comments']::after {
4843 content: "Comments";
4845 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
4846 visibility: hidden;
4847 transition: visibility 0.2s ease;
4849 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui.engaged a[href='#comments'] {
4850 visibility: visible;
4852 #quick-nav-ui a[href='#bottom-bar']::after {
4853 content: "Bottom";
4856 /*======================*/
4857 /* NEW COMMENT QUICKNAV */
4858 /*======================*/
4860 #new-comment-nav-ui {
4861 max-width: 0px;
4862 max-height: 0px;
4863 transition:
4864 max-width 0.2s ease,
4865 max-height 0.2s ease,
4866 visibility 0.2s ease;
4867 display: flex;
4868 right: 78px;
4869 bottom: 70px;
4871 #new-comment-nav-ui::before {
4872 content: "New Comments";
4873 position: absolute;
4874 bottom: 100%;
4875 font-size: 0.5625rem;
4876 left: 0;
4877 right: 0;
4878 margin: auto;
4879 padding: 2px 3px;
4880 text-transform: uppercase;
4881 z-index: -1;
4883 @supports (width: -moz-fit-content) {
4884 #new-comment-nav-ui::before {
4885 width: -moz-fit-content;
4888 @supports (width: fit-content) {
4889 #new-comment-nav-ui::before {
4890 width: fit-content;
4893 #new-comment-nav-ui.engaged {
4894 max-width: 1000px;
4895 max-height: 1000px;
4897 #new-comment-nav-ui .new-comment-sequential-nav-button {
4898 top: unset;
4899 bottom: unset;
4900 padding: 2px 7px;
4902 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
4903 padding: 2px 7px 3px 7px;
4905 #new-comment-nav-ui .new-comments-count {
4906 padding: 4px 0 5px 0;
4908 #new-comment-nav-ui .new-comments-count::before {
4909 display: none;
4911 #new-comment-nav-ui button::after {
4912 position: absolute;
4913 font-size: 0.375rem;
4914 left: 0;
4915 right: 0;
4916 margin: auto;
4917 line-height: 1;
4918 text-transform: uppercase;
4919 pointer-events: none;
4921 #new-comment-nav-ui button.new-comment-previous::after {
4922 content: "Previous";
4923 bottom: 5px;
4925 #new-comment-nav-ui button.new-comment-next::after {
4926 content: "Next";
4927 top: 7px;
4930 /*=================*/
4931 /* HNS DATE PICKER */
4932 /*=================*/
4934 #hns-date-picker {
4935 max-height: 0px;
4936 bottom: 132px;
4937 right: 62px;
4938 transition:
4939 max-height 0.2s ease,
4940 visibility 0.2s ease;
4942 #hns-date-picker.engaged {
4943 max-height: 1000px;
4945 #hns-date-picker::before {
4946 width: calc(100% + 2px);
4947 border-width: 1px !important;
4950 /*=========*/
4951 /* NAV BAR */
4952 /*=========*/
4954 #bottom-bar {
4955 margin-left: auto;
4956 margin-right: auto;
4957 width: calc(100% - 9rem + 8px);
4958 background: rgba(255,255,255,0.85);
4959 backdrop-filter: blur(1px);
4961 #content.index-page #bottom-bar {
4962 z-index: 10001;
4964 #bottom-bar .nav-item {
4965 box-shadow: none;
4966 position: relative;
4968 #bottom-bar .nav-inner {
4969 font-size: 2rem;
4970 padding: 1rem 0 1.25rem 0;
4971 visibility: hidden;
4972 position: static;
4973 width: 0;
4975 #content #bottom-bar .nav-item .nav-inner::before {
4976 margin: 0;
4977 visibility: visible;
4978 position: absolute;
4979 width: 100%;
4980 height: 100%;
4981 left: 0;
4982 top: 0;
4983 padding: 1rem 0;
4985 #bottom-bar .nav-inner::after {
4986 display: block;
4987 visibility: visible;
4988 text-transform: uppercase;
4989 color: unset;
4990 font-size: 0.75rem;
4991 top: unset;
4992 left: 0;
4993 bottom: 1rem;
4994 width: 100%;
4996 #bottom-bar #nav-item-first .nav-inner::after {
4997 content: "First Page";
4999 #bottom-bar #nav-item-prev .nav-inner::after {
5000 content: "Prev. Page";
5002 #bottom-bar #nav-item-top .nav-inner::after {
5003 content: "Top";
5005 #bottom-bar #nav-item-next .nav-inner::after {
5006 content: "Next Page";
5008 #bottom-bar #nav-item-last .nav-inner::after {
5009 content: "Last Page";
5012 @media only screen and (max-width: 900px) {
5013 .nav-bar-top {
5014 font-size: 0.75rem;
5016 .nav-bar {
5017 width: calc(100% + 8px);
5018 margin: 0 -4px;
5020 .nav-bar .nav-inner::after {
5021 display: none;
5024 #primary-bar .nav-item {
5025 flex: 1 1 100%;
5027 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) {
5028 flex: 1 1 60px;
5030 .nav-bar-top:not(#anything) .nav-inner {
5031 text-transform: uppercase;
5032 padding: 6px;
5034 .nav-bar-top .nav-inner::before {
5035 display: block;
5036 font-family: "Font Awesome";
5037 font-size: 2em;
5038 font-weight: 900;
5041 #nav-item-home .nav-inner::before {
5042 content: "\F015";
5044 #nav-item-featured .nav-inner::before {
5045 content: "\F005";
5047 #nav-item-all .nav-inner::before {
5048 content: "\F069";
5050 #nav-item-meta .nav-inner::before {
5051 content: "\F077";
5053 #nav-item-tags .nav-inner::before {
5054 content: "\F02C";
5056 #nav-item-recent-comments > * > span {
5057 display: none;
5059 #nav-item-recent-comments .nav-inner::before,
5060 #nav-item-alignment-forum-comments .nav-inner::before {
5061 content: "\F036";
5063 #nav-item-alignment-forum .nav-inner::before {
5064 content: "AF";
5065 font-family: Concourse, 'Changa One';
5067 #nav-item-questions .nav-inner::before {
5068 content: "?";
5069 font-family: Concourse, 'Changa One';
5071 #nav-item-events .nav-inner::before {
5072 content: "\F5A0";
5074 #nav-item-shortform .nav-inner::before {
5075 content: "\F2F2";
5077 #nav-item-archive .nav-inner::before {
5078 content: "\F187";
5080 #nav-item-about .nav-inner::before {
5081 content: "\F129";
5083 #nav-item-search {
5084 font-size: 2em;
5085 padding: 10px;
5087 #nav-item-search .nav-inner::before {
5088 content: none;
5090 #nav-item-search .nav-inner {
5091 height: 100%;
5092 display: flex;
5094 #nav-item-search input {
5095 width: 100%;
5096 height: 100%;
5098 #nav-item-search button {
5099 height: 100%;
5100 padding: 5px 5px 5px 10px;
5101 width: 40px;
5102 overflow: visible;
5103 visibility: hidden;
5105 #nav-item-search button::before {
5106 content: "\F002";
5107 font-family: Font Awesome;
5108 font-weight: 900;
5109 visibility: visible;
5111 #nav-item-login {
5112 padding: 0;
5114 #nav-item-login .nav-inner::before {
5115 content: "\F007";
5118 @media only screen and (max-width: 520px) {
5119 .nav-bar-top {
5120 font-size: 0.5rem;
5123 #nav-item-search,
5124 #nav-item-search .nav-inner {
5125 padding: 0;
5127 #nav-item-search button {
5128 width: 31px;
5131 #bottom-bar #nav-item-first .nav-inner::after {
5132 content: "First";
5134 #bottom-bar #nav-item-prev .nav-inner::after {
5135 content: "Prev";
5137 #bottom-bar #nav-item-next .nav-inner::after {
5138 content: "Next";
5140 #bottom-bar #nav-item-last .nav-inner::after {
5141 content: "Last";
5145 /*=================*/
5146 /* INBOX INDICATOR */
5147 /*=================*/
5149 @media only screen and (max-width: 900px) {
5150 #inbox-indicator {
5151 width: 100%;
5152 top: 0;
5153 pointer-events: none;
5155 #inbox-indicator::before {
5156 width: 100%;
5157 font-size: 1rem;
5158 text-align: right;
5159 padding: 1px 6px;
5161 #inbox-indicator.new-messages {
5162 pointer-events: auto;
5164 #inbox-indicator.new-messages::before {
5165 box-shadow: 0 0 8px 1px #f00 inset;
5168 @media only screen and (max-width: 520px) {
5169 #inbox-indicator::before {
5170 font-size: 0.75rem;
5171 padding: 2px 5px;
5174 @media only screen and (max-width: 374px) {
5175 #inbox-indicator::before {
5176 font-size: 0.625rem;
5180 /*===================*/
5181 /* TOP PAGINATION UI */
5182 /*===================*/
5184 #top-nav-bar {
5185 font-size: 1.75rem;
5188 /*==============*/
5189 /* PAGE TOOLBAR */
5190 /*==============*/
5192 @media only screen and (max-width: 900px) {
5193 #content > .page-toolbar {
5194 font-size: 1rem;
5195 margin-right: 0;
5197 #content.user-page > .page-toolbar {
5198 grid-column: 2 / span 2;
5199 margin: 0 0 6px 0;
5202 @media only screen and (max-width: 520px) {
5203 #content:not(.user-page) .page-toolbar {
5204 display: flex;
5205 flex-direction: column-reverse;
5206 text-align: right;
5207 align-self: start;
5208 padding: 4px 0 0 0;
5210 #content.user-page .page-toolbar {
5211 display: flex;
5212 flex-flow: row;
5213 justify-content: flex-end;
5214 padding: 2px 0 0 0;
5216 #content.user-page .page-toolbar > form,
5217 #content.user-page .page-toolbar > .button {
5218 text-align: center;
5219 flex-basis: 25%;
5220 margin-left: 1.5em;
5222 #content.user-page .page-toolbar .button {
5223 text-transform: uppercase;
5224 font-size: 0.625rem;
5226 #content.user-page .page-toolbar .button::before {
5227 font-size: 1.375rem;
5228 display: block;
5229 padding: 0;
5231 #content.user-page .page-toolbar .rss {
5232 white-space: nowrap;
5233 margin: 0 0 0 1.5em;
5235 .page-toolbar > * {
5236 line-height: 1.15;
5237 padding: 6px 0;
5238 margin: 0;
5242 /*==============*/
5243 /* SUBLEVEL NAV */
5244 /*==============*/
5246 @media only screen and (max-width: 900px) {
5247 .sublevel-nav:not(.sort) {
5248 flex-wrap: wrap;
5249 width: calc(100vw - 200px);
5251 .sublevel-nav:not(.sort) .sublevel-item {
5252 margin: 1px;
5253 flex-basis: 7em;
5256 @media only screen and (max-width: 520px) {
5257 .sublevel-nav:not(.sort) .sublevel-item {
5258 font-size: 1rem;
5262 /*=====================*/
5263 /* SORT ORDER SELECTOR */
5264 /*=====================*/
5266 @media only screen and (max-width: 720px) {
5267 #content.index-page > .sublevel-nav.sort {
5268 flex-flow: column;
5269 margin-left: 4px;
5273 /*==========*/
5274 /* ARCHIVES */
5275 /*==========*/
5277 @media only screen and (max-width: 900px) {
5278 div[class^='archive-nav-'] {
5279 flex-wrap: wrap;
5280 justify-content: flex-start;
5282 .archive-nav *[class^='archive-nav-item'],
5283 .archive-nav *[class^='archive-nav-item']:first-child {
5284 padding: 10px;
5285 margin: 2px;
5286 max-width: unset;
5287 flex: 0 1 calc((100% / 8) - 4px);
5289 .archive-nav .archive-nav-item-day,
5290 .archive-nav .archive-nav-item-day:first-child {
5291 flex-basis: calc((100% / 16) - 4px);
5293 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-'] {
5294 margin-top: 8px;
5295 position: relative;
5297 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
5298 content: "";
5299 display: block;
5300 position: absolute;
5301 height: 1px;
5302 width: calc(100% + 8px);
5303 left: -4px;
5304 top: -4px;
5307 @media only screen and (max-width: 720px) {
5308 .archive-nav .archive-nav-item-day,
5309 .archive-nav .archive-nav-item-day:first-child {
5310 flex-basis: calc((100% / 12) - 4px);
5313 @media only screen and (max-width: 520px) {
5314 .archive-nav *[class^='archive-nav-item'],
5315 .archive-nav *[class^='archive-nav-item']:first-child {
5316 flex-basis: calc((100% / 5) - 4px);
5318 .archive-nav .archive-nav-item-day,
5319 .archive-nav .archive-nav-item-day:first-child {
5320 flex-basis: calc((100% / 8) - 4px);
5324 /*==========*/
5325 /* LISTINGS */
5326 /*==========*/
5328 h1.listing {
5329 max-height: unset;
5332 /*============*/
5333 /* USER PAGES */
5334 /*============*/
5336 #content.user-page h1.page-main-heading {
5337 align-self: end;
5339 @media only screen and (max-width: 520px) {
5340 #content.user-page h1.page-main-heading {
5341 overflow: hidden;
5342 text-overflow: ellipsis;
5344 #content.user-page .user-stats .karma-type {
5345 display: block;
5349 /*============*/
5350 /* LOGIN PAGE */
5351 /*============*/
5353 @media only screen and (max-width: 640px) {
5354 .login-container {
5355 flex-flow: column;
5356 margin: 0 auto 3em auto;
5357 max-width: 400px;
5359 .login-container #login-form,
5360 .login-container #signup-form {
5361 padding: 0 1em 1.25em 1em;
5362 grid-row-gap: 0;
5364 .login-container #signup-form {
5365 padding-top: 1em;
5367 .login-container #login-form > *,
5368 .login-container #signup-form > * {
5369 grid-column: 1 / span 2;
5371 .login-container form label {
5372 text-align: left;
5373 padding: 0;
5374 line-height: 1;
5376 .login-container form input {
5377 margin: 0.25em 0 0.75em 0;
5378 padding: 0.5em;
5380 .login-container form h1 {
5381 grid-column: 1 / span 2;
5382 margin: 0 0 0.25em 0;
5384 .login-container form a {
5385 margin: 0.75em 0 0 0;
5387 .login-container .login-tip {
5388 margin: 1.5em 1em 0 1em;
5392 /*==================*/
5393 /* POSTS & COMMENTS */
5394 /*==================*/
5396 @media only screen and (max-width: 720px) {
5397 .body-text ol > li {
5398 padding: 0 0 0 2.25em;
5400 .body-text ol > li::before {
5401 width: 1.75em;
5403 .body-text ul:not(.contents-list) > li,
5404 .body-text ul:not(.contents-list) > li ul > li {
5405 padding: 0 0 0 0.75em;
5407 .body-text ul:not(.contents-list) > li::before,
5408 .body-text ul:not(.contents-list) > li ul > li::before {
5409 width: 0.125em;
5410 margin-left: -0.06em;
5414 /*===========*/
5415 /* POST-META */
5416 /*===========*/
5418 .post-meta {
5419 line-height: 1.9;
5421 @media only screen and (max-width: 720px) {
5422 .post-meta .lw2-link span,
5423 .post-meta .karma-value span,
5424 .post-meta .comment-count span {
5425 display: none;
5427 .post-meta .comment-count::before {
5428 content: "\F086";
5429 font-family: Font Awesome;
5430 font-size: 0.875em;
5431 margin: 0 0.25em 0 0;
5432 font-weight: 400;
5436 /*===================*/
5437 /* POSTS & BODY TEXT */
5438 /*===================*/
5440 @media only screen and (max-width: 900px) {
5441 .post-body,
5442 h1.post-title,
5443 .tag-description,
5444 .sequence-text {
5445 padding: 0 6px;
5448 @media only screen and (max-width: 520px) {
5449 .post-body {
5450 font-size: 1.2rem;
5451 line-height: 1.45;
5453 h1.post-title {
5454 font-size: 2em;
5458 /*==============*/
5459 /* COMMENT-META */
5460 /*==============*/
5462 a.comment-parent-link::after {
5463 display: none;
5465 @media only screen and (max-width: 900px) {
5466 .comment-meta {
5467 padding: 2px 40px 2px 10px;
5470 @media only screen and (max-width: 720px) {
5471 .comment .karma-value span {
5472 display: none;
5474 .comment-meta .comment-parent-link {
5475 opacity: 1.0;
5478 @media only screen and (max-width: 520px) {
5479 .comment-meta {
5480 padding: 2px 10px;
5481 position: relative;
5483 .comment-meta .author {
5484 flex-basis: 100%;
5486 .comment-post-title2 {
5487 display: block;
5488 text-overflow: ellipsis;
5489 overflow: hidden;
5491 .comment-meta .lw2-link {
5492 display: none;
5496 /*=======================*/
5497 /* COMMENTS COMPACT VIEW */
5498 /*=======================*/
5500 /*===========================*/
5501 /* COMMENT THREAD NAVIGATION */
5502 /*===========================*/
5504 @media only screen and (max-width: 900px) {
5505 a.comment-parent-link {
5506 width: 0;
5507 visibility: hidden;
5508 position: relative;
5510 a.comment-parent-link::before {
5511 padding: 0;
5512 font-size: 1em;
5513 left: 0;
5514 top: 0;
5515 line-height: inherit;
5516 visibility: visible;
5517 content: "\F3BF";
5518 transform: scaleX(-1);
5519 width: 2em;
5520 text-align: center;
5523 @media only screen and (max-width: 520px) {
5524 a.comment-parent-link {
5525 position: static;
5527 a.comment-parent-link::before {
5528 padding: 6px;
5529 left: unset;
5530 right: 0;
5531 top: unset;
5532 bottom: 0;
5533 height: 2em;
5537 /*=================================*/
5538 /* COMMENT THREAD MINIMIZE BUTTONS */
5539 /*=================================*/
5541 @media only screen and (max-width: 520px) {
5542 .comment-minimize-button{
5543 right: 2px;
5547 /*===========================*/
5548 /* COMMENTING AND POSTING UI */
5549 /*===========================*/
5551 @media only screen and (max-width: 900px) {
5552 .comment-controls .delete-button, .comment-controls .retract-button, .comment-controls .unretract-button, .comment-controls .edit-button {
5553 font-size: 0;
5555 .comment-controls .delete-button::before, .comment-controls .retract-button::before, .comment-controls .unretract-button::before, .comment-controls .edit-button::before {
5556 font-size: 0.9rem;
5558 .comment-controls .cancel-comment-button {
5559 max-width: 1.3em;
5560 overflow: hidden;
5561 margin-right: 0.125em;
5563 .comment-controls .edit-button::before {
5564 font-size: 0.9375rem;
5566 .comments > .comment-controls .cancel-comment-button {
5567 right: 8px;
5569 .comment-controls .cancel-comment-button::before {
5570 font-size: 1.25rem;
5573 @media only screen and (max-width: 520px) {
5574 .comment-controls {
5575 position: static;
5577 .comment-controls:focus-within {
5578 z-index: 10001;
5580 .comment-controls .cancel-comment-button {
5581 right: 10px;
5583 .textarea-container:focus-within textarea {
5584 position: fixed;
5585 top: 0;
5586 left: 2px;
5587 width: calc(100vw - 4px);
5588 height: calc(100% - 100px);
5589 min-height: unset;
5590 max-height: unset;
5591 border-width: 1px;
5592 z-index: 11001;
5594 #content.conversation-page .textarea-container:focus-within textarea {
5595 height: calc(100% - 54px);
5597 #content.conversation-page .textarea-container:focus-within::after {
5598 content: "";
5599 display: block;
5600 width: 100%;
5601 height: 50px;
5602 position: fixed;
5603 left: 0;
5604 bottom: 0;
5605 z-index: 11000;
5607 .textarea-container:focus-within .guiedit-buttons-container {
5608 position: fixed;
5609 z-index: 11002;
5610 left: 0;
5611 width: 100vw;
5612 height: auto;
5613 background-image: none;
5614 padding: 3px 4px 4px 4px;
5615 margin: 0;
5616 text-align: center;
5617 top: auto;
5618 bottom: 0;
5620 .textarea-container:focus-within button.guiedit {
5621 font-size: 0.9375rem;
5622 line-height: 1.5;
5623 height: auto;
5624 width: calc((100% / 10) - 2px);
5625 padding: 10px 1px 8px 0;
5626 position: relative;
5627 margin: 1px;
5629 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
5630 z-index: 11011;
5631 position: fixed;
5632 bottom: 7px;
5633 width: calc(((100% - 16px) / 10) * 2.5 - 7px);
5634 font-size: 1.25rem;
5635 padding: 5px 5px 6px 5px;
5636 display: block;
5638 .textarea-container:focus-within button.guiedit sup {
5639 position: absolute;
5640 left: calc(50% + 0.65em);
5641 top: calc(50% - 1.3em);
5643 .textarea-container:focus-within .guiedit-mobile-help-button {
5644 left: 8px;
5646 .textarea-container:focus-within .guiedit-mobile-exit-button {
5647 right: 8px;
5649 .guiedit::after {
5650 display: none;
5653 #markdown-hints,
5654 #edit-post-form #markdown-hints {
5655 z-index: 11111;
5656 position: fixed;
5657 top: 40px;
5658 left: 0;
5659 right: 0;
5660 margin: auto;
5661 padding: 4px 0 4px 8px;
5662 width: 310px;
5663 border-width: 3px;
5664 border-style: double;
5665 pointer-events: none;
5667 #markdown-hints::after {
5668 content: "(Type to hide this help box.)";
5669 color: #090;
5670 display: block;
5671 margin: 12px 18px 13px 10px;
5672 padding: 5px;
5673 font-size: 0.9em;
5674 text-align: center;
5678 /*================*/
5679 /* EDIT POST FORM */
5680 /*================*/
5682 @media only screen and (max-width: 520px) {
5683 #edit-post-form {
5684 padding-bottom: 0;
5686 #edit-post-form .post-meta-fields {
5687 grid-template-columns: 4.5em auto auto auto 1fr auto;
5689 #edit-post-form label[for='url'],
5690 #edit-post-form label[for='section'],
5691 #edit-post-form label[for='title'] {
5692 padding-left: 0;
5694 #edit-post-form .post-meta-fields input[type='checkbox'] + label.iconify {
5695 white-space: normal;
5696 line-height: 0.9;
5697 top: -1px;
5698 font-family: Font Awesome;
5699 font-weight: 900;
5700 justify-self: start;
5702 #edit-post-form .post-meta-fields .question-checkbox,
5703 #edit-post-form .post-meta-fields .question-checkbox + label {
5704 grid-column: 6;
5705 margin-left: unset;
5707 #edit-post-form .post-meta-fields input[type='radio'] + label {
5708 align-self: start;
5710 #edit-post-form .textarea-container:focus-within textarea {
5711 height: calc(100% - 101px);
5712 min-height: unset;
5715 #markdown-hints-checkbox,
5716 #markdown-hints-checkbox + label {
5717 display: none;
5720 #edit-post-form div:last-child {
5721 clear: both;
5722 overflow: auto;
5724 #edit-post-form input[type='submit'] {
5725 float: none;
5726 display: block;
5727 font-size: 1.5rem;
5728 margin: 1rem auto 1.5rem auto;
5729 padding: 6px 12px 8px 12px;
5733 /*===================*/
5734 /* TABLE OF CONTENTS */
5735 /*===================*/
5737 @media only screen and (max-width: 900px) {
5738 .contents {
5739 float: none;
5740 display: table;
5741 max-width: none;
5742 margin-left: auto;
5743 margin-right: auto;
5746 @media only screen and (max-width: 520px) {
5747 .contents {
5748 max-width: 100%;
5749 margin: 1em auto 0 auto;
5750 display: table;
5752 .contents-head {
5753 font-size: 1.2em;
5755 div.post-body .contents ul {
5756 font-size: unset;
5760 /*========================*/
5761 /* QUALIFIED HYPERLINKING */
5762 /*========================*/
5764 @media only screen and (max-width: 520px) {
5765 .qualified-linking-toolbar {
5766 right: -5em;
5770 } /* END MOBILE LAYOUT */
5773 /**************/
5774 /* THEME ZERO */
5775 /**************/
5777 /*===========*/
5778 /* VARIABLES */
5779 /*===========*/
5781 /* Color scheme.
5783 :root {
5784 --GW-comment-background-color-odd: #eee;
5785 --GW-comment-background-color-even: #fff;
5786 --GW-comment-background-color-target: #ffd;
5789 /*======*/
5790 /* BASE */
5791 /*======*/
5793 body {
5794 color: #000;
5795 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
5796 background-color: #eee;
5798 #content {
5799 line-height: 1.55;
5802 /*=========*/
5803 /* NAV BAR */
5804 /*=========*/
5806 .nav-bar {
5807 background-color: #e4e4e4;
5809 .nav-inner {
5810 font-size: 1.125em;
5811 padding: 11px 30px 13px 30px;
5813 .nav-bar-top:not(#primary-bar) .nav-inner {
5814 font-size: 0.875em;
5816 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) .nav-inner {
5817 padding: 6px 0 3px 0;
5819 @media only screen and (min-width: 901px) {
5820 .nav-bar-top:not(#primary-bar) #nav-item-sequences .nav-inner {
5821 line-height: 1.1;
5824 .active-bar {
5825 border-top: 2px solid #eee;
5828 .nav-bar a:visited {
5829 color: #00e;
5832 #bottom-bar.decorative {
5833 background-color: transparent;
5835 #bottom-bar.decorative::before,
5836 #bottom-bar.decorative::after {
5837 content: "GW";
5838 display: block;
5839 text-align: center;
5840 padding: 0.25em 0 1em 0;
5842 #bottom-bar.decorative::before {
5843 width: 100%;
5844 color: transparent;
5845 background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAMdXV1QUAACwAAAAAAQABAAACAkQBADs=');
5846 background-repeat: repeat-x;
5847 background-position: center 35%;
5848 margin: 0 30px;
5849 filter: contrast(90%);
5851 #bottom-bar.decorative::after {
5852 color: #d8d8d8;
5853 position: absolute;
5854 left: 0;
5855 right: 0;
5856 margin: auto;
5857 background-color: #eee;
5858 padding-right: 4px;
5859 padding-left: 4px;
5861 @supports (width: -moz-fit-content) {
5862 #bottom-bar.decorative::after {
5863 width: -moz-fit-content;
5866 @supports (width: fit-content) {
5867 #bottom-bar.decorative::after {
5868 width: fit-content;
5872 /* Accesskey hints */
5874 .nav-inner::after {
5875 display: block;
5876 position: absolute;
5877 left: 5px;
5878 top: -1px;
5879 font-weight: 400;
5880 font-size: 0.7em;
5881 color: #d8d8d8;
5883 .inactive-bar .nav-inner::after {
5884 color: #ccc;
5886 .nav-inner:hover::after {
5887 color: #bbb;
5890 /* "Tabs" */
5892 .nav-current {
5893 background-color: #eee;
5896 /* Search tab */
5898 #nav-item-search form::before {
5899 font-size: 1.125em;
5901 #nav-item-search button {
5902 border: none;
5903 font-weight: inherit;
5905 #nav-item-search input::placeholder {
5906 color: #d00;
5907 font-weight: normal;
5910 /*= Top pagination UI hover tooltips =*/
5912 #top-nav-bar a::after,
5913 #bottom-bar a::after {
5914 color: #000;
5917 /*==============*/
5918 /* PAGE TOOLBAR */
5919 /*==============*/
5921 .new-post,
5922 .new-post:visited,
5923 .new-private-message,
5924 .new-private-message:visited {
5925 color: #090;
5927 .logout-button {
5928 color: #d33;
5931 /*==============*/
5932 /* SUBLEVEL NAV */
5933 /*==============*/
5935 .sublevel-nav .sublevel-item {
5936 color: #777;
5938 .sublevel-nav .sublevel-item:not(.selected):hover {
5939 background-color: #ddd;
5940 color: #000;
5941 text-decoration: none;
5942 text-shadow: none;
5944 .sublevel-nav .sublevel-item:not(.selected):active,
5945 .sublevel-nav .sublevel-item.selected {
5946 background-color: #ddd;
5947 color: #000;
5948 text-shadow:
5949 0 -1px 0 #fff,
5950 0 0.5px 0.5px #000;
5953 .sublevel-nav:not(.sort) .sublevel-item {
5954 border-style: solid;
5955 border-color: #ccc;
5956 border-width: 1px 0 1px 1px;
5958 .sublevel-nav:not(.sort) .sublevel-item:first-child {
5959 border-radius: 8px 0 0 8px;
5961 .sublevel-nav:not(.sort) .sublevel-item:last-child {
5962 border-width: 1px;
5963 border-radius: 0 8px 8px 0;
5966 /*=====================*/
5967 /* SORT ORDER SELECTOR */
5968 /*=====================*/
5970 .sublevel-nav.sort {
5971 padding: 18px 0 0 0;
5972 border-radius: 8px;
5973 pointer-events: none;
5975 .sublevel-nav.sort::before {
5976 text-transform: uppercase;
5977 font-weight: 600;
5978 color: #444;
5979 text-shadow: 0.5px 0.5px 0 #fff;
5980 z-index: 1;
5982 .sublevel-nav.sort::after {
5983 content: "";
5984 position: absolute;
5985 display: block;
5986 top: 0;
5987 left: 0;
5988 width: 100%;
5989 height: 100%;
5990 border-radius: 6px;
5991 box-shadow:
5992 0 18px 0 0 #eee inset,
5993 0 0 0 1px #ccc inset,
5994 0 18px 0 1px #ccc inset,
5995 0 0 0 2px #eee;
5997 .sublevel-nav.sort .sublevel-item {
5998 padding: 7px 7px 6px 7px;
5999 text-transform: uppercase;
6000 box-shadow: 1px 1px 0 0 #ccc inset;
6001 pointer-events: auto;
6004 /*================*/
6005 /* WIDTH SELECTOR */
6006 /*================*/
6008 #width-selector button {
6009 box-shadow:
6010 0 0 0 4px #eee inset,
6011 0 0 0 5px #aaa inset;
6013 #width-selector button:hover,
6014 #width-selector button.selected {
6015 box-shadow:
6016 0 0 0 1px #eee inset,
6017 0 0 0 2px #aaa inset,
6018 0 0 0 4px #eee inset,
6019 0 0 0 5px #aaa inset;
6021 #width-selector button::after {
6022 color: #999;
6025 /*================*/
6026 /* THEME SELECTOR */
6027 /*================*/
6029 #theme-selector button {
6030 box-shadow:
6031 0 0 0 4px #eee inset,
6032 0 0 0 5px #999 inset;
6034 #theme-selector button:hover,
6035 #theme-selector button.selected {
6036 box-shadow:
6037 0 0 0 1px #eee inset,
6038 0 0 0 2px #999 inset,
6039 0 0 0 4px #eee inset,
6040 0 0 0 5px #999 inset;
6043 #theme-selector button::before {
6044 color: #aaa;
6045 background-color: #eee;
6047 #theme-selector button:hover::before,
6048 #theme-selector button.selected::before {
6049 color: #666;
6052 /*======================*/
6053 /* THEME TWEAKER TOGGLE */
6054 /*======================*/
6056 #theme-tweaker-toggle button {
6057 color: #777;
6060 /*=================*/
6061 /* QUICKNAV WIDGET */
6062 /*=================*/
6064 #quick-nav-ui a {
6065 color: #00c;
6066 border-radius: 4px;
6067 box-shadow: 0 0 0 1px #ddf;
6068 text-decoration: none;
6070 #quick-nav-ui a[href='#bottom-bar'] {
6071 line-height: 1.8;
6073 #quick-nav-ui a:active {
6074 transform: scale(0.9);
6076 #quick-nav-ui a[href='#comments'].no-comments {
6077 opacity: 0.4;
6078 color: #bbb;
6080 @media only screen and (hover: hover) {
6081 #quick-nav-ui a:hover {
6082 color: #f00;
6083 box-shadow: 0 0 0 1px #faa;
6085 #quick-nav-ui a:focus:not(:hover) {
6086 transform: none;
6087 text-shadow: none;
6091 /*======================*/
6092 /* NEW COMMENT QUICKNAV */
6093 /*======================*/
6095 #new-comment-nav-ui .new-comments-count {
6096 font-weight: 600;
6097 color: #666;
6098 text-shadow: 0.5px 0.5px 0 #fff;
6100 #new-comment-nav-ui .new-comments-count::after {
6101 font-weight: 600;
6102 color: #777;
6104 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
6105 color: #bbb;
6106 text-shadow: none;
6108 @media only screen and (hover: hover) {
6109 #new-comment-nav-ui .new-comments-count:hover {
6110 text-shadow:
6111 0 0 1px #fff,
6112 0 0 3px #fff,
6113 0 0 5px #fff,
6114 0 0 8px #fff,
6115 0.5px 0.5px 0 #fff;
6117 #new-comment-nav-ui .new-comment-sequential-nav-button:focus {
6118 color: #d00;
6119 text-shadow:
6120 0 0 1px #fff,
6121 0 0 3px #fff,
6122 0 0 5px #fff;
6126 /*=================*/
6127 /* HNS DATE PICKER */
6128 /*=================*/
6130 #hns-date-picker span {
6131 color: #777;
6132 text-shadow: 0.5px 0.5px 0 #fff;
6133 font-weight: 600;
6135 #hns-date-picker input {
6136 border: 1px solid #777;
6137 background-color: transparent;
6138 color: #666;
6140 #hns-date-picker input:focus {
6141 color: #000;
6144 /*======================*/
6145 /* ANTI-KIBITZER TOGGLE */
6146 /*======================*/
6148 #anti-kibitzer-toggle button::before,
6149 #anti-kibitzer-toggle button::after {
6150 background-color: #aaa;
6151 -webkit-background-clip: text;
6152 color: transparent;
6153 text-shadow: rgba(255,255,255,0.5) 0px 1px 1px;
6155 #anti-kibitzer-toggle button:hover::before,
6156 #anti-kibitzer-toggle button:hover::after {
6157 background-color: #777;
6160 /*======================*/
6161 /* TEXT SIZE ADJUSTMENT */
6162 /*======================*/
6164 #text-size-adjustment-ui button {
6165 color: #777;
6167 #text-size-adjustment-ui button.default {
6168 font-weight: 600;
6170 #text-size-adjustment-ui button:disabled:hover {
6171 text-shadow: none;
6173 #text-size-adjustment-ui::after {
6174 color: #999;
6177 /*=============================*/
6178 /* COMMENTS VIEW MODE SELECTOR */
6179 /*=============================*/
6181 #comments-view-mode-selector a {
6182 color: #777;
6185 /*==========*/
6186 /* ARCHIVES */
6187 /*==========*/
6189 .archive-nav {
6190 border: 1px solid #aaa;
6192 .archive-nav *[class^='archive-nav-item'] {
6193 border-style: solid;
6194 border-color: #ddd;
6195 border-width: 1px 0 1px 1px;
6196 background-color: #eee;
6198 .archive-nav div[class^='archive-nav-']:nth-of-type(2) *[class^='archive-nav-item'] {
6199 border-top-width: 0;
6200 border-bottom-width: 0;
6202 .archive-nav div[class^='archive-nav-']:last-of-type *[class^='archive-nav-item'] {
6203 border-bottom-width: 1px;
6205 .archive-nav *[class^='archive-nav-item']:last-child {
6206 border-right-width: 1px;
6208 .archive-nav span[class^='archive-nav-item'] {
6209 font-weight: bold;
6210 background-color: #ddd;
6213 .archive-nav a:link,
6214 .archive-nav a:visited {
6215 color: rgba(0, 0, 238, 0.7);
6217 .archive-nav a:hover {
6218 text-decoration: none;
6219 color: #c00;
6220 background-color: #e0e0e0;
6221 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6223 .archive-nav a:active {
6224 transform: scale(0.9);
6226 .archive-nav a:focus:not(:hover) {
6227 transform: none;
6229 .archive-nav a.archive-nav-item-day:hover {
6230 background-color: #ddd;
6233 /*==========*/
6234 /* LISTINGS */
6235 /*==========*/
6237 h1.listing {
6238 margin: 0.7em 20px 0.1em 20px;
6239 max-width: calc(100% - 40px);
6240 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif, 'Font Awesome';
6241 font-size: 1.375rem;
6242 line-height: 1.2;
6245 h1.listing .link-post-link {
6246 color: #00c;
6247 font-size: 0.75em;
6249 h1.listing .post-title-link {
6250 color: #000;
6251 font-weight: bold;
6254 @media only screen and (hover: hover) {
6255 h1.listing a:hover,
6256 h1.listing a:focus {
6257 color: #777;
6258 background-color: rgba(238,238,238,0.85);
6260 h1.listing:focus-within::before {
6261 color: #00f;
6262 left: -0.625em;
6263 top: 1px;
6265 h1.listing .link-post-link:hover {
6266 color: #4879ec;
6267 text-shadow:
6268 0.5px 0.5px 0 #fff,
6269 -0.5px -0.5px 0 #fff,
6270 0 0 2px #fff,
6271 0 0 3px #00c;
6275 h1.listing .edit-post-link {
6276 padding: 6px 3px 32px 0.5em;
6277 top: 0;
6278 right: 0;
6280 h1.listing .edit-post-link:hover {
6281 text-decoration: none;
6283 #content.user-page h1.listing .edit-post-link {
6284 background-color: #eee;
6287 /*======*/
6288 /* SPAM */
6289 /*======*/
6291 h1.listing.spam {
6292 opacity: 0.1;
6294 h1.listing.spam + .post-meta {
6295 opacity: 0.25;
6297 h1.listing.spam:hover,
6298 h1.listing.spam + .post-meta:hover,
6299 h1.listing.spam:hover + .post-meta {
6300 opacity: 1.0;
6303 /*===================*/
6304 /* LISTING POST-META */
6305 /*===================*/
6307 h1.listing + .post-meta {
6308 font-size: 0.875rem;
6311 h1.listing + .post-meta .karma-value {
6312 cursor: default;
6315 /*============*/
6316 /* USER PAGES */
6317 /*============*/
6319 #content.user-page h1.page-main-heading {
6320 border-bottom: 1px solid #ccc;
6323 #content.user-page h1.listing,
6324 #content.user-page h1.listing + .post-meta {
6325 border-style: solid;
6326 border-color: #ccc;
6328 #content.user-page h1.listing {
6329 padding: 0 6px;
6330 padding-top: 0.25em;
6331 border-width: 1px 1px 0 1px;
6332 margin: 1rem 0 0 0;
6333 max-width: 100%;
6335 #content.own-user-page h1.listing,
6336 h1.listing.own-post-listing {
6337 padding-right: 36px;
6339 @media only screen and (hover: hover) {
6340 #content.user-page h1.listing:focus-within::before {
6341 left: -0.625em;
6342 top: 6px;
6345 #content.user-page h1.listing + .post-meta {
6346 padding: 0.75em 6px 0.5em 32px;
6347 border-width: 0 1px 1px 1px;
6348 margin: 0 0 1rem 0;
6350 #content.user-page h1.listing + .post-meta .post-section::before {
6351 left: 0;
6354 #content.conversations-user-page h1.listing {
6355 padding: 6px 6px 4px 9px;
6356 font-size: 1.5rem;
6358 #content.conversations-user-page h1.listing + .post-meta {
6359 padding: 6px 4px;
6360 margin: 0;
6363 .user-stats .karma-total {
6364 font-weight: bold;
6367 /*===============*/
6368 /* CONVERSATIONS */
6369 /*===============*/
6371 /*============*/
6372 /* LOGIN PAGE */
6373 /*============*/
6375 .login-container form input[type='submit'] {
6376 font-weight: bold;
6377 background-color: #eee;
6378 border: 1px solid #ccc;
6380 .login-container form input[type='submit']:hover,
6381 .login-container form input[type='submit']:focus {
6382 background-color: #ddd;
6383 border: 1px solid #aaa;
6386 /* “Create account” form */
6388 #signup-form {
6389 background-color: #f3f3f3;
6390 border: 1px solid #ddd;
6392 #signup-form input[type='submit'] {
6393 background-color: #e4e4e4;
6394 border: 1px solid #ccc;
6396 #signup-form input[type='submit']:hover {
6397 background-color: #d8d8d8;
6398 border: 1px solid #aaa;
6401 /* Log in tip */
6403 .login-container .login-tip {
6404 border: 1px solid #eee;
6407 /* Message box */
6409 .error-box {
6410 border: 1px solid red;
6411 background-color: #faa;
6413 .success-box {
6414 border: 1px solid green;
6415 background-color: #afa;
6418 /*=====================*/
6419 /* PASSWORD RESET PAGE */
6420 /*=====================*/
6422 .reset-password-container input[type='submit'] {
6423 background-color: #e4e4e4;
6424 border: 1px solid #ccc;
6425 font-weight: bold;
6428 /*===================*/
6429 /* TABLE OF CONTENTS */
6430 /*===================*/
6432 .contents {
6433 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
6434 background-color: #eee;
6436 .contents-head {
6437 font-weight: bold;
6439 .post-body .contents li::before {
6440 color: #999;
6441 font-feature-settings: "tnum";
6443 .post-body .contents a,
6444 .post-body .contents a:hover {
6445 border: none;
6447 .post-body .contents a:hover {
6448 text-decoration: underline;
6451 /*==================*/
6452 /* POSTS & COMMENTS */
6453 /*==================*/
6455 .body-text {
6456 font-family: 'News Gothic BT', 'Helvetica', sans-serif;
6459 .body-text a {
6460 border-bottom: 1px dotted #bbb;
6462 .body-text a:hover {
6463 text-decoration: none;
6464 border-bottom: 1px solid currentColor;
6467 /*=======*/
6468 /* POSTS */
6469 /*=======*/
6471 .post-body {
6472 font-size: 1.25rem;
6475 h1.post-title {
6476 font-size: 2rem;
6477 line-height: 1.1;
6478 margin: 1em 0 0.25em 0;
6481 /*=================*/
6482 /* POST NAVIGATION */
6483 /*=================*/
6485 .post-nav-links a,
6486 .post-nav-links a:visited {
6487 color: #00e;
6488 font-weight: normal;
6490 .post-nav-links a:hover {
6491 text-decoration: none;
6492 color: #c00;
6494 .post-nav-links a:active {
6495 color: #e00;
6498 .post-nav-label {
6499 opacity: 0.75;
6502 @media only screen and (max-width: 900px) {
6503 .post-nav-item > * {
6504 background-color: #e4e4e4;
6506 .sequence-title {
6507 border-top: 1px solid #fff;
6509 .post-nav.prev {
6510 border-right: 1px solid #fff;
6512 .post-nav.next {
6513 border-left: 1px solid #fff;
6517 /*===========*/
6518 /* POST-META */
6519 /*===========*/
6521 .post-meta .post-section::before,
6522 .comment-meta .alignment-forum {
6523 color: #fff;
6524 text-shadow:
6525 1px 1px 0 #090,
6526 0 1px 0 #090,
6527 0 0 5px #090;
6529 a.post-section:hover {
6530 text-decoration: none;
6532 a.post-section:hover::before {
6533 color: #97ff7c;
6535 .post-meta .post-section.alignment-forum::before {
6536 text-shadow:
6537 1px 1px 0 #626dd7,
6538 0 1px 0 #626dd7,
6539 0 0 5px #626dd7;
6541 a.post-section.alignment-forum:hover::before {
6542 color: #e6e5ff;
6543 text-decoration: none;
6545 .post-meta .date {
6546 color: #888;
6548 .post-meta .author {
6549 color: #090;
6551 .bottom-post-meta {
6552 border-color: #ddd;
6555 /*============*/
6556 /* LINK POSTS */
6557 /*============*/
6559 .post.link-post a.link-post-link {
6560 text-decoration: none;
6561 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
6562 font-weight: 600;
6564 .post.link-post a.link-post-link:hover {
6565 color: #c00;
6567 .post.link-post a.link-post-link:hover::before {
6568 color: #4879ec;
6569 text-shadow:
6570 0.5px 0.5px 0 #fff,
6571 -0.5px -0.5px 0 #fff,
6572 0 0 2px #fff,
6573 0 0 3px #00c;
6575 .post.link-post a.link-post-link:focus {
6576 color: #999;
6577 border-bottom: 2px dotted #999;
6580 /*==========*/
6581 /* COMMENTS */
6582 /*==========*/
6584 .comments::before {
6585 border-top: 1px solid #ddd;
6588 #content > .comment-thread .comment-meta a.date:focus,
6589 #content > .comment-thread .comment-meta a.permalink:focus {
6590 color: #888;
6591 outline: 2px dotted #999;
6592 position: relative;
6593 background-color: #fff;
6594 padding: 0 5px;
6595 left: -5px;
6597 #content > .comment-thread .comment-meta a.date:focus + *,
6598 #content > .comment-thread .comment-meta a.permalink:focus + *:not(.comment-post-title) {
6599 margin-left: -10px;
6601 .comment-item {
6602 border: 1px solid #ccc;
6603 background-color: var(--GW-comment-background-color);
6605 .comment-parent-link::after {
6606 box-shadow:
6607 0 28px 16px -16px var(--GW-comment-parent-background-color) inset,
6608 4px 16px 0 12px var(--GW-comment-background-color-target) inset,
6609 4px 4px 0 12px var(--GW-comment-background-color-target) inset;
6612 .comment-body {
6613 font-size: 1.1875rem;
6616 /*================================*/
6617 /* DEEP COMMENT THREAD COLLAPSING */
6618 /*================================*/
6620 .comment-item input[id^="expand"] + label::after {
6621 color: #00e;
6622 font-weight: 600;
6624 .comment-item input[id^="expand"] + label:hover::after {
6625 color: #c00;
6627 .comment-item input[id^="expand"] + label:active::after,
6628 .comment-item input[id^="expand"] + label:focus::after{
6629 color: #c00;
6631 .comment-item input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
6632 border-width: 1px 0 0 0;
6635 /*==============*/
6636 /* COMMENT-META */
6637 /*==============*/
6639 .comment-meta .author {
6640 font-size: 1.125em;
6641 color: #090;
6643 .comment-item .author:not(.redacted).original-poster::after {
6644 opacity: 0.6;
6645 filter: brightness(60%);
6648 .comment-item .voting-controls.active-controls::after,
6649 .comment-item .voting-controls .karma-value::after,
6650 .post .voting-controls.active-controls::after,
6651 .post .voting-controls .karma-value::after,
6652 .author::before {
6653 background-color: #eee;
6654 color: #777;
6655 border-radius: 4px;
6656 box-shadow: 0 0 0 1px #bbb inset;
6658 .comment-item .voting-controls.active-controls::after,
6659 .post .voting-controls.active-controls::after {
6660 padding: 6px;
6661 bottom: -46px;
6663 .comment-item .voting-controls .karma-value::after,
6664 .post .voting-controls .karma-value::after {
6665 padding: 2px 8px;
6666 top: -26px;
6667 min-width: 60px;
6670 /*====================*/
6671 /* ANTI-KIBITZER MODE */
6672 /*====================*/
6674 .author.redacted,
6675 .inline-author.redacted {
6676 opacity: 0.6;
6677 font-weight: 400;
6680 .karma-value.redacted {
6681 opacity: 0.4;
6684 .link-post-domain.redacted {
6685 opacity: 0.4;
6688 /*===========================*/
6689 /* COMMENT THREAD NAVIGATION */
6690 /*===========================*/
6692 div.comment-parent-link {
6693 font-weight: bold;
6695 a.comment-parent-link {
6696 font-weight: normal;
6698 a.comment-parent-link::before {
6699 color: #bbb;
6701 a.comment-parent-link:hover::before {
6702 background-color: #ffd;
6703 color: #999;
6706 div.comment-child-links {
6707 font-weight: bold;
6709 div.comment-child-links a {
6710 font-weight: normal;
6712 .comment-child-link::before {
6713 color: #aaa;
6716 .comment-item-highlight {
6717 box-shadow:
6718 0 0 2px #e7b200,
6719 0 0 3px #e7b200,
6720 0 0 5px #e7b200,
6721 0 0 7px #e7b200,
6722 0 0 10px #e7b200;
6723 border: 1px solid #e7b200;
6725 .comment-item-highlight-faint {
6726 box-shadow:
6727 0 0 2px #f8e7b5,
6728 0 0 3px #f8e7b5,
6729 0 0 5px #f8e7b5,
6730 0 0 7px #f8e7b5,
6731 0 0 10px #f8e7b5;
6732 border: 1px solid #f8e7b5;
6735 .comment-popup {
6736 background-color: #fff;
6739 /*=======================*/
6740 /* COMMENTS COMPACT VIEW */
6741 /*=======================*/
6743 #comments-list-mode-selector button {
6744 box-shadow:
6745 0 0 0 4px #eee inset,
6746 0 0 0 5px #aaa inset;
6748 #comments-list-mode-selector button:hover,
6749 #comments-list-mode-selector button.selected {
6750 box-shadow:
6751 0 0 0 1px #eee inset,
6752 0 0 0 2px #aaa inset,
6753 0 0 0 4px #eee inset,
6754 0 0 0 5px #aaa inset;
6756 #content.compact > .comment-thread .comment-item {
6757 max-height: 58px;
6759 #content.compact > .comment-thread .comment-item::after {
6760 color: #00e;
6761 background: linear-gradient(to right, transparent 0%, #fff 50%, #fff 100%);
6764 @media only screen and (hover: hover) {
6765 #content.compact > .comment-thread .comment-item:hover .comment,
6766 #content.compact > .comment-thread .comment-item.expanded .comment {
6767 background-color: #fff;
6768 outline: 3px solid #00c;
6770 #content.compact > .comment-thread .comment-item:hover .comment::before,
6771 #content.compact > .comment-thread .comment-item.expanded .comment::before {
6772 background-color: #fff;
6773 box-shadow:
6774 0 0 3px #fff,
6775 0 0 5px #fff,
6776 0 0 7px #fff,
6777 0 0 10px #fff,
6778 0 0 20px #fff,
6779 0 0 30px #fff,
6780 0 0 40px #fff;
6783 @media only screen and (hover: none) {
6784 #content.compact > .comment-thread.expanded .comment-item .comment {
6785 background-color: #fff;
6786 outline: 3px solid #00c;
6788 #content.compact > .comment-thread.expanded .comment-item .comment::before {
6789 background-color: #fff;
6790 box-shadow:
6791 0 0 3px #fff,
6792 0 0 5px #fff,
6793 0 0 7px #fff,
6794 0 0 10px #fff,
6795 0 0 20px #fff,
6796 0 0 30px #fff,
6797 0 0 40px #fff;
6801 #content.user-page.compact > h1.listing {
6802 margin-top: 0.5rem;
6804 #content.user-page.compact > h1.listing + .post-meta {
6805 margin-bottom: 0.5rem;
6808 /*===========================*/
6809 /* HIGHLIGHTING NEW COMMENTS */
6810 /*===========================*/
6812 .new-comment::before {
6813 display: none;
6815 .new-comment {
6816 border: 1px solid #e00;
6817 outline: 1px solid #e00;
6820 /*=================================*/
6821 /* COMMENT THREAD MINIMIZE BUTTONS */
6822 /*=================================*/
6824 .comment-minimize-button {
6825 color: #ccc;
6827 .comment-minimize-button:hover {
6828 color: #aaa;
6829 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6831 .comment-minimize-button::after {
6832 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
6833 color: #777;
6835 .comment-minimize-button.maximized::after {
6836 color: #ccc;
6839 /*==============*/
6840 /* VOTE BUTTONS */
6841 /*==============*/
6843 .vote::before {
6844 content: "";
6845 border-radius: 50%;
6846 background-size: 17px 17px;
6847 width: 17px;
6848 height: 17px;
6849 display: inline-block;
6850 position: relative;
6851 top: 2.5px;
6853 .vote:active {
6854 transform: none;
6856 .vote:hover::before,
6857 .vote.selected::before,
6858 .vote.clicked-once::before,
6859 .vote.clicked-twice::before {
6860 filter: drop-shadow(0 0 1px #fff);
6863 .upvote::before,
6864 .waiting .upvote.big-vote.clicked-twice::before {
6865 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptMTQ0IDI3NmMwIDYuNi01LjQgMTItMTIgMTJoLTkydjkyYzAgNi42LTUuNCAxMi0xMiAxMmgtNTZjLTYuNiAwLTEyLTUuNC0xMi0xMnYtOTJoLTkyYy02LjYgMC0xMi01LjQtMTItMTJ2LTU2YzAtNi42IDUuNC0xMiAxMi0xMmg5MnYtOTJjMC02LjYgNS40LTEyIDEyLTEyaDU2YzYuNiAwIDEyIDUuNCAxMiAxMnY5Mmg5MmM2LjYgMCAxMiA1LjQgMTIgMTJ2NTZ6IiAgIGZpbGw9IiMwMEQ4MDAiLz48L3N2Zz4=');
6866 filter: grayscale(100%) brightness(128%);
6868 .downvote::before,
6869 .waiting .downvote.big-vote.clicked-twice::before {
6870 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHpNMTI0IDI5NmMtNi42IDAtMTItNS40LTEyLTEydi01NmMwLTYuNiA1LjQtMTIgMTItMTJoMjY0YzYuNiAwIDEyIDUuNCAxMiAxMnY1NmMwIDYuNi01LjQgMTItMTIgMTJIMTI0eiIgZmlsbD0iI0VCNEMyQSIvPjwvc3ZnPg==');
6871 filter: grayscale(100%) brightness(188%);
6874 .vote.clicked-once::before,
6875 .vote.big-vote.clicked-once::before {
6876 box-shadow:
6877 0 0 0 1px #fff,
6878 0 0 0 4px #c8c8c8,
6879 0 0 0 5px transparent;
6882 .vote.big-vote.clicked-twice::before,
6883 .waiting .vote.big-vote:not(.clicked-twice)::before,
6884 .waiting .vote:not(.big-vote).clicked-once::before {
6885 box-shadow: none;
6888 .upvote.clicked-twice::before,
6889 .upvote.big-vote::before {
6890 box-shadow:
6891 0 0 0 1px #fff,
6892 0 0 0 4px #00d800,
6893 0 0 0 5px transparent;
6896 .downvote.clicked-twice::before,
6897 .downvote.big-vote::before {
6898 box-shadow:
6899 0 0 0 1px #fff,
6900 0 0 0 4px #eb4c2a,
6901 0 0 0 5px transparent;
6904 /*===========================*/
6905 /* COMMENTING AND POSTING UI */
6906 /*===========================*/
6908 .posting-controls input[type='submit'] {
6909 background-color: #fff;
6910 border: 1px solid #aaa;
6911 font-weight: bold;
6913 .posting-controls input[type='submit']:hover,
6914 .posting-controls input[type='submit']:focus {
6915 background-color: #ddd;
6916 border: 1px solid #999;
6919 .comment-controls .cancel-comment-button {
6920 font-weight: 600;
6921 color: #c00;
6922 text-shadow:
6923 0 0 1px #fff,
6924 0 0 2px #fff;
6926 .comment-controls .cancel-comment-button:hover {
6927 color: #f00;
6928 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6931 .new-comment-button {
6932 font-weight: 600;
6935 .comment-controls .delete-button,
6936 .comment-controls .retract-button {
6937 color: #c00;
6939 .comment-controls .delete-button::before {
6940 font-size: 1em;
6941 font-weight: 400;
6942 opacity: 0.7;
6944 .comment-controls .edit-button,
6945 .comment-controls .unretract-button {
6946 color: #0a0;
6948 .comment-controls .action-button:hover {
6949 color: #f00
6952 .post-controls {
6953 margin: 0.25em -1em 0 0;
6955 h1.listing .edit-post-link,
6956 h1.listing .edit-post-link:visited,
6957 .post-controls .edit-post-link,
6958 .post-controls .edit-post-link:visited {
6959 color: #090;
6961 h1.listing .edit-post-link:hover,
6962 .post-controls .edit-post-link:hover {
6963 color: #d00;
6966 .posting-controls textarea {
6967 font-family: 'News Gothic BT', 'Helvetica', sans-serif;
6968 color: #000;
6969 border-color: #00e;
6971 .posting-controls textarea:focus {
6972 border-width: 29px 1px 1px 1px;
6973 box-shadow: 0 0 0 1px #00e;
6975 .posting-controls.edit-existing-post textarea:focus,
6976 .posting-controls form.edit-existing-comment textarea:focus {
6977 border-color: #090;
6978 box-shadow: 0 0 0 1px #090;
6981 /*= Scroll bars =*/
6983 .posting-controls textarea::-webkit-scrollbar {
6984 width: 16px;
6985 background-color: transparent;
6987 .posting-controls textarea::-webkit-scrollbar-track {
6988 background-color: #fff;
6989 border-left: 1px solid #0040ff;
6990 border-top: 1px solid #eee;
6992 .posting-controls textarea:focus::-webkit-scrollbar-track {
6993 border-top: 1px solid #ddf;
6994 border-left: 2px solid #0040ff;
6996 .posting-controls textarea::-webkit-scrollbar-thumb {
6997 background-color: #acacff;
6998 box-shadow: 0 0 0 1px #eee inset;
6999 border-left: 1px solid #0040ff;
7001 .posting-controls textarea:focus::-webkit-scrollbar-thumb {
7002 background-color: #0040ff;
7003 border-left: 2px solid #0040ff;
7004 box-shadow:
7005 0 1px 0 0 #ddf inset,
7006 0 0 0 1px #eee inset;
7009 .posting-controls.edit-existing-post textarea:focus::-webkit-scrollbar-track,
7010 .posting-controls form.edit-existing-comment textarea:focus::-webkit-scrollbar-track {
7011 border-left: 2px solid #090;
7013 .posting-controls.edit-existing-post textarea:focus::-webkit-scrollbar-thumb,
7014 .posting-controls form.edit-existing-comment textarea:focus::-webkit-scrollbar-thumb {
7015 border-left: 2px solid #090;
7016 background-color: #28a708;
7019 /* GUIEdit buttons */
7021 .guiedit-buttons-container {
7022 background-image: linear-gradient(to bottom, #fff 0%, #ddf 50%, #ccf 75%, #aaf 100%);
7025 .posting-controls.edit-existing-post .guiedit-buttons-container button,
7026 .posting-controls form.edit-existing-comment .guiedit-buttons-container button {
7027 color: #050;
7029 .guiedit-buttons-container button {
7030 font-family: Font Awesome, 'News Gothic BT', 'Helvetica', sans-serif;
7033 .guiedit::after {
7034 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
7035 color: #777;
7036 text-shadow: none;
7039 /* Markdown hints */
7041 #markdown-hints-checkbox + label {
7042 color: #00e;
7044 #markdown-hints-checkbox + label:hover {
7045 color: #e00;
7046 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7048 #markdown-hints {
7049 border: 1px solid #c00;
7050 background-color: #ffa;
7053 /*================*/
7054 /* EDIT POST FORM */
7055 /*================*/
7057 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
7058 top: -2px;
7060 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
7061 border-radius: 3px;
7062 border: 1px solid #ddd;
7063 color: #777;
7065 @media only screen and (hover:hover) {
7066 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover,
7067 #edit-post-form .post-meta-fields input[type='checkbox']:focus + label {
7068 text-shadow:
7069 0 0 1px #fff,
7070 0 0 2px #fff,
7071 0 0 2.5px #aaa;
7073 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover::before,
7074 #edit-post-form .post-meta-fields input[type='checkbox']:focus + label::before {
7075 border-color: #aaa;
7078 #edit-post-form .post-meta-fields input[type='checkbox']:checked + label::before {
7079 content: "\F00C";
7081 #edit-post-form input[type='radio'] + label {
7082 color: #777;
7083 border-color: #ddd;
7085 #edit-post-form input[type='radio'][value='all'] + label {
7086 border-radius: 8px 0 0 8px;
7087 border-width: 1px;
7089 #edit-post-form input[type='radio'][value='drafts'] + label {
7090 border-radius: 0 8px 8px 0;
7092 #edit-post-form input[type='radio'] + label:hover,
7093 #edit-post-form input[type='radio']:focus + label {
7094 background-color: #ddd;
7095 color: #000;
7097 #edit-post-form input[type='radio']:focus + label {
7098 color: #000;
7099 box-shadow:
7100 0 0 0 1px #aaa;
7102 #edit-post-form input[type='radio']:checked + label {
7103 background-color: #ddd;
7104 border-color: #ddd;
7105 color: #000;
7106 text-shadow:
7107 0 -1px 0 #fff,
7108 0 0.5px 0.5px #000;
7111 /*=======*/
7112 /* LINKS */
7113 /*=======*/
7116 text-decoration: none;
7117 color: #00e;
7119 a:visited {
7120 color: #551a8b;
7122 a:hover {
7123 text-decoration: underline;
7126 /*=========*/
7127 /* BUTTONS */
7128 /*=========*/
7130 button,
7131 input[type='submit'] {
7132 color: #00e;
7135 button:hover,
7136 input[type='submit']:hover,
7137 button:focus,
7138 input[type='submit']:focus {
7139 color: #d00;
7140 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7142 button:active,
7143 input[type='submit']:active {
7144 color: #f00;
7145 transform: scale(0.9);
7147 .button:visited {
7148 color: #00e;
7150 .button:hover {
7151 color: #d00;
7152 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7153 text-decoration: none;
7155 .button:active {
7156 transform: scale(0.9);
7158 .button:focus:not(:hover) {
7159 transform: none;
7161 @-moz-document url-prefix() {
7162 .button:active {
7163 transform: none;
7167 /*==========*/
7168 /* HEADINGS */
7169 /*==========*/
7171 .body-text h1,
7172 .body-text h2,
7173 .body-text h3,
7174 .body-text h4,
7175 .body-text h5,
7176 .body-text h6 {
7177 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
7179 .body-text h6 {
7180 color: #555;
7183 /*========*/
7184 /* QUOTES */
7185 /*========*/
7187 blockquote {
7188 border-left: 5px solid #ccc;
7191 /*========*/
7192 /* IMAGES */
7193 /*========*/
7195 #content img,
7196 #content figure.image img {
7197 border: 1px solid #ccc;
7199 #content figure img {
7200 border: 1px solid #000;
7202 #content img[src$='.svg'],
7203 #content figure img[src$='.svg'] {
7204 border: none;
7206 #content img[style^='float'] {
7207 border: 1px solid transparent;
7210 /*========*/
7211 /* TABLES */
7212 /*========*/
7214 #content:not(.tag-index-page) .body-text table,
7215 #content:not(.tag-index-page) .body-text table th,
7216 #content:not(.tag-index-page) .body-text table td {
7217 border: 1px solid #ccc;
7220 /*======*/
7221 /* MISC */
7222 /*======*/
7224 hr {
7225 border-bottom: 1px solid #999;
7228 code {
7229 background-color: #f6f6ff;
7230 border: 1px solid #ddf;
7231 border-radius: 4px;
7234 input[type='text'],
7235 input[type='search'],
7236 input[type='password'] {
7237 border: 1px solid #999;
7238 color: #000;
7239 background-color: transparent;
7241 input[type='text']:focus,
7242 input[type='search']:focus,
7243 input[type='password']:focus {
7244 border: 1px solid #00e;
7245 outline: 1px solid #00e;
7248 select {
7249 color: #000;
7252 /*============*/
7253 /* ABOUT PAGE */
7254 /*============*/
7256 .about-page mark {
7257 background-color: #e6e6e6;
7258 text-decoration: none;
7259 box-shadow:
7260 0 -1px 0 0 #000 inset,
7261 0 -3px 1px -2px #000 inset;
7262 padding: 0 1px;
7265 #content.about-page .accesskey-table {
7266 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
7267 border-color: #ddd;
7270 #content.about-page img {
7271 border: 1px solid #000;
7274 /*========================*/
7275 /* QUALIFIED HYPERLINKING */
7276 /*========================*/
7278 #aux-about-link a {
7279 color: #777;
7281 #aux-about-link a:hover {
7282 opacity: 1.0;
7283 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7286 .qualified-linking label {
7287 color: #00e;
7289 .qualified-linking label:hover {
7290 text-shadow:
7291 0 0 1px #fff,
7292 0 0 3px #fff,
7293 0 0 5px #00e;
7296 .qualified-linking-toolbar {
7297 border: 1px solid #000;
7298 background-color: #fff;
7300 .qualified-linking-toolbar a {
7301 background-color: #eee;
7302 border: 1px solid #ccc;
7303 border-radius: 4px;
7305 .qualified-linking-toolbar a:visited {
7306 color: #00e;
7308 .qualified-linking-toolbar a:hover {
7309 text-decoration: none;
7310 background-color: #ddd;
7311 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7313 .qualified-linking label::after {
7314 background-color: #eee;
7315 opacity: 0.8;
7318 /*======*/
7319 /* MATH */
7320 /*======*/
7322 .mathjax-block-container::-webkit-scrollbar {
7323 height: 12px;
7324 background-color: #f6f6ff;
7325 border-radius: 6px;
7326 border: 1px solid #ddf;
7328 .mathjax-block-container::-webkit-scrollbar-thumb {
7329 background-color: #dde;
7330 border-radius: 6px;
7331 border: 1px solid #cce;
7333 .mathjax-inline-container::-webkit-scrollbar {
7334 height: 8px;
7335 background-color: #f6f6ff;
7336 border-radius: 4px;
7337 border: 1px solid #ddf;
7339 .mathjax-inline-container::-webkit-scrollbar-thumb {
7340 background-color: #dde;
7341 border-radius: 4px;
7342 border: 1px solid #cce;
7345 /*=================*/
7346 /* ALIGNMENT FORUM */
7347 /*=================*/
7349 #content.alignment-forum-index-page::before {
7350 background-color: #eaedff;
7352 #content.alignment-forum-index-page::after {
7353 font-family: "Concourse SmallCaps";
7354 font-weight: 600;
7355 background-color: #7f85b2;
7356 color: transparent;
7357 -webkit-background-clip: text;
7358 text-shadow:
7359 rgba(255,255,255,0.5) 0px 3px 3px;
7361 @media only screen and (hover: hover) {
7362 #content.alignment-forum-index-page h1.listing a:hover,
7363 #content.alignment-forum-index-page h1.listing a:focus {
7364 background-color: rgba(234,237,255,0.85);
7368 /*====================*/
7369 /* FOR NARROW SCREENS */
7370 /*====================*/
7372 @media only screen and (max-width: 1440px) {
7373 #hns-date-picker {
7374 background-color: #d8d8d8;
7375 opacity: 1.0;
7377 #hns-date-picker::before {
7378 border: 1px solid #999;
7379 border-width: 1px 0 1px 1px;
7382 @media only screen and (max-width: 1200px) {
7383 #hns-date-picker {
7384 background-color: #eee;
7386 #hns-date-picker::before {
7387 display: none;
7390 @media only screen and (max-width: 1080px) {
7391 #text-size-adjustment-ui button {
7392 border: 1px solid #999;
7393 padding: 0 0 0 1px;
7394 border-radius: 50%;
7395 box-shadow:
7396 0 0 6px #999 inset,
7397 0 0 0 1px transparent;
7399 #theme-tweaker-toggle button {
7400 border: 1px solid #999;
7401 box-shadow:
7402 0 0 10px #999 inset,
7403 0 0 0 1px transparent;
7404 border-radius: 50%;
7405 transform: scale(0.8);
7408 @media only screen and (max-width: 1020px) {
7409 #quick-nav-ui a {
7410 box-shadow:
7411 0 0 0 1px #999,
7412 0 0 0 2px transparent;
7414 #new-comment-nav-ui .new-comments-count::before {
7415 background-color: #d8d8d8;
7416 box-shadow:
7417 0 0 0 1px #999,
7418 0 0 0 2px transparent;
7419 border-radius: 8px;
7422 @media only screen and (max-width: 1160px) {
7423 #theme-selector {
7424 background-color: #eee;
7425 box-shadow:
7426 0 0 0 1px #999,
7427 0 0 0 2px transparent;
7429 #theme-selector:hover::after {
7430 background-color: #999;
7431 width: calc(6em - 3px);
7432 height: calc(100% - 5px);
7433 top: 3px;
7434 left: 100%;
7436 #text-size-adjustment-ui button {
7437 background-color: #ddd;
7439 #text-size-adjustment-ui button:hover {
7440 background-color: #eee;
7442 #theme-tweaker-toggle button {
7443 background-color: #ddd;
7447 /*========*/
7448 /* MOBILE */
7449 /*========*/
7451 /*******************************************************/
7452 @media not screen and (hover:hover) and (pointer:fine) {
7453 /*******************************************************/
7454 #ui-elements-container > div[id$='-ui-toggle'] button,
7455 #theme-selector .theme-selector-close-button {
7456 color: #aaa;
7457 text-shadow:
7458 0 0 1px #fff,
7459 0 0 3px #fff,
7460 0 0 5px #fff,
7461 0 0 10px #fff,
7462 0 0 20px #fff,
7463 0 0 30px #fff;
7466 #theme-selector {
7467 background-color: #eee;
7468 box-shadow:
7469 0 0 0 1px #999,
7470 0 0 1px 3px #fff,
7471 0 0 3px 3px #fff,
7472 0 0 5px 3px #fff,
7473 0 0 10px 3px #fff,
7474 0 0 20px 3px #fff;
7475 border-radius: 12px;
7477 #theme-selector::before {
7478 color: #777;
7479 font-weight: normal;
7480 text-shadow: 0.5px 0.5px 0 #aaa;
7482 #theme-selector button {
7483 background-color: #e6e6e6;
7484 border-radius: 10px;
7486 #theme-selector button::after {
7487 color: #000;
7488 max-width: calc(100% - 3.5em);
7489 overflow: hidden;
7490 text-overflow: ellipsis;
7491 padding: 0 0 2px 0;
7493 #theme-selector button.selected::after {
7494 text-shadow:
7495 0 -1px 0 #fff,
7496 0 0.5px 0.5px #000;
7499 #quick-nav-ui {
7500 background-color: #fff;
7502 #quick-nav-ui,
7503 #new-comment-nav-ui,
7504 #hns-date-picker {
7505 box-shadow:
7506 0 0 1px 3px #fff,
7507 0 0 3px 3px #fff,
7508 0 0 5px 3px #fff,
7509 0 0 10px 3px #fff,
7510 0 0 20px 3px #fff;
7512 #quick-nav-ui a::after,
7513 #new-comment-nav-ui::before {
7514 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
7515 font-weight: bold;
7516 box-shadow:
7517 0 0 1px 0 #fff,
7518 0 0 3px 0 #fff,
7519 0 0 5px 0 #fff;
7520 background-color: #fff;
7521 border-radius: 4px;
7523 #quick-nav-ui,
7524 #new-comment-nav-ui {
7525 border-radius: 8px;
7527 #new-comment-nav-ui {
7528 background-color: #fff;
7529 border: 1px solid #999;
7531 #new-comment-nav-ui::before {
7532 color: #777;
7533 font-weight: bold;
7535 #new-comment-nav-ui .new-comment-sequential-nav-button {
7536 box-shadow: 0 0 0 1px #999;
7537 color: #00c;
7539 #new-comment-nav-ui .new-comments-count {
7540 background-color: inherit;
7541 box-shadow: 0 -1px 0 0 #999;
7543 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
7544 color: #bbb;
7546 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
7547 border-radius: 7px 0 0 7px;
7549 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-next {
7550 border-radius: 0 7px 7px 0;
7552 #new-comment-nav-ui button::after {
7553 font-family: Trade Gothic, Helvetica, 'GW-Symbols', sans-serif;
7555 #hns-date-picker {
7556 background-color: #fff;
7557 border: 1px solid #999;
7560 /*****************************************/
7561 @media only screen and (max-width: 900px) {
7562 /*****************************************/
7563 h1.listing + .post-meta > * {
7564 line-height: 1.5;
7566 h1.listing + .post-meta .post-section {
7567 overflow: visible;
7568 order: 1;
7570 h1.listing + .post-meta .post-section::before {
7571 position: unset;
7574 #primary-bar .nav-inner {
7575 font-size: 1.375em;
7577 .nav-bar-top:not(#primary-bar) .nav-inner {
7578 font-size: 1.125em;
7580 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) .nav-inner {
7581 padding: 6px 10px;
7584 .archive-nav *[class^='archive-nav-item-'] {
7585 border-width: 1px !important;
7587 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
7588 background-color: #aaa;
7591 .comment-item .comment-item {
7592 margin: 0.75em 3px 3px 6px;
7594 .comment-item .comment-item + .comment-item {
7595 margin: 1.5em 3px 3px 6px;
7598 .sublevel-nav:not(.sort) .sublevel-item,
7599 .sublevel-nav:not(.sort) .sublevel-item:first-child,
7600 .sublevel-nav:not(.sort) .sublevel-item:last-child {
7601 border-radius: 8px;
7602 border-width: 1px;
7603 margin: 2px;
7605 /*******************************************/
7606 } @media only screen and (max-width: 720px) {
7607 /*******************************************/
7608 /*******************************************/
7609 } @media only screen and (max-width: 520px) {
7610 /*******************************************/
7611 h1.listing {
7612 font-size: 1.25rem;
7613 margin: 18px 6px 4px 6px;
7614 max-width: calc(100% - 12px);
7616 h1.listing + .post-meta {
7617 margin: 4px 6px;
7619 h1.listing .link-post-link {
7620 top: 2px;
7622 #content.conversations-user-page h1.listing::after {
7623 height: calc(100% + 2.25em);
7625 #content.conversations-user-page h1.listing + .post-meta .date {
7626 margin: 0 0 0 1em;
7629 .comment-body {
7630 font-size: 1.125rem;
7633 #content.compact > .comment-thread .comment-item {
7634 max-height: 105px;
7637 .textarea-container:focus-within textarea {
7638 background-color: #fff;
7639 border-width: 1px;
7641 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
7642 padding: 5px 6px 6px 6px;
7643 font-weight: bold;
7645 .textarea-container:focus-within .guiedit-mobile-help-button.active {
7646 box-shadow:
7647 0 0 0 2px #c00;
7648 color: #c00;
7650 .textarea-container:focus-within .guiedit-buttons-container {
7651 background-color: #fff;
7652 border-top: 1px solid #ddf;
7654 .posting-controls .textarea-container:focus-within .guiedit-buttons-container {
7655 box-shadow: none;
7657 #content.conversation-page .textarea-container:focus-within::after {
7658 background-color: #fff;
7660 .textarea-container:focus-within button.guiedit {
7661 border: 1px solid #00c;
7662 border-radius: 6px;
7664 #markdown-hints::after {
7665 color: #090;
7668 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
7669 top: 2px;
7671 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
7672 top: 1px;
7678 /*************/
7679 /* ACCORDIUS */
7680 /*************/
7682 /*======*/
7683 /* TAGS */
7684 /*======*/
7686 #tags {
7687 order: 12;
7688 display: flex;
7689 flex-basis: 100%;
7690 justify-content: center;
7691 margin: 0;
7692 flex-flow: row wrap;
7693 align-items: flex-start;
7696 /*============*/
7697 /* THEME ZERO */
7698 /*============*/
7700 /*++++++*/
7701 /* TAGS */
7702 /*++++++*/
7704 #tags {
7705 padding: 0.5em;
7707 #tags::before {
7708 content: "Tags:";
7709 margin: 0 0.25em 0 0;
7710 opacity: 0.5;
7711 line-height: 1;
7712 align-self: center;
7714 #tags a {
7715 border-radius: 8px;
7716 background-color: #f6f6f6;
7717 border: 1px solid #ccc;
7718 padding: 5px 8px 5px 8px;
7719 line-height: 1;
7720 margin: 0.25em;
7721 font-size: 0.9375em;
7723 #tags a:hover {
7724 text-decoration: none;
7725 background-color: #fff;
7727 #tags a:active {
7728 color: #d00;