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