Styling for post-nav-links, part X: brutalist theme
[lw2-viewer.git] / www / css / style-grey.linux.css
blob062fba3142f25bb223cf42946bfd1358dbdc2642
2 /***************/
3 /* BASE LAYOUT */
4 /***************/
6 html {
7 box-sizing: border-box;
8 font-size: 16px;
10 *, *::before, *::after {
11 box-sizing: inherit;
14 /*=------=*/
15 /*= Body =*/
16 /*=------=*/
18 body {
19 padding: 0;
20 margin: 0;
22 body::before {
23 background-color: inherit;
24 position: fixed;
25 width: 100%;
26 height: 100%;
29 body.no-scroll {
30 overflow-y: scroll;
31 position: fixed;
32 width: 100%;
35 /*=----------------------------=*/
36 /*= Immediate children of body =*/
37 /*=----------------------------=*/
39 body > * {
40 width: calc(100% - 300px);
41 min-width: 900px;
42 max-width: 900px;
44 #content {
45 margin: 0 auto;
46 padding: 0 30px;
47 position: relative;
48 overflow: visible;
49 display: grid;
50 grid-template-columns: repeat(3, 1fr);
51 grid-auto-flow: dense;
53 #content::before {
54 content: "";
55 display: block;
56 position: absolute;
57 top: 0;
58 left: 0;
59 width: 100%;
60 height: 100%;
61 z-index: -1;
62 pointer-events: none;
65 /*=---------=*/
66 /*= Content =*/
67 /*=---------=*/
69 #content > * {
70 grid-column: 1 / span 3;
73 /*=----------------------=*/
74 /*= Floating UI elements =*/
75 /*=----------------------=*/
77 #ui-elements-container {
78 position: fixed;
79 height: 100vh;
80 top: 0;
81 left: 0;
82 right: 0;
83 margin: auto;
84 z-index: 10000;
85 pointer-events: none;
87 #ui-elements-container > * {
88 pointer-events: auto;
91 /*=----------------=*/
92 /*= Images overlay =*/
93 /*=----------------=*/
94 /* (To exclude images in posts from theme tweaks) */
96 #images-overlay {
97 position: absolute;
98 z-index: 1;
99 left: 0;
100 right: 0;
101 margin: auto;
104 /***********/
105 /* NAV BAR */
106 /***********/
108 .nav-bar {
109 margin: 0 -30px;
111 .nav-bar {
112 display: flex;
115 /*=---------------=*/
116 /*= Nav bar items =*/
117 /*=---------------=*/
119 .nav-item {
120 flex: 1 1 auto;
122 .nav-item * {
123 text-overflow: ellipsis;
124 white-space: nowrap;
125 overflow: hidden;
127 .nav-inner {
128 padding: 12px 30px;
129 text-align: center;
130 display: block;
131 position: relative;
133 #secondary-bar .nav-inner {
134 padding: 4px 0;
137 #nav-item-sequences .nav-inner::before {
138 font-family: "Font Awesome", "Font Awesome 5 Free";
139 content: "\F5DB";
141 @media only screen and (min-width: 901px) {
142 #nav-item-about .nav-inner {
143 margin-right: 0.5em;
145 #nav-item-sequences .nav-inner::before {
146 font-size: 1rem;
147 display: block;
149 #secondary-bar #nav-item-sequences .nav-inner {
150 font-size: 0;
151 line-height: 1.4;
155 /*=------------=*/
156 /*= Bottom bar =*/
157 /*=------------=*/
159 h1.listing ~ #bottom-bar {
160 margin-top: 1.25em;
162 #bottom-bar .nav-item {
163 flex: 1 1 0;
166 /*=-----------------=*/
167 /*= Accesskey hints =*/
168 /*=-----------------=*/
170 .nav-inner::after {
171 content: attr(accesskey);
172 display: none;
175 /*=---------------=*/
176 /*= Pagination UI =*/
177 /*=---------------=*/
179 #bottom-bar .nav-item a::before,
180 #top-nav-bar a::before {
181 font-family: "Font Awesome", "Font Awesome 5 Free";
182 font-weight: 900;
183 font-size: 0.8em;
184 position: relative;
185 bottom: 1px;
186 margin-right: 0.5em;
188 #bottom-bar #nav-item-first a::before,
189 #top-nav-bar a.nav-item-first::before {
190 content: "\F33e";
192 #bottom-bar #nav-item-top a::before {
193 content: "\F062";
195 #bottom-bar #nav-item-prev a::before,
196 #top-nav-bar a.nav-item-prev::before {
197 content: "\F060";
199 #bottom-bar #nav-item-next a::before,
200 #top-nav-bar a.nav-item-next::before {
201 content: "\F061";
203 #bottom-bar #nav-item-last a::before,
204 #top-nav-bar a.nav-item-last::before {
205 content: "\F340";
207 #bottom-bar #nav-item-next a::before {
208 margin-left: -2em;
209 margin-right: 0;
210 left: 3.8em;
212 #bottom-bar #nav-item-last a::before {
213 margin-left: -1.8em;
214 margin-right: 0;
215 left: 3.4em;
218 /*= Hover tooltips =*/
220 #top-nav-bar a {
221 position: relative;
223 #top-nav-bar a::after {
224 bottom: calc(100% - 3px);
225 content: attr(data-target-page);
227 #bottom-bar a:not([href='#top'])::after {
228 content: "Page " attr(data-target-page);
229 top: unset;
230 left: 0;
231 bottom: 4px;
233 #top-nav-bar a::after,
234 #bottom-bar a:not([href='#top'])::after {
235 display: block;
236 position: absolute;
237 font-size: 0.75rem;
238 width: 100%;
239 line-height: 1;
240 visibility: hidden;
242 #top-nav-bar a:hover::after,
243 #bottom-bar a:hover::after {
244 visibility: visible;
247 /*=-----------------------=*/
248 /*= Decorative bottom bar =*/
249 /*=-----------------------=*/
250 /* (On short pages with no pagination) */
252 #bottom-bar.decorative {
253 position: relative;
255 #bottom-bar.decorative .nav-item {
256 display: none;
259 /*=------------=*/
260 /*= Search tab =*/
261 /*=------------=*/
263 #nav-item-search {
264 flex: 4 1 auto;
266 #nav-item-search form::before {
267 content: "\F002";
268 font-family: "Font Awesome", "Font Awesome 5 Free";
269 font-weight: 900;
270 display: inline-block;
271 vertical-align: top;
272 height: 23px;
273 width: 23px;
275 #nav-item-search input {
276 height: 23px;
277 width: calc(95% - 80px);
278 padding: 1px 4px;
280 #nav-item-search button {
281 height: 21px;
284 /*=-----------=*/
285 /*= Login tab =*/
286 /*=-----------=*/
288 #nav-item-login {
289 position: relative;
290 padding-right: 0.5em;
293 /*******************/
294 /* INBOX INDICATOR */
295 /*******************/
297 #inbox-indicator {
298 position: absolute;
299 top: 1px;
300 right: 0;
301 height: 100%;
302 visibility: hidden;
304 #inbox-indicator::before {
305 content: "\F0E0";
306 font-family: "Font Awesome", "Font Awesome 5 Free";
307 color: #bbb;
308 font-size: 1.1875rem;
309 position: absolute;
310 height: 100%;
311 right: 0;
312 top: 0;
313 padding: 0 0.45em;
314 visibility: visible;
315 font-weight: 900;
317 #inbox-indicator.new-messages::before {
318 color: #f00;
319 text-shadow:
320 0 0 1px #777,
321 0.5px 0.5px 1px #777;
323 a#inbox-indicator:hover::before {
324 color: #fff;
325 text-shadow:
326 0 0 1px #000,
327 0 0 2px #000,
328 0 0 4px #000,
329 0 0 1px #777,
330 0.5px 0.5px 1px #777;
332 a#inbox-indicator.new-messages:hover::before {
333 text-shadow:
334 0 0 1px #f00,
335 0 0 2px #f00,
336 0 0 4px #f00,
337 0 0 1px #777,
338 0.5px 0.5px 1px #777;
341 /****************/
342 /* PAGE TOOLBAR */
343 /****************/
345 .page-toolbar {
346 font-size: 0.9em;
347 line-height: 1.8;
348 text-align: right;
349 margin-right: -20px;
351 #content > .page-toolbar {
352 grid-column: 3;
354 #content.user-page > .page-toolbar {
355 grid-column: 2 / span 2;
358 /*=--------------------------=*/
359 /*= Page toolbar items (all) =*/
360 /*=--------------------------=*/
362 .page-toolbar > * {
363 display: inline-block;
364 margin-left: 1.5em;
366 .page-toolbar .button::before {
367 font-family: "Font Awesome", "Font Awesome 5 Free";
368 font-size: 0.9em;
369 padding-right: 0.3em;
372 /*=-------------------------------=*/
373 /*= Page toolbar items (specific) =*/
374 /*=-------------------------------=*/
376 .new-post::before {
377 content: '\F067';
378 font-weight: 900;
380 .new-private-message::before {
381 content: '\F075';
382 font-weight: 400;
384 .logout-button::before {
385 content: '\F2F5';
386 font-weight: 900;
388 .ignore-button::before {
389 content: "\F070";
390 font-weight: 400;
392 .unignore-button::before {
393 content: "\F06E";
394 font-weight: 400;
396 .rss::before {
397 content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiANCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIGlkPSJSU1NpY29uIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+DQo8ZGVmcz4NCjxsaW5lYXJHcmFkaWVudCB4MT0iMC4wODUiIHkxPSIwLjA4NSIgeDI9IjAuOTE1IiB5Mj0iMC45MTUiIGlkPSJSU1NnIj4NCjxzdG9wICBvZmZzZXQ9IjAuMCIgc3RvcC1jb2xvcj0iI0UzNzAyRCIvPjxzdG9wICBvZmZzZXQ9IjAuMTA3MSIgc3RvcC1jb2xvcj0iI0VBN0QzMSIvPg0KPHN0b3AgIG9mZnNldD0iMC4zNTAzIiBzdG9wLWNvbG9yPSIjRjY5NTM3Ii8+PHN0b3AgIG9mZnNldD0iMC41IiBzdG9wLWNvbG9yPSIjRkI5RTNBIi8+DQo8c3RvcCAgb2Zmc2V0PSIwLjcwMTYiIHN0b3AtY29sb3I9IiNFQTdDMzEiLz48c3RvcCAgb2Zmc2V0PSIwLjg4NjYiIHN0b3AtY29sb3I9IiNERTY0MkIiLz4NCjxzdG9wICBvZmZzZXQ9IjEuMCIgc3RvcC1jb2xvcj0iI0Q5NUIyOSIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjwvZGVmcz4NCjxyZWN0IHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiByeD0iNTUiIHJ5PSI1NSIgeD0iMCIgIHk9IjAiICBmaWxsPSIjQ0M1RDE1Ii8+DQo8cmVjdCB3aWR0aD0iMjQ2IiBoZWlnaHQ9IjI0NiIgcng9IjUwIiByeT0iNTAiIHg9IjUiICB5PSI1IiAgZmlsbD0iI0Y0OUM1MiIvPg0KPHJlY3Qgd2lkdGg9IjIzNiIgaGVpZ2h0PSIyMzYiIHJ4PSI0NyIgcnk9IjQ3IiB4PSIxMCIgeT0iMTAiIGZpbGw9InVybCgjUlNTZykiLz4NCjxjaXJjbGUgY3g9IjY4IiBjeT0iMTg5IiByPSIyNCIgZmlsbD0iI0ZGRiIvPg0KPHBhdGggZD0iTTE2MCAyMTNoLTM0YTgyIDgyIDAgMCAwIC04MiAtODJ2LTM0YTExNiAxMTYgMCAwIDEgMTE2IDExNnoiIGZpbGw9IiNGRkYiLz4NCjxwYXRoIGQ9Ik0xODQgMjEzQTE0MCAxNDAgMCAwIDAgNDQgNzMgViAzOGExNzUgMTc1IDAgMCAxIDE3NSAxNzV6IiBmaWxsPSIjRkZGIi8+DQo8L3N2Zz4NCg==');
398 display: inline-block;
399 width: 1em;
400 padding-right: 0.2em;
401 position: relative;
402 top: 1px;
405 /*********************/
406 /* TOP PAGINATION UI */
407 /*********************/
409 #top-nav-bar {
410 grid-column: 2;
411 margin: 0.25em 0 0 0;
412 padding: 0.75em 0 0 0;
413 text-align: center;
414 font-size: 1.25em;
415 display: flex;
416 justify-content: center;
418 #top-nav-bar a {
419 line-height: 1;
421 #top-nav-bar a.disabled {
422 pointer-events: none;
423 visibility: hidden;
425 #top-nav-bar .page-number {
426 position: relative;
427 display: inline-block;
428 width: 1.5em;
430 #top-nav-bar .page-number-label {
431 position: absolute;
432 font-size: 0.5em;
433 text-transform: uppercase;
434 width: 100%;
435 bottom: 90%;
436 left: 0;
438 #top-nav-bar a::before {
439 margin: 0.5em;
440 display: inline-block;
443 /****************/
444 /* SUBLEVEL NAV */
445 /****************/
447 .sublevel-nav {
448 text-align: center;
449 display: flex;
450 justify-content: center;
451 margin: 1em 0 0 0;
453 #content > .sublevel-nav:not(.sort) {
454 grid-row: 5;
455 grid-column: 2;
456 align-self: start;
458 #content.sequences-page > .sublevel-nav {
459 grid-row: unset;
461 .sublevel-nav .sublevel-item {
462 flex: 0 0 6em;
463 padding: 0.125em 0.5em;
464 font-size: 1.125rem;
466 .sublevel-nav .sublevel-item:active {
467 transform: none;
469 .sublevel-nav .sublevel-item.selected {
470 cursor: default;
473 /***********************/
474 /* SORT ORDER SELECTOR */
475 /***********************/
477 .sublevel-nav.sort {
478 position: relative;
479 margin-top: 8px;
480 font-size: 0.75em;
482 #content > .sublevel-nav.sort {
483 grid-column: 3;
484 grid-row: 5 / span 2;
485 justify-self: end;
486 align-self: start;
487 flex-flow: column;
489 #content.index-page > .sublevel-nav.sort {
490 grid-column: 1;
491 grid-row: 3 / span 1;
492 justify-self: start;
493 flex-flow: row;
496 .sublevel-nav.sort::before {
497 content: "Sort";
498 font-size: 0.75rem;
499 position: absolute;
500 top: 0;
501 left: 0;
502 width: 100%;
504 .sublevel-nav.sort .sublevel-item {
505 line-height: 1;
506 font-size: 0.875rem;
507 flex-basis: unset;
510 /*******************************/
511 /* COMMENTS SORT MODE SELECTOR */
512 /*******************************/
514 .comments > .sublevel-nav.sort {
515 margin: 1em auto 0 auto;
517 @supports (width: -moz-fit-content) {
518 .comments > .sublevel-nav.sort {
519 width: -moz-fit-content;
522 @supports (width: fit-content) {
523 .comments > .sublevel-nav.sort {
524 width: fit-content;
528 /******************/
529 /* WIDTH SELECTOR */
530 /******************/
532 #width-selector {
533 position: absolute;
534 top: 4px;
535 right: -78px;
537 #width-selector button {
538 width: 22px;
539 height: 22px;
540 padding: 6px;
541 margin: 1px;
542 overflow: hidden;
543 background-repeat: no-repeat;
544 background-size: 100%;
545 background-origin: content-box;
547 #width-selector button,
548 #width-selector button:active,
549 #width-selector button:focus {
550 text-shadow: none;
551 color: transparent;
553 #width-selector button:disabled {
554 cursor: auto;
556 #width-selector button.select-width-normal {
557 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIqnI+py+0PU5hB0Sqp1Xlu32HI9YkHGZZqyo6cC8Kmgcqr3Z5vxPf+nygAADs=');
559 #width-selector button.select-width-wide {
560 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIrnI+py+0PT5jB0TqupUY37zEg95HhMk6bmpGi6aIw+7KnkmK1HvX+DzwUAAA7');
562 #width-selector button.select-width-fluid {
563 background-image: url('data:image/gif;base64,R0lGODdhFAAUAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAUABQAAAIwnI+py+0/ApIwUGOfvTGzzYELGIoTiZpdylJte7xoQp7beMc5XnL4CYlMgsSisVEAADs=');
566 /*=----------------=*/
567 /*= Hover tooltips =*/
568 /*=----------------=*/
570 #width-selector button::after {
571 content: attr(data-name);
572 position: absolute;
573 display: block;
574 left: 0;
575 width: 100%;
576 text-align: center;
577 top: 56px;
578 visibility: hidden;
580 #width-selector button.selected::after {
581 content: attr(data-name) " (selected)";
583 #width-selector button:hover:not(:active)::after {
584 visibility: visible;
587 head.content-width-normal + body > * {
588 max-width: 900px;
590 head.content-width-wide + body > * {
591 max-width: 1150px;
593 head.content-width-fluid + body > * {
594 max-width: calc(100% - 300px);
597 /******************/
598 /* THEME SELECTOR */
599 /******************/
601 #theme-selector {
602 position: absolute;
603 top: 3px;
604 left: -41px;
605 opacity: 0.4;
606 display: table;
607 max-width: 40px;
609 #theme-selector:hover {
610 opacity: 1.0;
613 /*=----------------------=*/
614 /*= Theme select buttons =*/
615 /*=----------------------=*/
617 .theme-selector button {
618 display: table-cell;
619 width: 26px;
620 height: 26px;
621 padding: 5px;
622 margin: 1px 7px 0 7px;
623 color: transparent;
624 background-size: 16px 16px;
625 background-origin: content-box;
627 .theme-selector button,
628 .theme-selector button:hover,
629 .theme-selector button:active,
630 .theme-selector button:focus {
631 text-shadow: none;
632 color: transparent;
634 .theme-selector button:disabled {
635 cursor: auto;
638 /*=----------------------------=*/
639 /*= Pre-rendered button images =*/
640 /*=----------------------------=*/
641 /* (Each is just a capital letter A through whatever) */
643 .theme-selector button:nth-of-type(1) {
644 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAAAA0NDRYWFhwcHCIiIioqKjU1NTs7O0BAQEtLS09PT1ZWVlxcXGNjY2VlZWZmZmpqamxsbG1tbXd3d4WFhYeHh46OjpaWlpubm6Ojo6ampqysrK+vr7GxsbKysra2tr29vcDAwMnJyc3NzdLS0tra2tvb293d3d/f3+Tk5Ofn5+rq6uvr6+3t7e7u7vHx8fb29vf39/r6+vv7+/39/f7+/v///38AAA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGmUCbcEgsGo/IpHLJbDqf0Kh0Sq0eQwHCyVqsKQAACpdYAgMGrrGwYgZs1C9C+zAbc9rgEZeGwAMiXCRmHRdgAipWE4YtJmYYVSwCYBI2NQxgBDBUGWYSHh+SYCBTMgZ+bQs0UiKneCVRNRBmCw61DwlmYlApZnREMQVgaFCFYBpGFmZvTjRfAAIrRihmDTVq19jZ2tvc3d5CQQA7');
646 .theme-selector button:nth-of-type(2) {
647 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMQAAAA0NDRwcHCYmJioqKk1NTVVVVV1dXWJiYmNjY3d3d35+foiIiIuLi5aWlq2trbOzs7S0tLm5ucXFxcrKysvLy83NzdLS0tXV1dbW1tra2tvb2+Xl5ebm5ujo6Onp6e3t7e7u7vT09Pb29vf39/j4+Pv7+/39/f7+/v///wAAwKwtDQEAAAAQrAUAAGAAABUAAAAAAAAAEKwFAABgAABQ4VxT/38AAA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGj0CAcEgsGo/IpHLJbDqf0Kh0Sq0KAx0TaUsqcRzWQChFLpM/BGoAZG5P1OyUiXI5lUeD6ZosEgAWd2lSeykieQllhnpxJAoMH2UZcG1lIYKDcZQhBpOUZCcFi2QjaQgeZRaiKXhCDWUaqn1CD6+qKRIQGGYbtpQoC3pjnikRapBtIhUHVszNzs/Q0dLT1ENBADs=');
649 .theme-selector button:nth-of-type(3) {
650 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=');
652 .theme-selector button:nth-of-type(4) {
653 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMYiHh4iIiImGhYqGhYuHhYyGg46Gg5CFgJKEfpKFf5WDfJeEfJiCeZmDeZqCeZuCd56BdZ+AdKZ/cKd/bq19abJ8ZbZ6Ybd5YMR1VctzUMxzT8x0UNJxStNxSdNyStRxSddwRthvRNlvRNtvQ99uQOFuPuRsO+ZtO+dsOuhsOOtrNuxrNvBpMfBpMvNoL/ZnLPZoLvhnLPlmKvpmKvtnKvxmKPxmKf1mKA8AAAAAAAAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGn8CAcEgsGo/IpHLJbDqf0Kh0Sq0KBauX9iVrZRBWBe1GLpM11cSsZplMKqIaOTWYqmsM4uFEBtnXD0UAKDc1EVJ3gUUNNjcjiIBHITcsAlGJRxw3MASXkUYVm3VQmEYbNy6jT6VFHZudpJ9EBjI3JZA1ikQeZBe4ugEAH2QqALgUDQ4QGDFkMgt/ZmYmBVRq0i8kElbc3d7f4OHi4+REQQA7');
655 .theme-selector button:nth-of-type(5) {
656 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMQAw5wMy5gc15hI95RQ/5BhC4xtE5CZN4idN4Upo3Zai05um0p2o0qCq0aKr0aqy0Kyz0K200K+10LK4z7q+zru/zry/zr3Azr7Bzr/CzsDDzsHDzcTGzcnJzMrKzMzMzCwAAAAAIAAgAAAFbeAnjmRpnmiqrmzrvnAsz3Q9esmB7Hxh1ZsBYEgEBCo1DkHgmEiez05ymbGZlIKflYRFbkfY6lekBOh4hoitXBwq1kuG5EF/aOAC8Rir3S/7X3xjZEsQGBSIFBdwbUQNU41DC4OUlZaXmJmaViEAOw==');
658 .theme-selector button:nth-of-type(6) {
659 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMQAAAA0NDS4uLjU1NTg4OElJSVZWVmNjY21tbaOjo62trbOzs8XFxcvLy8zMzNDQ0Nvb2+Dg4OHh4ePj4+Xl5e7u7vLy8v39/f///4n/fwAAwKwtDQEAAAAeBwAAAAAAACwAAAAAIAAgAAAFWiAmjmRpnmiqrmzrvnAsz3RNJkKh70NlH4CgEBDw1RCABSXCZF5syIfthGxMTdVrKasdIQGGHWEy/Q4BjDJAIYG4IRa1tCvi0u1dvFZ/5asddIGCg4SFhoeDIQA7');
661 .theme-selector button:nth-of-type(7) {
662 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPUAMWcEFG4QH3QZKHcfLXslM4AtOYIxPYQ1QYY4Q4tAS5VPWZpYYbKAhrSCh7iJjruPk72RlcWfosikp8qnqsyrrNK1tdO2tta7u9e+vtzExOTS0ebV0+bW1OfX1ejY1ujZ1+na1+nb2Ozf3Ozg3e3h3u7i3+/k4fDm4/Ho5PLq5vPr5/Ts6PXu6vfx7fjz7/j07/n18Pr28fr38vv48/v59Pz69f379v389/79+P//+gAAwKwtDQEAAAAAAAAAAAAAACwAAAAAIAAgAAAGssCccEgsGo/IpHLJbDqf0Kh0CmWhVi5q0TYhAL6AwySmFRXAaEAANOWAIScbjRT5fqQzBEAQMrYoOFIWamxaRTV6DIZGL2cbi0UgAAMtRDAyM5kzMlGSAixDjWkJN1Adk6BComgLgU8nAgEllpg2GgAKrk4yZw9IkrlRD3uzRsC6TioCAAQmRh4ArVIXYBKpMBhepFMZaAYHaBVaLA5pAA0pkDQjISEmM5Dx8vP09fb3UUEAOw==');
664 .theme-selector button:nth-of-type(8) {
665 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMVONTVSNTlaPUFeQUViQUlmRU2yeZ3Cga3KhbYKsfqbEo6jGpazIqbLMr7PNsMHWvsHWv8LXwMPXwejw5+nw6Orx6e/07vH28PX49Pf69vn7+fv9+/z9/P7//v///wAAACwAAAAAIAAgAAAFe6AnjmRpnmiqrmzrvnAsz3Rts52zbKamNBxZxwB4mC6CAEWIKJowhECF6SxBpVSjNTqNdZqSJ5fKyFzO58kA620C3nA4G/YFEAr4fAEwf9UhYn0udVokV110TYUjh1mBiH6Kj0IHVYZRS14JABFiAhY3oaKjpKWmp6g2IQA7');
667 .theme-selector button:nth-of-type(9) {
668 background-image: url('data:image/gif;base64,R0lGODlhIAAgAPQAMZLDlpPDl5XEmJfFmpfGm5rHnZ3JoKjPq6nPrLXWuL/cwe317e317vb69vz9/P3+/f7//v///wAAQBsmAIBgAAAQhqFS/38AAO86GpX/fwAAwAzpDQEAAAAeBwAAAAAAACwAAAAAIAAgAAAFT2AkjmRpnmiqrmzrvnAsz3RtQsig2OYSAAdeifELCkcNAfA4ghiWzIgTypwaq8/r0RqVZrvcaBhLPT4KZSExzVtrhQ4CINGt2+/4vH4/CwEAOw==');
671 /*=------------------------------=*/
672 /*= Theme select button tooltips =*/
673 /*=------------------------------=*/
674 /* (with the name & description of the theme that each button selects) */
676 #theme-selector button {
677 position: relative;
678 z-index: 1;
680 #theme-selector button::before {
681 content: attr(data-theme-name);
682 position: absolute;
683 top: 0;
684 right: 100%;
685 padding: 5px 6px 6px 6px;
686 line-height: 1;
687 width: 6em;
688 text-align: right;
689 z-index: 1;
690 visibility: hidden;
692 #theme-selector:hover button::before {
693 visibility: visible;
695 #theme-selector:hover ~ #theme-tweaker-toggle,
696 #theme-selector:active ~ #theme-tweaker-toggle {
697 z-index: -1;
700 /************************/
701 /* THEME TWEAKER TOGGLE */
702 /************************/
704 #theme-tweaker-toggle {
705 position: absolute;
706 top: 7px;
707 left: -75px;
709 #theme-tweaker-toggle button {
710 font-family: "Font Awesome", "Font Awesome 5 Free";
711 font-weight: 900;
712 font-size: 1.25rem;
713 opacity: 0.4;
714 z-index: 1;
716 #theme-tweaker-toggle button:hover {
717 opacity: 1.0;
720 /*******************/
721 /* QUICKNAV WIDGET */
722 /*******************/
724 #quick-nav-ui {
725 position: absolute;
726 right: -67px;
727 bottom: 20px;
729 #quick-nav-ui a {
730 font-family: "Font Awesome", "Font Awesome 5 Free";
731 font-weight: 900;
732 font-size: 1.5rem;
733 line-height: 1.7;
734 text-align: center;
735 display: block;
736 width: 40px;
737 height: 40px;
738 margin: 10px 0 0 0;
740 #quick-nav-ui a[href='#comments'].no-comments {
741 pointer-events: none;
743 #quick-nav-ui a {
744 visibility: hidden;
746 #content.post-page ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
747 visibility: visible;
750 /************************/
751 /* NEW COMMENT QUICKNAV */
752 /************************/
754 #new-comment-nav-ui {
755 position: absolute;
756 right: -112px;
757 bottom: 42px;
759 #new-comment-nav-ui > * {
760 display: block;
761 position: relative;
763 #new-comment-nav-ui.no-comments {
764 display: none;
767 /*=--------------------=*/
768 /*= New comments count =*/
769 /*=--------------------=*/
771 #new-comment-nav-ui .new-comments-count {
772 width: 2em;
773 font-size: 1.25rem;
774 line-height: 1.1;
775 text-align: center;
776 left: 1px;
777 cursor: pointer;
779 #new-comment-nav-ui .new-comments-count::selection {
780 background-color: transparent;
782 #new-comment-nav-ui .new-comments-count::after {
783 content: "NEW";
784 display: block;
785 font-size: 0.625rem;
788 /*=-----------------------------------=*/
789 /*= Next/previous new comment buttons =*/
790 /*=-----------------------------------=*/
792 #new-comment-nav-ui .new-comment-sequential-nav-button {
793 font-size: 1.75rem;
794 font-family: "Font Awesome", "Font Awesome 5 Free";
795 font-weight: 900;
796 width: 1.5em;
797 z-index: 5001;
799 #new-comment-nav-ui .new-comment-previous {
800 top: 8px;
802 #new-comment-nav-ui .new-comment-next {
803 bottom: 6px;
805 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
806 cursor: auto;
807 pointer-events: none;
810 /*******************/
811 /* HNS DATE PICKER */
812 /*******************/
814 #hns-date-picker {
815 position: absolute;
816 bottom: 72px;
817 right: -253px;
818 opacity: 0.6;
820 #hns-date-picker:hover,
821 #hns-date-picker:focus-within {
822 opacity: 1.0;
824 #hns-date-picker.no-comments {
825 display: none;
828 /*=---------------=*/
829 /*= "Since" label =*/
830 /*=---------------=*/
832 #hns-date-picker span {
833 display: block;
834 font-size: 0.75rem;
835 text-transform: uppercase;
838 /*=--------------------=*/
839 /*= "Since" text field =*/
840 /*=--------------------=*/
842 #hns-date-picker input {
843 margin-top: 1px;
844 padding: 1px 3px;
845 width: 140px;
846 text-align: center;
847 box-shadow: 0 0 0 1px transparent;
850 /************************/
851 /* ANTI-KIBITZER TOGGLE */
852 /************************/
854 #anti-kibitzer-toggle {
855 position: absolute;
856 right: -67px;
857 bottom: 225px;
859 #anti-kibitzer-toggle button {
860 display: block;
861 width: 40px;
862 height: 54px;
863 padding: 0;
865 #anti-kibitzer-toggle button::before,
866 #anti-kibitzer-toggle button::after {
867 font-family: "Font Awesome", "Font Awesome 5 Free";
869 #anti-kibitzer-toggle button::before {
870 content: "\F06E";
871 display: block;
872 font-size: 1.75em;
873 font-weight: 400;
875 #anti-kibitzer-toggle button::after {
876 content: "\F007\2004\F164";
877 font-size: 0.875em;
878 font-weight: 900;
880 #anti-kibitzer-toggle.engaged button::before {
881 content: "\F070";
884 /************************/
885 /* TEXT SIZE ADJUSTMENT */
886 /************************/
888 #text-size-adjustment-ui {
889 position: absolute;
890 top: 30px;
891 right: -78px;
892 opacity: 0.4;
894 #text-size-adjustment-ui:hover {
895 opacity: 1.0;
898 /* This doesn't work in Mozilla browsers, so hide it */
899 @-moz-document url-prefix() {
900 #text-size-adjustment-ui {
901 display: none;
905 /*=---------=*/
906 /*= Buttons =*/
907 /*=---------=*/
909 #text-size-adjustment-ui button {
910 font-weight: 900;
911 font-family: "Font Awesome", "Font Awesome 5 Free";
912 font-size: 0.75rem;
913 width: 24px;
914 height: 24px;
915 padding: 0;
917 #text-size-adjustment-ui button.default {
918 font-family: inherit;
919 font-size: 1.125rem;
920 position: relative;
921 top: 1px;
923 #text-size-adjustment-ui button:disabled {
924 opacity: 0.5;
926 #text-size-adjustment-ui button:disabled:hover {
927 cursor: default;
930 /*=----------------=*/
931 /*= Hover tooltips =*/
932 /*=----------------=*/
934 #text-size-adjustment-ui::after {
935 content: "Adjust text size";
936 position: absolute;
937 display: block;
938 left: 0;
939 width: 100%;
940 text-align: center;
941 top: 32px;
942 visibility: hidden;
943 font-size: 0.9em;
945 #text-size-adjustment-ui:hover::after {
946 visibility: visible;
949 /*******************************/
950 /* COMMENTS VIEW MODE SELECTOR */
951 /*******************************/
953 #comments-view-mode-selector {
954 position: absolute;
955 bottom: 30px;
956 left: -40px;
957 opacity: 0.6;
959 #comments-view-mode-selector:hover {
960 opacity: 1.0;
963 /*=---------=*/
964 /*= Buttons =*/
965 /*=---------=*/
967 #comments-view-mode-selector a {
968 display: block;
969 font-family: "Font Awesome", "Font Awesome 5 Free";
970 font-size: 1.25rem;
971 text-align: center;
972 opacity: 0.4;
973 padding: 0.25em;
974 z-index: 1;
976 #comments-view-mode-selector a.threaded {
977 transform: scaleY(-1);
978 font-weight: 900;
980 #comments-view-mode-selector a.chrono {
981 font-weight: normal;
983 #comments-view-mode-selector a.selected,
984 #comments-view-mode-selector a:hover {
985 opacity: 1.0;
986 text-decoration: none;
988 #comments-view-mode-selector a.selected {
989 cursor: default;
992 /*****************/
993 /* KEYBOARD HELP */
994 /*****************/
996 #keyboard-help-overlay {
997 width: 100vw;
998 height: 100vh;
999 background-color: rgba(0,0,0,0.7);
1000 position: fixed;
1001 left: 0;
1002 top: 0;
1003 z-index: 5001;
1005 display: flex;
1006 justify-content: center;
1007 align-items: center;
1008 padding: 20px 30px 30px 20px;
1010 visibility: hidden;
1013 #keyboard-help-overlay .keyboard-help-container {
1014 background-color: #fff;
1015 filter: drop-shadow(4px 4px 2px #000);
1016 flex: 1 1 auto;
1017 max-width: 1500px;
1018 max-height: 100%;
1019 overflow-y: auto;
1020 position: relative;
1022 #keyboard-help-overlay .keyboard-help-container h1 {
1023 text-align: center;
1024 border-bottom: 1px solid #ddd;
1025 margin: 0;
1026 padding: 10px 20px;
1028 #keyboard-help-overlay .keyboard-help-container .note {
1029 margin: 0.5em auto;
1030 padding: 0 1em;
1031 width: fit-content;
1033 #keyboard-help-overlay .keyboard-help-container .keyboard-shortcuts-lists {
1034 column-width: 21em;
1035 column-count: auto;
1036 column-gap: 1.5em;
1037 border-top: 1px solid #ddd;
1038 padding: 15px 20px;
1040 #keyboard-help-overlay .keyboard-help-container ul {
1041 list-style-type: none;
1042 margin: 0;
1043 padding: 0;
1044 break-inside: avoid;
1045 white-space: nowrap;
1047 #keyboard-help-overlay .keyboard-help-container ul:nth-of-type(n+2) {
1048 margin: 20px 0 0 0;
1050 #keyboard-help-overlay .keyboard-help-container ul li.section {
1051 font-weight: bold;
1052 font-size: 1.125rem;
1053 break-after: avoid;
1055 #keyboard-help-overlay .keyboard-help-container .keys {
1056 margin: 0 0.5em 0 0;
1057 min-width: 4.5em;
1058 display: inline-block;
1060 #keyboard-help-overlay .keyboard-help-container .keys code {
1061 margin: 0 6px 0 0;
1063 #keyboard-help-overlay .keyboard-help-container code {
1064 display: inline-block;
1065 background-color: #eee;
1066 border: 1px solid #ccc;
1067 padding: 3px 8px 4px 8px;
1068 margin: 0 1px;
1070 #keyboard-help-overlay .keyboard-help-container code.ak {
1071 background-color: #ffeb83;
1072 border-color: #d4a500;
1074 #keyboard-help-overlay .keyboard-help-container code.ak::before {
1075 content: "ak+";
1076 opacity: 0.3;
1079 #nav-item-about button.open-keyboard-help {
1080 display: none;
1082 @media only screen and (hover:hover) and (pointer:fine) {
1083 #nav-item-about {
1084 position: relative;
1085 padding-right: 0.25em;
1087 #nav-item-about button.open-keyboard-help {
1088 font-family: "Font Awesome", "Font Awesome 5 Free";
1089 font-weight: 900;
1090 position: absolute;
1091 top: 0;
1092 right: 0;
1093 height: 100%;
1094 padding: 8px;
1095 display: initial;
1096 line-height: 1;
1100 #keyboard-help-overlay button.close-keyboard-help {
1101 position: absolute;
1102 right: 0;
1103 top: 0;
1104 font-family: "Font Awesome", "Font Awesome 5 Free";
1105 font-size: 1.5rem;
1106 padding: 10px 12px;
1109 /************/
1110 /* ARCHIVES */
1111 /************/
1113 .archive-nav {
1114 margin: 1.25em 0.5em 0 0.5em;
1115 padding: 0.25em;
1117 .archive-nav > * {
1118 display: flex;
1120 .archive-nav *[class^='archive-nav-item'] {
1121 line-height: 1;
1122 flex: 1 1 5%;
1123 text-align: center;
1124 padding: 6px 4px 4px 4px;
1125 max-width: 8%;
1127 @-moz-document url-prefix() {
1128 .archive-nav *[class^='archive-nav-item'] {
1129 padding: 5px 4px;
1132 .archive-nav-days .archive-nav-item-day {
1133 font-size: 0.8em;
1134 padding: 7px 0 5px 0;
1135 max-width: 4%;
1137 .archive-nav-days .archive-nav-item-day:first-child {
1138 flex-basis: 10%;
1141 /************/
1142 /* ARCHIVES */
1143 /************/
1145 .archive-nav {
1146 margin: 1.25em 0.5em 0 0.5em;
1147 padding: 0.25em;
1149 .archive-nav > * {
1150 display: flex;
1152 .archive-nav *[class^='archive-nav-item'] {
1153 line-height: 1;
1154 flex: 1 1 5%;
1155 text-align: center;
1156 padding: 6px 4px 4px 4px;
1157 max-width: 8%;
1159 @-moz-document url-prefix() {
1160 .archive-nav *[class^='archive-nav-item'] {
1161 padding: 5px 4px;
1164 .archive-nav-days .archive-nav-item-day {
1165 font-size: 0.8em;
1166 padding: 7px 0 5px 0;
1167 max-width: 4%;
1169 .archive-nav-days .archive-nav-item-day:first-child {
1170 flex-basis: 10%;
1173 /************/
1174 /* LISTINGS */
1175 /************/
1177 h1.listing {
1178 font-size: 1.875rem;
1179 line-height: 1.15;
1180 max-height: 1.15em;
1181 position: relative;
1184 h1.listing a {
1185 position: relative;
1188 /* Links to link-posts (not the link-post links themselves; that's below) */
1189 h1.listing a[href^='http'] + a {
1190 margin-left: 0.25em;
1192 /* Link-post links */
1193 h1.listing a[href^="http"] {
1194 font-size: 0.8em;
1195 display: inline;
1196 vertical-align: top;
1197 position: relative;
1198 top: 4px;
1201 /*=----------------------=*/
1202 /*= Listing hover reveal =*/
1203 /*=----------------------=*/
1204 /* (On desktops, hover over a multi-line listing to reveal all of it) */
1206 @media only screen and (hover: hover), not screen and (-moz-touch-enabled) {
1207 h1.listing a {
1208 max-width: 100%;
1209 display: inline-block;
1210 white-space: nowrap;
1211 text-overflow: ellipsis;
1212 overflow: hidden;
1213 border-bottom: 1px solid transparent;
1214 -webkit-hyphens: auto;
1215 -moz-hyphens: auto;
1216 -ms-hyphens: auto;
1217 hyphens: auto;
1218 z-index: 1;
1219 padding: 0 0 1px 1px;
1221 h1.listing a[href^='http'] + a {
1222 max-width: calc(100% - 33px);
1224 h1.listing a:hover,
1225 h1.listing a:focus {
1226 text-decoration: dotted underline;
1227 white-space: initial;
1228 overflow: visible;
1229 z-index: 2;
1231 h1.listing:focus-within::before {
1232 content: "\F105";
1233 font-family: "Font Awesome", "Font Awesome 5 Free";
1234 display: block;
1235 position: absolute;
1236 left: -0.75em;
1239 /* Adds hysteresis to the hover area (i.e., prevents oscillation due to small
1240 mouse movements) */
1242 h1.listing a:not(.edit-post-link):hover::before {
1243 content: "";
1244 position: absolute;
1245 top: -10px;
1246 right: -10px;
1247 bottom: -10px;
1248 left: -10px;
1249 z-index: -1;
1251 h1.listing a[href^="http"]:hover {
1252 text-decoration: none;
1256 /*=-----------------------=*/
1257 /*= In-listing edit links =*/
1258 /*=-----------------------=*/
1260 h1.listing .edit-post-link {
1261 position: absolute;
1262 margin: 0;
1265 /*=---------------------------------=*/
1266 /*= Error messages on listing pages =*/
1267 /*=---------------------------------=*/
1269 .listing-message {
1270 width: 100%;
1271 text-align: center;
1272 padding: 1.25em 0 1.25em 0;
1273 font-size: 1.375em;
1276 /*********************/
1277 /* LISTING POST-META */
1278 /*********************/
1280 h1.listing + .post-meta {
1281 position: relative;
1282 justify-content: flex-start;
1283 margin: 0 20px 0 21px;
1286 h1.listing + .post-meta > * {
1287 margin: 0 1em 0 0;
1290 h1.listing + .post-meta .post-section {
1291 width: 0;
1292 margin: 0;
1293 overflow: hidden;
1295 h1.listing + .post-meta .post-section::before {
1296 position: absolute;
1297 left: -36px;
1300 h1.listing + .post-meta .read-time {
1301 cursor: default;
1304 /*************/
1305 /* SEQUENCES */
1306 /*************/
1308 .sequence-text {
1309 font-size: 1.2rem;
1310 padding: 0 22px;
1313 section {
1314 margin-top: 2em;
1315 margin-bottom: 4em;
1318 h1.sequence-chapter {
1319 font-size: 2.3rem;
1322 article {
1323 max-width: 100%;
1326 /**************/
1327 /* USER PAGES */
1328 /**************/
1330 /*=------------=*/
1331 /*= Pagination =*/
1332 /*=------------=*/
1334 #content.user-page > #top-nav-bar {
1335 grid-row: 6;
1338 /*=---------------------=*/
1339 /*= User's display name =*/
1340 /*=---------------------=*/
1342 #content.user-page h1.page-main-heading {
1343 margin: 0.25em 0 0 0;
1344 line-height: 1.1;
1345 grid-row: 4;
1348 /*=--------------------=*/
1349 /*= User's karma total =*/
1350 /*=--------------------=*/
1352 #content.user-page .user-stats {
1353 grid-column: 3;
1354 grid-row: 4;
1355 text-align: right;
1356 align-self: end;
1359 #content.user-page .user-stats .karma-type {
1360 white-space: nowrap;
1363 /*=----------------------=*/
1364 /*= Expanded vs. compact =*/
1365 /*=----------------------=*/
1367 #content.user-page #comments-list-mode-selector {
1368 grid-row: 5 / span 2;
1370 #content.user-page #comments-list-mode-selector button {
1371 display: block;
1374 /*=----------------------------------------------------=*/
1375 /*= All, Posts, Comments, Drafts, Conversations, Inbox =*/
1376 /*=----------------------------------------------------=*/
1378 #content.user-page .sublevel-nav {
1379 margin-bottom: 0.5em;
1382 /*=--------------=*/
1383 /*= User's posts =*/
1384 /*=--------------=*/
1386 #content.user-page h1.listing {
1387 margin: 0.5em 0 0 0;
1390 /*****************/
1391 /* CONVERSATIONS */
1392 /*****************/
1394 /*=----------------------=*/
1395 /*= List of participants =*/
1396 /*=----------------------=*/
1398 #content.conversation-page .conversation-participants {
1399 grid-column: 2 / span 2;
1400 grid-row: 3;
1401 text-align: right;
1402 margin: 0.5em 0 0 0;
1405 .conversation-participants ul,
1406 .conversation-participants li {
1407 list-style-type: none;
1408 display: inline-block;
1409 margin: 0;
1410 padding: 0;
1412 .conversation-participants li {
1413 margin-left: 0.375em;
1415 .conversation-participants li:not(:last-of-type)::after {
1416 content: ",";
1419 /*=-------------------------=*/
1420 /*= Posting controls (form) =*/
1421 /*=-------------------------=*/
1423 #content.conversation-page .posting-controls {
1424 padding: 0 0 1em 0;
1426 #content.conversation-page .post-meta-fields {
1427 overflow: auto;
1428 display: flex;
1429 flex-flow: row wrap;
1431 #content.conversation-page textarea {
1432 margin-top: 0.375em;
1434 #conversation-form {
1435 padding: 0 1em 3em 1em;
1437 #conversation-form input[type='text'],
1438 #conversation-form label {
1439 margin: 0.25em 0;
1441 #conversation-form label {
1442 width: 4em;
1443 text-align: right;
1444 padding: 2px 6px;
1445 border: 1px solid transparent;
1447 #conversation-form input[type='text'] {
1448 width: calc(100% - 4em);
1449 padding: 0.25em;
1451 #conversation-form input[type='submit'] {
1452 float: right;
1454 #content.conversation-page #markdown-hints-checkbox ~ label {
1455 white-space: nowrap;
1457 #content.conversation-page #markdown-hints {
1458 top: calc(100% + 2em);
1461 /*=--------------------=*/
1462 /*= Conversation title =*/
1463 /*=--------------------=*/
1465 #content.conversation-page h1.page-main-heading {
1466 text-align: center;
1467 margin: 0.5em 0;
1468 line-height: 1.15;
1471 /*=----------=*/
1472 /*= Messages =*/
1473 /*=----------=*/
1475 #content.conversation-page > ul.comment-thread:last-of-type {
1476 margin-bottom: 2em;
1479 /******************/
1480 /* SEARCH RESULTS */
1481 /******************/
1483 #content.search-results-page h1.listing,
1484 #content.sequence-page h1.listing {
1485 font-size: 1.625em;
1488 /**************/
1489 /* LOGIN PAGE */
1490 /**************/
1492 .login-container {
1493 margin: 2em 0;
1494 padding: 1em;
1495 display: flex;
1496 flex-flow: row wrap;
1499 .login-container form {
1500 flex-basis: 50%;
1501 display: grid;
1502 grid-row-gap: 0.5em;
1503 align-content: start;
1505 .login-container form label {
1506 text-align: right;
1507 padding: 0.25em 0.5em;
1508 white-space: nowrap;
1509 grid-column: 1;
1511 .login-container form input {
1512 grid-column: 2;
1513 padding: 0.25em;
1515 .login-container form input[type='submit'],
1516 .login-container form a {
1517 grid-column: 2;
1518 justify-self: center;
1520 .login-container form input[type='submit'] {
1521 width: 10em;
1522 padding: 0.35em;
1523 line-height: 1;
1524 margin: 0.5em 0 0 0;
1526 .login-container form h1 {
1527 text-align: center;
1528 margin: 0;
1529 grid-column: 2;
1532 /* “Log in” form */
1534 #login-form {
1535 grid-template-columns: 5.5em 1fr;
1536 padding: 0.5em 2em 0.5em 0;
1539 /* “Create account” form */
1541 #signup-form {
1542 font-size: 0.9em;
1543 grid-template-columns: 8.5em 1fr;
1544 padding: 0.5em 1em 1em 1em;
1546 #signup-form h1 {
1547 font-size: 1.7em;
1549 #signup-form input[type='submit'] {
1550 padding: 0.4em 0.5em 0.5em 0.5em;
1553 /* Log in tip */
1555 .login-container .login-tip {
1556 padding: 0.5em 0.5em 0.5em 3em;
1557 margin: 2em 4em 0 4em;
1558 text-indent: -2em;
1559 line-height: 1.4;
1561 .login-container .login-tip span {
1562 font-weight: bold;
1565 /* Message box */
1567 #content.login-page .error-box {
1568 margin: 1.5em 0.875em -1.5em 0.875em;
1570 .error-box, .success-box {
1571 padding: 0.25em;
1572 text-align: center;
1575 /***********************/
1576 /* PASSWORD RESET PAGE */
1577 /***********************/
1579 .reset-password-container {
1580 margin-bottom: 2em;
1582 .reset-password-container input[type='submit'] {
1583 padding: 0.2em 0.5em;
1584 width: unset;
1586 .reset-password-container input {
1587 margin-left: 0.5em;
1588 width: 12em;
1590 .reset-password-container label {
1591 display: inline-block;
1592 width: 9em;
1594 .reset-password-container form > div {
1595 margin: 0.2em;
1597 .reset-password-container .action-container {
1598 padding-left: 11em;
1599 padding-top: 0.2em;
1601 .reset-password-container .error-box {
1602 margin: unset;
1605 /*********************/
1606 /* TABLE OF CONTENTS */
1607 /*********************/
1609 .contents {
1610 float: right;
1611 min-width: 6em;
1612 max-width: 40%;
1613 margin: 1.25em 0 0.75em 1.25em;
1614 padding: 7px 14px 10px 10px;
1615 position: relative;
1616 z-index: 1;
1619 .contents-head {
1620 text-align: center;
1621 margin-bottom: 0.25em;
1624 .post-body .contents ul {
1625 list-style-type: none;
1626 margin: 0 0 0 0.5em;
1627 counter-reset: toc-item-1 toc-item-2 toc-item-3;
1628 padding-left: 1em;
1629 font-size: 0.75em;
1631 .post-body .contents li {
1632 margin: 0.15em 0 0.3em 1em;
1633 text-align: left;
1634 text-indent: -1em;
1635 line-height: 1.2;
1636 position: relative;
1638 .post-body .contents li::before {
1639 position: absolute;
1640 width: 3em;
1641 display: block;
1642 text-align: right;
1643 left: -4.5em;
1645 .contents .toc-item-1 {
1646 counter-increment: toc-item-1;
1647 counter-reset: toc-item-2 toc-item-3;
1649 .contents .toc-item-1::before {
1650 content: counter(toc-item-1);
1652 .contents .toc-item-1 ~ .toc-item-2 {
1653 margin-left: 2.9em;
1654 font-size: 0.95em;
1656 .contents .toc-item-2 {
1657 counter-increment: toc-item-2;
1658 counter-reset: toc-item-3;
1660 .contents .toc-item-1 ~ .toc-item-2::before {
1661 content: counter(toc-item-1) "." counter(toc-item-2);
1663 .contents .toc-item-2::before {
1664 content: counter(toc-item-2);
1666 .contents .toc-item-1 + .toc-item-3 {
1667 counter-increment: toc-item-2 toc-item-3;
1669 .contents .toc-item-2 ~ .toc-item-3,
1670 .contents .toc-item-1 ~ .toc-item-3 {
1671 margin-left: 2.9em;
1672 font-size: 0.95em;
1674 .contents .toc-item-1 ~ .toc-item-2 ~ .toc-item-3 {
1675 margin-left: 5.7em;
1676 font-size: 0.9em;
1678 .contents .toc-item-3 {
1679 counter-increment: toc-item-3;
1681 .contents .toc-item-1 ~ .toc-item-2 ~ .toc-item-3::before {
1682 content: counter(toc-item-1) "." counter(toc-item-2) "." counter(toc-item-3);
1684 .contents .toc-item-1 ~ .toc-item-3::before {
1685 content: counter(toc-item-1) "." counter(toc-item-3);
1687 .contents .toc-item-2 ~ .toc-item-3::before {
1688 content: counter(toc-item-2) "." counter(toc-item-3);
1690 .contents .toc-item-3::before {
1691 content: counter(toc-item-3);
1693 .contents .toc-item-4,
1694 .contents .toc-item-5,
1695 .contents .toc-item-6 {
1696 display: none;
1699 /********************/
1700 /* POSTS & COMMENTS */
1701 /********************/
1703 .post-meta > *,
1704 .comment-meta > * {
1705 display: inline-block;
1706 margin-right: 1em;
1707 font-size: 1.0625em;
1708 white-space: nowrap;
1710 .body-text {
1711 overflow-wrap: break-word;
1712 text-align: justify;
1714 .body-text p {
1715 margin: 1em 0;
1717 .retracted .body-text {
1718 text-decoration: line-through;
1721 .bare-url {
1722 word-break: break-all;
1723 hyphens: auto;
1725 .body-text a:not([href]),
1726 .body-text a:not([href]):hover,
1727 .body-text a:not([href])::before,
1728 .body-text a:not([href])::after {
1729 text-decoration: none;
1730 text-shadow: unset;
1731 border: unset;
1732 color: unset;
1733 content: unset;
1735 /*************/
1736 /* POST-META */
1737 /*************/
1739 .post-meta {
1740 display: flex;
1741 flex-flow: row wrap;
1742 justify-content: center;
1744 .post-meta .lw2-link {
1745 opacity: 0.5;
1746 order: 1;
1748 .post-meta > *,
1749 .post-meta .post-section::before {
1750 margin: 0 0.5em;
1752 .post-meta .post-section {
1753 order: -1;
1754 margin: 0;
1755 visibility: hidden;
1757 .post-meta .post-section::before,
1758 .comment-meta .alignment-forum {
1759 visibility: visible;
1760 font-family: "Font Awesome", "Font Awesome 5 Free";
1761 font-weight: 900;
1763 .post-section.frontpage::before {
1764 content: "\F015";
1766 .post-section.featured::before {
1767 content: "\F005";
1769 .post-section.meta::before {
1770 content: "\F077";
1772 .post-section.personal::before {
1773 content: "\F007";
1775 .post-section.draft::before {
1776 content: "\F15B";
1778 .post-section.alignment-forum::before,
1779 .comment-meta .alignment-forum {
1780 content: "AF";
1781 font-family: Concourse, 'Changa One';
1784 /*= Karma controls hover tooltips =*/
1786 @media only screen and (hover: hover), not screen and (-moz-touch-enabled) {
1787 .post .karma,
1788 .comment-item .karma {
1789 position: relative;
1791 .post .karma.active-controls::after,
1792 .comment-item .karma.active-controls::after {
1793 content: "Double-click for strong vote";
1794 position: absolute;
1795 pointer-events: none;
1796 display: block;
1797 left: 6px;
1798 max-width: calc(100% - 12px);
1799 line-height: 1.15;
1800 white-space: normal;
1801 text-align: center;
1802 font-size: 0.875rem;
1803 opacity: 0;
1804 transition: opacity 0.2s ease;
1806 .post .karma.active-controls:hover::after,
1807 .comment-item .karma.active-controls:hover::after {
1808 opacity: 1.0;
1811 .post .karma .karma-value::after,
1812 .comment-item .karma .karma-value::after {
1813 content: attr(title);
1814 position: absolute;
1815 pointer-events: none;
1816 display: block;
1817 left: 50%;
1818 transform: translateX(-50%);
1819 white-space: nowrap;
1820 text-align: center;
1821 font-size: 0.875rem;
1822 color: #bbb;
1823 opacity: 0;
1824 transition: opacity 0.2s ease;
1826 .post .karma .karma-value:hover::after,
1827 .comment-item .karma .karma-value:hover::after {
1828 opacity: 1.0;
1830 .comment-item .karma .karma-value:hover::after {
1831 z-index: 5001;
1834 .author {
1835 position: relative;
1837 .author:not(.redacted)::before {
1838 content: attr(data-full-name);
1839 position: absolute;
1840 pointer-events: none;
1841 display: block;
1842 padding: 0 1em;
1843 left: 50%;
1844 bottom: 2em;
1845 transform: translateX(-50%);
1846 white-space: nowrap;
1847 text-align: center;
1848 font-size: 0.875rem;
1849 font-weight: normal;
1850 opacity: 0;
1851 transition: opacity 0.2s ease;
1852 z-index: 5001;
1854 .author:hover::before {
1855 opacity: 1.0;
1859 /*********/
1860 /* POSTS */
1861 /*********/
1863 .post {
1864 max-width: 100%;
1867 .post-body {
1868 min-height: 8em;
1869 padding: 0 30px;
1870 line-height: 1.5;
1871 font-size: 1.3rem;
1872 overflow: auto;
1873 margin: 0.5em 0 0 0;
1875 h1.post-title {
1876 margin: 1.1em 0 0.35em 0;
1877 padding: 0 30px;
1878 text-align: center;
1879 font-size: 2.5em;
1880 line-height: 1;
1882 .post .post-meta {
1883 text-align: center;
1884 position: relative;
1885 z-index: 2;
1887 .post .top-post-meta:last-child {
1888 margin-bottom: 40px;
1890 .post .bottom-post-meta {
1891 margin: 0;
1892 padding: 20px 0;
1894 .bottom-post-meta {
1895 border-style: solid;
1896 border-width: 1px 0;
1899 /*******************/
1900 /* POST NAVIGATION */
1901 /*******************/
1903 .post-nav-item {
1904 margin: 1em 0;
1905 display: flex;
1907 .post-nav-item > * {
1908 display: flex;
1909 flex-flow: column;
1910 justify-content: flex-start;
1913 .post-nav-title {
1914 font-size: 1.125em;
1915 line-height: 1.15;
1916 display: inline;
1917 border-bottom: 1px dotted transparent;
1920 .sequence-title {
1921 flex: 1 1 36%;
1922 align-items: center;
1923 text-align: center;
1925 .sequence-title .post-nav-title {
1926 font-size: 1.5em;
1929 .post-nav {
1930 flex: 1 1 32%;
1931 display: flex;
1932 flex-flow: column;
1933 justify-content: flex-end;
1935 .post-nav .post-nav-label {
1936 display: none;
1939 .post-nav.prev {
1940 order: -1;
1941 margin: 0 1.5em 0 0;
1942 align-items: flex-start;
1944 .post-nav.prev .post-nav-title::before {
1945 content: "\F0D9\2005";
1947 .post-nav.next {
1948 margin: 0 0 0 1.5em;
1949 text-align: right;
1950 align-items: flex-end;
1952 .post-nav.next .post-nav-title::after {
1953 content: "\2004\F0DA";
1955 .post-nav.prev .post-nav-title::before,
1956 .post-nav.next .post-nav-title::after {
1957 font-family: Font Awesome;
1958 font-weight: 900;
1959 vertical-align: text-bottom;
1960 opacity: 0.75;
1963 @media only screen and (max-width: 900px) {
1964 .post-nav-item {
1965 flex-flow: row wrap;
1966 font-size: 0.875em;
1967 margin: 0;
1969 .post-nav.prev,
1970 .post-nav.next {
1971 flex-basis: 50%;
1972 padding: 0.5em;
1974 .post-nav.next {
1975 margin: 0;
1977 .post-nav.prev {
1978 margin: 0 0 0 -1px;
1979 position: relative;
1980 left: 1px;
1982 .sequence-title {
1983 flex-basis: 100%;
1984 order: 2;
1985 padding: 0.75em 0;
1989 /**************/
1990 /* LINK POSTS */
1991 /**************/
1993 .post.link-post > .post-body > p:first-child {
1994 text-align: center;
1995 font-size: 1.125em;
1996 margin: 0.5em 0 0 0;
1998 .post.link-post > .post-body > p:only-child {
1999 font-size: 1.5em;
2000 margin: 1em 0;
2002 .post.link-post a.link-post-link::before {
2003 content: "\F0C1";
2004 font-family: "Font Awesome", "Font Awesome 5 Free";
2005 font-weight: 900;
2006 font-size: 0.75em;
2007 position: relative;
2008 top: -2px;
2009 margin-right: 0.25em;
2012 /************/
2013 /* COMMENTS */
2014 /************/
2016 .comments {
2017 max-width: 100%;
2018 padding: 0 0 1px 0;
2019 position: relative;
2021 .comments::before {
2022 content: "";
2023 position: absolute;
2024 display: block;
2025 top: 0;
2026 left: 0;
2027 width: 100%;
2028 height: 100%;
2029 pointer-events: none;
2031 ul.comment-thread {
2032 list-style-type: none;
2033 padding: 0;
2034 max-width: 100%;
2036 .comments .comment-thread > li {
2037 position: relative;
2039 #content > #top-nav-bar + .comment-thread .comment-item {
2040 margin-top: 0;
2043 .comment-item {
2044 margin: 2em 0 0 0;
2046 .comment-item .comment-item {
2047 margin: 1em 8px 8px 16px;
2049 .comment-item .comment-item + .comment-item {
2050 margin: 2em 8px 8px 16px;
2053 .comment-body {
2054 line-height: 1.45;
2055 font-size: 1.2rem;
2056 padding: 10px;
2058 .comment-body ul {
2059 list-style-type: circle;
2061 .comment-body > *:first-child {
2062 margin-top: 0;
2064 .comment-body > *:last-child {
2065 margin-bottom: 0;
2068 .comments-empty-message {
2069 width: 100%;
2070 text-align: center;
2071 padding: 0.75em 0 0.9em 0;
2072 font-size: 1.375em;
2075 /**********************************/
2076 /* DEEP COMMENT THREAD COLLAPSING */
2077 /**********************************/
2079 .comment-item input[id^="expand"] {
2080 display: none;
2082 .comment-item input[id^="expand"] + label {
2083 display: block;
2084 visibility: hidden;
2085 position: relative;
2086 margin: 8px 9px;
2088 .comment-item input[id^="expand"] + label::after {
2089 content: "(Expand " attr(data-child-count) " below)";
2090 visibility: visible;
2091 position: absolute;
2092 left: 0;
2093 white-space: nowrap;
2094 cursor: pointer;
2096 .comment-item input[id^="expand"]:checked + label::after {
2097 content: "(Collapse " attr(data-child-count) " below)";
2099 .comment-item input[id^="expand"] ~ .comment-thread {
2100 max-height: 34px;
2101 overflow: hidden;
2103 .comment-item input[id^="expand"] ~ .comment-thread > li:first-child {
2104 margin-top: 0;
2106 .comment-item input[id^="expand"]:checked ~ .comment-thread {
2107 max-height: 1000000px;
2110 .comment-item input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
2111 margin: 0;
2113 .comment-item input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item a.comment-parent-link:hover::after {
2114 display: none;
2117 /****************/
2118 /* COMMENT-META */
2119 /****************/
2121 .comment-meta {
2122 padding: 2px 24px 2px 10px;
2123 margin: 0 -1px;
2124 border: none;
2125 display: flex;
2126 flex-flow: row wrap;
2127 align-items: baseline;
2129 .user-page .comment-meta,
2130 .conversation-page .comment-meta {
2131 padding-right: 10px;
2133 .comment-meta .comment-post-title {
2134 flex-basis: 100%;
2135 overflow: hidden;
2136 text-overflow: ellipsis;
2137 line-height: 1.3;
2139 .conversation-page .comment-meta .comment-post-title {
2140 margin: 0;
2141 flex-basis: unset;
2142 flex: 1 0 auto;
2143 text-align: right;
2144 display: none; /* Not sure if we need to display this... */
2146 .comment-item .author:not(.redacted).original-poster::after {
2147 content: "\2004(OP)";
2148 font-size: 0.75em;
2151 /*****************************/
2152 /* COMMENT THREAD NAVIGATION */
2153 /*****************************/
2155 a.comment-parent-link:not(.inline-author),
2156 a.comment-parent-link.inline-author::before {
2157 opacity: 0.5;
2159 a.comment-parent-link:hover {
2160 opacity: 1.0;
2162 a.comment-parent-link::before {
2163 content: "\F062";
2164 font-family: "Font Awesome", "Font Awesome 5 Free";
2165 font-weight: 900;
2166 font-size: 0.75rem;
2167 line-height: 1;
2168 position: absolute;
2169 z-index: 1;
2170 display: block;
2171 padding: 3px 3px 0 3px;
2172 width: 16px;
2173 height: calc(100% + 2px);
2174 top: -1px;
2175 left: -17px;
2177 a.comment-parent-link::after {
2178 content: "";
2179 position: absolute;
2180 z-index: 0;
2181 display: block;
2182 width: calc(100% + 26px);
2183 height: calc(100% + 38px);
2184 top: -29px;
2185 left: -17px;
2186 pointer-events: none;
2187 overflow: hidden;
2188 visibility: hidden;
2190 a.comment-parent-link:hover::after {
2191 visibility: visible;
2194 .comment-child-links {
2195 flex-basis: 100%;
2197 .comment-child-link {
2198 margin: 0 0.25em;
2199 display: inline-block;
2201 .comment-child-link::before {
2202 content: ">";
2203 display: inline-block;
2204 margin: 0 2px 0 0;
2207 .comment-popup {
2208 position: fixed;
2209 top: 10%;
2210 right: 10%;
2211 max-width: 700px;
2212 z-index: 10001;
2213 font-size: 1rem;
2214 white-space: unset;
2215 pointer-events: none;
2217 .comment-popup .comment-parent-link {
2218 display: none;
2220 .comment-popup .comment-body {
2221 font-size: 1.0625rem;
2224 /**********************/
2225 /* COMMENT PERMALINKS */
2226 /**********************/
2227 /********************/
2228 /* COMMENT LW LINKS */
2229 /********************/
2231 .comment-meta .permalink::before,
2232 .comment-meta .lw2-link::before,
2233 .individual-thread-page a.comment-parent-link:empty::before {
2234 content: "";
2235 display: inline-block;
2236 width: 1rem;
2237 height: 1rem;
2238 border-radius: 3px;
2239 box-shadow:
2240 0 0 0 1px #fff,
2241 0 0 0 2px #00e,
2242 0 0 0 3px transparent;
2243 padding: 0 0 0 2px;
2244 background-size: 100%;
2245 position: relative;
2246 top: 2px;
2247 opacity: 0.5;
2249 .comment-meta .permalink::before {
2250 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');
2252 .comment-meta .lw2-link::before {
2253 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==');
2255 .individual-thread-page a.comment-parent-link:empty::before {
2256 left: unset;
2257 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==');
2259 .comment-meta .permalink:hover::before {
2260 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');
2262 .comment-meta .lw2-link:hover::before {
2263 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==');
2265 .individual-thread-page a.comment-parent-link:empty:hover::before {
2266 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=');
2268 .comment-meta .permalink:hover::before,
2269 .comment-meta .lw2-link:hover::before,
2270 .individual-thread-page a.comment-parent-link:empty:hover::before {
2271 box-shadow:
2272 0 0 0 2px #00e,
2273 0 0 0 3px transparent;
2274 opacity: 1.0;
2275 filter: unset;
2277 .comment-meta .permalink:active::before,
2278 .comment-meta .lw2-link:active::before,
2279 .individual-thread-page a.comment-parent-link:empty:active::before {
2280 transform: scale(0.9);
2283 .comment-meta .permalink,
2284 .comment-meta .lw2-link,
2285 .individual-thread-page .comment-parent-link:empty {
2286 position: relative;
2287 opacity: 1.0;
2289 .comment-meta .permalink::after,
2290 .comment-meta .lw2-link::after,
2291 .individual-thread-page .comment-parent-link:empty::after {
2292 content: "";
2293 width: 30px;
2294 height: 30px;
2295 display: block;
2296 position: absolute;
2297 top: -2px;
2298 left: -7px;
2299 box-shadow: none;
2300 pointer-events: auto;
2301 visibility: visible;
2304 /*************************/
2305 /* COMMENTS COMPACT VIEW */
2306 /*************************/
2308 #comments-list-mode-selector,
2309 #content.index-page #comments-list-mode-selector,
2310 #content.user-page #comments-list-mode-selector {
2311 padding-top: 6px;
2312 grid-column: 1;
2313 position: unset;
2314 z-index: 1;
2315 justify-self: start;
2316 align-self: start;
2318 #comments-list-mode-selector button {
2319 color: transparent;
2320 width: 32px;
2321 height: 32px;
2322 padding: 6px;
2323 margin: 1px;
2324 overflow: hidden;
2325 background-repeat: no-repeat;
2326 background-size: 100%;
2327 background-origin: content-box;
2329 #comments-list-mode-selector button:disabled {
2330 cursor: auto;
2332 #comments-list-mode-selector button.expanded {
2333 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJTnI+py+0Po5wn2Iuz3lrxD25eSIJjiWZnyq4s6r5kLJtJndK4eO9z77NRhsSi8YhMKpfMpvMJjTqDIR3VYr1mqdtg1/fdhXHjWll2fqVb0rY7WQAAOw==');
2335 #comments-list-mode-selector button.compact {
2336 background-image: url('data:image/gif;base64,R0lGODdhKAAoAJEAAAAAAKqqqv///wAAACH5BAkAAAMALAAAAAAoACgAAAJXnI+py+0Po5y0uoCz3rxz5YViB46mWJ7qlq5u66rWTNf2fcQxrI98H/oBSYnhSWjU4JbMJi7pK0KD0ikRYfUgp1uo8wsOM7LXHJlVPWO6SbbRPRTL57gCADs=');
2338 @media only screen and (max-resolution: 1dppx) {
2339 #comments-list-mode-selector button.expanded {
2340 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKampqqqqv///wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCJSasV7Gqat+6eBYbcQopRqq5s257VeMokHdoevrm8mgAAOw==');
2342 #comments-list-mode-selector button.compact {
2343 background-image: url('data:image/gif;base64,R0lGODdhFAAUAKIAAAAAAKqqqtvb2////wAAAAAAAAAAAAAAACH5BAkAAAQALAAAAAAUABQAAAMmSLrc/tCFSasN7Gqat45g433LeHUmF65phbZvurLtFJv3OO98zyQAOw==');
2347 #content > ul.comment-thread > li.comment-item,
2348 #content.compact > ul.comment-thread > li.comment-item {
2349 margin: 0;
2352 #content > .comment-thread {
2353 margin: 1em 0;
2355 #content.compact > .comment-thread {
2356 font-size: 0.9375rem;
2357 margin: 0.5em 0;
2359 #content.compact > .comment-thread:hover {
2360 z-index: 1;
2362 #content.compact > .comment-thread .comment-body {
2363 font-size: 1.0625rem;
2365 #content.compact > .comment-thread .comment-item,
2366 #content.index-page .comment-item.ignored,
2367 #content.inbox-user-page .comment-item.ignored {
2368 max-height: 61px;
2369 margin-top: 1em;
2370 overflow: hidden;
2371 position: relative;
2373 #content.compact > .comment-thread .comment-item {
2374 pointer-events: none;
2376 #content.compact > .comment-thread .comment-item::after {
2377 content: "…";
2378 position: absolute;
2379 right: 0;
2380 bottom: 0;
2381 font-size: 2rem;
2382 line-height: 1;
2383 padding: 0 16px 10px 64px;
2384 pointer-events: auto;
2386 @media only screen and (hover: hover), not screen and (-moz-touch-enabled) {
2387 #content.compact:not(:focus-within) > .comment-thread .comment-item:hover,
2388 #content.compact > .comment-thread .comment-item.expanded {
2389 overflow: visible;
2390 pointer-events: auto;
2391 z-index: 10;
2394 @media only screen and (hover: none), only screen and (-moz-touch-enabled) {
2395 #content.compact > .comment-thread.expanded .comment-item {
2396 overflow: visible;
2397 pointer-events: auto;
2398 z-index: 10;
2401 #content.compact > .comment-thread .comment-item .comment-meta {
2402 white-space: nowrap;
2403 overflow: hidden;
2404 text-overflow: ellipsis;
2405 padding: 2px 10px;
2407 #content.compact > .comment-thread .comment-item:hover .comment-meta {
2408 white-space: unset;
2410 #content.compact > .comment-thread .comment-item .comment-meta a {
2411 pointer-events: auto;
2413 #content.compact > .comment-thread .comment-item .comment-meta .comment-post-title {
2414 display: inline;
2416 #content.compact > .comment-thread .comment-item .comment-meta .karma + .comment-post-title {
2417 margin-left: 0.75em;
2419 @media only screen and (hover: hover), not screen and (-moz-touch-enabled) {
2420 #content.compact > .comment-thread:last-of-type .comment-item:hover,
2421 #content.compact > .comment-thread:last-of-type .comment-item.expanded {
2422 max-height: unset;
2424 #content.compact > .comment-thread .comment-item:hover .comment,
2425 #content.compact > .comment-thread .comment-item.expanded .comment {
2426 position: relative;
2427 z-index: 1;
2428 margin-bottom: 2em;
2429 bottom: 0;
2431 #content.compact > .comment-thread .comment-item:hover .comment::before,
2432 #content.compact > .comment-thread .comment-item.expanded .comment::before{
2433 content: "";
2434 position: absolute;
2435 display: block;
2436 width: calc(100% + 20px);
2437 height: calc(100% + 20px);
2438 z-index: -1;
2439 top: -10px;
2440 left: -10px;
2442 #content.compact > .comment-thread:last-of-type .comment-item:hover .comment,
2443 #content.compact > .comment-thread:last-of-type .comment-item.expanded .comment{
2444 margin: 0;
2447 @media only screen and (hover: none), only screen and (-moz-touch-enabled) {
2448 #content.compact > .comment-thread.expanded:last-of-type .comment-item {
2449 max-height: unset;
2451 #content.compact > .comment-thread.expanded .comment-item .comment {
2452 position: relative;
2453 z-index: 1;
2454 margin-bottom: 2em;
2455 bottom: 0;
2457 #content.compact > .comment-thread.expanded .comment-item .comment::before {
2458 content: "";
2459 position: absolute;
2460 display: block;
2461 width: calc(100% + 14px);
2462 height: calc(100% + 20px);
2463 z-index: -1;
2464 top: -10px;
2465 left: -10px;
2467 #content.compact > .comment-thread.expanded:last-of-type .comment-item .comment {
2468 margin: 0;
2470 #content.compact > .comment-thread.expanded .comment-item .comment::after {
2471 content: "";
2472 display: block;
2473 position: fixed;
2474 top: 0;
2475 left: 0;
2476 width: 100%;
2477 height: 100%;
2478 z-index: -2;
2479 background-color: rgba(0,0,0,0.5);
2483 /*****************************/
2484 /* HIGHLIGHTING NEW COMMENTS */
2485 /*****************************/
2487 .new-comment::before {
2488 content: "";
2489 position: absolute;
2490 width: 100%;
2491 height: 100%;
2492 z-index: 5000;
2493 pointer-events: none;
2496 /***********************************/
2497 /* COMMENT THREAD MINIMIZE BUTTONS */
2498 /***********************************/
2500 .comment-minimize-button {
2501 font-family: "Font Awesome", "Font Awesome 5 Free";
2502 font-weight: 900;
2503 font-size: 1.25rem;
2504 line-height: 1;
2505 position: absolute;
2506 right: 1px;
2507 top: 1px;
2508 width: 18px;
2509 margin: 0;
2510 cursor: pointer;
2512 .comment-minimize-button:active {
2513 transform: scale(0.9);
2515 .comment-minimize-button::after {
2516 content: attr(data-child-count);
2517 font-weight: normal;
2518 font-size: 0.8125rem;
2519 position: absolute;
2520 left: 0;
2521 width: 100%;
2522 text-align: center;
2523 top: 21px;
2525 #content.individual-thread-page .comment-minimize-button {
2526 display: none;
2529 /*****************/
2530 /* IGNORE SYSTEM */
2531 /*****************/
2533 #content.comment-thread-page .comment-item.ignored {
2534 height: 38px;
2535 overflow: hidden;
2537 .comment-item.ignored > .comment > .comment-meta > .author {
2538 text-decoration: line-through;
2541 /***********************************/
2542 /* INDIVIDUAL COMMENT THREAD PAGES */
2543 /***********************************/
2545 .individual-thread-page > h1 {
2546 line-height: 1;
2547 margin: 0.75em 0 3px 0;
2549 .individual-thread-page .comments {
2550 border: none;
2553 /****************/
2554 /* VOTE BUTTONS */
2555 /****************/
2557 .vote {
2558 margin: 0;
2560 .vote {
2561 font-family: "Font Awesome", "Font Awesome 5 Free";
2562 font-weight: 900;
2563 border: none;
2565 .karma.waiting {
2566 opacity: 0.5;
2568 .karma.waiting button {
2569 pointer-events: none;
2572 /* Replicated karma controls at bottom of comments. */
2573 .comment-controls .karma {
2574 float: left;
2575 margin-left: -14px;
2576 font-size: 0.9375em;
2579 /*****************************/
2580 /* COMMENTING AND POSTING UI */
2581 /*****************************/
2583 .comment-controls {
2584 text-align: right;
2585 margin: 0 8px 8px 16px;
2586 position: relative;
2587 z-index: 9999;
2589 .comment-thread .comment-controls + .comment-thread > li:first-child {
2590 margin-top: 8px;
2592 .comments > .comment-controls {
2593 margin: 8px 0 0 0;
2595 .comments > .comment-controls:last-child {
2596 margin: 8px 0 16px 0;
2599 .posting-controls input[type='submit'] {
2600 margin: 6px;
2601 padding: 4px 10px;
2602 font-size: 1.125rem;
2605 .comment-controls .cancel-comment-button {
2606 position: absolute;
2607 right: 0;
2608 margin: 0;
2609 height: 27px;
2610 font-size: inherit;
2611 padding: 4px 8px 2px 4px;
2612 z-index: 1;
2614 .comment-controls .cancel-comment-button::before {
2615 font-family: "Font Awesome", "Font Awesome 5 Free";
2616 margin-right: 3px;
2617 content: '\F00D';
2618 font-weight: 900;
2619 font-size: 0.9em;
2620 opacity: 0.7;
2623 .comment + .comment-controls .action-button {
2624 font-weight: normal;
2625 font-size: 1.0625em;
2626 padding: 1px 6px;
2628 .comment-controls .action-button::before {
2629 font-family: "Font Awesome", "Font Awesome 5 Free";
2630 margin-right: 3px;
2632 .new-comment-button {
2633 font-size: 1.5rem;
2634 margin: 0 0.25em;
2636 .comment-controls .reply-button::before {
2637 content: '\F3E5';
2638 font-weight: 900;
2639 font-size: 0.9em;
2640 opacity: 0.6;
2643 .post-controls {
2644 text-align: right;
2645 margin: 0.75em 0 0 0;
2646 grid-row: 3;
2647 align-self: start;
2648 justify-self: end;
2650 .post {
2651 grid-row: 3;
2653 .edit-post-link {
2654 display: inline-block;
2655 margin-bottom: 0.25em;
2656 font-size: 1.125rem;
2658 .edit-post-link::before {
2659 margin-right: 0.3em;
2661 .comment-controls .edit-button::before,
2662 .edit-post-link::before {
2663 content: '\F303';
2664 font-family: "Font Awesome", "Font Awesome 5 Free";
2665 font-weight: 900;
2666 font-size: 0.75em;
2667 position: relative;
2668 top: -1px;
2671 .comment-controls .delete-button {
2672 margin-right: 0.25em;
2674 .comment-controls .edit-button,
2675 .comment-controls .retract-button,
2676 .comment-controls .unretract-button {
2677 margin-right: 1em;
2679 .comment-controls .retract-button::before {
2680 content: '\F4B3';
2681 opacity: 0.6;
2683 .comment-controls .unretract-button::before {
2684 content: '\F075';
2685 opacity: 0.9;
2687 .comment-controls .delete-button::before {
2688 content: '\F05E';
2689 opacity: 0.7;
2691 .comment-controls .retract-button::before,
2692 .comment-controls .unretract-button::before,
2693 .comment-controls .delete-button::before {
2694 font-weight: 900;
2695 font-size: 0.9em;
2698 .comment-controls form {
2699 position: relative;
2701 .textarea-container {
2702 position: relative;
2704 .posting-controls textarea {
2705 display: block;
2706 width: 100%;
2707 height: 15em;
2708 min-height: 15em;
2709 max-height: calc(100vh - 6em);
2710 margin: 2px 0 0 0;
2711 padding: 4px 5px;
2712 font-size: 1.2rem;
2713 border-style: solid;
2714 border-width: 29px 1px 1px 1px;
2715 resize: none;
2718 /* GUIEdit buttons */
2720 .guiedit-buttons-container {
2721 position: absolute;
2722 left: 1px;
2723 top: 1px;
2724 width: calc(100% - 2px);
2725 height: 28px;
2726 text-align: left;
2727 padding: 1px 4px 0 4px;
2728 overflow: hidden;
2730 .comment-thread-page .guiedit-buttons-container {
2731 padding-right: 60px;
2733 .guiedit-buttons-container button {
2734 height: 26px;
2735 padding: 0 7px;
2736 font-weight: 900;
2737 font-size: 0.875rem;
2738 line-height: 1;
2739 position: static;
2741 .guiedit-buttons-container button:active {
2742 transform: none;
2744 .guiedit-buttons-container button:active div {
2745 transform: scale(0.9);
2747 .guiedit-buttons-container button sup {
2748 font-weight: bold;
2750 .guiedit::after {
2751 content: attr(data-tooltip);
2752 position: absolute;
2753 font-weight: normal;
2754 font-size: 1rem;
2755 top: 2px;
2756 left: 464px;
2757 height: 25px;
2758 padding: 4px 0;
2759 white-space: nowrap;
2760 visibility: hidden;
2762 .guiedit:hover::after {
2763 visibility: visible;
2766 /* Markdown hints */
2768 .posting-controls .markdown-reference-link {
2769 float: left;
2770 padding: 1px 0 0 6px;
2772 .posting-controls .markdown-reference-link a {
2773 padding-right: 1.5em;
2774 margin-right: 0.15em;
2775 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');
2776 background-size: 1.25em;
2777 background-repeat: no-repeat;
2778 background-position: right center;
2781 #markdown-hints-checkbox + label {
2782 float: left;
2783 margin: 2px 0 0 1em;
2784 line-height: 1.3;
2785 cursor: pointer;
2787 #edit-post-form #markdown-hints-checkbox + label {
2788 padding: 0;
2790 #markdown-hints-checkbox {
2791 visibility: hidden;
2792 float: left;
2794 #markdown-hints-checkbox + label::after {
2795 content: "(Show Markdown help)";
2797 #markdown-hints-checkbox:checked + label::after {
2798 content: "(Hide Markdown help)";
2800 #markdown-hints-checkbox + label::before {
2801 content: '\F059';
2802 font-family: "Font Awesome", "Font Awesome 5 Free";
2803 font-weight: 900;
2804 margin-right: 3px;
2806 #markdown-hints-checkbox:checked + label::before {
2807 font-weight: normal;
2809 #markdown-hints {
2810 margin: 4px 0 0 4px;
2811 padding: 4px 8px;
2812 position: absolute;
2813 text-align: left;
2814 top: calc(100% - 1em);
2815 z-index: 1;
2816 display: none;
2818 .comment-controls #markdown-hints {
2819 top: calc(100% + 1.75em);
2821 #markdown-hints-checkbox:checked ~ #markdown-hints {
2822 display: table;
2824 .markdown-hints-row {
2825 display: table-row;
2827 #markdown-hints .markdown-hints-row span,
2828 #markdown-hints .markdown-hints-row code {
2829 float: none;
2830 display: table-cell;
2831 border: none;
2832 background-color: inherit;
2833 padding: 0 12px 0 0;
2836 /******************/
2837 /* EDIT POST FORM */
2838 /******************/
2840 #edit-post-form {
2841 padding: 1em 1em 4em 1em;
2843 #edit-post-form .post-meta-fields {
2844 display: grid;
2845 grid-template-columns: 5em auto auto auto 1fr auto;
2846 margin-bottom: 0.625em;
2849 #edit-post-form label[for='title'],
2850 #edit-post-form label[for='url'],
2851 #edit-post-form label[for='section'] {
2852 grid-column: 1;
2854 #edit-post-form input[type='text'] {
2855 padding: 0.25em;
2856 grid-column: 2 / span 4;
2857 margin-bottom: 0.5em;
2860 #edit-post-form .link-post-checkbox,
2861 #edit-post-form .link-post-checkbox + label {
2862 grid-row: 1;
2863 grid-column: 6;
2865 #edit-post-form .question-checkbox,
2866 #edit-post-form .question-checkbox + label {
2867 grid-row: 3;
2868 grid-column: 5;
2869 justify-self: start;
2870 margin-left: 1.5em;
2873 #edit-post-form .post-meta-fields input[type='checkbox'] {
2874 height: 0;
2875 opacity: 0;
2876 pointer-events: none;
2878 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
2879 white-space: nowrap;
2880 position: relative;
2881 cursor: pointer;
2882 padding: 0.25em 0.5em 0.25em calc(20px + 0.25em + 0.3725em);
2883 align-self: start;
2885 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
2886 content: "";
2887 font-family: "Font Awesome", "Font Awesome 5 Free";
2888 font-size: 1.375rem;
2889 line-height: 0.7;
2890 text-indent: 1px;
2891 font-weight: 900;
2892 position: absolute;
2893 width: 20px;
2894 height: 20px;
2895 left: 5px;
2897 #edit-post-form label[for='url'],
2898 #edit-post-form input[name='url'] {
2899 display: none;
2901 #edit-post-form .link-post-checkbox:checked ~ label[for='url'],
2902 #edit-post-form .link-post-checkbox:checked ~ input[name='url'] {
2903 display: initial;
2905 #edit-post-form label {
2906 line-height: normal;
2907 border: 1px solid transparent;
2908 text-align: right;
2909 padding: 0.25em 0.5em;
2910 white-space: nowrap;
2912 #edit-post-form input[type='radio'] {
2913 width: 0;
2914 margin: 0;
2915 opacity: 0;
2916 pointer-events: none;
2918 #edit-post-form input[type='radio'] + label {
2919 padding: 4px 12px;
2920 text-align: center;
2921 border-style: solid;
2922 border-width: 1px 1px 1px 0;
2923 cursor: pointer;
2925 #edit-post-form input[type='radio']:checked + label {
2926 cursor: default;
2929 #edit-post-form label[for='section'] {
2930 grid-row: 3;
2932 #edit-post-form input[type='radio'] + label {
2933 grid-row: 3;
2935 @supports (width: -moz-fit-content) {
2936 #edit-post-form input[type='radio'] + label {
2937 width: -moz-fit-content;
2940 @supports (width: fit-content) {
2941 #edit-post-form input[type='radio'] + label {
2942 width: fit-content;
2946 #edit-post-form textarea {
2947 min-height: 24em;
2950 #edit-post-form input[type='submit'] {
2951 padding: 6px 12px;
2952 float: right;
2954 #edit-post-form #markdown-hints {
2955 top: calc(100% + 2em);
2958 #edit-post-form button.guiedit div {
2959 overflow: visible;
2961 .guiedit-mobile-auxiliary-button {
2962 display: none;
2965 /***********/
2966 /* BUTTONS */
2967 /***********/
2969 button,
2970 input[type='submit'] {
2971 font-family: inherit;
2972 font-size: inherit;
2973 background-color: inherit;
2974 cursor: pointer;
2975 border: none;
2976 border-radius: 0;
2979 /************/
2980 /* HEADINGS */
2981 /************/
2983 .body-text h1,
2984 .body-text h2,
2985 .body-text h3,
2986 .body-text h4,
2987 .body-text h5,
2988 .body-text h6 {
2989 line-height: 1.1;
2990 margin: 1em 0 0.75em 0;
2991 text-align: left;
2994 .post-body h5,
2995 .post-body h6 {
2996 font-size: 1em;
2998 .post-body h4 {
2999 font-size: 1.2em;
3001 .post-body h3 {
3002 font-size: 1.4em;
3004 .post-body h2 {
3005 font-size: 1.75em;
3007 .post-body h1 {
3008 font-size: 2.1em;
3011 .comment-body h5,
3012 .comment-body h6 {
3013 font-size: 1em;
3015 .comment-body h4 {
3016 font-size: 1.15em;
3018 .comment-body h3 {
3019 font-size: 1.3em;
3021 .comment-body h2 {
3022 font-size: 1.5em;
3024 .comment-body h1 {
3025 font-size: 1.75em;
3028 /**********/
3029 /* QUOTES */
3030 /**********/
3032 blockquote,
3033 .post-body .comment-box .comment-body {
3034 font-size: 0.9em;
3035 margin: 1em 0;
3036 padding-left: 0.5em;
3037 margin-left: 1px;
3038 padding-bottom: 3px;
3040 blockquote *:first-child {
3041 margin-top: 0;
3043 blockquote *:last-child {
3044 margin-bottom: 0;
3046 blockquote blockquote {
3047 font-size: 0.95em;
3050 /* Pseudo-blockquotes that LW sometimes uses for some reason */
3052 .post-body .comment-box .user-name {
3053 font-style: italic;
3055 .post-body .comment-box .user-name::after {
3056 content: ":";
3058 .post-body .comment-box {
3059 zoom: 1.25;
3062 /**********/
3063 /* IMAGES */
3064 /**********/
3066 #content img {
3067 max-width: 100%;
3070 img.inline-latex {
3071 position: relative;
3072 top: 2.5px;
3073 margin: 0 2px;
3076 #content figure {
3077 text-align: center;
3078 margin: 1.5em auto;
3081 p.imgonly,
3082 div.imgonly {
3083 text-align: center;
3086 /**********/
3087 /* TABLES */
3088 /**********/
3090 .body-text table {
3091 border-collapse: collapse;
3092 font-family: Inconsolata, Menlo, monospace;
3093 font-size: 0.875em;
3095 .body-text table th,
3096 .body-text table td {
3097 text-align: left;
3098 padding: 4px 6px;
3099 line-height: 1.3;
3101 .body-text table td:nth-of-type(n+2) {
3102 text-align: right;
3104 .body-text table caption {
3105 margin: 0 0 0.25em 0;
3106 font-weight: bold;
3107 font-size: 1.125em;
3110 /********/
3111 /* MISC */
3112 /********/
3114 /*= Superscripts & subscripts =*/
3116 /* Make sure superscripts and subscripts do not affect line spacing. */
3117 sup, sub {
3118 vertical-align: baseline;
3119 position: relative;
3120 top: -0.5em;
3121 left: 0.05em;
3122 font-size: 0.8em;
3124 sub {
3125 top: 0.3em;
3128 /*= Code blocks & other "unstyled" text. =*/
3130 pre,
3131 code {
3132 font-family: Inconsolata, Menlo, monospace;
3134 pre {
3135 white-space: pre-wrap;
3137 .body-text pre {
3138 text-align: left;
3140 code {
3141 font-size: 0.95em;
3142 display: inline-block;
3143 padding: 0 4px 1px 5px;
3145 pre > code {
3146 display: block;
3147 border-radius: 0;
3148 padding: 3px 4px 5px 8px;
3151 /*= Fractions =*/
3153 .frac::after {
3154 content: "\200B";
3157 /*= Removing browser default styling of various elements =*/
3159 /* On various input elements such as text fields and buttons, remove "blue glow" focus outlines on Macs, dotted black outlines in Firefox, etc. */
3160 :focus {
3161 outline: none;
3164 /* Remove "embossed" appearance of horizontal rules. */
3165 hr {
3166 border: none;
3169 input,
3170 button,
3171 textarea {
3172 -webkit-appearance: none;
3173 -moz-appearance: none;
3174 appearance: none;
3177 input {
3178 font-family: inherit;
3179 font-size: inherit;
3180 font-weight: inherit;
3183 /*************/
3184 /* FOOTNOTES */
3185 /*************/
3187 ol {
3188 counter-reset: ordered-list;
3190 .footnote-definition {
3191 font-size: 0.9em;
3192 list-style-type: none;
3193 counter-increment: ordered-list;
3194 position: relative;
3196 .footnote-definition p {
3197 font-size: inherit !important;
3199 .footnote-definition::before {
3200 content: counter(ordered-list) ".";
3201 position: absolute;
3202 left: -2.5em;
3203 font-weight: bold;
3204 text-align: right;
3205 width: 2em;
3208 /*********/
3209 /* LISTS */
3210 /*********/
3212 li {
3213 margin-bottom: 0.5em;
3216 .body-text ol p,
3217 .body-text ul p {
3218 margin: 0.5em 0;
3221 .post-body ol {
3222 list-style: none;
3223 padding: 0;
3224 counter-reset: ol;
3226 .post-body ol > li {
3227 position: relative;
3228 counter-increment: ol;
3229 padding: 0 0 0 2.5em;
3230 margin: 0.25em 0 0 0;
3232 .post-body ol > li::before {
3233 content: counter(ol) ".";
3234 position: absolute;
3235 width: 2em;
3236 text-align: right;
3237 left: 0;
3239 .post-body ul {
3240 list-style: none;
3241 padding: 0;
3243 .post-body ul:not(.contents-list) > li {
3244 position: relative;
3245 padding: 0 0 0 1.75em;
3246 margin: 0.25em 0 0 0;
3248 .post-body ul:not(.contents-list) > li ul > li {
3249 padding: 0 0 0 2em;
3251 .post-body ul:not(.contents-list) > li::before {
3252 content: "•";
3253 position: absolute;
3254 width: 1.25em;
3255 text-align: right;
3256 left: 0;
3258 .post-body ul:not(.contents-list) > li ul > li::before {
3259 width: 1.5em;
3261 .post-body li > ul:first-child > li {
3262 padding-left: 0;
3264 .post-body li > ul:first-child > li::before {
3265 content: none;
3268 /**************/
3269 /* ERROR PAGE */
3270 /**************/
3272 .error-retry-form {
3273 margin: 0.5em 0;
3276 .error-retry-form input[type="submit"] {
3277 border: 1px solid #aaa;
3278 font-weight: bold;
3279 font-size: 1.125rem;
3280 padding: 0.5em 1.25em;
3283 /**************/
3284 /* ABOUT PAGE */
3285 /**************/
3287 #content.about-page .contents {
3288 margin-top: 0.25em;
3290 #content.about-page .accesskey-table {
3291 border-collapse: collapse;
3292 margin: auto;
3294 #content.about-page .accesskey-table th,
3295 #content.about-page .accesskey-table td {
3296 padding: 2px 6px;
3298 #content.about-page .accesskey-table td:first-child {
3299 padding-right: 1.5em;
3301 #content.about-page .accesskey-table td:last-child {
3302 text-align: center;
3303 font-family: Inconsolata, Menlo, monospace;
3305 #content.about-page h3:nth-of-type(n+2) {
3306 clear: both;
3309 /******************/
3310 /* IMAGES OVERLAY */
3311 /******************/
3313 #images-overlay + #content .post-body img {
3314 visibility: hidden;
3317 #images-overlay div {
3318 position: absolute;
3320 #images-overlay div::after {
3321 content: "Click to enlarge";
3322 display: block;
3323 position: absolute;
3324 margin: auto;
3325 left: 0;
3326 right: 0;
3327 bottom: 10px;
3328 padding: 6px 10px;
3329 font-size: 1.25rem;
3330 background-color: rgba(0,0,0,0.6);
3331 color: #fff;
3332 border-radius: 5px;
3333 opacity: 0.0;
3334 transition: opacity 0.15s ease;
3335 pointer-events: none;
3337 @supports (width: -moz-fit-content) {
3338 #images-overlay div::after {
3339 width: -moz-fit-content;
3342 @supports (width: fit-content) {
3343 #images-overlay div::after {
3344 width: fit-content;
3347 #images-overlay div:hover::after {
3348 opacity: 1.0;
3351 #images-overlay img {
3352 width: 100%;
3355 /***************/
3356 /* IMAGE FOCUS */
3357 /***************/
3359 /*=--------------=*/
3360 /*= Hover styles =*/
3361 /*=--------------=*/
3363 #content img:hover,
3364 #images-overlay img:hover {
3365 filter: drop-shadow(0 0 3px #777);
3366 cursor: zoom-in;
3368 #content img:active,
3369 #images-overlay img:active {
3370 transform: scale(0.975);
3373 /*=---------=*/
3374 /*= Overlay =*/
3375 /*=---------=*/
3377 #image-focus-overlay {
3378 position: fixed;
3379 top: 0;
3380 right: 0;
3381 bottom: 0;
3382 left: 0;
3383 z-index: 2;
3384 display: none;
3385 cursor: zoom-out;
3387 #image-focus-overlay::before {
3388 content: "";
3389 display: block;
3390 position: absolute;
3391 top: 0;
3392 right: 0;
3393 bottom: 0;
3394 left: 0;
3395 background-color: #000;
3396 opacity: 0.5;
3397 z-index: -1;
3399 #image-focus-overlay.engaged {
3400 display: initial;
3403 #image-focus-overlay img {
3404 margin: auto;
3405 position: absolute;
3406 left: 50%;
3407 top: 50%;
3408 transform: translateX(-50%) translateY(-50%);
3411 /*=-------------------=*/
3412 /*= Single-image mode =*/
3413 /*=-------------------=*/
3415 #image-focus-overlay:not(.slideshow) .image-number,
3416 #image-focus-overlay:not(.slideshow) .slideshow-buttons {
3417 visibility: hidden;
3420 /*=---------=*/
3421 /*= Caption =*/
3422 /*=---------=*/
3424 #image-focus-overlay .caption {
3425 position: absolute;
3426 bottom: 0.75em;
3427 background-color: rgba(0,0,0,0.7);
3428 left: 9em;
3429 right: 9em;
3430 margin: auto;
3431 max-width: calc(100% - 18em);
3432 text-align: center;
3433 font-size: 1.375em;
3434 border-radius: 8px;
3435 z-index: 1;
3436 transition:
3437 bottom 0.2s ease;
3439 @supports (width: -moz-fit-content) {
3440 #image-focus-overlay .caption {
3441 width: -moz-fit-content;
3444 @supports (width: fit-content) {
3445 #image-focus-overlay .caption {
3446 width: fit-content;
3449 #image-focus-overlay .caption.hidden {
3450 bottom: -5em;
3451 transition:
3452 bottom 0.5s ease;
3455 #image-focus-overlay .caption p {
3456 margin: 1em 1.25em;
3457 color: #fff;
3460 #image-focus-overlay .caption:not(:empty)::before {
3461 content: "";
3462 display: block;
3463 position: absolute;
3464 width: 100vw;
3465 height: calc(100% + 1.5em);
3466 z-index: -1;
3467 top: -0.75em;
3468 left: calc(-50vw + 50%);
3472 /*=--------------=*/
3473 /*= Help overlay =*/
3474 /*=--------------=*/
3476 #image-focus-overlay .help-overlay {
3477 position: absolute;
3478 display: flex;
3479 flex-flow: column;
3480 z-index: 2;
3481 font-size: 1.5rem;
3482 padding: 1em;
3483 border-radius: 10px;
3484 bottom: 1em;
3485 right: 1em;
3486 overflow: hidden;
3487 white-space: nowrap;
3488 color: transparent;
3489 cursor: default;
3490 visibility: hidden;
3491 transition:
3492 visibility 1s ease,
3493 color 1s ease,
3494 background-color 1s ease,
3495 bottom 0.3s ease;
3497 #image-focus-overlay .help-overlay:hover {
3498 max-width: 24em;
3499 max-height: 14em;
3500 background-color: rgba(0,0,0,0.85);
3501 color: #fff;
3502 visibility: visible;
3503 transition:
3504 visibility 0.2s ease 0.3s,
3505 color 0.2s ease 0.3s,
3506 background-color 0.2s ease 0.3s;
3509 #image-focus-overlay .help-overlay::after {
3510 content: "\F128";
3511 font-family: "Font Awesome", "Font Awesome 5 Free";
3512 font-weight: 900;
3513 font-size: 2rem;
3514 position: absolute;
3515 right: 0;
3516 bottom: 0;
3517 padding: 10px;
3518 color: #000;
3519 filter: drop-shadow(0 0 6px #fff);
3520 visibility: visible;
3521 opacity: 0.85;
3522 transition:
3523 visibility 1s ease;
3525 #image-focus-overlay .help-overlay:hover::after {
3526 visibility: hidden;
3527 transition:
3528 visibility 0.2s ease 0.3s;
3531 #image-focus-overlay .help-overlay p {
3532 margin: 0;
3533 text-indent: -2em;
3534 padding-left: 2em;
3535 max-width: 100%;
3536 overflow: hidden;
3538 #image-focus-overlay .help-overlay p + p {
3539 margin: 0.75em 0 0 0;
3541 #image-focus-overlay .help-overlay.hidden {
3542 bottom: -2em;
3545 /*=--------------=*/
3546 /*= Slide number =*/
3547 /*=--------------=*/
3549 #image-focus-overlay .image-number {
3550 position: absolute;
3551 z-index: 2;
3552 font-size: 1.75rem;
3553 left: 1em;
3554 bottom: 1em;
3555 font-weight: 600;
3556 text-shadow:
3557 0 0 3px #fff,
3558 0 0 5px #fff,
3559 0 0 8px #fff,
3560 0 0 13px #fff;
3561 width: 1.5em;
3562 text-align: right;
3563 white-space: nowrap;
3564 transition: bottom 0.3s ease;
3566 #image-focus-overlay .image-number::before {
3567 content: "#";
3568 opacity: 0.3;
3570 #image-focus-overlay .image-number::after {
3571 content: " of " attr(data-number-of-images);
3572 opacity: 0.3;
3574 #image-focus-overlay .image-number:hover::before,
3575 #image-focus-overlay .image-number:hover::after {
3576 opacity: 1.0;
3578 #image-focus-overlay .image-number.hidden {
3579 bottom: -1.25em;
3582 /*=-------------------=*/
3583 /*= Slideshow buttons =*/
3584 /*=-------------------=*/
3586 #image-focus-overlay .slideshow-buttons {
3587 position: absolute;
3588 top: 0;
3589 left: 0;
3590 width: 100%;
3591 height: 100%;
3592 z-index: 1;
3593 display: flex;
3594 justify-content: space-between;
3595 pointer-events: none;
3597 #image-focus-overlay .slideshow-buttons button {
3598 font-family: "Font Awesome", "Font Awesome 5 Free";
3599 font-weight: 900;
3600 font-size: 3rem;
3601 padding: 0.5em;
3602 color: #ddd;
3603 position: relative;
3604 left: 0;
3605 transition:
3606 left 0.3s ease;
3607 pointer-events: auto;
3609 #image-focus-overlay .slideshow-buttons button::selection {
3610 background-color: transparent;
3612 @media only screen and (hover: hover), not screen and (-moz-touch-enabled) {
3613 #image-focus-overlay .slideshow-buttons button:hover {
3614 background-color: rgba(0,0,0,0.1);
3615 color: #777;
3618 #image-focus-overlay .slideshow-buttons button:active {
3619 transform: none;
3620 color: #888;
3622 #image-focus-overlay .slideshow-buttons button:disabled {
3623 text-shadow: none;
3624 background-color: transparent;
3625 color: #ddd;
3626 cursor: default;
3627 opacity: 0.4;
3629 #image-focus-overlay .slideshow-button.previous.hidden {
3630 left: -1.75em;
3632 #image-focus-overlay .slideshow-button.next.hidden {
3633 left: 1.75em;
3636 /*=-----------------=*/
3637 /*= Background blur =*/
3638 /*=-----------------=*/
3640 .blurred {
3641 filter: blur(3px);
3644 /**************************/
3645 /* QUALIFIED HYPERLINKING */
3646 /**************************/
3648 #content.no-comments .comments,
3649 #content.no-comments .post-meta .comment-count,
3650 #content.no-comments .post-meta .karma,
3651 #content.no-comments + #ui-elements-container #new-comment-nav-ui,
3652 #content.no-comments + #ui-elements-container #hns-date-picker,
3653 #content.no-comments + #ui-elements-container #quick-nav-ui {
3654 display: none;
3657 #content.no-nav-bars #primary-bar,
3658 #content.no-nav-bars #secondary-bar {
3659 display: none;
3661 #content.no-nav-bars {
3662 margin: 8px auto;
3664 #content.no-nav-bars + #ui-elements-container > * {
3665 padding-top: 8px;
3668 #aux-about-link {
3669 position: fixed;
3670 top: 40px;
3671 left: calc((100% - 900px) / 2 - 69px);
3672 width: 1.5em;
3673 height: 1.5em;
3674 text-align: center;
3675 display: table;
3677 #aux-about-link a {
3678 display: table-cell;
3679 width: 100%;
3680 vertical-align: middle;
3681 font-family: "Font Awesome", "Font Awesome 5 Free";
3682 font-weight: 900;
3683 font-size: 1.25rem;
3684 opacity: 0.4;
3685 z-index: 1;
3688 .qualified-linking {
3689 margin: 0;
3690 position: relative;
3692 .qualified-linking input[type='checkbox'] {
3693 visibility: hidden;
3694 width: 0;
3695 height: 0;
3696 margin: 0;
3698 .qualified-linking label {
3699 font-family: "Font Awesome", "Font Awesome 5 Free";
3700 font-weight: 900;
3701 font-size: 1rem;
3702 padding: 0 0.5em;
3703 display: inline-block;
3704 margin-left: 0.25em;
3706 .qualified-linking label:hover {
3707 cursor: pointer;
3709 .qualified-linking label:active span {
3710 display: inline-block;
3711 transform: scale(0.9);
3713 .qualified-linking label::selection {
3714 background-color: transparent;
3717 .qualified-linking label::after {
3718 content: "";
3719 width: 100vw;
3720 height: 0;
3721 left: 0;
3722 top: 0;
3723 position: fixed;
3724 z-index: 1;
3725 cursor: default;
3727 .qualified-linking input[type='checkbox']:checked + label::after {
3728 height: 100vh;
3731 .qualified-linking-toolbar {
3732 position: absolute;
3733 right: 0.25em;
3734 top: 110%;
3735 z-index: 1;
3737 .qualified-linking input[type='checkbox'] ~ .qualified-linking-toolbar {
3738 display: none;
3740 .qualified-linking input[type='checkbox']:checked ~ .qualified-linking-toolbar {
3741 display: block;
3743 #qualified-linking-toolbar-toggle-checkbox-bottom ~ .qualified-linking-toolbar {
3744 top: unset;
3745 bottom: 125%;
3748 .qualified-linking-toolbar a {
3749 display: block;
3750 padding: 0 6px;
3751 margin: 4px;
3753 .qualified-linking-toolbar a::selection {
3754 background-color: transparent;
3757 /********/
3758 /* MATH */
3759 /********/
3761 .mathjax-block-container {
3762 overflow-y: hidden;
3763 border-radius: 6px;
3764 margin: 1em 0 1.5em 0;
3766 .mathjax-inline-container {
3767 max-width: 100%;
3768 display: inline-block;
3769 overflow-x: auto;
3770 overflow-y: hidden;
3771 position: relative;
3772 vertical-align: text-top;
3773 padding: 0 1px;
3775 .post .mathjax-inline-container {
3776 line-height: 1.1;
3777 top: 2px;
3779 .comment .mathjax-inline-container {
3780 top: 3px;
3781 line-height: 1;
3783 .mathjax-inline-container .mjx-chtml {
3784 padding: 0;
3787 /************/
3788 /* SPOILERS */
3789 /************/
3791 .spoiler {
3792 color: #000;
3793 background-color: currentColor;
3794 transition: none;
3795 text-shadow: none;
3796 margin: 1em 0;
3797 box-shadow: 0 0 0 1px currentColor inset;
3798 overflow: auto;
3800 .spoiler:not(:last-child) {
3801 margin-bottom: 0;
3803 #content .spoiler * {
3804 color: inherit;
3805 border: none;
3807 .spoiler:hover {
3808 color: unset;
3809 background-color: unset;
3810 text-shadow: unset;
3811 transition:
3812 color 0.1s ease-out 0.1s,
3813 background-color 0.1s ease-out 0.1s,
3814 text-shadow 0.1s ease-out 0.1s;
3816 .spoiler::selection,
3817 .spoiler ::selection {
3818 color: #fff;
3819 background-color: #000;
3821 .spoiler:not(:hover)::selection,
3822 .spoiler:not(:hover) ::selection {
3823 background-color: transparent;
3826 /*= Fix for LessWrong being weird =*/
3828 .spoiler > p {
3829 padding: 0 7px;
3831 .spoiler > p:first-child {
3832 margin-top: 0.25em;
3834 .spoiler > p:last-child {
3835 margin-bottom: 0;
3836 padding-bottom: 0.25em;
3838 .spoiler > p:hover ~ p {
3839 background-color: currentColor;
3841 .spoiler > p + p {
3842 margin-top: -1em;
3844 .spoiler > p:not(:first-child) {
3845 padding-top: 0.5em;
3847 .spoiler > p:not(:last-child) {
3848 padding-bottom: 0.5em;
3851 /*******************/
3852 /* ALIGNMENT FORUM */
3853 /*******************/
3855 #content.alignment-forum-index-page::after {
3856 content: "Alignment Forum";
3857 grid-row: 3;
3858 font-size: 1.5rem;
3859 margin: 0.375em 0 0 -0.375em;
3862 /**********************/
3863 /* FOR NARROW SCREENS */
3864 /**********************/
3866 @media only screen and (max-width: 1440px) {
3867 #hns-date-picker {
3868 right: -81px;
3869 padding: 8px 10px 10px 10px;
3870 bottom: 62px;
3871 display: none;
3873 #hns-date-picker::before {
3874 content: "";
3875 position: absolute;
3876 display: block;
3877 z-index: -1;
3878 height: calc(100% + 2px);
3879 top: -1px;
3880 left: -1px;
3881 width: 50%;
3884 @media only screen and (max-width: 1160px) {
3885 #new-comment-nav-ui {
3886 bottom: 180px;
3887 right: -68px;
3889 #hns-date-picker {
3890 bottom: 200px;
3891 right: -36px;
3893 #hns-date-picker::before {
3894 width: calc(100% - 35px);
3896 #theme-selector button::before {
3897 right: unset;
3898 left: 100%;
3900 #theme-selector:hover::after {
3901 content: "";
3902 display: block;
3903 position: absolute;
3904 width: calc(6em - 7px);
3905 height: calc(100% + 2px);
3906 top: 0;
3907 left: calc(100% + 1px);
3909 #anti-kibitzer-toggle {
3910 bottom: 330px;
3913 @media only screen and (max-width: 1080px) {
3914 #width-selector {
3915 right: -30px;
3917 #width-selector button {
3918 display: block;
3920 #text-size-adjustment-ui {
3921 top: 90px;
3922 right: -30px;
3924 #text-size-adjustment-ui button {
3925 display: block;
3926 position: relative;
3928 #text-size-adjustment-ui button.increase {
3929 bottom: 48px;
3931 #text-size-adjustment-ui button.decrease {
3932 top: 50px;
3934 #theme-selector {
3935 top: 46px;
3936 left: -44px;
3938 #theme-tweaker-toggle {
3939 left: -44px;
3940 top: 2px;
3942 #theme-tweaker-toggle button {
3943 height: 2em;
3944 width: 2em;
3945 padding: 7px;
3947 #quick-nav-ui {
3948 right: -54px;
3950 #new-comment-nav-ui {
3951 right: -55px;
3953 #hns-date-picker {
3954 right: -23px;
3956 #hns-date-picker::before {
3957 width: calc(100% - 22px);
3959 #anti-kibitzer-toggle {
3960 right: -54px;
3963 @media only screen and (max-width: 1040px) {
3964 #quick-nav-ui {
3965 right: -49px;
3967 #new-comment-nav-ui {
3968 right: -50px;
3970 #hns-date-picker {
3971 right: -18px;
3973 #hns-date-picker::before {
3974 width: calc(100% - 17px);
3976 #anti-kibitzer-toggle {
3977 right: -50px;
3980 @media only screen and (max-width: 1020px) {
3981 #quick-nav-ui {
3982 right: -20px;
3984 #new-comment-nav-ui {
3985 right: -21px;
3987 #new-comment-nav-ui .new-comments-count::before {
3988 content: "";
3989 position: absolute;
3990 width: 100%;
3991 height: calc(100% + 45px);
3992 z-index: -1;
3993 left: 0;
3994 top: -22px;
3996 #hns-date-picker {
3997 right: 19px;
3999 #hns-date-picker::before {
4000 width: 100%;
4002 #anti-kibitzer-toggle {
4003 right: -20px;
4006 @media only screen and (max-width: 1000px) {
4007 #theme-selector {
4008 left: -17px;
4009 top: 120px;
4010 padding: 3px 0;
4011 max-width: 32px;
4013 #theme-selector button {
4014 margin: 1px 4px;
4016 #text-size-adjustment-ui {
4017 top: 100px;
4018 right: -12px;
4020 @media not screen and (hover: none), not screen and (-moz-touch-enabled) {
4021 #quick-nav-ui,
4022 #new-comment-nav-ui,
4023 #new-comment-nav-ui + #hns-date-picker,
4024 #anti-kibitzer-toggle {
4025 opacity: 0.4;
4027 #quick-nav-ui:hover,
4028 #new-comment-nav-ui:hover,
4029 #new-comment-nav-ui + #hns-date-picker:hover,
4030 #new-comment-nav-ui + #hns-date-picker:focus-within,
4031 #new-comment-nav-ui:hover + #hns-date-picker,
4032 #anti-kibitzer-toggle:hover {
4033 opacity: 1.0;
4036 #theme-tweaker-toggle {
4037 top: 70px;
4038 left: -21px;
4042 /**************/
4043 /* PRINT VIEW */
4044 /**************/
4046 @media only print {
4047 .nav-bar {
4048 visibility: hidden;
4049 max-height: 0;
4050 overflow: hidden;
4052 #ui-elements-container {
4053 display: none;
4055 #images-overlay {
4056 display: none;
4058 #images-overlay + #content .post-body img {
4059 visibility: visible;
4061 .comment-controls {
4062 display: none;
4064 #comments-sort-mode-selector {
4065 display: none;
4067 .comment-minimize-button {
4068 display: none;
4070 .post-meta .qualified-linking,
4071 .post-meta .lw2-link {
4072 display: none;
4074 .comment-meta .permalink,
4075 .comment-meta .lw2-link,
4076 .comment-meta .comment-parent-link {
4077 display: none;
4079 .new-comment::before {
4080 display: none;
4082 #content::before {
4083 box-shadow: none;
4087 /*****************/
4088 /* MOBILE LAYOUT */
4089 /*****************/
4091 /* Hide the mobile elements on desktop screens: */
4093 @media not screen and (hover: none), not screen and (-moz-touch-enabled) {
4094 #post-nav-ui-toggle,
4095 #appearance-adjust-ui-toggle,
4096 #theme-selector .theme-selector-close-button {
4097 display: none;
4101 @media only screen and (hover: none), only screen and (-moz-touch-enabled) {
4103 /*====================*/
4104 /* MOBILE UI ELEMENTS */
4105 /*====================*/
4107 #ui-elements-container {
4108 height: unset;
4109 position: unset;
4111 #ui-elements-container > * {
4112 position: fixed;
4113 visibility: hidden;
4114 opacity: 1.0;
4115 z-index: 10000;
4118 #ui-elements-container > div[id$='-ui-toggle'] {
4119 visibility: visible;
4120 display: inline-block;
4121 border-radius: 50%;
4122 z-index: 10000;
4124 #ui-elements-container > div[id$='-ui-toggle'] button,
4125 #theme-selector .theme-selector-close-button {
4126 font-family: Font Awesome;
4127 font-weight: 900;
4128 font-size: 32px;
4129 padding: 10px;
4130 opacity: 0.8;
4131 -webkit-tap-highlight-color: transparent;
4132 transition: transform 0.2s ease;
4134 #ui-elements-container > div[id$='-ui-toggle'] button::selection,
4135 #theme-selector .theme-selector-close-button::selection {
4136 background-color: transparent;
4138 #ui-elements-container > div[id$='-ui-toggle'] button::-moz-focus-inner,
4139 #theme-selector .theme-selector-close-button::-moz-focus-inner {
4140 border: none;
4142 #ui-elements-container > div[id$='-ui-toggle'] button.engaged {
4143 transform: rotate(-90deg);
4144 opacity: 1.0;
4147 #appearance-adjust-ui-toggle {
4148 bottom: 10px;
4149 left: 10px;
4152 #post-nav-ui-toggle {
4153 bottom: 10px;
4154 right: 10px;
4157 #theme-selector.engaged,
4158 #quick-nav-ui.engaged,
4159 #new-comment-nav-ui.engaged,
4160 #hns-date-picker.engaged {
4161 visibility: visible;
4164 #image-focus-overlay.engaged {
4165 visibility: visible;
4167 #image-focus-overlay .help-overlay {
4168 display: none;
4171 /*=========*/
4172 /* GENERAL */
4173 /*=========*/
4175 @media only screen and (max-width: 900px) {
4176 #content,
4177 #images-overlay,
4178 #ui-elements-container {
4179 min-width: unset;
4180 width: unset;
4182 #content {
4183 padding: 0 4px;
4187 /*================*/
4188 /* THEME SELECTOR */
4189 /*================*/
4191 #theme-selector {
4192 display: flex;
4193 flex-flow: column;
4194 width: calc(100vw - 20px);
4195 max-width: 360px;
4196 padding: 0 0 3px 0;
4197 overflow: hidden;
4198 max-height: 0;
4199 transition:
4200 top 0.2s ease,
4201 max-height 0.2s ease,
4202 visibility 0.2s ease;
4203 top: calc(100% + 10px);
4204 left: 0;
4205 right: 0;
4206 margin: auto;
4208 #theme-selector.engaged {
4209 max-height: 1000px;
4210 top: 10px;
4211 z-index: 10001;
4213 #theme-selector::before {
4214 content: "Select theme";
4215 white-space: nowrap;
4216 display: block;
4217 font-weight: 600;
4218 font-size: 2rem;
4219 margin: 0.375em 1em 0.5em 1em;
4220 text-align: center;
4222 #theme-selector button {
4223 width: calc(100% - 0.5em);
4224 background-repeat: no-repeat;
4225 padding: 1em 0.875em;
4226 margin: 1px 4px;
4227 line-height: 1;
4228 height: unset;
4229 position: relative;
4231 #theme-selector button::after {
4232 content: attr(data-theme-description);
4233 white-space: nowrap;
4234 position: absolute;
4235 text-align: left;
4236 left: 2.5em;
4237 top: 1em;
4239 @media only screen and (max-height: 675px) {
4240 #theme-selector button {
4241 padding: 0.875em;
4243 #theme-selector button::after {
4244 top: 0.875em;
4247 #theme-selector .theme-selector-close-button {
4248 position: absolute;
4249 width: unset;
4250 background-color: transparent;
4251 top: 0;
4252 right: -3px;
4254 #theme-selector .theme-selector-close-button,
4255 #theme-selector .theme-selector-close-button:focus,
4256 #theme-selector .theme-selector-close-button:active,
4257 #theme-selector .theme-selector-close-button:hover {
4258 box-shadow: none;
4261 /*===============*/
4262 /* THEME TWEAKER */
4263 /*===============*/
4265 #theme-selector {
4266 padding: 0 0 64px 0;
4268 #theme-selector ~ #theme-tweaker-toggle {
4269 top: 100%;
4271 #theme-selector ~ #theme-tweaker-toggle::after {
4272 content: "Open theme tweaker";
4273 position: absolute;
4274 font-size: 0.625em;
4275 white-space: nowrap;
4276 left: -50%;
4277 top: 100%;
4279 #theme-selector.engaged ~ #theme-tweaker-toggle {
4280 visibility: visible;
4281 top: 530px;
4282 left: 0;
4283 right: 0;
4284 margin: auto;
4285 z-index: 11111;
4286 transition:
4287 top 0.2s ease,
4288 visibility 0.2s ease;
4290 @media only screen and (max-height: 675px) {
4291 #theme-selector.engaged ~ #theme-tweaker-toggle {
4292 top: 492px;
4295 @supports (width: -moz-fit-content) {
4296 #theme-selector.engaged ~ #theme-tweaker-toggle {
4297 width: -moz-fit-content;
4300 @supports (width: fit-content) {
4301 #theme-selector.engaged ~ #theme-tweaker-toggle {
4302 width: fit-content;
4305 #theme-selector.engaged ~ #theme-tweaker-toggle button {
4306 opacity: 1.0;
4309 #theme-tweaker-ui {
4310 visibility: visible;
4313 /*======================*/
4314 /* ANTI-KIBITZER TOGGLE */
4315 /*======================*/
4317 #theme-selector ~ #anti-kibitzer-toggle {
4318 top: 100%;
4319 bottom: unset;
4320 left: 0;
4321 right: 0;
4322 margin: auto;
4323 box-shadow: none;
4324 width: calc(100vw - 44px);
4325 max-width: 330px;
4326 text-align: right;
4327 pointer-events: none;
4329 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4330 visibility: visible;
4331 z-index: 11110;
4332 top: 530px;
4333 transition:
4334 top 0.2s ease,
4335 visibility 0.2s ease;
4337 @media only screen and (max-height: 675px) {
4338 #theme-selector.engaged ~ #anti-kibitzer-toggle {
4339 top: 492px;
4342 #theme-selector.engaged ~ #anti-kibitzer-toggle button {
4343 pointer-events: auto;
4344 display: inline-block;
4347 /*=================*/
4348 /* QUICKNAV WIDGET */
4349 /*=================*/
4351 #quick-nav-ui {
4352 max-width: 0px;
4353 transition:
4354 max-width 0.2s ease,
4355 visibility 0.2s ease;
4356 display: flex;
4357 right: 72px;
4358 bottom: 14px;
4360 #quick-nav-ui.engaged {
4361 max-width: 1000px;
4363 #quick-nav-ui a {
4364 position: relative;
4365 margin: 2px;
4367 #quick-nav-ui a + a {
4368 margin-left: 5px;
4370 #quick-nav-ui a::after {
4371 position: absolute;
4372 top: calc(100% + 2px);
4373 font-size: 0.375rem;
4374 left: 0;
4375 right: 0;
4376 margin: auto;
4377 line-height: 1;
4378 padding: 2px;
4379 text-transform: uppercase;
4380 z-index: -1;
4382 @supports (width: -moz-fit-content) {
4383 #quick-nav-ui a::after {
4384 width: -moz-fit-content;
4387 @supports (width: fit-content) {
4388 #quick-nav-ui a::after {
4389 width: fit-content;
4392 #quick-nav-ui a[href='#top']::after {
4393 content: "Top";
4394 left: -1px;
4396 #quick-nav-ui a[href='#comments']::after {
4397 content: "Comments";
4399 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui a[href='#comments'] {
4400 visibility: hidden;
4401 transition: visibility 0.2s ease;
4403 #content.post-page:not(.individual-thread-page) ~ #ui-elements-container #quick-nav-ui.engaged a[href='#comments'] {
4404 visibility: visible;
4406 #quick-nav-ui a[href='#bottom-bar']::after {
4407 content: "Bottom";
4410 /*======================*/
4411 /* NEW COMMENT QUICKNAV */
4412 /*======================*/
4414 #new-comment-nav-ui {
4415 max-width: 0px;
4416 max-height: 0px;
4417 transition:
4418 max-width 0.2s ease,
4419 max-height 0.2s ease,
4420 visibility 0.2s ease;
4421 display: flex;
4422 right: 78px;
4423 bottom: 70px;
4425 #new-comment-nav-ui::before {
4426 content: "New Comments";
4427 position: absolute;
4428 bottom: 100%;
4429 font-size: 0.5625rem;
4430 left: 0;
4431 right: 0;
4432 margin: auto;
4433 padding: 2px 3px;
4434 text-transform: uppercase;
4435 z-index: -1;
4437 @supports (width: -moz-fit-content) {
4438 #new-comment-nav-ui::before {
4439 width: -moz-fit-content;
4442 @supports (width: fit-content) {
4443 #new-comment-nav-ui::before {
4444 width: fit-content;
4447 #new-comment-nav-ui.engaged {
4448 max-width: 1000px;
4449 max-height: 1000px;
4451 #new-comment-nav-ui .new-comment-sequential-nav-button {
4452 top: unset;
4453 bottom: unset;
4454 padding: 2px 7px;
4456 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
4457 padding: 2px 7px 3px 7px;
4459 #new-comment-nav-ui .new-comments-count {
4460 padding: 4px 0 5px 0;
4462 #new-comment-nav-ui .new-comments-count::before {
4463 display: none;
4465 #new-comment-nav-ui button::after {
4466 position: absolute;
4467 font-size: 0.375rem;
4468 left: 0;
4469 right: 0;
4470 margin: auto;
4471 line-height: 1;
4472 text-transform: uppercase;
4473 pointer-events: none;
4475 #new-comment-nav-ui button.new-comment-previous::after {
4476 content: "Previous";
4477 bottom: 5px;
4479 #new-comment-nav-ui button.new-comment-next::after {
4480 content: "Next";
4481 top: 7px;
4484 /*=================*/
4485 /* HNS DATE PICKER */
4486 /*=================*/
4488 #hns-date-picker {
4489 max-height: 0px;
4490 bottom: 132px;
4491 right: 62px;
4492 transition:
4493 max-height 0.2s ease,
4494 visibility 0.2s ease;
4496 #hns-date-picker.engaged {
4497 max-height: 1000px;
4499 #hns-date-picker::before {
4500 width: calc(100% + 2px);
4501 border-width: 1px !important;
4504 /*=========*/
4505 /* NAV BAR */
4506 /*=========*/
4508 #bottom-bar {
4509 padding: 0 4.5rem;
4511 #bottom-bar .nav-item {
4512 box-shadow: none;
4513 position: relative;
4515 #bottom-bar .nav-inner {
4516 font-size: 2rem;
4517 padding: 1rem 0 1.25rem 0;
4518 visibility: hidden;
4519 position: static;
4520 width: 0;
4522 #content #bottom-bar .nav-item .nav-inner::before {
4523 margin: 0;
4524 visibility: visible;
4525 position: absolute;
4526 width: 100%;
4527 height: 100%;
4528 left: 0;
4529 top: 0;
4530 padding: 1rem 0;
4532 #bottom-bar .nav-inner::after {
4533 display: block;
4534 visibility: visible;
4535 text-transform: uppercase;
4536 color: unset;
4537 font-size: 0.75rem;
4538 top: unset;
4539 left: 0;
4540 bottom: 1rem;
4541 width: 100%;
4543 #bottom-bar #nav-item-first .nav-inner::after {
4544 content: "First Page";
4546 #bottom-bar #nav-item-prev .nav-inner::after {
4547 content: "Prev. Page";
4549 #bottom-bar #nav-item-top .nav-inner::after {
4550 content: "Top";
4552 #bottom-bar #nav-item-next .nav-inner::after {
4553 content: "Next Page";
4555 #bottom-bar #nav-item-last .nav-inner::after {
4556 content: "Last Page";
4559 @media only screen and (max-width: 900px) {
4560 #primary-bar,
4561 #secondary-bar {
4562 font-size: 0.75rem;
4564 .nav-bar {
4565 width: calc(100% + 8px);
4566 margin: 0 -4px;
4568 .nav-bar .nav-inner::after {
4569 display: none;
4572 #primary-bar .nav-item {
4573 flex: 1 1 100%;
4575 #secondary-bar .nav-item:not(#nav-item-search) {
4576 flex: 1 1 60px;
4578 #primary-bar .nav-inner,
4579 #secondary-bar .nav-inner {
4580 text-transform: uppercase;
4581 padding: 6px;
4583 #primary-bar .nav-inner::before,
4584 #secondary-bar .nav-inner::before {
4585 display: block;
4586 font-family: "Font Awesome";
4587 font-size: 2em;
4588 font-weight: 900;
4591 #nav-item-home .nav-inner::before {
4592 content: "\F015";
4594 #nav-item-featured .nav-inner::before {
4595 content: "\F005";
4597 #nav-item-all .nav-inner::before {
4598 content: "\F069";
4600 #nav-item-meta .nav-inner::before {
4601 content: "\F077";
4603 #nav-item-recent-comments > * > span {
4604 display: none;
4606 #nav-item-recent-comments .nav-inner::before {
4607 content: "\F036";
4609 #nav-item-archive .nav-inner::before {
4610 content: "\F187";
4612 #nav-item-about .nav-inner::before {
4613 content: "\F129";
4615 #nav-item-search {
4616 font-size: 2em;
4617 padding: 10px;
4619 #nav-item-search .nav-inner::before {
4620 content: none;
4622 #nav-item-search .nav-inner {
4623 height: 100%;
4624 display: flex;
4626 #nav-item-search input {
4627 width: 100%;
4628 height: 100%;
4630 #nav-item-search button {
4631 height: 100%;
4632 padding: 5px 5px 5px 10px;
4633 width: 40px;
4634 overflow: visible;
4635 visibility: hidden;
4637 #nav-item-search button::before {
4638 content: "\F002";
4639 font-family: Font Awesome;
4640 font-weight: 900;
4641 visibility: visible;
4643 #nav-item-login {
4644 padding: 0;
4646 #nav-item-login .nav-inner::before {
4647 content: "\F007";
4650 @media only screen and (max-width: 520px) {
4651 #primary-bar,
4652 #secondary-bar {
4653 font-size: 0.5rem;
4656 #nav-item-search .nav-inner {
4657 padding: 0;
4659 #nav-item-search button {
4660 width: 31px;
4663 #bottom-bar #nav-item-first .nav-inner::after {
4664 content: "First";
4666 #bottom-bar #nav-item-prev .nav-inner::after {
4667 content: "Prev";
4669 #bottom-bar #nav-item-next .nav-inner::after {
4670 content: "Next";
4672 #bottom-bar #nav-item-last .nav-inner::after {
4673 content: "Last";
4677 /*=================*/
4678 /* INBOX INDICATOR */
4679 /*=================*/
4681 @media only screen and (max-width: 900px) {
4682 #inbox-indicator {
4683 width: 100%;
4684 top: 0;
4685 pointer-events: none;
4687 #inbox-indicator::before {
4688 width: 100%;
4689 font-size: 1rem;
4690 text-align: right;
4691 padding: 1px 6px;
4693 #inbox-indicator.new-messages {
4694 pointer-events: auto;
4696 #inbox-indicator.new-messages::before {
4697 box-shadow: 0 0 8px 1px #f00 inset;
4700 @media only screen and (max-width: 520px) {
4701 #inbox-indicator::before {
4702 font-size: 0.75rem;
4703 padding: 2px 5px;
4706 @media only screen and (max-width: 374px) {
4707 #inbox-indicator::before {
4708 font-size: 0.625rem;
4712 /*===================*/
4713 /* TOP PAGINATION UI */
4714 /*===================*/
4716 #top-nav-bar {
4717 font-size: 1.75rem;
4720 /*==============*/
4721 /* PAGE TOOLBAR */
4722 /*==============*/
4724 @media only screen and (max-width: 900px) {
4725 #content > .page-toolbar {
4726 font-size: 1rem;
4727 margin-right: 0;
4729 #content.user-page > .page-toolbar {
4730 grid-column: 2 / span 2;
4731 margin: 0 0 6px 0;
4734 @media only screen and (max-width: 520px) {
4735 #content:not(.user-page) .page-toolbar {
4736 display: flex;
4737 flex-direction: column-reverse;
4738 text-align: right;
4739 align-self: start;
4740 padding: 4px 0 0 0;
4742 #content.user-page .page-toolbar {
4743 display: flex;
4744 flex-flow: row;
4745 justify-content: flex-end;
4746 padding: 2px 0 0 0;
4748 #content.user-page .page-toolbar > form,
4749 #content.user-page .page-toolbar > .button {
4750 text-align: center;
4751 flex-basis: 25%;
4752 margin-left: 1.5em;
4754 #content.user-page .page-toolbar .button {
4755 text-transform: uppercase;
4756 font-size: 0.625rem;
4758 #content.user-page .page-toolbar .button::before {
4759 font-size: 1.375rem;
4760 display: block;
4761 padding: 0;
4763 #content.user-page .page-toolbar .rss {
4764 white-space: nowrap;
4765 margin: 0 0 0 1.5em;
4767 .page-toolbar > * {
4768 line-height: 1.15;
4769 padding: 6px 0;
4770 margin: 0;
4774 /*==============*/
4775 /* SUBLEVEL NAV */
4776 /*==============*/
4778 @media only screen and (max-width: 900px) {
4779 .sublevel-nav:not(.sort) {
4780 flex-wrap: wrap;
4781 width: calc(100vw - 200px);
4783 .sublevel-nav:not(.sort) .sublevel-item {
4784 margin: 1px;
4785 flex-basis: 7em;
4788 @media only screen and (max-width: 520px) {
4789 .sublevel-nav:not(.sort) .sublevel-item {
4790 font-size: 1rem;
4794 /*=====================*/
4795 /* SORT ORDER SELECTOR */
4796 /*=====================*/
4798 @media only screen and (max-width: 720px) {
4799 #content.index-page > .sublevel-nav.sort {
4800 flex-flow: column;
4801 margin-left: 4px;
4805 /*==========*/
4806 /* ARCHIVES */
4807 /*==========*/
4809 @media only screen and (max-width: 900px) {
4810 div[class^='archive-nav-'] {
4811 flex-wrap: wrap;
4812 justify-content: flex-start;
4814 .archive-nav *[class^='archive-nav-item'],
4815 .archive-nav *[class^='archive-nav-item']:first-child {
4816 padding: 10px;
4817 margin: 2px;
4818 max-width: unset;
4819 flex: 0 1 calc((100% / 8) - 4px);
4821 .archive-nav .archive-nav-item-day,
4822 .archive-nav .archive-nav-item-day:first-child {
4823 flex-basis: calc((100% / 16) - 4px);
4825 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-'] {
4826 margin-top: 8px;
4827 position: relative;
4829 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
4830 content: "";
4831 display: block;
4832 position: absolute;
4833 height: 1px;
4834 width: calc(100% + 8px);
4835 left: -4px;
4836 top: -4px;
4839 @media only screen and (max-width: 720px) {
4840 .archive-nav .archive-nav-item-day,
4841 .archive-nav .archive-nav-item-day:first-child {
4842 flex-basis: calc((100% / 12) - 4px);
4845 @media only screen and (max-width: 520px) {
4846 .archive-nav *[class^='archive-nav-item'],
4847 .archive-nav *[class^='archive-nav-item']:first-child {
4848 flex-basis: calc((100% / 5) - 4px);
4850 .archive-nav .archive-nav-item-day,
4851 .archive-nav .archive-nav-item-day:first-child {
4852 flex-basis: calc((100% / 8) - 4px);
4856 /*==========*/
4857 /* LISTINGS */
4858 /*==========*/
4860 h1.listing {
4861 max-height: unset;
4864 /*============*/
4865 /* USER PAGES */
4866 /*============*/
4868 #content.user-page h1.page-main-heading {
4869 align-self: end;
4871 @media only screen and (max-width: 520px) {
4872 #content.user-page h1.page-main-heading {
4873 padding-right: 100px;
4874 overflow: hidden;
4875 text-overflow: ellipsis;
4877 #content.user-page .user-stats {
4878 grid-column: 2 / span 2;
4880 #content.user-page .user-stats .karma-type {
4881 display: block;
4885 /*============*/
4886 /* LOGIN PAGE */
4887 /*============*/
4889 @media only screen and (max-width: 640px) {
4890 .login-container {
4891 flex-flow: column;
4892 margin: 0 auto 3em auto;
4893 max-width: 400px;
4895 .login-container #login-form,
4896 .login-container #signup-form {
4897 padding: 0 1em 1.25em 1em;
4898 grid-row-gap: 0;
4900 .login-container #signup-form {
4901 padding-top: 1em;
4903 .login-container #login-form > *,
4904 .login-container #signup-form > * {
4905 grid-column: 1 / span 2;
4907 .login-container form label {
4908 text-align: left;
4909 padding: 0;
4910 line-height: 1;
4912 .login-container form input {
4913 margin: 0.25em 0 0.75em 0;
4914 padding: 0.5em;
4916 .login-container form h1 {
4917 grid-column: 1 / span 2;
4918 margin: 0 0 0.25em 0;
4920 .login-container form a {
4921 margin: 0.75em 0 0 0;
4923 .login-container .login-tip {
4924 margin: 1.5em 1em 0 1em;
4928 /*==================*/
4929 /* POSTS & COMMENTS */
4930 /*==================*/
4932 /*===========*/
4933 /* POST-META */
4934 /*===========*/
4936 .post-meta {
4937 line-height: 1.9;
4939 @media only screen and (max-width: 720px) {
4940 .post-meta .lw2-link span,
4941 .post-meta .karma-value span,
4942 .post-meta .comment-count span {
4943 display: none;
4945 .post-meta .comment-count::before {
4946 content: "\F086";
4947 font-family: Font Awesome;
4948 font-size: 0.875em;
4949 margin: 0 0.25em 0 0;
4950 font-weight: 400;
4954 /*=======*/
4955 /* POSTS */
4956 /*=======*/
4958 @media only screen and (max-width: 900px) {
4959 .post-body,
4960 h1.post-title {
4961 padding: 0 6px;
4964 @media only screen and (max-width: 520px) {
4965 .post-body {
4966 font-size: 1.2rem;
4967 line-height: 1.45;
4969 h1.post-title {
4970 font-size: 2em;
4974 /*==========*/
4975 /* COMMENTS */
4976 /*==========*/
4978 @media only screen and (max-width: 900px) {
4979 .comment-body ul {
4980 padding-left: 30px;
4982 .comment-body ol {
4983 padding-left: 30px;
4987 /*==============*/
4988 /* COMMENT-META */
4989 /*==============*/
4991 a.comment-parent-link::after {
4992 display: none;
4994 @media only screen and (max-width: 900px) {
4995 .comment-meta {
4996 padding: 2px 40px 2px 10px;
4999 @media only screen and (max-width: 720px) {
5000 .comment-meta .karma-value span {
5001 display: none;
5003 .comment-meta .comment-parent-link {
5004 opacity: 1.0;
5007 @media only screen and (max-width: 520px) {
5008 .comment-meta {
5009 padding: 2px 10px;
5010 position: relative;
5012 .comment-meta .author {
5013 flex-basis: 100%;
5015 .comment-post-title2 {
5016 display: block;
5017 text-overflow: ellipsis;
5018 overflow: hidden;
5020 .comment-meta .lw2-link {
5021 display: none;
5025 /*=======================*/
5026 /* COMMENTS COMPACT VIEW */
5027 /*=======================*/
5029 /*===========================*/
5030 /* COMMENT THREAD NAVIGATION */
5031 /*===========================*/
5033 @media only screen and (max-width: 900px) {
5034 a.comment-parent-link {
5035 width: 0;
5036 visibility: hidden;
5037 position: relative;
5039 a.comment-parent-link::before {
5040 padding: 0;
5041 font-size: 1em;
5042 left: 0;
5043 top: 0;
5044 line-height: inherit;
5045 visibility: visible;
5046 content: "\F3BF";
5047 transform: scaleX(-1);
5048 width: 2em;
5049 text-align: center;
5052 @media only screen and (max-width: 520px) {
5053 a.comment-parent-link {
5054 position: static;
5056 a.comment-parent-link::before {
5057 padding: 6px;
5058 left: unset;
5059 right: 0;
5060 top: unset;
5061 bottom: 0;
5062 height: 2em;
5066 /*=================================*/
5067 /* COMMENT THREAD MINIMIZE BUTTONS */
5068 /*=================================*/
5070 @media only screen and (max-width: 520px) {
5071 .comment-minimize-button{
5072 right: 2px;
5076 /*===========================*/
5077 /* COMMENTING AND POSTING UI */
5078 /*===========================*/
5080 @media only screen and (max-width: 900px) {
5081 .comment-controls .cancel-comment-button {
5082 max-width: 1.3em;
5083 overflow: hidden;
5084 margin-right: 0.125em;
5086 .comment-controls .edit-button::before {
5087 font-size: 0.9375em;
5089 .comments > .comment-controls .cancel-comment-button {
5090 right: 8px;
5092 .comment-controls .cancel-comment-button::before {
5093 font-size: 1.25rem;
5096 @media only screen and (max-width: 520px) {
5097 .comment-controls {
5098 position: static;
5100 .comment-controls:focus-within {
5101 z-index: 10001;
5103 .comment-controls .cancel-comment-button {
5104 right: 10px;
5106 .textarea-container:focus-within textarea {
5107 position: fixed;
5108 top: 0;
5109 left: 2px;
5110 width: calc(100vw - 4px);
5111 height: calc(100% - 100px);
5112 min-height: unset;
5113 max-height: unset;
5114 border-width: 1px;
5115 z-index: 11001;
5117 #content.conversation-page .textarea-container:focus-within textarea {
5118 height: calc(100% - 54px);
5120 #content.conversation-page .textarea-container:focus-within::after {
5121 content: "";
5122 display: block;
5123 width: 100%;
5124 height: 50px;
5125 position: fixed;
5126 left: 0;
5127 bottom: 0;
5128 z-index: 11000;
5130 .textarea-container:focus-within .guiedit-buttons-container {
5131 position: fixed;
5132 z-index: 11002;
5133 left: 0;
5134 width: 100vw;
5135 height: auto;
5136 background-image: none;
5137 padding: 3px 4px 4px 4px;
5138 margin: 0;
5139 text-align: center;
5140 top: auto;
5141 bottom: 0;
5143 .textarea-container:focus-within button.guiedit {
5144 font-size: 0.9375rem;
5145 line-height: 1.5;
5146 height: auto;
5147 width: calc((100% / 10) - 2px);
5148 padding: 10px 1px 8px 0;
5149 position: relative;
5150 margin: 1px;
5152 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
5153 z-index: 11011;
5154 position: fixed;
5155 bottom: 7px;
5156 width: calc(((100% - 16px) / 10) * 2.5 - 7px);
5157 font-size: 1.25rem;
5158 padding: 5px 5px 6px 5px;
5159 display: block;
5161 .textarea-container:focus-within button.guiedit sup {
5162 position: absolute;
5163 left: calc(50% + 0.65em);
5164 top: calc(50% - 1.3em);
5166 .textarea-container:focus-within .guiedit-mobile-help-button {
5167 left: 8px;
5169 .textarea-container:focus-within .guiedit-mobile-exit-button {
5170 right: 8px;
5172 .guiedit::after {
5173 display: none;
5176 #markdown-hints,
5177 #edit-post-form #markdown-hints {
5178 z-index: 11111;
5179 position: fixed;
5180 top: 40px;
5181 left: 0;
5182 right: 0;
5183 margin: auto;
5184 padding: 4px 0 4px 8px;
5185 width: 310px;
5186 border-width: 3px;
5187 border-style: double;
5188 pointer-events: none;
5190 #markdown-hints::after {
5191 content: "(Type to hide this help box.)";
5192 color: #090;
5193 display: block;
5194 margin: 12px 18px 13px 10px;
5195 padding: 5px;
5196 font-size: 0.9em;
5197 text-align: center;
5201 /*================*/
5202 /* EDIT POST FORM */
5203 /*================*/
5205 @media only screen and (max-width: 520px) {
5206 #edit-post-form {
5207 padding-bottom: 0;
5209 #edit-post-form .post-meta-fields {
5210 grid-template-columns: 4.5em auto auto auto 1fr auto;
5212 #edit-post-form label[for='url'],
5213 #edit-post-form label[for='section'],
5214 #edit-post-form label[for='title'] {
5215 padding-left: 0;
5217 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
5218 white-space: normal;
5219 line-height: 0.9;
5220 top: -1px;
5221 font-family: Font Awesome;
5222 font-weight: 900;
5223 justify-self: start;
5225 #edit-post-form .post-meta-fields .question-checkbox,
5226 #edit-post-form .post-meta-fields .question-checkbox + label {
5227 grid-column: 6;
5228 margin-left: unset;
5230 #edit-post-form .post-meta-fields input[type='radio'] + label {
5231 align-self: start;
5233 #edit-post-form .textarea-container:focus-within textarea {
5234 height: calc(100% - 101px);
5235 min-height: unset;
5238 #markdown-hints-checkbox,
5239 #markdown-hints-checkbox + label {
5240 display: none;
5243 #edit-post-form div:last-child {
5244 clear: both;
5245 overflow: auto;
5247 #edit-post-form input[type='submit'] {
5248 float: none;
5249 display: block;
5250 font-size: 1.5rem;
5251 margin: 1rem auto 1.5rem auto;
5252 padding: 6px 12px 8px 12px;
5256 /*===================*/
5257 /* TABLE OF CONTENTS */
5258 /*===================*/
5260 @media only screen and (max-width: 900px) {
5261 .contents {
5262 float: none;
5263 display: table;
5264 max-width: none;
5265 margin-left: auto;
5266 margin-right: auto;
5269 @media only screen and (max-width: 520px) {
5270 .contents {
5271 max-width: 100%;
5272 margin: 1em auto 0 auto;
5273 display: table;
5275 .contents-head {
5276 font-size: 1.2em;
5278 div.post-body .contents ul {
5279 font-size: unset;
5283 /*========================*/
5284 /* QUALIFIED HYPERLINKING */
5285 /*========================*/
5287 @media only screen and (max-width: 520px) {
5288 .qualified-linking-toolbar {
5289 right: -5em;
5293 } /* END MOBILE LAYOUT */
5296 /**************/
5297 /* GREY THEME */
5298 /**************/
5300 body {
5301 color: #000;
5302 background-color: #eee;
5303 font-family: 'Whitney', 'a_Avante', Arial, sans-serif;
5304 font-feature-settings: 'ss07';
5306 #content {
5307 line-height: 1.55;
5309 #content::before {
5310 background-color: #fff;
5311 box-shadow: 0px 0px 10px #bbb;
5314 /*=========*/
5315 /* NAV BAR */
5316 /*=========*/
5318 .nav-inner {
5319 font-weight: normal;
5320 font-size: 1.1875em;
5321 padding: 11px 30px 13px 30px;
5323 .nav-current .nav-inner {
5324 font-weight: 600;
5326 #secondary-bar .nav-inner {
5327 font-size: 0.875rem;
5329 #secondary-bar .nav-item:not(#nav-item-search) .nav-inner {
5330 padding: 5px 0 3px 0;
5332 @media only screen and (min-width: 901px) {
5333 #secondary-bar #nav-item-sequences .nav-inner {
5334 line-height: 1.2;
5338 #bottom-bar.decorative::before,
5339 #bottom-bar.decorative::after {
5340 content: "GW";
5341 display: block;
5342 text-align: center;
5343 padding: 0.25em 0 1em 0;
5345 #bottom-bar.decorative::before {
5346 width: 100%;
5347 color: transparent;
5348 background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAMdXV1QUAACwAAAAAAQABAAACAkQBADs=');
5349 background-repeat: repeat-x;
5350 background-position: center 35%;
5351 margin: 0 30px;
5353 #bottom-bar.decorative::after {
5354 color: #d8d8d8;
5355 position: absolute;
5356 left: 0;
5357 right: 0;
5358 margin: auto;
5359 background-color: #fff;
5360 padding-right: 4px;
5361 padding-left: 4px;
5363 @supports (width: -moz-fit-content) {
5364 #bottom-bar.decorative::after {
5365 width: -moz-fit-content;
5368 @supports (width: fit-content) {
5369 #bottom-bar.decorative::after {
5370 width: fit-content;
5374 .nav-bar .nav-item:not(.nav-current):not(#nav-item-search):hover,
5375 #bottom-bar a:hover,
5376 #nav-item-search:not(.nav-current):focus-within {
5377 background-color: #ddd;
5379 .inactive-bar .nav-item:not(.nav-current):not(#nav-item-search):hover,
5380 .inactive-bar #nav-item-search:not(.nav-current):focus-within {
5381 background-color: #d8d8d8;
5384 .nav-bar a:link,
5385 .nav-bar a:visited {
5386 color: #888;
5388 .nav-bar a:hover,
5389 .nav-bar a:focus {
5390 text-decoration: none;
5391 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
5394 /* Accesskey hints */
5396 .nav-inner::after {
5397 display: block;
5398 position: absolute;
5399 left: 5px;
5400 top: -2px;
5401 font-weight: 400;
5402 font-size: 0.7em;
5403 color: #d8d8d8;
5405 .inactive-bar .nav-inner::after {
5406 color: #ccc;
5408 .nav-inner:hover::after {
5409 color: #bbb;
5412 /* This makes the navbar items look like tabs: */
5414 .nav-inactive {
5415 box-shadow:
5416 0 -1px #d8d8d8 inset,
5417 1px 0 #fff inset;
5419 .nav-inactive:first-child {
5420 box-shadow: 0 -1px #d8d8d8 inset;
5422 .inactive-bar .nav-inactive {
5423 background-color: #e4e4e4;
5425 .active-bar .nav-inactive {
5426 background-color: #eee;
5428 .active-bar {
5429 position: relative;
5432 /* For Webkit: */
5433 .active-bar {
5434 box-shadow: 0 -3px 8px -2px #ccc;
5436 .active-bar .nav-inactive {
5437 box-shadow:
5438 0 -4px 8px -4px #bbb inset,
5439 1px 0 #fff inset;
5441 .active-bar .nav-inactive:first-child {
5442 box-shadow:
5443 0 -4px 8px -4px #bbb inset;
5445 .active-bar .nav-current + .nav-inactive {
5446 box-shadow:
5447 5px -4px 8px -4px #bbb inset;
5449 .active-bar .nav-item-last-before-current {
5450 box-shadow:
5451 -5px -4px 8px -4px #bbb inset,
5452 1px 0 #fff inset;
5454 .active-bar .nav-item-last-before-current:first-child {
5455 box-shadow:
5456 -5px -4px 8px -4px #bbb inset;
5458 /* And for Gecko: */
5459 @-moz-document url-prefix() {
5460 .active-bar {
5461 box-shadow: 0 -3px 4px -2px #ccc;
5464 .active-bar .nav-inactive {
5465 box-shadow:
5466 0 -4px 4px -4px #bbb inset,
5467 1px 0 #fff inset;
5469 .active-bar .nav-inactive:first-child {
5470 box-shadow:
5471 0 -4px 4px -4px #bbb inset;
5473 .active-bar .nav-current + .nav-inactive {
5474 box-shadow:
5475 5px -4px 4px -4px #bbb inset;
5477 .active-bar .nav-item-last-before-current {
5478 box-shadow:
5479 -5px -4px 4px -4px #bbb inset,
5480 1px 0 #fff inset;
5482 .active-bar .nav-item-last-before-current:first-child {
5483 box-shadow:
5484 -5px -4px 4px -4px #bbb inset;
5488 /* Search tab */
5490 #nav-item-search form::before {
5491 opacity: 0.4;
5492 font-size: 0.9375rem;
5494 #nav-item-search button {
5495 color: #999;
5496 border: none;
5497 font-weight: 600;
5499 #nav-item-search input::placeholder {
5500 color: #d00;
5501 font-weight: normal;
5504 /* Inbox indicator */
5506 #inbox-indicator {
5507 top: 0;
5510 /*= Top pagination UI hover tooltips =*/
5512 #top-nav-bar a::after,
5513 #bottom-bar a::after {
5514 color: #000;
5517 /*==============*/
5518 /* PAGE TOOLBAR */
5519 /*==============*/
5521 .page-toolbar > * {
5522 color: #999;
5525 /*==============*/
5526 /* SUBLEVEL NAV */
5527 /*==============*/
5529 .sublevel-nav .sublevel-item {
5530 color: #777;
5531 background-color: #fff;
5533 .sublevel-nav .sublevel-item:not(.selected):hover {
5534 background-color: #ddd;
5535 color: #000;
5536 text-decoration: none;
5537 text-shadow: none;
5539 .sublevel-nav .sublevel-item:not(.selected):active,
5540 .sublevel-nav .sublevel-item.selected {
5541 background-color: #ddd;
5542 color: #000;
5543 text-shadow:
5544 0 -1px 0 #fff,
5545 0 0.5px 0.5px #000;
5548 .sublevel-nav:not(.sort) .sublevel-item {
5549 border-style: solid;
5550 border-color: #ddd;
5551 border-width: 1px 0 1px 1px;
5553 .sublevel-nav:not(.sort) .sublevel-item:first-child {
5554 border-radius: 8px 0 0 8px;
5556 .sublevel-nav:not(.sort) .sublevel-item:last-child {
5557 border-width: 1px;
5558 border-radius: 0 8px 8px 0;
5561 /*=====================*/
5562 /* SORT ORDER SELECTOR */
5563 /*=====================*/
5565 .sublevel-nav.sort .sublevel-item {
5566 font-family: 'Whitney', 'a_Avante', Arial, sans-serif;
5567 letter-spacing: 0.5px;
5568 padding: 6px 7px;
5569 text-transform: uppercase;
5570 pointer-events: auto;
5571 box-shadow: 1px 1px 0 0 #aaa inset;
5573 .sublevel-nav.sort {
5574 border: 2px solid transparent;
5575 padding: 18px 0 0 0;
5576 border-radius: 8px;
5577 pointer-events: none;
5578 background-color: #bbb;
5580 .sublevel-nav.sort::before {
5581 text-transform: uppercase;
5582 font-weight: 600;
5583 color: #444;
5584 text-shadow: 0.5px 0.5px 0 #fff;
5585 z-index: 1;
5587 .sublevel-nav.sort::after {
5588 content: "";
5589 position: absolute;
5590 display: block;
5591 top: 0;
5592 left: 0;
5593 width: 100%;
5594 height: 100%;
5595 border-radius: 6px;
5596 box-shadow:
5597 0 18px 0 0 #bbb inset,
5598 0 0 0 1px #aaa inset,
5599 0 18px 0 1px #aaa inset,
5600 0 0 0 2px #bbb;
5603 /*================*/
5604 /* WIDTH SELECTOR */
5605 /*================*/
5606 /* THEME SELECTOR */
5607 /*================*/
5609 #theme-selector button,
5610 #width-selector button {
5611 box-shadow:
5612 0 0 0 4px #eee inset,
5613 0 0 0 5px #ccc inset;
5615 #theme-selector button:hover,
5616 #theme-selector button.selected,
5617 #width-selector button:hover,
5618 #width-selector button.selected {
5619 text-shadow: none;
5620 box-shadow:
5621 0 0 0 5px #ccc inset;
5624 #theme-selector button::before {
5625 color: #aaa;
5626 background-color: #eee;
5628 #theme-selector button:hover::before,
5629 #theme-selector button.selected::before {
5630 color: #777;
5632 #width-selector button::after {
5633 color: #aaa;
5636 /*======================*/
5637 /* THEME TWEAKER TOGGLE */
5638 /*======================*/
5640 #theme-tweaker-toggle button {
5641 color: #777;
5644 /*=================*/
5645 /* QUICKNAV WIDGET */
5646 /*=================*/
5648 #quick-nav-ui a {
5649 color: #999;
5650 background-color: #e4e4e4;
5651 border-radius: 4px;
5652 text-decoration: none;
5654 #quick-nav-ui a[href='#bottom-bar'] {
5655 line-height: 1.8;
5657 #quick-nav-ui a:active {
5658 transform: scale(0.9);
5660 #quick-nav-ui a[href='#comments'].no-comments {
5661 opacity: 0.4;
5662 color: #bbb;
5664 @media only screen and (hover:hover), not screen and (-moz-touch-enabled) {
5665 #quick-nav-ui a:hover {
5666 color: #000;
5667 background-color: #d8d8d8;
5669 #quick-nav-ui a:focus:not(:hover) {
5670 transform: none;
5671 text-shadow: none;
5675 /*======================*/
5676 /* NEW COMMENT QUICKNAV */
5677 /*======================*/
5679 #new-comment-nav-ui .new-comments-count {
5680 font-weight: 600;
5681 color: #666;
5682 text-shadow: 0.5px 0.5px 0 #fff;
5684 #new-comment-nav-ui .new-comments-count::after {
5685 font-weight: 600;
5686 color: #777;
5688 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
5689 color: #bbb;
5690 text-shadow: none;
5692 @media only screen and (hover:hover), not screen and (-moz-touch-enabled) {
5693 #new-comment-nav-ui .new-comments-count:hover {
5694 text-shadow:
5695 0 0 1px #fff,
5696 0 0 3px #fff,
5697 0 0 5px #fff,
5698 0 0 8px #fff,
5699 0.5px 0.5px 0 #fff;
5701 #new-comment-nav-ui .new-comment-sequential-nav-button:focus {
5702 color: #d00;
5703 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
5707 /*=================*/
5708 /* HNS DATE PICKER */
5709 /*=================*/
5711 #hns-date-picker span {
5712 color: #777;
5713 text-shadow: 0.5px 0.5px 0 #fff;
5714 font-weight: 600;
5716 #hns-date-picker input {
5717 border: 1px solid #777;
5718 background-color: transparent;
5719 color: #666;
5721 #hns-date-picker input:focus {
5722 color: #000;
5725 /*======================*/
5726 /* ANTI-KIBITZER TOGGLE */
5727 /*======================*/
5729 #anti-kibitzer-toggle button::before,
5730 #anti-kibitzer-toggle button::after {
5731 background-color: #aaa;
5732 -webkit-background-clip: text;
5733 color: transparent;
5734 text-shadow: rgba(255,255,255,0.5) 0px 1px 1px;
5736 #anti-kibitzer-toggle button:hover::before,
5737 #anti-kibitzer-toggle button:hover::after {
5738 background-color: #555;
5741 /*======================*/
5742 /* TEXT SIZE ADJUSTMENT */
5743 /*======================*/
5745 #text-size-adjustment-ui button {
5746 color: #777;
5748 #text-size-adjustment-ui button.default {
5749 font-weight: 600;
5751 #text-size-adjustment-ui button:disabled:hover {
5752 text-shadow: none;
5754 #text-size-adjustment-ui::after {
5755 color: #aaa;
5758 /*=============================*/
5759 /* COMMENTS VIEW MODE SELECTOR */
5760 /*=============================*/
5762 #comments-view-mode-selector a {
5763 color: #777;
5766 /*==========*/
5767 /* ARCHIVES */
5768 /*==========*/
5770 .archive-nav {
5771 border: 1px solid #aaa;
5773 .archive-nav *[class^='archive-nav-item'] {
5774 border-style: solid;
5775 border-color: #ddd;
5776 border-width: 1px 0 1px 1px;
5777 background-color: #eee;
5779 .archive-nav div[class^='archive-nav-']:nth-of-type(2) *[class^='archive-nav-item'] {
5780 border-top-width: 0;
5781 border-bottom-width: 0;
5783 .archive-nav div[class^='archive-nav-']:last-of-type *[class^='archive-nav-item'] {
5784 border-bottom-width: 1px;
5786 .archive-nav *[class^='archive-nav-item']:last-child {
5787 border-right-width: 1px;
5789 .archive-nav span[class^='archive-nav-item'] {
5790 font-weight: bold;
5791 background-color: #ddd;
5794 .archive-nav a:link,
5795 .archive-nav a:visited {
5796 color: #888;
5798 .archive-nav a:hover {
5799 text-decoration: none;
5800 color: #c00;
5801 background-color: #e0e0e0;
5802 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
5804 .archive-nav a:active {
5805 transform: scale(0.9);
5807 .archive-nav a:focus:not(:hover) {
5808 transform: none;
5810 .archive-nav a.archive-nav-item-day:hover {
5811 background-color: #ddd;
5814 /*==========*/
5815 /* LISTINGS */
5816 /*==========*/
5818 h1.listing {
5819 margin: 0.6em 20px 0 20px;
5820 max-width: calc(100% - 40px);
5821 line-height: 1.1;
5822 font-family: 'Whitney', 'a_Avante', Arial, sans-serif, 'Font Awesome';
5823 font-size: 1.5rem;
5825 h1.listing a[href^='/posts'] {
5826 font-weight: normal;
5828 h1.listing a[href^="http"] {
5829 color: #ccc;
5830 top: 3px;
5833 @media only screen and (hover: hover), not screen and (-moz-touch-enabled) {
5834 h1.listing a:hover,
5835 h1.listing a:focus {
5836 color: #777;
5837 background-color: rgba(255,255,255,0.85);
5839 h1.listing:focus-within::before {
5840 color: #00f;
5841 left: -0.625em;
5843 h1.listing a[href^="http"]:hover {
5844 color: #4879ec;
5845 text-shadow:
5846 0.5px 0.5px 0 #fff,
5847 -0.5px -0.5px 0 #fff,
5848 0 0 2px #fff,
5849 0 0 3px #00c;
5853 h1.listing .edit-post-link {
5854 padding: 5px 3px 36px 0.5em;
5855 top: 0;
5856 right: 0;
5857 background-color: #eee;
5859 h1.listing .edit-post-link:hover {
5860 text-decoration: none;
5862 #content.user-page h1.listing .edit-post-link {
5863 background-color: #eee;
5866 /*======*/
5867 /* SPAM */
5868 /*======*/
5870 h1.listing.spam {
5871 opacity: 0.3;
5873 h1.listing.spam + .post-meta {
5874 opacity: 0.15;
5876 h1.listing.spam:hover,
5877 h1.listing.spam + .post-meta:hover,
5878 h1.listing.spam:hover + .post-meta {
5879 opacity: 1.0;
5882 /*===================*/
5883 /* LISTING POST-META */
5884 /*===================*/
5886 h1.listing + .post-meta > * {
5887 color: #222;
5888 font-size: 1em;
5890 h1.listing + .post-meta .karma::after {
5891 content: " by";
5893 h1.listing + .post-meta .date::before {
5894 content: "on ";
5896 h1.listing + .post-meta .date::after {
5897 content: " — ";
5898 opacity: 0.5;
5899 margin: 0 0.5em 0 0.125em;
5901 h1.listing + .post-meta .comment-count.new-comments::before {
5902 color: #0c0;
5904 h1.listing:last-of-type + .post-meta {
5905 margin-bottom: 0;
5907 h1.listing + .post-meta .karma {
5908 order: -1;
5909 margin-right: 0.25em;
5911 h1.listing + .post-meta .author {
5912 margin-right: 0.25em;
5914 h1.listing + .post-meta .date {
5915 margin: 0;
5917 h1.listing + .post-meta .post-section {
5918 overflow: visible;
5919 order: 2;
5921 h1.listing + .post-meta .post-section::before {
5922 font-size: 0.9375em;
5923 top: 1px;
5924 left: -32px;
5926 h1.listing + .post-meta .link-post-domain {
5927 order: 1;
5930 /*============*/
5931 /* USER PAGES */
5932 /*============*/
5934 #content.user-page h1.page-main-heading {
5935 border-bottom: 1px solid #ccc;
5938 #content.user-page h1.listing,
5939 #content.user-page h1.listing + .post-meta {
5940 background-color: #eee;
5941 border-style: solid;
5942 border-color: #ccc;
5944 #content.user-page h1.listing {
5945 max-width: 100%;
5946 margin: 1rem 0 0 0;
5947 padding: 6px;
5948 border-width: 1px 1px 0 1px;
5950 #content.own-user-page h1.listing,
5951 h1.listing.own-post-listing {
5952 padding-right: 36px;
5954 @media only screen and (hover: hover), not screen and (-moz-touch-enabled) {
5955 #content.user-page h1.listing a:hover,
5956 #content.user-page h1.listing a:focus {
5957 background-color: #eee;
5959 #content.user-page h1.listing:focus-within::before {
5960 left: -0.625em;
5963 #content.user-page h1.listing + .post-meta {
5964 margin: 0 0 1rem 0;
5965 padding: 0.5em 6px 6px 34px;
5966 border-width: 0 1px 1px 1px;
5968 #content.user-page h1.listing + .post-meta .post-section::before {
5969 left: 1px;
5970 top: unset;
5973 #content.conversations-user-page h1.listing {
5974 padding: 6px 6px 4px 8px;
5975 font-size: 1.5rem;
5977 #content.conversations-user-page h1.listing + .post-meta {
5978 padding: 6px 4px;
5979 margin: 0 0 0.25rem 0;
5981 #content.conversations-user-page h1.listing + .post-meta .date::after {
5982 display: none;
5985 .user-stats .karma-total {
5986 font-weight: bold;
5989 /*===============*/
5990 /* CONVERSATIONS */
5991 /*===============*/
5993 #content.conversation-page h1.page-main-heading {
5994 font-weight: normal;
5995 color: #222;
5998 /*============*/
5999 /* LOGIN PAGE */
6000 /*============*/
6002 .login-container form input[type='submit'] {
6003 font-weight: 600;
6004 background-color: #eee;
6005 border: 1px solid #ccc;
6007 .login-container form input[type='submit']:hover,
6008 .login-container form input[type='submit']:focus {
6009 background-color: #ddd;
6010 border: 1px solid #aaa;
6013 /* “Create account” form */
6015 #signup-form {
6016 background-color: #f3f3f3;
6017 border: 1px solid #ddd;
6019 #signup-form input[type='submit'] {
6020 background-color: #e4e4e4;
6021 border: 1px solid #ccc;
6023 #signup-form input[type='submit']:hover {
6024 background-color: #d8d8d8;
6025 border: 1px solid #aaa;
6028 /* Log in tip */
6030 .login-container .login-tip {
6031 border: 1px solid #eee;
6034 /* Message box */
6036 .error-box {
6037 border: 1px solid red;
6038 background-color: #faa;
6040 .success-box {
6041 border: 1px solid green;
6042 background-color: #afa;
6045 /*=====================*/
6046 /* PASSWORD RESET PAGE */
6047 /*=====================*/
6049 .reset-password-container input[type='submit'] {
6050 background-color: #e4e4e4;
6051 border: 1px solid #ccc;
6052 font-weight: 600;
6055 /*===================*/
6056 /* TABLE OF CONTENTS */
6057 /*===================*/
6059 .contents {
6060 font-family: 'Whitney', 'a_Avante', Arial, sans-serif;
6061 border: 1px solid #ddd;
6062 background-color: #eee;
6064 .contents-head {
6065 font-weight: bold;
6067 .contents a:link {
6068 color: #d64400;
6070 .post-body .contents ul {
6071 font-size: 0.875em;
6073 .contents li::before {
6074 color: #999;
6075 font-feature-settings: "tnum";
6078 /*=================*/
6079 /* POST NAVIGATION */
6080 /*=================*/
6082 .post-nav-links a,
6083 .post-nav-links a:visited {
6084 color: #888;
6086 .post-nav-links a:hover {
6087 text-decoration: none;
6090 .post-nav-label {
6091 color: #999;
6094 .post-nav-links a:hover .post-nav-title {
6095 color: #777;
6096 border-color: currentColor;
6099 @media only screen and (max-width: 900px) {
6100 .sequence-title {
6101 border-top: 1px dotted #aaa;
6103 .post-nav.prev {
6104 border-right: 1px dotted #aaa;
6106 .post-nav.next {
6107 border-left: 1px dotted #aaa;
6111 /*==================*/
6112 /* POSTS & COMMENTS */
6113 /*==================*/
6115 .body-text {
6116 font-family: 'Source Sans Pro', 'Trebuchet MS', 'Helvetica', 'Arial', 'Verdana', sans-serif;
6117 font-weight: 400;
6119 @-moz-document url-prefix() {
6120 .body-text {
6121 font-weight: 400;
6125 h1.post-title {
6126 margin: 1.1em 0 0.25em 0;
6127 font-weight: 400;
6128 color: #222;
6129 font-size: 3em;
6132 .post-body {
6133 font-size: 1.1875rem;
6134 line-height: 1.6;
6136 @media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 191dpi) {
6137 .post-body {
6138 font-size: 1.125rem;
6141 .comment-body {
6142 font-size: 1.125rem;
6145 /*===========*/
6146 /* POST-META */
6147 /*===========*/
6149 .post-meta a,
6150 .post-meta .date {
6151 color: #222;
6154 .post-meta > * {
6155 margin: 0;
6157 .post-meta .comment-count span,
6158 .post-meta .read-time span,
6159 .post-meta .word-count span,
6160 .post-meta .lw2-link span {
6161 display: none;
6163 .post-meta .comment-count::before,
6164 .post-meta .read-time::before,
6165 .post-meta .word-count::before,
6166 .post-meta .lw2-link::before {
6167 font-family: Font Awesome;
6168 margin: 0 0.25em 0 0;
6169 font-size: 0.875em;
6170 color: #ccc;
6172 .post-meta .comment-count {
6173 margin: 0 0.25em 0 0;
6175 .post-meta .read-time,
6176 .post-meta .word-count,
6177 .post-meta .lw2-link {
6178 margin: 0 0.25em 0 0.5em;
6180 .post-meta .lw2-link {
6181 opacity: 1;
6183 .post-meta .comment-count:hover,
6184 .post-meta .lw2-link:hover {
6185 text-decoration: none;
6186 text-shadow:
6187 0 0 0.5px #fff,
6188 0 0 1px #fff,
6189 0 0 8px #777;
6191 .post-meta .comment-count:hover::before,
6192 .post-meta .lw2-link:hover::before {
6193 color: #777;
6195 .post-meta .read-time:hover::before {
6196 color: #777;
6197 cursor: pointer;
6199 .post-meta .comment-count::before {
6200 content: "\F086";
6202 .post-meta .read-time::before {
6203 content: "\F017";
6205 .post-meta .read-time::after {
6206 content: " min";
6208 .post-meta .word-count::before {
6209 content: "\F15C";
6211 .post-meta .word-count::after {
6212 content: "";
6214 .post-meta .lw2-link::before {
6215 content: "\F0C1";
6216 font-weight: 900;
6217 opacity: 0.8;
6218 font-size: 0.75em;
6219 position: relative;
6220 bottom: 1px;
6223 .post .post-meta .author {
6224 margin: 0 0.75em 0 0;
6226 .post .post-meta .comment-count {
6227 margin: 0 0.5em;
6229 .post .post-meta .lw2-link {
6230 margin: 0 1em 0 0.5em;
6232 .post .post-meta .karma {
6233 margin: 0 0 0 0.5em;
6236 .post-meta .post-section::before,
6237 .comment-meta .alignment-forum {
6238 color: #fff;
6239 text-shadow:
6240 1px 1px 0 #090,
6241 0 1px 0 #090,
6242 0 0 5px #090;
6244 a.post-section:hover {
6245 text-decoration: none;
6247 a.post-section:hover::before {
6248 color: #97ff7c;
6250 .post-meta .post-section.alignment-forum::before {
6251 text-shadow:
6252 1px 1px 0 #626dd7,
6253 0 1px 0 #626dd7,
6254 0 0 5px #626dd7;
6256 a.post-section.alignment-forum:hover::before {
6257 color: #e6e5ff;
6260 .bottom-post-meta {
6261 border-color: #ddd;
6264 /*============*/
6265 /* LINK POSTS */
6266 /*============*/
6268 .post.link-post a.link-post-link {
6269 text-decoration: none;
6270 font-family: 'Whitney', 'a_Avante', Arial, sans-serif;
6271 font-weight: 600;
6273 .post.link-post a.link-post-link:hover {
6274 color: #c00;
6276 .post.link-post a.link-post-link:hover::before {
6277 color: #4879ec;
6278 text-shadow:
6279 0.5px 0.5px 0 #fff,
6280 -0.5px -0.5px 0 #fff,
6281 0 0 2px #fff,
6282 0 0 3px #00c;
6284 .post.link-post a.link-post-link:focus {
6285 color: #777;
6286 border-bottom: 2px dotted #777;
6289 /*==========*/
6290 /* COMMENTS */
6291 /*==========*/
6293 #comments::before {
6294 border-top: 1px solid #000;
6295 box-shadow: 0 3px 4px -4px #000 inset;
6297 @-moz-document url-prefix() {
6298 #comments::before {
6299 box-shadow: 0 3px 3px -4px #000 inset;
6302 #content > .comment-thread .comment-meta a.date:focus,
6303 #content > .comment-thread .comment-meta a.permalink:focus {
6304 color: #999;
6305 outline: 2px dotted #aaa;
6306 position: relative;
6307 background-color: #fff;
6309 #content > .comment-thread .comment-meta a.date:focus {
6310 padding: 0 4px;
6311 left: -4px;
6313 #content > .comment-thread .comment-meta a.date:focus + * {
6314 margin-left: -8px;
6316 #content > .comment-thread .comment-meta a.permalink:focus {
6317 padding: 0 5px;
6318 left: -5px;
6320 #content > .comment-thread .comment-meta a.permalink:focus + *:not(.comment-post-title) {
6321 margin-left: -10px;
6323 .comment-item {
6324 border: 1px solid #ccc;
6328 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item,
6329 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item,
6330 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item,
6331 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item,
6332 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item,
6333 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item,
6334 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item,
6335 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item,
6336 .comment-item .comment-item .comment-item .comment-item .comment-item,
6337 .comment-item .comment-item .comment-item,
6338 .comment-item {
6339 background-color: #eee;
6341 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item a.comment-parent-link::after,
6342 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item a.comment-parent-link::after,
6343 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item a.comment-parent-link::after,
6344 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item a.comment-parent-link::after,
6345 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item a.comment-parent-link::after,
6346 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item a.comment-parent-link::after,
6347 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item a.comment-parent-link::after,
6348 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item a.comment-parent-link::after,
6349 .comment-item .comment-item .comment-item .comment-item .comment-item a.comment-parent-link::after,
6350 .comment-item .comment-item .comment-item a.comment-parent-link::after,
6351 .comment-item a.comment-parent-link::after {
6352 box-shadow:
6353 0 28px 16px -16px #fff inset,
6354 4px 16px 0 12px #ffd inset,
6355 4px 4px 0 12px #ffd inset;
6358 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item,
6359 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item,
6360 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item,
6361 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item,
6362 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item,
6363 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item,
6364 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item,
6365 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item,
6366 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item,
6367 .comment-item .comment-item .comment-item .comment-item,
6368 .comment-item .comment-item {
6369 background-color: #fff;
6371 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item a.comment-parent-link::after,
6372 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item a.comment-parent-link::after,
6373 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item a.comment-parent-link::after,
6374 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item a.comment-parent-link::after,
6375 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item a.comment-parent-link::after,
6376 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item a.comment-parent-link::after,
6377 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item a.comment-parent-link::after,
6378 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item a.comment-parent-link::after,
6379 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item a.comment-parent-link::after,
6380 .comment-item .comment-item .comment-item .comment-item a.comment-parent-link::after,
6381 .comment-item .comment-item a.comment-parent-link::after {
6382 box-shadow:
6383 0 28px 16px -16px #eee inset,
6384 4px 16px 0 12px #ffd inset,
6385 4px 4px 0 12px #ffd inset;
6388 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item:target,
6389 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item:target,
6390 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item:target,
6391 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item:target,
6392 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item:target,
6393 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item:target,
6394 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item:target,
6395 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item:target,
6396 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item:target,
6397 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item:target,
6398 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item:target,
6399 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item:target,
6400 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item:target,
6401 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item:target,
6402 .comment-item .comment-item .comment-item .comment-item .comment-item .comment-item:target,
6403 .comment-item .comment-item .comment-item .comment-item .comment-item:target,
6404 .comment-item .comment-item .comment-item .comment-item:target,
6405 .comment-item .comment-item .comment-item:target,
6406 .comment-item .comment-item:target,
6407 .comment-item:target {
6408 background-color: #ffd;
6410 .comment-item:target > .comment-thread > .comment-item > .comment > .comment-meta > a.comment-parent-link::after {
6411 box-shadow:
6412 0 28px 16px -16px #ffd inset,
6413 4px 16px 0 12px #ffd inset,
6414 4px 4px 0 12px #ffd inset !important;
6417 /*================================*/
6418 /* DEEP COMMENT THREAD COLLAPSING */
6419 /*================================*/
6421 .comment-item input[id^="expand"] + label::after {
6422 color: #f60;
6423 font-weight: 600;
6425 .comment-item input[id^="expand"] + label:hover::after {
6426 color: #c00;
6428 .comment-item input[id^="expand"] + label:active::after,
6429 .comment-item input[id^="expand"] + label:focus::after{
6430 color: #c00;
6432 .comment-item input[id^="expand"]:checked ~ .comment-thread .comment-thread .comment-item {
6433 border-width: 1px 0 0 0;
6436 /*==============*/
6437 /* COMMENT-META */
6438 /*==============*/
6440 .comment-meta a {
6441 color: #222;
6443 .comment-meta .author {
6444 color: #999;
6445 font-size: 1.25em;
6446 font-weight: 600;
6448 .comment-meta .author:hover {
6449 text-decoration: none;
6450 color: #090;
6452 .comment-item .author:not(.redacted).original-poster::after {
6453 opacity: 0.8;
6456 .comment-item .karma.active-controls::after,
6457 .comment-item .karma .karma-value::after,
6458 .post .karma.active-controls::after,
6459 .post .karma .karma-value::after,
6460 .author::before {
6461 background-color: #fff;
6462 color: #999;
6463 border-radius: 4px;
6464 box-shadow: 0 0 0 1px #ddd inset;
6466 .comment-item .karma.active-controls::after,
6467 .post .karma.active-controls::after {
6468 padding: 6px 4px 4px 4px;
6469 bottom: -44px;
6471 .comment-item .karma .karma-value::after,
6472 .post .karma .karma-value::after {
6473 padding: 2px 8px 1px 8px;
6474 top: -25px;
6475 min-width: 56px;
6478 /*====================*/
6479 /* ANTI-KIBITZER MODE */
6480 /*====================*/
6482 .author.redacted,
6483 .inline-author.redacted {
6484 opacity: 0.8;
6485 font-weight: 400;
6488 .karma-value.redacted {
6489 opacity: 0.4;
6492 .link-post-domain.redacted {
6493 opacity: 0.7;
6496 /*===========================*/
6497 /* COMMENT THREAD NAVIGATION */
6498 /*===========================*/
6500 div.comment-parent-link {
6501 font-weight: 600;
6503 a.comment-parent-link {
6504 font-weight: 400;
6506 a.comment-parent-link::before {
6507 color: #bbb;
6509 a.comment-parent-link:hover::before {
6510 background-color: #ffd;
6511 color: #999;
6514 div.comment-child-links {
6515 font-weight: 600;
6517 div.comment-child-links a {
6518 font-weight: 400;
6520 .comment-child-link::before {
6521 color: #aaa;
6524 .comment-item-highlight {
6525 box-shadow:
6526 0 0 2px #e7b200,
6527 0 0 3px #e7b200,
6528 0 0 5px #e7b200,
6529 0 0 7px #e7b200,
6530 0 0 10px #e7b200;
6531 border: 1px solid #e7b200;
6533 .comment-item-highlight-faint {
6534 box-shadow:
6535 0 0 2px #f8e7b5,
6536 0 0 3px #f8e7b5,
6537 0 0 5px #f8e7b5,
6538 0 0 7px #f8e7b5,
6539 0 0 10px #f8e7b5;
6540 border: 1px solid #f8e7b5;
6543 .comment-popup {
6544 background-color: #fff;
6547 /*=======================*/
6548 /* COMMENTS COMPACT VIEW */
6549 /*=======================*/
6551 #comments-list-mode-selector button {
6552 box-shadow:
6553 0 0 0 4px #fff inset,
6554 0 0 0 5px #bbb inset;
6556 #comments-list-mode-selector button:hover,
6557 #comments-list-mode-selector button.selected {
6558 box-shadow:
6559 0 0 0 5px #bbb inset;
6561 #content.compact > .comment-thread .comment-item::after {
6562 color: #f60;
6563 background: linear-gradient(to right, transparent 0%, #fff 50%, #fff 100%);
6566 @media only screen and (hover: hover), not screen and (-moz-touch-enabled) {
6567 #content.compact > .comment-thread .comment-item:hover .comment,
6568 #content.compact > .comment-thread .comment-item.expanded .comment {
6569 background-color: #fff;
6570 outline: 3px solid #f60;
6572 #content.compact > .comment-thread .comment-item:hover .comment::before,
6573 #content.compact > .comment-thread .comment-item.expanded .comment::before {
6574 background-color: #fff;
6575 box-shadow:
6576 0 0 3px #fff,
6577 0 0 5px #fff,
6578 0 0 7px #fff,
6579 0 0 10px #fff,
6580 0 0 20px #fff,
6581 0 0 30px #fff,
6582 0 0 40px #fff;
6585 @media only screen and (hover: none), only screen and (-moz-touch-enabled) {
6586 #content.compact > .comment-thread.expanded .comment-item .comment {
6587 background-color: #fff;
6588 outline: 3px solid #f60;
6590 #content.compact > .comment-thread.expanded .comment-item .comment::before {
6591 background-color: #fff;
6592 box-shadow:
6593 0 0 3px #fff,
6594 0 0 5px #fff,
6595 0 0 7px #fff,
6596 0 0 10px #fff,
6597 0 0 20px #fff,
6598 0 0 30px #fff,
6599 0 0 40px #fff;
6603 #content.user-page.compact > h1.listing {
6604 margin-top: 0.5rem;
6606 #content.user-page.compact > h1.listing + .post-meta {
6607 margin-bottom: 0.5rem;
6610 /*===========================*/
6611 /* HIGHLIGHTING NEW COMMENTS */
6612 /*===========================*/
6614 .new-comment::before {
6615 outline: 2px solid #9037ff;
6616 box-shadow:
6617 0 0 6px -2px #9037ff inset,
6618 0 0 4px #9037ff,
6619 0 0 6px #9037ff;
6622 /*=================================*/
6623 /* COMMENT THREAD MINIMIZE BUTTONS */
6624 /*=================================*/
6626 .comment-minimize-button {
6627 color: #ccc;
6629 .comment-minimize-button:hover {
6630 color: #aaa;
6631 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6633 .comment-minimize-button::after {
6634 font-family: 'Whitney', 'a_Avante', Arial, sans-serif;
6635 color: #777;
6637 .comment-minimize-button.maximized::after {
6638 color: #ccc;
6641 /*=================================*/
6642 /* INDIVIDUAL COMMENT THREAD PAGES */
6643 /*=================================*/
6645 .individual-thread-page > h1 {
6646 font-weight: normal;
6649 /*==============*/
6650 /* VOTE BUTTONS */
6651 /*==============*/
6653 .upvote,
6654 .downvote {
6655 color: #c8c8c8;
6656 position: relative;
6658 .vote::before {
6659 position: relative;
6660 z-index: 1;
6662 .upvote::before {
6663 content: "\F077";
6664 top: 1px;
6666 .downvote::before {
6667 content: "\F078";
6668 position: relative;
6669 left: -2px;
6671 .upvote:hover,
6672 .upvote.selected {
6673 text-shadow:
6674 0 0 0.5px #fff,
6675 0 0 8px #0f0;
6677 .downvote:hover,
6678 .downvote.selected {
6679 text-shadow:
6680 0 0 0.5px #fff,
6681 0 0 8px #f00;
6684 .vote::after {
6685 position: absolute;
6686 visibility: hidden;
6688 .vote.big-vote::after,
6689 .karma:not(.waiting) .vote.clicked-once::after,
6690 .karma:not(.waiting) .vote.clicked-twice::after {
6691 visibility: visible;
6693 .vote.big-vote.clicked-twice::after {
6694 visibility: hidden;
6696 .vote.clicked-once::after {
6697 color: #c8c8c8;
6698 text-shadow: none;
6700 .upvote::after {
6701 content: "\F325";
6702 left: 7px;
6703 bottom: 4px;
6705 .downvote::after {
6706 content: "\F322";
6707 left: 5px;
6708 top: 4px;
6710 @-moz-document url-prefix() {
6711 .upvote::after {
6712 bottom: 2px;
6713 left: 8px;
6715 .downvote::after {
6716 top: 3px;
6717 left: 6px;
6721 /*===========================*/
6722 /* COMMENTING AND POSTING UI */
6723 /*===========================*/
6725 .posting-controls input[type='submit'] {
6726 background-color: #fff;
6727 border: 1px solid #aaa;
6728 font-weight: bold;
6730 .posting-controls input[type='submit']:hover,
6731 .posting-controls input[type='submit']:focus {
6732 background-color: #ddd;
6733 border: 1px solid #999;
6736 .comment-controls .cancel-comment-button {
6737 font-weight: 600;
6738 color: #c00;
6739 text-shadow:
6740 0 0 1px #fff,
6741 0 0 2px #fff;
6743 .comment-controls .cancel-comment-button:hover {
6744 color: #f00;
6745 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6748 .new-comment-button {
6749 font-weight: 600;
6752 .comment-controls .delete-button,
6753 .comment-controls .retract-button {
6754 color: #d00;
6756 .comment-controls .edit-button,
6757 .comment-controls .unretract-button {
6758 color: #0b0;
6760 .comment-controls .action-button:hover {
6761 color: #f00;
6764 .edit-post-link,
6765 .edit-post-link:visited {
6766 color: #090;
6769 .posting-controls textarea {
6770 font-weight: 400;
6771 font-family: 'Source Sans Pro', 'Trebuchet MS', 'Helvetica', 'Arial', 'Verdana', sans-serif;
6772 color: #000;
6773 background-color: #fff;
6774 border-color: #aaa;
6775 box-shadow:
6776 0 0 0 1px #eee inset;
6778 @-moz-document url-prefix() {
6779 .posting-controls textarea {
6780 font-weight: 400;
6783 .posting-controls textarea:focus {
6784 background-color: #ffe;
6785 border-color: #f60;
6786 box-shadow:
6787 0 0 0 1px #ddf inset,
6788 0 0 0 1px #fff,
6789 0 0 0 2px #f60;
6791 .posting-controls.edit-existing-post textarea:focus,
6792 .posting-controls form.edit-existing-comment textarea:focus {
6793 border-color: #090;
6794 box-shadow:
6795 0 0 0 1px #81ff7f inset,
6796 0 0 0 1px #fff,
6797 0 0 0 2px #090;
6800 /*= Scroll bars =*/
6802 .posting-controls textarea::-webkit-scrollbar {
6803 width: 16px;
6804 background-color: transparent;
6806 .posting-controls textarea::-webkit-scrollbar-track {
6807 background-color: #eee;
6808 border-left: 1px solid #bbb;
6809 border-top: 1px solid #eee;
6811 .posting-controls textarea:focus::-webkit-scrollbar-track {
6812 border-left: 1px solid #f60;
6813 border-top: 1px solid #ddf;
6815 .posting-controls textarea::-webkit-scrollbar-thumb {
6816 background-color: #bbb;
6817 box-shadow: 0 0 0 1px #eee inset;
6818 border-left: 1px solid #bbb;
6820 .posting-controls textarea:focus::-webkit-scrollbar-thumb {
6821 border-left: 1px solid #f60;
6822 background-color: #f60;
6823 box-shadow:
6824 0 1px 0 0 #ddf inset,
6825 0 0 0 1px #eee inset;
6828 .posting-controls.edit-existing-post textarea:focus::-webkit-scrollbar-track,
6829 .posting-controls form.edit-existing-comment textarea:focus::-webkit-scrollbar-track {
6830 border-left: 1px solid #090;
6832 .posting-controls.edit-existing-post textarea:focus::-webkit-scrollbar-thumb,
6833 .posting-controls form.edit-existing-comment textarea:focus::-webkit-scrollbar-thumb {
6834 border-left: 1px solid #090;
6835 background-color: #28a708;
6838 /* GUIEdit buttons */
6840 .guiedit-buttons-container {
6841 background-image: linear-gradient(to bottom, #fff 0%, #ddd 50%, #ccc 75%, #aaa 100%);
6844 .posting-controls.edit-existing-post .guiedit-buttons-container button,
6845 .posting-controls form.edit-existing-comment .guiedit-buttons-container button {
6846 color: #050;
6848 button.guiedit {
6849 font-family: Font Awesome, 'Source Sans Pro', 'Trebuchet MS', 'Helvetica', 'Arial', 'Verdana', sans-serif;
6852 button.guiedit::after {
6853 font-family: 'Whitney', 'a_Avante', Arial, sans-serif;
6854 color: #777;
6855 text-shadow: none;
6858 /* Markdown hints */
6860 #markdown-hints-checkbox + label {
6861 color: #999;
6863 #markdown-hints-checkbox + label:hover {
6864 color: #e00;
6865 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6867 #markdown-hints {
6868 border: 1px solid #c00;
6869 background-color: #ffa;
6872 /*================*/
6873 /* EDIT POST FORM */
6874 /*================*/
6876 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
6877 top: -2px;
6879 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
6880 border-radius: 3px;
6881 border: 1px solid #ddd;
6882 color: #777;
6884 @media only screen and (hover:hover), not screen and (-moz-touch-enabled) {
6885 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover,
6886 #edit-post-form .post-meta-fields input[type='checkbox']:focus + label {
6887 text-shadow:
6888 0 0 1px #fff,
6889 0 0 2px #fff,
6890 0 0 2.5px #aaa;
6892 #edit-post-form .post-meta-fields input[type='checkbox'] + label:hover::before,
6893 #edit-post-form .post-meta-fields input[type='checkbox']:focus + label::before {
6894 border-color: #aaa;
6897 #edit-post-form .post-meta-fields input[type='checkbox']:checked + label::before {
6898 content: "\F00C";
6900 #edit-post-form input[type='radio'] + label {
6901 color: #777;
6902 border-color: #ddd;
6903 padding: 4px 12px 5px 12px;
6905 #edit-post-form input[type='radio'][value='all'] + label {
6906 border-radius: 8px 0 0 8px;
6907 border-width: 1px;
6909 #edit-post-form input[type='radio'][value='drafts'] + label {
6910 border-radius: 0 8px 8px 0;
6912 #edit-post-form input[type='radio'] + label:hover,
6913 #edit-post-form input[type='radio']:focus + label {
6914 background-color: #ddd;
6915 color: #000;
6917 #edit-post-form input[type='radio']:focus + label {
6918 color: #000;
6919 box-shadow:
6920 0 0 0 1px #aaa;
6922 #edit-post-form input[type='radio']:checked + label {
6923 background-color: #ddd;
6924 border-color: #ddd;
6925 color: #000;
6926 text-shadow:
6927 0 -1px 0 #fff,
6928 0 0.5px 0.5px #000;
6931 /*=======*/
6932 /* LINKS */
6933 /*=======*/
6936 text-decoration: none;
6937 color: #f60;
6939 a:visited {
6940 color: #ff943b;
6942 a:hover {
6943 text-decoration: underline;
6946 /*=========*/
6947 /* BUTTONS */
6948 /*=========*/
6950 button,
6951 input[type='submit'] {
6952 color: #f60;
6955 .button,
6956 .button:visited {
6957 color: #999;
6960 button:hover,
6961 input[type='submit']:hover,
6962 button:focus,
6963 input[type='submit']:focus {
6964 color: #d00;
6965 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6967 button:active,
6968 input[type='submit']:active {
6969 color: #f00;
6970 transform: scale(0.9);
6972 .button:hover {
6973 color: #d00;
6974 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
6975 text-decoration: none;
6977 .button:active {
6978 transform: scale(0.9);
6980 .button:focus:not(:hover) {
6981 transform: none;
6983 @-moz-document url-prefix() {
6984 .button:active {
6985 transform: none;
6989 /*==========*/
6990 /* HEADINGS */
6991 /*==========*/
6993 .body-text h1,
6994 .body-text h2,
6995 .body-text h4 {
6996 font-family: 'Whitney', 'a_Avante', Arial, sans-serif;
6998 .body-text h3,
6999 .body-text h5,
7000 .body-text h6 {
7001 font-family: 'Whitney Smallcaps', 'a_Avante', Arial, sans-serif;
7003 .body-text h1,
7004 .body-text h2,
7005 .body-text h3,
7006 .body-text h4,
7007 .body-text h5,
7008 .body-text h6 {
7009 font-weight: 400;
7011 .body-text h6 {
7012 color: #555;
7014 .body-text h1 {
7015 border-bottom: 1px solid #aaa;
7017 .post-body h2 {
7018 border-bottom: 1px dotted #ccc;
7021 /*========*/
7022 /* QUOTES */
7023 /*========*/
7025 blockquote {
7026 border-left: 5px solid #ccc;
7029 /*========*/
7030 /* IMAGES */
7031 /*========*/
7033 #content img,
7034 #content figure.image img {
7035 border: 1px solid #ccc;
7037 #content figure img {
7038 border: 1px solid #000;
7040 #content img[src$='.svg'],
7041 #content figure img[src$='.svg'] {
7042 border: none;
7044 #content img[style^='float'] {
7045 border: 1px solid transparent;
7048 /*========*/
7049 /* TABLES */
7050 /*========*/
7052 .body-text table,
7053 .body-text table th,
7054 .body-text table td {
7055 border: 1px solid #ddd;
7058 /*======*/
7059 /* MISC */
7060 /*======*/
7062 hr {
7063 border-bottom: 1px solid #999;
7066 code {
7067 background-color: #f6f6ff;
7068 border: 1px solid #ddf;
7069 border-radius: 4px;
7072 input[type='text'],
7073 input[type='search'],
7074 input[type='password'] {
7075 background-color: #fff;
7076 border: 1px solid #ddd;
7077 color: #000;
7079 input[type='text']:focus,
7080 input[type='search']:focus,
7081 input[type='password']:focus {
7082 background-color: #ffe;
7083 border: 1px solid #bbb;
7084 box-shadow: 0 0 1px #bbb;
7087 select {
7088 color: #000;
7091 .frac {
7092 padding-left: 2px;
7094 .frac sup {
7095 position: relative;
7096 left: -1px;
7098 .frac sub {
7099 position: relative;
7100 left: -0.5px;
7103 /*============*/
7104 /* ABOUT PAGE */
7105 /*============*/
7107 .about-page mark {
7108 background-color: #e6e6e6;
7109 text-decoration: none;
7110 box-shadow:
7111 0 -1px 0 0 #000 inset,
7112 0 -3px 1px -2px #000 inset;
7113 padding: 0 1px;
7116 #content.about-page .accesskey-table {
7117 font-family: 'Whitney', 'a_Avante', Arial, sans-serif;
7118 border-color: #ddd;
7121 #content.about-page img {
7122 border: 1px solid #000;
7125 /*========================*/
7126 /* QUALIFIED HYPERLINKING */
7127 /*========================*/
7129 #aux-about-link a {
7130 color: #777;
7132 #aux-about-link a:hover {
7133 opacity: 1.0;
7134 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7137 .qualified-linking label {
7138 color: #f60;
7140 .qualified-linking label:hover {
7141 text-shadow:
7142 0 0 1px #fff,
7143 0 0 3px #fff,
7144 0 0 5px #00e;
7147 .qualified-linking-toolbar {
7148 border: 1px solid #000;
7149 background-color: #fff;
7151 .qualified-linking-toolbar a {
7152 background-color: #eee;
7153 border: 1px solid #ccc;
7154 border-radius: 4px;
7155 color: #f60;
7157 .qualified-linking-toolbar a:visited {
7158 color: #f60;
7160 .qualified-linking-toolbar a:hover {
7161 text-decoration: none;
7162 background-color: #ddd;
7163 text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff;
7165 .qualified-linking label::after {
7166 background-color: #eee;
7167 opacity: 0.8;
7170 /*======*/
7171 /* MATH */
7172 /*======*/
7174 .mathjax-block-container::-webkit-scrollbar {
7175 height: 12px;
7176 background-color: #f6f6ff;
7177 border-radius: 6px;
7178 border: 1px solid #ddf;
7180 .mathjax-block-container::-webkit-scrollbar-thumb {
7181 background-color: #dde;
7182 border-radius: 6px;
7183 border: 1px solid #cce;
7185 .mathjax-inline-container::-webkit-scrollbar {
7186 height: 8px;
7187 background-color: #f6f6ff;
7188 border-radius: 4px;
7189 border: 1px solid #ddf;
7191 .mathjax-inline-container::-webkit-scrollbar-thumb {
7192 background-color: #dde;
7193 border-radius: 4px;
7194 border: 1px solid #cce;
7197 /*=================*/
7198 /* ALIGNMENT FORUM */
7199 /*=================*/
7201 #content.alignment-forum-index-page::before {
7202 background-color: #f1f3ff;
7204 #content.alignment-forum-index-page::after {
7205 font-family: 'Whitney Smallcaps', 'a_Avante', Arial, sans-serif;
7206 font-weight: 600;
7207 background-color: #626dd7;
7208 -webkit-background-clip: text;
7209 color: transparent;
7210 text-shadow:
7211 rgba(255,255,255,0.5) 0px 3px 3px;;
7213 @media only screen and (hover: hover), not screen and (-moz-touch-enabled) {
7214 #content.alignment-forum-index-page h1.listing a:hover,
7215 #content.alignment-forum-index-page h1.listing a:focus {
7216 background-color: rgba(241,243,255,0.85);
7220 /*====================*/
7221 /* FOR NARROW SCREENS */
7222 /*====================*/
7224 @media only screen and (max-width: 1440px) {
7225 #hns-date-picker {
7226 background-color: #eee;
7227 opacity: 1.0;
7229 #hns-date-picker::before {
7230 border: 1px solid #ccc;
7231 border-width: 1px 0 1px 1px;
7234 @media only screen and (max-width: 1160px) {
7235 #theme-selector:hover::after {
7236 background-color: #ddd;
7239 @media only screen and (max-width: 1080px) {
7240 #text-size-adjustment-ui button {
7241 border: 1px solid #999;
7242 padding: 0 0 0 1px;
7243 border-radius: 50%;
7244 box-shadow:
7245 0 0 6px #999 inset,
7246 0 0 0 1px transparent;
7248 #theme-tweaker-toggle button {
7249 border: 1px solid #999;
7250 box-shadow:
7251 0 0 10px #999 inset,
7252 0 0 0 1px transparent;
7253 border-radius: 50%;
7254 transform: scale(0.8);
7257 @media only screen and (max-width: 1020px) {
7258 #quick-nav-ui a {
7259 box-shadow:
7260 0 0 0 1px #ccc,
7261 0 0 0 2px transparent;
7263 #new-comment-nav-ui .new-comments-count::before {
7264 background-color: #eee;
7265 box-shadow:
7266 0 0 0 1px #ccc,
7267 0 0 0 2px transparent;
7268 border-radius: 8px;
7270 #anti-kibitzer-toggle {
7271 box-shadow:
7272 0 0 0 1px #ccc,
7273 0 0 0 2px transparent;
7274 background-color: #eee;
7275 border-radius: 6px;
7276 overflow: hidden;
7279 @media only screen and (max-width: 1000px) {
7280 #theme-selector {
7281 background-color: #eee;
7282 box-shadow:
7283 0 0 0 1px #999,
7284 0 0 0 2px transparent;
7286 #theme-selector:hover::after {
7287 background-color: #999;
7288 width: calc(6em - 3px);
7289 height: calc(100% - 5px);
7290 top: 3px;
7291 left: 100%;
7293 #text-size-adjustment-ui button {
7294 background-color: #ddd;
7296 #text-size-adjustment-ui button:hover {
7297 background-color: #eee;
7299 #theme-tweaker-toggle button {
7300 background-color: #ddd;
7304 /*========*/
7305 /* MOBILE */
7306 /*========*/
7308 /**************************************************************************/
7309 @media only screen and (hover: none), only screen and (-moz-touch-enabled) {
7310 /**************************************************************************/
7311 #ui-elements-container > div[id$='-ui-toggle'] button {
7312 color: #aaa;
7313 text-shadow:
7314 0 0 1px #fff,
7315 0 0 3px #fff,
7316 0 0 5px #fff,
7317 0 0 10px #fff,
7318 0 0 20px #fff,
7319 0 0 30px #fff;
7322 #theme-selector {
7323 background-color: #eee;
7324 box-shadow:
7325 0 0 0 1px #999,
7326 0 0 1px 3px #fff,
7327 0 0 3px 3px #fff,
7328 0 0 5px 3px #fff,
7329 0 0 10px 3px #fff,
7330 0 0 20px 3px #fff;
7331 border-radius: 12px;
7333 #theme-selector::before,
7334 #theme-selector .theme-selector-close-button {
7335 color: #888;
7336 text-shadow: 0.5px 0.5px 0 #fff;
7338 #theme-selector button {
7339 background-color: #e6e6e6;
7340 border-radius: 10px;
7342 #theme-selector button::after {
7343 color: #000;
7344 padding-bottom: 2px;
7345 max-width: calc(100% - 3.25em);
7346 overflow: hidden;
7347 text-overflow: ellipsis;
7349 #theme-selector button.selected::after {
7350 text-shadow:
7351 0 -1px 0 #fff,
7352 0 0.5px 0.5px #000;
7355 #quick-nav-ui {
7356 background-color: #fff;
7358 #quick-nav-ui a {
7359 background-color: #eee;
7360 box-shadow: 0 0 0 1px #999;
7362 #quick-nav-ui,
7363 #new-comment-nav-ui,
7364 #hns-date-picker {
7365 box-shadow:
7366 0 0 1px 3px #fff,
7367 0 0 3px 3px #fff,
7368 0 0 5px 3px #fff,
7369 0 0 10px 3px #fff,
7370 0 0 20px 3px #fff;
7372 #quick-nav-ui a::after,
7373 #new-comment-nav-ui::before {
7374 font-family: 'Whitney', 'a_Avante', Arial, sans-serif;
7375 font-weight: 600;
7376 box-shadow:
7377 0 0 1px 0 #fff,
7378 0 0 3px 0 #fff,
7379 0 0 5px 0 #fff;
7380 background-color: #fff;
7381 border-radius: 4px;
7383 #quick-nav-ui,
7384 #new-comment-nav-ui {
7385 border-radius: 8px;
7387 #new-comment-nav-ui {
7388 background-color: #eee;
7389 border: 1px solid #999;
7391 #new-comment-nav-ui::before {
7392 color: #777;
7393 font-weight: 600;
7395 #new-comment-nav-ui .new-comment-sequential-nav-button {
7396 box-shadow: 0 0 0 1px #999;
7397 color: #777;
7399 #new-comment-nav-ui .new-comments-count {
7400 background-color: inherit;
7401 box-shadow: 0 -1px 0 0 #999;
7403 #new-comment-nav-ui .new-comment-sequential-nav-button:disabled {
7404 color: #bbb;
7406 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-previous {
7407 border-radius: 7px 0 0 7px;
7409 #new-comment-nav-ui button::after {
7410 font-family: 'Whitney', 'a_Avante', Arial, sans-serif;
7412 #new-comment-nav-ui .new-comment-sequential-nav-button.new-comment-next {
7413 border-radius: 0 7px 7px 0;
7416 /*****************************************/
7417 @media only screen and (max-width: 900px) {
7418 /*****************************************/
7419 h1.listing + .post-meta > * {
7420 line-height: 1.5;
7422 h1.listing + .post-meta .post-section::before {
7423 position: unset;
7426 #secondary-bar .nav-inner {
7427 font-size: 1em;
7429 #secondary-bar .nav-item:not(#nav-item-search) .nav-inner {
7430 padding: 6px 10px;
7432 #primary-bar .nav-inner::before,
7433 #secondary-bar .nav-inner::before {
7434 opacity: 0.8;
7437 .archive-nav > *[class^='archive-nav-'] + *[class^='archive-nav-']::before {
7438 background-color: #aaa;
7441 .comment-item .comment-item {
7442 margin: 0.75em 2px 4px 6px;
7444 .comment-item .comment-item + .comment-item {
7445 margin: 1.5em 2px 4px 6px;
7448 a.comment-parent-link:hover::before {
7449 background-color: unset;
7452 .sublevel-nav:not(.sort) .sublevel-item,
7453 .sublevel-nav:not(.sort) .sublevel-item:first-child,
7454 .sublevel-nav:not(.sort) .sublevel-item:last-child {
7455 border-radius: 8px;
7456 border-width: 1px;
7457 margin: 2px;
7459 /*******************************************/
7460 } @media only screen and (max-width: 720px) {
7461 /*******************************************/
7462 /*******************************************/
7463 } @media only screen and (max-width: 520px) {
7464 /*******************************************/
7465 h1.listing {
7466 font-size: 1.25rem;
7467 margin: 18px 6px 4px 6px;
7468 max-width: calc(100% - 12px);
7470 h1.listing + .post-meta {
7471 margin: 4px 6px;
7473 h1.listing a[href^='http'] {
7474 top: 2px;
7477 #content.compact > .comment-thread .comment-item {
7478 max-height: 108px;
7481 .textarea-container:focus-within button:active {
7482 background-color: #ccc;
7484 .textarea-container:focus-within .guiedit-mobile-auxiliary-button {
7485 background-color: #eee;
7486 border: 1px solid #ddd;
7487 border-radius: 6px;
7489 .textarea-container:focus-within .guiedit-mobile-help-button.active {
7490 border-color: #c00;
7491 box-shadow:
7492 0 0 0 1px #fff,
7493 0 0 0 2px #c00;
7494 color: #c00;
7495 font-weight: 600;
7497 .textarea-container:focus-within .guiedit-buttons-container {
7498 background-color: #fff;
7499 border-top: 1px solid #ddf;
7501 #content.conversation-page .textarea-container:focus-within::after {
7502 background-color: #fff;
7504 .textarea-container:focus-within button.guiedit {
7505 background-color: #eee;
7506 border: 1px solid #ddd;
7507 border-radius: 6px;
7509 #markdown-hints::after {
7510 color: #090;
7513 #edit-post-form .post-meta-fields input[type='checkbox'] + label {
7514 top: 2px;
7516 #edit-post-form .post-meta-fields input[type='checkbox'] + label::before {
7517 top: 1px;
7522 /*************/
7523 /* ACCORDIUS */
7524 /*************/
7526 /*======*/
7527 /* TAGS */
7528 /*======*/
7530 #tags {
7531 order: 12;
7532 display: flex;
7533 flex-basis: 100%;
7534 justify-content: center;
7535 margin: 0;
7536 flex-flow: row wrap;
7537 align-items: flex-start;
7540 /*============*/
7541 /* GREY THEME */
7542 /*============*/
7544 /*++++++*/
7545 /* TAGS */
7546 /*++++++*/
7548 #tags {
7549 padding: 0.5em;
7550 align-items: center;
7552 #tags::before {
7553 content: "\F02C";
7554 font-family: Font Awesome;
7555 font-weight: 400;
7556 font-size: 0.875em;
7557 margin: 0 0.5em 0 0;
7558 opacity: 0.3;
7560 #tags a {
7561 margin: 0 0.375em 0 0;
7563 #tags a:not(:last-of-type)::after {
7564 content: ","