Partial fix for theme selector transparent background.
[lw2-viewer.git] / www / css / style-brutalist.mac.css
blobbcfb4010d595601b8027ab46a18c500dd2fb3e08
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 /* BRUTALIST THEME */
5715 /*******************/
5717 /*===========*/
5718 /* VARIABLES */
5719 /*===========*/
5721 /* Color scheme.
5723 :root {
5726 /*======*/
5727 /* BASE */
5728 /*======*/
5730 body {
5731 color: #000;
5732 background-color: #fff;
5733 font-family: 'Anonymous Pro', monospace;
5735 #content {
5736 line-height: 1.55;
5738 #content::before {
5739 background-color: #fff;
5740 box-shadow:
5741 -1px 0 0 #000 inset,
5742 0 2px 0 #000;
5743 border-style: solid;
5744 border-color: #000;
5745 border-width: 0 1px 0 2px;
5747 #content.no-nav-bars::before {
5748 border-width: 2px;
5749 box-shadow: none;
5752 /*=========*/
5753 /* NAV BAR */
5754 /*=========*/
5756 .nav-bar {
5757 justify-content: flex-start;
5759 .nav-bar:nth-of-type(2) {
5760 border-bottom: 2px solid #000;
5762 .nav-inner {
5763 font-size: 1.375em;
5764 font-weight: 600;
5765 border-style: solid;
5766 border-color: transparent;
5767 border-width: 0 2px;
5769 .nav-bar-top:not(#primary-bar) .nav-inner {
5770 font-size: 1em;
5773 .nav-current:not(#nav-item-search) .nav-inner,
5774 .nav-bar a.nav-inner:hover {
5775 box-shadow:
5776 0 0 0 4px #fff inset,
5777 0 0 0 6px #000 inset;
5779 .nav-bar a.nav-inner:active {
5780 box-shadow:
5781 0 0 0 8px #fff inset,
5782 0 0 0 10px #000 inset;
5785 #bottom-bar.decorative::before,
5786 #bottom-bar.decorative::after {
5787 content: "GW";
5788 display: block;
5789 text-align: center;
5790 padding: 0.25em 0 1em 0;
5792 #bottom-bar.decorative::before {
5793 width: 100%;
5794 color: transparent;
5795 background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAMdXV1QUAACwAAAAAAQABAAACAkQBADs=');
5796 background-repeat: repeat-x;
5797 background-position: center 35%;
5798 margin: 0 30px;
5799 filter: contrast(90%);
5801 #bottom-bar.decorative::after {
5802 color: #d8d8d8;
5803 position: absolute;
5804 left: 0;
5805 right: 0;
5806 margin: auto;
5807 background-color: #fff;
5808 padding-right: 5px;
5809 padding-left: 6px;
5811 @supports (width: -moz-fit-content) {
5812 #bottom-bar.decorative::after {
5813 width: -moz-fit-content;
5816 @supports (width: fit-content) {
5817 #bottom-bar.decorative::after {
5818 width: fit-content;
5822 /* Accesskey hints */
5824 .nav-inner::after {
5825 display: block;
5826 position: absolute;
5827 left: 8px;
5828 top: 3px;
5829 font-weight: 400;
5830 font-size: 0.7em;
5831 color: #d8d8d8;
5833 .inactive-bar .nav-inner::after {
5834 color: #ccc;
5836 .nav-inner:hover::after {
5837 color: #bbb;
5840 /* Search tab */
5842 #nav-item-search button {
5843 border: none;
5844 font-weight: inherit;
5846 #nav-item-search input::placeholder {
5847 color: #d00;
5848 font-weight: normal;
5851 /* Inbox indicator */
5853 #inbox-indicator {
5854 text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff;
5857 /*==============*/
5858 /* PAGE TOOLBAR */
5859 /*==============*/
5861 .page-toolbar button,
5862 .page-toolbar button:hover,
5863 .page-toolbar button:active,
5864 .page-toolbar button:focus {
5865 border: none;
5866 box-shadow: none;
5868 .page-toolbar a:hover,
5869 .page-toolbar button:hover {
5870 text-decoration: dotted underline;
5872 .page-toolbar a:active,
5873 .page-toolbar button:active {
5874 transform: scale(0.9);
5877 .rss::before {
5878 filter: grayscale(100%);
5881 /*==============*/
5882 /* SUBLEVEL NAV */
5883 /*==============*/
5885 .sublevel-nav .sublevel-item {
5886 border-color: #000;
5887 border-style: solid;
5888 border-width: 1px 1px 1px 0;
5890 .sublevel-nav .sublevel-item:first-child {
5891 border-width: 1px;
5893 .sublevel-nav .sublevel-item:hover {
5894 box-shadow:
5895 0 0 0 2px #fff inset,
5896 0 0 0 3px #000 inset;
5898 .sublevel-nav .sublevel-item:active {
5899 box-shadow:
5900 0 0 0 4px #fff inset,
5901 0 0 0 5px #000 inset;
5902 font-weight: normal;
5904 .sublevel-nav .sublevel-item:disabled,
5905 .sublevel-nav span.sublevel-item {
5906 box-shadow:
5907 0 0 0 2px #fff inset,
5908 0 0 0 3px #000 inset;
5909 font-weight: bold;
5910 color: inherit;
5913 /*=====================*/
5914 /* SORT ORDER SELECTOR */
5915 /*=====================*/
5917 .sublevel-nav.sort {
5918 padding: 18px 0 0 0;
5919 border: 2px solid #000;
5921 .sublevel-nav.sort::before {
5922 text-transform: uppercase;
5923 font-weight: 600;
5925 .sublevel-nav.sort .sublevel-item {
5926 padding: 7px 8px 6px 9px;
5927 text-transform: uppercase;
5928 border: none;
5931 /*================*/
5932 /* WIDTH SELECTOR */
5933 /*================*/
5935 #width-selector button {
5936 box-shadow:
5937 0 0 0 4px #fff inset,
5938 0 0 0 5px #000 inset;
5940 #width-selector button:hover,
5941 #width-selector button.selected {
5942 box-shadow:
5943 0 0 0 1px #fff inset,
5944 0 0 0 2px #000 inset,
5945 0 0 0 4px #fff inset,
5946 0 0 0 5px #000 inset;
5948 #width-selector button::after {
5949 color: #000;
5950 font-size: 0.9em;
5953 /*================*/
5954 /* THEME SELECTOR */
5955 /*================*/
5957 #theme-selector button {
5958 box-shadow:
5959 0 0 0 5px #fff inset;
5961 #theme-selector button:hover,
5962 #theme-selector button.selected {
5963 box-shadow:
5964 0 0 0 2px #fff inset,
5965 0 0 0 3px #000 inset,
5966 0 0 0 5px #fff inset;
5969 #theme-selector button::before {
5970 font-size: 0.9375em;
5971 padding: 6px;
5972 width: 7em;
5973 color: #aaa;
5974 background-color: #fff;
5976 #theme-selector button:hover::before,
5977 #theme-selector button.selected::before {
5978 color: #000;
5981 /*======================*/
5982 /* ANTI-KIBITZER TOGGLE */
5983 /*======================*/
5985 #anti-kibitzer-toggle button::before,
5986 #anti-kibitzer-toggle button::after {
5987 background-color: #999;
5988 -webkit-background-clip: text;
5989 color: transparent;
5990 text-shadow: rgba(255,255,255,0.5) 0px 1px 1px;
5992 #anti-kibitzer-toggle button:hover {
5993 box-shadow: none;
5995 #anti-kibitzer-toggle button:hover::before,
5996 #anti-kibitzer-toggle button:hover::after {
5997 background-color: #000;
5998 text-shadow: rgba(255,255,255,0.2) 0px 1px 1px;
6001 /*=========================*/
6002 /* TEXT SIZE ADJUSTMENT UI */
6003 /*=========================*/
6005 #text-size-adjustment-ui button:hover,
6006 #text-size-adjustment-ui button:active,
6007 #text-size-adjustment-ui button:focus {
6008 box-shadow: none;
6009 color: #777;
6011 #text-size-adjustment-ui::after {
6012 color: #000;
6015 /*======================*/
6016 /* THEME TWEAKER TOGGLE */
6017 /*======================*/
6019 #theme-tweaker-toggle button:hover,
6020 #theme-tweaker-toggle button:active {
6021 box-shadow: none;
6024 /*=================*/
6025 /* QUICKNAV WIDGET */
6026 /*=================*/
6028 #quick-nav-ui a {
6029 color: #000;
6030 box-shadow:
6031 0 0 0 1px #fff,
6032 0 0 0 3px #000;
6034 #quick-nav-ui a[href='#bottom-bar'] {
6035 line-height: 1.8;
6037 @media only screen and (hover: hover) {
6038 #quick-nav-ui a:hover {
6039 box-shadow:
6040 0 0 0 1px #fff inset,
6041 0 0 0 3px #000 inset,
6042 0 0 0 1px #fff,
6043 0 0 0 3px #000;
6046 #quick-nav-ui a:active {
6047 box-shadow:
6048 0 0 0 3px #fff inset,
6049 0 0 0 5px #000 inset,
6050 0 0 0 1px #fff,
6051 0 0 0 3px #000;
6053 #quick-nav-ui a[href='#comments'].no-comments {
6054 opacity: 0.4;
6055 color: #bbb;
6058 /*======================*/
6059 /* NEW COMMENT QUICKNAV */
6060 /*======================*/
6062 #new-comment-nav-ui .new-comments-count {
6063 left: 2px;
6065 #new-comment-nav-ui .new-comments-count::after {
6066 position: relative;
6067 right: 1px;
6069 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
6070 color: #bbb;
6073 /*=================*/
6074 /* HNS DATE PICKER */
6075 /*=================*/
6077 #hns-date-picker {
6078 bottom: 75px;
6079 text-indent: -16px;
6081 #hns-date-picker span {
6082 color: #777;
6083 font-weight: 600;
6084 text-indent: 0px;
6086 #hns-date-picker input {
6087 color: #666;
6088 width: 160px;
6090 #hns-date-picker input:focus {
6091 color: #000;
6094 /*======================*/
6095 /* TEXT SIZE ADJUSTMENT */
6096 /*======================*/
6098 /*=============================*/
6099 /* COMMENTS VIEW MODE SELECTOR */
6100 /*=============================*/
6102 /*===============*/
6103 /* KEYBOARD HELP */
6104 /*===============*/
6106 #keyboard-help-overlay {
6107 font-family: Concourse;
6110 #nav-item-about button.open-keyboard-help {
6111 border: none;
6114 /*==========*/
6115 /* ARCHIVES */
6116 /*==========*/
6118 .archive-nav {
6119 border: 2px solid #000;
6121 .archive-nav span[class^='archive-nav-item'],
6122 .archive-nav a:hover {
6123 font-weight: bold;
6124 box-shadow:
6125 0 0 0 1px #fff inset,
6126 0 0 0 3px #000 inset;
6128 .archive-nav a:active {
6129 transform: none;
6130 box-shadow:
6131 0 0 0 3px #fff inset,
6132 0 0 0 5px #000 inset;
6135 /*==========*/
6136 /* LISTINGS */
6137 /*==========*/
6139 h1.listing {
6140 margin: 0.7em 20px 0.1em 20px;
6141 max-width: calc(100% - 40px);
6142 font-family: 'Anonymous Pro', monospace, 'Font Awesome';
6143 font-size: 1.625rem;
6146 h1.listing .link-post-link {
6147 font-size: 0.7em;
6148 top: 6px;
6149 color: #fff;
6150 text-shadow:
6151 0.5px 0.5px 0 #000,
6152 -0.5px -0.5px 0 #000,
6153 0 0 2px #000;
6156 @media only screen and (hover: hover) {
6157 h1.listing a:hover,
6158 h1.listing a:focus {
6159 color: #777;
6160 background-color: rgba(255,255,255,0.85);
6162 h1.listing:focus-within::before {
6163 color: #000;
6164 left: -0.625em;
6166 h1.listing .link-post-link:hover {
6167 color: #fff;
6168 text-shadow:
6169 0.5px 0.5px 0 #000,
6170 -0.5px -0.5px 0 #000,
6171 0 0 2px #000,
6172 0 0 3px #000;
6176 h1.listing .edit-post-link {
6177 padding: 5px 3px 36px 0.5em;
6178 top: 0;
6179 right: 0;
6181 h1.listing .edit-post-link:hover {
6182 text-decoration: none;
6184 #content.user-page h1.listing .edit-post-link {
6185 background-color: #fff;
6188 /*===================*/
6189 /* TOP PAGINATION UI */
6190 /*===================*/
6192 #top-nav-bar a:hover {
6193 color: #777;
6195 #bottom-bar #nav-item-last a::before {
6196 margin-left: -2.3em;
6197 left: 3.9em;
6200 /*= Top pagination UI hover tooltips =*/
6202 #top-nav-bar a::after,
6203 #bottom-bar a::after {
6204 color: #000;
6206 #bottom-bar a:not([href='#top'])::after {
6207 background-color: #fff;
6208 left: 0;
6209 right: 0;
6210 margin: auto;
6211 padding: 1px 6px;
6212 bottom: 2px;
6214 @supports (width: -moz-fit-content) {
6215 #bottom-bar a:not([href='#top'])::after {
6216 width: -moz-fit-content;
6219 @supports (width: fit-content) {
6220 #bottom-bar a:not([href='#top'])::after {
6221 width: fit-content;
6225 /*======*/
6226 /* SPAM */
6227 /*======*/
6229 h1.listing.spam {
6230 opacity: 0.1;
6232 h1.listing.spam + .post-meta {
6233 opacity: 0.2;
6235 h1.listing.spam:hover,
6236 h1.listing.spam + .post-meta:hover,
6237 h1.listing.spam:hover + .post-meta {
6238 opacity: 1.0;
6241 /*===================*/
6242 /* LISTING POST-META */
6243 /*===================*/
6245 h1.listing + .post-meta > * {
6246 line-height: 1.5;
6248 h1.listing + .post-meta .read-time {
6249 opacity: 0.5;
6252 /*============*/
6253 /* USER PAGES */
6254 /*============*/
6256 #content.user-page h1.page-main-heading {
6257 border-bottom: 1px dotted #000;
6260 #content.user-page h1.listing,
6261 #content.user-page h1.listing + .post-meta {
6262 border-style: solid;
6263 border-color: #000;
6265 #content.user-page h1.listing {
6266 padding: 0 6px;
6267 padding-top: 0.25em;
6268 border-width: 2px 2px 0 2px;
6269 margin: 1rem 0 0 0;
6270 max-width: 100%;
6272 #content.own-user-page h1.listing,
6273 h1.listing.own-post-listing {
6274 padding-right: 36px;
6276 @media only screen and (hover: hover) {
6277 #content.user-page h1.listing:focus-within::before {
6278 left: -0.625em;
6281 #content.user-page h1.listing + .post-meta {
6282 padding: 0.75em 6px 0.5em 33px;
6283 border-width: 0 2px 2px 2px;
6284 margin: 0 0 1rem 0;
6286 #content.user-page h1.listing + .post-meta .post-section::before {
6287 left: -2px;
6288 top: unset;
6291 #content.conversations-user-page h1.listing {
6292 padding: 8px 6px 8px 10px;
6293 font-size: 1.5rem;
6295 #content.conversations-user-page h1.listing + .post-meta {
6296 padding: 10px 4px 6px 4px;
6297 margin: 0;
6300 .user-stats .karma-total {
6301 font-weight: bold;
6304 /*===============*/
6305 /* CONVERSATIONS */
6306 /*===============*/
6308 #content.conversation-page textarea {
6309 border-top-width: 2px;
6312 /*============*/
6313 /* LOGIN PAGE */
6314 /*============*/
6316 .login-container form input[type='submit'] {
6317 font-weight: bold;
6320 /* “Log in” form */
6321 #login-form {
6322 grid-template-columns: 5.75em 1fr;
6325 #login-form a:hover {
6326 text-decoration: dotted underline;
6328 #login-form a:active {
6329 transform: scale(0.9);
6332 /* “Create account” form */
6334 #signup-form {
6335 grid-template-columns: 10.5em 1fr;
6336 border: 2px solid #000;
6339 /* Log in tip */
6341 .login-container .login-tip {
6342 border: 1px solid #000;
6345 /* Message box */
6347 .error-box {
6348 border: 1px solid red;
6349 background-color: #faa;
6351 .success-box {
6352 border: 1px solid green;
6353 background-color: #afa;
6356 /*=====================*/
6357 /* PASSWORD RESET PAGE */
6358 /*=====================*/
6360 .reset-password-container label {
6361 width: 12em;
6363 .reset-password-container input[type='submit'] {
6364 font-weight: bold;
6367 /*===================*/
6368 /* TABLE OF CONTENTS */
6369 /*===================*/
6371 .contents {
6372 font-family: 'Anonymous Pro', monospace;
6373 border: 2px solid #000;
6374 background-color: #fff;
6376 .contents-head {
6377 font-weight: bold;
6378 font-size: 1.125em;
6380 .post-body .contents ul {
6381 font-size: 0.9375em;
6383 .contents ul a {
6384 border-bottom: 2px dotted #999;
6386 .post-body .contents li::before {
6387 color: #999;
6388 font-feature-settings: "tnum";
6391 /*==================*/
6392 /* POSTS & COMMENTS */
6393 /*==================*/
6395 .body-text {
6396 font-family: 'Input Sans', sans-serif;
6397 font-weight: 200;
6399 .body-text a {
6400 border-bottom: 2px dotted #000;
6402 .body-text a:hover {
6403 color: #999;
6405 .post-meta a:hover,
6406 .comment-meta a:hover {
6407 text-decoration: dotted underline;
6410 /*===========*/
6411 /* POST-META */
6412 /*===========*/
6414 .post-meta .post-section::before,
6415 .comment-meta .alignment-forum {
6416 color: #fff;
6417 top: -1px;
6418 text-shadow:
6419 1px 1px 0 #777,
6420 0 1px 0 #777,
6421 0 0 5px #777;
6423 a.post-section:hover {
6424 text-decoration: none;
6426 a.post-section:hover::before {
6427 color: #eee;
6429 .post-meta .date {
6430 color: #888;
6432 .bottom-post-meta {
6433 border-color: #000;
6434 border-style: dotted;
6437 /*============*/
6438 /* LINK POSTS */
6439 /*============*/
6441 .post.link-post a.link-post-link {
6442 font-family: 'Anonymous Pro', monospace;
6443 font-weight: 600;
6444 font-size: 1.25em;
6445 border: none;
6447 .post.link-post a.link-post-link::before {
6448 color: #fff;
6449 text-shadow:
6450 0.5px 0.5px 0 #000,
6451 -0.5px -0.5px 0 #000,
6452 0 0 2px #000;
6454 .post.link-post a.link-post-link:hover {
6455 color: inherit;
6456 border-bottom: 2px dotted #000;
6458 .post.link-post a.link-post-link:hover::before {
6459 text-shadow:
6460 0.5px 0.5px 0 #000,
6461 -0.5px -0.5px 0 #000,
6462 0 0 2px #000,
6463 0 0 3px #000;
6465 .post.link-post a.link-post-link:focus {
6466 color: #999;
6467 border-bottom: 2px dotted #999;
6470 /*=======*/
6471 /* POSTS */
6472 /*=======*/
6474 .post-body {
6475 font-size: 1.125rem;
6476 margin-top: 1em;
6478 h1.post-title {
6479 font-size: 2.25rem;
6480 margin-top: 1.375em;
6483 /*=================*/
6484 /* POST NAVIGATION */
6485 /*=================*/
6487 .post-nav-links a:hover {
6488 box-shadow:
6489 0 0 0 2px #fff inset,
6490 0 0 0 4px #000 inset;
6492 .post-nav-links a:active {
6493 box-shadow:
6494 0 0 0 6px #fff inset,
6495 0 0 0 8px #000 inset;
6498 .post-nav-label {
6499 opacity: 0.75;
6502 @media only screen and (max-width: 900px) {
6503 .sequence-title {
6504 border-top: 1px dotted #000;
6506 .post-nav.prev {
6507 border-right: 1px dotted #000;
6509 .post-nav.next {
6510 border-left: 1px dotted #000;
6514 /*==========*/
6515 /* COMMENTS */
6516 /*==========*/
6518 #comments::before {
6519 border-top: 2px solid #000;
6521 #content > .comment-thread .comment-meta a.date:focus,
6522 #content > .comment-thread .comment-meta a.permalink:focus {
6523 color: #999;
6524 outline: 2px dotted #999;
6525 position: relative;
6526 background-color: #fff;
6527 padding: 0 5px;
6528 left: -5px;
6530 #content > .comment-thread .comment-meta a.date:focus + *,
6531 #content > .comment-thread .comment-meta a.permalink:focus + *:not(.comment-post-title) {
6532 margin-left: -10px;
6534 .comment-item {
6535 border: 2px solid #000;
6538 .comment-body {
6539 font-size: 1rem;
6540 line-height: 1.5;
6543 /*================================*/
6544 /* DEEP COMMENT THREAD COLLAPSING */
6545 /*================================*/
6547 .comment-item input[id^="expand"] + label::after {
6548 font-weight: 600;
6550 .comment-item input[id^="expand"] + label:hover::after {
6551 color: #c00;
6553 .comment-item input[id^="expand"] + label:active::after,
6554 .comment-item input[id^="expand"] + label:focus::after{
6555 color: #c00;
6557 .comment-item input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
6558 border-width: 1px 0 0 0;
6561 /*==============*/
6562 /* COMMENT-META */
6563 /*==============*/
6565 .comment-meta .author {
6566 font-weight: bold;
6567 font-size: 1.25em;
6569 .comment-item .author:not(.redacted).original-poster::after {
6570 opacity: 0.6;
6573 .comment-item .karma.active-controls::after,
6574 .comment-item .karma .karma-value::after,
6575 .post .karma.active-controls::after,
6576 .post .karma .karma-value::after,
6577 .author::before {
6578 background-color: #fff;
6579 color: #000;
6580 box-shadow: 0 0 0 1px #000 inset;
6582 .comment-item .karma.active-controls::after,
6583 .post .karma.active-controls::after {
6584 padding: 6px;
6585 bottom: -46px;
6586 max-width: unset;
6587 transform: translateX(-2px);
6589 .comment-item .karma .karma-value::after,
6590 .post .karma .karma-value::after {
6591 padding: 2px 8px;
6592 top: -26px;
6593 min-width: 80px;
6596 /*====================*/
6597 /* ANTI-KIBITZER MODE */
6598 /*====================*/
6600 .author.redacted,
6601 .inline-author.redacted {
6602 opacity: 0.5;
6603 font-weight: 400;
6606 .karma-value.redacted {
6607 opacity: 0.5;
6610 .link-post-domain.redacted {
6611 opacity: 0.3;
6614 /*===========================*/
6615 /* COMMENT THREAD NAVIGATION */
6616 /*===========================*/
6618 div.comment-parent-link {
6619 font-weight: 600;
6621 a.comment-parent-link {
6622 font-weight: 400;
6624 a.comment-parent-link::after {
6625 display: none;
6627 a.comment-parent-link::before {
6628 color: #bbb;
6629 padding: 4px 3px 0 2px;
6631 a.comment-parent-link:hover::before {
6632 color: #999;
6635 div.comment-child-links {
6636 font-weight: 600;
6638 div.comment-child-links a {
6639 font-weight: 400;
6641 .comment-child-link::before {
6642 color: #aaa;
6645 .comment-item-highlight,
6646 .comment-item-highlight-faint {
6647 border: 2px solid #ccc;
6650 .comment-popup {
6651 border: 2px solid #000;
6652 background-color: #fff;
6654 .comment-popup .comment-body {
6655 font-size: 0.9375rem;
6658 /*====================*/
6659 /* COMMENT PERMALINKS */
6660 /*====================*/
6662 .comment-meta .permalink,
6663 .comment-meta .lw2-link,
6664 .individual-thread-page .comment-parent-link:empty {
6665 filter: grayscale(100%);
6668 /*=======================*/
6669 /* COMMENTS COMPACT VIEW */
6670 /*=======================*/
6672 #comments-list-mode-selector button {
6673 box-shadow:
6674 0 0 0 4px #fff inset,
6675 0 0 0 5px #000 inset;
6676 border: none;
6678 #comments-list-mode-selector button:hover,
6679 #comments-list-mode-selector button.selected {
6680 box-shadow:
6681 0 0 0 1px #fff inset,
6682 0 0 0 2px #000 inset,
6683 0 0 0 4px #fff inset,
6684 0 0 0 5px #000 inset;
6686 #content.compact > .comment-thread .comment-item::after {
6687 background: linear-gradient(to right, transparent 0%, #fff 50%, #fff 100%);
6690 @media only screen and (hover: hover) {
6691 #content.compact > .comment-thread .comment-item:hover .comment,
6692 #content.compact > .comment-thread .comment-item.expanded .comment {
6693 background-color: #fff;
6694 outline: 3px solid #000;
6696 #content.compact > .comment-thread .comment-item:hover .comment::before,
6697 #content.compact > .comment-thread .comment-item.expanded .comment::before {
6698 background-color: #fff;
6699 box-shadow:
6700 0 0 3px #fff,
6701 0 0 5px #fff,
6702 0 0 7px #fff,
6703 0 0 10px #fff,
6704 0 0 20px #fff,
6705 0 0 30px #fff,
6706 0 0 40px #fff;
6709 @media only screen and (hover: none) {
6710 #content.compact > .comment-thread.expanded .comment-item .comment {
6711 background-color: #fff;
6712 outline: 3px solid #000;
6714 #content.compact > .comment-thread.expanded .comment-item .comment::before {
6715 background-color: #fff;
6716 box-shadow:
6717 0 0 3px #fff,
6718 0 0 5px #fff,
6719 0 0 7px #fff,
6720 0 0 10px #fff,
6721 0 0 20px #fff,
6722 0 0 30px #fff,
6723 0 0 40px #fff;
6727 #content.user-page.compact > h1.listing {
6728 margin-top: 0.5rem;
6730 #content.user-page.compact > h1.listing + .post-meta {
6731 margin-bottom: 0.5rem;
6734 /*===========================*/
6735 /* HIGHLIGHTING NEW COMMENTS */
6736 /*===========================*/
6738 .new-comment {
6739 border: 2px dotted #000;
6741 .new-comment::before {
6742 display: none;
6745 /*=================================*/
6746 /* COMMENT THREAD MINIMIZE BUTTONS */
6747 /*=================================*/
6749 .comment-minimize-button {
6750 color: #ccc;
6751 font-family: Font Awesome, 'Anonymous Pro', monospace;
6753 .comment-minimize-button:hover {
6754 color: #aaa;
6756 .comment-minimize-button::after {
6757 font-size: 0.8125rem;
6758 top: 20px;
6759 left: 0.5px;
6760 color: #777;
6762 .comment-minimize-button.maximized::after {
6763 color: #ccc;
6766 /*=================================*/
6767 /* INDIVIDUAL COMMENT THREAD PAGES */
6768 /*=================================*/
6770 .individual-thread-page > h1 a:hover {
6771 color: #777;
6772 text-decoration: dotted underline;
6775 .individual-thread-page > .comments {
6776 border-top: 2px solid #000;
6779 /*==============*/
6780 /* VOTE BUTTONS */
6781 /*==============*/
6783 .vote::before {
6784 content: "";
6785 border-radius: 2px;
6786 background-size: 17px 17px;
6787 width: 17px;
6788 height: 17px;
6789 display: inline-block;
6790 position: relative;
6791 top: 2.5px;
6793 .vote:active {
6794 transform: none;
6796 .vote:hover,
6797 .vote:active,
6798 .vote:focus {
6799 box-shadow: none;
6801 .vote:hover::before,
6802 .vote.selected::before,
6803 .vote.clicked-once::before,
6804 .vote.clicked-twice::before {
6805 filter: drop-shadow(0 0 1px #fff);
6807 .vote::before,
6808 .waiting .vote.big-vote.clicked-twice::before {
6809 filter: contrast(5%) brightness(182%);
6811 .vote.clicked-once::before,
6812 .vote.big-vote.clicked-once::before {
6813 box-shadow:
6814 0 0 0 3px #ccc,
6815 0 0 0 4px transparent;
6817 .vote.big-vote.clicked-twice::before,
6818 .waiting .vote.big-vote:not(.clicked-twice)::before,
6819 .waiting .vote:not(.big-vote).clicked-once::before {
6820 box-shadow: none;
6822 .vote.clicked-twice::before,
6823 .vote.big-vote::before {
6824 box-shadow:
6825 0 0 0 3px #000,
6826 0 0 0 4px transparent;
6829 .upvote::before {
6830 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNNDAwIDMySDQ4QzIxLjUgMzIgMCA1My41IDAgODB2MzUyYzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDM1MmMyNi41IDAgNDgtMjEuNSA0OC00OFY4MGMwLTI2LjUtMjEuNS00OC00OC00OHptLTMyIDI1MmMwIDYuNi01LjQgMTItMTIgMTJoLTkydjkyYzAgNi42LTUuNCAxMi0xMiAxMmgtNTZjLTYuNiAwLTEyLTUuNC0xMi0xMnYtOTJIOTJjLTYuNiAwLTEyLTUuNC0xMi0xMnYtNTZjMC02LjYgNS40LTEyIDEyLTEyaDkydi05MmMwLTYuNiA1LjQtMTIgMTItMTJoNTZjNi42IDAgMTIgNS40IDEyIDEydjkyaDkyYzYuNiAwIDEyIDUuNCAxMiAxMnY1NnoiLz48L3N2Zz4=');
6832 .downvote::before {
6833 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNNDAwIDMySDQ4QzIxLjUgMzIgMCA1My41IDAgODB2MzUyYzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDM1MmMyNi41IDAgNDgtMjEuNSA0OC00OFY4MGMwLTI2LjUtMjEuNS00OC00OC00OHpNOTIgMjk2Yy02LjYgMC0xMi01LjQtMTItMTJ2LTU2YzAtNi42IDUuNC0xMiAxMi0xMmgyNjRjNi42IDAgMTIgNS40IDEyIDEydjU2YzAgNi42LTUuNCAxMi0xMiAxMkg5MnoiLz48L3N2Zz4=');
6836 /*===========================*/
6837 /* COMMENTING AND POSTING UI */
6838 /*===========================*/
6840 .comment-controls .cancel-comment-button {
6841 height: 28px;
6842 color: #fff;
6843 padding: 4px 6px 2px 6px;
6846 .posting-controls input[type='submit'],
6847 .comment-controls .cancel-comment-button,
6848 .new-comment-button {
6849 font-weight: 600;
6852 .comment-controls .delete-button::before,
6853 .comment-controls .retract-button::before,
6854 .comment-controls .unretract-button::before {
6855 opacity: 0.8;
6858 .posting-controls .action-button {
6859 border: none;
6861 .posting-controls .action-button:hover,
6862 .posting-controls .action-button:active,
6863 .posting-controls .action-button:focus {
6864 box-shadow: none;
6865 text-decoration: dotted underline;
6867 .posting-controls .action-button:active {
6868 transform: scale(0.9);
6871 .posting-controls textarea {
6872 font-family: 'Input Sans', sans-serif;
6873 font-weight: 200;
6874 font-size: 1rem;
6875 line-height: 1.4;
6876 color: #000;
6877 background-color: #fff;
6878 border-color: #000;
6879 border-width: 28px 2px 2px 2px;
6881 .posting-controls textarea:focus {
6882 border-style: dotted;
6883 border-width: 28px 2px 2px 2px;
6885 .posting-controls textarea::selection {
6886 background-color: #000;
6887 color: #fff;
6889 .posting-controls textarea::-webkit-scrollbar {
6890 width: 18px;
6892 .posting-controls textarea::-webkit-scrollbar-track {
6893 background-color: #fff;
6895 .posting-controls textarea::-webkit-scrollbar-thumb {
6896 background-color: #000;
6897 background-image: url('data:image/gif;base64,R0lGODlhBAAEAPAAMXd3d////ywAAAAABAAEAAACBgQShqgJBQA7');
6898 background-size: 2px 2px;
6899 box-shadow:
6900 0 2px 0 1px #fff inset,
6901 0 0 0 1px #fff inset,
6902 0 2px 0 1.5px #777 inset,
6903 0 0 0 1.5px #777 inset;
6905 .posting-controls textarea::-webkit-scrollbar-thumb:active {
6906 background-image: url('data:image/gif;base64,R0lGODlhBAAEAPAAMQAAAP///ywAAAAABAAEAAACBgQShqgJBQA7');
6907 box-shadow:
6908 0 2px 0 1px #fff inset,
6909 0 0 0 1px #fff inset,
6910 0 2px 0 1.5px #000 inset,
6911 0 0 0 1.5px #000 inset;
6914 /* GUIEdit buttons */
6916 .guiedit-buttons-container {
6917 background-color: #000;
6918 box-shadow: 0 0 0 1px #000;
6921 .posting-controls.edit-existing-post .guiedit-buttons-container button,
6922 .posting-controls form.edit-existing-comment .guiedit-buttons-container button {
6923 color: #0c0;
6926 button.guiedit {
6927 font-family: Font Awesome, 'Anonymous Pro', monospace;
6928 color: #fff;
6929 border: none;
6931 button.guiedit:hover,
6932 button.guiedit:active,
6933 button.guiedit:focus {
6934 box-shadow: none;
6935 color: #777;
6937 button.guiedit::after {
6938 color: #fff;
6939 top: 2px;
6940 height: 25px;
6941 text-shadow: none;
6944 /* Markdown hints */
6946 #markdown-hints {
6947 border: 2px solid #000;
6948 background-color: #fff;
6951 /*================*/
6952 /* EDIT POST FORM */
6953 /*================*/
6955 #edit-post-form .post-meta-fields {
6956 grid-template-columns: 6em auto auto auto 1fr auto;
6958 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
6959 color: #000;
6960 border: 1px solid #000;
6961 top: 2px;
6963 @media only screen and (hover:hover) {
6964 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover::before,
6965 #edit-post-form .post-meta-fields input[type='checkbox']:focus + label::before {
6966 box-shadow:
6967 0 0 0 1px #fff inset,
6968 0 0 0 2px #000 inset;
6971 #edit-post-form .post-meta-fields input[type='checkbox']:active + label::before,
6972 #edit-post-form .post-meta-fields input[type='checkbox']:checked:active + label::before {
6973 background-color: #fff;
6974 box-shadow:
6975 0 0 0 3px #fff inset,
6976 0 0 0 4px #000 inset;
6978 #edit-post-form .post-meta-fields input[type='checkbox']:checked + label::before {
6979 content: "";
6980 background-color: #000;
6981 box-shadow:
6982 0 0 0 4px #fff inset;
6984 #edit-post-form input[type='radio'] + label {
6985 border-color: #000;
6986 color: #000;
6988 #edit-post-form input[type='radio'][value='all'] + label {
6989 border-width: 1px;
6991 #edit-post-form input[type='radio'][value='drafts'] + label {
6993 #edit-post-form input[type='radio'] + label:hover,
6994 #edit-post-form input[type='radio']:focus + label {
6995 color: #000;
6996 box-shadow:
6997 0 0 0 1px #fff inset,
6998 0 0 0 2px #000 inset;
7000 #edit-post-form input[type='radio']:active + label {
7001 box-shadow:
7002 0 0 0 2px #fff inset,
7003 0 0 0 3px #000 inset;
7005 #edit-post-form input[type='radio']:focus + label {
7006 box-shadow:
7007 0 0 0 1px #000;
7009 #edit-post-form input[type='radio']:checked + label {
7010 border-color: #000;
7011 box-shadow:
7012 0 0 0 1px #fff inset,
7013 0 0 0 2px #000 inset;
7014 font-weight: bold;
7017 #edit-post-form #markdown-hints-checkbox + label {
7018 padding: 4px 0 0 6px;
7021 /*=======*/
7022 /* LINKS */
7023 /*=======*/
7025 a:link,
7026 a:visited {
7027 color: inherit;
7028 text-decoration: none;
7031 /*=========*/
7032 /* BUTTONS */
7033 /*=========*/
7035 button,
7036 input[type='submit'] {
7037 border: 2px solid #000;
7038 box-shadow: 0 0 0 1px transparent;
7040 #ui-elements-container button {
7041 border: none;
7044 button:hover,
7045 input[type='submit']:hover,
7046 button:focus,
7047 input[type='submit']:focus {
7048 text-decoration: none;
7049 background-color: transparent;
7050 color: inherit;
7051 box-shadow:
7052 0 0 0 2px #fff inset,
7053 0 0 0 4px #000 inset,
7054 0 0 0 1px transparent;
7056 button:active,
7057 input[type='submit']:active {
7058 box-shadow:
7059 0 0 0 4px #fff inset,
7060 0 0 0 6px #000 inset,
7061 0 0 0 1px transparent;
7064 /*==========*/
7065 /* HEADINGS */
7066 /*==========*/
7068 .body-text h1,
7069 .body-text h2,
7070 .body-text h4 {
7071 font-family: 'Anonymous Pro', monospace;
7073 .body-text h3,
7074 .body-text h5,
7075 .body-text h6 {
7076 font-weight: 600;
7078 .body-text h6 {
7079 color: #555;
7081 .body-text h1 {
7082 border-bottom: 2px solid #000;
7085 /*========*/
7086 /* QUOTES */
7087 /*========*/
7089 blockquote {
7090 background-image: url('data:image/gif;base64,R0lGODlhCgAEAPAAMQAAAP///ywAAAAACgAEAAACCgQShqZ5vl6LNBQAOw==');
7091 background-size: 5px 2px;
7092 background-repeat: repeat-y;
7093 background-position: top left;
7094 padding-left: calc(0.5em + 5px);
7097 /*========*/
7098 /* IMAGES */
7099 /*========*/
7101 #content img,
7102 #content figure.image img {
7103 border: 1px dotted #000;
7105 #content figure img {
7106 border: 1px solid #000;
7108 #content img[src$='.svg'],
7109 #content figure img[src$='.svg'] {
7110 border: none;
7112 #content img[style^='float'] {
7113 border: 1px solid transparent;
7116 /*========*/
7117 /* TABLES */
7118 /*========*/
7120 #content:not(.tag-index-page) .body-text table,
7121 #content:not(.tag-index-page) .body-text table th,
7122 #content:not(.tag-index-page) .body-text table td {
7123 border: 1px solid #000;
7126 /*======*/
7127 /* MISC */
7128 /*======*/
7130 hr {
7131 border-bottom: 1px solid #999;
7134 code {
7135 border: 1px dotted #000;
7138 input[type='text'],
7139 input[type='search'],
7140 input[type='password'],
7141 textarea {
7142 background-color: transparent;
7143 border: 1px solid #000;
7144 color: #000;
7146 input[type='text']:focus,
7147 input[type='search']:focus,
7148 input[type='password']:focus,
7149 textarea:focus {
7150 border: 1px dashed #000;
7153 select {
7154 color: #000;
7157 .frac sup {
7158 position: relative;
7159 left: -1px;
7161 .frac sub {
7162 position: relative;
7163 left: -0.5px;
7166 /*============*/
7167 /* ABOUT PAGE */
7168 /*============*/
7170 .about-page mark {
7171 background-color: #e6e6e6;
7172 text-decoration: none;
7173 box-shadow:
7174 0 -1px 0 0 #000 inset,
7175 0 -3px 1px -2px #000 inset;
7176 padding: 0 1px;
7179 #content.about-page .accesskey-table {
7180 font-family: 'Anonymous Pro', monospace;
7181 border-color: #ddd;
7184 #content.about-page img {
7185 border: 1px solid #000;
7188 /*========================*/
7189 /* QUALIFIED HYPERLINKING */
7190 /*========================*/
7192 #aux-about-link a:hover {
7193 color: #777;
7196 .qualified-linking label:hover {
7197 color: #777;
7200 .qualified-linking-toolbar {
7201 border: 2px solid #000;
7202 background-color: #fff;
7204 .qualified-linking-toolbar a {
7206 .qualified-linking-toolbar a:hover {
7207 box-shadow: 0 0 0 2px #000;
7209 .qualified-linking-toolbar a:active {
7210 box-shadow: 0 0 0 2px #000 inset;
7212 .qualified-linking label::after {
7213 background-color: #fff;
7214 opacity: 0.8;
7217 /*======*/
7218 /* MATH */
7219 /*======*/
7221 .mathjax-block-container::-webkit-scrollbar {
7222 height: 12px;
7223 background-color: #f6f6ff;
7224 border-radius: 6px;
7225 border: 1px solid #ddf;
7227 .mathjax-block-container::-webkit-scrollbar-thumb {
7228 background-color: #dde;
7229 border-radius: 6px;
7230 border: 1px solid #cce;
7232 .mathjax-inline-container::-webkit-scrollbar {
7233 height: 8px;
7234 background-color: #f6f6ff;
7235 border-radius: 4px;
7236 border: 1px solid #ddf;
7238 .mathjax-inline-container::-webkit-scrollbar-thumb {
7239 background-color: #dde;
7240 border-radius: 4px;
7241 border: 1px solid #cce;
7244 /*=================*/
7245 /* ALIGNMENT FORUM */
7246 /*=================*/
7248 #content.alignment-forum-index-page::before {
7249 background-color: #f2f6ff;
7251 #content.alignment-forum-index-page::after {
7252 font-family: "Concourse SmallCaps";
7253 font-weight: 600;
7254 background-color: #7f85b2;
7255 color: transparent;
7256 -webkit-background-clip: text;
7257 text-shadow:
7258 rgba(255,255,255,0.5) 0px 3px 3px;
7260 @media only screen and (hover: hover) {
7261 #content.alignment-forum-index-page h1.listing a:hover,
7262 #content.alignment-forum-index-page h1.listing a:focus {
7263 background-color: rgba(242,246,255,0.85);
7267 /*====================*/
7268 /* FOR NARROW SCREENS */
7269 /*====================*/
7271 @media only screen and (max-width: 1440px) {
7272 #hns-date-picker {
7273 right: -70px;
7274 bottom: 64px;
7275 background-color: #fff;
7276 opacity: 1.0;
7278 #hns-date-picker::before {
7279 width: 56%;
7280 border: 2px solid #000;
7281 box-shadow: 0 0 0 1px #000;
7284 @media only screen and (max-width: 1160px) {
7285 #hns-date-picker {
7286 bottom: 203px;
7287 right: -24px;
7289 #hns-date-picker::before {
7290 width: 85%;
7292 #theme-selector,
7293 #quick-nav-ui,
7294 #new-comment-nav-ui,
7295 #new-comment-nav-ui + #hns-date-picker,
7296 #theme-tweaker-toggle button,
7297 #text-size-adjustment-ui,
7298 #anti-kibitzer-toggle {
7299 opacity: 1.0;
7301 #theme-selector {
7302 background-color: #fff;
7303 border: 1px solid #000;
7305 #theme-selector:hover::after {
7306 width: calc(6em + 6px);
7307 height: calc(100% - 5px);
7308 top: 3px;
7309 left: 100%;
7311 #text-size-adjustment-ui {
7312 background-color: #fff;
7313 box-shadow: 0 0 0 1px #000;
7314 padding: 2px 0 4px 0;
7316 #theme-tweaker-toggle {
7317 left: -19px;
7319 #theme-tweaker-toggle button {
7320 background-color: #fff;
7321 box-shadow: none;
7322 border: 1px solid #000;
7324 #theme-tweaker-toggle button:hover {
7325 color: #777;
7328 @media only screen and (max-width: 1080px) {
7329 #theme-tweaker-toggle button {
7330 border: 1px solid #999;
7331 box-shadow:
7332 0 0 10px #999 inset,
7333 0 0 0 1px transparent;
7334 transform: scale(0.8);
7336 #hns-date-picker {
7337 right: -14px;
7339 #hns-date-picker::before {
7340 width: 92%;
7343 @media only screen and (max-width: 1040px) {
7344 #hns-date-picker {
7345 right: -8px;
7347 #hns-date-picker::before {
7348 width: 94%;
7351 @media only screen and (max-width: 1020px) {
7352 #hns-date-picker {
7353 right: 19px;
7355 #hns-date-picker::before {
7356 width: 100%;
7358 #quick-nav-ui {
7359 background-color: #fff;
7360 box-shadow: 0 9px 0 0px #fff;
7362 #new-comment-nav-ui .new-comments-count::before {
7363 background-color: #fff;
7364 box-shadow:
7365 0 0 0 2px #000,
7366 0 0 0 10px #fff;
7368 #anti-kibitzer-toggle {
7369 background-color: #fff;
7370 box-shadow:
7371 0 0 0 2px #000,
7372 0 0 0 10px #fff;
7376 /*========*/
7377 /* MOBILE */
7378 /*========*/
7380 /*******************************************************/
7381 @media not screen and (hover:hover) and (pointer:fine) {
7382 /*******************************************************/
7383 #ui-elements-container > div[id$='-ui-toggle'] button,
7384 #theme-selector .theme-selector-close-button {
7385 color: #000;
7386 opacity: 1.0;
7388 #appearance-adjust-ui-toggle button,
7389 #post-nav-ui-toggle button {
7390 background-color: #fff;
7391 box-shadow:
7392 0 0 0 2px #fff,
7393 0 0 0 2px #000 inset;
7396 #theme-selector {
7397 background-color: #fff;
7398 box-shadow:
7399 0 0 0 1px #000,
7400 0 0 0 7px #fff;
7402 #theme-selector::before {
7403 color: #000;
7405 #theme-selector button {
7406 background-color: #fff;
7407 box-shadow:
7408 0 0 0 1px #fff inset,
7409 0 0 0 3px #000 inset,
7410 0 0 0 5px #fff inset;
7412 #theme-selector button::after {
7413 color: #000;
7414 max-width: calc(100% - 3.5em);
7415 overflow: hidden;
7416 text-overflow: ellipsis;
7417 padding-left: 1px;
7419 #theme-selector button.selected {
7420 box-shadow:
7421 0 0 0 1px #fff inset,
7422 0 0 0 3px #000 inset,
7423 0 0 0 5px #fff inset,
7424 0 0 0 7px #000 inset;
7426 #theme-selector button.selected::after {
7427 font-weight: bold;
7429 #theme-selector .theme-selector-close-button {
7430 font-weight: 400;
7433 #quick-nav-ui {
7434 background-color: #fff;
7436 #quick-nav-ui a {
7437 box-shadow:
7438 0 0 0 2px #000;
7440 #quick-nav-ui a::after,
7441 #new-comment-nav-ui::before {
7442 font-family: 'Anonymous Pro', monospace;
7443 font-weight: bold;
7444 font-size: 0.5rem;
7445 background-color: #fff;
7447 #new-comment-nav-ui {
7448 background-color: #fff;
7449 border: 1px solid #000;
7450 box-shadow: 0 0 0 1px #000;
7452 #new-comment-nav-ui::before {
7453 color: #000;
7454 font-size: 0.6875rem;
7455 font-weight: bold;
7456 bottom: calc(100% + 2px);
7457 padding: 2px 0 0 0;
7459 #new-comment-nav-ui .new-comment-sequential-nav-button {
7460 color: #000;
7462 #new-comment-nav-ui .new-comments-count,
7463 #new-comment-nav-ui .new-comments-count::after {
7464 color: #000;
7466 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
7467 color: #bbb;
7469 #new-comment-nav-ui button::after {
7470 font-family: 'Anonymous Pro', monospace;
7473 #hns-date-picker {
7474 bottom: 130px;
7475 right: 52px;
7476 text-indent: 0;
7479 /*****************************************/
7480 @media only screen and (max-width: 900px) {
7481 /*****************************************/
7482 h1.listing {
7483 line-height: 1;
7484 margin-bottom: 6px;
7486 h1.listing + .post-meta {
7487 font-family: Input Sans Narrow;
7488 font-weight: 300;
7490 h1.listing + .post-meta .post-section {
7491 overflow: visible;
7492 order: 1;
7494 h1.listing + .post-meta .post-section::before {
7495 position: unset;
7498 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
7499 background-color: #000;
7500 height: 2px;
7503 .comment-item .comment-item {
7504 margin: 0.75em 2px 3px 6px;
7506 .comment-item .comment-item + .comment-item {
7507 margin: 1.5em 2px 3px 6px;
7510 a.comment-parent-link::before {
7511 line-height: 1;
7514 #edit-post-form textarea {
7515 min-height: calc(100vh - 400px)
7517 #edit-post-form #markdown-hints {
7518 position: fixed;
7519 top: 74px;
7520 left: 0;
7521 right: 0;
7522 max-width: 330px;
7523 margin: auto;
7525 #edit-post-form input[type='submit'] {
7526 background-color: #fff;
7529 .comment-controls .cancel-comment-button {
7530 max-width: 1.4em;
7532 .comment-controls .cancel-comment-button::before {
7533 opacity: 1.0;
7534 position: relative;
7535 top: -1px;
7538 .sublevel-nav .sublevel-item,
7539 .sublevel-nav .sublevel-item:first-child,
7540 .sublevel-nav .sublevel-item:last-child {
7541 border-width: 1px;
7543 /*******************************************/
7544 } @media only screen and (max-width: 720px) {
7545 /*******************************************/
7546 #content.conversations-user-page h1.listing + .post-meta .date {
7547 margin: 0 0 0 1em;
7549 /*******************************************/
7550 } @media only screen and (max-width: 520px) {
7551 /*******************************************/
7552 h1.listing {
7553 font-size: 1.375rem;
7554 margin: 18px 6px 4px 6px;
7555 max-width: calc(100% - 12px);
7557 h1.listing .link-post-link {
7558 top: 4px;
7560 h1.listing + .post-meta {
7561 margin: 4px 6px;
7562 font-family: Input Sans Condensed;
7563 font-weight: 300;
7565 h1.listing + .post-meta .post-section {
7566 order: 1;
7567 overflow: visible;
7569 h1.listing + .post-meta .post-section::before {
7570 position: relative;
7571 top: -1px;
7572 left: 0;
7574 #content.conversations-user-page h1.listing {
7575 font-size: 1.375rem;
7577 #content.conversations-user-page h1.listing + .post-meta .conversation-participants {
7578 margin: 0;
7580 #content.conversations-user-page h1.listing + .post-meta .messages-count {
7581 margin: 0 0 0 1em;
7584 #content.compact > .comment-thread .comment-item {
7585 max-height: 110px;
7588 .textarea-container:focus-within textarea {
7589 background-color: #fff;
7590 border: none;
7591 box-shadow:
7592 0 0 0 2px #000;
7594 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
7595 padding: 5px 6px 6px 6px;
7596 color: #fff;
7597 font-weight: bold;
7598 box-shadow: none;
7600 .textarea-container:focus-within .guiedit-mobile-help-button.active {
7601 box-shadow:
7602 0 0 0 1px #000 inset,
7603 0 0 0 3px #fff inset,
7604 0 0 0 2px #fff;
7606 .textarea-container:focus-within .guiedit-buttons-container {
7607 border-top: 2px solid #000;
7609 .posting-controls .textarea-container:focus-within .guiedit-buttons-container {
7610 padding-bottom: 5px;
7612 #content.conversation-page .textarea-container:focus-within::after {
7613 background-color: #000;
7615 .textarea-container:focus-within button.guiedit {
7616 border: 1px solid transparent;
7618 #markdown-hints,
7619 #edit-post-form #markdown-hints {
7620 border: 2px solid #000;
7621 box-shadow:
7622 0 0 0 2px #fff,
7623 0 0 0 4px #000;
7625 #markdown-hints::after {
7626 color: #000;
7629 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
7630 top: 0;
7632 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
7633 top: 1px;
7638 /*************/
7639 /* ACCORDIUS */
7640 /*************/
7642 /*======*/
7643 /* TAGS */
7644 /*======*/
7646 #tags {
7647 order: 12;
7648 display: flex;
7649 flex-basis: 100%;
7650 justify-content: center;
7651 margin: 0;
7652 flex-flow: row wrap;
7653 align-items: flex-start;
7656 /*=================*/
7657 /* BRUTALIST THEME */
7658 /*=================*/
7660 /*++++++*/
7661 /* TAGS */
7662 /*++++++*/
7664 #tags {
7665 padding: 0.5em;
7667 #tags::before {
7668 content: "Tags:";
7669 margin: 0 0.25em 0 0;
7670 color: #888;
7672 #tags a {
7673 border: 1px dotted #000;
7674 padding: 5px 7px 4px 7px;
7675 line-height: 1;
7676 margin: 0.25em;
7677 font-size: 0.9375em;
7679 #tags a:hover {
7680 text-decoration: none;
7681 background-color: #fff;
7682 border-style: solid;
7683 box-shadow:
7684 0 0 0 2px #fff inset,
7685 0 0 0 3px #000 inset;
7687 #tags a:active {
7688 box-shadow:
7689 0 0 0 4px #fff inset,
7690 0 0 0 5px #000 inset;