Advertisement
Guest User

4chan material dark

a guest
Apr 26th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 36.41 KB | None | 0 0
  1. @-moz-document domain("boards.4chan.org") {
  2. /*scrollbar*/
  3. ::-webkit-scrollbar
  4. {
  5.   width: 12px;  /* for vertical scrollbars */
  6.   height: 12px; /* for horizontal scrollbars */
  7. }
  8.  
  9. ::-webkit-scrollbar-track
  10. {
  11.   background: rgba(0, 0, 0, 0.1);
  12. }
  13.  
  14. ::-webkit-scrollbar-thumb
  15. {
  16.   background: rgba(0, 0, 0, 0.5);
  17. }
  18. /*shit*/
  19.  
  20. #styleSwitcher {
  21.     display: none;
  22. }
  23. html {
  24.     -moz-text-size-adjust: 100%;
  25.     -webkit-text-size-adjust: 100%;
  26.     -ms-text-size-adjust: 100%;
  27. }
  28. .adg-rects {
  29.     margin: 10px 0;
  30.     text-align: center;
  31. }
  32. .adg-rects>span {
  33.     display: inline-block;
  34.     width: 300px;
  35.     height: 250px;
  36. }
  37. .adg-rects>span.desktop {
  38.     margin: 0 10px;
  39.     width: 728px;
  40.     height: 90px;
  41. }
  42. .sjis,
  43. #quickReply .sjis {
  44.     font-size: 16px;
  45.     line-height: 17px;
  46.     white-space: pre;
  47.     font-family: 'IPAMonaPGothic', 'Mona', 'MS PGothic', monospace;
  48.     overflow: auto;
  49.     display: block;
  50.     clear: left;
  51. }
  52. .tex-logo {
  53.     font-size: 0.8em;
  54. }
  55. .tex-logo sub {
  56.     font-size: 0.8em;
  57.     text-transform: uppercase;
  58. }
  59. .mu-s {
  60.     font-weight: bold
  61. }
  62. .mu-i {
  63.     font-style: italic
  64. }
  65. .mu-r {
  66.     color: #C41E3A
  67. }
  68. .mu-g {
  69.     color: #00A550
  70. }
  71. .mu-b {
  72.     color: #1d8dc4
  73. }
  74. .pu-lbl {
  75.     color: #117743;
  76.     font-weight: bold;
  77.     font-size: 12px;
  78. }
  79. .pu-img {
  80.     vertical-align: middle;
  81.     margin-top: -3px;
  82.     margin-right: 3px;
  83.     display: inline-block;
  84.     width: 16px;
  85.     height: 16px;
  86.     background: url('//s.4cdn.org/image/minileaf.gif');
  87. }
  88. .n-pu {
  89.     vertical-align: middle;
  90.     display: inline-block;
  91.     width: 16px;
  92.     height: 16px;
  93.     margin-top: -2px;
  94.     background: url('//s.4cdn.org/image/minileaf.gif');
  95. }
  96. .centeredThreads .party-hat {
  97.     left: 12%;
  98. }
  99. #disclaimer {
  100.     font-size: 14px;
  101.     position: absolute;
  102.     overflow: hidden;
  103.     top: 0;
  104.     left: 0;
  105.     width: 100%;
  106.     height: 100%;
  107.     z-index: 9998;
  108. }
  109. #disclaimer-bg {
  110.     position: fixed;
  111.     top: 0;
  112.     left: 0;
  113.     width: 100%;
  114.     height: 100%;
  115.     background-color: rgba(0, 0, 0, 0.25);
  116. }
  117. #disclaimer-modal {
  118.     z-index: 9999;
  119.     width: 320px;
  120.     top: 0;
  121.     left: 50%;
  122.     margin-left: -170px;
  123.     display: block;
  124.     padding: 10px;
  125.     position: relative;
  126.     background-color: #282a2e;
  127.     box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  128. }
  129. #disclaimer ol {
  130.     margin-left: 20px;
  131.     padding: 0;
  132. }
  133. #disclaimer li {
  134.     margin: 10px 0;
  135. }
  136. #disclaimer h3 {
  137.     border-bottom: 1px solid #111;
  138.     margin: 0;
  139.     padding-bottom: 5px;
  140.     text-align: center;
  141. }
  142. #disclaimer-modal div {
  143.     margin-top: 10px;
  144.     text-align: center;
  145. }
  146. #disclaimer-modal button {
  147.     margin: 0 10px;
  148. }
  149. #disclaimer-accept {
  150.     font-weight: bold;
  151. }
  152. #footer-links {
  153.     margin-top: 5px;
  154. }
  155. .isMobileDevice blockquote.postMessage {
  156.     font-size: 11pt;
  157. }
  158. .belowLeaderboard {
  159.     width: 728px;
  160.     max-width: 100%;
  161. }
  162. .aboveMidAd {
  163.     width: 468px;
  164.     max-width: 100%;
  165. }
  166. #postFormError {
  167.     background-color: #e62020;
  168.     color: #fff;
  169.     font-family: monospace;
  170.     font-size: 13px;
  171.     font-weight: bold;
  172.     padding: 3px 5px;
  173.     text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  174.     display: none;
  175.     margin-top: 3px;
  176. }
  177. #postFormError a {
  178.     color: #fff;
  179. }
  180. .painter-ctrl input,
  181. #qr-painter-ctrl input {
  182.     width: 30px!important;
  183.     text-align: center;
  184. }
  185. #oe-canvas-preview {
  186.     position: absolute;
  187.     margin-left: 5px;
  188.     margin-top: 3px;
  189.     box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25);
  190. }
  191. #captchaContainerAlt {
  192.     height: 80px;
  193. }
  194. #captchaContainerAlt .recaptcha_image_cell {
  195.     padding: 0 0 5px 0!important
  196. }
  197. #captchaContainerAlt #recaptcha_table {
  198.     border: 0!important;
  199. }
  200. #captchaContainerAlt #recaptcha_response_field {
  201.     width: 300px!important;
  202.     padding: 0!important
  203. }
  204. #qrCaptchaContainerAlt #recaptcha_response_field {
  205.     width: 296px!important;
  206. }
  207. #captchaContainerAlt #recaptcha_image,
  208. #qrCaptchaContainerAlt #recaptcha_image {
  209.     border: 0!important;
  210. }
  211. #qrCaptchaContainerAlt .recaptcha_image_cell {
  212.     padding: 0!important;
  213. }
  214. #qrCaptchaContainerAlt #recaptcha_table {
  215.     border: 0!important;
  216. }
  217. #captchaContainerAlt td:nth-child(2),
  218. #captchaContainerAlt td:nth-child(3),
  219. #qrCaptchaContainerAlt td:nth-child(2),
  220. #qrCaptchaContainerAlt td:nth-child(3) {
  221.     display: none!important;
  222. }
  223. #qrCaptchaContainerAlt {
  224.     height: 80px;
  225.     width: 300px;
  226. }
  227. .recaptchatable {
  228.     background-color: transparent!important;
  229.     border: none!important;
  230. }
  231. .recaptcha_image_cell {
  232.     background-color: transparent!important;
  233. }
  234. #g-recaptcha {
  235.     height: 78px;
  236. }
  237. #recaptcha_div {
  238.     height: 107px;
  239.     width: 442px;
  240. }
  241. #recaptcha_challenge_field {
  242.     width: 400px
  243. }
  244. .recaptcha_input_area {
  245.     padding: 0!important;
  246. }
  247. #recaptcha_table tr:first-child {
  248.     height: auto!important;
  249. }
  250. #recaptcha_table tr:first-child>td:not(:first-child) {
  251.     padding: 0 7px 0 7px!important;
  252. }
  253. #recaptcha_table tr:last-child td:last-child {
  254.     padding-bottom: 0!important;
  255. }
  256. #recaptcha_table tr:last-child td:first-child {
  257.     padding-left: 0!important;
  258. }
  259. #recaptcha_image {
  260.     cursor: pointer;
  261. }
  262. #recaptcha_response_field {
  263.     width: 292px;
  264.     margin-right: 0px!important;
  265.     font-size: 10pt!important;
  266. }
  267. input:-moz-placeholder {
  268.     color: gray!important;
  269. }
  270. #recaptcha_image {
  271.     border: 1px solid #aaa!important;
  272. }
  273. #recaptcha_table tr>td:last-child {
  274.     display: none!important;
  275. }
  276. #captchaContainer {
  277.     width: 343px;
  278.     height: 86px;
  279.     line-height: 99px;
  280.     overflow: hidden;
  281. }
  282. #captchaContainer .placeholder {
  283.     font-style: italic;
  284.     padding-left: 5px;
  285. }
  286. .mobile,
  287. .mobileinline,
  288. .mobileib {
  289.     display: none!important;
  290. }
  291. a,
  292. a:visited {
  293.     color: #81a2be!important;
  294.     text-decoration: none;
  295. }
  296. a.replylink:not(:hover),
  297. div#absbot a:not(:hover) {
  298.     color: #81a2be!important;
  299. }
  300. a:hover {
  301.     color: #5F89AC!important;
  302. }
  303. div#absbot {
  304.     color: #c5c8c6;
  305.     clear: both;
  306. }
  307. div.board>hr {
  308.     clear: both;
  309. }
  310. img {
  311.     border: none;
  312. }
  313. img.topad,
  314. .topad>div,
  315. .topad a img {
  316.     width: 728px;
  317.     height: 90px;
  318.     max-width: 100%;
  319.     overflow: hidden;
  320.     margin: auto;
  321. }
  322. img.middlead,
  323. .middlead>div,
  324. .middlead a img {
  325.     width: 468px;
  326.     height: 60px;
  327.     max-width: 100%;
  328.     overflow: hidden;
  329.     margin: auto;
  330. }
  331. img.bottomad,
  332. .bottomad>div,
  333. .bottomad a img {
  334.     width: 728px;
  335.     height: 90px;
  336.     max-width: 100%;
  337.     overflow: hidden;
  338.     margin: auto;
  339. }
  340. hr {
  341.     border: none;
  342.     height: 0;
  343. }
  344. hr.abovePostForm {
  345.     width: 90%;
  346. }
  347. span.x-small {
  348.     font-size: x-small;
  349. }
  350. .mobile {
  351.     display: none;
  352. }
  353. ul.rules {
  354.     margin: 0px;
  355.     padding: 0px;
  356.     margin-top: 5px;
  357. }
  358. ul.rules>li {
  359.     list-style: none;
  360.     font-size: 11px;
  361. }
  362. .rules>li:before {
  363.     content: "\2022 \20";
  364. }
  365. div.boardBanner {
  366.     text-align: center;
  367.     clear: both;
  368. }
  369. #bannerCnt {
  370.     border: 1px solid #000;
  371.     margin: 5px auto;
  372.     width: 300px;
  373.     height: 100px;
  374.     max-width: 100%;
  375. }
  376. div.boardBanner>div.boardTitle {
  377.     font-family: Tahoma, sans-serif;
  378.     font-size: 28px;
  379.     font-weight: bold;
  380.     letter-spacing: -2px;
  381.     margin-top: 0px;
  382. }
  383. div.boardBanner>div.boardSubtitle {
  384.     font-size: x-small;
  385. }
  386. div#boardNavDesktop {
  387.     font-size: 9pt;
  388.     color: #c5c8c6;
  389.     display: block;
  390. }
  391. .hasDropDownNav #navtopright {
  392.     display: none;
  393. }
  394. #boardNavDesktop .pageJump {
  395.     padding: 0;
  396. }
  397. #boardNavDesktop .pageJump a {
  398.     padding-right: 5px;
  399. }
  400. div#boardNavDesktop a {
  401.     font-weight: normal;
  402.     padding: 1px;
  403.     text-decoration: none;
  404.     color: #81a2be;
  405. }
  406. div.opContainer {
  407.     display: inline;
  408. }
  409. div.sideArrows {
  410.     color: #c5c8c6;
  411.     float: left;
  412.     margin-right: 2px;
  413.     margin-top: 0px;
  414.     margin-left: 2px;
  415. }
  416. div.thread {
  417.     margin: 0px;
  418.     clear: both;
  419.     background: #222;
  420. }
  421. .extended-small .thread {
  422.     background: #050505;
  423.     border-radius: 2px;
  424.     box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
  425.     margin: 0 2px 0 2px;
  426.     border: none;
  427. }
  428. div.post {
  429.     margin: 4px 0;
  430.     overflow: hidden;
  431. }
  432. div.thread>div:nth-of-type(2)>div.reply {
  433.     margin-top: 2px!important;
  434. }
  435. div.op {
  436.     display: inline;
  437. }
  438. div.reply {
  439.     background-color: #282a2e;
  440.     border: 1px solid #282a2e;
  441.     display: table;
  442.     padding: 2px;
  443. }
  444. div.reply input {
  445.     float: none;
  446. }
  447. div.post div.postInfo {
  448.     display: block;
  449.     width: 100%;
  450. }
  451. div.post div.postInfo span.postNum>a {
  452.     text-decoration: none;
  453.     color: #C5C8C6!important;
  454. }
  455. div.post div.postInfo span.postNum a:hover,
  456. .posteruid .hand:hover {
  457.     color: #5F89AC!important;
  458. }
  459. div.post div.postInfo span.nameBlock {
  460.     display: inline-block;
  461. }
  462. div.post div.postInfo span.nameBlock span.name {
  463.     color: #c5c8c6;
  464.     font-weight: bold;
  465. }
  466. div.post div.postInfo span.nameBlock span.postertrip {
  467.     color: #c5c8c6;
  468.     font-weight: normal!important;
  469. }
  470. div.post div.postInfo span.subject {
  471.     color: #b294bb;
  472.     font-weight: bold;
  473. }
  474. div.post blockquote.postMessage {
  475.     display: block;
  476. }
  477. blockquote>span.quote {
  478.     color: #b5bd68;
  479. }
  480. .quoteLink,
  481. .quotelink,
  482. .deadlink {
  483.     color: #5F89AC!important;
  484.     text-decoration: underline;
  485. }
  486. a.quoteLink:hover,
  487. a.quotelink:hover {
  488.     color: #81a2be!important;
  489. }
  490. .is_arclist .belowLeaderboard {
  491.     display: none;
  492. }
  493. #arc-list {
  494.     max-width: 80%;
  495.     margin: 10px auto 0 auto;
  496. }
  497. #arc-list td {
  498.     text-align: center;
  499. }
  500. #arc-list .teaser-col {
  501.     text-align: left;
  502.     word-break: break-all;
  503. }
  504. #arc-list .quotelink {
  505.     color: #34345C!important;
  506. }
  507. #arc-list .quotelink:hover {
  508.     color: #D00!important;
  509. }
  510. #arc-sort {
  511.     border-bottom: 1px dotted;
  512.     cursor: pointer;
  513. }
  514. div.post div.file {
  515.     display: block;
  516. }
  517. div.post div.file div.fileInfo {
  518.     margin-right: 10px;
  519.     word-break: break-all;
  520. }
  521. div.replyContainer div.post div.file div.fileInfo {
  522.     margin-left: 20px;
  523. }
  524. div.post div.file .fileThumb {
  525.     float: left;
  526.     margin-left: 20px;
  527.     margin-right: 20px;
  528.     margin-top: 3px;
  529.     margin-bottom: 5px;
  530. }
  531. span.fileThumb {
  532.     margin-left: 0px!important;
  533.     margin-right: 5px!important;
  534. }
  535. div.reply span.fileThumb,
  536. div.reply span.fileThumb img {
  537.     float: none!important;
  538.     margin-top: 0px!important;
  539.     margin-bottom: 0px!important;
  540. }
  541. div.post div.file .fileThumb img {
  542.     border: none;
  543.     float: left;
  544.     background: #FFF
  545. }
  546. span.summary {
  547.     color: #707070;
  548.     margin-top: 10px;
  549. }
  550. div.postingMode {
  551.     background-color: #282a2e;
  552.     padding: 1px;
  553.     text-align: center;
  554.     color: #c5c8c6;
  555.     font-weight: bold;
  556.     font-size: larger;
  557.     margin-top: 8px;
  558.     border: 1px solid #111;
  559. }
  560. #verification table {
  561.     border: none!important;
  562.     margin: 0px;
  563. }
  564. div.thread:last-child {
  565.     padding-bottom: 21px;
  566.     margin-bottom: 6px;
  567. }
  568. div.pagelist {
  569.     font-size: 13px!important;
  570.     margin: 0;
  571.     padding: 3px 7px;
  572.     float: left;
  573.     border: none;
  574.     background: #282a2e;
  575.     list-style: none;
  576.     overflow: hidden;
  577.     color: #c5c8c6;
  578. }
  579. div.pagelist>div {
  580.     float: left;
  581. }
  582. div.pagelist>div span {
  583.     padding: 4px;
  584.     display: inline-block;
  585. }
  586. div.pagelist div.pages {
  587.     padding: 4px;
  588. }
  589. div.pagelist div.pages a {
  590.     text-decoration: none!important;
  591. }
  592. div.pagelist form {
  593.     display: inline;
  594. }
  595. div.pagelist div.cataloglink {
  596.     border-left: 1px solid #111;
  597.     padding-left: 12px;
  598.     margin-left: 7px;
  599. }
  600. .bottomCtrl {
  601.     float: right;
  602.     margin-top: 2px;
  603. }
  604. input[type=password] {
  605.     width: 50px;
  606.     text-align: center;
  607. }
  608. div.deleteform input[type=checkbox] {
  609.     margin: 1px 2px 1px 2px;
  610. }
  611. .stylechanger {
  612.     margin-left: 5px;
  613.     font-size: 10pt;
  614. }
  615. div#boardNavDesktopFoot {
  616.     font-size: 9pt;
  617.     color: #c5c8c6;
  618.     clear: both;
  619.     padding-top: 10px;
  620.     padding-bottom: 3px;
  621. }
  622. div#boardNavDesktopFoot a {
  623.     font-weight: normal;
  624.     padding: 1px;
  625.     text-decoration: none;
  626.     color: #81a2be;
  627. }
  628. div.homelink {
  629.     float: right;
  630. }
  631. div#absbot {
  632.     text-align: center;
  633.     font-size: x-small!important;
  634.     padding-bottom: 4px;
  635.     padding-top: 10px;
  636.     color: #c5c8c6;
  637. }
  638. #recaptcha_response_field {
  639.     padding: 0px;
  640. }
  641. table {
  642.     border-spacing: 1px;
  643.     margin-left: auto;
  644.     margin-right: auto;
  645. }
  646. table.postForm>tbody>tr>td:first-child {
  647.     background-color: #282a2e;
  648.     color: #c5c8c6;
  649.     font-weight: bold;
  650.     border: 1px solid #111;
  651.     padding: 0 5px;
  652.     font-size: 10pt;
  653. }
  654. tr.rules td {
  655.     border: 0px!important;
  656.     background-color: transparent!important;
  657.     font-weight: normal!important;
  658. }
  659. td {
  660.     margin: 0px;
  661.     padding: 0px;
  662.     font-size: 10pt;
  663. }
  664. input[type=text],
  665. table.postForm>tbody textarea,
  666. input[type="password"],
  667. #recaptcha_response_field {
  668.     margin: 0px;
  669.     margin-right: 2px;
  670.     padding: 2px 4px 3px 4px;
  671.     border: 1px solid #AAA;
  672.     outline: none;
  673.     font-family: arial, helvetica, sans-serif;
  674.     font-size: 10pt;
  675. }
  676. #recaptcha_response_field:not(:focus) {
  677.     border: 1px solid #AAA!important;
  678. }
  679. input[type=text]:focus,
  680. input[type=password]:focus,
  681. input:not([type]):focus,
  682. textarea:focus {
  683.     border: 1px solid #000!important;
  684. }
  685. table.postForm>tbody>tr>td>input[type=text] {
  686.     width: 244px;
  687. }
  688. table.postForm>tbody>tr>td>input[name="subject"] {
  689.     width: 300px;
  690. }
  691. .postblock {
  692.     background-color: #282A2E;
  693.     color: #c5c8c6;
  694.     font-weight: bold;
  695.     padding: 0 5px;
  696.     font-size: 10pt;
  697. }
  698. div.closed {
  699.     font-size: x-large;
  700.     text-align: center;
  701.     color: red;
  702.     font-weight: bold;
  703.     padding-top: 100px;
  704.     padding-bottom: 100px;
  705. }
  706. .arc-ads {
  707.     width: 300px;
  708.     margin: 30px auto -60px auto;
  709. }
  710. .arc-ads::after {
  711.     display: block;
  712.     content: '';
  713.     clear: both;
  714. }
  715. @media screen and (-webkit-min-device-pixel-ratio:0) {
  716.     tbody textarea {
  717.         margin-bottom: -3px!important;
  718.         width: 292px
  719.     }
  720. }
  721. .commentpostername {
  722.     font-weight: bold;
  723. }
  724. .identityIcon {
  725.     margin-bottom: -3px;
  726.     height: 16px;
  727.     width: 16px;
  728. }
  729. .stickyIcon {
  730.     margin-bottom: -1px;
  731.     padding-left: 2px;
  732.     height: 16px;
  733.     width: 16px;
  734. }
  735. .archivedIcon,
  736. .closedIcon {
  737.     margin-bottom: -1px;
  738.     margin-left: -1px;
  739.     height: 16px;
  740.     width: 16px;
  741. }
  742. .trashIcon {
  743.     width: 16px;
  744.     height: 16px;
  745.     margin-bottom: -2px;
  746. }
  747. .fileDeleted {
  748.     height: 13px;
  749.     width: 172px;
  750. }
  751. .fileDeletedRes {
  752.     height: 13px;
  753.     width: 127px;
  754. }
  755. .navSmall {
  756.     font-size: 90%;
  757. }
  758. .center {
  759.     text-align: center;
  760. }
  761. .bold {
  762.     font-weight: bold;
  763. }
  764. .smaller {
  765.     font-size: smaller;
  766. }
  767. .password {
  768.     font-size: smaller;
  769. }
  770. .passNotice {
  771.     font-size: smaller;
  772.     padding-left: 6px;
  773. }
  774. .qcDiv {
  775.     display: none;
  776. }
  777. .qcImg {
  778.     height: 1px;
  779.     width: 1px;
  780.     border: 0px;
  781. }
  782. .jpnFlag {
  783.     height: 11px;
  784.     width: 17px;
  785. }
  786. .globalMessage {
  787.     color: #c5c8c6;
  788.     text-align: center;
  789. }
  790. .highlightPost:not(.op) {
  791.     background: #3A171C!important;
  792.     border-color: #3A171C!important;
  793. }
  794. .hand {
  795.     cursor: pointer;
  796. }
  797. .reply:target,
  798. .reply.highlight {
  799.     background: #1D1D21!important;
  800.     border: 1px solid #111!important;
  801.     padding: 2px;
  802. }
  803. span.capcodeAdmin span.name,
  804. span.capcodeAdmin span.name a,
  805. span.capcodeAdmin span.postertrip,
  806. span.capcodeAdmin strong.capcode {
  807.     color: #F00!important;
  808. }
  809. span.capcodeFounder span.name,
  810. span.capcodeFounder span.name a,
  811. span.capcodeFounder span.postertrip,
  812. span.capcodeFounder strong.capcode {
  813.     color: #117743!important;
  814. }
  815. span.capcodeMod span.name,
  816. span.capcodeMod span.name a,
  817. span.capcodeMod span.postertrip,
  818. span.capcodeMod strong.capcode {
  819.     color: #81a2be!important;
  820. }
  821. span.capcodeDeveloper span.name,
  822. span.capcodeDeveloper span.name a,
  823. span.capcodeDeveloper span.postertrip,
  824. span.capcodeDeveloper strong.capcode {
  825.     color: #0000F0!important;
  826. }
  827. span.capcodeManager span.name,
  828. span.capcodeManager span.name a,
  829. span.capcodeManager span.postertrip,
  830. span.capcodeManager strong.capcode {
  831.     color: #FF0080!important;
  832. }
  833. span.capcodeVerified span.name,
  834. span.capcodeVerified span.name a,
  835. span.capcodeVerified span.postertrip,
  836. span.capcodeVerified strong.capcode {
  837.     color: #007FFF!important;
  838. }
  839. #reportTypes a,
  840. .useremail {
  841.     text-decoration: underline;
  842. }
  843. .omittedposts,
  844. .abbr {
  845.     color: #707070;
  846. }
  847. span.spoiler {
  848.     color: #000!important;
  849.     background: #000!important;
  850. }
  851. span.spoiler:hover,
  852. span.spoiler:focus {
  853.     color: #fff!important;
  854. }
  855. s,
  856. s a:not(:hover) {
  857.     color: #000!important;
  858.     background: #000!important;
  859.     text-decoration: none;
  860. }
  861. s:hover,
  862. s:focus,
  863. s:hover a {
  864.     color: #fff!important;
  865. }
  866. s:hover a {
  867.     text-decoration: underline;
  868. }
  869. table.exif {
  870.     display: none;
  871.     min-width: 450px;
  872. }
  873. table.exif td {
  874.     color: #999;
  875.     min-width: 150px;
  876.     font-size: 8pt;
  877. }
  878. table.exif td b {
  879.     text-decoration: underline;
  880. }
  881. div.posthover {
  882.     max-width: 400px;
  883.     margin-left: 20px;
  884. }
  885. div.posthover {
  886.     padding: 5px;
  887.     padding-left: 10px;
  888.     padding-right: 10px;
  889. }
  890. div.posthover a.fileThumb {
  891.     margin-left: 5px!important;
  892.     margin-right: 10px!important;
  893. }
  894. div.posthover blockquote {
  895.     margin: 5px;
  896. }
  897. div.posthover img[data-md5] {
  898.     max-width: 80px;
  899.     max-height: 80px;
  900.     height: auto!important;
  901.     width: auto!important;
  902. }
  903. div.posthover div.fileThumb {
  904.     margin-left: 0px!important;
  905.     margin-right: 10px!important;
  906. }
  907. #navtopright,
  908. #navbotright {
  909.     float: right;
  910. }
  911. .preview {
  912.     background: #282a2e;
  913.     border: 1px solid #333!important;
  914. }
  915. .qrWindow table.postForm>tbody>tr>td:first-child {
  916.     background-color: #232428;
  917. }
  918. #settingsBox {
  919.     position: absolute;
  920.     right: 10px;
  921.     margin-top: 10px;
  922. }
  923. div.backlink {
  924.     font-size: x-small!important;
  925.     padding-left: 10px;
  926.     padding-bottom: 5px;
  927.     padding-right: 10px;
  928. }
  929. .backlink span {
  930.     padding-right: 5px;
  931. }
  932. .backlinkHr hr {
  933.     border-top-color: #1d1f21;
  934. }
  935. .persistentNav,
  936. div#boardNavMobile {
  937.     padding: 2px 4px;
  938.     background-color: #282a2e;
  939.     overflow: hidden;
  940.     border-bottom: 2px solid #111;
  941.     position: fixed;
  942.     top: 0px;
  943.     left: 0px;
  944.     right: 0px;
  945.     font-size: 12px;
  946.     z-index: 9001;
  947. }
  948. div#boardNavMobile select,
  949. div#boardNavMobile option {
  950.     font-size: 11px;
  951. }
  952. div.boardSelect {
  953.     float: left;
  954. }
  955. div.boardSelect>strong {
  956.     padding-right: 5px;
  957. }
  958. div.pageJump {
  959.     float: right;
  960.     padding-right: 5px;
  961.     padding-top: 3px;
  962. }
  963. .pageJump a {
  964.     text-decoration: none;
  965.     padding-right: 5px;
  966. }
  967. div.qrWindow {
  968.     position: absolute;
  969.     z-index: 8000;
  970. }
  971. div.qrHeader {
  972.     padding: 2px;
  973.     font-size: small;
  974.     text-align: center;
  975. }
  976. div.qrForm {
  977.     padding: 3px;
  978. }
  979. span.qrButtonHolder {
  980.     position: absolute;
  981.     right: 5px;
  982.     text-align: right;
  983.     top: 3px;
  984. }
  985. span.qrButtonHolder a {
  986.     text-decoration: none;
  987. }
  988. span.qrButtonHolder img {
  989.     cursor: pointer;
  990.     margin-bottom: -1px;
  991.     margin-top: 1px;
  992. }
  993. .extButton img {
  994.     margin-top: 3px;
  995.     margin-bottom: -3px;
  996.     margin-left: 4px;
  997. }
  998. .qrMessage {
  999.     padding: 2px;
  1000.     text-align: center;
  1001. }
  1002. .op .backlinkHr {
  1003.     width: 55%;
  1004. }
  1005. .useremail:not(:hover) .name,
  1006. .useremail:not(:hover) .postertrip {
  1007.     color: #81a2be!important;
  1008. }
  1009. .useremail .name:hover,
  1010. .useremail .postertrip:hover {
  1011.     color: #5F89AC!important;
  1012. }
  1013. img.expandedImg {
  1014.     max-width: none!important;
  1015.     max-height: none!important;
  1016. }
  1017. #captchaContainer>img {
  1018.     float: left;
  1019.     border: 1px solid #aaa;
  1020.     margin-bottom: 1px;
  1021. }
  1022. #captchaInfo {
  1023.     float: left;
  1024.     margin-left: 5px;
  1025.     visibility: hidden;
  1026. }
  1027. #captchaResponse {
  1028.     width: 292px;
  1029. }
  1030. .prettyprint {
  1031.     border: none!important;
  1032.     background-color: #fff;
  1033.     padding: 5px!important;
  1034.     display: inline-block;
  1035.     max-height: 400px;
  1036.     overflow-x: auto;
  1037.     max-width: 600px;
  1038.     margin: 0;
  1039. }
  1040. .prettyprint {
  1041.     background-color: rgba(255, 255, 255, .1);
  1042.     border: 1px solid rgba(0, 0, 0, 0.5);
  1043. }
  1044. span.tag {
  1045.     color: #5F89AC;
  1046. }
  1047. span.pun {
  1048.     color: #72814D;
  1049. }
  1050. span.com {
  1051.     color: #BB6793;
  1052. }
  1053. span.str {
  1054.     color: #8EA062;
  1055. }
  1056. span.kwd {
  1057.     color: #81a2be;
  1058. }
  1059. span.typ {
  1060.     color: #b294bb;
  1061. }
  1062. span.lit {
  1063.     color: #6E9B89;
  1064. }
  1065. span.pln {
  1066.     color: #c5c8c6;
  1067. }
  1068. #captchaContainer {
  1069.     overflow: hidden;
  1070. }
  1071. #captchaContainer>img {
  1072.     float: left;
  1073.     border: 1px solid #aaa;
  1074.     margin-bottom: 1px;
  1075. }
  1076. #captchaInfo {
  1077.     float: left;
  1078.     margin-left: 5px;
  1079.     visibility: hidden;
  1080. }
  1081. #captchaResponse {
  1082.     width: 292px;
  1083. }
  1084. .embed {
  1085.     position: absolute;
  1086.     width: 0px;
  1087.     height: 0px;
  1088.     overflow: hidden;
  1089. }
  1090. table.flashListing td.postblock {
  1091.     padding: 5px;
  1092.     text-align: center;
  1093. }
  1094. table.flashListing td {
  1095.     padding: 2px;
  1096.     font-size: 9pt;
  1097. }
  1098. table.flashListing td:not(.subject) {
  1099.     text-align: center;
  1100. }
  1101. table.flashListing .name {
  1102.     color: #C5C8C6;
  1103.     font-weight: bold;
  1104. }
  1105. table.flashListing .postertrip {
  1106.     color: #C5C8C6;
  1107. }
  1108. table.flashListing .subject {
  1109.     color: #B294BB;
  1110.     font-weight: bold;
  1111. }
  1112. table.flashListing tr:nth-of-type(odd) {
  1113.     background-color: rgba(255, 255, 255, .1);
  1114. }
  1115. input[type="text"],
  1116. input[type="password"],
  1117. textarea {
  1118.     -webkit-appearance: none;
  1119.     -webkit-border-radius: 0;
  1120. }
  1121. .countryFlag {
  1122.     padding-top: 1px;
  1123.     margin-bottom: -1px;
  1124. }
  1125. .deadlink {
  1126.     text-decoration: line-through;
  1127. }
  1128. .oldpost {
  1129.     color: #c5c8c6;
  1130.     font-weight: bold;
  1131. }
  1132. #enable-mobile {
  1133.     font-size: small!important;
  1134. }
  1135. #disable-mobile {
  1136.     font-size: small!important;
  1137. }
  1138. .mFileInfo {
  1139.     padding-top: 5px;
  1140.     text-align: center;
  1141.     color: #707070!important;
  1142.     font-size: 9pt!important;
  1143.     text-decoration: none!important;
  1144. }
  1145. .name-col,
  1146. .file-col,
  1147. table.flashListing .subject {
  1148.     max-width: 250px;
  1149.     overflow: hidden;
  1150.     text-overflow: ellipsis;
  1151.     white-space: nowrap;
  1152.     word-wrap: break-word;
  1153. }
  1154. .ad-plea {
  1155.     margin-top: 2px;
  1156.     text-align: center;
  1157.     font-size: smaller;
  1158. }
  1159. .ad-plea a {
  1160.     text-decoration: none;
  1161. }
  1162. .fileText a {
  1163.     text-decoration: underline;
  1164. }
  1165. #search-box {
  1166.     height: 16px;
  1167.     line-height: 16px;
  1168.     margin-left: 2px;
  1169.     padding: 0 2px;
  1170.     width: 120px;
  1171. }
  1172. #blotter {
  1173.     width: 468px;
  1174.     margin: auto;
  1175. }
  1176. #blotter td {
  1177.     vertical-align: top;
  1178.     font-size: 11px;
  1179. }
  1180. .blotter-date {
  1181.     width: 50px;
  1182.     text-align: center;
  1183. }
  1184. #blotter tfoot {
  1185.     text-align: right;
  1186. }
  1187. .redtxt {
  1188.     color: red;
  1189. }
  1190. #blotter-msgs s {
  1191.     background-color: inherit!important;
  1192.     color: inherit!important;
  1193.     text-decoration: line-through;
  1194. }
  1195. #postForm textarea {
  1196.     width: 292px;
  1197. }
  1198. #postForm {
  1199.     width: 468px;
  1200.     display: none;
  1201. }
  1202. #togglePostFormLink {
  1203.     font-size: 22px;
  1204.     font-weight: bold;
  1205.     text-align: center;
  1206. }
  1207. .fileWebm:hover:before {
  1208.     background-color: rgba(0, 0, 0, 0.75);
  1209.     color: #FFF;
  1210.    
  1211.     font-weight: bold;
  1212.     line-height: 18px;
  1213.     padding: 0 3px 0 2px;
  1214.     position: absolute;
  1215.     content: 'webm';
  1216.     display: block;
  1217.     font-size: 11px;
  1218.     text-decoration: none;
  1219. }
  1220. .expandedWebm {
  1221.     margin: 3px 20px 5px;
  1222. }
  1223. #tooltip {
  1224.     position: absolute;
  1225.     background-color: #000;
  1226.     font-size: 11px;
  1227.     line-height: 13px;
  1228.     padding: 3px 6px;
  1229.     z-index: 100000;
  1230.     word-wrap: break-word;
  1231.     white-space: pre-line;
  1232.     max-width: 400px;
  1233.     color: #fff;
  1234.     text-align: center;
  1235. }
  1236. .tip-top-left:before,
  1237. .tip-top-right:before,
  1238. .tip-top:before {
  1239.     content: "";
  1240.     display: block;
  1241.     width: 0;
  1242.     height: 0;
  1243.     position: absolute;
  1244.     border-left: 4px solid transparent;
  1245.     border-right: 4px solid transparent;
  1246.     border-top: 4px solid #181f24;
  1247.     margin-left: -4px;
  1248.     bottom: -4px;
  1249. }
  1250. .tip-top:before {
  1251.     left: 50%;
  1252. }
  1253. .tip-top-right:before {
  1254.     left: 2px;
  1255.     margin-left: 0;
  1256. }
  1257. .tip-top-left:before {
  1258.     right: 2px;
  1259. }
  1260. #postFile {
  1261.     margin-right: 10px;
  1262.     width: 200px;
  1263. }
  1264. .dd-menu {
  1265.     position: absolute;
  1266.     font-size: 12px;
  1267.     line-height: 1.3em;
  1268. }
  1269. .dd-menu a {
  1270.     text-decoration: none;
  1271.     color: inherit!important;
  1272.     display: block;
  1273. }
  1274. .dd-menu ul {
  1275.     background-color: #282A2E;
  1276.     border: 1px solid #000;
  1277.     border-bottom: none;
  1278.     list-style: none;
  1279.     padding: 0;
  1280.     margin: 0;
  1281.     white-space: nowrap;
  1282. }
  1283. .dd-menu ul ul {
  1284.     display: none;
  1285.     position: absolute;
  1286. }
  1287. .dd-menu li {
  1288.     cursor: pointer;
  1289.     position: relative;
  1290.     padding: 2px 4px;
  1291.     vertical-align: middle;
  1292.     border-bottom: 1px solid #000;
  1293. }
  1294. .dd-menu li:hover {
  1295.     background-color: #1D1F21;
  1296. }
  1297. .dd-menu li:hover ul {
  1298.     display: block;
  1299.     left: 100%;
  1300.     margin-top: -3px;
  1301. }
  1302. .dd-menu.dd-menu-left li:hover ul {
  1303.     left: auto;
  1304.     right: 100%;
  1305. }
  1306. .blink {
  1307.     -webkit-animation: blink 1.5s step-end infinite;
  1308.     -moz-animation: blink 1.5s step-end infinite;
  1309.     -o-animation: blink 1.5s step-end infinite;
  1310.     animation: blink 1.5s step-end infinite;
  1311. }
  1312. @-webkit-keyframes blink {
  1313.     50% {
  1314.         opacity: 0
  1315.     }
  1316. }
  1317. @-moz-keyframes blink {
  1318.     50% {
  1319.         opacity: 0
  1320.     }
  1321. }
  1322. @-o-keyframes blink {
  1323.     50% {
  1324.         opacity: 0
  1325.     }
  1326. }
  1327. @keyframes blink {
  1328.     50% {
  1329.         opacity: 0
  1330.     }
  1331. }
  1332. /*end shit*/
  1333. /* Font */
  1334. /*a.watch-thread-link::before {
  1335.     content: "â—‰";
  1336.     color: #fff;
  1337. }*/
  1338. .entry {
  1339.     color: #81a2be!important;
  1340. }
  1341. .watch-thread-link {
  1342.     filter: invert(100%);
  1343. }
  1344. @font-face {
  1345.     font-family: 'Roboto';
  1346.     src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  1347.     unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  1348. }
  1349. @font-face {
  1350.     font-family: 'Roboto';
  1351.     src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
  1352.     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  1353. }
  1354. /* md2016.css */
  1355.  
  1356. #fourchanx-settings {
  1357.     background: #252525
  1358. }
  1359. .button {
  1360.     color: #81a2be!important;
  1361.     font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  1362.     font-size: 14px;
  1363. }
  1364. .button:hover {
  1365.     color: rgb(83, 109, 254)!important;
  1366.     text-decoration: underline!important;
  1367. }
  1368. .panel {
  1369.     background: #252525;
  1370. }
  1371. :root.yotsuba .suboption-list > div:last-of-type {
  1372.     background-color: #252525;
  1373. }
  1374. :root.yotsuba-b .suboption-list > div:last-of-type {
  1375.     background-color: #252525;
  1376. }
  1377. :root.yotsuba-b #header-bar {
  1378.     color: #fff;
  1379.     border-color: #222;
  1380. }
  1381. :root.yotsuba-b #header-bar.dialog {
  1382.     background-color: #111;
  1383. }
  1384. :root.yotsuba-b .dialog {
  1385.     background-color: #111;
  1386.     border-style: none;
  1387. }
  1388. .qr-link-container + #togglePostFormLink {
  1389.     visibility: collapse;
  1390. }
  1391. :root.yotsuba-b .qr-link {
  1392.     border-style: none;
  1393.     background: none!important;
  1394.     font-size: 14pt;
  1395.     color: #81A2BE;
  1396. }
  1397. :root.yotsuba #header-bar {
  1398.     color: #fff;
  1399.     border-color: #222;
  1400. }
  1401. :root.yotsuba #header-bar.dialog {
  1402.     background-color: #111;
  1403. }
  1404. :root.yotsuba .dialog {
  1405.     background-color: #111;
  1406.     border-style: none;
  1407. }
  1408. :root.yotsuba .qr-link {
  1409.     border-style: none;
  1410.     background: none!important;
  1411.     font-size: 14pt;
  1412.     color: #81A2BE;
  1413. }
  1414. .center {
  1415.     visibility: hidden;
  1416.     height: 0px;
  1417. }
  1418. .party-hat {
  1419.     visibility: hidden;
  1420.     left: 0;
  1421.     margin-top: -80px;
  1422.     position: absolute;
  1423.     pointer-events: none;
  1424. }
  1425. body {
  1426.     background: #222;
  1427.     color: #c5c8c6;
  1428.     font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  1429.     font-size: 14px;
  1430.     font-weight: 400;
  1431.     line-height: 20px;
  1432.     padding: 0;
  1433.     margin: 0;
  1434. }
  1435. .board {
  1436.     background: #222;
  1437.     margin-bottom: 50px;
  1438.     padding-bottom: 25px;
  1439. }
  1440. .is_index .board {
  1441.     padding-bottom: 50px;
  1442. }
  1443. a,
  1444. a:visited,
  1445. .quoteLink,
  1446. .quotelink,
  1447. .deadlink,
  1448. div#boardNavMobile .pageJump a,
  1449. .persistentNav .pageJump a,
  1450. .summary a.replylink,
  1451. div.post div.postInfo span.subject {
  1452.     color: #ccc;
  1453.     font-weight: bold;
  1454. }
  1455. div.postInfo span.postNum a:visited,
  1456. div.post div.postInfo span.postNum a.replylink,
  1457. #totop span,
  1458. #tobottom span {
  1459.     color: rgb(83, 109, 254)!important;
  1460.     text-decoration: none!important;
  1461. }
  1462. a:hover,
  1463. .quoteLink:hover,
  1464. .quotelink:hover,
  1465. .deadlink:hover,
  1466. .summary a.replylink:hover,
  1467. .persistentNav .pageJump a:hover,
  1468. div#boardNavMobile .pageJump a:hover,
  1469. div.post div.postInfo span.postNum a:hover,
  1470. .posteruid .hand:hover,
  1471. #totop span:hover,
  1472. #tobottom span:hover {
  1473.     color: rgb(83, 109, 254)!important;
  1474.     text-decoration: underline!important;
  1475. }
  1476. .postInfo a.postMenuBtn,
  1477. .postInfo a.postMenuBtn:hover {
  1478.     color: rgb(83, 109, 254)!important;
  1479.     text-decoration: none!important;
  1480. }
  1481. div.postContainer {
  1482.     display: block;
  1483.     width: 80%;
  1484.     margin: 15px auto 0 auto;
  1485. }
  1486. .thread {
  1487.     margin-top: 30px!important;
  1488.     padding-top: 15px;
  1489. }
  1490. /*.thread:first-child {
  1491.     padding-top: 0;
  1492.     border-top: none;
  1493. }*/
  1494.  
  1495. .md-plus-btn {
  1496.     border-radius: 50%;
  1497.     font-size: 24px;
  1498.     height: 56px;
  1499.     margin: auto;
  1500.     min-width: 56px;
  1501.     width: 56px;
  1502.     padding: 0;
  1503.     overflow: hidden;
  1504.     box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
  1505.     line-height: normal;
  1506.     position: fixed;
  1507.     right: 25px;
  1508.     bottom: 25px;
  1509. }
  1510. div.boardBanner>div.boardTitle {
  1511.     margin-top: 40px;
  1512.     font-size: 36px;
  1513.     color: #fff;
  1514.     margin-bottom: 40px;
  1515.     font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  1516.     font-weight: normal;
  1517.     letter-spacing: 0;
  1518. }
  1519. :-ms-input-placeholder {
  1520.     color: rgba(0, 0, 0, .35)
  1521. }
  1522. ::-webkit-input-placeholder {
  1523.     color: rgba(0, 0, 0, .35)
  1524. }
  1525. :-moz-placeholder {
  1526.     color: rgba(0, 0, 0, .35)
  1527. }
  1528. ::-moz-placeholder {
  1529.     color: rgba(0, 0, 0, .35)
  1530. }
  1531. #togglePostFormLink,
  1532. .ad-plea,
  1533. #blotter tfoot td,
  1534. #ctrl-top,
  1535. div.post div.postInfo span.postNum,
  1536. div.pagelist div.pages {
  1537.     color: transparent;
  1538. }
  1539. table.postForm>tbody>tr>td:first-child,
  1540. .thread-stats {
  1541.     color: #fff;
  1542. }
  1543. .postInfo .backlink a.quotelink,
  1544. .postInfo .backlink a.quotelink:hover {
  1545.     color: rgb(83, 109, 254)!important;
  1546. }
  1547. input[type="text"] {
  1548.     border: none!important;
  1549.     border-bottom: 1px solid rgba(0, 0, 0, .12)!important;
  1550.     font-size: 14px!important;
  1551.     font-family: "Helvetica", "Arial", sans-serif;
  1552.     padding: 4px!important;
  1553.     -webkit-transition: border-bottom-color 0.2s;
  1554.     transition: border-bottom-color 0.2s;
  1555. }
  1556. input[type="text"]:focus,
  1557. #quickReply input[type="submit"]:focus {
  1558.     border: 0!important;
  1559.     border-bottom: 1px solid rgb(83, 109, 254)!important;
  1560. }
  1561. .tomorrow .extPanel,
  1562. .recaptcha_input_area #recaptcha_response_field {
  1563.     border: 0!important;
  1564. }
  1565. input[type="submit"],
  1566. button {
  1567.     border: none!important;
  1568.     border-radius: 2px!important;
  1569.     position: relative;
  1570.     height: 28px;
  1571.     min-width: 64px;
  1572.     display: inline-block;
  1573.     text-transform: uppercase;
  1574.     outline: none;
  1575.     cursor: pointer;
  1576.     background: rgb(83, 109, 254)!important;
  1577.     color: #fff;
  1578.     font-size: 14px;
  1579.     font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  1580.     line-height: 28px;
  1581.     margin-left: 8px;
  1582. }
  1583. #qrCaptchaContainerAlt {
  1584.     margin-bottom: 8px;
  1585. }
  1586. #postForm input[type="text"] {
  1587.     margin: 4px 0;
  1588. }
  1589. #postForm td:first-child {
  1590.     text-align: right;
  1591.     padding-right: 10px;
  1592. }
  1593. textarea {
  1594.     border: 0!important
  1595. }
  1596. textarea:focus {
  1597.     border: 0!important
  1598. }
  1599. table#postForm td {
  1600.     background: transparent;
  1601.     border: 0;
  1602.     font-weight: normal;
  1603. }
  1604. #toggleMsgBtn {
  1605.     margin-left: 5px!important;
  1606. }
  1607. .rules {
  1608.     text-align: center;
  1609. }
  1610. #qrHeader {
  1611.     background: #676767!important;
  1612.     color: #fff!important;
  1613. }
  1614. #qrHeader a {
  1615.     color: #fff!important;
  1616. }
  1617. #search-box {
  1618.     height: inherit;
  1619.     line-height: inherit;
  1620.     margin: 0;
  1621.     padding: inherit;
  1622. }
  1623. #ctrl-top {
  1624.     padding-bottom: 10px;
  1625.     padding-top: 10px;
  1626.     text-align: center;
  1627. }
  1628. .reply:target,
  1629. .reply.highlight {
  1630.     background: #151515!important;
  1631.     padding: 10px!important;
  1632.     border: 1px solid #fff!important;
  1633. }
  1634. .navLinks+hr,
  1635. .open-qr-wrap,
  1636. .board hr,
  1637. #bannerCnt,
  1638. #ctrl-top+hr,
  1639. #ctrl-top>hr {
  1640.     display: none;
  1641. }
  1642. .navLinks {
  1643.     padding-bottom: 8px;
  1644.     color: transparent;
  1645.     width: 80%;
  1646.     margin: auto;
  1647. }
  1648. .navLinks label {
  1649.     color: rgb(83, 109, 254);
  1650. }
  1651. .navLinks label+span {
  1652.     color: #fff;
  1653. }
  1654. .navLinksBot {
  1655.     margin-top: 30px;
  1656.     text-align: left;
  1657. }
  1658. div#boardNavDesktop,
  1659. div#boardNavDesktopFoot,
  1660. div#boardNavMobile {
  1661.     background: #050505;
  1662.     padding: 5px 10px;
  1663.     box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .08), 0 3px 1px -2px rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .04);
  1664.     margin-bottom: 25px;
  1665.     color: transparent;
  1666.     font-size: 14px;
  1667. }
  1668. div#boardNavMobile {
  1669.     color: #fff;
  1670.     border: 0;
  1671. }
  1672. div#boardNavDesktopFoot {
  1673.     margin-bottom: 0;
  1674.     margin-top: 25px;
  1675.     padding-top: 25px;
  1676.     padding-bottom: 25px;
  1677. }
  1678. div#boardNavDesktop a,
  1679. div#boardNavDesktopFoot a {
  1680.     margin-left: -3px;
  1681.     margin-right: -3px;
  1682.     padding: 0;
  1683. }
  1684. .persistentNav .pageJump a {
  1685.     margin: 0;
  1686.     padding-right: 5px;
  1687. }
  1688. div.pagelist {
  1689.     background: #111;
  1690.     margin-top: 25px;
  1691.     margin-bottom: 25px;
  1692.     border: 0;
  1693.     box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
  1694.     margin-left: 25px;
  1695.     padding: 8px;
  1696.     border-radius: 2px;
  1697. }
  1698. div#absbot {
  1699.     background: #111;
  1700.     color: #ccc;
  1701. }
  1702. div#absbot #footer-links a {
  1703.     text-decoration: none!important;
  1704.     color: rgb(83, 109, 254)!important;
  1705. }
  1706. div#absbot #footer-links a:hover {
  1707.     text-decoration: underline!important;
  1708. }
  1709. .bottomCtrl {
  1710.     display: none
  1711. }
  1712. .ad-plea-bottom+hr {
  1713.     display: none;
  1714. }
  1715. div#boardNavDesktopFoot {
  1716.     margin-bottom: 0;
  1717. }
  1718. div.post,
  1719. .extPanel,
  1720. div.reply,
  1721. .dd-menu ul {
  1722.     background: #050505;
  1723.     border-radius: 2px;
  1724.     box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
  1725.     border: none;
  1726. }
  1727. div.pagelist div.cataloglink {
  1728.     border: 0;
  1729. }
  1730. div.post {
  1731.     max-width: 75%;
  1732.     margin: 0;
  1733.     padding: 10px;
  1734. }
  1735. .dd-menu li {
  1736.     padding: 6px 10px!important;
  1737.     border: 0!important;
  1738. }
  1739. .dd-menu li:hover {
  1740.     background-color: #eee!important;
  1741. }
  1742. #quote-preview {
  1743.     border: 0!important;
  1744.     padding: 10px!important;
  1745. }
  1746. div.op {
  1747.     display: block;
  1748.     max-width: none;
  1749. }
  1750. .fileText {
  1751.     color: #fff;
  1752.     font-size: 12px;
  1753.     margin-top: 2px;
  1754. }
  1755. .op .fileText {
  1756.     margin-top: -5px;
  1757.     margin-bottom: 5px;
  1758. }
  1759. .fileText a {
  1760.     color: #fff!important;
  1761.     text-decoration: none;
  1762. }
  1763. .posteruid,
  1764. .dateTime {
  1765.     color: #fff;
  1766. }
  1767. .postInfo input[type="checkbox"] {
  1768.     display: none;
  1769. }
  1770. div.sideArrows {
  1771.     display: none;
  1772. }
  1773. div.post:after {
  1774.     display: block;
  1775.     content: ' ';
  1776.     clear: both;
  1777. }
  1778. div.post div.file .fileThumb img {
  1779.     object-fit: cover;
  1780. }
  1781. .expanded-image {
  1782.     clear: none!important;
  1783. }
  1784. /*div.reply div.file .fileThumb img:not(.expanded-thumb) img:not(.full-image) {
  1785.     width: 75px!important;
  1786.     height: 75px!important;
  1787. }
  1788. div.op div.file .fileThumb img:not(.expanded-thumb) img:not(.full-image) {
  1789.     width: 150px!important;
  1790.     height: 150px!important;
  1791. }*/
  1792.  
  1793. .postMessage {
  1794.     margin-left: 20px;
  1795.     margin-top: 5px;
  1796. }
  1797. #boardNavDesktop::after {
  1798.     content: ' ';
  1799.     display: block;
  1800.     clear: both;
  1801. }
  1802. span.summary {
  1803.     border-radius: 0 0 2px 2px;
  1804.     background-color: #050505;
  1805.     width: 80%;
  1806.     display: block;
  1807.     margin: -1px auto 0 auto;
  1808.     box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
  1809.     border-top: 1px solid rgba(0, 0, 0, 0.1);
  1810.     text-indent: 10px;
  1811.     padding: 10px 0;
  1812. }
  1813. /* Fixes */
  1814.  
  1815. input:focus,
  1816. textarea:focus {
  1817.     border: 0!important;
  1818. }
  1819. /*#togglePostFormLink a::after,
  1820. .navLinksBot [href="#top"]::after,
  1821. #totop::after {
  1822.     background: #050505;
  1823.     box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
  1824.     position: fixed;
  1825.     right: 25px;
  1826.     bottom: 25px;
  1827.     display: inline-block;
  1828.     font-size: 24px;
  1829.     color: #fff;
  1830.     content: '+';
  1831.     width: 56px;
  1832.     height: 56px;
  1833.     line-height: 56px;
  1834.     vertical-align: middle;
  1835.     border-radius: 50%;
  1836.     font-weight: normal;
  1837.     text-align: center;
  1838.     cursor: pointer;
  1839. }
  1840. #togglePostFormLink a::after {
  1841.     z-index: 1;
  1842.     box-shadow: none;
  1843. }*/
  1844.  
  1845. .boardList a {
  1846.     font-size: 14px;
  1847.     display: inline-block;
  1848.     padding: 0 3px!important;
  1849.     margin: 0!important;
  1850. }
  1851. .postMenuBtn:hover {
  1852.     text-decoration: none!important;
  1853. }
  1854. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement