Advertisement
Guest User

8chan

a guest
Dec 10th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 36.06 KB | None | 0 0
  1.  
  2.  
  3. html {
  4.   -ms-text-size-adjust: 100%;
  5.   -webkit-text-size-adjust: 100%;
  6. }
  7.  
  8. html,
  9. body {
  10.   margin: 0;
  11.   padding: 0;
  12. }
  13.  
  14. article,
  15. aside,
  16. button,
  17. div,
  18. footer,
  19. form,
  20. header,
  21. input,
  22. main,
  23. nav,                
  24. section,
  25. textarea {
  26.   box-sizing: border-box;
  27.   display: block;
  28.   -moz-box-sizing: border-box;
  29.   -webkit-box-sizing: border-box;
  30. }
  31.  
  32. p,
  33. span {
  34.   box-sizing: border-box;
  35.   -moz-box-sizing: border-box;
  36.   -webkit-box-sizing: border-box;
  37. }
  38.  
  39. h1,
  40. h2,
  41. h3,
  42. h4,
  43. h5,
  44. h6 {
  45.   margin: 0;
  46. }
  47.  
  48. figcaption,
  49. figure {
  50.   display: block;
  51. }
  52.  
  53. figure {
  54.   margin: 1em 40px;
  55. }
  56.  
  57. hr {
  58.   box-sizing: content-box;
  59.   height: 0;
  60.   overflow: visible;
  61. }
  62.  
  63. pre {
  64.   font-family: monospace, monospace;
  65.   font-size: 1em;
  66. }
  67.  
  68. a {
  69.   background-color: transparent;
  70.   -webkit-text-decoration-skip: objects;
  71. }
  72.  
  73. a:active,
  74. a:hover {
  75.   outline-width: 0;
  76. }
  77.  
  78. abbr[title] {
  79.   border-bottom: none;
  80.   text-decoration: underline;
  81.   text-decoration: underline dotted;
  82. }
  83.  
  84. b,
  85. strong {
  86.   font-weight: inherit;
  87. }
  88.  
  89. b,
  90. strong {
  91.   font-weight: bolder;
  92. }
  93.  
  94. code,
  95. kbd,
  96. samp {
  97.   font-family: monospace, monospace;
  98.   font-size: 1em;
  99. }
  100.  
  101. dfn {
  102.   font-style: italic;
  103. }
  104.  
  105. mark {
  106.   background-color: #ff0;
  107.   color: #000;
  108. }
  109.  
  110. small {
  111.   font-size: 75%;
  112. }
  113.  
  114. sub,
  115. sup {
  116.   font-size: 75%;
  117.   line-height: 0;
  118.   position: relative;
  119.   vertical-align: baseline;
  120. }
  121.  
  122. sub {
  123.   bottom: -0.25em;
  124. }
  125.  
  126. sup {
  127.   top: -0.5em;
  128. }
  129.  
  130. audio,
  131. video {
  132.   display: inline-block;
  133. }
  134.  
  135. audio:not([controls]) {
  136.   display: none;
  137.   height: 0;
  138. }
  139.  
  140. img {
  141.   border-style: none;
  142. }
  143.  
  144. svg:not(:root) {
  145.   overflow: hidden;
  146. }
  147.  
  148. button,
  149. input,
  150. optgroup,
  151. select,
  152. textarea {
  153.   font-family: sans-serif;
  154.   font-size: 100%;
  155.   line-height: 1.0;
  156.   margin: 0;
  157. }
  158.  
  159. button,
  160. input {
  161.   overflow: visible;
  162. }
  163.  
  164. button,
  165. select {
  166.   text-transform: none;
  167. }
  168.  
  169. button,
  170. html [type="button"],
  171. [type="reset"],
  172. [type="submit"] {
  173.   -webkit-appearance: button;
  174. }
  175.  
  176. button::-moz-focus-inner,
  177. [type="button"]::-moz-focus-inner,
  178. [type="reset"]::-moz-focus-inner,
  179. [type="submit"]::-moz-focus-inner {
  180.   border-style: none;
  181.   padding: 0;
  182. }
  183.  
  184. button:-moz-focusring,
  185. [type="button"]:-moz-focusring,
  186. [type="reset"]:-moz-focusring,
  187. [type="submit"]:-moz-focusring {
  188.   outline: 1px dotted ButtonText;
  189. }
  190.  
  191. fieldset {
  192.   border: 1px solid #c0c0c0;
  193.   margin: 0 2px;
  194.   padding: 0.35em 0.625em 0.75em;
  195. }
  196.  
  197. legend {
  198.   box-sizing: border-box;
  199.   color: inherit;
  200.   display: table;
  201.   max-width: 100%;
  202.   padding: 0;
  203.   white-space: normal;
  204. }
  205.  
  206. progress {
  207.   display: inline-block;
  208.   vertical-align: baseline;
  209. }
  210.  
  211. textarea {
  212.   overflow: auto;
  213. }
  214.  
  215. [type="checkbox"],
  216. [type="radio"] {
  217.   box-sizing: border-box;
  218.   padding: 0;
  219. }
  220.  
  221. [type="number"]::-webkit-inner-spin-button,
  222. [type="number"]::-webkit-outer-spin-button {
  223.   height: auto;
  224. }
  225.  
  226. [type="search"] {
  227.   -webkit-appearance: textfield;
  228.   outline-offset: -2px;
  229. }
  230.  
  231. [type="search"]::-webkit-search-cancel-button,
  232. [type="search"]::-webkit-search-decoration {
  233.   -webkit-appearance: none;
  234. }
  235.  
  236. ::-webkit-file-upload-button {
  237.   -webkit-appearance: button;
  238.   font: inherit;
  239. }
  240.  
  241. details,
  242. menu {
  243.   display: block;
  244. }
  245.  
  246. summary {
  247.   display: list-item;
  248. }
  249.  
  250. canvas {
  251.   display: inline-block;
  252. }
  253.  
  254. template {
  255.   display: none;
  256. }
  257.  
  258. [hidden] {
  259.   display: none;
  260. }
  261.  
  262. @font-face {
  263.   font-family: "Love Letter";
  264.   font-style: normal;
  265.   font-weight: normal;
  266.   src: url("/fonts/lovelt-webfont.woff") format("woff");
  267. }
  268.  
  269. /* cyrillic */
  270. @font-face {
  271.   font-family: "Roboto";
  272.   font-style: italic;
  273.   font-weight: 400;
  274.   src: local("Roboto Italic"), local("Roboto-Italic"), url("/fonts/OpXUqTo0UgQQhGj_SFdLWBTbgVql8nDJpwnrE27mub0.woff2") format("woff2");
  275.   unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  276. }
  277.  
  278. /* latin */
  279. @font-face {
  280.   font-family: "Roboto";
  281.   font-style: italic;
  282.   font-weight: 400;
  283.   src: local("Roboto Italic"), local("Roboto-Italic"), url("/fonts/vPcynSL0qHq_6dX7lKVByfesZW2xOQ-xsNqO47m55DA.woff2") format("woff2");
  284.   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;
  285. }
  286.  
  287. /* cyrillic */
  288. @font-face {
  289.   font-family: "Roboto";
  290.   font-style: italic;
  291.   font-weight: 700;
  292.   src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("/fonts/t6Nd4cfPRhZP44Q5QAjcCzUj_cnvWIuuBMVgbX098Mw.woff2") format("woff2");
  293.   unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  294. }
  295.  
  296. /* latin */
  297. @font-face {
  298.   font-family: "Roboto";
  299.   font-style: italic;
  300.   font-weight: 700;
  301.   src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("/fonts/t6Nd4cfPRhZP44Q5QAjcC44P5ICox8Kq3LLUNMylGO4.woff2") format("woff2");
  302.   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;
  303. }
  304.  
  305. /* cyrillic */
  306. @font-face {
  307.   font-family: "Roboto";
  308.   font-style: normal;
  309.   font-weight: 400;
  310.   src: local("Roboto"), local("Roboto-Regular"), url("/fonts/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2") format("woff2");
  311.   unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  312. }
  313.  
  314. /* latin */
  315. @font-face {
  316.   font-family: "Roboto";
  317.   font-style: normal;
  318.   font-weight: 400;
  319.   src: local("Roboto"), local("Roboto-Regular"), url("/fonts/CWB0XYA8bzo0kSThX0UTuA.woff2") format("woff2");
  320.   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;
  321. }
  322.  
  323. /* cyrillic */
  324. @font-face {
  325.   font-family: "Roboto";
  326.   font-style: normal;
  327.   font-weight: 700;
  328.   src: local("Roboto Bold"), local("Roboto-Bold"), url("/fonts/isZ-wbCXNKAbnjo6_TwHThJtnKITppOI_IvcXXDNrsc.woff2") format("woff2");
  329.   unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  330. }
  331.  
  332. /* latin */
  333. @font-face {
  334.   font-family: "Roboto";
  335.   font-style: normal;
  336.   font-weight: 700;
  337.   src: local("Roboto Bold"), local("Roboto-Bold"), url("/fonts/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2") format("woff2");
  338.   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;
  339. }
  340.  
  341. /* cyrillic */
  342. @font-face {
  343.   font-family: "Roboto Mono";
  344.   font-style: italic;
  345.   font-weight: 400;
  346.   src: local("Roboto Mono Italic"), local("RobotoMono-Italic"), url("/fonts/mE0EPT_93c7f86_WQexR3OfhZE2STYI3KzBGzrJG_ik.woff2") format("woff2");
  347.   unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  348. }
  349.  
  350. /* latin */
  351. @font-face {
  352.   font-family: "Roboto Mono";
  353.   font-style: italic;
  354.   font-weight: 400;
  355.   src: local("Roboto Mono Italic"), local("RobotoMono-Italic"), url("/fonts/mE0EPT_93c7f86_WQexR3Mu2Q0OS-KeTAWjgkS85mDg.woff2") format("woff2");
  356.   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;
  357. }
  358.  
  359. /* cyrillic */
  360. @font-face {
  361.   font-family: "Roboto Mono";
  362.   font-style: italic;
  363.   font-weight: 700;
  364.   src: local("Roboto Mono Bold Italic"), local("RobotoMono-BoldItalic"), url("/fonts/1OsMuiiO6FCF2x67vzDKA4NNZfQjdGza5CVL5EXb104.woff2") format("woff2");
  365.   unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  366. }
  367.  
  368. /* latin */
  369. @font-face {
  370.   font-family: "Roboto Mono";
  371.   font-style: italic;
  372.   font-weight: 700;
  373.   src: local("Roboto Mono Bold Italic"), local("RobotoMono-BoldItalic"), url("/fonts/1OsMuiiO6FCF2x67vzDKA49ObOXPY1wUIXqKtDjSdsY.woff2") format("woff2");
  374.   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;
  375. }
  376.  
  377. /* cyrillic */
  378. @font-face {
  379.   font-family: "Roboto Mono";
  380.   font-style: normal;
  381.   font-weight: 400;
  382.   src: local("Roboto Mono"), local("RobotoMono-Regular"), url("/fonts/hMqPNLsu_dywMa4C_DEpYzUj_cnvWIuuBMVgbX098Mw.woff2") format("woff2");
  383.   unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  384. }
  385.  
  386. /* latin */
  387. @font-face {
  388.   font-family: "Roboto Mono";
  389.   font-style: normal;
  390.   font-weight: 400;
  391.   src: local("Roboto Mono"), local("RobotoMono-Regular"), url("/fonts/hMqPNLsu_dywMa4C_DEpY44P5ICox8Kq3LLUNMylGO4.woff2") format("woff2");
  392.   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;
  393. }
  394.  
  395. /* cyrillic */
  396. @font-face {
  397.   font-family: "Roboto Mono";
  398.   font-style: normal;
  399.   font-weight: 700;
  400.   src: local("Roboto Mono Bold"), local("RobotoMono-Bold"), url("/fonts/N4duVc9C58uwPiY8_59Fzy_vZmeiCMnoWNN9rHBYaTc.woff2") format("woff2");
  401.   unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  402. }
  403.  
  404. /* latin */
  405. @font-face {
  406.   font-family: "Roboto Mono";
  407.   font-style: normal;
  408.   font-weight: 700;
  409.   src: local("Roboto Mono Bold"), local("RobotoMono-Bold"), url("/fonts/N4duVc9C58uwPiY8_59Fz4lIZu-HDpmDIZMigmsroc4.woff2") format("woff2");
  410.   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;
  411. }
  412.  
  413. @font-face {
  414.   font-family: "Roboto";
  415.   font-style: normal;
  416.   font-weight: 400;
  417.   src: local("Roboto"), local("Roboto-Regular"), url("/fonts/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2") format("woff2");
  418.   unicode-range: U+0370-03FF;
  419. }
  420.  
  421. @font-face {
  422.   font-family: "Roboto";
  423.   font-style: normal;
  424.   font-weight: 700;
  425.   src: local("Roboto Bold"), local("Roboto-Bold"), url("/fonts/jSN2CGVDbcVyCnfJfjSdfBJtnKITppOI_IvcXXDNrsc.woff2") format("woff2");
  426.   unicode-range: U+0370-03FF;
  427. }
  428.  
  429. .test {
  430.   color: #ca9adf;
  431. }
  432.  
  433. body {
  434.   background: #070707;
  435.   color: #d4d4d4;
  436.   font-family: "Roboto", arial, helvetica, sans-serif;
  437.   font-size: 12pt;
  438.   overflow-x: hidden;
  439. }
  440.  
  441. nav {
  442.   display: inline;
  443. }
  444.  
  445. hr {
  446.   display: none;
  447. }
  448.  
  449. #pagewrap {
  450.   margin: 0 auto 0 auto;
  451. }
  452.  
  453. .lainchan, .systemspace, .chaos {
  454.   font-size: 0.6rem;
  455.   font-weight: bold;
  456.   background: black;
  457.   padding: 2px 4px 2px 4px;
  458.   border-radius: 3px;
  459.   margin: 0 0 0 0.5rem;
  460.   text-transform: uppercase;
  461.   letter-spacing: 0.03125em;
  462. }
  463.  
  464. .lainchan {
  465.   color: #32dd72;
  466. }
  467.  
  468. .chaos {
  469.   color: #ef6177;
  470. }
  471.  
  472. .systemspace {
  473.   color: #f2ec7a;
  474. }
  475.  
  476. h1 {
  477.   text-align: center;
  478.   font-family: "Love Letter", "Roboto", "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
  479.   letter-spacing: -2px;
  480.   font-size: 1.8rem;
  481. }
  482.  
  483. .fa-thumb-tack {
  484.   margin: 0 0.5rem 0 0.5rem;
  485. }
  486.  
  487. h2, .eita-link {
  488.   font-size: 1.3rem;
  489.   font-weight: bold;
  490.   display: inline-block;
  491.   margin: 0 0 0.5rem 0;
  492. }
  493.  
  494. .subtitle {
  495.   color: #949494;
  496.   display: block;
  497.   font-size: 0.8rem;
  498.   font-weight: 400;
  499.   text-align: center;
  500.   text-transform: uppercase;
  501.   font-family: "Roboto Mono", "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
  502. }
  503.  
  504. fieldset {
  505.   color: #949494 !important;
  506.   font-weight: 400;
  507. }
  508.  
  509. fieldset b {
  510.   font-weight: bold;
  511. }
  512.  
  513. fieldset h3 {
  514.   margin: 0rem 0 0.25rem 0;
  515.   font-size: 1.05rem;
  516.   color: #d4d4d4;
  517. }
  518.  
  519. fieldset p {
  520.   font-size: 0.9rem;
  521.   margin: 0 0 2rem 0;
  522. }
  523.  
  524. fieldset p:last-child {
  525.   margin: 0 0 1rem 0;
  526. }
  527.  
  528. a {
  529.   text-decoration: none;
  530. }
  531.  
  532. a:hover {
  533.   transition: color ease 0.5s;
  534. }
  535.  
  536. a.add_image {
  537.   font-size: 1.5rem;
  538.   font-family: "Roboto Mono", "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
  539. }
  540.  
  541. .header {
  542.   margin: 1rem 0 0.25rem 0;
  543.   font-size: 1.05rem;
  544.   color: #d4d4d4;
  545.   font-weight: bold;
  546. }
  547.  
  548. .capcode {
  549.   margin: 0 0.5rem 0 0;
  550. }
  551.  
  552. table {
  553.   display: flex;
  554.   justify-content: center;
  555.   align-items: center;
  556.   font-size: 0.9rem;
  557. }
  558.  
  559. th {
  560.   font-size: 0.9rem;
  561.   padding: 0 1.5rem 0 0;
  562. }
  563.  
  564. fieldset input, fieldset textarea, table input,
  565. table textarea {
  566.   background: #111111;
  567.   color: #dddddd;
  568.   border: 0;
  569.   box-shadow: 3px 3px 0px #000000;
  570.   padding: 0.5rem;
  571.   font-size: 0.9rem;
  572.   margin: 0 0 0.5rem 0;
  573.   font-family: "Roboto", arial, helvetica, sans-serif;
  574. }
  575.  
  576. table label {
  577.   color: #dddddd;
  578.   font-size: 0.9rem;
  579. }
  580.  
  581. table input {
  582.   width: 320px;
  583. }
  584.  
  585. table textarea {
  586.   width: 640px;
  587.   height: 160px;
  588.   line-height: 1.333;
  589. }
  590.  
  591. table input[type="checkbox"],
  592. table input[type="submit"] {
  593.   display: inline;
  594.   width: auto;
  595.   vertical-align: middle;
  596. }
  597.  
  598. input[value="Delete board"] {
  599.   display: none !important;
  600. }
  601.  
  602. input[value="Delete user"] {
  603.   display: none !important;
  604. }
  605.  
  606. #spoiler {
  607.   margin: 0 6px 3px 1rem;
  608. }
  609.  
  610. .center {
  611.   width: 100px;
  612.   overflow: hidden;
  613.   text-align: left;
  614.   margin: 0 0 0.5rem 0;
  615. }
  616.  
  617. .center label {
  618.   float: right;
  619.   clear: none;
  620.   width: 75px;
  621. }
  622.  
  623. .center input {
  624.   float: left;
  625.   clear: none;
  626.   margin: 2px 0 0 0;
  627. }
  628.  
  629. .center br {
  630.   display: none !important;
  631. }
  632.  
  633. #lock,
  634. #raw {
  635.   float: left;
  636. }
  637.  
  638. fieldset input {
  639.   display: inline-block;
  640. }
  641.  
  642. .hidden {
  643.   display: none;
  644. }
  645.  
  646. #alert_handler {
  647.   position: absolute;
  648.   left: 50%;
  649.   top: 50%;
  650.   transform: translate(-50%, -50%);
  651.   background: #070707;
  652.   box-shadow: 3px 3px 0px #000000;
  653.   padding: 2rem;
  654. }
  655.  
  656. #overheader {
  657.   align-items: center;
  658.   background: #070707;
  659.   border-bottom: 1px #212121 solid;
  660.   color: #5e5e5e;
  661.   justify-content: center;
  662.   min-width: 100%;
  663.   text-align: center;
  664.   text-decoration: none;
  665.   top: 0px;
  666.   width: 100%;
  667.   z-index: 1;
  668.   box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  669.   position: fixed;
  670.   display: flex;
  671.   height: 45px !important;
  672.   max-height: 45px !important;
  673. }
  674.  
  675. #overheader span {
  676.   align-items: center;
  677.   justify-content: center;
  678.   display: inline-flex;
  679.   padding: 0;
  680.   margin: 0;
  681. }
  682.  
  683. #overheader img {
  684.   display: inline-block;
  685.   margin-top: -1px;
  686. }
  687.  
  688. #overheader a {
  689.   color: #919191;
  690.   margin: 0.25rem;
  691. }
  692.  
  693. #overheader a.arisuchan, #overheader a.vichan {
  694.   font-family: "Love Letter", "Roboto", "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
  695.   font-size: 1.5rem;
  696.   transition: color ease 0.5s;
  697. }
  698.  
  699. #overheader small {
  700.   font-size: 0.8rem;
  701.   font-weight: bold;
  702.   letter-spacing: 0.03125em;
  703.   text-transform: uppercase;
  704. }
  705.  
  706. #overheader i {
  707.   font-style: normal;
  708.   transition: color ease 0.5s;
  709. }
  710.  
  711. #overheader img {
  712.   position: relative;
  713.   display: inline-block;
  714. }
  715.  
  716. #logo a {
  717.   background-image: url("/banners.php");
  718.   background-position: center;
  719.   background-repeat: no-repeat;
  720.   background-size: contain;
  721.   border: 1px solid #212121;
  722.   display: block;
  723.   height: 128px;
  724.   margin: 79px auto 35px auto;
  725.   min-height: 128px;
  726.   min-width: 384px;
  727.   text-indent: -9999px;
  728.   width: 384px;
  729. }
  730.  
  731. .banner {
  732.   color: #949494;
  733.   display: block;
  734.   font-family: "Roboto Mono", "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
  735.   font-size: 0.8rem;
  736.   font-weight: 400;
  737.   margin: 0 auto 0 auto;
  738.   padding: 0.5rem;
  739.   text-align: center;
  740.   text-transform: uppercase;
  741.   width: 480px;
  742. }
  743.  
  744. .banner a {
  745.   font-weight: normal;
  746. }
  747.  
  748. .blotter {
  749.   font-size: 1.1rem;
  750.   font-weight: bold;
  751.   text-align: center;
  752.   padding: 1rem 0 1rem 0;
  753.   border: 1px solid #111111;
  754.   margin: 1rem 0 1rem 0;
  755. }
  756.  
  757. .blotter small {
  758.   font-size: 0.9rem;
  759.   color: #949494;
  760. }
  761.  
  762. #quick-reply {
  763.   background: #070707;
  764.   bottom: 2rem;
  765.   box-shadow: 3px 3px 0px #000000;
  766.   color: #070707;
  767.   display: block;
  768.   float: right;
  769.   padding: 0.5rem 1rem 0.5rem 1rem;
  770.   position: fixed;
  771.   right: 2rem;
  772.   width: 320px !important;
  773.   z-index: 100;
  774.   margin: 0;
  775. }
  776.  
  777. #quick-reply input, #quick-reply textarea {
  778.   width: 288px !important;
  779.   margin: 0.5rem 0 0.5rem 0 !important;
  780.   font-family: "Roboto", arial, helvetica, sans-serif;
  781. }
  782.  
  783. #quick-reply textarea#body {
  784.   line-height: 1.333 !important;
  785.   font-size: 0.9rem !important;
  786. }
  787.  
  788. #quick-reply table, #quick-reply tbody, #quick-reply th, #quick-reply tr, #quick-reply td {
  789.   display: block !important;
  790.   width: 288px !important;
  791.   margin: 0 !important;
  792.   padding: 0 !important;
  793. }
  794.  
  795. #quick-reply .handle {
  796.   text-transform: uppercase;
  797.   font-size: 0.8rem;
  798.   font-weight: bold;
  799.   letter-spacing: 0.03125em;
  800.   display: flex;
  801.   justify-content: right;
  802.   align-items: center;
  803.   flex-flow: row nowrap;
  804.   padding: 0 3px 0 0;
  805. }
  806.  
  807. #quick-reply .unimportant {
  808.   display: none;
  809. }
  810.  
  811. .close-btn {
  812.   font-size: 1.5rem !important;
  813.   font-family: "Roboto Mono", "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
  814.   float: right;
  815.   display: block !important;
  816.   padding: 0 1rem 2px 1rem;
  817. }
  818.  
  819. #quick-reply td.spoiler {
  820.   display: flex !important;
  821.   flex-flow: row nowrap;
  822.   justify-content: left;
  823.   align-items: center;
  824. }
  825.  
  826. #q-spoiler-image {
  827.   width: 13px !important;
  828.   max-width: 13px !important;
  829. }
  830.  
  831. #quick-reply label {
  832.   margin: 0 0 -2px 6px;
  833. }
  834.  
  835. .toolong, .omitted {
  836.   font-size: 0.9rem;
  837.   margin: 1rem 0 0 0;
  838.   display: inline-block;
  839. }
  840.  
  841. code.block, pre.block {
  842.   font-size: 0.7rem;
  843.   white-space: -hp-pre-wrap;
  844.   white-space: -moz-pre-wrap;
  845.   white-space: -o-pre-wrap;
  846.   white-space: -pre-wrap;
  847.   white-space: pre-line;
  848.   white-space: pre-wrap;
  849.   word-break: break-all;
  850.   word-wrap: break-word;
  851. }
  852.  
  853. span.block {
  854.   display: block;
  855.   margin: 0;
  856.   padding: 1em;
  857.   background: #070707;
  858.   border: dotted 1px #212121;
  859.   clear: none;
  860.   max-width: inherit;
  861.   word-wrap: normal;
  862.   overflow: auto;
  863.   white-space: pre-wrap;
  864. }
  865.  
  866. .hljs {
  867.   background: none !important;
  868. }
  869.  
  870. .thread {
  871.   display: flex;
  872.   flex-flow: row wrap;
  873.   width: 960px;
  874.   color: #949494;
  875.   margin: 0 0 0 0;
  876. }
  877.  
  878. .thread > .files {
  879.   padding: 1rem 2rem 2rem 1.5rem;
  880.   background: #111111;
  881.   font-size: 0.8rem;
  882.   box-shadow: 3px 3px 0px #000000;
  883.   font-weight: 400;
  884.   line-height: 1.333;
  885.   background: #0b0b0b;
  886. }
  887.  
  888. .thread > .files:empty {
  889.   display: none;
  890. }
  891.  
  892. div.op {
  893.   background: #111111;
  894.   padding: 0rem 1rem 1rem 1rem;
  895.   font-weight: 400;
  896.   box-shadow: 3px 3px 0px #000000;
  897. }
  898.  
  899. .op .body {
  900.   line-height: 1.333;
  901.   overflow-wrap: break-word;
  902.   font-size: 0.9rem;
  903. }
  904.  
  905. .intro {
  906.   font-size: 0.9rem;
  907. }
  908.  
  909. .intro input {
  910.   display: inline;
  911.   margin: 0 0.5rem 0 0;
  912. }
  913.  
  914. .reply {
  915.   margin: 0 0 0 0;
  916.   font-weight: 400;
  917.   overflow: hidden;
  918.   border: 1px solid #212121;
  919.   margin: 0 0 1rem 0;
  920.   background: #0b0b0b;
  921. }
  922.  
  923. div.post.reply.highlighted {
  924.   background: #171717;
  925.   border: 1px solid #3a3a3a;
  926. }
  927.  
  928. .reply .files {
  929.   padding: 0rem 1rem 1rem 1rem;
  930.   font-size: 0.9rem;
  931.   line-height: 1.333;
  932. }
  933.  
  934. .reply .intro {
  935.   padding: 1rem 1rem 0rem 1rem;
  936.   margin: 0;
  937. }
  938.  
  939. span.bold {
  940.   font-weight: bold;
  941. }
  942.  
  943. span.italic {
  944.   font-style: italic;
  945. }
  946.  
  947. span.underline {
  948.   text-decoration: underline;
  949. }
  950.  
  951. span.strikethrough {
  952.   text-decoration: line-through;
  953. }
  954.  
  955. span.spoiler {
  956.   background: black;
  957.   color: black;
  958.   padding: 0 0px;
  959. }
  960.  
  961. span.spoiler a {
  962.   color: black;
  963. }
  964.  
  965. span.spoiler:hover, span.spoiler:hover a {
  966.   color: white;
  967. }
  968.  
  969. .reply .body {
  970.   z-index: -1;
  971.   padding: 0 1rem 1rem 1rem;
  972.   line-height: 1.333;
  973.   z-index: 0;
  974.   overflow-wrap: break-word;
  975.   font-size: 0.9rem;
  976. }
  977.  
  978. .mentioned {
  979.   font-size: 0.7rem;
  980. }
  981.  
  982. .thread a {
  983.   color: #d4d4d4;
  984. }
  985.  
  986. .thread input {
  987.   display: inline;
  988.   margin: 0 0.5rem 0.5rem 0;
  989. }
  990.  
  991. .post_anchor {
  992.   width: 0px !important;
  993.   height: 0px !important;
  994.   position: relative !important;
  995.   display: block !important;
  996.   margin-top: -88px !important;
  997.   padding-bottom: 88px !important;
  998. }
  999.  
  1000. .intro a {
  1001.   margin: 0 0 0 0.5rem;
  1002. }
  1003.  
  1004. .post_no {
  1005.   margin: 0 !important;
  1006. }
  1007.  
  1008. .subject {
  1009.   font-weight: bold;
  1010.   margin: 0 0.5rem 0 0;
  1011.   font-size: 1rem;
  1012. }
  1013.  
  1014. .name {
  1015.   font-size: 1.0rem;
  1016.   font-weight: bold;
  1017.   margin: 0 0.5rem 0 0;
  1018. }
  1019.  
  1020. small .name {
  1021.   font-size: 0.9rem !important;
  1022.   font-weight: normal !important;
  1023. }
  1024.  
  1025. em {
  1026.   font-style: normal;
  1027. }
  1028.  
  1029. #rebuild li, #boards li {
  1030.   list-style-type: none !important;
  1031.   font-size: 0.8rem;
  1032. }
  1033.  
  1034. #rebuild input, #boards input {
  1035.   display: inline;
  1036.   margin: 0 0.5rem 0 0 !important;
  1037. }
  1038.  
  1039. time {
  1040.   margin: 0 0.5rem 0 0;
  1041. }
  1042.  
  1043. .mentioned {
  1044.   margin: 0 0 0 0.5rem;
  1045. }
  1046.  
  1047. a.ip-link {
  1048.   margin: 0 0.5rem 0;
  1049. }
  1050.  
  1051. .full-image {
  1052.   z-index: 1;
  1053.   position: relative;
  1054.   box-shadow: 3px 3px 0px #000000;
  1055.   max-width: 800px;
  1056.   background: #070707;
  1057. }
  1058.  
  1059. a.hide-thread-link {
  1060.   display: block;
  1061.   float: none;
  1062.   width: 960px;
  1063.   padding: 0 0 0.5rem;
  1064.   font-size: 0.7rem;
  1065. }
  1066.  
  1067. .op .controls {
  1068.   position: absolute;
  1069.   display: block;
  1070.   text-align: right;
  1071.   margin-top: -0.25rem;
  1072.   padding-right: 0.5rem;
  1073.   width: 624px;
  1074. }
  1075.  
  1076. .reply > .controls {
  1077.   position: absolute;
  1078.   display: block;
  1079.   padding: 0 0 0 0;
  1080.   text-align: right;
  1081.   width: 960px;
  1082.   margin-top: -0.25rem;
  1083. }
  1084.  
  1085. .controls a {
  1086.   color: #777777;
  1087.   text-transform: uppercase;
  1088.   font-size: 0.5rem;
  1089.   letter-spacing: 0.03125em;
  1090.   font-family: "Roboto Mono", "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
  1091.   font-weight: bold;
  1092. }
  1093.  
  1094. .thread > .files .controls {
  1095.   margin: 0 0 0 0.5rem;
  1096. }
  1097.  
  1098. .reply .files .controls {
  1099.   margin: 0 0 0 0.5rem;
  1100. }
  1101.  
  1102. .unimportant {
  1103.   font-size: 0.7rem;
  1104. }
  1105.  
  1106. .post-hover {
  1107.   width: 800px !important;
  1108.   border: 0;
  1109.   box-shadow: 3px 3px 0px #000000 !important;
  1110.   overflow: hidden;
  1111.   background: #070707;
  1112.   margin: 0 0 0 2rem !important;
  1113. }
  1114.  
  1115. .post-hover .controls {
  1116.   display: none;
  1117. }
  1118.  
  1119. .post-hover .intro {
  1120.   display: none;
  1121. }
  1122.  
  1123. .post-hover .body {
  1124.   width: 587px !important;
  1125.   float: left;
  1126.   padding: 2rem 4rem 2rem 2rem;
  1127.   background: none !important;
  1128. }
  1129.  
  1130. .post-hover .op .body {
  1131.   padding: 2rem 4rem 2rem 2rem;
  1132. }
  1133.  
  1134. .post-hover .files {
  1135.   width: 213px !important;
  1136.   float: right;
  1137.   border: 0 !important;
  1138.   background: #070707;
  1139.   box-shadow: none;
  1140. }
  1141.  
  1142. .post-hover .hide-thread-link, .post-hover .omitted {
  1143.   display: none;
  1144. }
  1145.  
  1146. .post-hover .fileinfo {
  1147.   overflow-wrap: break-word;
  1148. }
  1149.  
  1150. .post-hover .file img {
  1151.   width: 149px;
  1152. }
  1153.  
  1154. .post-hover div.op {
  1155.   padding: 0;
  1156.   font-weight: 400;
  1157.   width: 587px !important;
  1158. }
  1159.  
  1160. .post-hover hr {
  1161.   display: none;
  1162. }
  1163.  
  1164. .post-hover br.clear {
  1165.   display: none;
  1166.   clear: none !important;
  1167. }
  1168.  
  1169. #thread-interactions, #post-moderation-fields, .pages {
  1170.   color: #949494;
  1171.   font-family: "Roboto Mono", "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
  1172.   font-size: 0.8rem;
  1173.   font-weight: 400;
  1174.   text-transform: uppercase;
  1175. }
  1176.  
  1177. .thread-hidden {
  1178.   margin: 0 0.5rem 0 0;
  1179. }
  1180.  
  1181. .pages form {
  1182.   display: inline;
  1183. }
  1184.  
  1185. #thread-interactions {
  1186.   display: flex;
  1187.   flex-flow: row nowrap;
  1188. }
  1189.  
  1190. #post-moderation-fields input, .pages input {
  1191.   display: inline;
  1192.   background: #111111;
  1193.   color: #dddddd;
  1194.   border: 0;
  1195.   box-shadow: 3px 3px 0px #000000;
  1196.   padding: 0.5rem;
  1197.   font-size: 0.9rem;
  1198.   margin: 0 0 0.5rem 0;
  1199. }
  1200.  
  1201. #thread-quick-reply {
  1202.   flex-grow: 1;
  1203.   margin: 0 0 0 0.5rem;
  1204. }
  1205.  
  1206. .catlink {
  1207.   position: fixed;
  1208.   bottom: 2rem;
  1209.   right: 2rem;
  1210.   background: #070707;
  1211.   border: 1px #212121 solid;
  1212.   color: #070707;
  1213.   box-shadow: 3px 3px 0px #000000;
  1214.   font-family: "Roboto", arial, helvetica, sans-serif;
  1215.   text-transform: uppercase;
  1216.   font-size: 0.8rem;
  1217.   font-weight: bold;
  1218.   letter-spacing: 0.03125em;
  1219. }
  1220.  
  1221. .catlink a {
  1222.   color: #919191;
  1223.   display: inline-block;
  1224.   padding: 0.75rem;
  1225. }
  1226.  
  1227. .active-ukko .catlink {
  1228.   display: none !important;
  1229. }
  1230.  
  1231. #post-moderation-fields {
  1232.   text-align: right;
  1233. }
  1234.  
  1235. #delete-fields {
  1236.   margin: 0 0 0.5rem 0;
  1237. }
  1238.  
  1239. .styles {
  1240.   display: none;
  1241. }
  1242.  
  1243. footer {
  1244.   padding: 2rem 2rem 2rem 0;
  1245.   color: #5e5e5e;
  1246. }
  1247.  
  1248. footer p:first-child {
  1249.   display: none;
  1250. }
  1251.  
  1252. footer .unimportant {
  1253.   text-align: left !important;
  1254.   margin: 0;
  1255.   font-weight: 400;
  1256.   text-transform: uppercase;
  1257. }
  1258.  
  1259. footer p.unimportant a {
  1260.   color: #5e5e5e !important;
  1261. }
  1262.  
  1263. footer a:hover {
  1264.   color: #61c9ef;
  1265. }
  1266.  
  1267. code, pre {
  1268.   font-family: "Roboto Mono", "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
  1269.   font-weight: 400;
  1270. }
  1271.  
  1272. code.inline, pre.inline {
  1273.   display: inline !important;
  1274.   color: #d4d4d4;
  1275. }
  1276.  
  1277. #Grid {
  1278.   display: flex;
  1279.   flex-flow: row wrap;
  1280. }
  1281.  
  1282. .grid-li {
  1283.   width: 208px !important;
  1284.   height: 208px;
  1285.   padding: 1rem;
  1286.   background: #0b0b0b;
  1287.   font-weight: 400;
  1288.   box-shadow: 3px 3px 0px #000000;
  1289.   overflow: hidden;
  1290. }
  1291.  
  1292. .grid-li a {
  1293.   height: 99px;
  1294.   overflow: hidden;
  1295. }
  1296.  
  1297. div.replies {
  1298.   height: 71px;
  1299.   overflow: hidden;
  1300. }
  1301.  
  1302. .grid-li img {
  1303.   width: 176px;
  1304.   position: relative;
  1305.   top: 50%;
  1306.   transform: translateY(-50%);
  1307. }
  1308.  
  1309. .grid-li strong {
  1310.   background: black;
  1311.   position: absolute;
  1312.   top: 0;
  1313.   right: 0;
  1314. }
  1315.  
  1316. .grid-li .subject {
  1317.   float: left;
  1318.   font-size: 0.8rem;
  1319. }
  1320.  
  1321. .grid-li .header {
  1322.   font-size: 0.7rem !important;
  1323. }
  1324.  
  1325. .grid-li a, .grid-li .subject, div.replies {
  1326.   font-size: 0.7rem;
  1327. }
  1328.  
  1329. .active-catalog hr {
  1330.   display: none;
  1331. }
  1332.  
  1333. #pagewrap > span {
  1334.   font-family: "Roboto Mono", "Lucida Console", "Lucida Sans Typewriter", monaco, "Bitstream Vera Sans Mono", monospace;
  1335.   font-size: 0.8rem;
  1336.   font-weight: 400;
  1337.   text-transform: uppercase;
  1338.   display: none;
  1339. }
  1340.  
  1341. #pagewrap > select {
  1342.   display: none !important;
  1343.   background: #111111;
  1344.   color: #dddddd;
  1345.   border: 0;
  1346.   box-shadow: 3px 3px 0px #000000;
  1347.   padding: 0.5rem;
  1348.   font-size: 0.9rem;
  1349.   margin: 0 0.5rem 0 0;
  1350. }
  1351.  
  1352. fieldset select {
  1353.   display: inline;
  1354.   background: #111111;
  1355.   color: #dddddd;
  1356.   border: 0;
  1357.   box-shadow: 3px 3px 0px #000000;
  1358.   padding: 0.5rem;
  1359.   font-size: 0.9rem;
  1360.   margin: 0 0.5rem 0 0;
  1361. }
  1362.  
  1363. fieldset {
  1364.   border: 1px solid #212121;
  1365.   font-size: 1rem;
  1366.   margin: 3rem auto 0 auto;
  1367.   width: 640px;
  1368.   padding: 1rem 2rem 1rem 2rem;
  1369.   line-height: 1.333;
  1370.   color: #949494;
  1371. }
  1372.  
  1373. fieldset ul {
  1374.   margin: 0 0 1rem 2rem;
  1375.   padding: 0;
  1376. }
  1377.  
  1378. fieldset ul li {
  1379.   list-style-type: katakana;
  1380. }
  1381.  
  1382. fieldset small {
  1383.   font-size: 0.8rem;
  1384. }
  1385.  
  1386. fieldset legend {
  1387.   font-weight: bold;
  1388.   font-size: 1.3rem;
  1389.   text-transform: uppercase;
  1390.   margin-left: -1rem;
  1391.   padding: 0 1rem 0 1rem;
  1392. }
  1393.  
  1394. fieldset label {
  1395.   display: block;
  1396.   border: 0;
  1397. }
  1398.  
  1399. fieldset code {
  1400.   font-size: 0.8rem;
  1401. }
  1402.  
  1403. code.small {
  1404.   font-size: 0.6rem;
  1405.   font-weight: 400;
  1406. }
  1407.  
  1408. a.email {
  1409.   margin: 0;
  1410. }
  1411.  
  1412. td li {
  1413.   padding: 1rem 0 1rem 0;
  1414.   overflow: hidden;
  1415.   border-bottom: 1px #212121 dashed;
  1416. }
  1417.  
  1418. td li label {
  1419.   float: left;
  1420. }
  1421.  
  1422. td li input {
  1423.   float: right;
  1424.   margin: 3px 0 0 0;
  1425. }
  1426. @media only screen and (max-width: 991px) {
  1427.   #overheader small {
  1428.     display: block;
  1429.   }
  1430.   .post-hover, #overheader span.mobile, #overheader span.tablet {
  1431.     display: none !important;
  1432.   }
  1433.   #Grid {
  1434.     width: 208px;
  1435.     margin: 0 auto 0 auto;
  1436.   }
  1437.   .grid-li {
  1438.     margin: 0 0 1rem 0 !important;
  1439.   }
  1440.   .controls {
  1441.     display: none !important;
  1442.   }
  1443.   #logo a {
  1444.     width: 320px;
  1445.     height: 106px;
  1446.     min-width: 320px;
  1447.     min-height: 106px;
  1448.   }
  1449.   #pagewrap {
  1450.     width: 320px;
  1451.   }
  1452.   #pagewrap > span {
  1453.     display: block;
  1454.   }
  1455.   #pagewrap > select {
  1456.     margin: 0.5rem 0 0.5rem 0;
  1457.   }
  1458.   h1, h1 a {
  1459.     font-size: 1.3rem;
  1460.     letter-spacing: -1px;
  1461.   }
  1462.   .subtitle {
  1463.     font-size: 0.5rem;
  1464.   }
  1465.   table {
  1466.     width: 320px;
  1467.     flex-flow: column nowrap;
  1468.   }
  1469.   table textarea {
  1470.     width: 320px;
  1471.     height: 160px;
  1472.   }
  1473.   th {
  1474.     display: block;
  1475.     padding: 0.5rem 0 0.5rem 0;
  1476.     text-align: left;
  1477.   }
  1478.   td {
  1479.     display: block;
  1480.   }
  1481.   .blotter, .unimportant, hr, a.hide-thread-link, .post-hover {
  1482.     display: none;
  1483.   }
  1484.   footer .unimportant {
  1485.     display: block;
  1486.   }
  1487.   header {
  1488.     margin: 0 0 1rem 0;
  1489.   }
  1490.   table {
  1491.     margin: 0 auto 0 auto;
  1492.   }
  1493.   .thread {
  1494.     width: 320px;
  1495.     margin: 0 auto 0 auto;
  1496.   }
  1497.   div.arisuchan , div.vichan {
  1498.     margin: 3rem 0 0 0;
  1499.   }
  1500.   .thread > .files {
  1501.     width: 320px;
  1502.     margin: 0;
  1503.   }
  1504.   .reply {
  1505.     width: 320px;
  1506.     display: flex;
  1507.     flex-flow: column nowrap;
  1508.     padding: 0;
  1509.     margin: 0 0 1rem 0;
  1510.   }
  1511.   .reply .files {
  1512.     order: 1;
  1513.   }
  1514.   .reply .intro {
  1515.     order: 2;
  1516.   }
  1517.   .reply .body {
  1518.     order: 3;
  1519.   }
  1520.   div.op {
  1521.     margin: 0 0 1rem 0 !important;
  1522.     width: 320px !important;
  1523.     padding: 1rem;
  1524.   }
  1525.   div.op .body {
  1526.     word-wrap: break-word;
  1527.     width: 280px !important;
  1528.   }
  1529.   div.reply .body {
  1530.     width: 320px !important;
  1531.     word-wrap: break-word;
  1532.     padding: 0 1rem 1rem 1rem !important;
  1533.   }
  1534.   div.reply .post-image {
  1535.     width: 288px;
  1536.   }
  1537.   .thread > span:nth-child(2) {
  1538.     margin: 1rem 0 1rem 0;
  1539.     width: 320px;
  1540.   }
  1541.   #thread-interactions {
  1542.     display: flex;
  1543.     flex-flow: column nowrap;
  1544.   }
  1545.   #thread-links {
  1546.     margin: 0 0 1rem 0;
  1547.   }
  1548.   #thread-interactions, #post-moderation-fields, #delete-fields,
  1549.   #report-fields, .pages, footer {
  1550.     max-width: 320px;
  1551.     margin: 0 auto 0 auto;
  1552.   }
  1553.   .pages input {
  1554.     margin: 0.5rem 0 0 0;
  1555.   }
  1556.   footer .unimportant {
  1557.     font-size: 0.5rem;
  1558.     margin: 0 0 0.5rem 0;
  1559.   }
  1560.   #thread-quick-reply, .mobile {
  1561.     display: none;
  1562.   }
  1563.   #quick-reply {
  1564.     display: none !important;
  1565.   }
  1566.   .reply .intro {
  1567.     margin: 1rem 0 0 0 !important;
  1568.     padding: 0 1rem 1rem 1rem !important;
  1569.   }
  1570.   .reply .files {
  1571.     margin: 0 !important;
  1572.     padding: 0 1rem 0 1rem !important;
  1573.   }
  1574.   .full-image {
  1575.     z-index: 1;
  1576.     box-shadow: 3px 3px 0px #000000;
  1577.     position: fixed;
  1578.     top: 50%;
  1579.     left: 50%;
  1580.     transform: translate(-50%, -50%);
  1581.     width: 88vw;
  1582.     max-width: 88vw;
  1583.     background: #070707;
  1584.     padding: 0;
  1585.     margin: 0;
  1586.   }
  1587. }
  1588. @media only screen and (min-width: 992px) and (max-width: 1352px) {
  1589.   #overheader span.tablet {
  1590.     display: none;
  1591.   }
  1592. }
  1593. @media only screen and (min-width: 992px) {
  1594.   #pagewrap {
  1595.     max-width: 960px;
  1596.   }
  1597.   header {
  1598.     padding: 2rem 0 2rem 0;
  1599.   }
  1600.   table {
  1601.     margin: 2rem auto 0 auto;
  1602.   }
  1603.   th {
  1604.     text-align: right;
  1605.   }
  1606.   td .unimportant {
  1607.     text-transform: uppercase;
  1608.   }
  1609.   table input[name="post"] {
  1610.     margin: 0 0 0 1rem !important;
  1611.   }
  1612.   div.op {
  1613.     width: 640px;
  1614.     margin: 0 0 1rem 0;
  1615.   }
  1616.   .reply {
  1617.     width: 960px;
  1618.     display: flex;
  1619.     flex-flow: column wrap;
  1620.   }
  1621.   .reply .files {
  1622.     order: 1;
  1623.     padding-bottom: 0rem;
  1624.   }
  1625.   .reply .intro {
  1626.     padding-top: 1rem;
  1627.     order: 2;
  1628.   }
  1629.   .reply .body {
  1630.     order: 3;
  1631.   }
  1632.   .grid-li {
  1633.     margin: 1rem !important;
  1634.   }
  1635.   .thread > .files {
  1636.     width: 320px;
  1637.     margin: 0 0 1rem 0;
  1638.   }
  1639.   footer {
  1640.     width: 960px !important;
  1641.     margin: 0 auto 0 auto;
  1642.   }
  1643.   footer .unimportant {
  1644.     margin: 0 0 1rem 0;
  1645.   }
  1646.   .multifile {
  1647.     width: 256px;
  1648.   }
  1649. }
  1650.  
  1651. /* inline styles removed from templates: */
  1652.  
  1653. .inline-block{
  1654.   display: inline-block;
  1655. }
  1656.  
  1657. textarea.license{
  1658.   width:700px;
  1659.   height:370px;
  1660.   margin:auto;
  1661.   display:block;
  1662.   background:white;
  1663.   color:black;
  1664. }
  1665.  
  1666. .display-none{
  1667.   display: none !important;
  1668. }
  1669.  
  1670. pre.code-debug{
  1671.   white-space: pre-wrap;
  1672.   font-size: 10px;
  1673. }
  1674.  
  1675. .check-requirements{
  1676.   max-width:700px;
  1677.   margin:auto;
  1678. }
  1679.  
  1680. .check-requirements .modlog{
  1681.   margin-top:10px;
  1682.   max-width:600px;
  1683. }
  1684.  
  1685. table.mod-user{
  1686.   width:600px;
  1687. }
  1688.  
  1689. .check-requirements .fa-check{
  1690.   font-size:11pt;
  1691.   color:#090;
  1692.   margin: 0 4px;
  1693.   font-size: 16px;
  1694. }
  1695.  
  1696. .check-requirements .fa-exclamation{
  1697.   font-size:11pt;
  1698.   color:#d0;
  1699.   margin: 0 4px;
  1700.   font-size: 16px;
  1701. }
  1702.  
  1703. .check-requirements .fa-warning{
  1704.   font-size:11pt;
  1705.   color:#f80;
  1706.   margin: 0 4px;
  1707.   font-size: 16px;
  1708. }
  1709.  
  1710. .move ul{
  1711.   list-style:none;
  1712.   padding:0;
  1713. }
  1714.  
  1715. form.mod-news{
  1716.   margin:0;
  1717. }
  1718.  
  1719. .no-margin{
  1720.   margin:0;
  1721. }
  1722.  
  1723. form.noticeboard{
  1724.   margin:0;
  1725. }
  1726.  
  1727. #bans table{
  1728.   width:400px;
  1729.   margin-bottom:10px;
  1730.   border-bottom:1px solid #ddd;
  1731.   padding:5px;
  1732. }
  1733.  
  1734. .mod-news textarea{
  1735.   width:100%;
  1736.   height:100px
  1737. }
  1738.  
  1739. .login table{
  1740.   margin-top:25px;
  1741. }
  1742.  
  1743. .check-requirements ul li{
  1744.   margin-bottom:5px;
  1745. }
  1746. .theme-installation-message{
  1747.   border:1px dashed maroon;
  1748.   padding:20px;
  1749.   margin:auto;
  1750.   max-width:800px;
  1751. }
  1752.  
  1753. .sql textarea{
  1754.   display:block;
  1755.   margin:5px auto;
  1756.   width:90%;
  1757.   max-width:600px;
  1758. }
  1759.  
  1760. .sql input submit{
  1761.   display:block;
  1762.   margin:5px auto;
  1763. }
  1764.  
  1765. .color-red{
  1766.   color: red;
  1767. }
  1768.  
  1769. .float-none{
  1770.   float: none;
  1771. }
  1772.  
  1773. .float-right{
  1774.   float: right;
  1775. }
  1776.  
  1777. .mod-themes .active-theme{
  1778.   border:2px solid red;
  1779.   padding:4px;
  1780. }
  1781.  
  1782. .mod-themes ul{
  1783.   padding:0 20px;
  1784. }
  1785.  
  1786. .mod-user-create{
  1787.   padding:0;
  1788.   text-align:center;
  1789.   list-style:none;
  1790. }
  1791.  
  1792. .mod-user small{
  1793.   font-weight:normal;
  1794. }
  1795.  
  1796. .width-auto{
  1797.  width:auto;
  1798. }
  1799.  
  1800. .no-underline{
  1801.   text-decoration: none;
  1802. }
  1803.  
  1804. .mod-user-group{
  1805.   padding:5px 8px;
  1806.   list-style:none;
  1807. }
  1808.  
  1809. .mod-user-boards{
  1810.   padding:0 5px;
  1811.   list-style:none;
  1812. }
  1813.  
  1814. .tr-hr{
  1815.   height:40px;
  1816. }
  1817.  
  1818. .mod-themes .image-margin{
  1819.   margin: 4px;
  1820. }
  1821.  
  1822. .text-align-left{
  1823.   text-align: left;
  1824. }
  1825.  
  1826. .inline{
  1827.   display: inline;
  1828. }
  1829.  
  1830. .slightly-larger{
  1831.   font-size:1.1em
  1832. }
  1833.  
  1834. .search-form-message{
  1835.   font-size:8pt;
  1836.   margin:5px;
  1837. }
  1838.  
  1839. .margin-top{
  1840.   margin-top:15px;
  1841. }
  1842. .noticeboard textarea{
  1843.   width:100%;
  1844.   height:100px;
  1845. }
  1846.  
  1847. .textarea-box{
  1848.   height:500px;
  1849.   width:500px;
  1850. }
  1851.  
  1852. .slight-margin{
  1853.   margin-left:2px;
  1854. }
  1855.  
  1856. .minor-margin{
  1857.   margin-left:5px;
  1858. }
  1859.  
  1860. .ban span{
  1861.   float:right;
  1862.   padding:2px
  1863. }
  1864.  
  1865. .float-right{
  1866.   float:right;
  1867. }
  1868.  
  1869. .float-left{
  1870.   float: left;
  1871. }
  1872.  
  1873. .margin-auto{
  1874.   margin:auto;
  1875. }
  1876.  
  1877. .text-align-center{
  1878.   text-align: center;
  1879. }
  1880.  
  1881. .bold{
  1882.   font-weight:bold;
  1883. }
  1884.  
  1885. .debug{
  1886.   white-space:pre-wrap;
  1887.   font-size: 10px;
  1888. }
  1889.  
  1890. .check-requirements .modlog{
  1891.   width:700px;
  1892.   margin:auto;
  1893. }
  1894.  
  1895. .modlog-thin{
  1896.   width:1%;
  1897.   margin:auto;
  1898. }
  1899.  
  1900. form table.modlog{
  1901.   width:1%;
  1902.   white-space:nowrap;
  1903.   margin:auto;
  1904. }
  1905.  
  1906. .restricted-width-100{
  1907.   max-width:100px;
  1908. }
  1909.  
  1910. .restricted-width-200{
  1911.   max-width:200px;
  1912. }
  1913.  
  1914. .restricted-width-250{
  1915.   max-width:250px;
  1916. }
  1917.  
  1918. .nowrap{
  1919.   white-space:nowrap;
  1920. }
  1921.  
  1922. .line-through{
  1923.   text-decoration:line-through;
  1924. }
  1925.  
  1926. .modlog-board, .modlog-thread{
  1927.   width:90px;
  1928. }
  1929.  
  1930. .break-word{
  1931.   word-wrap: break-word;
  1932. }
  1933.  
  1934. #recaptcha_area {
  1935.   float: none !important;
  1936.   padding: 0 !important;
  1937. }
  1938.  
  1939. #recaptcha_logo, #recaptcha_privacy {
  1940.   display: none;
  1941. }
  1942.  
  1943. #recaptcha_table {
  1944.   border: none !important;
  1945. }
  1946.  
  1947. #recaptcha_table tr:first-child {
  1948.   height: auto;
  1949. }
  1950.  
  1951. .recaptchatable img {
  1952.   float: none !important;
  1953. }
  1954.  
  1955. #recaptcha_response_field {
  1956.   font-size: 10pt !important;
  1957.   border: 1px solid #a9a9a9 !important;
  1958.   padding: 1px !important;
  1959. }
  1960.  
  1961. td.recaptcha_image_cell {
  1962.   background: transparent !important;
  1963. }
  1964.  
  1965. .recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
  1966.   padding: 0 !important;
  1967. }
  1968.  
  1969. .ban-appeals table:first-child{
  1970.   margin: 5px 0;
  1971. }
  1972.  
  1973. .ban-appeals table:nth-child(2){
  1974.   margin: 10px 0;
  1975. }
  1976.  
  1977. .ban-form ul{
  1978.   list-style:none;
  1979.   padding:2px 5px;
  1980. }
  1981.  
  1982. .ban-form label{
  1983.   display:inline;
  1984. }
  1985.  
  1986. .ban-list table{
  1987.   width:100%;
  1988. }
  1989.  
  1990. .mod-board{
  1991.   padding:0;
  1992.   text-align:center;
  1993.   list-style:none;
  1994. }
  1995.  
  1996. .config-editor ul{
  1997.   padding:0;
  1998.   text-align:center;
  1999.   list-style:none;
  2000. }
  2001.  
  2002. .mod-rebuild li:first-child{
  2003.   margin-bottom:8px;
  2004. }
  2005.  
  2006. .pm ul{
  2007.   list-style:none;
  2008.   text-align:center;
  2009.   padding:0;
  2010. }
  2011.  
  2012. .full-width{
  2013.   width:100%;
  2014. }
  2015.  
  2016. form.mod-rebuild{
  2017.   width:300px;
  2018.   margin:auto;
  2019. }
  2020.  
  2021. fieldset.search-results{
  2022.   margin-bottom:20px;
  2023. }
  2024.  
  2025. .pm li{
  2026.   padding:5px 0;
  2027. }
  2028.  
  2029. .config-editor .break-word{
  2030.   word-wrap:break-word;
  2031.   width:50%;
  2032. }
  2033.  
  2034. div.config-editor-php{
  2035.   max-width:800px;
  2036.   margin:auto;
  2037. }
  2038.  
  2039. .config-editor-php textarea{
  2040.   margin:auto;
  2041.   width:100%;
  2042.   height:500px
  2043. }
  2044.  
  2045. .config-editor-php .read-only{
  2046.   background:#eee;
  2047. }
  2048.  
  2049. .config-editor-php form ul{
  2050.   padding:0;
  2051.   text-align:center;
  2052.   list-style:none;
  2053. }
  2054.  
  2055. .clear-both{
  2056.   clear: both;
  2057. }
  2058. element.style {
  2059. }
  2060. div.post.reply {
  2061.     background: #111;
  2062.     margin: 0.2em 4px;
  2063.     padding: 0.5em 0.3em 0.5em 0.6em;
  2064.     border-width: 1px;
  2065.     border-style: none solid solid none;
  2066.     border-color: #070707;
  2067.     display: inline-block;
  2068.     max-width: 94%!important;
  2069. }
  2070.  
  2071. element.style {
  2072. }
  2073. .desktop-style div.boardlist:not(.bottom) {
  2074.     position: fixed;
  2075.     top: 0;
  2076.     left: 0;
  2077.     right: 0;
  2078.     margin-top: 0;
  2079.     z-index: 30;
  2080.     box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
  2081.     border-bottom: 1px solid;
  2082.     background-color: #070707;
  2083. }
  2084. div.boardlist {
  2085.     margin-top: 3px;
  2086.     color: #070707;
  2087.     font-size: 9pt;
  2088. }
  2089.  
  2090. element.style {
  2091. }
  2092. .post-table th, .post-table-options th {
  2093.     width: 85px;
  2094. }
  2095. form table tr th {
  2096.     background: #be132d;
  2097. }
  2098. form table tr th {
  2099.     text-align: left;
  2100.     padding: 4px;
  2101. }
  2102.  
  2103. /* Scroll Bar Chrome Only*/
  2104. *::-webkit-scrollbar {
  2105.     width: 0.65%;
  2106.     height: 10px;
  2107. }
  2108.  
  2109. *::-webkit-scrollbar-button {
  2110.     display: none;
  2111. }
  2112.  
  2113. *::-webkit-scrollbar-thumb {
  2114.     min-height: 28px;
  2115. }
  2116.  
  2117. *::-webkit-scrollbar-thumb, *::-webkit-scrollbar-track {
  2118.     border: 0;
  2119.     box-shadow: none;
  2120. }
  2121.  
  2122. *::-webkit-scrollbar-thumb, *::-webkit-scrollbar-track {
  2123.     border: 0;
  2124.     box-shadow: none;
  2125. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement