Partial fix for theme selector transparent background.
[lw2-viewer.git] / www / css / style-grey.linux.css
blobbf077a8f33aecd2bca09c224654a54fd825be97f
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;
12 /***************/
13 /* BASE LAYOUT */
14 /***************/
16 html {
17 box-sizing: border-box;
18 font-size: 16px;
20 *, *::before, *::after {
21 box-sizing: inherit;
23 script {
24 display: none !important;
27 /*=------=*/
28 /*= Body =*/
29 /*=------=*/
31 body {
32 padding: 0;
33 margin: 0;
35 body::before {
36 background-color: inherit;
37 position: fixed;
38 width: 100%;
39 height: 100%;
42 body.no-scroll {
43 overflow-y: scroll;
44 position: fixed;
45 width: 100%;
48 /*=----------------------------=*/
49 /*= Immediate children of body =*/
50 /*=----------------------------=*/
52 body > * {
53 max-width: 900px;
56 /* Special styles for special browsers.
57 (This one is a fix for Firefox’s built-in screenshot feature.)
59 body > iframe[id^='firefox-screenshots'] {
60 max-width: unset;
63 #content {
64 margin: 0 auto;
65 padding: 0 30px;
66 position: relative;
67 overflow: visible;
68 display: grid;
69 grid-template-columns: 2fr 1fr 2fr;
71 #content::before {
72 content: "";
73 display: block;
74 position: absolute;
75 top: 0;
76 left: 0;
77 width: 100%;
78 height: 100%;
79 z-index: -1;
80 pointer-events: none;
83 /*=---------=*/
84 /*= Content =*/
85 /*=---------=*/
87 #content > * {
88 grid-column: 1 / span 3;
91 /*=----------------------=*/
92 /*= Floating UI elements =*/
93 /*=----------------------=*/
95 #ui-elements-container {
96 position: fixed;
97 height: 100vh;
98 top: 0;
99 left: 0;
100 right: 0;
101 margin: auto;
102 z-index: 10000;
103 pointer-events: none;
105 #ui-elements-container > * {
106 pointer-events: auto;
109 /*=----------------=*/
110 /*= Images overlay =*/
111 /*=----------------=*/
112 /* (To exclude images in posts from theme tweaks) */
114 #images-overlay {
115 position: absolute;
116 z-index: 1;
117 left: 0;
118 right: 0;
119 margin: auto;
122 /***********/
123 /* NAV BAR */
124 /***********/
126 .nav-bar {
127 margin: 0 -30px;
128 display: flex;
129 order: -11;
130 z-index: 1;
133 /*=---------------=*/
134 /*= Nav bar items =*/
135 /*=---------------=*/
137 .nav-item {
138 flex: 1 1 auto;
140 .nav-item * {
141 text-overflow: ellipsis;
142 white-space: nowrap;
143 overflow: hidden;
145 .nav-inner {
146 padding: 12px 30px;
147 text-align: center;
148 display: block;
149 position: relative;
151 .nav-bar-top:not(#primary-bar) .nav-inner {
152 padding: 4px 0;
155 #nav-item-sequences .nav-inner::before {
156 font-family: "Font Awesome", "Font Awesome 5 Free";
157 content: "\F5DB";
159 @media only screen and (min-width: 901px) {
160 #nav-item-about .nav-inner {
161 margin-right: 0.5em;
163 #nav-item-sequences .nav-inner::before {
164 font-size: 1rem;
165 display: block;
167 #secondary-bar #nav-item-sequences .nav-inner {
168 font-size: 0;
169 line-height: 1.4;
173 /*=------------=*/
174 /*= Bottom bar =*/
175 /*=------------=*/
177 #bottom-bar {
178 order: 11;
180 h1.listing ~ #bottom-bar {
181 margin-top: 1.25em;
183 #bottom-bar .nav-item {
184 flex: 1 1 0;
187 /*=-----------------=*/
188 /*= Accesskey hints =*/
189 /*=-----------------=*/
191 .nav-inner::after {
192 content: attr(accesskey);
193 display: none;
196 /*=---------------=*/
197 /*= Pagination UI =*/
198 /*=---------------=*/
200 #bottom-bar .nav-item a::before,
201 #top-nav-bar a::before {
202 font-family: "Font Awesome", "Font Awesome 5 Free";
203 font-weight: 900;
204 font-size: 0.8em;
205 position: relative;
206 bottom: 1px;
207 margin-right: 0.5em;
209 #bottom-bar #nav-item-first a::before,
210 #top-nav-bar a.nav-item-first::before {
211 content: "\F33e";
213 #bottom-bar #nav-item-top a::before {
214 content: "\F062";
216 #bottom-bar #nav-item-prev a::before,
217 #top-nav-bar a.nav-item-prev::before {
218 content: "\F060";
220 #bottom-bar #nav-item-next a::before,
221 #top-nav-bar a.nav-item-next::before {
222 content: "\F061";
224 #bottom-bar #nav-item-last a::before,
225 #top-nav-bar a.nav-item-last::before {
226 content: "\F340";
228 #bottom-bar #nav-item-next a::before {
229 margin-left: -2em;
230 margin-right: 0;
231 left: 3.8em;
233 #bottom-bar #nav-item-last a::before {
234 margin-left: -1.8em;
235 margin-right: 0;
236 left: 3.4em;
239 /*= Hover tooltips =*/
241 #top-nav-bar a {
242 position: relative;
244 #top-nav-bar a::after {
245 bottom: calc(100% - 3px);
246 content: attr(data-target-page);
248 #top-nav-bar a::after {
249 display: block;
250 position: absolute;
251 font-size: 0.75rem;
252 width: 100%;
253 line-height: 1;
254 visibility: hidden;
256 #top-nav-bar a:hover::after,
257 #bottom-bar a:hover::after {
258 visibility: visible;
261 /*=-----------------------=*/
262 /*= Decorative bottom bar =*/
263 /*=-----------------------=*/
264 /* (On short pages with no pagination) */
266 #bottom-bar.decorative {
267 position: relative;
269 #bottom-bar.decorative .nav-item {
270 display: none;
273 /*=------------=*/
274 /*= Search tab =*/
275 /*=------------=*/
277 #nav-item-search {
278 flex: 4 1 auto;
280 #nav-item-search form::before {
281 content: "\F002";
282 font-family: "Font Awesome", "Font Awesome 5 Free";
283 font-weight: 900;
284 display: inline-block;
285 vertical-align: top;
286 height: 23px;
287 width: 23px;
289 #nav-item-search input {
290 height: 23px;
291 width: calc(95% - 80px);
292 padding: 1px 4px;
294 #nav-item-search button {
295 height: 21px;
298 /*=-----------=*/
299 /*= Login tab =*/
300 /*=-----------=*/
302 #nav-item-login {
303 position: relative;
304 padding-right: 0.5em;
307 /*******************/
308 /* INBOX INDICATOR */
309 /*******************/
311 #inbox-indicator {
312 position: absolute;
313 top: 1px;
314 right: 0;
315 height: 100%;
316 visibility: hidden;
318 #inbox-indicator::before {
319 content: "\F0E0";
320 font-family: "Font Awesome", "Font Awesome 5 Free";
321 color: #bbb;
322 font-size: 1.1875rem;
323 position: absolute;
324 height: 100%;
325 right: 0;
326 top: 0;
327 padding: 0 0.45em;
328 visibility: visible;
329 font-weight: 900;
331 #inbox-indicator.new-messages::before {
332 color: #f00;
333 text-shadow:
334 0 0 1px #777,
335 0.5px 0.5px 1px #777;
337 a#inbox-indicator:hover::before {
338 color: #fff;
339 text-shadow:
340 0 0 1px #000,
341 0 0 2px #000,
342 0 0 4px #000,
343 0 0 1px #777,
344 0.5px 0.5px 1px #777;
346 a#inbox-indicator.new-messages:hover::before {
347 text-shadow:
348 0 0 1px #f00,
349 0 0 2px #f00,
350 0 0 4px #f00,
351 0 0 1px #777,
352 0.5px 0.5px 1px #777;
355 /****************/
356 /* PAGE TOOLBAR */
357 /****************/
359 .page-toolbar {
360 font-size: 0.9em;
361 line-height: 1.8;
362 text-align: right;
363 margin-right: -20px;
365 #content > .page-toolbar {
366 grid-column: 3;
367 grid-row: span 3;
369 #content.user-page > .page-toolbar {
370 grid-column: 2 / span 2;
371 order: -4;
374 /*=--------------------------=*/
375 /*= Page toolbar items (all) =*/
376 /*=--------------------------=*/
378 .page-toolbar > * {
379 display: inline-block;
380 margin-left: 1.5em;
382 .page-toolbar > form button {
383 padding: 0;
384 text-align: right;
385 white-space: unset;
387 .page-toolbar > form button::before {
388 text-align: center;
390 .page-toolbar .button::before {
391 font-family: "Font Awesome", "Font Awesome 5 Free";
392 font-size: 0.9em;
393 padding-right: 0.3em;
396 /*=-------------------------------=*/
397 /*= Page toolbar items (specific) =*/
398 /*=-------------------------------=*/
400 .new-post::before {
401 content: '\F067';
402 font-weight: 900;
404 .new-private-message::before {
405 content: '\F075';
406 font-weight: 400;
408 .logout-button::before {
409 content: '\F2F5';
410 font-weight: 900;
412 #enable-push-notifications::before {
413 content: '\F0F3';
414 font-weight: 400;
416 .ignore-button::before {
417 content: "\F070";
418 font-weight: 400;
420 .unignore-button::before {
421 content: "\F06E";
422 font-weight: 400;
424 .rss::before {
425 content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiANCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIGlkPSJSU1NpY29uIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+DQo8ZGVmcz4NCjxsaW5lYXJHcmFkaWVudCB4MT0iMC4wODUiIHkxPSIwLjA4NSIgeDI9IjAuOTE1IiB5Mj0iMC45MTUiIGlkPSJSU1NnIj4NCjxzdG9wICBvZmZzZXQ9IjAuMCIgc3RvcC1jb2xvcj0iI0UzNzAyRCIvPjxzdG9wICBvZmZzZXQ9IjAuMTA3MSIgc3RvcC1jb2xvcj0iI0VBN0QzMSIvPg0KPHN0b3AgIG9mZnNldD0iMC4zNTAzIiBzdG9wLWNvbG9yPSIjRjY5NTM3Ii8+PHN0b3AgIG9mZnNldD0iMC41IiBzdG9wLWNvbG9yPSIjRkI5RTNBIi8+DQo8c3RvcCAgb2Zmc2V0PSIwLjcwMTYiIHN0b3AtY29sb3I9IiNFQTdDMzEiLz48c3RvcCAgb2Zmc2V0PSIwLjg4NjYiIHN0b3AtY29sb3I9IiNERTY0MkIiLz4NCjxzdG9wICBvZmZzZXQ9IjEuMCIgc3RvcC1jb2xvcj0iI0Q5NUIyOSIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjwvZGVmcz4NCjxyZWN0IHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiByeD0iNTUiIHJ5PSI1NSIgeD0iMCIgIHk9IjAiICBmaWxsPSIjQ0M1RDE1Ii8+DQo8cmVjdCB3aWR0aD0iMjQ2IiBoZWlnaHQ9IjI0NiIgcng9IjUwIiByeT0iNTAiIHg9IjUiICB5PSI1IiAgZmlsbD0iI0Y0OUM1MiIvPg0KPHJlY3Qgd2lkdGg9IjIzNiIgaGVpZ2h0PSIyMzYiIHJ4PSI0NyIgcnk9IjQ3IiB4PSIxMCIgeT0iMTAiIGZpbGw9InVybCgjUlNTZykiLz4NCjxjaXJjbGUgY3g9IjY4IiBjeT0iMTg5IiByPSIyNCIgZmlsbD0iI0ZGRiIvPg0KPHBhdGggZD0iTTE2MCAyMTNoLTM0YTgyIDgyIDAgMCAwIC04MiAtODJ2LTM0YTExNiAxMTYgMCAwIDEgMTE2IDExNnoiIGZpbGw9IiNGRkYiLz4NCjxwYXRoIGQ9Ik0xODQgMjEzQTE0MCAxNDAgMCAwIDAgNDQgNzMgViAzOGExNzUgMTc1IDAgMCAxIDE3NSAxNzV6IiBmaWxsPSIjRkZGIi8+DQo8L3N2Zz4NCg==');
426 display: inline-block;
427 width: 1em;
428 padding-right: 0.2em;
429 position: relative;
430 top: 1px;
433 /*********************/
434 /* TOP PAGINATION UI */
435 /*********************/
437 #top-nav-bar {
438 grid-column: 2;
439 margin: 0.25em 0 0 0;
440 padding: 0.75em 0 0 0;
441 text-align: center;
442 font-size: 1.25em;
443 display: flex;
444 justify-content: center;
446 #top-nav-bar a {
447 line-height: 1;
449 #top-nav-bar a.disabled {
450 pointer-events: none;
451 visibility: hidden;
453 #top-nav-bar .page-number {
454 position: relative;
455 display: inline-block;
456 width: 1.5em;
458 #top-nav-bar .page-number-label {
459 position: absolute;
460 font-size: 0.5em;
461 text-transform: uppercase;
462 width: 100%;
463 bottom: 90%;
464 left: 0;
466 #top-nav-bar a::before {
467 margin: 0.5em;
468 display: inline-block;
471 /****************/
472 /* SUBLEVEL NAV */
473 /****************/
475 .sublevel-nav {
476 text-align: center;
477 display: flex;
478 justify-content: center;
479 margin: 1em 0 0 0;
481 #content > .sublevel-nav:not(.sort) {
482 grid-column: 2;
483 align-self: start;
485 .sublevel-nav .sublevel-item {
486 flex: 0 0 6em;
487 padding: 0.125em 0.5em;
488 font-size: 1.125rem;
490 .sublevel-nav .sublevel-item:active {
491 transform: none;
493 .sublevel-nav .sublevel-item.selected {
494 cursor: default;
497 /***********************/
498 /* SORT ORDER SELECTOR */
499 /***********************/
501 .sublevel-nav.sort {
502 position: relative;
503 margin-top: 8px;
504 font-size: 0.75em;
506 #content > .sublevel-nav.sort {
507 grid-column: 3;
508 grid-row: span 2;
509 justify-self: end;
510 align-self: start;
511 flex-flow: column;
513 #content.index-page > .sublevel-nav.sort {
514 grid-column: 1;
515 justify-self: start;
516 flex-flow: row;
519 .sublevel-nav.sort::before {
520 content: "Sort";
521 font-size: 0.75rem;
522 position: absolute;
523 top: 0;
524 left: 0;
525 width: 100%;
527 .sublevel-nav.sort .sublevel-item {
528 line-height: 1;
529 font-size: 0.875rem;
530 flex-basis: unset;
533 /*******************************/
534 /* COMMENTS SORT MODE SELECTOR */
535 /*******************************/
537 .comments > .sublevel-nav.sort {
538 margin: 1em auto 0 auto;
540 @supports (width: -moz-fit-content) {
541 .comments > .sublevel-nav.sort {
542 width: -moz-fit-content;
545 @supports (width: fit-content) {
546 .comments > .sublevel-nav.sort {
547 width: fit-content;
551 /******************/
552 /* WIDTH SELECTOR */
553 /******************/
555 #width-selector {
556 position: absolute;
557 top: 4px;
558 right: -78px;
560 #width-selector button {
561 width: 22px;
562 height: 22px;
563 padding: 6px;
564 margin: 1px;
565 overflow: hidden;
566 background-repeat: no-repeat;
567 background-size: 100%;
568 background-origin: content-box;
570 #width-selector button,
571 #width-selector button:active,
572 #width-selector button:focus {
573 text-shadow: none;
574 color: transparent;
576 #width-selector button:disabled {
577 cursor: auto;
579 #width-selector button.select-width-normal {
580 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIqnI+py+0PU5hB0Sqp1Xlu32HI9YkHGZZqyo6cC8Kmgcqr3Z5vxPf+nygAADs=');
582 #width-selector button.select-width-wide {
583 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIrnI+py+0PT5jB0TqupUY37zEg95HhMk6bmpGi6aIw+7KnkmK1HvX+DzwUAAA7');
585 #width-selector button.select-width-fluid {
586 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIwnI+py+0/ApIwUGOfvTGzzYELGIoTiZpdylJte7xoQp7beMc5XnL4CYlMgsSisVEAADs=');
589 /*=----------------=*/
590 /*= Hover tooltips =*/
591 /*=----------------=*/
593 #width-selector button::after {
594 content: attr(data-name);
595 position: absolute;
596 display: block;
597 left: 0;
598 width: 100%;
599 text-align: center;
600 top: 56px;
601 visibility: hidden;
603 #width-selector button.selected::after {
604 content: attr(data-name) " (selected)";
606 #width-selector button:hover:not(:active)::after {
607 visibility: visible;
610 head.content-width-normal + body > * {
611 max-width: 900px;
613 head.content-width-wide + body > * {
614 max-width: 1150px;
616 head.content-width-fluid + body > * {
617 max-width: calc(100% - 300px);
620 /******************/
621 /* THEME SELECTOR */
622 /******************/
624 #theme-selector {
625 position: absolute;
626 top: 3px;
627 left: -41px;
628 opacity: 0.4;
629 display: table;
630 max-width: 40px;
632 #theme-selector:hover {
633 opacity: 1.0;
636 /*=----------------------=*/
637 /*= Theme select buttons =*/
638 /*=----------------------=*/
640 .theme-selector button {
641 display: table-cell;
642 width: 26px;
643 height: 26px;
644 padding: 5px;
645 margin: 1px 7px 0 7px;
646 color: transparent;
647 background-size: 16px 16px;
648 background-origin: content-box;
650 .theme-selector button,
651 .theme-selector button:hover,
652 .theme-selector button:active,
653 .theme-selector button:focus {
654 text-shadow: none;
655 color: transparent;
657 .theme-selector button:disabled {
658 cursor: auto;
661 /*=----------------------------=*/
662 /*= Pre-rendered button images =*/
663 /*=----------------------------=*/
664 /* (Each is just a capital letter A through whatever) */
666 .theme-selector button:nth-of-type(1) {
667 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAAAA0NDRYWFhwcHCIiIioqKjU1NTs7O0BAQEtLS09PT1ZWVlxcXGNjY2VlZWZmZmpqamxsbG1tbXd3d4WFhYeHh46OjpaWlpubm6Ojo6ampqysrK+vr7GxsbKysra2tr29vcDAwMnJyc3NzdLS0tra2tvb293d3d/f3+Tk5Ofn5+rq6uvr6+3t7e7u7vHx8fb29vf39/r6+vv7+/39/f7+/v///38AAA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGmUCbcEgsGo/IpHLJbDqf0Kh0Sq0eQwHCyVqsKQAACpdYAgMGrrGwYgZs1C9C+zAbc9rgEZeGwAMiXCRmHRdgAipWE4YtJmYYVSwCYBI2NQxgBDBUGWYSHh+SYCBTMgZ+bQs0UiKneCVRNRBmCw61DwlmYlApZnREMQVgaFCFYBpGFmZvTjRfAAIrRihmDTVq19jZ2tvc3d5CQQA7');
669 .theme-selector button:nth-of-type(2) {
670 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAAAA0NDRwcHCYmJioqKk1NTVVVVV1dXWJiYmNjY3d3d35+foiIiIuLi5aWlq2trbOzs7S0tLm5ucXFxcrKysvLy83NzdLS0tXV1dbW1tra2tvb2+Xl5ebm5ujo6Onp6e3t7e7u7vT09Pb29vf39/j4+Pv7+/39/f7+/v///wAAwKwtDQEAAAAQrAUAAGAAABUAAAAAAAAAEKwFAABgAABQ4VxT/38AAA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGj0CAcEgsGo/IpHLJbDqf0Kh0Sq0KAx0TaUsqcRzWQChFLpM/BGoAZG5P1OyUiXI5lUeD6ZosEgAWd2lSeykieQllhnpxJAoMH2UZcG1lIYKDcZQhBpOUZCcFi2QjaQgeZRaiKXhCDWUaqn1CD6+qKRIQGGYbtpQoC3pjnikRapBtIhUHVszNzs/Q0dLT1ENBADs=');
672 .theme-selector button:nth-of-type(3) {
673 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=');
675 .theme-selector button:nth-of-type(4) {
676 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMYiHh4iIiImGhYqGhYuHhYyGg46Gg5CFgJKEfpKFf5WDfJeEfJiCeZmDeZqCeZuCd56BdZ+AdKZ/cKd/bq19abJ8ZbZ6Ybd5YMR1VctzUMxzT8x0UNJxStNxSdNyStRxSddwRthvRNlvRNtvQ99uQOFuPuRsO+ZtO+dsOuhsOOtrNuxrNvBpMfBpMvNoL/ZnLPZoLvhnLPlmKvpmKvtnKvxmKPxmKf1mKA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGn8CAcEgsGo/IpHLJbDqf0Kh0Sq0KBauX9iVrZRBWBe1GLpM11cSsZplMKqIaOTWYqmsM4uFEBtnXD0UAKDc1EVJ3gUUNNjcjiIBHITcsAlGJRxw3MASXkUYVm3VQmEYbNy6jT6VFHZudpJ9EBjI3JZA1ikQeZBe4ugEAH2QqALgUDQ4QGDFkMgt/ZmYmBVRq0i8kElbc3d7f4OHi4+REQQA7');
678 .theme-selector button:nth-of-type(5) {
679 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMQAw5wMy5gc15hI95RQ/5BhC4xtE5CZN4idN4Upo3Zai05um0p2o0qCq0aKr0aqy0Kyz0K200K+10LK4z7q+zru/zry/zr3Azr7Bzr/CzsDDzsHDzcTGzcnJzMrKzMzMzCwAAAAAIAAgAAAFbeAnjmRpnmiqrmzrvnAsz3Q9esmB7Hxh1ZsBYEgEBCo1DkHgmEiez05ymbGZlIKflYRFbkfY6lekBOh4hoitXBwq1kuG5EF/aOAC8Rir3S/7X3xjZEsQGBSIFBdwbUQNU41DC4OUlZaXmJmaViEAOw==');
681 .theme-selector button:nth-of-type(6) {
682 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMQAAAA0NDS4uLjU1NTg4OElJSVZWVmNjY21tbaOjo62trbOzs8XFxcvLy8zMzNDQ0Nvb2+Dg4OHh4ePj4+Xl5e7u7vLy8v39/f///4n/fwAAwKwtDQEAAAAeBwAAAAAAACwAAAAAIAAgAAAFWiAmjmRpnmiqrmzrvnAsz3RNJkKh70NlH4CgEBDw1RCABSXCZF5syIfthGxMTdVrKasdIQGGHWEy/Q4BjDJAIYG4IRa1tCvi0u1dvFZ/5asddIGCg4SFhoeDIQA7');
684 .theme-selector button:nth-of-type(7) {
685 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMWcEFG4QH3QZKHcfLXslM4AtOYIxPYQ1QYY4Q4tAS5VPWZpYYbKAhrSCh7iJjruPk72RlcWfosikp8qnqsyrrNK1tdO2tta7u9e+vtzExOTS0ebV0+bW1OfX1ejY1ujZ1+na1+nb2Ozf3Ozg3e3h3u7i3+/k4fDm4/Ho5PLq5vPr5/Ts6PXu6vfx7fjz7/j07/n18Pr28fr38vv48/v59Pz69f379v389/79+P//+gAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGssCccEgsGo/IpHLJbDqf0Kh0CmWhVi5q0TYhAL6AwySmFRXAaEAANOWAIScbjRT5fqQzBEAQMrYoOFIWamxaRTV6DIZGL2cbi0UgAAMtRDAyM5kzMlGSAixDjWkJN1Adk6BComgLgU8nAgEllpg2GgAKrk4yZw9IkrlRD3uzRsC6TioCAAQmRh4ArVIXYBKpMBhepFMZaAYHaBVaLA5pAA0pkDQjISEmM5Dx8vP09fb3UUEAOw==');
687 .theme-selector button:nth-of-type(8) {
688 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMVONTVSNTlaPUFeQUViQUlmRU2yeZ3Cga3KhbYKsfqbEo6jGpazIqbLMr7PNsMHWvsHWv8LXwMPXwejw5+nw6Orx6e/07vH28PX49Pf69vn7+fv9+/z9/P7//v///wAAACwAAAAAIAAgAAAFe6AnjmRpnmiqrmzrvnAsz3Rts52zbKamNBxZxwB4mC6CAEWIKJowhECF6SxBpVSjNTqNdZqSJ5fKyFzO58kA620C3nA4G/YFEAr4fAEwf9UhYn0udVokV110TYUjh1mBiH6Kj0IHVYZRS14JABFiAhY3oaKjpKWmp6g2IQA7');
690 .theme-selector button:nth-of-type(9) {
691 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMZLDlpPDl5XEmJfFmpfGm5rHnZ3JoKjPq6nPrLXWuL/cwe317e317vb69vz9/P3+/f7//v///wAAQBsmAIBgAAAQhqFS/38AAO86GpX/fwAAwAzpDQEAAAAeBwAAAAAAACwAAAAAIAAgAAAFT2AkjmRpnmiqrmzrvnAsz3RtQsig2OYSAAdeifELCkcNAfA4ghiWzIgTypwaq8/r0RqVZrvcaBhLPT4KZSExzVtrhQ4CINGt2+/4vH4/CwEAOw==');
694 /*=------------------------------=*/
695 /*= Theme select button tooltips =*/
696 /*=------------------------------=*/
697 /* (with the name & description of the theme that each button selects) */
699 #theme-selector button {
700 position: relative;
701 z-index: 1;
703 #theme-selector button::before {
704 content: attr(data-theme-name);
705 position: absolute;
706 top: 0;
707 right: 100%;
708 padding: 5px 6px 6px 6px;
709 line-height: 1;
710 width: 6em;
711 text-align: right;
712 z-index: 1;
713 visibility: hidden;
715 #theme-selector:hover button::before {
716 visibility: visible;
718 #theme-selector:hover ~ #theme-tweaker-toggle,
719 #theme-selector:active ~ #theme-tweaker-toggle {
720 z-index: -1;
723 /************************/
724 /* THEME TWEAKER TOGGLE */
725 /************************/
727 #theme-tweaker-toggle {
728 position: absolute;
729 top: 7px;
730 left: -75px;
732 #theme-tweaker-toggle button {
733 font-family: "Font Awesome", "Font Awesome 5 Free";
734 font-weight: 900;
735 font-size: 1.25rem;
736 opacity: 0.4;
737 z-index: 1;
739 #theme-tweaker-toggle button:hover {
740 opacity: 1.0;
743 /*******************/
744 /* QUICKNAV WIDGET */
745 /*******************/
747 #quick-nav-ui {
748 position: absolute;
749 right: -67px;
750 bottom: 20px;
752 #quick-nav-ui a {
753 font-family: "Font Awesome", "Font Awesome 5 Free";
754 font-weight: 900;
755 font-size: 1.5rem;
756 line-height: 1.7;
757 text-align: center;
758 display: block;
759 width: 40px;
760 height: 40px;
761 margin: 10px 0 0 0;
763 #quick-nav-ui a[href='#comments'].no-comments {
764 pointer-events: none;
766 #quick-nav-ui a {
767 visibility: hidden;
769 #content.post-page ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
770 visibility: visible;
773 /************************/
774 /* NEW COMMENT QUICKNAV */
775 /************************/
777 #new-comment-nav-ui {
778 position: absolute;
779 right: -112px;
780 bottom: 42px;
782 #new-comment-nav-ui > * {
783 display: block;
784 position: relative;
786 #new-comment-nav-ui.no-comments {
787 display: none;
790 /*=--------------------=*/
791 /*= New comments count =*/
792 /*=--------------------=*/
794 #new-comment-nav-ui .new-comments-count {
795 width: 2em;
796 font-size: 1.25rem;
797 line-height: 1.1;
798 text-align: center;
799 left: 1px;
800 cursor: pointer;
802 #new-comment-nav-ui .new-comments-count::selection {
803 background-color: transparent;
805 #new-comment-nav-ui .new-comments-count::after {
806 content: "NEW";
807 display: block;
808 font-size: 0.625rem;
811 /*=-----------------------------------=*/
812 /*= Next/previous new comment buttons =*/
813 /*=-----------------------------------=*/
815 #new-comment-nav-ui .new-comment-sequential-nav-button {
816 font-size: 1.75rem;
817 font-family: "Font Awesome", "Font Awesome 5 Free";
818 font-weight: 900;
819 width: 1.5em;
820 z-index: 5001;
822 #new-comment-nav-ui .new-comment-previous {
823 top: 8px;
825 #new-comment-nav-ui .new-comment-next {
826 bottom: 6px;
828 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
829 cursor: auto;
830 pointer-events: none;
833 /*******************/
834 /* HNS DATE PICKER */
835 /*******************/
837 #hns-date-picker {
838 position: absolute;
839 bottom: 72px;
840 right: -253px;
841 opacity: 0.6;
843 #hns-date-picker:hover,
844 #hns-date-picker:focus-within {
845 opacity: 1.0;
847 #hns-date-picker.no-comments {
848 display: none;
851 /*=---------------=*/
852 /*= "Since" label =*/
853 /*=---------------=*/
855 #hns-date-picker span {
856 display: block;
857 font-size: 0.75rem;
858 text-transform: uppercase;
861 /*=--------------------=*/
862 /*= "Since" text field =*/
863 /*=--------------------=*/
865 #hns-date-picker input {
866 margin-top: 1px;
867 padding: 1px 3px;
868 width: 140px;
869 text-align: center;
870 box-shadow: 0 0 0 1px transparent;
873 /************************/
874 /* ANTI-KIBITZER TOGGLE */
875 /************************/
877 #anti-kibitzer-toggle {
878 position: absolute;
879 right: -67px;
880 bottom: 225px;
882 #anti-kibitzer-toggle button {
883 display: block;
884 width: 40px;
885 height: 54px;
886 padding: 0;
888 #anti-kibitzer-toggle button::before,
889 #anti-kibitzer-toggle button::after {
890 font-family: "Font Awesome", "Font Awesome 5 Free";
892 #anti-kibitzer-toggle button::before {
893 content: "\F06E";
894 display: block;
895 font-size: 1.75em;
896 font-weight: 400;
898 #anti-kibitzer-toggle button::after {
899 content: "\F007\2004\F164";
900 font-size: 0.875em;
901 font-weight: 900;
903 #anti-kibitzer-toggle.engaged button::before {
904 content: "\F070";
907 /************************/
908 /* TEXT SIZE ADJUSTMENT */
909 /************************/
911 #text-size-adjustment-ui {
912 position: absolute;
913 top: 30px;
914 right: -78px;
915 opacity: 0.4;
917 #text-size-adjustment-ui:hover {
918 opacity: 1.0;
921 /* This doesn't work in Mozilla browsers, so hide it */
922 @-moz-document url-prefix() {
923 #text-size-adjustment-ui {
924 display: none;
928 /*=---------=*/
929 /*= Buttons =*/
930 /*=---------=*/
932 #text-size-adjustment-ui button {
933 font-weight: 900;
934 font-family: "Font Awesome", "Font Awesome 5 Free";
935 font-size: 0.75rem;
936 width: 24px;
937 height: 24px;
938 padding: 0;
940 #text-size-adjustment-ui button.default {
941 font-family: inherit;
942 font-size: 1.125rem;
943 position: relative;
944 top: 1px;
946 #text-size-adjustment-ui button:disabled {
947 opacity: 0.5;
949 #text-size-adjustment-ui button:disabled:hover {
950 cursor: default;
953 /*=----------------=*/
954 /*= Hover tooltips =*/
955 /*=----------------=*/
957 #text-size-adjustment-ui::after {
958 content: "Adjust text size";
959 position: absolute;
960 display: block;
961 left: 0;
962 width: 100%;
963 text-align: center;
964 top: 32px;
965 visibility: hidden;
966 font-size: 0.9em;
968 #text-size-adjustment-ui:hover::after {
969 visibility: visible;
972 /*******************************/
973 /* COMMENTS VIEW MODE SELECTOR */
974 /*******************************/
976 #comments-view-mode-selector {
977 position: absolute;
978 bottom: 30px;
979 left: -40px;
980 opacity: 0.6;
982 #comments-view-mode-selector:hover {
983 opacity: 1.0;
986 /*=---------=*/
987 /*= Buttons =*/
988 /*=---------=*/
990 #comments-view-mode-selector a {
991 display: block;
992 font-family: "Font Awesome", "Font Awesome 5 Free";
993 font-size: 1.25rem;
994 text-align: center;
995 opacity: 0.4;
996 padding: 0.25em;
997 z-index: 1;
999 #comments-view-mode-selector a.threaded {
1000 transform: scaleY(-1);
1001 font-weight: 900;
1003 #comments-view-mode-selector a.chrono {
1004 font-weight: normal;
1006 #comments-view-mode-selector a.selected,
1007 #comments-view-mode-selector a:hover {
1008 opacity: 1.0;
1009 text-decoration: none;
1011 #comments-view-mode-selector a.selected {
1012 cursor: default;
1015 /*****************/
1016 /* KEYBOARD HELP */
1017 /*****************/
1019 #keyboard-help-overlay {
1020 width: 100vw;
1021 height: 100vh;
1022 background-color: rgba(0,0,0,0.7);
1023 position: fixed;
1024 left: 0;
1025 top: 0;
1026 z-index: 5001;
1028 display: flex;
1029 justify-content: center;
1030 align-items: center;
1031 padding: 20px 30px 30px 20px;
1033 visibility: hidden;
1036 #keyboard-help-overlay .keyboard-help-container {
1037 background-color: #fff;
1038 filter: drop-shadow(4px 4px 2px #000);
1039 flex: 1 1 auto;
1040 max-width: 1500px;
1041 max-height: 100%;
1042 overflow-y: auto;
1043 position: relative;
1045 #keyboard-help-overlay .keyboard-help-container h1 {
1046 text-align: center;
1047 border-bottom: 1px solid #ddd;
1048 margin: 0;
1049 padding: 10px 20px;
1051 #keyboard-help-overlay .keyboard-help-container .note {
1052 margin: 0.5em auto;
1053 padding: 0 1em;
1054 width: fit-content;
1056 #keyboard-help-overlay .keyboard-help-container .keyboard-shortcuts-lists {
1057 column-width: 21em;
1058 column-count: auto;
1059 column-gap: 1.5em;
1060 border-top: 1px solid #ddd;
1061 padding: 15px 20px;
1063 #keyboard-help-overlay .keyboard-help-container ul {
1064 list-style-type: none;
1065 margin: 0;
1066 padding: 0;
1067 break-inside: avoid;
1068 white-space: nowrap;
1070 #keyboard-help-overlay .keyboard-help-container ul:nth-of-type(n+2) {
1071 margin: 20px 0 0 0;
1073 #keyboard-help-overlay .keyboard-help-container ul li.section {
1074 font-weight: bold;
1075 font-size: 1.125rem;
1076 break-after: avoid;
1078 #keyboard-help-overlay .keyboard-help-container .keys {
1079 margin: 0 0.5em 0 0;
1080 min-width: 4.5em;
1081 display: inline-block;
1083 #keyboard-help-overlay .keyboard-help-container .keys code {
1084 margin: 0 6px 0 0;
1086 #keyboard-help-overlay .keyboard-help-container code {
1087 display: inline-block;
1088 background-color: #eee;
1089 border: 1px solid #ccc;
1090 padding: 3px 8px 4px 8px;
1091 margin: 0 1px;
1093 #keyboard-help-overlay .keyboard-help-container code.ak {
1094 background-color: #ffeb83;
1095 border-color: #d4a500;
1097 #keyboard-help-overlay .keyboard-help-container code.ak::before {
1098 content: "ak+";
1099 opacity: 0.3;
1102 #nav-item-about button.open-keyboard-help {
1103 display: none;
1105 @media only screen and (hover:hover) and (pointer:fine) {
1106 #nav-item-about {
1107 position: relative;
1108 padding-right: 0.25em;
1110 #nav-item-about button.open-keyboard-help {
1111 font-family: "Font Awesome", "Font Awesome 5 Free";
1112 font-weight: 900;
1113 position: absolute;
1114 top: 0;
1115 right: 0;
1116 height: 100%;
1117 padding: 8px;
1118 display: initial;
1119 line-height: 1;
1120 background-color: transparent;
1124 #keyboard-help-overlay button.close-keyboard-help {
1125 position: absolute;
1126 right: 0;
1127 top: 0;
1128 font-family: "Font Awesome", "Font Awesome 5 Free";
1129 font-size: 1.5rem;
1130 padding: 10px 12px;
1133 /************/
1134 /* ARCHIVES */
1135 /************/
1137 .archive-nav {
1138 margin: 1.25em 0.5em 0 0.5em;
1139 padding: 0.25em;
1141 .archive-nav > * {
1142 display: flex;
1144 .archive-nav *[class^='archive-nav-item'] {
1145 line-height: 1;
1146 flex: 1 1 5%;
1147 text-align: center;
1148 padding: 6px 4px 4px 4px;
1149 max-width: 8%;
1151 @-moz-document url-prefix() {
1152 .archive-nav *[class^='archive-nav-item'] {
1153 padding: 5px 4px;
1156 .archive-nav-days .archive-nav-item-day {
1157 font-size: 0.8em;
1158 padding: 7px 0 5px 0;
1159 max-width: 4%;
1161 .archive-nav-days .archive-nav-item-day:first-child {
1162 flex-basis: 10%;
1165 /************/
1166 /* ARCHIVES */
1167 /************/
1169 .archive-nav {
1170 margin: 1.25em 0.5em 0 0.5em;
1171 padding: 0.25em;
1173 .archive-nav > * {
1174 display: flex;
1176 .archive-nav *[class^='archive-nav-item'] {
1177 line-height: 1;
1178 flex: 1 1 5%;
1179 text-align: center;
1180 padding: 6px 4px 4px 4px;
1181 max-width: 8%;
1183 @-moz-document url-prefix() {
1184 .archive-nav *[class^='archive-nav-item'] {
1185 padding: 5px 4px;
1188 .archive-nav-days .archive-nav-item-day {
1189 font-size: 0.8em;
1190 padding: 7px 0 5px 0;
1191 max-width: 4%;
1193 .archive-nav-days .archive-nav-item-day:first-child {
1194 flex-basis: 10%;
1197 /************/
1198 /* LISTINGS */
1199 /************/
1201 h1.listing {
1202 font-size: 1.875rem;
1203 line-height: 1.15;
1204 max-height: 1.15em;
1205 position: relative;
1208 h1.listing a {
1209 position: relative;
1212 /* Links to link-posts (not the link-post links themselves; that's below) */
1213 h1.listing .link-post-link + a {
1214 margin-left: 0.25em;
1217 h1.listing .link-post-link {
1218 font-size: 0.8em;
1219 display: inline;
1220 vertical-align: top;
1221 position: relative;
1222 top: 4px;
1225 /*=----------------------=*/
1226 /*= Listing hover reveal =*/
1227 /*=----------------------=*/
1228 /* (On desktops, hover over a multi-line listing to reveal all of it) */
1230 @media only screen and (min-width: 1160px) {
1231 h1.listing a {
1232 max-width: 100%;
1233 display: inline-block;
1234 white-space: nowrap;
1235 text-overflow: ellipsis;
1236 overflow: hidden;
1237 border-bottom: 1px solid transparent;
1238 -webkit-hyphens: auto;
1239 -moz-hyphens: auto;
1240 -ms-hyphens: auto;
1241 hyphens: auto;
1242 z-index: 1;
1243 padding: 0 0 1px 1px;
1245 h1.listing .link-post-link + a {
1246 max-width: calc(100% - 33px);
1248 h1.listing a:hover,
1249 h1.listing a:focus {
1250 text-decoration: dotted underline;
1251 white-space: initial;
1252 overflow: visible;
1253 z-index: 2;
1255 h1.listing:focus-within::before {
1256 content: "\F105";
1257 font-family: "Font Awesome", "Font Awesome 5 Free";
1258 display: block;
1259 position: absolute;
1260 left: -0.75em;
1263 /* Adds hysteresis to the hover area (i.e., prevents oscillation due to small
1264 mouse movements) */
1266 h1.listing a:not(.edit-post-link):hover::before {
1267 content: "";
1268 position: absolute;
1269 top: -10px;
1270 right: -10px;
1271 bottom: -10px;
1272 left: -10px;
1273 z-index: -1;
1275 h1.listing .link-post-link:hover {
1276 text-decoration: none;
1280 /*=-----------------------=*/
1281 /*= In-listing edit links =*/
1282 /*=-----------------------=*/
1284 h1.listing .edit-post-link {
1285 position: absolute;
1286 margin: 0;
1289 /*=---------------------------------=*/
1290 /*= Error messages on listing pages =*/
1291 /*=---------------------------------=*/
1293 .listing-message {
1294 width: 100%;
1295 text-align: center;
1296 padding: 1.25em 0 1.25em 0;
1297 font-size: 1.375em;
1300 /*********************/
1301 /* LISTING POST-META */
1302 /*********************/
1304 h1.listing + .post-meta {
1305 position: relative;
1306 justify-content: flex-start;
1307 margin: 0 20px 0 21px;
1310 h1.listing + .post-meta > * {
1311 margin: 0 1em 0 0;
1314 h1.listing + .post-meta .post-section {
1315 width: 0;
1316 margin: 0;
1317 overflow: hidden;
1319 h1.listing + .post-meta .post-section::before {
1320 position: absolute;
1321 left: -36px;
1324 h1.listing + .post-meta .read-time {
1325 cursor: default;
1328 /********************/
1329 /* SEQUENCES & TAGS */
1330 /********************/
1332 .sequence-text, .tag-description {
1333 font-size: 1.2rem;
1334 padding: 0 22px;
1337 #content.tag-index-page .tag-description {
1338 margin: 1em 0 0;
1341 section {
1342 margin-top: 2em;
1343 margin-bottom: 4em;
1346 h1.sequence-chapter {
1347 font-size: 2.3rem;
1350 article {
1351 max-width: 100%;
1354 .post-meta + .comments {
1355 margin-top: 3em;
1358 .tag-list {
1359 column-count: auto;
1360 column-width: 15em;
1361 margin-top: 0;
1362 border-bottom: 1px solid #999;
1363 padding-bottom: 1em;
1364 margin-bottom: 0;
1367 /**************/
1368 /* USER PAGES */
1369 /**************/
1371 /*=---------------------=*/
1372 /*= User's display name =*/
1373 /*=---------------------=*/
1375 #content.user-page h1.page-main-heading {
1376 margin: 0.25em 0 0 0;
1377 line-height: 1.1;
1378 grid-column: 1 / span 2;
1379 order: -2;
1382 #content.user-page h1.page-main-heading .user-full-name {
1383 font-size: 1rem;
1384 font-weight: normal;
1385 padding-left: 0.5em;
1388 /*=--------------------=*/
1389 /*= User's karma total =*/
1390 /*=--------------------=*/
1392 #content.user-page .user-stats {
1393 grid-column: 3;
1394 order: -2;
1395 text-align: right;
1396 align-self: end;
1399 #content.user-page .user-stats .karma-type {
1400 white-space: nowrap;
1403 /*=----------------------=*/
1404 /*= Expanded vs. compact =*/
1405 /*=----------------------=*/
1407 #content.user-page #comments-list-mode-selector {
1408 grid-row: span 2;
1410 #content.user-page #comments-list-mode-selector button {
1411 display: block;
1414 /*=----------------------------------------------------=*/
1415 /*= All, Posts, Comments, Drafts, Conversations, Inbox =*/
1416 /*=----------------------------------------------------=*/
1418 #content.user-page .sublevel-nav {
1419 margin-bottom: 0.5em;
1422 /*=--------------=*/
1423 /*= User's posts =*/
1424 /*=--------------=*/
1426 #content.user-page h1.listing {
1427 margin: 0.5em 0 0 0;
1430 #content.user-page .user-bio :first-child {
1431 margin-top: 0.5em;
1434 /*****************/
1435 /* CONVERSATIONS */
1436 /*****************/
1438 /*=----------------------=*/
1439 /*= List of participants =*/
1440 /*=----------------------=*/
1442 #content.conversation-page .conversation-participants {
1443 grid-column: 2 / span 2;
1444 text-align: right;
1445 margin: 0.5em 0 0 0;
1447 .post-meta > .conversation-participants {
1448 white-space: normal;
1450 .conversation-participants ul,
1451 .conversation-participants li {
1452 list-style-type: none;
1453 display: inline-block;
1454 margin: 0;
1455 padding: 0;
1457 .conversation-participants li {
1458 margin-left: 0.375em;
1460 .conversation-participants li:not(:last-of-type)::after {
1461 content: ",";
1464 /*=-------------------------=*/
1465 /*= Posting controls (form) =*/
1466 /*=-------------------------=*/
1468 #content.conversation-page .posting-controls {
1469 padding: 0 0 1em 0;
1471 #content.conversation-page .post-meta-fields {
1472 overflow: auto;
1473 display: flex;
1474 flex-flow: row wrap;
1476 .posting-controls.standalone textarea {
1477 margin-top: 0.375em;
1479 .posting-controls.standalone form {
1480 padding: 0 1em;
1482 #content.conversation-page .posting-controls.standalone form {
1483 padding: 0 1em 3em 1em;
1485 .posting-controls.standalone input[type='text'],
1486 .posting-controls.standalone label {
1487 margin: 0.25em 0;
1489 .posting-controls.standalone label {
1490 width: 4em;
1491 text-align: right;
1492 padding: 2px 6px;
1493 border: 1px solid transparent;
1495 .posting-controls.standalone input[type='text'] {
1496 width: calc(100% - 4em);
1497 padding: 0.25em;
1499 .posting-controls.standalone input[type='submit'] {
1500 float: right;
1502 .posting-controls.standalone #markdown-hints-checkbox ~ label {
1503 white-space: nowrap;
1505 .posting-controls.standalone #markdown-hints {
1506 top: calc(100% + 2em);
1509 /*=--------------------=*/
1510 /*= Conversation title =*/
1511 /*=--------------------=*/
1513 #content.conversation-page h1.page-main-heading {
1514 text-align: center;
1515 margin: 0.5em 0;
1516 line-height: 1.15;
1519 /*=----------=*/
1520 /*= Messages =*/
1521 /*=----------=*/
1523 #content.conversation-page > ul.comment-thread:last-of-type {
1524 margin-bottom: 2em;
1527 /******************/
1528 /* SEARCH RESULTS */
1529 /******************/
1531 #content.search-results-page h1.listing,
1532 #content.sequence-page h1.listing,
1533 #content.post-page h1.listing {
1534 font-size: 1.625em;
1537 /**************/
1538 /* LOGIN PAGE */
1539 /**************/
1541 .login-container {
1542 margin: 2em 0;
1543 padding: 1em;
1544 display: flex;
1545 flex-flow: row wrap;
1548 .login-container form {
1549 flex-basis: 50%;
1550 display: grid;
1551 grid-row-gap: 0.5em;
1552 align-content: start;
1554 .login-container form label {
1555 text-align: right;
1556 padding: 0.25em 0.5em;
1557 white-space: nowrap;
1558 grid-column: 1;
1560 .login-container form input {
1561 grid-column: 2;
1562 padding: 0.25em;
1564 .login-container form input[type='submit'],
1565 .login-container form a {
1566 grid-column: 2;
1567 justify-self: center;
1569 .login-container form input[type='submit'] {
1570 width: 10em;
1571 padding: 0.35em;
1572 line-height: 1;
1573 margin: 0.5em 0 0 0;
1575 .login-container form h1 {
1576 text-align: center;
1577 margin: 0;
1578 grid-column: 2;
1581 /* “Log in” form */
1583 #login-form {
1584 grid-template-columns: 5.5em 1fr;
1585 padding: 0.5em 2em 0.5em 0;
1588 /* “Create account” form */
1590 #signup-form {
1591 font-size: 0.9em;
1592 grid-template-columns: 8.5em 1fr;
1593 padding: 0.5em 1em 1em 1em;
1595 #signup-form h1 {
1596 font-size: 1.7em;
1598 #signup-form input[type='submit'] {
1599 padding: 0.4em 0.5em 0.5em 0.5em;
1602 /* Log in tip */
1604 .login-container .login-tip {
1605 padding: 0.5em 0.5em 0.5em 3em;
1606 margin: 2em 4em 0 4em;
1607 text-indent: -2em;
1608 line-height: 1.4;
1610 .login-container .login-tip span {
1611 font-weight: bold;
1614 /* Message box */
1616 #content.login-page .error-box {
1617 margin: 1.5em 0.875em -1.5em 0.875em;
1619 .error-box, .success-box {
1620 padding: 0.25em;
1621 text-align: center;
1624 /***********************/
1625 /* PASSWORD RESET PAGE */
1626 /***********************/
1628 .reset-password-container {
1629 margin-bottom: 2em;
1631 .reset-password-container input[type='submit'] {
1632 padding: 0.2em 0.5em;
1633 width: unset;
1635 .reset-password-container input {
1636 margin-left: 0.5em;
1637 width: 12em;
1639 .reset-password-container label {
1640 display: inline-block;
1641 width: 9em;
1643 .reset-password-container form > div {
1644 margin: 0.2em;
1646 .reset-password-container .action-container {
1647 padding-left: 11em;
1648 padding-top: 0.2em;
1650 .reset-password-container .error-box {
1651 margin: unset;
1654 /*********************/
1655 /* TABLE OF CONTENTS */
1656 /*********************/
1658 .contents {
1659 float: right;
1660 min-width: 6em;
1661 max-width: 40%;
1662 margin: 1.25em 0 0.75em 1.25em;
1663 padding: 7px 14px 10px 10px;
1664 position: relative;
1665 z-index: 1;
1668 .contents-head {
1669 text-align: center;
1670 margin-bottom: 0.25em;
1673 .post-body .contents ul {
1674 list-style-type: none;
1675 margin: 0 0 0 0.5em;
1676 counter-reset: toc-item-1 toc-item-2 toc-item-3;
1677 padding-left: 1em;
1678 font-size: 0.75em;
1680 .post-body .contents li {
1681 margin: 0.15em 0 0.3em 1em;
1682 text-align: left;
1683 text-indent: -1em;
1684 line-height: 1.2;
1685 position: relative;
1687 .post-body .contents li::before {
1688 position: absolute;
1689 width: 3em;
1690 display: block;
1691 text-align: right;
1692 left: -4.5em;
1694 .contents .toc-item-1 {
1695 counter-increment: toc-item-1;
1696 counter-reset: toc-item-2 toc-item-3;
1698 .contents .toc-item-1::before {
1699 content: counter(toc-item-1);
1701 .contents .toc-item-1 ~ .toc-item-2 {
1702 margin-left: 2.9em;
1703 font-size: 0.95em;
1705 .contents .toc-item-2 {
1706 counter-increment: toc-item-2;
1707 counter-reset: toc-item-3;
1709 .contents .toc-item-1 ~ .toc-item-2::before {
1710 content: counter(toc-item-1) "." counter(toc-item-2);
1712 .contents .toc-item-2::before {
1713 content: counter(toc-item-2);
1715 .contents .toc-item-1 + .toc-item-3 {
1716 counter-increment: toc-item-2 toc-item-3;
1718 .contents .toc-item-2 ~ .toc-item-3,
1719 .contents .toc-item-1 ~ .toc-item-3 {
1720 margin-left: 2.9em;
1721 font-size: 0.95em;
1723 .contents .toc-item-1 ~ .toc-item-2 ~ .toc-item-3 {
1724 margin-left: 5.7em;
1725 font-size: 0.9em;
1727 .contents .toc-item-3 {
1728 counter-increment: toc-item-3;
1730 .contents .toc-item-1 ~ .toc-item-2 ~ .toc-item-3::before {
1731 content: counter(toc-item-1) "." counter(toc-item-2) "." counter(toc-item-3);
1733 .contents .toc-item-1 ~ .toc-item-3::before {
1734 content: counter(toc-item-1) "." counter(toc-item-3);
1736 .contents .toc-item-2 ~ .toc-item-3::before {
1737 content: counter(toc-item-2) "." counter(toc-item-3);
1739 .contents .toc-item-3::before {
1740 content: counter(toc-item-3);
1742 .contents .toc-item-4,
1743 .contents .toc-item-5,
1744 .contents .toc-item-6 {
1745 display: none;
1748 /********************/
1749 /* POSTS & COMMENTS */
1750 /********************/
1752 .post-meta > *,
1753 .comment-meta > * {
1754 display: inline-block;
1755 margin-right: 1em;
1756 font-size: 1.0625em;
1758 .body-text {
1759 overflow-wrap: break-word;
1760 text-align: justify;
1762 .body-text p {
1763 margin: 1em 0;
1765 .retracted .body-text {
1766 text-decoration: line-through;
1769 .bare-url {
1770 word-break: break-all;
1771 hyphens: auto;
1773 .body-text a:not([href]),
1774 .body-text a:not([href]):hover,
1775 .body-text a:not([href])::before,
1776 .body-text a:not([href])::after {
1777 text-decoration: none;
1778 text-shadow: unset;
1779 border: unset;
1780 color: unset;
1781 content: unset;
1783 /*************/
1784 /* POST-META */
1785 /*************/
1787 .post-meta {
1788 display: flex;
1789 flex-flow: row wrap;
1790 justify-content: center;
1792 .post-meta .lw2-link {
1793 opacity: 0.5;
1794 order: 1;
1796 .post-meta > *,
1797 .post-meta .post-section::before {
1798 margin: 0 0.5em;
1800 .post-meta .post-section {
1801 order: -1;
1802 margin: 0;
1803 visibility: hidden;
1805 .post-meta .post-section::before,
1806 .comment-meta .alignment-forum {
1807 visibility: visible;
1808 font-family: "Font Awesome", "Font Awesome 5 Free";
1809 font-weight: 900;
1811 .post-section.frontpage::before {
1812 content: "\F015";
1814 .post-section.featured::before {
1815 content: "\F005";
1817 .post-section.meta::before {
1818 content: "\F077";
1820 .post-section.events::before {
1821 content: "\F5A0";
1823 .post-section.personal::before {
1824 content: "\F007";
1826 .post-section.draft::before {
1827 content: "\F15B";
1829 .post-section.alignment-forum::before,
1830 .comment-meta .alignment-forum {
1831 content: "AF";
1832 font-family: Concourse, 'Changa One';
1835 /*= Karma controls hover tooltips =*/
1837 @media only screen and (hover: hover) {
1838 .post .karma,
1839 .comment-item .karma {
1840 position: relative;
1842 .post .karma.active-controls::after,
1843 .comment-item .karma.active-controls::after {
1844 content: "Double-click for strong vote";
1845 position: absolute;
1846 pointer-events: none;
1847 display: block;
1848 left: 6px;
1849 max-width: calc(100% - 12px);
1850 line-height: 1.15;
1851 white-space: normal;
1852 text-align: center;
1853 font-size: 0.875rem;
1854 opacity: 0;
1855 transition: opacity 0.2s ease;
1857 .post .karma.active-controls:hover::after,
1858 .comment-item .karma.active-controls:hover::after {
1859 opacity: 1.0;
1862 .post .karma .karma-value::after,
1863 .comment-item .karma .karma-value::after {
1864 content: attr(title);
1865 position: absolute;
1866 pointer-events: none;
1867 display: block;
1868 left: 50%;
1869 transform: translateX(-50%);
1870 white-space: nowrap;
1871 text-align: center;
1872 font-size: 0.875rem;
1873 color: #bbb;
1874 opacity: 0;
1875 transition: opacity 0.2s ease;
1877 .post .karma .karma-value:hover::after,
1878 .comment-item .karma .karma-value:hover::after {
1879 opacity: 1.0;
1881 .comment-item .karma .karma-value:hover::after {
1882 z-index: 5001;
1885 .author {
1886 position: relative;
1888 .author:not(.redacted)::before {
1889 content: attr(data-full-name);
1890 position: absolute;
1891 pointer-events: none;
1892 display: block;
1893 padding: 0 1em;
1894 left: 50%;
1895 bottom: 2em;
1896 transform: translateX(-50%);
1897 white-space: nowrap;
1898 text-align: center;
1899 font-size: 0.875rem;
1900 font-weight: normal;
1901 opacity: 0;
1902 transition: opacity 0.2s ease;
1903 z-index: 5001;
1905 .author:hover::before {
1906 opacity: 1.0;
1910 /*********/
1911 /* POSTS */
1912 /*********/
1914 .post {
1915 max-width: 100%;
1918 .post-body {
1919 min-height: 8em;
1920 padding: 0 30px;
1921 line-height: 1.5;
1922 font-size: 1.3rem;
1923 overflow: auto;
1924 margin: 0.5em 0 0 0;
1926 h1.post-title {
1927 margin: 1.1em 0 0.35em 0;
1928 padding: 0 30px;
1929 text-align: center;
1930 font-size: 2.5em;
1931 line-height: 1;
1933 .post .post-meta {
1934 text-align: center;
1935 position: relative;
1936 z-index: 2;
1938 .post .top-post-meta:last-child {
1939 margin-bottom: 40px;
1941 .post .bottom-post-meta {
1942 margin: 0;
1943 padding: 20px 0;
1945 .bottom-post-meta {
1946 border-style: solid;
1947 border-width: 1px 0;
1950 /**********/
1951 /* EVENTS */
1952 /**********/
1954 .event-info .map {
1955 position: relative;
1956 width: 100%;
1957 margin: 2em 0 1em;
1960 .event-info .map::before {
1961 content: "";
1962 display: block;
1963 padding-bottom: 50%;
1966 .event-info .map iframe {
1967 width: 100%;
1968 height: 100%;
1969 border: 1px solid #000;
1970 position: absolute;
1971 top: 0;
1972 left: 0;
1975 .event-info ul {
1976 list-style: none;
1977 padding: 0;
1978 text-align: center;
1981 /*******************/
1982 /* POST NAVIGATION */
1983 /*******************/
1985 .post-nav-item {
1986 display: grid;
1987 grid-template: 100% / 32% 36% 32%;
1988 grid-template-areas:
1989 "prev seq next";
1991 .post-nav {
1992 display: flex;
1993 flex-flow: column;
1994 justify-content: flex-end;
1995 padding: 0.5em;
1998 .post-nav-title {
1999 font-size: 1.125em;
2000 line-height: 1.15;
2001 display: inline;
2002 border-top: 1px solid transparent;
2004 .post-nav.prev .post-nav-title,
2005 .post-nav.next .post-nav-title {
2006 border-bottom: 1px solid transparent;
2009 .sequence-title {
2010 align-items: center;
2011 text-align: center;
2012 grid-area: seq;
2014 .sequence-title .post-nav-title {
2015 font-size: 1.5em;
2018 .post-nav.prev {
2019 grid-area: prev;
2020 align-items: flex-start;
2022 .post-nav.prev .post-nav-title::before {
2023 content: "\F0D9\2005";
2025 .post-nav.next {
2026 grid-area: next;
2027 text-align: right;
2028 align-items: flex-end;
2030 .post-nav.prev .post-nav-label,
2031 .post-nav.next .post-nav-label {
2032 display: none;
2034 .post-nav.next .post-nav-title::after {
2035 content: "\2004\F0DA";
2037 .post-nav.prev .post-nav-title::before,
2038 .post-nav.next .post-nav-title::after {
2039 font-family: Font Awesome;
2040 font-weight: 900;
2041 vertical-align: text-bottom;
2042 opacity: 0.75;
2044 .post-nav-links {
2045 max-width: 100%;
2048 @media only screen and (max-width: 900px) {
2049 .post-nav-item {
2050 font-size: 0.875em;
2051 grid-template: auto auto / 50% 50%;
2052 grid-template-areas:
2053 "prev next"
2054 "seq seq";
2056 .post-nav.prev .post-nav-title,
2057 .post-nav.next .post-nav-title {
2058 border-bottom: none;
2060 .post-nav.prev {
2061 margin: 0 0 0 -1px;
2062 position: relative;
2063 left: 1px;
2065 .sequence-title {
2066 padding: 0.75em 0;
2069 @media only screen and (max-width: 520px) {
2070 .post-nav-links + .comments {
2071 padding: 1em 0 0 0;
2075 .related-posts, .related-post-group {
2076 padding-bottom: 1em;
2078 .related-post-type {
2079 font-size: 1.2em;
2080 font-weight: 600;
2081 margin-top: 0.5em;
2082 margin-bottom: -0.5em;
2083 list-style-type: disc;
2084 margin-left: -0.5em;
2085 opacity: 0.7;
2087 .related-post-type::before {
2088 content: "\269c";
2089 margin-right: 0.15em;
2091 .related-posts .post-type-prefix {
2092 display: none;
2095 /**************/
2096 /* LINK POSTS */
2097 /**************/
2099 .post.link-post > .post-body > p:first-child {
2100 text-align: center;
2101 font-size: 1.125em;
2102 margin: 0.5em 0 0 0;
2104 .post.link-post > .post-body > p:only-child {
2105 font-size: 1.5em;
2106 margin: 1em 0;
2108 .post.link-post a.link-post-link::before {
2109 content: "\F0C1";
2110 font-family: "Font Awesome", "Font Awesome 5 Free";
2111 font-weight: 900;
2112 font-size: 0.75em;
2113 position: relative;
2114 top: -2px;
2115 margin-right: 0.25em;
2118 /************/
2119 /* COMMENTS */
2120 /************/
2122 .comments {
2123 max-width: 100%;
2124 padding: 0 0 1px 0;
2125 position: relative;
2127 .comments::before {
2128 content: "";
2129 position: absolute;
2130 display: block;
2131 top: 0;
2132 left: 0;
2133 width: 100%;
2134 height: 100%;
2135 pointer-events: none;
2137 ul.comment-thread {
2138 list-style-type: none;
2139 padding: 0;
2140 max-width: 100%;
2142 .comments .comment-thread > li {
2143 position: relative;
2145 #content > #top-nav-bar + .comment-thread .comment-item {
2146 margin-top: 0;
2149 .comment-item {
2150 margin: 2em 0 0 0;
2152 .comment-item .comment-item {
2153 margin: 1em 8px 8px 16px;
2155 .comment-item .comment-item + .comment-item {
2156 margin: 2em 8px 8px 16px;
2159 .comment-body {
2160 line-height: 1.45;
2161 font-size: 1.2rem;
2162 padding: 10px;
2164 .comment-body ul {
2165 list-style-type: circle;
2167 .comment-body > *:first-child {
2168 margin-top: 0;
2170 .comment-body > *:last-child {
2171 margin-bottom: 0;
2174 .comments-empty-message {
2175 width: 100%;
2176 text-align: center;
2177 padding: 0.75em 0 0.9em 0;
2178 font-size: 1.375em;
2181 /**********************************/
2182 /* DEEP COMMENT THREAD COLLAPSING */
2183 /**********************************/
2185 .comment-item > input[id^="expand"] {
2186 display: none;
2188 .comment-item > input[id^="expand"] + label {
2189 display: block;
2190 visibility: hidden;
2191 position: relative;
2192 margin: 8px 9px;
2194 .comment-item > input[id^="expand"] + label::after {
2195 content: "(Expand " attr(data-child-count) " below)";
2196 visibility: visible;
2197 position: absolute;
2198 left: 0;
2199 white-space: nowrap;
2200 cursor: pointer;
2202 .comment-item > input[id^="expand"]:checked + label::after {
2203 content: "(Collapse " attr(data-child-count) " below)";
2205 .comment-item > input[id^="expand"] ~ .comment-thread {
2206 max-height: 34px;
2207 overflow: hidden;
2209 .comment-item > input[id^="expand"] ~ .comment-thread > li:first-child {
2210 margin-top: 0;
2212 .comment-item > input[id^="expand"]:checked ~ .comment-thread {
2213 max-height: 1000000px;
2216 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
2217 margin: 0;
2219 .comment-item > input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item a.comment-parent-link:hover::after {
2220 display: none;
2223 /*************/
2224 /* BACKLINKS */
2225 /*************/
2227 .backlinks > input {
2228 display: none;
2231 .backlinks > label {
2232 margin-left: 10px;
2233 display: block;
2234 color: #00f;
2235 cursor: pointer;
2238 .backlinks > label::before {
2239 content: " ";
2240 border-left: 5px solid currentColor;
2241 border-top: 5px solid transparent;
2242 border-bottom: 5px solid transparent;
2243 transition: transform 0.25s ease-out;
2244 transform-origin: 29% 55%;
2245 display: inline-block;
2246 padding-right: 0.5em;
2249 .backlinks > input:checked + label::before {
2250 transform: rotate(90deg);
2253 .backlinks li {
2254 margin-top: 0;
2257 .backlinks > ul {
2258 height: 0;
2259 perspective-origin: top;
2260 transform: perspective(100em) rotateX(-90deg);
2261 transform-origin: center top;
2262 opacity: 0;
2263 margin-top: 0.5em;
2264 margin-bottom: 0.5em;
2267 .backlinks > input:checked ~ ul {
2268 height: auto;
2269 transform: perspective(100em) rotateX(0deg);
2270 transition: transform 0.25s ease-in, opacity 0.25s ease-in;
2271 opacity: 1;
2274 /****************/
2275 /* COMMENT-META */
2276 /****************/
2278 .comment-meta {
2279 padding: 2px 24px 2px 10px;
2280 margin: 0 -1px;
2281 border: none;
2282 display: flex;
2283 flex-flow: row wrap;
2284 align-items: baseline;
2286 .user-page .comment-meta,
2287 .conversation-page .comment-meta {
2288 padding-right: 10px;
2290 .comment-meta .comment-post-title {
2291 flex-basis: 100%;
2292 overflow: hidden;
2293 text-overflow: ellipsis;
2294 line-height: 1.3;
2296 .conversation-page .comment-meta .comment-post-title {
2297 margin: 0;
2298 flex-basis: unset;
2299 flex: 1 0 auto;
2300 text-align: right;
2301 display: none; /* Not sure if we need to display this... */
2303 .comment-item .author:not(.redacted).original-poster::after {
2304 content: "\2004(OP)";
2305 font-size: 0.75em;
2308 /*****************************/
2309 /* COMMENT THREAD NAVIGATION */
2310 /*****************************/
2312 a.comment-parent-link:not(.inline-author),
2313 a.comment-parent-link.inline-author::before {
2314 opacity: 0.5;
2316 a.comment-parent-link:hover {
2317 opacity: 1.0;
2319 a.comment-parent-link::before {
2320 content: "\F062";
2321 font-family: "Font Awesome", "Font Awesome 5 Free";
2322 font-weight: 900;
2323 font-size: 0.75rem;
2324 line-height: 1;
2325 position: absolute;
2326 z-index: 1;
2327 display: block;
2328 padding: 3px 3px 0 3px;
2329 width: 16px;
2330 height: calc(100% + 2px);
2331 top: -1px;
2332 left: -17px;
2334 a.comment-parent-link::after {
2335 content: "";
2336 position: absolute;
2337 z-index: 0;
2338 display: block;
2339 width: calc(100% + 26px);
2340 height: calc(100% + 38px);
2341 top: -29px;
2342 left: -17px;
2343 pointer-events: none;
2344 overflow: hidden;
2345 visibility: hidden;
2347 a.comment-parent-link:hover::after {
2348 visibility: visible;
2351 .comment-child-links {
2352 flex-basis: 100%;
2354 .comment-child-link {
2355 margin: 0 0.25em;
2356 display: inline-block;
2358 .comment-child-link::before {
2359 content: ">";
2360 display: inline-block;
2361 margin: 0 2px 0 0;
2364 .comment-popup {
2365 position: fixed;
2366 top: 10%;
2367 right: 10%;
2368 max-width: 700px;
2369 z-index: 10001;
2370 font-size: 1rem;
2371 white-space: unset;
2372 pointer-events: none;
2374 .comment-popup .comment-parent-link {
2375 display: none;
2377 .comment-popup .comment-body {
2378 font-size: 1.0625rem;
2381 .comment-item.depth-odd {
2382 --GW-comment-background-color: var(--GW-comment-background-color-odd);
2383 --GW-comment-parent-background-color: var(--GW-comment-background-color-even);
2385 .comment-item.depth-even {
2386 --GW-comment-background-color: var(--GW-comment-background-color-even);
2387 --GW-comment-parent-background-color: var(--GW-comment-background-color-odd);
2390 .comment-item:target {
2391 --GW-comment-background-color: var(--GW-comment-background-color-target);
2393 .comment-item:target > .comment-thread > .comment-item {
2394 --GW-comment-parent-background-color: var(--GW-comment-background-color-target);
2397 /**********************/
2398 /* COMMENT PERMALINKS */
2399 /**********************/
2400 /********************/
2401 /* COMMENT LW LINKS */
2402 /********************/
2404 .comment-meta .permalink::before,
2405 .comment-meta .lw2-link::before,
2406 .individual-thread-page a.comment-parent-link:empty::before {
2407 content: "";
2408 display: inline-block;
2409 width: 1rem;
2410 height: 1rem;
2411 border-radius: 3px;
2412 box-shadow:
2413 0 0 0 1px #fff,
2414 0 0 0 2px #00e,
2415 0 0 0 3px transparent;
2416 padding: 0 0 0 2px;
2417 background-size: 100%;
2418 position: relative;
2419 top: 2px;
2420 opacity: 0.5;
2422 .comment-meta .permalink::before {
2423 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');
2425 .comment-meta .lw2-link::before {
2426 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==');
2428 .individual-thread-page a.comment-parent-link:empty::before {
2429 left: unset;
2430 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==');
2432 .comment-meta .permalink:hover::before {
2433 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');
2435 .comment-meta .lw2-link:hover::before {
2436 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==');
2438 .individual-thread-page a.comment-parent-link:empty:hover::before {
2439 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=');
2441 .comment-meta .permalink:hover::before,
2442 .comment-meta .lw2-link:hover::before,
2443 .individual-thread-page a.comment-parent-link:empty:hover::before {
2444 box-shadow:
2445 0 0 0 2px #00e,
2446 0 0 0 3px transparent;
2447 opacity: 1.0;
2448 filter: unset;
2450 .comment-meta .permalink:active::before,
2451 .comment-meta .lw2-link:active::before,
2452 .individual-thread-page a.comment-parent-link:empty:active::before {
2453 transform: scale(0.9);
2456 .comment-meta .permalink,
2457 .comment-meta .lw2-link,
2458 .individual-thread-page .comment-parent-link:empty {
2459 position: relative;
2460 opacity: 1.0;
2462 .comment-meta .permalink::after,
2463 .comment-meta .lw2-link::after,
2464 .individual-thread-page .comment-parent-link:empty::after {
2465 content: "";
2466 width: 30px;
2467 height: 30px;
2468 display: block;
2469 position: absolute;
2470 top: -2px;
2471 left: -7px;
2472 box-shadow: none;
2473 pointer-events: auto;
2474 visibility: visible;
2477 /*************************/
2478 /* COMMENTS COMPACT VIEW */
2479 /*************************/
2481 #comments-list-mode-selector,
2482 #content.index-page #comments-list-mode-selector,
2483 #content.user-page #comments-list-mode-selector {
2484 padding-top: 6px;
2485 grid-column: 1;
2486 position: unset;
2487 z-index: 1;
2488 justify-self: start;
2489 align-self: start;
2491 #comments-list-mode-selector button {
2492 color: transparent;
2493 width: 32px;
2494 height: 32px;
2495 padding: 6px;
2496 margin: 1px;
2497 overflow: hidden;
2498 background-repeat: no-repeat;
2499 background-size: 100%;
2500 background-origin: content-box;
2502 #comments-list-mode-selector button:disabled {
2503 cursor: auto;
2505 #comments-list-mode-selector button.expanded {
2506 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJTnI+py+0Po5wn2Iuz3lrxD25eSIJjiWZnyq4s6r5kLJtJndK4eO9z77NRhsSi8YhMKpfMpvMJjTqDIR3VYr1mqdtg1/fdhXHjWll2fqVb0rY7WQAAOw==');
2508 #comments-list-mode-selector button.compact {
2509 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJXnI+py+0Po5y0uoCz3rxz5YViB46mWJ7qlq5u66rWTNf2fcQxrI98H/oBSYnhSWjU4JbMJi7pK0KD0ikRYfUgp1uo8wsOM7LXHJlVPWO6SbbRPRTL57gCADs=');
2511 @media only screen and (max-resolution: 1dppx) {
2512 #comments-list-mode-selector button.expanded {
2513 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKampqqqqv///wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCJSasV7Gqat+6eBYbcQopRqq5s257VeMokHdoevrm8mgAAOw==');
2515 #comments-list-mode-selector button.compact {
2516 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKqqqtvb2////wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCFSasN7Gqat45g433LeHUmF65phbZvurLtFJv3OO98zyQAOw==');
2520 #content > ul.comment-thread > li.comment-item,
2521 #content.compact > ul.comment-thread > li.comment-item {
2522 margin: 0;
2525 #content > .comment-thread {
2526 margin: 1em 0;
2528 #content.compact > .comment-thread {
2529 font-size: 0.9375rem;
2530 margin: 0.5em 0;
2532 #content.compact > .comment-thread:hover {
2533 z-index: 1;
2535 #content.compact > .comment-thread .comment-body {
2536 font-size: 1.0625rem;
2538 #content.compact > .comment-thread .comment-item,
2539 #content.index-page .comment-item.ignored,
2540 #content.inbox-user-page .comment-item.ignored {
2541 max-height: 61px;
2542 margin-top: 1em;
2543 overflow: hidden;
2544 position: relative;
2546 #content.compact > .comment-thread .comment-item {
2547 pointer-events: none;
2549 #content.compact > .comment-thread .comment-item::after {
2550 content: "…";
2551 position: absolute;
2552 right: 0;
2553 bottom: 0;
2554 font-size: 2rem;
2555 line-height: 1;
2556 padding: 0 16px 10px 64px;
2557 pointer-events: auto;
2559 @media only screen and (hover: hover) {
2560 #content.compact:not(:focus-within) > .comment-thread .comment-item:hover,
2561 #content.compact > .comment-thread .comment-item.expanded {
2562 overflow: visible;
2563 pointer-events: auto;
2564 z-index: 10;
2567 @media only screen and (hover: none) {
2568 #content.compact > .comment-thread.expanded .comment-item {
2569 overflow: visible;
2570 pointer-events: auto;
2571 z-index: 10;
2574 #content.compact > .comment-thread .comment-item .comment-meta {
2575 white-space: nowrap;
2576 overflow: hidden;
2577 text-overflow: ellipsis;
2578 padding: 2px 10px;
2580 #content.compact > .comment-thread .comment-item:hover .comment-meta {
2581 white-space: unset;
2583 #content.compact > .comment-thread .comment-item .comment-meta a {
2584 pointer-events: auto;
2586 #content.compact > .comment-thread .comment-item .comment-meta .comment-post-title {
2587 display: inline;
2589 #content.compact > .comment-thread .comment-item .comment-meta .karma + .comment-post-title {
2590 margin-left: 0.75em;
2592 @media only screen and (hover: hover) {
2593 #content.compact > .comment-thread:last-of-type .comment-item:hover,
2594 #content.compact > .comment-thread:last-of-type .comment-item.expanded {
2595 max-height: unset;
2597 #content.compact > .comment-thread .comment-item:hover .comment,
2598 #content.compact > .comment-thread .comment-item.expanded .comment {
2599 position: relative;
2600 z-index: 1;
2601 margin-bottom: 2em;
2602 bottom: 0;
2604 #content.compact > .comment-thread .comment-item:hover .comment::before,
2605 #content.compact > .comment-thread .comment-item.expanded .comment::before{
2606 content: "";
2607 position: absolute;
2608 display: block;
2609 width: calc(100% + 20px);
2610 height: calc(100% + 20px);
2611 z-index: -1;
2612 top: -10px;
2613 left: -10px;
2615 #content.compact > .comment-thread:last-of-type .comment-item:hover .comment,
2616 #content.compact > .comment-thread:last-of-type .comment-item.expanded .comment{
2617 margin: 0;
2620 @media only screen and (hover: none) {
2621 #content.compact > .comment-thread.expanded:last-of-type .comment-item {
2622 max-height: unset;
2624 #content.compact > .comment-thread.expanded .comment-item .comment {
2625 position: relative;
2626 z-index: 1;
2627 margin-bottom: 2em;
2628 bottom: 0;
2630 #content.compact > .comment-thread.expanded .comment-item .comment::before {
2631 content: "";
2632 position: absolute;
2633 display: block;
2634 width: calc(100% + 14px);
2635 height: calc(100% + 20px);
2636 z-index: -1;
2637 top: -10px;
2638 left: -10px;
2640 #content.compact > .comment-thread.expanded:last-of-type .comment-item .comment {
2641 margin: 0;
2643 #content.compact > .comment-thread.expanded .comment-item .comment::after {
2644 content: "";
2645 display: block;
2646 position: fixed;
2647 top: 0;
2648 left: 0;
2649 width: 100%;
2650 height: 100%;
2651 z-index: -2;
2652 background-color: rgba(0,0,0,0.5);
2656 /*****************************/
2657 /* HIGHLIGHTING NEW COMMENTS */
2658 /*****************************/
2660 .new-comment::before {
2661 content: "";
2662 position: absolute;
2663 width: 100%;
2664 height: 100%;
2665 z-index: 5000;
2666 pointer-events: none;
2669 /***********************************/
2670 /* COMMENT THREAD MINIMIZE BUTTONS */
2671 /***********************************/
2673 .comment-minimize-button {
2674 font-family: "Font Awesome", "Font Awesome 5 Free";
2675 font-weight: 900;
2676 font-size: 1.25rem;
2677 line-height: 1;
2678 position: absolute;
2679 right: 1px;
2680 top: 1px;
2681 width: 18px;
2682 margin: 0;
2683 cursor: pointer;
2685 .comment-minimize-button:active {
2686 transform: scale(0.9);
2688 .comment-minimize-button::after {
2689 content: attr(data-child-count);
2690 font-weight: normal;
2691 font-size: 0.8125rem;
2692 position: absolute;
2693 left: 0;
2694 width: 100%;
2695 text-align: center;
2696 top: 21px;
2698 #content.individual-thread-page .comment-minimize-button {
2699 display: none;
2702 /*****************/
2703 /* IGNORE SYSTEM */
2704 /*****************/
2706 #content.comment-thread-page .comment-item.ignored {
2707 height: 38px;
2708 overflow: hidden;
2710 .comment-item.ignored > .comment > .comment-meta > .author {
2711 text-decoration: line-through;
2714 /***********************************/
2715 /* INDIVIDUAL COMMENT THREAD PAGES */
2716 /***********************************/
2718 .individual-thread-page > h1 {
2719 line-height: 1;
2720 margin: 0.75em 0 3px 0;
2722 .individual-thread-page .comments {
2723 border: none;
2726 /*************/
2727 /* SHORTFORM */
2728 /*************/
2730 .shortform-index-page .comments::before {
2731 border: none;
2732 box-shadow: none;
2735 .shortform-index-page .comments > .comment-thread > .comment-item:first-child {
2736 margin-top: 0;
2739 /****************/
2740 /* VOTE BUTTONS */
2741 /****************/
2743 .vote {
2744 margin: 0;
2746 .vote {
2747 font-family: "Font Awesome", "Font Awesome 5 Free";
2748 font-weight: 900;
2749 border: none;
2752 .vote:disabled {
2753 visibility: hidden;
2754 cursor: default;
2757 .karma.waiting {
2758 opacity: 0.5;
2760 .karma.waiting button {
2761 pointer-events: none;
2764 /* Replicated karma controls at bottom of comments. */
2765 .comment-controls .karma {
2766 float: left;
2767 margin-left: -14px;
2768 font-size: 0.9375em;
2771 /*****************************/
2772 /* COMMENTING AND POSTING UI */
2773 /*****************************/
2775 .comment-controls {
2776 text-align: right;
2777 margin: 0 8px 8px 16px;
2778 position: relative;
2779 z-index: 9999;
2781 .comment-thread .comment-controls + .comment-thread > li:first-child {
2782 margin-top: 8px;
2784 .comments > .comment-controls {
2785 margin: 8px 0 0 0;
2787 .comments > .comment-controls:last-child {
2788 margin: 8px 0 16px 0;
2791 .posting-controls input[type='submit'] {
2792 margin: 6px;
2793 padding: 4px 10px;
2794 font-size: 1.125rem;
2797 .comment-controls .cancel-comment-button {
2798 position: absolute;
2799 right: 0;
2800 margin: 0;
2801 height: 27px;
2802 font-size: inherit;
2803 padding: 4px 8px 2px 4px;
2804 z-index: 1;
2806 .comment-controls .cancel-comment-button::before {
2807 font-family: "Font Awesome", "Font Awesome 5 Free";
2808 margin-right: 3px;
2809 content: '\F00D';
2810 font-weight: 900;
2811 font-size: 0.9em;
2812 opacity: 0.7;
2815 .comment + .comment-controls .action-button {
2816 font-weight: normal;
2817 font-size: 1.0625em;
2818 padding: 1px 6px;
2820 .comment-controls .action-button::before {
2821 font-family: "Font Awesome", "Font Awesome 5 Free";
2822 margin-right: 3px;
2824 .new-comment-button {
2825 font-size: 1.5rem;
2826 margin: 0 0.25em;
2828 .comment-controls .reply-button::before {
2829 content: '\F3E5';
2830 font-weight: 900;
2831 font-size: 0.9em;
2832 opacity: 0.6;
2834 .comment-meta .replied::before {
2835 content: '\F3E5';
2836 font-family: "Font Awesome", "Font Awesome 5 Free";
2837 color: #090;
2838 font-weight: 900;
2839 font-size: 0.9em;
2840 opacity: 0.6;
2843 .post-controls {
2844 text-align: right;
2845 margin: 0.75em 0 0 0;
2846 align-self: start;
2847 justify-self: end;
2849 .edit-post-link {
2850 display: inline-block;
2851 margin-bottom: 0.25em;
2852 font-size: 1.125rem;
2854 .edit-post-link::before {
2855 margin-right: 0.3em;
2857 .comment-controls .edit-button::before,
2858 .edit-post-link::before {
2859 content: '\F303';
2860 font-family: "Font Awesome", "Font Awesome 5 Free";
2861 font-weight: 900;
2862 font-size: 0.75em;
2863 position: relative;
2864 top: -1px;
2867 .comment-controls .delete-button {
2868 margin-right: 0.25em;
2870 .comment-controls .edit-button,
2871 .comment-controls .retract-button,
2872 .comment-controls .unretract-button {
2873 margin-right: 1em;
2875 .comment-controls .retract-button::before {
2876 content: '\F4B3';
2877 opacity: 0.6;
2879 .comment-controls .unretract-button::before {
2880 content: '\F075';
2881 opacity: 0.9;
2883 .comment-controls .delete-button::before {
2884 content: '\F05E';
2885 opacity: 0.7;
2887 .comment-controls .retract-button::before,
2888 .comment-controls .unretract-button::before,
2889 .comment-controls .delete-button::before {
2890 font-weight: 900;
2891 font-size: 0.9em;
2894 .comment-controls form {
2895 position: relative;
2897 .textarea-container {
2898 position: relative;
2900 .posting-controls textarea {
2901 display: block;
2902 width: 100%;
2903 height: 15em;
2904 min-height: 15em;
2905 max-height: calc(100vh - 6em);
2906 margin: 2px 0 0 0;
2907 padding: 4px 5px;
2908 font-size: 1.2rem;
2909 border-style: solid;
2910 border-width: 29px 1px 1px 1px;
2911 resize: none;
2914 /* GUIEdit buttons */
2916 .guiedit-buttons-container {
2917 position: absolute;
2918 left: 1px;
2919 top: 1px;
2920 width: calc(100% - 2px);
2921 height: 28px;
2922 text-align: left;
2923 padding: 1px 4px 0 4px;
2924 overflow: hidden;
2926 .comment-thread-page .guiedit-buttons-container {
2927 padding-right: 60px;
2929 .guiedit-buttons-container button {
2930 height: 26px;
2931 padding: 0 7px;
2932 font-weight: 900;
2933 font-size: 0.875rem;
2934 line-height: 1;
2935 position: static;
2937 .guiedit-buttons-container button:active {
2938 transform: none;
2940 .guiedit-buttons-container button:active div {
2941 transform: scale(0.9);
2943 .guiedit-buttons-container button sup {
2944 font-weight: bold;
2946 .guiedit::after {
2947 content: attr(data-tooltip);
2948 position: absolute;
2949 font-weight: normal;
2950 font-size: 1rem;
2951 top: 2px;
2952 left: 464px;
2953 height: 25px;
2954 padding: 4px 0;
2955 white-space: nowrap;
2956 visibility: hidden;
2958 .guiedit:hover::after {
2959 visibility: visible;
2962 /* Markdown hints */
2964 .posting-controls .markdown-reference-link {
2965 float: left;
2966 padding: 1px 0 0 6px;
2968 .posting-controls .markdown-reference-link a {
2969 padding-right: 1.5em;
2970 margin-right: 0.15em;
2971 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');
2972 background-size: 1.25em;
2973 background-repeat: no-repeat;
2974 background-position: right center;
2977 #markdown-hints-checkbox + label {
2978 float: left;
2979 margin: 2px 0 0 1em;
2980 line-height: 1.3;
2981 cursor: pointer;
2983 #edit-post-form #markdown-hints-checkbox + label {
2984 padding: 0;
2986 #markdown-hints-checkbox {
2987 visibility: hidden;
2988 float: left;
2990 #markdown-hints-checkbox + label::after {
2991 content: "(Show Markdown help)";
2993 #markdown-hints-checkbox:checked + label::after {
2994 content: "(Hide Markdown help)";
2996 #markdown-hints-checkbox + label::before {
2997 content: '\F059';
2998 font-family: "Font Awesome", "Font Awesome 5 Free";
2999 font-weight: 900;
3000 margin-right: 3px;
3002 #markdown-hints-checkbox:checked + label::before {
3003 font-weight: normal;
3005 #markdown-hints {
3006 margin: 4px 0 0 4px;
3007 padding: 4px 8px;
3008 position: absolute;
3009 text-align: left;
3010 top: calc(100% - 1em);
3011 z-index: 1;
3012 display: none;
3014 .comment-controls #markdown-hints {
3015 top: calc(100% + 1.75em);
3017 #markdown-hints-checkbox:checked ~ #markdown-hints {
3018 display: table;
3020 .markdown-hints-row {
3021 display: table-row;
3023 #markdown-hints .markdown-hints-row span,
3024 #markdown-hints .markdown-hints-row code {
3025 float: none;
3026 display: table-cell;
3027 border: none;
3028 background-color: inherit;
3029 padding: 0 12px 0 0;
3032 /******************/
3033 /* EDIT POST FORM */
3034 /******************/
3036 #edit-post-form {
3037 padding: 1em 1em 4em 1em;
3039 #edit-post-form .post-meta-fields {
3040 display: grid;
3041 grid-template-columns: 5em auto auto auto 1fr auto;
3042 margin-bottom: 0.625em;
3045 #edit-post-form label[for='title'],
3046 #edit-post-form label[for='url'],
3047 #edit-post-form label[for='section'] {
3048 grid-column: 1;
3050 #edit-post-form input[type='text'] {
3051 padding: 0.25em;
3052 grid-column: 2 / span 4;
3053 margin-bottom: 0.5em;
3056 #edit-post-form .link-post-checkbox,
3057 #edit-post-form .link-post-checkbox + label {
3058 grid-row: 1;
3059 grid-column: 6;
3061 #edit-post-form .question-checkbox,
3062 #edit-post-form .question-checkbox + label {
3063 grid-row: 3;
3064 grid-column: 5;
3065 justify-self: start;
3066 margin-left: 1.5em;
3069 #edit-post-form .post-meta-fields label[for="submit-to-frontpage"] {
3070 grid-row: 4;
3071 grid-column: 2 / span 4;
3072 text-align: left;
3073 margin-top: 8px;
3076 #edit-post-form .post-meta-fields input[type='checkbox'] {
3077 height: 0;
3078 opacity: 0;
3079 pointer-events: none;
3081 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
3082 white-space: nowrap;
3083 position: relative;
3084 cursor: pointer;
3085 padding: 0.25em 0.5em 0.25em calc(20px + 0.25em + 0.3725em);
3086 align-self: start;
3088 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
3089 content: "";
3090 font-family: "Font Awesome", "Font Awesome 5 Free";
3091 font-size: 1.375rem;
3092 line-height: 0.7;
3093 text-indent: 1px;
3094 font-weight: 900;
3095 position: absolute;
3096 width: 20px;
3097 height: 20px;
3098 left: 5px;
3100 #edit-post-form label[for='url'],
3101 #edit-post-form input[name='url'] {
3102 display: none;
3104 #edit-post-form .link-post-checkbox:checked ~ label[for='url'],
3105 #edit-post-form .link-post-checkbox:checked ~ input[name='url'] {
3106 display: initial;
3108 #edit-post-form label {
3109 line-height: normal;
3110 border: 1px solid transparent;
3111 text-align: right;
3112 padding: 0.25em 0.5em;
3113 white-space: nowrap;
3115 #edit-post-form input[type='radio'] {
3116 width: 0;
3117 margin: 0;
3118 opacity: 0;
3119 pointer-events: none;
3121 #edit-post-form input[type='radio'] + label {
3122 padding: 4px 12px;
3123 text-align: center;
3124 border-style: solid;
3125 border-width: 1px 1px 1px 0;
3126 cursor: pointer;
3128 #edit-post-form input[type='radio']:checked + label {
3129 cursor: default;
3132 #edit-post-form label[for='section'] {
3133 grid-row: 3;
3135 #edit-post-form input[type='radio'] + label {
3136 grid-row: 3;
3138 @supports (width: -moz-fit-content) {
3139 #edit-post-form input[type='radio'] + label {
3140 width: -moz-fit-content;
3143 @supports (width: fit-content) {
3144 #edit-post-form input[type='radio'] + label {
3145 width: fit-content;
3149 #edit-post-form textarea {
3150 min-height: 24em;
3153 #edit-post-form input[type='submit'] {
3154 padding: 6px 12px;
3155 float: right;
3157 #edit-post-form #markdown-hints {
3158 top: calc(100% + 2em);
3161 #edit-post-form button.guiedit div {
3162 overflow: visible;
3164 .guiedit-mobile-auxiliary-button {
3165 display: none;
3168 /***********/
3169 /* BUTTONS */
3170 /***********/
3172 button,
3173 input[type='submit'] {
3174 font-family: inherit;
3175 font-size: inherit;
3176 background-color: inherit;
3177 cursor: pointer;
3178 border: none;
3179 border-radius: 0;
3182 /************/
3183 /* HEADINGS */
3184 /************/
3186 .body-text h1,
3187 .body-text h2,
3188 .body-text h3,
3189 .body-text h4,
3190 .body-text h5,
3191 .body-text h6 {
3192 line-height: 1.1;
3193 margin: 1em 0 0.75em 0;
3194 text-align: left;
3197 .post-body h5,
3198 .post-body h6 {
3199 font-size: 1em;
3201 .post-body h4 {
3202 font-size: 1.2em;
3204 .post-body h3 {
3205 font-size: 1.4em;
3207 .post-body h2 {
3208 font-size: 1.75em;
3210 .post-body h1 {
3211 font-size: 2.1em;
3214 .comment-body h5,
3215 .comment-body h6 {
3216 font-size: 1em;
3218 .comment-body h4 {
3219 font-size: 1.15em;
3221 .comment-body h3 {
3222 font-size: 1.3em;
3224 .comment-body h2 {
3225 font-size: 1.5em;
3227 .comment-body h1 {
3228 font-size: 1.75em;
3231 /**********/
3232 /* QUOTES */
3233 /**********/
3235 blockquote,
3236 .post-body .comment-box .comment-body {
3237 font-size: 0.9em;
3238 margin: 1em 0;
3239 padding-left: 0.5em;
3240 margin-left: 1px;
3241 padding-bottom: 3px;
3243 blockquote *:first-child {
3244 margin-top: 0;
3246 blockquote *:last-child {
3247 margin-bottom: 0;
3249 blockquote blockquote {
3250 font-size: 0.95em;
3253 /* Pseudo-blockquotes that LW sometimes uses for some reason */
3255 .post-body .comment-box .user-name {
3256 font-style: italic;
3258 .post-body .comment-box .user-name::after {
3259 content: ":";
3261 .post-body .comment-box {
3262 zoom: 1.25;
3265 /**********/
3266 /* IMAGES */
3267 /**********/
3269 #content img {
3270 max-width: 100%;
3273 img.inline-latex {
3274 position: relative;
3275 top: 2.5px;
3276 margin: 0 2px;
3279 #content figure {
3280 text-align: center;
3281 margin: 1.5em auto;
3284 p.imgonly,
3285 div.imgonly,
3286 figure {
3287 text-align: center;
3288 margin: auto;
3289 clear: both;
3292 .imgonly iframe {
3293 display: block;
3294 width: 100%;
3295 height: 250px;
3296 border: 0;
3299 // Aspect ratio trick from https://css-tricks.com/aspect-ratio-boxes/
3301 [style*="--aspect-ratio"] > :first-child {
3302 width: 100%;
3304 [style*="--aspect-ratio"] > img {
3305 height: auto;
3307 @supports (--custom:property) {
3308 [style*="--aspect-ratio"] {
3309 position: relative;
3311 [style*="--aspect-ratio"]::before {
3312 content: "";
3313 display: block;
3314 padding-bottom: calc(100% / (var(--aspect-ratio)));
3316 [style*="--aspect-ratio"] > :first-child {
3317 position: absolute;
3318 top: 0;
3319 left: 0;
3320 height: 100%;
3324 /**********/
3325 /* TABLES */
3326 /**********/
3328 .body-text table {
3329 border-collapse: collapse;
3330 font-family: Inconsolata, Menlo, monospace;
3331 font-size: 0.875em;
3333 .body-text table th,
3334 .body-text table td {
3335 text-align: left;
3336 padding: 4px 6px;
3337 line-height: 1.3;
3339 .body-text table caption {
3340 margin: 0 0 0.25em 0;
3341 font-weight: bold;
3342 font-size: 1.125em;
3345 /********/
3346 /* MISC */
3347 /********/
3349 /*= Superscripts & subscripts =*/
3351 /* Make sure superscripts and subscripts do not affect line spacing. */
3352 sup, sub {
3353 vertical-align: baseline;
3354 position: relative;
3355 top: -0.5em;
3356 left: 0.05em;
3357 font-size: 0.8em;
3359 sub {
3360 top: 0.3em;
3363 /*= Code blocks & other "unstyled" text. =*/
3365 pre,
3366 code {
3367 font-family: Inconsolata, Menlo, monospace;
3369 pre {
3370 white-space: pre-wrap;
3372 .body-text pre {
3373 text-align: left;
3375 code {
3376 font-size: 0.95em;
3377 display: inline-block;
3378 padding: 0 4px 1px 5px;
3380 pre > code {
3381 display: block;
3382 border-radius: 0;
3383 padding: 3px 4px 5px 8px;
3386 /*= Fractions =*/
3388 .frac::after {
3389 content: "\200B";
3392 /*= Removing browser default styling of various elements =*/
3394 /* On various input elements such as text fields and buttons, remove "blue glow" focus outlines on Macs, dotted black outlines in Firefox, etc. */
3395 :focus {
3396 outline: none;
3399 /* Remove "embossed" appearance of horizontal rules. */
3400 hr {
3401 border: none;
3404 input,
3405 button,
3406 textarea {
3407 -webkit-appearance: none;
3408 -moz-appearance: none;
3409 appearance: none;
3412 input {
3413 font-family: inherit;
3414 font-size: inherit;
3415 font-weight: inherit;
3418 /*************/
3419 /* FOOTNOTES */
3420 /*************/
3422 ol {
3423 counter-reset: ordered-list;
3425 .footnote-definition {
3426 font-size: 0.9em;
3427 list-style-type: none;
3428 counter-increment: ordered-list;
3429 position: relative;
3431 .footnote-definition p {
3432 font-size: inherit !important;
3434 .footnote-definition::before {
3435 content: counter(ordered-list) ".";
3436 position: absolute;
3437 left: -2.5em;
3438 font-weight: bold;
3439 text-align: right;
3440 width: 2em;
3443 /*********/
3444 /* LISTS */
3445 /*********/
3447 li {
3448 margin-bottom: 0.5em;
3451 .body-text ol p,
3452 .body-text ul p {
3453 margin: 0.5em 0;
3456 .body-text ol {
3457 list-style: none;
3458 padding: 0;
3459 counter-reset: ol;
3461 .body-text ol > li {
3462 position: relative;
3463 counter-increment: ol;
3464 padding: 0 0 0 2.5em;
3465 margin: 0.25em 0 0 0;
3467 .body-text ol > li::before {
3468 content: counter(ol) ".";
3469 position: absolute;
3470 width: 2em;
3471 text-align: right;
3472 left: 0;
3474 .body-text ul {
3475 list-style: none;
3476 padding: 0;
3478 .body-text ul:not(.contents-list) > li:empty {
3479 padding-bottom: 1.25em;
3481 .body-text ul:not(.contents-list) > li {
3482 position: relative;
3483 padding: 0 0 0 1.75em;
3484 margin: 0.25em 0 0 0;
3486 .body-text ul:not(.contents-list) > li ul > li {
3487 padding: 0 0 0 2em;
3489 .body-text ul:not(.contents-list) > li::before {
3490 content: "•";
3491 position: absolute;
3492 width: 1.25em;
3493 text-align: right;
3494 left: 0;
3496 .body-text ul:not(.contents-list) > li ul > li::before {
3497 width: 1.5em;
3499 .body-text li > ul:first-child > li {
3500 padding-left: 0;
3502 .body-text li > ul:first-child > li::before {
3503 content: none;
3506 /**************/
3507 /* ERROR PAGE */
3508 /**************/
3510 .error-retry-form {
3511 margin: 0.5em 0;
3514 .error-retry-form input[type="submit"] {
3515 border: 1px solid #aaa;
3516 font-weight: bold;
3517 font-size: 1.125rem;
3518 padding: 0.5em 1.25em;
3521 /**************/
3522 /* ABOUT PAGE */
3523 /**************/
3525 #content.about-page .contents {
3526 margin-top: 0.25em;
3528 #content.about-page .accesskey-table {
3529 border-collapse: collapse;
3530 margin: auto;
3532 #content.about-page .accesskey-table th,
3533 #content.about-page .accesskey-table td {
3534 padding: 2px 6px;
3536 #content.about-page .accesskey-table td:first-child {
3537 padding-right: 1.5em;
3539 #content.about-page .accesskey-table td:last-child {
3540 text-align: center;
3541 font-family: Inconsolata, Menlo, monospace;
3543 #content.about-page h3:nth-of-type(n+2) {
3544 clear: both;
3547 /******************/
3548 /* IMAGES OVERLAY */
3549 /******************/
3551 #images-overlay + #content .post-body img {
3552 visibility: hidden;
3555 #images-overlay div {
3556 position: absolute;
3558 #images-overlay div::after {
3559 content: "Click to enlarge";
3560 display: block;
3561 position: absolute;
3562 margin: auto;
3563 left: 0;
3564 right: 0;
3565 bottom: 10px;
3566 padding: 6px 10px;
3567 font-size: 1.25rem;
3568 background-color: rgba(0,0,0,0.6);
3569 color: #fff;
3570 border-radius: 5px;
3571 opacity: 0.0;
3572 transition: opacity 0.15s ease;
3573 pointer-events: none;
3575 @supports (width: -moz-fit-content) {
3576 #images-overlay div::after {
3577 width: -moz-fit-content;
3580 @supports (width: fit-content) {
3581 #images-overlay div::after {
3582 width: fit-content;
3585 #images-overlay div:hover::after {
3586 opacity: 1.0;
3589 #images-overlay img {
3590 width: 100%;
3593 /***************/
3594 /* IMAGE FOCUS */
3595 /***************/
3597 /*=--------------=*/
3598 /*= Hover styles =*/
3599 /*=--------------=*/
3601 #content img:hover,
3602 #images-overlay img:hover {
3603 filter: drop-shadow(0 0 3px #777);
3604 cursor: zoom-in;
3606 #content img:active,
3607 #images-overlay img:active {
3608 transform: scale(0.975);
3611 /*=---------=*/
3612 /*= Overlay =*/
3613 /*=---------=*/
3615 #image-focus-overlay {
3616 position: fixed;
3617 top: 0;
3618 right: 0;
3619 bottom: 0;
3620 left: 0;
3621 z-index: 2;
3622 display: none;
3623 cursor: zoom-out;
3625 #image-focus-overlay::before {
3626 content: "";
3627 display: block;
3628 position: absolute;
3629 top: 0;
3630 right: 0;
3631 bottom: 0;
3632 left: 0;
3633 background-color: #000;
3634 opacity: 0.5;
3635 z-index: -1;
3637 #image-focus-overlay.engaged {
3638 display: initial;
3641 #image-focus-overlay img {
3642 margin: auto;
3643 position: absolute;
3644 left: 50%;
3645 top: 50%;
3646 transform: translateX(-50%) translateY(-50%);
3649 /*=-------------------=*/
3650 /*= Single-image mode =*/
3651 /*=-------------------=*/
3653 #image-focus-overlay:not(.slideshow) .image-number,
3654 #image-focus-overlay:not(.slideshow) .slideshow-buttons {
3655 visibility: hidden;
3658 /*=---------=*/
3659 /*= Caption =*/
3660 /*=---------=*/
3662 #image-focus-overlay .caption {
3663 position: absolute;
3664 bottom: 0.75em;
3665 background-color: rgba(0,0,0,0.7);
3666 left: 9em;
3667 right: 9em;
3668 margin: auto;
3669 max-width: calc(100% - 18em);
3670 text-align: center;
3671 font-size: 1.375em;
3672 border-radius: 8px;
3673 z-index: 1;
3674 transition:
3675 bottom 0.2s ease;
3677 @supports (width: -moz-fit-content) {
3678 #image-focus-overlay .caption {
3679 width: -moz-fit-content;
3682 @supports (width: fit-content) {
3683 #image-focus-overlay .caption {
3684 width: fit-content;
3687 #image-focus-overlay .caption.hidden {
3688 bottom: -5em;
3689 transition:
3690 bottom 0.5s ease;
3693 #image-focus-overlay .caption p {
3694 margin: 1em 1.25em;
3695 color: #fff;
3698 #image-focus-overlay .caption:not(:empty)::before {
3699 content: "";
3700 display: block;
3701 position: absolute;
3702 width: 100vw;
3703 height: calc(100% + 1.5em);
3704 z-index: -1;
3705 top: -0.75em;
3706 left: calc(-50vw + 50%);
3710 /*=--------------=*/
3711 /*= Help overlay =*/
3712 /*=--------------=*/
3714 #image-focus-overlay .help-overlay {
3715 position: absolute;
3716 display: flex;
3717 flex-flow: column;
3718 z-index: 2;
3719 font-size: 1.5rem;
3720 padding: 1em;
3721 border-radius: 10px;
3722 bottom: 1em;
3723 right: 1em;
3724 overflow: hidden;
3725 white-space: nowrap;
3726 color: transparent;
3727 cursor: default;
3728 visibility: hidden;
3729 transition:
3730 visibility 1s ease,
3731 color 1s ease,
3732 background-color 1s ease,
3733 bottom 0.3s ease;
3735 #image-focus-overlay .help-overlay:hover {
3736 max-width: 24em;
3737 max-height: 14em;
3738 background-color: rgba(0,0,0,0.85);
3739 color: #fff;
3740 visibility: visible;
3741 transition:
3742 visibility 0.2s ease 0.3s,
3743 color 0.2s ease 0.3s,
3744 background-color 0.2s ease 0.3s;
3747 #image-focus-overlay .help-overlay::after {
3748 content: "\F128";
3749 font-family: "Font Awesome", "Font Awesome 5 Free";
3750 font-weight: 900;
3751 font-size: 2rem;
3752 position: absolute;
3753 right: 0;
3754 bottom: 0;
3755 padding: 10px;
3756 color: #000;
3757 filter: drop-shadow(0 0 6px #fff);
3758 visibility: visible;
3759 opacity: 0.85;
3760 transition:
3761 visibility 1s ease;
3763 #image-focus-overlay .help-overlay:hover::after {
3764 visibility: hidden;
3765 transition:
3766 visibility 0.2s ease 0.3s;
3769 #image-focus-overlay .help-overlay p {
3770 margin: 0;
3771 text-indent: -2em;
3772 padding-left: 2em;
3773 max-width: 100%;
3774 overflow: hidden;
3776 #image-focus-overlay .help-overlay p + p {
3777 margin: 0.75em 0 0 0;
3779 #image-focus-overlay .help-overlay.hidden {
3780 bottom: -2em;
3783 /*=--------------=*/
3784 /*= Slide number =*/
3785 /*=--------------=*/
3787 #image-focus-overlay .image-number {
3788 position: absolute;
3789 z-index: 2;
3790 font-size: 1.75rem;
3791 left: 1em;
3792 bottom: 1em;
3793 font-weight: 600;
3794 text-shadow:
3795 0 0 3px #fff,
3796 0 0 5px #fff,
3797 0 0 8px #fff,
3798 0 0 13px #fff;
3799 width: 1.5em;
3800 text-align: right;
3801 white-space: nowrap;
3802 transition: bottom 0.3s ease;
3804 #image-focus-overlay .image-number::before {
3805 content: "#";
3806 opacity: 0.3;
3808 #image-focus-overlay .image-number::after {
3809 content: " of " attr(data-number-of-images);
3810 opacity: 0.3;
3812 #image-focus-overlay .image-number:hover::before,
3813 #image-focus-overlay .image-number:hover::after {
3814 opacity: 1.0;
3816 #image-focus-overlay .image-number.hidden {
3817 bottom: -1.25em;
3820 /*=-------------------=*/
3821 /*= Slideshow buttons =*/
3822 /*=-------------------=*/
3824 #image-focus-overlay .slideshow-buttons {
3825 position: absolute;
3826 top: 0;
3827 left: 0;
3828 width: 100%;
3829 height: 100%;
3830 z-index: 1;
3831 display: flex;
3832 justify-content: space-between;
3833 pointer-events: none;
3835 #image-focus-overlay .slideshow-buttons button {
3836 font-family: "Font Awesome", "Font Awesome 5 Free";
3837 font-weight: 900;
3838 font-size: 3rem;
3839 padding: 0.5em;
3840 color: #ddd;
3841 position: relative;
3842 left: 0;
3843 transition:
3844 left 0.3s ease;
3845 pointer-events: auto;
3847 #image-focus-overlay .slideshow-buttons button::selection {
3848 background-color: transparent;
3850 @media only screen and (hover: hover) {
3851 #image-focus-overlay .slideshow-buttons button:hover {
3852 background-color: rgba(0,0,0,0.1);
3853 color: #777;
3856 #image-focus-overlay .slideshow-buttons button:active {
3857 transform: none;
3858 color: #888;
3860 #image-focus-overlay .slideshow-buttons button:disabled {
3861 text-shadow: none;
3862 background-color: transparent;
3863 color: #ddd;
3864 cursor: default;
3865 opacity: 0.4;
3867 #image-focus-overlay .slideshow-button.previous.hidden {
3868 left: -1.75em;
3870 #image-focus-overlay .slideshow-button.next.hidden {
3871 left: 1.75em;
3874 /*=-----------------=*/
3875 /*= Background blur =*/
3876 /*=-----------------=*/
3878 .blurred {
3879 filter: blur(3px);
3882 /**************************/
3883 /* QUALIFIED HYPERLINKING */
3884 /**************************/
3886 #content.no-nav-bars {
3887 margin: 8px auto;
3889 #content.no-nav-bars + #ui-elements-container > * {
3890 padding-top: 8px;
3893 #aux-about-link {
3894 position: fixed;
3895 top: 40px;
3896 left: calc((100% - 900px) / 2 - 69px);
3897 width: 1.5em;
3898 height: 1.5em;
3899 text-align: center;
3900 display: table;
3902 #aux-about-link a {
3903 display: table-cell;
3904 width: 100%;
3905 vertical-align: middle;
3906 font-family: "Font Awesome", "Font Awesome 5 Free";
3907 font-weight: 900;
3908 font-size: 1.25rem;
3909 opacity: 0.4;
3910 z-index: 1;
3913 .qualified-linking {
3914 margin: 0;
3915 position: relative;
3917 .qualified-linking input[type='checkbox'] {
3918 visibility: hidden;
3919 width: 0;
3920 height: 0;
3921 margin: 0;
3923 .qualified-linking label {
3924 font-family: "Font Awesome", "Font Awesome 5 Free";
3925 font-weight: 900;
3926 font-size: 1rem;
3927 padding: 0 0.5em;
3928 display: inline-block;
3929 margin-left: 0.25em;
3931 .qualified-linking label:hover {
3932 cursor: pointer;
3934 .qualified-linking label:active span {
3935 display: inline-block;
3936 transform: scale(0.9);
3938 .qualified-linking label::selection {
3939 background-color: transparent;
3942 .qualified-linking label::after {
3943 content: "";
3944 width: 100vw;
3945 height: 0;
3946 left: 0;
3947 top: 0;
3948 position: fixed;
3949 z-index: 1;
3950 cursor: default;
3952 .qualified-linking input[type='checkbox']:checked + label::after {
3953 height: 100vh;
3956 .qualified-linking-toolbar {
3957 position: absolute;
3958 right: 0.25em;
3959 top: 110%;
3960 z-index: 1;
3962 .qualified-linking input[type='checkbox'] ~ .qualified-linking-toolbar {
3963 display: none;
3965 .qualified-linking input[type='checkbox']:checked ~ .qualified-linking-toolbar {
3966 display: block;
3968 #qualified-linking-toolbar-toggle-checkbox-bottom ~ .qualified-linking-toolbar {
3969 top: unset;
3970 bottom: 125%;
3973 .qualified-linking-toolbar a {
3974 display: block;
3975 padding: 0 6px;
3976 margin: 4px;
3978 .qualified-linking-toolbar a::selection {
3979 background-color: transparent;
3982 /*****************/
3983 /* HOVER PREVIEW */
3984 /*****************/
3986 #preview-popup-toggle {
3987 position: absolute;
3988 right: -67px;
3989 bottom: 285px;
3990 cursor: pointer;
3991 color: var(--GW-toggle-widget-color, #888);
3993 #preview-popup-toggle:hover {
3994 color: var(--GW-toggle-widget-hover-color, #444);
3997 #content.preview:not(not) {
3998 padding: 0;
4000 #content.preview > .comment-thread {
4001 margin: 2px;
4003 #content.preview.individual-thread-page > .comment-thread > .comment-item {
4004 border: none;
4006 #content.preview.user-page .page-main-heading, #content.preview.user-page .user-stats {
4007 padding: 0 8px;
4009 #content.preview.user-page .page-main-heading {
4010 margin-left: 8px;
4012 #content.preview.not(not) .body-text {
4013 margin-left: 8px;
4014 margin-right: 8px;
4016 #content.preview.user-page .user-stats {
4017 margin-right: 32px;
4019 #content.preview.user-page .page-toolbar, #content.preview.user-page nav {
4020 display: none;
4022 #content.preview button.vote {
4023 display: none;
4025 #content.preview > h1.listing {
4026 max-height: unset;
4028 #content.preview.user-page > .comment-thread {
4029 margin: 0.5em 0;
4031 #content.preview > .post {
4032 margin: 0 18px;
4034 #content.preview .post-title {
4035 margin-top: 0.5em;
4037 #content.preview .post-meta {
4038 line-height: 1.0;
4040 #content.preview .body-text {
4041 font-size: 1em;
4043 #content.preview nav.contents,
4044 #content.preview .lw2-link {
4045 display: none;
4048 .preview-popup {
4049 position: fixed;
4050 transform-origin: top;
4051 top: 10%;
4052 right: 10%;
4053 max-width: 700px;
4054 z-index: 10001;
4055 background-color: #eee;
4056 border: 1px solid #ccc;
4057 box-shadow: 2px 6px 20px -4px #000;
4058 transition: height 0.2s ease, top 0.2s ease;
4060 .popup-hide-button {
4061 position: fixed;
4062 top: 4px;
4063 right: 4px;
4064 color: #000;
4065 background-color: #fff;
4066 width: 28px;
4067 height: 28px;
4068 display: flex;
4069 font-family: "Font Awesome";
4070 font-size: 14px;
4071 line-height: 1;
4072 border: 1px solid #bbb;
4073 border-radius: 28px;
4074 align-items: center;
4075 justify-content: center;
4076 //padding-bottom: 2px;
4077 padding-left: 1.5px;
4078 font-family: "Font Awesome", "Font Awesome 5 Free";
4079 cursor: pointer;
4081 .popup-hide-button:hover::before {
4082 content: "Turn off preview popups";
4083 display: block;
4084 position: absolute;
4085 width: max-content;
4086 right: 32px;
4087 color #000;
4088 background-color: #fff;
4089 border: 1px solid #eee;
4090 border-radius: 2px;
4091 padding: 4px;
4094 /********/
4095 /* MATH */
4096 /********/
4098 .mathjax-block-container {
4099 display: block;
4100 overflow-y: hidden;
4101 border-radius: 6px;
4102 margin: 1em 0 1.5em 0;
4104 .mathjax-inline-container {
4105 max-width: 100%;
4106 display: inline-block;
4107 overflow-x: auto;
4108 overflow-y: hidden;
4109 position: relative;
4110 vertical-align: text-top;
4111 padding: 0 1px;
4113 .post .mathjax-inline-container {
4114 line-height: 1.1;
4115 top: 2px;
4117 .comment .mathjax-inline-container {
4118 top: 3px;
4119 line-height: 1;
4121 .mathjax-inline-container .mjx-chtml {
4122 padding: 0;
4125 /************/
4126 /* SPOILERS */
4127 /************/
4129 .spoiler {
4130 color: #000;
4131 background-color: currentColor;
4132 transition: none;
4133 text-shadow: none;
4134 margin: 1em 0;
4135 box-shadow: 0 0 0 1px currentColor inset;
4136 overflow: auto;
4138 .spoiler:not(:last-child) {
4139 margin-bottom: 0;
4141 #content .spoiler * {
4142 color: inherit;
4143 border: none;
4145 .spoiler:hover {
4146 color: unset;
4147 background-color: unset;
4148 text-shadow: unset;
4149 transition:
4150 color 0.1s ease-out 0.1s,
4151 background-color 0.1s ease-out 0.1s,
4152 text-shadow 0.1s ease-out 0.1s;
4154 .spoiler::selection,
4155 .spoiler ::selection {
4156 color: #fff;
4157 background-color: #000;
4159 .spoiler:not(:hover)::selection,
4160 .spoiler:not(:hover) ::selection {
4161 background-color: transparent;
4164 /*= Fix for LessWrong being weird =*/
4166 .spoiler > p {
4167 padding: 0 7px;
4169 .spoiler > p:first-child {
4170 margin-top: 0.25em;
4172 .spoiler > p:last-child {
4173 margin-bottom: 0;
4174 padding-bottom: 0.25em;
4176 .spoiler > p:hover ~ p {
4177 background-color: currentColor;
4179 .spoiler > p + p {
4180 margin-top: -1em;
4182 .spoiler > p:not(:first-child) {
4183 padding-top: 0.5em;
4185 .spoiler > p:not(:last-child) {
4186 padding-bottom: 0.5em;
4189 .spoiler:not(:hover) pre,
4190 .spoiler:not(:hover) code {
4191 background-color: inherit;
4192 box-shadow: none;
4194 #content .spoiler pre {
4195 border-color: currentColor;
4196 border-style: solid;
4197 border-width: 0 1px;
4198 border-radius: 0;
4201 /*******************/
4202 /* PAGE LIST INDEX */
4203 /*******************/
4205 .page-list-index {
4206 margin: 1em 30px;
4207 line-height: 1.2;
4210 .page-list-index > p {
4211 font-weight: bold;
4212 font-size: 1.2em;
4215 .page-list-index > ul * {
4216 margin: 0;
4219 .page-list-index ul {
4220 padding-left: 1.5em;
4223 .page-list-index li {
4224 margin-top: 0.67em;
4227 .page-list-index li > a {
4228 display: block;
4229 font-size: 1.1em;
4230 font-weight: bold;
4231 margin: 0.33em 0;
4234 .page-list-index li > a:last-child {
4235 margin-bottom: 1em;
4238 /*******************/
4239 /* ALIGNMENT FORUM */
4240 /*******************/
4242 #content.alignment-forum-index-page::after {
4243 content: "Alignment Forum";
4244 font-size: 1.5rem;
4245 margin: 0.375em 0 0 -0.375em;
4246 order: -1;
4249 /**********************/
4250 /* FOR NARROW SCREENS */
4251 /**********************/
4253 @media only screen and (max-width: 1440px) {
4254 #hns-date-picker {
4255 right: -81px;
4256 padding: 8px 10px 10px 10px;
4257 bottom: 62px;
4258 display: none;
4260 #hns-date-picker::before {
4261 content: "";
4262 position: absolute;
4263 display: block;
4264 z-index: -1;
4265 height: calc(100% + 2px);
4266 top: -1px;
4267 left: -1px;
4268 width: 50%;
4271 @media only screen and (max-width: 1160px) {
4272 #new-comment-nav-ui {
4273 bottom: 180px;
4274 right: -68px;
4276 #hns-date-picker {
4277 bottom: 200px;
4278 right: -36px;
4280 #hns-date-picker::before {
4281 width: calc(100% - 35px);
4283 #theme-selector button::before {
4284 right: unset;
4285 left: 100%;
4287 #theme-selector:hover::after {
4288 content: "";
4289 display: block;
4290 position: absolute;
4291 width: calc(6em - 7px);
4292 height: calc(100% + 2px);
4293 top: 0;
4294 left: calc(100% + 1px);
4296 #anti-kibitzer-toggle {
4297 bottom: 330px;
4300 @media only screen and (max-width: 1080px) {
4301 #width-selector {
4302 right: -30px;
4304 #width-selector button {
4305 display: block;
4307 #text-size-adjustment-ui {
4308 top: 90px;
4309 right: -30px;
4311 #text-size-adjustment-ui button {
4312 display: block;
4313 position: relative;
4315 #text-size-adjustment-ui button.increase {
4316 bottom: 48px;
4318 #text-size-adjustment-ui button.decrease {
4319 top: 50px;
4321 #theme-selector {
4322 top: 46px;
4323 left: -44px;
4325 #theme-tweaker-toggle {
4326 left: -44px;
4327 top: 2px;
4329 #theme-tweaker-toggle button {
4330 height: 2em;
4331 width: 2em;
4332 padding: 7px;
4334 #quick-nav-ui {
4335 right: -54px;
4337 #new-comment-nav-ui {
4338 right: -55px;
4340 #hns-date-picker {
4341 right: -23px;
4343 #hns-date-picker::before {
4344 width: calc(100% - 22px);
4346 #anti-kibitzer-toggle {
4347 right: -54px;
4350 @media only screen and (max-width: 1040px) {
4351 #quick-nav-ui {
4352 right: -49px;
4354 #new-comment-nav-ui {
4355 right: -50px;
4357 #hns-date-picker {
4358 right: -18px;
4360 #hns-date-picker::before {
4361 width: calc(100% - 17px);
4363 #anti-kibitzer-toggle {
4364 right: -50px;
4367 @media only screen and (max-width: 1020px) {
4368 #quick-nav-ui {
4369 right: -20px;
4371 #new-comment-nav-ui {
4372 right: -21px;
4374 #new-comment-nav-ui .new-comments-count::before {
4375 content: "";
4376 position: absolute;
4377 width: 100%;
4378 height: calc(100% + 45px);
4379 z-index: -1;
4380 left: 0;
4381 top: -22px;
4383 #hns-date-picker {
4384 right: 19px;
4386 #hns-date-picker::before {
4387 width: 100%;
4389 #anti-kibitzer-toggle {
4390 right: -20px;
4393 @media only screen and (max-width: 1000px) {
4394 #theme-selector {
4395 left: -17px;
4396 top: 120px;
4397 padding: 3px 0;
4398 max-width: 32px;
4400 #theme-selector button {
4401 margin: 1px 4px;
4403 #text-size-adjustment-ui {
4404 top: 100px;
4405 right: -12px;
4407 @media not screen and (hover: none) {
4408 #quick-nav-ui,
4409 #new-comment-nav-ui,
4410 #new-comment-nav-ui + #hns-date-picker,
4411 #anti-kibitzer-toggle {
4412 opacity: 0.4;
4414 #quick-nav-ui:hover,
4415 #new-comment-nav-ui:hover,
4416 #new-comment-nav-ui + #hns-date-picker:hover,
4417 #new-comment-nav-ui + #hns-date-picker:focus-within,
4418 #new-comment-nav-ui:hover + #hns-date-picker,
4419 #anti-kibitzer-toggle:hover {
4420 opacity: 1.0;
4423 #theme-tweaker-toggle {
4424 top: 70px;
4425 left: -21px;
4429 /**************/
4430 /* PRINT VIEW */
4431 /**************/
4433 @media only print {
4434 .nav-bar {
4435 visibility: hidden;
4436 max-height: 0;
4437 overflow: hidden;
4439 #ui-elements-container {
4440 display: none;
4442 #images-overlay {
4443 display: none;
4445 #images-overlay + #content .post-body img {
4446 visibility: visible;
4448 .comment-controls {
4449 display: none;
4451 #comments-sort-mode-selector {
4452 display: none;
4454 .comment-minimize-button {
4455 display: none;
4457 .post-meta .qualified-linking,
4458 .post-meta .lw2-link {
4459 display: none;
4461 .comment-meta .permalink,
4462 .comment-meta .lw2-link,
4463 .comment-meta .comment-parent-link {
4464 display: none;
4466 .new-comment::before {
4467 display: none;
4469 #content::before {
4470 box-shadow: none;
4474 /*****************/
4475 /* MOBILE LAYOUT */
4476 /*****************/
4478 /* Hide the mobile elements on desktop screens: */
4480 @media only screen and (max-width: 1160px) {
4481 #post-nav-ui-toggle,
4482 #appearance-adjust-ui-toggle {
4483 display: none;
4487 @media only screen and (max-width: 1160px) {
4489 /*====================*/
4490 /* MOBILE UI ELEMENTS */
4491 /*====================*/
4493 #ui-elements-container {
4494 height: unset !important;
4495 position: unset;
4497 #ui-elements-container > * {
4498 position: fixed;
4499 visibility: hidden;
4500 opacity: 1.0;
4501 z-index: 10000;
4504 #ui-elements-container > div[id$='-ui-toggle'] {
4505 visibility: visible;
4506 display: inline-block;
4507 border-radius: 50%;
4508 z-index: 10000;
4510 #ui-elements-container > div[id$='-ui-toggle'] button,
4511 #theme-selector .theme-selector-close-button {
4512 font-family: Font Awesome;
4513 font-weight: 900;
4514 font-size: 32px;
4515 padding: 10px;
4516 opacity: 0.8;
4517 -webkit-tap-highlight-color: transparent;
4518 transition: transform 0.2s ease;
4520 #ui-elements-container > div[id$='-ui-toggle'] button::selection,
4521 #theme-selector .theme-selector-close-button::selection {
4522 background-color: transparent;
4524 #ui-elements-container > div[id$='-ui-toggle'] button::-moz-focus-inner,
4525 #theme-selector .theme-selector-close-button::-moz-focus-inner {
4526 border: none;
4528 #ui-elements-container > div[id$='-ui-toggle'] button.engaged {
4529 transform: rotate(-90deg);
4530 opacity: 1.0;
4533 #appearance-adjust-ui-toggle {
4534 bottom: 10px;
4535 left: 10px;
4538 #post-nav-ui-toggle {
4539 bottom: 10px;
4540 right: 10px;
4543 #theme-selector.engaged,
4544 #quick-nav-ui.engaged,
4545 #new-comment-nav-ui.engaged,
4546 #hns-date-picker.engaged {
4547 visibility: visible;
4550 #image-focus-overlay.engaged {
4551 visibility: visible;
4553 #image-focus-overlay .help-overlay {
4554 display: none;
4557 /*=========*/
4558 /* GENERAL */
4559 /*=========*/
4561 @media only screen and (max-width: 900px) {
4562 #content,
4563 #images-overlay,
4564 #ui-elements-container {
4565 min-width: unset;
4566 width: unset;
4568 #content {
4569 padding: 0 4px;
4573 /*================*/
4574 /* THEME SELECTOR */
4575 /*================*/
4577 #theme-selector {
4578 display: flex;
4579 flex-flow: column;
4580 width: calc(100vw - 20px);
4581 max-width: 360px;
4582 padding: 0 0 3px 0;
4583 overflow: hidden;
4584 max-height: 0;
4585 transition:
4586 top 0.2s ease,
4587 max-height 0.2s ease,
4588 visibility 0.2s ease;
4589 top: calc(100% + 10px);
4590 left: 0;
4591 right: 0;
4592 margin: auto;
4594 #theme-selector.engaged {
4595 max-height: 1000px;
4596 top: 10px;
4597 z-index: 10001;
4599 #theme-selector::before {
4600 content: "Select theme";
4601 white-space: nowrap;
4602 display: block;
4603 font-weight: 600;
4604 font-size: 2rem;
4605 margin: 0.375em 1em 0.5em 1em;
4606 text-align: center;
4608 #theme-selector button {
4609 width: calc(100% - 0.5em);
4610 background-repeat: no-repeat;
4611 padding: 1em 0.875em;
4612 margin: 1px 4px;
4613 line-height: 1;
4614 height: unset;
4615 position: relative;
4617 #theme-selector button::after {
4618 content: attr(data-theme-description);
4619 white-space: nowrap;
4620 position: absolute;
4621 text-align: left;
4622 left: 2.5em;
4623 top: 1em;
4625 @media only screen and (max-height: 675px) {
4626 #theme-selector button {
4627 padding: 0.875em;
4629 #theme-selector button::after {
4630 top: 0.875em;
4633 #theme-selector .theme-selector-close-button {
4634 position: absolute;
4635 width: unset;
4636 background-color: transparent;
4637 top: 0;
4638 right: -3px;
4640 #theme-selector .theme-selector-close-button,
4641 #theme-selector .theme-selector-close-button:focus,
4642 #theme-selector .theme-selector-close-button:active,
4643 #theme-selector .theme-selector-close-button:hover {
4644 box-shadow: none;
4647 /*===============*/
4648 /* THEME TWEAKER */
4649 /*===============*/
4651 #theme-selector {
4652 padding: 0 0 64px 0;
4654 #theme-selector ~ #theme-tweaker-toggle {
4655 top: 100%;
4657 #theme-selector ~ #theme-tweaker-toggle::after {
4658 content: "Open theme tweaker";
4659 position: absolute;
4660 font-size: 0.625em;
4661 white-space: nowrap;
4662 left: -50%;
4663 top: 100%;
4665 #theme-selector.engaged ~ #theme-tweaker-toggle {
4666 visibility: visible;
4667 top: 530px;
4668 left: 0;
4669 right: 0;
4670 margin: auto;
4671 z-index: 11111;
4672 transition:
4673 top 0.2s ease,
4674 visibility 0.2s ease;
4676 @media only screen and (max-height: 675px) {
4677 #theme-selector.engaged ~ #theme-tweaker-toggle {
4678 top: 492px;
4681 @supports (width: -moz-fit-content) {
4682 #theme-selector.engaged ~ #theme-tweaker-toggle {
4683 width: -moz-fit-content;
4686 @supports (width: fit-content) {
4687 #theme-selector.engaged ~ #theme-tweaker-toggle {
4688 width: fit-content;
4691 #theme-selector.engaged ~ #theme-tweaker-toggle button {
4692 opacity: 1.0;
4695 #theme-tweaker-ui {
4696 visibility: visible;
4699 /*======================*/
4700 /* ANTI-KIBITZER TOGGLE */
4701 /*======================*/
4703 #theme-selector ~ #anti-kibitzer-toggle {
4704 top: 100%;
4705 bottom: unset;
4706 left: 0;
4707 right: 0;
4708 margin: auto;
4709 box-shadow: none;
4710 width: calc(100vw - 44px);
4711 max-width: 330px;
4712 text-align: right;
4713 pointer-events: none;
4715 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4716 visibility: visible;
4717 z-index: 11110;
4718 top: 530px;
4719 transition:
4720 top 0.2s ease,
4721 visibility 0.2s ease;
4723 @media only screen and (max-height: 675px) {
4724 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4725 top: 492px;
4728 #theme-selector.engaged ~ #anti-kibitzer-toggle button {
4729 pointer-events: auto;
4730 display: inline-block;
4733 /*=================*/
4734 /* QUICKNAV WIDGET */
4735 /*=================*/
4737 #quick-nav-ui {
4738 max-width: 0px;
4739 transition:
4740 max-width 0.2s ease,
4741 visibility 0.2s ease;
4742 display: flex;
4743 right: 72px;
4744 bottom: 14px;
4746 #quick-nav-ui.engaged {
4747 max-width: 1000px;
4749 #quick-nav-ui a {
4750 position: relative;
4751 margin: 2px;
4753 #quick-nav-ui a + a {
4754 margin-left: 5px;
4756 #quick-nav-ui a::after {
4757 position: absolute;
4758 top: calc(100% + 2px);
4759 font-size: 0.375rem;
4760 left: 0;
4761 right: 0;
4762 margin: auto;
4763 line-height: 1;
4764 padding: 2px;
4765 text-transform: uppercase;
4766 z-index: -1;
4768 @supports (width: -moz-fit-content) {
4769 #quick-nav-ui a::after {
4770 width: -moz-fit-content;
4773 @supports (width: fit-content) {
4774 #quick-nav-ui a::after {
4775 width: fit-content;
4778 #quick-nav-ui a[href='#top']::after {
4779 content: "Top";
4780 left: -1px;
4782 #quick-nav-ui a[href='#comments']::after {
4783 content: "Comments";
4785 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
4786 visibility: hidden;
4787 transition: visibility 0.2s ease;
4789 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui.engaged a[href='#comments'] {
4790 visibility: visible;
4792 #quick-nav-ui a[href='#bottom-bar']::after {
4793 content: "Bottom";
4796 /*======================*/
4797 /* NEW COMMENT QUICKNAV */
4798 /*======================*/
4800 #new-comment-nav-ui {
4801 max-width: 0px;
4802 max-height: 0px;
4803 transition:
4804 max-width 0.2s ease,
4805 max-height 0.2s ease,
4806 visibility 0.2s ease;
4807 display: flex;
4808 right: 78px;
4809 bottom: 70px;
4811 #new-comment-nav-ui::before {
4812 content: "New Comments";
4813 position: absolute;
4814 bottom: 100%;
4815 font-size: 0.5625rem;
4816 left: 0;
4817 right: 0;
4818 margin: auto;
4819 padding: 2px 3px;
4820 text-transform: uppercase;
4821 z-index: -1;
4823 @supports (width: -moz-fit-content) {
4824 #new-comment-nav-ui::before {
4825 width: -moz-fit-content;
4828 @supports (width: fit-content) {
4829 #new-comment-nav-ui::before {
4830 width: fit-content;
4833 #new-comment-nav-ui.engaged {
4834 max-width: 1000px;
4835 max-height: 1000px;
4837 #new-comment-nav-ui .new-comment-sequential-nav-button {
4838 top: unset;
4839 bottom: unset;
4840 padding: 2px 7px;
4842 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
4843 padding: 2px 7px 3px 7px;
4845 #new-comment-nav-ui .new-comments-count {
4846 padding: 4px 0 5px 0;
4848 #new-comment-nav-ui .new-comments-count::before {
4849 display: none;
4851 #new-comment-nav-ui button::after {
4852 position: absolute;
4853 font-size: 0.375rem;
4854 left: 0;
4855 right: 0;
4856 margin: auto;
4857 line-height: 1;
4858 text-transform: uppercase;
4859 pointer-events: none;
4861 #new-comment-nav-ui button.new-comment-previous::after {
4862 content: "Previous";
4863 bottom: 5px;
4865 #new-comment-nav-ui button.new-comment-next::after {
4866 content: "Next";
4867 top: 7px;
4870 /*=================*/
4871 /* HNS DATE PICKER */
4872 /*=================*/
4874 #hns-date-picker {
4875 max-height: 0px;
4876 bottom: 132px;
4877 right: 62px;
4878 transition:
4879 max-height 0.2s ease,
4880 visibility 0.2s ease;
4882 #hns-date-picker.engaged {
4883 max-height: 1000px;
4885 #hns-date-picker::before {
4886 width: calc(100% + 2px);
4887 border-width: 1px !important;
4890 /*=========*/
4891 /* NAV BAR */
4892 /*=========*/
4894 #bottom-bar {
4895 margin-left: auto;
4896 margin-right: auto;
4897 width: calc(100% - 9rem + 8px);
4898 background: rgba(255,255,255,0.85);
4899 backdrop-filter: blur(1px);
4901 #content.index-page #bottom-bar {
4902 z-index: 10001;
4904 #bottom-bar .nav-item {
4905 box-shadow: none;
4906 position: relative;
4908 #bottom-bar .nav-inner {
4909 font-size: 2rem;
4910 padding: 1rem 0 1.25rem 0;
4911 visibility: hidden;
4912 position: static;
4913 width: 0;
4915 #content #bottom-bar .nav-item .nav-inner::before {
4916 margin: 0;
4917 visibility: visible;
4918 position: absolute;
4919 width: 100%;
4920 height: 100%;
4921 left: 0;
4922 top: 0;
4923 padding: 1rem 0;
4925 #bottom-bar .nav-inner::after {
4926 display: block;
4927 visibility: visible;
4928 text-transform: uppercase;
4929 color: unset;
4930 font-size: 0.75rem;
4931 top: unset;
4932 left: 0;
4933 bottom: 1rem;
4934 width: 100%;
4936 #bottom-bar #nav-item-first .nav-inner::after {
4937 content: "First Page";
4939 #bottom-bar #nav-item-prev .nav-inner::after {
4940 content: "Prev. Page";
4942 #bottom-bar #nav-item-top .nav-inner::after {
4943 content: "Top";
4945 #bottom-bar #nav-item-next .nav-inner::after {
4946 content: "Next Page";
4948 #bottom-bar #nav-item-last .nav-inner::after {
4949 content: "Last Page";
4952 @media only screen and (max-width: 900px) {
4953 .nav-bar-top {
4954 font-size: 0.75rem;
4956 .nav-bar {
4957 width: calc(100% + 8px);
4958 margin: 0 -4px;
4960 .nav-bar .nav-inner::after {
4961 display: none;
4964 #primary-bar .nav-item {
4965 flex: 1 1 100%;
4967 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) {
4968 flex: 1 1 60px;
4970 .nav-bar-top:not(#anything) .nav-inner {
4971 text-transform: uppercase;
4972 padding: 6px;
4974 .nav-bar-top .nav-inner::before {
4975 display: block;
4976 font-family: "Font Awesome";
4977 font-size: 2em;
4978 font-weight: 900;
4981 #nav-item-home .nav-inner::before {
4982 content: "\F015";
4984 #nav-item-featured .nav-inner::before {
4985 content: "\F005";
4987 #nav-item-all .nav-inner::before {
4988 content: "\F069";
4990 #nav-item-meta .nav-inner::before {
4991 content: "\F077";
4993 #nav-item-tags .nav-inner::before {
4994 content: "\F02C";
4996 #nav-item-recent-comments > * > span {
4997 display: none;
4999 #nav-item-recent-comments .nav-inner::before,
5000 #nav-item-alignment-forum-comments .nav-inner::before {
5001 content: "\F036";
5003 #nav-item-alignment-forum .nav-inner::before {
5004 content: "AF";
5005 font-family: Concourse, 'Changa One';
5007 #nav-item-questions .nav-inner::before {
5008 content: "?";
5009 font-family: Concourse, 'Changa One';
5011 #nav-item-events .nav-inner::before {
5012 content: "\F5A0";
5014 #nav-item-shortform .nav-inner::before {
5015 content: "\F2F2";
5017 #nav-item-archive .nav-inner::before {
5018 content: "\F187";
5020 #nav-item-about .nav-inner::before {
5021 content: "\F129";
5023 #nav-item-search {
5024 font-size: 2em;
5025 padding: 10px;
5027 #nav-item-search .nav-inner::before {
5028 content: none;
5030 #nav-item-search .nav-inner {
5031 height: 100%;
5032 display: flex;
5034 #nav-item-search input {
5035 width: 100%;
5036 height: 100%;
5038 #nav-item-search button {
5039 height: 100%;
5040 padding: 5px 5px 5px 10px;
5041 width: 40px;
5042 overflow: visible;
5043 visibility: hidden;
5045 #nav-item-search button::before {
5046 content: "\F002";
5047 font-family: Font Awesome;
5048 font-weight: 900;
5049 visibility: visible;
5051 #nav-item-login {
5052 padding: 0;
5054 #nav-item-login .nav-inner::before {
5055 content: "\F007";
5058 @media only screen and (max-width: 520px) {
5059 .nav-bar-top {
5060 font-size: 0.5rem;
5063 #nav-item-search,
5064 #nav-item-search .nav-inner {
5065 padding: 0;
5067 #nav-item-search button {
5068 width: 31px;
5071 #bottom-bar #nav-item-first .nav-inner::after {
5072 content: "First";
5074 #bottom-bar #nav-item-prev .nav-inner::after {
5075 content: "Prev";
5077 #bottom-bar #nav-item-next .nav-inner::after {
5078 content: "Next";
5080 #bottom-bar #nav-item-last .nav-inner::after {
5081 content: "Last";
5085 /*=================*/
5086 /* INBOX INDICATOR */
5087 /*=================*/
5089 @media only screen and (max-width: 900px) {
5090 #inbox-indicator {
5091 width: 100%;
5092 top: 0;
5093 pointer-events: none;
5095 #inbox-indicator::before {
5096 width: 100%;
5097 font-size: 1rem;
5098 text-align: right;
5099 padding: 1px 6px;
5101 #inbox-indicator.new-messages {
5102 pointer-events: auto;
5104 #inbox-indicator.new-messages::before {
5105 box-shadow: 0 0 8px 1px #f00 inset;
5108 @media only screen and (max-width: 520px) {
5109 #inbox-indicator::before {
5110 font-size: 0.75rem;
5111 padding: 2px 5px;
5114 @media only screen and (max-width: 374px) {
5115 #inbox-indicator::before {
5116 font-size: 0.625rem;
5120 /*===================*/
5121 /* TOP PAGINATION UI */
5122 /*===================*/
5124 #top-nav-bar {
5125 font-size: 1.75rem;
5128 /*==============*/
5129 /* PAGE TOOLBAR */
5130 /*==============*/
5132 @media only screen and (max-width: 900px) {
5133 #content > .page-toolbar {
5134 font-size: 1rem;
5135 margin-right: 0;
5137 #content.user-page > .page-toolbar {
5138 grid-column: 2 / span 2;
5139 margin: 0 0 6px 0;
5142 @media only screen and (max-width: 520px) {
5143 #content:not(.user-page) .page-toolbar {
5144 display: flex;
5145 flex-direction: column-reverse;
5146 text-align: right;
5147 align-self: start;
5148 padding: 4px 0 0 0;
5150 #content.user-page .page-toolbar {
5151 display: flex;
5152 flex-flow: row;
5153 justify-content: flex-end;
5154 padding: 2px 0 0 0;
5156 #content.user-page .page-toolbar > form,
5157 #content.user-page .page-toolbar > .button {
5158 text-align: center;
5159 flex-basis: 25%;
5160 margin-left: 1.5em;
5162 #content.user-page .page-toolbar .button {
5163 text-transform: uppercase;
5164 font-size: 0.625rem;
5166 #content.user-page .page-toolbar .button::before {
5167 font-size: 1.375rem;
5168 display: block;
5169 padding: 0;
5171 #content.user-page .page-toolbar .rss {
5172 white-space: nowrap;
5173 margin: 0 0 0 1.5em;
5175 .page-toolbar > * {
5176 line-height: 1.15;
5177 padding: 6px 0;
5178 margin: 0;
5182 /*==============*/
5183 /* SUBLEVEL NAV */
5184 /*==============*/
5186 @media only screen and (max-width: 900px) {
5187 .sublevel-nav:not(.sort) {
5188 flex-wrap: wrap;
5189 width: calc(100vw - 200px);
5191 .sublevel-nav:not(.sort) .sublevel-item {
5192 margin: 1px;
5193 flex-basis: 7em;
5196 @media only screen and (max-width: 520px) {
5197 .sublevel-nav:not(.sort) .sublevel-item {
5198 font-size: 1rem;
5202 /*=====================*/
5203 /* SORT ORDER SELECTOR */
5204 /*=====================*/
5206 @media only screen and (max-width: 720px) {
5207 #content.index-page > .sublevel-nav.sort {
5208 flex-flow: column;
5209 margin-left: 4px;
5213 /*==========*/
5214 /* ARCHIVES */
5215 /*==========*/
5217 @media only screen and (max-width: 900px) {
5218 div[class^='archive-nav-'] {
5219 flex-wrap: wrap;
5220 justify-content: flex-start;
5222 .archive-nav *[class^='archive-nav-item'],
5223 .archive-nav *[class^='archive-nav-item']:first-child {
5224 padding: 10px;
5225 margin: 2px;
5226 max-width: unset;
5227 flex: 0 1 calc((100% / 8) - 4px);
5229 .archive-nav .archive-nav-item-day,
5230 .archive-nav .archive-nav-item-day:first-child {
5231 flex-basis: calc((100% / 16) - 4px);
5233 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-'] {
5234 margin-top: 8px;
5235 position: relative;
5237 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
5238 content: "";
5239 display: block;
5240 position: absolute;
5241 height: 1px;
5242 width: calc(100% + 8px);
5243 left: -4px;
5244 top: -4px;
5247 @media only screen and (max-width: 720px) {
5248 .archive-nav .archive-nav-item-day,
5249 .archive-nav .archive-nav-item-day:first-child {
5250 flex-basis: calc((100% / 12) - 4px);
5253 @media only screen and (max-width: 520px) {
5254 .archive-nav *[class^='archive-nav-item'],
5255 .archive-nav *[class^='archive-nav-item']:first-child {
5256 flex-basis: calc((100% / 5) - 4px);
5258 .archive-nav .archive-nav-item-day,
5259 .archive-nav .archive-nav-item-day:first-child {
5260 flex-basis: calc((100% / 8) - 4px);
5264 /*==========*/
5265 /* LISTINGS */
5266 /*==========*/
5268 h1.listing {
5269 max-height: unset;
5272 /*============*/
5273 /* USER PAGES */
5274 /*============*/
5276 #content.user-page h1.page-main-heading {
5277 align-self: end;
5279 @media only screen and (max-width: 520px) {
5280 #content.user-page h1.page-main-heading {
5281 overflow: hidden;
5282 text-overflow: ellipsis;
5284 #content.user-page .user-stats .karma-type {
5285 display: block;
5289 /*============*/
5290 /* LOGIN PAGE */
5291 /*============*/
5293 @media only screen and (max-width: 640px) {
5294 .login-container {
5295 flex-flow: column;
5296 margin: 0 auto 3em auto;
5297 max-width: 400px;
5299 .login-container #login-form,
5300 .login-container #signup-form {
5301 padding: 0 1em 1.25em 1em;
5302 grid-row-gap: 0;
5304 .login-container #signup-form {
5305 padding-top: 1em;
5307 .login-container #login-form > *,
5308 .login-container #signup-form > * {
5309 grid-column: 1 / span 2;
5311 .login-container form label {
5312 text-align: left;
5313 padding: 0;
5314 line-height: 1;
5316 .login-container form input {
5317 margin: 0.25em 0 0.75em 0;
5318 padding: 0.5em;
5320 .login-container form h1 {
5321 grid-column: 1 / span 2;
5322 margin: 0 0 0.25em 0;
5324 .login-container form a {
5325 margin: 0.75em 0 0 0;
5327 .login-container .login-tip {
5328 margin: 1.5em 1em 0 1em;
5332 /*==================*/
5333 /* POSTS & COMMENTS */
5334 /*==================*/
5336 @media only screen and (max-width: 720px) {
5337 .body-text ol > li {
5338 padding: 0 0 0 2.25em;
5340 .body-text ol > li::before {
5341 width: 1.75em;
5343 .body-text ul:not(.contents-list) > li,
5344 .body-text ul:not(.contents-list) > li ul > li {
5345 padding: 0 0 0 0.75em;
5347 .body-text ul:not(.contents-list) > li::before,
5348 .body-text ul:not(.contents-list) > li ul > li::before {
5349 width: 0.125em;
5350 margin-left: -0.06em;
5354 /*===========*/
5355 /* POST-META */
5356 /*===========*/
5358 .post-meta {
5359 line-height: 1.9;
5361 @media only screen and (max-width: 720px) {
5362 .post-meta .lw2-link span,
5363 .post-meta .karma-value span,
5364 .post-meta .comment-count span {
5365 display: none;
5367 .post-meta .comment-count::before {
5368 content: "\F086";
5369 font-family: Font Awesome;
5370 font-size: 0.875em;
5371 margin: 0 0.25em 0 0;
5372 font-weight: 400;
5376 /*===================*/
5377 /* POSTS & BODY TEXT */
5378 /*===================*/
5380 @media only screen and (max-width: 900px) {
5381 .post-body,
5382 h1.post-title,
5383 .tag-description,
5384 .sequence-text {
5385 padding: 0 6px;
5388 @media only screen and (max-width: 520px) {
5389 .post-body {
5390 font-size: 1.2rem;
5391 line-height: 1.45;
5393 h1.post-title {
5394 font-size: 2em;
5398 /*==============*/
5399 /* COMMENT-META */
5400 /*==============*/
5402 a.comment-parent-link::after {
5403 display: none;
5405 @media only screen and (max-width: 900px) {
5406 .comment-meta {
5407 padding: 2px 40px 2px 10px;
5410 @media only screen and (max-width: 720px) {
5411 .comment .karma-value span {
5412 display: none;
5414 .comment-meta .comment-parent-link {
5415 opacity: 1.0;
5418 @media only screen and (max-width: 520px) {
5419 .comment-meta {
5420 padding: 2px 10px;
5421 position: relative;
5423 .comment-meta .author {
5424 flex-basis: 100%;
5426 .comment-post-title2 {
5427 display: block;
5428 text-overflow: ellipsis;
5429 overflow: hidden;
5431 .comment-meta .lw2-link {
5432 display: none;
5436 /*=======================*/
5437 /* COMMENTS COMPACT VIEW */
5438 /*=======================*/
5440 /*===========================*/
5441 /* COMMENT THREAD NAVIGATION */
5442 /*===========================*/
5444 @media only screen and (max-width: 900px) {
5445 a.comment-parent-link {
5446 width: 0;
5447 visibility: hidden;
5448 position: relative;
5450 a.comment-parent-link::before {
5451 padding: 0;
5452 font-size: 1em;
5453 left: 0;
5454 top: 0;
5455 line-height: inherit;
5456 visibility: visible;
5457 content: "\F3BF";
5458 transform: scaleX(-1);
5459 width: 2em;
5460 text-align: center;
5463 @media only screen and (max-width: 520px) {
5464 a.comment-parent-link {
5465 position: static;
5467 a.comment-parent-link::before {
5468 padding: 6px;
5469 left: unset;
5470 right: 0;
5471 top: unset;
5472 bottom: 0;
5473 height: 2em;
5477 /*=================================*/
5478 /* COMMENT THREAD MINIMIZE BUTTONS */
5479 /*=================================*/
5481 @media only screen and (max-width: 520px) {
5482 .comment-minimize-button{
5483 right: 2px;
5487 /*===========================*/
5488 /* COMMENTING AND POSTING UI */
5489 /*===========================*/
5491 @media only screen and (max-width: 900px) {
5492 .comment-controls .delete-button, .comment-controls .retract-button, .comment-controls .unretract-button, .comment-controls .edit-button {
5493 font-size: 0;
5495 .comment-controls .delete-button::before, .comment-controls .retract-button::before, .comment-controls .unretract-button::before, .comment-controls .edit-button::before {
5496 font-size: 0.9rem;
5498 .comment-controls .cancel-comment-button {
5499 max-width: 1.3em;
5500 overflow: hidden;
5501 margin-right: 0.125em;
5503 .comment-controls .edit-button::before {
5504 font-size: 0.9375rem;
5506 .comments > .comment-controls .cancel-comment-button {
5507 right: 8px;
5509 .comment-controls .cancel-comment-button::before {
5510 font-size: 1.25rem;
5513 @media only screen and (max-width: 520px) {
5514 .comment-controls {
5515 position: static;
5517 .comment-controls:focus-within {
5518 z-index: 10001;
5520 .comment-controls .cancel-comment-button {
5521 right: 10px;
5523 .textarea-container:focus-within textarea {
5524 position: fixed;
5525 top: 0;
5526 left: 2px;
5527 width: calc(100vw - 4px);
5528 height: calc(100% - 100px);
5529 min-height: unset;
5530 max-height: unset;
5531 border-width: 1px;
5532 z-index: 11001;
5534 #content.conversation-page .textarea-container:focus-within textarea {
5535 height: calc(100% - 54px);
5537 #content.conversation-page .textarea-container:focus-within::after {
5538 content: "";
5539 display: block;
5540 width: 100%;
5541 height: 50px;
5542 position: fixed;
5543 left: 0;
5544 bottom: 0;
5545 z-index: 11000;
5547 .textarea-container:focus-within .guiedit-buttons-container {
5548 position: fixed;
5549 z-index: 11002;
5550 left: 0;
5551 width: 100vw;
5552 height: auto;
5553 background-image: none;
5554 padding: 3px 4px 4px 4px;
5555 margin: 0;
5556 text-align: center;
5557 top: auto;
5558 bottom: 0;
5560 .textarea-container:focus-within button.guiedit {
5561 font-size: 0.9375rem;
5562 line-height: 1.5;
5563 height: auto;
5564 width: calc((100% / 10) - 2px);
5565 padding: 10px 1px 8px 0;
5566 position: relative;
5567 margin: 1px;
5569 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
5570 z-index: 11011;
5571 position: fixed;
5572 bottom: 7px;
5573 width: calc(((100% - 16px) / 10) * 2.5 - 7px);
5574 font-size: 1.25rem;
5575 padding: 5px 5px 6px 5px;
5576 display: block;
5578 .textarea-container:focus-within button.guiedit sup {
5579 position: absolute;
5580 left: calc(50% + 0.65em);
5581 top: calc(50% - 1.3em);
5583 .textarea-container:focus-within .guiedit-mobile-help-button {
5584 left: 8px;
5586 .textarea-container:focus-within .guiedit-mobile-exit-button {
5587 right: 8px;
5589 .guiedit::after {
5590 display: none;
5593 #markdown-hints,
5594 #edit-post-form #markdown-hints {
5595 z-index: 11111;
5596 position: fixed;
5597 top: 40px;
5598 left: 0;
5599 right: 0;
5600 margin: auto;
5601 padding: 4px 0 4px 8px;
5602 width: 310px;
5603 border-width: 3px;
5604 border-style: double;
5605 pointer-events: none;
5607 #markdown-hints::after {
5608 content: "(Type to hide this help box.)";
5609 color: #090;
5610 display: block;
5611 margin: 12px 18px 13px 10px;
5612 padding: 5px;
5613 font-size: 0.9em;
5614 text-align: center;
5618 /*================*/
5619 /* EDIT POST FORM */
5620 /*================*/
5622 @media only screen and (max-width: 520px) {
5623 #edit-post-form {
5624 padding-bottom: 0;
5626 #edit-post-form .post-meta-fields {
5627 grid-template-columns: 4.5em auto auto auto 1fr auto;
5629 #edit-post-form label[for='url'],
5630 #edit-post-form label[for='section'],
5631 #edit-post-form label[for='title'] {
5632 padding-left: 0;
5634 #edit-post-form .post-meta-fields input[type='checkbox'] + label.iconify {
5635 white-space: normal;
5636 line-height: 0.9;
5637 top: -1px;
5638 font-family: Font Awesome;
5639 font-weight: 900;
5640 justify-self: start;
5642 #edit-post-form .post-meta-fields .question-checkbox,
5643 #edit-post-form .post-meta-fields .question-checkbox + label {
5644 grid-column: 6;
5645 margin-left: unset;
5647 #edit-post-form .post-meta-fields input[type='radio'] + label {
5648 align-self: start;
5650 #edit-post-form .textarea-container:focus-within textarea {
5651 height: calc(100% - 101px);
5652 min-height: unset;
5655 #markdown-hints-checkbox,
5656 #markdown-hints-checkbox + label {
5657 display: none;
5660 #edit-post-form div:last-child {
5661 clear: both;
5662 overflow: auto;
5664 #edit-post-form input[type='submit'] {
5665 float: none;
5666 display: block;
5667 font-size: 1.5rem;
5668 margin: 1rem auto 1.5rem auto;
5669 padding: 6px 12px 8px 12px;
5673 /*===================*/
5674 /* TABLE OF CONTENTS */
5675 /*===================*/
5677 @media only screen and (max-width: 900px) {
5678 .contents {
5679 float: none;
5680 display: table;
5681 max-width: none;
5682 margin-left: auto;
5683 margin-right: auto;
5686 @media only screen and (max-width: 520px) {
5687 .contents {
5688 max-width: 100%;
5689 margin: 1em auto 0 auto;
5690 display: table;
5692 .contents-head {
5693 font-size: 1.2em;
5695 div.post-body .contents ul {
5696 font-size: unset;
5700 /*========================*/
5701 /* QUALIFIED HYPERLINKING */
5702 /*========================*/
5704 @media only screen and (max-width: 520px) {
5705 .qualified-linking-toolbar {
5706 right: -5em;
5710 } /* END MOBILE LAYOUT */
5713 /**************/
5714 /* GREY THEME */
5715 /**************/
5717 /*===========*/
5718 /* VARIABLES */
5719 /*===========*/
5721 /* Color scheme.
5723 :root {
5724 --GW-comment-background-color-odd: #eee;
5725 --GW-comment-background-color-even: #fff;
5726 --GW-comment-background-color-target: #ffd;
5729 /*======*/
5730 /* BASE */
5731 /*======*/
5733 body {
5734 color: #000;
5735 background-color: #eee;
5736 font-family: 'Concourse', 'a_Avante', Arial, sans-serif;
5737 font-feature-settings: 'ss07';
5739 #content {
5740 line-height: 1.55;
5742 #content::before {
5743 background-color: #fff;
5744 box-shadow: 0px 0px 10px #bbb;
5747 /*=========*/
5748 /* NAV BAR */
5749 /*=========*/
5751 .nav-inner {
5752 font-weight: normal;
5753 font-size: 1.1875em;
5754 padding: 11px 30px 13px 30px;
5756 .nav-current .nav-inner {
5757 font-weight: 600;
5759 .nav-bar-top:not(#primary-bar) .nav-inner {
5760 font-size: 1em;
5762 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) .nav-inner {
5763 padding: 5px 0 3px 0;
5765 @media only screen and (min-width: 901px) {
5766 .nav-bar.top:not(#primary-bar) #nav-item-sequences .nav-inner {
5767 line-height: 1.2;
5771 #bottom-bar.decorative::before,
5772 #bottom-bar.decorative::after {
5773 content: "GW";
5774 display: block;
5775 text-align: center;
5776 padding: 0.25em 0 1em 0;
5778 #bottom-bar.decorative::before {
5779 width: 100%;
5780 color: transparent;
5781 background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAMdXV1QUAACwAAAAAAQABAAACAkQBADs=');
5782 background-repeat: repeat-x;
5783 background-position: center 35%;
5784 margin: 0 30px;
5786 #bottom-bar.decorative::after {
5787 color: #d8d8d8;
5788 position: absolute;
5789 left: 0;
5790 right: 0;
5791 margin: auto;
5792 background-color: #fff;
5793 padding-right: 4px;
5794 padding-left: 4px;
5796 @supports (width: -moz-fit-content) {
5797 #bottom-bar.decorative::after {
5798 width: -moz-fit-content;
5801 @supports (width: fit-content) {
5802 #bottom-bar.decorative::after {
5803 width: fit-content;
5807 .nav-bar .nav-item:not(.nav-current):not(#nav-item-search):hover,
5808 #bottom-bar a:hover,
5809 #nav-item-search:not(.nav-current):focus-within {
5810 background-color: #ddd;
5812 .inactive-bar .nav-item:not(.nav-current):not(#nav-item-search):hover,
5813 .inactive-bar #nav-item-search:not(.nav-current):focus-within {
5814 background-color: #d8d8d8;
5817 .nav-bar a:link,
5818 .nav-bar a:visited {
5819 color: #888;
5821 .nav-bar a:hover,
5822 .nav-bar a:focus {
5823 text-decoration: none;
5824 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
5827 /* Accesskey hints */
5829 .nav-inner::after {
5830 display: block;
5831 position: absolute;
5832 left: 5px;
5833 top: -2px;
5834 font-weight: 400;
5835 font-size: 0.7em;
5836 color: #d8d8d8;
5838 .inactive-bar .nav-inner::after {
5839 color: #ccc;
5841 .nav-inner:hover::after {
5842 color: #bbb;
5845 /* This makes the navbar items look like tabs: */
5847 .nav-inactive {
5848 box-shadow:
5849 0 -1px #d8d8d8 inset,
5850 1px 0 #fff inset;
5852 .nav-inactive:first-child {
5853 box-shadow: 0 -1px #d8d8d8 inset;
5855 .inactive-bar .nav-inactive {
5856 background-color: #e4e4e4;
5858 .active-bar .nav-inactive {
5859 background-color: #eee;
5861 .nav-bar + .nav-bar {
5862 position: relative;
5865 /* For Webkit: */
5866 .active-bar {
5867 box-shadow: 0 -3px 8px -2px #ccc;
5869 .active-bar .nav-inactive {
5870 box-shadow:
5871 0 -4px 8px -4px #bbb inset,
5872 1px 0 #fff inset;
5874 .active-bar .nav-inactive:first-child {
5875 box-shadow:
5876 0 -4px 8px -4px #bbb inset;
5878 .active-bar .nav-current + .nav-inactive {
5879 box-shadow:
5880 5px -4px 8px -4px #bbb inset;
5882 .active-bar .nav-item-last-before-current {
5883 box-shadow:
5884 -5px -4px 8px -4px #bbb inset,
5885 1px 0 #fff inset;
5887 .active-bar .nav-item-last-before-current:first-child {
5888 box-shadow:
5889 -5px -4px 8px -4px #bbb inset;
5891 /* And for Gecko: */
5892 @-moz-document url-prefix() {
5893 .active-bar {
5894 box-shadow: 0 -3px 4px -2px #ccc;
5897 .active-bar .nav-inactive {
5898 box-shadow:
5899 0 -4px 4px -4px #bbb inset,
5900 1px 0 #fff inset;
5902 .active-bar .nav-inactive:first-child {
5903 box-shadow:
5904 0 -4px 4px -4px #bbb inset;
5906 .active-bar .nav-current + .nav-inactive {
5907 box-shadow:
5908 5px -4px 4px -4px #bbb inset;
5910 .active-bar .nav-item-last-before-current {
5911 box-shadow:
5912 -5px -4px 4px -4px #bbb inset,
5913 1px 0 #fff inset;
5915 .active-bar .nav-item-last-before-current:first-child {
5916 box-shadow:
5917 -5px -4px 4px -4px #bbb inset;
5921 /* Search tab */
5923 #nav-item-search form::before {
5924 opacity: 0.4;
5925 font-size: 0.9375rem;
5927 #nav-item-search button {
5928 color: #999;
5929 border: none;
5930 font-weight: 600;
5932 #nav-item-search input::placeholder {
5933 color: #d00;
5934 font-weight: normal;
5937 /* Inbox indicator */
5939 #inbox-indicator {
5940 top: 0;
5943 /*= Top pagination UI hover tooltips =*/
5945 #top-nav-bar a::after,
5946 #bottom-bar a::after {
5947 color: #000;
5950 /*==============*/
5951 /* PAGE TOOLBAR */
5952 /*==============*/
5954 .page-toolbar > * {
5955 color: #999;
5958 /*==============*/
5959 /* SUBLEVEL NAV */
5960 /*==============*/
5962 .sublevel-nav .sublevel-item {
5963 color: #777;
5964 background-color: #fff;
5966 .sublevel-nav .sublevel-item:not(.selected):hover {
5967 background-color: #ddd;
5968 color: #000;
5969 text-decoration: none;
5970 text-shadow: none;
5972 .sublevel-nav .sublevel-item:not(.selected):active,
5973 .sublevel-nav .sublevel-item.selected {
5974 background-color: #ddd;
5975 color: #000;
5976 text-shadow:
5977 0 -1px 0 #fff,
5978 0 0.5px 0.5px #000;
5981 .sublevel-nav:not(.sort) .sublevel-item {
5982 border-style: solid;
5983 border-color: #ddd;
5984 border-width: 1px 0 1px 1px;
5986 .sublevel-nav:not(.sort) .sublevel-item:first-child {
5987 border-radius: 8px 0 0 8px;
5989 .sublevel-nav:not(.sort) .sublevel-item:last-child {
5990 border-width: 1px;
5991 border-radius: 0 8px 8px 0;
5994 /*=====================*/
5995 /* SORT ORDER SELECTOR */
5996 /*=====================*/
5998 .sublevel-nav.sort .sublevel-item {
5999 font-family: 'Concourse', 'a_Avante', Arial, sans-serif;
6000 letter-spacing: 0.5px;
6001 padding: 6px 7px;
6002 text-transform: uppercase;
6003 pointer-events: auto;
6004 box-shadow: 1px 1px 0 0 #aaa inset;
6006 .sublevel-nav.sort {
6007 border: 2px solid transparent;
6008 padding: 18px 0 0 0;
6009 border-radius: 8px;
6010 pointer-events: none;
6011 background-color: #bbb;
6013 .sublevel-nav.sort::before {
6014 text-transform: uppercase;
6015 font-weight: 600;
6016 color: #444;
6017 text-shadow: 0.5px 0.5px 0 #fff;
6018 z-index: 1;
6020 .sublevel-nav.sort::after {
6021 content: "";
6022 position: absolute;
6023 display: block;
6024 top: 0;
6025 left: 0;
6026 width: 100%;
6027 height: 100%;
6028 border-radius: 6px;
6029 box-shadow:
6030 0 18px 0 0 #bbb inset,
6031 0 0 0 1px #aaa inset,
6032 0 18px 0 1px #aaa inset,
6033 0 0 0 2px #bbb;
6036 /*================*/
6037 /* WIDTH SELECTOR */
6038 /*================*/
6039 /* THEME SELECTOR */
6040 /*================*/
6042 #theme-selector button,
6043 #width-selector button {
6044 box-shadow:
6045 0 0 0 4px #eee inset,
6046 0 0 0 5px #ccc inset;
6048 #theme-selector button:hover,
6049 #theme-selector button.selected,
6050 #width-selector button:hover,
6051 #width-selector button.selected {
6052 text-shadow: none;
6053 box-shadow:
6054 0 0 0 5px #ccc inset;
6057 #theme-selector button::before {
6058 color: #aaa;
6059 background-color: #eee;
6061 #theme-selector button:hover::before,
6062 #theme-selector button.selected::before {
6063 color: #777;
6065 #width-selector button::after {
6066 color: #aaa;
6069 /*======================*/
6070 /* THEME TWEAKER TOGGLE */
6071 /*======================*/
6073 #theme-tweaker-toggle button {
6074 color: #777;
6077 /*=================*/
6078 /* QUICKNAV WIDGET */
6079 /*=================*/
6081 #quick-nav-ui a {
6082 color: #999;
6083 background-color: #e4e4e4;
6084 border-radius: 4px;
6085 text-decoration: none;
6087 #quick-nav-ui a[href='#bottom-bar'] {
6088 line-height: 1.8;
6090 #quick-nav-ui a:active {
6091 transform: scale(0.9);
6093 #quick-nav-ui a[href='#comments'].no-comments {
6094 opacity: 0.4;
6095 color: #bbb;
6097 @media only screen and (hover:hover) {
6098 #quick-nav-ui a:hover {
6099 color: #000;
6100 background-color: #d8d8d8;
6102 #quick-nav-ui a:focus:not(:hover) {
6103 transform: none;
6104 text-shadow: none;
6108 /*======================*/
6109 /* NEW COMMENT QUICKNAV */
6110 /*======================*/
6112 #new-comment-nav-ui .new-comments-count {
6113 font-weight: 600;
6114 color: #666;
6115 text-shadow: 0.5px 0.5px 0 #fff;
6117 #new-comment-nav-ui .new-comments-count::after {
6118 font-weight: 600;
6119 color: #777;
6121 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
6122 color: #bbb;
6123 text-shadow: none;
6125 @media only screen and (hover:hover) {
6126 #new-comment-nav-ui .new-comments-count:hover {
6127 text-shadow:
6128 0 0 1px #fff,
6129 0 0 3px #fff,
6130 0 0 5px #fff,
6131 0 0 8px #fff,
6132 0.5px 0.5px 0 #fff;
6134 #new-comment-nav-ui .new-comment-sequential-nav-button:focus {
6135 color: #d00;
6136 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6140 /*=================*/
6141 /* HNS DATE PICKER */
6142 /*=================*/
6144 #hns-date-picker span {
6145 color: #777;
6146 text-shadow: 0.5px 0.5px 0 #fff;
6147 font-weight: 600;
6149 #hns-date-picker input {
6150 border: 1px solid #777;
6151 background-color: transparent;
6152 color: #666;
6154 #hns-date-picker input:focus {
6155 color: #000;
6158 /*======================*/
6159 /* ANTI-KIBITZER TOGGLE */
6160 /*======================*/
6162 #anti-kibitzer-toggle button::before,
6163 #anti-kibitzer-toggle button::after {
6164 background-color: #aaa;
6165 -webkit-background-clip: text;
6166 color: transparent;
6167 text-shadow: rgba(255,255,255,0.5) 0px 1px 1px;
6169 #anti-kibitzer-toggle button:hover::before,
6170 #anti-kibitzer-toggle button:hover::after {
6171 background-color: #555;
6174 /*======================*/
6175 /* TEXT SIZE ADJUSTMENT */
6176 /*======================*/
6178 #text-size-adjustment-ui button {
6179 color: #777;
6181 #text-size-adjustment-ui button.default {
6182 font-weight: 600;
6184 #text-size-adjustment-ui button:disabled:hover {
6185 text-shadow: none;
6187 #text-size-adjustment-ui::after {
6188 color: #aaa;
6191 /*=============================*/
6192 /* COMMENTS VIEW MODE SELECTOR */
6193 /*=============================*/
6195 #comments-view-mode-selector a {
6196 color: #777;
6199 /*==========*/
6200 /* ARCHIVES */
6201 /*==========*/
6203 .archive-nav {
6204 border: 1px solid #aaa;
6206 .archive-nav *[class^='archive-nav-item'] {
6207 border-style: solid;
6208 border-color: #ddd;
6209 border-width: 1px 0 1px 1px;
6210 background-color: #eee;
6212 .archive-nav div[class^='archive-nav-']:nth-of-type(2) *[class^='archive-nav-item'] {
6213 border-top-width: 0;
6214 border-bottom-width: 0;
6216 .archive-nav div[class^='archive-nav-']:last-of-type *[class^='archive-nav-item'] {
6217 border-bottom-width: 1px;
6219 .archive-nav *[class^='archive-nav-item']:last-child {
6220 border-right-width: 1px;
6222 .archive-nav span[class^='archive-nav-item'] {
6223 font-weight: bold;
6224 background-color: #ddd;
6227 .archive-nav a:link,
6228 .archive-nav a:visited {
6229 color: #888;
6231 .archive-nav a:hover {
6232 text-decoration: none;
6233 color: #c00;
6234 background-color: #e0e0e0;
6235 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6237 .archive-nav a:active {
6238 transform: scale(0.9);
6240 .archive-nav a:focus:not(:hover) {
6241 transform: none;
6243 .archive-nav a.archive-nav-item-day:hover {
6244 background-color: #ddd;
6247 /*===============*/
6248 /* KEYBOARD HELP */
6249 /*===============*/
6251 #nav-item-about button.open-keyboard-help {
6252 font-weight: 400;
6253 top: -1px;
6254 color: #888;
6257 /*==========*/
6258 /* LISTINGS */
6259 /*==========*/
6261 h1.listing {
6262 margin: 0.6em 20px 0 20px;
6263 max-width: calc(100% - 40px);
6264 line-height: 1.1;
6265 font-family: 'Concourse', 'a_Avante', Arial, sans-serif, 'Font Awesome';
6266 font-size: 1.5rem;
6268 h1.listing .post-title-link {
6269 font-weight: normal;
6271 h1.listing .link-post-link {
6272 color: #ccc;
6273 top: 3px;
6276 @media only screen and (hover: hover) {
6277 h1.listing a:hover,
6278 h1.listing a:focus {
6279 color: #777;
6280 background-color: rgba(255,255,255,0.85);
6282 h1.listing:focus-within::before {
6283 color: #00f;
6284 left: -0.625em;
6286 h1.listing .link-post-link:hover {
6287 color: #4879ec;
6288 text-shadow:
6289 0.5px 0.5px 0 #fff,
6290 -0.5px -0.5px 0 #fff,
6291 0 0 2px #fff,
6292 0 0 3px #00c;
6296 h1.listing .edit-post-link {
6297 padding: 5px 3px 36px 0.5em;
6298 top: 0;
6299 right: 0;
6300 background-color: #eee;
6302 h1.listing .edit-post-link:hover {
6303 text-decoration: none;
6305 #content.user-page h1.listing .edit-post-link {
6306 background-color: #eee;
6309 /*======*/
6310 /* SPAM */
6311 /*======*/
6313 h1.listing.spam {
6314 opacity: 0.3;
6316 h1.listing.spam + .post-meta {
6317 opacity: 0.15;
6319 h1.listing.spam:hover,
6320 h1.listing.spam + .post-meta:hover,
6321 h1.listing.spam:hover + .post-meta {
6322 opacity: 1.0;
6325 /*===================*/
6326 /* LISTING POST-META */
6327 /*===================*/
6329 h1.listing + .post-meta > * {
6330 color: #222;
6331 font-size: 1em;
6333 h1.listing + .post-meta .karma::after {
6334 content: " by";
6336 h1.listing + .post-meta .date::before {
6337 content: "on ";
6339 h1.listing + .post-meta .date::after {
6340 content: " — ";
6341 opacity: 0.5;
6342 margin: 0 0.5em 0 0.125em;
6344 h1.listing + .post-meta .comment-count.new-comments::before {
6345 color: #0c0;
6347 h1.listing:last-of-type + .post-meta {
6348 margin-bottom: 0;
6350 h1.listing + .post-meta .karma {
6351 order: -1;
6352 margin-right: 0.25em;
6354 h1.listing + .post-meta .author {
6355 margin-right: 0.25em;
6357 h1.listing + .post-meta .date {
6358 margin: 0;
6360 h1.listing + .post-meta .post-section {
6361 overflow: visible;
6362 order: 2;
6364 h1.listing + .post-meta .post-section::before {
6365 font-size: 0.9375em;
6366 top: 1px;
6367 left: -32px;
6369 h1.listing + .post-meta .link-post-domain {
6370 order: 1;
6373 /*============*/
6374 /* USER PAGES */
6375 /*============*/
6377 #content.user-page h1.page-main-heading {
6378 border-bottom: 1px solid #ccc;
6381 #content.user-page h1.listing,
6382 #content.user-page h1.listing + .post-meta {
6383 background-color: #eee;
6384 border-style: solid;
6385 border-color: #ccc;
6387 #content.user-page h1.listing {
6388 max-width: 100%;
6389 margin: 1rem 0 0 0;
6390 padding: 6px;
6391 border-width: 1px 1px 0 1px;
6393 #content.own-user-page h1.listing,
6394 h1.listing.own-post-listing {
6395 padding-right: 36px;
6397 @media only screen and (hover: hover) {
6398 #content.user-page h1.listing a:hover,
6399 #content.user-page h1.listing a:focus {
6400 background-color: #eee;
6402 #content.user-page h1.listing:focus-within::before {
6403 left: -0.625em;
6406 #content.user-page h1.listing + .post-meta {
6407 margin: 0 0 1rem 0;
6408 padding: 0.5em 6px 6px 34px;
6409 border-width: 0 1px 1px 1px;
6411 #content.user-page h1.listing + .post-meta .post-section::before {
6412 left: 1px;
6413 top: unset;
6416 #content.conversations-user-page h1.listing {
6417 padding: 6px 6px 4px 8px;
6418 font-size: 1.5rem;
6420 #content.conversations-user-page h1.listing + .post-meta {
6421 padding: 6px 4px;
6422 margin: 0 0 0.25rem 0;
6424 #content.conversations-user-page h1.listing + .post-meta .date::after {
6425 display: none;
6428 .user-stats .karma-total {
6429 font-weight: bold;
6432 /*===============*/
6433 /* CONVERSATIONS */
6434 /*===============*/
6436 #content.conversation-page h1.page-main-heading {
6437 font-weight: normal;
6438 color: #222;
6441 /*============*/
6442 /* LOGIN PAGE */
6443 /*============*/
6445 .login-container form input[type='submit'] {
6446 font-weight: 600;
6447 background-color: #eee;
6448 border: 1px solid #ccc;
6450 .login-container form input[type='submit']:hover,
6451 .login-container form input[type='submit']:focus {
6452 background-color: #ddd;
6453 border: 1px solid #aaa;
6456 /* “Create account” form */
6458 #signup-form {
6459 background-color: #f3f3f3;
6460 border: 1px solid #ddd;
6462 #signup-form input[type='submit'] {
6463 background-color: #e4e4e4;
6464 border: 1px solid #ccc;
6466 #signup-form input[type='submit']:hover {
6467 background-color: #d8d8d8;
6468 border: 1px solid #aaa;
6471 /* Log in tip */
6473 .login-container .login-tip {
6474 border: 1px solid #eee;
6477 /* Message box */
6479 .error-box {
6480 border: 1px solid red;
6481 background-color: #faa;
6483 .success-box {
6484 border: 1px solid green;
6485 background-color: #afa;
6488 /*=====================*/
6489 /* PASSWORD RESET PAGE */
6490 /*=====================*/
6492 .reset-password-container input[type='submit'] {
6493 background-color: #e4e4e4;
6494 border: 1px solid #ccc;
6495 font-weight: 600;
6498 /*===================*/
6499 /* TABLE OF CONTENTS */
6500 /*===================*/
6502 .contents {
6503 font-family: 'Concourse', 'a_Avante', Arial, sans-serif;
6504 border: 1px solid #ddd;
6505 background-color: #eee;
6507 .contents-head {
6508 font-weight: bold;
6510 .contents a:link {
6511 color: #d64400;
6513 .post-body .contents ul {
6514 font-size: 0.875em;
6516 .contents li::before {
6517 color: #999;
6518 font-feature-settings: "tnum";
6521 /*=================*/
6522 /* POST NAVIGATION */
6523 /*=================*/
6525 .post-nav-links a,
6526 .post-nav-links a:visited {
6527 color: #888;
6529 .post-nav-links a:hover {
6530 text-decoration: none;
6533 .post-nav-label {
6534 color: #999;
6537 .post-nav-links a:hover .post-nav-title {
6538 color: #222;
6541 @media only screen and (max-width: 900px) {
6542 .sequence-title {
6543 border-top: 1px dotted #aaa;
6545 .post-nav.prev {
6546 border-right: 1px dotted #aaa;
6548 .post-nav.next {
6549 border-left: 1px dotted #aaa;
6553 /*==================*/
6554 /* POSTS & COMMENTS */
6555 /*==================*/
6557 .body-text {
6558 font-family: 'Source Sans Pro', 'Trebuchet MS', 'Helvetica', 'Arial', 'Verdana', sans-serif;
6559 font-weight: 400;
6561 @-moz-document url-prefix() {
6562 .body-text {
6563 font-weight: 400;
6567 h1.post-title {
6568 margin: 1.1em 0 0.25em 0;
6569 font-weight: 400;
6570 color: #222;
6571 font-size: 3em;
6574 .post-body {
6575 font-size: 1.1875rem;
6576 line-height: 1.6;
6578 @media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 191dpi) {
6579 .post-body {
6580 font-size: 1.125rem;
6583 .comment-body {
6584 font-size: 1.125rem;
6587 /*===========*/
6588 /* POST-META */
6589 /*===========*/
6591 .post-meta a,
6592 .post-meta .date {
6593 color: #222;
6596 .post-meta > * {
6597 margin: 0;
6599 .post-meta .comment-count span,
6600 .post-meta .read-time span,
6601 .post-meta .word-count span,
6602 .post-meta .lw2-link span {
6603 display: none;
6605 .post-meta .comment-count::before,
6606 .post-meta .read-time::before,
6607 .post-meta .word-count::before,
6608 .post-meta .lw2-link::before {
6609 font-family: Font Awesome;
6610 margin: 0 0.25em 0 0;
6611 font-size: 0.875em;
6612 color: #ccc;
6614 .post-meta .comment-count {
6615 margin: 0 0.25em 0 0;
6617 .post-meta .read-time,
6618 .post-meta .word-count,
6619 .post-meta .lw2-link {
6620 margin: 0 0.25em 0 0.5em;
6622 .post-meta .lw2-link {
6623 opacity: 1;
6625 .post-meta .comment-count:hover,
6626 .post-meta .lw2-link:hover {
6627 text-decoration: none;
6628 text-shadow:
6629 0 0 0.5px #fff,
6630 0 0 1px #fff,
6631 0 0 8px #777;
6633 .post-meta .comment-count:hover::before,
6634 .post-meta .lw2-link:hover::before {
6635 color: #777;
6637 .post-meta .read-time:hover::before {
6638 color: #777;
6639 cursor: pointer;
6641 .post-meta .comment-count::before {
6642 content: "\F086";
6644 .post-meta .read-time::before {
6645 content: "\F017";
6647 .post-meta .read-time::after {
6648 content: " min";
6650 .post-meta .word-count::before {
6651 content: "\F15C";
6653 .post-meta .word-count::after {
6654 content: "";
6656 .post-meta .lw2-link::before {
6657 content: "\F0C1";
6658 font-weight: 900;
6659 opacity: 0.8;
6660 font-size: 0.75em;
6661 position: relative;
6662 bottom: 1px;
6665 .post .post-meta .author {
6666 margin: 0 0.75em 0 0;
6668 .post .post-meta .comment-count {
6669 margin: 0 0.5em;
6671 .post .post-meta .lw2-link {
6672 margin: 0 1em 0 0.5em;
6674 .post .post-meta .karma {
6675 margin: 0 0 0 0.5em;
6678 .post-meta .post-section::before,
6679 .comment-meta .alignment-forum {
6680 color: #fff;
6681 text-shadow:
6682 1px 1px 0 #090,
6683 0 1px 0 #090,
6684 0 0 5px #090;
6686 a.post-section:hover {
6687 text-decoration: none;
6689 a.post-section:hover::before {
6690 color: #97ff7c;
6692 .post-meta .post-section.alignment-forum::before {
6693 text-shadow:
6694 1px 1px 0 #626dd7,
6695 0 1px 0 #626dd7,
6696 0 0 5px #626dd7;
6698 a.post-section.alignment-forum:hover::before {
6699 color: #e6e5ff;
6702 .bottom-post-meta {
6703 border-color: #ddd;
6706 /*============*/
6707 /* LINK POSTS */
6708 /*============*/
6710 .post.link-post a.link-post-link {
6711 text-decoration: none;
6712 font-family: 'Concourse', 'a_Avante', Arial, sans-serif;
6713 font-weight: 600;
6715 .post.link-post a.link-post-link:hover {
6716 color: #c00;
6718 .post.link-post a.link-post-link:hover::before {
6719 color: #4879ec;
6720 text-shadow:
6721 0.5px 0.5px 0 #fff,
6722 -0.5px -0.5px 0 #fff,
6723 0 0 2px #fff,
6724 0 0 3px #00c;
6726 .post.link-post a.link-post-link:focus {
6727 color: #777;
6728 border-bottom: 2px dotted #777;
6731 /*==========*/
6732 /* COMMENTS */
6733 /*==========*/
6735 #comments::before {
6736 border-top: 1px solid #000;
6737 box-shadow: 0 3px 4px -4px #000 inset;
6739 @-moz-document url-prefix() {
6740 #comments::before {
6741 box-shadow: 0 3px 3px -4px #000 inset;
6744 #content > .comment-thread .comment-meta a.date:focus,
6745 #content > .comment-thread .comment-meta a.permalink:focus {
6746 color: #999;
6747 outline: 2px dotted #aaa;
6748 position: relative;
6749 background-color: #fff;
6751 #content > .comment-thread .comment-meta a.date:focus {
6752 padding: 0 4px;
6753 left: -4px;
6755 #content > .comment-thread .comment-meta a.date:focus + * {
6756 margin-left: -8px;
6758 #content > .comment-thread .comment-meta a.permalink:focus {
6759 padding: 0 5px;
6760 left: -5px;
6762 #content > .comment-thread .comment-meta a.permalink:focus + *:not(.comment-post-title) {
6763 margin-left: -10px;
6765 .comment-item {
6766 border: 1px solid #ccc;
6767 background-color: var(--GW-comment-background-color);
6769 .comment-parent-link::after {
6770 box-shadow:
6771 0 28px 16px -16px var(--GW-comment-parent-background-color) inset,
6772 4px 16px 0 12px var(--GW-comment-background-color-target) inset,
6773 4px 4px 0 12px var(--GW-comment-background-color-target) inset;
6776 /*================================*/
6777 /* DEEP COMMENT THREAD COLLAPSING */
6778 /*================================*/
6780 .comment-item input[id^="expand"] + label::after {
6781 color: #f60;
6782 font-weight: 600;
6784 .comment-item input[id^="expand"] + label:hover::after {
6785 color: #c00;
6787 .comment-item input[id^="expand"] + label:active::after,
6788 .comment-item input[id^="expand"] + label:focus::after{
6789 color: #c00;
6791 .comment-item input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
6792 border-width: 1px 0 0 0;
6795 /*==============*/
6796 /* COMMENT-META */
6797 /*==============*/
6799 .comment-meta a {
6800 color: #222;
6802 .comment-meta .author {
6803 color: #999;
6804 font-size: 1.25em;
6805 font-weight: 600;
6807 .comment-meta .author:hover {
6808 text-decoration: none;
6809 color: #090;
6811 .comment-item .author:not(.redacted).original-poster::after {
6812 opacity: 0.8;
6815 .comment-item .karma.active-controls::after,
6816 .comment-item .karma .karma-value::after,
6817 .post .karma.active-controls::after,
6818 .post .karma .karma-value::after,
6819 .author::before {
6820 background-color: #fff;
6821 color: #999;
6822 border-radius: 4px;
6823 box-shadow: 0 0 0 1px #ddd inset;
6825 .comment-item .karma.active-controls::after,
6826 .post .karma.active-controls::after {
6827 padding: 6px 4px 4px 4px;
6828 bottom: -44px;
6830 .comment-item .karma .karma-value::after,
6831 .post .karma .karma-value::after {
6832 padding: 2px 8px 1px 8px;
6833 top: -25px;
6834 min-width: 56px;
6837 /*====================*/
6838 /* ANTI-KIBITZER MODE */
6839 /*====================*/
6841 .author.redacted,
6842 .inline-author.redacted {
6843 opacity: 0.8;
6844 font-weight: 400;
6847 .karma-value.redacted {
6848 opacity: 0.4;
6851 .link-post-domain.redacted {
6852 opacity: 0.7;
6855 /*===========================*/
6856 /* COMMENT THREAD NAVIGATION */
6857 /*===========================*/
6859 div.comment-parent-link {
6860 font-weight: 600;
6862 a.comment-parent-link {
6863 font-weight: 400;
6865 a.comment-parent-link::before {
6866 color: #bbb;
6868 a.comment-parent-link:hover::before {
6869 background-color: #ffd;
6870 color: #999;
6873 div.comment-child-links {
6874 font-weight: 600;
6876 div.comment-child-links a {
6877 font-weight: 400;
6879 .comment-child-link::before {
6880 color: #aaa;
6883 .comment-item-highlight {
6884 box-shadow:
6885 0 0 2px #e7b200,
6886 0 0 3px #e7b200,
6887 0 0 5px #e7b200,
6888 0 0 7px #e7b200,
6889 0 0 10px #e7b200;
6890 border: 1px solid #e7b200;
6892 .comment-item-highlight-faint {
6893 box-shadow:
6894 0 0 2px #f8e7b5,
6895 0 0 3px #f8e7b5,
6896 0 0 5px #f8e7b5,
6897 0 0 7px #f8e7b5,
6898 0 0 10px #f8e7b5;
6899 border: 1px solid #f8e7b5;
6902 .comment-popup {
6903 background-color: #fff;
6906 /*=======================*/
6907 /* COMMENTS COMPACT VIEW */
6908 /*=======================*/
6910 #comments-list-mode-selector button {
6911 box-shadow:
6912 0 0 0 4px #fff inset,
6913 0 0 0 5px #bbb inset;
6915 #comments-list-mode-selector button:hover,
6916 #comments-list-mode-selector button.selected {
6917 box-shadow:
6918 0 0 0 5px #bbb inset;
6920 #content.compact > .comment-thread .comment-item::after {
6921 color: #f60;
6922 background: linear-gradient(to right, transparent 0%, #fff 50%, #fff 100%);
6925 @media only screen and (hover: hover) {
6926 #content.compact > .comment-thread .comment-item:hover .comment,
6927 #content.compact > .comment-thread .comment-item.expanded .comment {
6928 background-color: #fff;
6929 outline: 3px solid #f60;
6931 #content.compact > .comment-thread .comment-item:hover .comment::before,
6932 #content.compact > .comment-thread .comment-item.expanded .comment::before {
6933 background-color: #fff;
6934 box-shadow:
6935 0 0 3px #fff,
6936 0 0 5px #fff,
6937 0 0 7px #fff,
6938 0 0 10px #fff,
6939 0 0 20px #fff,
6940 0 0 30px #fff,
6941 0 0 40px #fff;
6944 @media only screen and (hover: none) {
6945 #content.compact > .comment-thread.expanded .comment-item .comment {
6946 background-color: #fff;
6947 outline: 3px solid #f60;
6949 #content.compact > .comment-thread.expanded .comment-item .comment::before {
6950 background-color: #fff;
6951 box-shadow:
6952 0 0 3px #fff,
6953 0 0 5px #fff,
6954 0 0 7px #fff,
6955 0 0 10px #fff,
6956 0 0 20px #fff,
6957 0 0 30px #fff,
6958 0 0 40px #fff;
6962 #content.user-page.compact > h1.listing {
6963 margin-top: 0.5rem;
6965 #content.user-page.compact > h1.listing + .post-meta {
6966 margin-bottom: 0.5rem;
6969 /*===========================*/
6970 /* HIGHLIGHTING NEW COMMENTS */
6971 /*===========================*/
6973 .new-comment::before {
6974 outline: 2px solid #9037ff;
6975 box-shadow:
6976 0 0 6px -2px #9037ff inset,
6977 0 0 4px #9037ff,
6978 0 0 6px #9037ff;
6981 /*=================================*/
6982 /* COMMENT THREAD MINIMIZE BUTTONS */
6983 /*=================================*/
6985 .comment-minimize-button {
6986 color: #ccc;
6988 .comment-minimize-button:hover {
6989 color: #aaa;
6990 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6992 .comment-minimize-button::after {
6993 font-family: 'Concourse', 'a_Avante', Arial, sans-serif;
6994 color: #777;
6996 .comment-minimize-button.maximized::after {
6997 color: #ccc;
7000 /*=================================*/
7001 /* INDIVIDUAL COMMENT THREAD PAGES */
7002 /*=================================*/
7004 .individual-thread-page > h1 {
7005 font-weight: normal;
7008 /*==============*/
7009 /* VOTE BUTTONS */
7010 /*==============*/
7012 .upvote,
7013 .downvote {
7014 color: #c8c8c8;
7015 position: relative;
7017 .vote::before {
7018 position: relative;
7019 z-index: 1;
7021 .upvote::before {
7022 content: "\F077";
7023 top: 1px;
7025 .downvote::before {
7026 content: "\F078";
7027 position: relative;
7028 left: -2px;
7030 .upvote:hover,
7031 .upvote.selected {
7032 text-shadow:
7033 0 0 0.5px #fff,
7034 0 0 8px #0f0;
7036 .downvote:hover,
7037 .downvote.selected {
7038 text-shadow:
7039 0 0 0.5px #fff,
7040 0 0 8px #f00;
7043 .vote::after {
7044 position: absolute;
7045 visibility: hidden;
7047 .vote.big-vote::after,
7048 .karma:not(.waiting) .vote.clicked-once::after,
7049 .karma:not(.waiting) .vote.clicked-twice::after {
7050 visibility: visible;
7052 .vote.big-vote.clicked-twice::after {
7053 visibility: hidden;
7055 .vote.clicked-once::after {
7056 color: #c8c8c8;
7057 text-shadow: none;
7059 .upvote::after {
7060 content: "\F325";
7061 left: 7px;
7062 bottom: 4px;
7064 .downvote::after {
7065 content: "\F322";
7066 left: 5px;
7067 top: 4px;
7069 @-moz-document url-prefix() {
7070 .upvote::after {
7071 bottom: 2px;
7072 left: 8px;
7074 .downvote::after {
7075 top: 3px;
7076 left: 6px;
7080 /*===========================*/
7081 /* COMMENTING AND POSTING UI */
7082 /*===========================*/
7084 .posting-controls input[type='submit'] {
7085 background-color: #fff;
7086 border: 1px solid #aaa;
7087 font-weight: bold;
7089 .posting-controls input[type='submit']:hover,
7090 .posting-controls input[type='submit']:focus {
7091 background-color: #ddd;
7092 border: 1px solid #999;
7095 .comment-controls .cancel-comment-button {
7096 font-weight: 600;
7097 color: #c00;
7098 text-shadow:
7099 0 0 1px #fff,
7100 0 0 2px #fff;
7102 .comment-controls .cancel-comment-button:hover {
7103 color: #f00;
7104 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7107 .new-comment-button {
7108 font-weight: 600;
7111 .comment-controls .delete-button,
7112 .comment-controls .retract-button {
7113 color: #d00;
7115 .comment-controls .edit-button,
7116 .comment-controls .unretract-button {
7117 color: #0b0;
7119 .comment-controls .action-button:hover {
7120 color: #f00;
7123 .edit-post-link,
7124 .edit-post-link:visited {
7125 color: #090;
7128 .posting-controls textarea {
7129 font-weight: 400;
7130 font-family: 'Source Sans Pro', 'Trebuchet MS', 'Helvetica', 'Arial', 'Verdana', sans-serif;
7131 color: #000;
7132 background-color: #fff;
7133 border-color: #aaa;
7134 box-shadow:
7135 0 0 0 1px #eee inset;
7137 @-moz-document url-prefix() {
7138 .posting-controls textarea {
7139 font-weight: 400;
7142 .posting-controls textarea:focus {
7143 background-color: #ffe;
7144 border-color: #f60;
7145 box-shadow:
7146 0 0 0 1px #ddf inset,
7147 0 0 0 1px #fff,
7148 0 0 0 2px #f60;
7150 .posting-controls.edit-existing-post textarea:focus,
7151 .posting-controls form.edit-existing-comment textarea:focus {
7152 border-color: #090;
7153 box-shadow:
7154 0 0 0 1px #81ff7f inset,
7155 0 0 0 1px #fff,
7156 0 0 0 2px #090;
7159 /*= Scroll bars =*/
7161 .posting-controls textarea::-webkit-scrollbar {
7162 width: 16px;
7163 background-color: transparent;
7165 .posting-controls textarea::-webkit-scrollbar-track {
7166 background-color: #eee;
7167 border-left: 1px solid #bbb;
7168 border-top: 1px solid #eee;
7170 .posting-controls textarea:focus::-webkit-scrollbar-track {
7171 border-left: 1px solid #f60;
7172 border-top: 1px solid #ddf;
7174 .posting-controls textarea::-webkit-scrollbar-thumb {
7175 background-color: #bbb;
7176 box-shadow: 0 0 0 1px #eee inset;
7177 border-left: 1px solid #bbb;
7179 .posting-controls textarea:focus::-webkit-scrollbar-thumb {
7180 border-left: 1px solid #f60;
7181 background-color: #f60;
7182 box-shadow:
7183 0 1px 0 0 #ddf inset,
7184 0 0 0 1px #eee inset;
7187 .posting-controls.edit-existing-post textarea:focus::-webkit-scrollbar-track,
7188 .posting-controls form.edit-existing-comment textarea:focus::-webkit-scrollbar-track {
7189 border-left: 1px solid #090;
7191 .posting-controls.edit-existing-post textarea:focus::-webkit-scrollbar-thumb,
7192 .posting-controls form.edit-existing-comment textarea:focus::-webkit-scrollbar-thumb {
7193 border-left: 1px solid #090;
7194 background-color: #28a708;
7197 /* GUIEdit buttons */
7199 .guiedit-buttons-container {
7200 background-image: linear-gradient(to bottom, #fff 0%, #ddd 50%, #ccc 75%, #aaa 100%);
7203 .posting-controls.edit-existing-post .guiedit-buttons-container button,
7204 .posting-controls form.edit-existing-comment .guiedit-buttons-container button {
7205 color: #050;
7207 button.guiedit {
7208 font-family: Font Awesome, 'Source Sans Pro', 'Trebuchet MS', 'Helvetica', 'Arial', 'Verdana', sans-serif;
7211 button.guiedit::after {
7212 font-family: 'Concourse', 'a_Avante', Arial, sans-serif;
7213 color: #777;
7214 text-shadow: none;
7217 /* Markdown hints */
7219 #markdown-hints-checkbox + label {
7220 color: #999;
7222 #markdown-hints-checkbox + label:hover {
7223 color: #e00;
7224 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7226 #markdown-hints {
7227 border: 1px solid #c00;
7228 background-color: #ffa;
7231 /*================*/
7232 /* EDIT POST FORM */
7233 /*================*/
7235 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
7236 top: -2px;
7238 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
7239 border-radius: 3px;
7240 border: 1px solid #ddd;
7241 color: #777;
7243 @media only screen and (hover:hover) {
7244 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover,
7245 #edit-post-form .post-meta-fields input[type='checkbox']:focus + label {
7246 text-shadow:
7247 0 0 1px #fff,
7248 0 0 2px #fff,
7249 0 0 2.5px #aaa;
7251 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover::before,
7252 #edit-post-form .post-meta-fields input[type='checkbox']:focus + label::before {
7253 border-color: #aaa;
7256 #edit-post-form .post-meta-fields input[type='checkbox']:checked + label::before {
7257 content: "\F00C";
7259 #edit-post-form input[type='radio'] + label {
7260 color: #777;
7261 border-color: #ddd;
7262 padding: 4px 12px 5px 12px;
7264 #edit-post-form input[type='radio'][value='all'] + label {
7265 border-radius: 8px 0 0 8px;
7266 border-width: 1px;
7268 #edit-post-form input[type='radio'][value='drafts'] + label {
7269 border-radius: 0 8px 8px 0;
7271 #edit-post-form input[type='radio'] + label:hover,
7272 #edit-post-form input[type='radio']:focus + label {
7273 background-color: #ddd;
7274 color: #000;
7276 #edit-post-form input[type='radio']:focus + label {
7277 color: #000;
7278 box-shadow:
7279 0 0 0 1px #aaa;
7281 #edit-post-form input[type='radio']:checked + label {
7282 background-color: #ddd;
7283 border-color: #ddd;
7284 color: #000;
7285 text-shadow:
7286 0 -1px 0 #fff,
7287 0 0.5px 0.5px #000;
7290 /*=======*/
7291 /* LINKS */
7292 /*=======*/
7295 text-decoration: none;
7296 color: #f60;
7298 a:visited {
7299 color: #ff943b;
7301 a:hover {
7302 text-decoration: underline;
7305 /*=========*/
7306 /* BUTTONS */
7307 /*=========*/
7309 button,
7310 input[type='submit'] {
7311 color: #f60;
7314 .button,
7315 .button:visited {
7316 color: #999;
7319 button:hover,
7320 input[type='submit']:hover,
7321 button:focus,
7322 input[type='submit']:focus {
7323 color: #d00;
7324 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7326 button:active,
7327 input[type='submit']:active {
7328 color: #f00;
7329 transform: scale(0.9);
7331 .button:hover {
7332 color: #d00;
7333 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7334 text-decoration: none;
7336 .button:active {
7337 transform: scale(0.9);
7339 .button:focus:not(:hover) {
7340 transform: none;
7342 @-moz-document url-prefix() {
7343 .button:active {
7344 transform: none;
7348 /*==========*/
7349 /* HEADINGS */
7350 /*==========*/
7352 .body-text h1,
7353 .body-text h2,
7354 .body-text h4 {
7355 font-family: 'Concourse', 'a_Avante', Arial, sans-serif;
7357 .body-text h3,
7358 .body-text h5,
7359 .body-text h6 {
7360 font-family: 'Concourse Smallcaps', 'a_Avante', Arial, sans-serif;
7362 .body-text h1,
7363 .body-text h2,
7364 .body-text h3,
7365 .body-text h4,
7366 .body-text h5,
7367 .body-text h6 {
7368 font-weight: 400;
7370 .body-text h6 {
7371 color: #555;
7373 .body-text h1 {
7374 border-bottom: 1px solid #aaa;
7376 .post-body h2 {
7377 border-bottom: 1px dotted #ccc;
7380 /*========*/
7381 /* QUOTES */
7382 /*========*/
7384 blockquote {
7385 border-left: 5px solid #ccc;
7388 /*========*/
7389 /* IMAGES */
7390 /*========*/
7392 #content img,
7393 #content figure.image img {
7394 border: 1px solid #ccc;
7396 #content figure img {
7397 border: 1px solid #000;
7399 #content img[src$='.svg'],
7400 #content figure img[src$='.svg'] {
7401 border: none;
7403 #content img[style^='float'] {
7404 border: 1px solid transparent;
7407 /*========*/
7408 /* TABLES */
7409 /*========*/
7411 #content:not(.tag-index-page) .body-text table,
7412 #content:not(.tag-index-page) .body-text table th,
7413 #content:not(.tag-index-page) .body-text table td {
7414 border: 1px solid #ddd;
7417 /*======*/
7418 /* MISC */
7419 /*======*/
7421 hr {
7422 border-bottom: 1px solid #999;
7425 code {
7426 background-color: #f6f6ff;
7427 border: 1px solid #ddf;
7428 border-radius: 4px;
7431 input[type='text'],
7432 input[type='search'],
7433 input[type='password'] {
7434 background-color: #fff;
7435 border: 1px solid #ddd;
7436 color: #000;
7438 input[type='text']:focus,
7439 input[type='search']:focus,
7440 input[type='password']:focus {
7441 background-color: #ffe;
7442 border: 1px solid #bbb;
7443 box-shadow: 0 0 1px #bbb;
7446 select {
7447 color: #000;
7450 .frac {
7451 padding-left: 2px;
7453 .frac sup {
7454 position: relative;
7455 left: -1px;
7457 .frac sub {
7458 position: relative;
7459 left: -0.5px;
7462 /*============*/
7463 /* ABOUT PAGE */
7464 /*============*/
7466 .about-page mark {
7467 background-color: #e6e6e6;
7468 text-decoration: none;
7469 box-shadow:
7470 0 -1px 0 0 #000 inset,
7471 0 -3px 1px -2px #000 inset;
7472 padding: 0 1px;
7475 #content.about-page .accesskey-table {
7476 font-family: 'Concourse', 'a_Avante', Arial, sans-serif;
7477 border-color: #ddd;
7480 #content.about-page img {
7481 border: 1px solid #000;
7484 /*========================*/
7485 /* QUALIFIED HYPERLINKING */
7486 /*========================*/
7488 #aux-about-link a {
7489 color: #777;
7491 #aux-about-link a:hover {
7492 opacity: 1.0;
7493 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7496 .qualified-linking label {
7497 color: #f60;
7499 .qualified-linking label:hover {
7500 text-shadow:
7501 0 0 1px #fff,
7502 0 0 3px #fff,
7503 0 0 5px #00e;
7506 .qualified-linking-toolbar {
7507 border: 1px solid #000;
7508 background-color: #fff;
7510 .qualified-linking-toolbar a {
7511 background-color: #eee;
7512 border: 1px solid #ccc;
7513 border-radius: 4px;
7514 color: #f60;
7516 .qualified-linking-toolbar a:visited {
7517 color: #f60;
7519 .qualified-linking-toolbar a:hover {
7520 text-decoration: none;
7521 background-color: #ddd;
7522 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7524 .qualified-linking label::after {
7525 background-color: #eee;
7526 opacity: 0.8;
7529 /*======*/
7530 /* MATH */
7531 /*======*/
7533 .mathjax-block-container::-webkit-scrollbar {
7534 height: 12px;
7535 background-color: #f6f6ff;
7536 border-radius: 6px;
7537 border: 1px solid #ddf;
7539 .mathjax-block-container::-webkit-scrollbar-thumb {
7540 background-color: #dde;
7541 border-radius: 6px;
7542 border: 1px solid #cce;
7544 .mathjax-inline-container::-webkit-scrollbar {
7545 height: 8px;
7546 background-color: #f6f6ff;
7547 border-radius: 4px;
7548 border: 1px solid #ddf;
7550 .mathjax-inline-container::-webkit-scrollbar-thumb {
7551 background-color: #dde;
7552 border-radius: 4px;
7553 border: 1px solid #cce;
7556 /*=================*/
7557 /* ALIGNMENT FORUM */
7558 /*=================*/
7560 #content.alignment-forum-index-page::before {
7561 background-color: #f1f3ff;
7563 #content.alignment-forum-index-page::after {
7564 font-family: 'Concourse Smallcaps', 'a_Avante', Arial, sans-serif;
7565 font-weight: 600;
7566 background-color: #626dd7;
7567 -webkit-background-clip: text;
7568 color: transparent;
7569 text-shadow:
7570 rgba(255,255,255,0.5) 0px 3px 3px;;
7572 @media only screen and (hover: hover) {
7573 #content.alignment-forum-index-page h1.listing a:hover,
7574 #content.alignment-forum-index-page h1.listing a:focus {
7575 background-color: rgba(241,243,255,0.85);
7579 /*====================*/
7580 /* FOR NARROW SCREENS */
7581 /*====================*/
7583 @media only screen and (max-width: 1440px) {
7584 #hns-date-picker {
7585 background-color: #eee;
7586 opacity: 1.0;
7588 #hns-date-picker::before {
7589 border: 1px solid #ccc;
7590 border-width: 1px 0 1px 1px;
7593 @media only screen and (max-width: 1160px) {
7594 #theme-selector {
7595 background-color: #eee;
7596 box-shadow:
7597 0 0 0 1px #999,
7598 0 0 0 2px transparent;
7600 #theme-selector:hover::after {
7601 background-color: #999;
7602 width: calc(6em - 3px);
7603 height: calc(100% - 5px);
7604 top: 3px;
7605 left: 100%;
7607 #text-size-adjustment-ui button {
7608 background-color: #ddd;
7610 #text-size-adjustment-ui button:hover {
7611 background-color: #eee;
7613 #theme-tweaker-toggle button {
7614 background-color: #ddd;
7617 @media only screen and (max-width: 1080px) {
7618 #text-size-adjustment-ui button {
7619 border: 1px solid #999;
7620 padding: 0 0 0 1px;
7621 border-radius: 50%;
7622 box-shadow:
7623 0 0 6px #999 inset,
7624 0 0 0 1px transparent;
7626 #theme-tweaker-toggle button {
7627 border: 1px solid #999;
7628 box-shadow:
7629 0 0 10px #999 inset,
7630 0 0 0 1px transparent;
7631 border-radius: 50%;
7632 transform: scale(0.8);
7635 @media only screen and (max-width: 1020px) {
7636 #quick-nav-ui a {
7637 box-shadow:
7638 0 0 0 1px #ccc,
7639 0 0 0 2px transparent;
7641 #new-comment-nav-ui .new-comments-count::before {
7642 background-color: #eee;
7643 box-shadow:
7644 0 0 0 1px #ccc,
7645 0 0 0 2px transparent;
7646 border-radius: 8px;
7648 #anti-kibitzer-toggle {
7649 box-shadow:
7650 0 0 0 1px #ccc,
7651 0 0 0 2px transparent;
7652 background-color: #eee;
7653 border-radius: 6px;
7654 overflow: hidden;
7658 /*========*/
7659 /* MOBILE */
7660 /*========*/
7662 /*******************************************************/
7663 @media not screen and (hover:hover) and (pointer:fine) {
7664 /*******************************************************/
7665 #ui-elements-container > div[id$='-ui-toggle'] button {
7666 color: #aaa;
7667 text-shadow:
7668 0 0 1px #fff,
7669 0 0 3px #fff,
7670 0 0 5px #fff,
7671 0 0 10px #fff,
7672 0 0 20px #fff,
7673 0 0 30px #fff;
7676 #theme-selector {
7677 background-color: #eee;
7678 box-shadow:
7679 0 0 0 1px #999,
7680 0 0 1px 3px #fff,
7681 0 0 3px 3px #fff,
7682 0 0 5px 3px #fff,
7683 0 0 10px 3px #fff,
7684 0 0 20px 3px #fff;
7685 border-radius: 12px;
7687 #theme-selector::before,
7688 #theme-selector .theme-selector-close-button {
7689 color: #888;
7690 text-shadow: 0.5px 0.5px 0 #fff;
7692 #theme-selector button {
7693 background-color: #e6e6e6;
7694 border-radius: 10px;
7696 #theme-selector button::after {
7697 color: #000;
7698 padding-bottom: 2px;
7699 max-width: calc(100% - 3.25em);
7700 overflow: hidden;
7701 text-overflow: ellipsis;
7703 #theme-selector button.selected::after {
7704 text-shadow:
7705 0 -1px 0 #fff,
7706 0 0.5px 0.5px #000;
7709 #quick-nav-ui {
7710 background-color: #fff;
7712 #quick-nav-ui a {
7713 background-color: #eee;
7714 box-shadow: 0 0 0 1px #999;
7716 #quick-nav-ui,
7717 #new-comment-nav-ui,
7718 #hns-date-picker {
7719 box-shadow:
7720 0 0 1px 3px #fff,
7721 0 0 3px 3px #fff,
7722 0 0 5px 3px #fff,
7723 0 0 10px 3px #fff,
7724 0 0 20px 3px #fff;
7726 #quick-nav-ui a::after,
7727 #new-comment-nav-ui::before {
7728 font-family: 'Concourse', 'a_Avante', Arial, sans-serif;
7729 font-weight: 600;
7730 box-shadow:
7731 0 0 1px 0 #fff,
7732 0 0 3px 0 #fff,
7733 0 0 5px 0 #fff;
7734 background-color: #fff;
7735 border-radius: 4px;
7737 #quick-nav-ui,
7738 #new-comment-nav-ui {
7739 border-radius: 8px;
7741 #new-comment-nav-ui {
7742 background-color: #eee;
7743 border: 1px solid #999;
7745 #new-comment-nav-ui::before {
7746 color: #777;
7747 font-weight: 600;
7749 #new-comment-nav-ui .new-comment-sequential-nav-button {
7750 box-shadow: 0 0 0 1px #999;
7751 color: #777;
7753 #new-comment-nav-ui .new-comments-count {
7754 background-color: inherit;
7755 box-shadow: 0 -1px 0 0 #999;
7757 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
7758 color: #bbb;
7760 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
7761 border-radius: 7px 0 0 7px;
7763 #new-comment-nav-ui button::after {
7764 font-family: 'Concourse', 'a_Avante', Arial, sans-serif;
7766 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-next {
7767 border-radius: 0 7px 7px 0;
7770 /*****************************************/
7771 @media only screen and (max-width: 900px) {
7772 /*****************************************/
7773 h1.listing + .post-meta > * {
7774 line-height: 1.5;
7776 h1.listing + .post-meta .post-section::before {
7777 position: unset;
7780 .nav-bar-top:not(#primary-bar) .nav-inner {
7781 font-size: 1em;
7783 .nav-bar-top:not(#primary-bar) .nav-item:not(#nav-item-search) .nav-inner {
7784 padding: 6px 10px;
7786 .nav-bar-top .nav-inner::before {
7787 opacity: 0.8;
7790 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
7791 background-color: #aaa;
7794 .comment-item .comment-item {
7795 margin: 0.75em 2px 4px 6px;
7797 .comment-item .comment-item + .comment-item {
7798 margin: 1.5em 2px 4px 6px;
7801 a.comment-parent-link:hover::before {
7802 background-color: unset;
7805 .sublevel-nav:not(.sort) .sublevel-item,
7806 .sublevel-nav:not(.sort) .sublevel-item:first-child,
7807 .sublevel-nav:not(.sort) .sublevel-item:last-child {
7808 border-radius: 8px;
7809 border-width: 1px;
7810 margin: 2px;
7812 /*******************************************/
7813 } @media only screen and (max-width: 720px) {
7814 /*******************************************/
7815 /*******************************************/
7816 } @media only screen and (max-width: 520px) {
7817 /*******************************************/
7818 h1.listing {
7819 font-size: 1.25rem;
7820 margin: 18px 6px 4px 6px;
7821 max-width: calc(100% - 12px);
7823 h1.listing + .post-meta {
7824 margin: 4px 6px;
7826 h1.listing .link-post-link {
7827 top: 2px;
7830 #content.compact > .comment-thread .comment-item {
7831 max-height: 108px;
7834 .textarea-container:focus-within button:active {
7835 background-color: #ccc;
7837 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
7838 background-color: #eee;
7839 border: 1px solid #ddd;
7840 border-radius: 6px;
7842 .textarea-container:focus-within .guiedit-mobile-help-button.active {
7843 border-color: #c00;
7844 box-shadow:
7845 0 0 0 1px #fff,
7846 0 0 0 2px #c00;
7847 color: #c00;
7848 font-weight: 600;
7850 .textarea-container:focus-within .guiedit-buttons-container {
7851 background-color: #fff;
7852 border-top: 1px solid #ddf;
7854 #content.conversation-page .textarea-container:focus-within::after {
7855 background-color: #fff;
7857 .textarea-container:focus-within button.guiedit {
7858 background-color: #eee;
7859 border: 1px solid #ddd;
7860 border-radius: 6px;
7862 #markdown-hints::after {
7863 color: #090;
7866 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
7867 top: 2px;
7869 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
7870 top: 1px;
7875 /*************/
7876 /* ACCORDIUS */
7877 /*************/
7879 /*======*/
7880 /* TAGS */
7881 /*======*/
7883 #tags {
7884 order: 12;
7885 display: flex;
7886 flex-basis: 100%;
7887 justify-content: center;
7888 margin: 0;
7889 flex-flow: row wrap;
7890 align-items: flex-start;
7893 /*============*/
7894 /* GREY THEME */
7895 /*============*/
7897 /*++++++*/
7898 /* TAGS */
7899 /*++++++*/
7901 #tags {
7902 padding: 0.5em;
7903 align-items: center;
7905 #tags::before {
7906 content: "\F02C";
7907 font-family: Font Awesome;
7908 font-weight: 400;
7909 font-size: 0.875em;
7910 margin: 0 0.5em 0 0;
7911 opacity: 0.3;
7913 #tags a {
7914 margin: 0 0.375em 0 0;
7916 #tags a:not(:last-of-type)::after {
7917 content: ","