Guest User

Untitled

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