SHARE
TWEET

Untitled

a guest Apr 6th, 2015 252 Never
  1. body {
  2.   background: #131 url('') repeat-x 50% 0%;
  3.   color: #fff;
  4.   font-family: arial,helvetica,sans-serif;
  5.   font-size: 10pt;
  6.   margin: 0 4px;
  7.   padding-left: 4px;
  8.   padding-right: 4px;
  9. }
  10.  
  11. #post-form-outer {
  12.   text-align: center;
  13. }
  14.  
  15. #post-form-inner {
  16.   display: inline-block;
  17. }
  18.  
  19. .post-table, .post-table-options, textarea {
  20.   width: 100%;
  21. }
  22.  
  23. .post-table th, .post-table-options th {
  24.   width: 85px;
  25. }
  26.  
  27. .post-table-options {
  28.   display: none;
  29. }
  30.  
  31. .required-field-cell {
  32.   vertical-align: top;
  33. }
  34.  
  35. .show-options-cell {
  36.   text-align: right;
  37. }
  38.  
  39. .hidden {
  40.   display:none;
  41. }
  42.  
  43. a,a:visited {
  44.   text-decoration: underline;
  45.   color: #ed4;
  46. }
  47.  
  48. a:hover,p.intro a.post_no:hover {
  49.   color: #ff0000;
  50. }
  51.  
  52. a.post_no {
  53.   text-decoration: none;
  54.   margin: 0;
  55.   padding: 0;
  56. }
  57.  
  58. p.intro a.post_no {
  59.   color: inherit;
  60. }
  61.  
  62. p.intro a.post_no,p.intro a.email,p.intro a.post_anchor {
  63.   margin: 0;
  64. }
  65.  
  66. p.intro a.email span.name {
  67.   color: #34345C;
  68. }
  69.  
  70. p.intro a.email:hover span.name {
  71.   color: #ff0000;
  72. }
  73.  
  74. p.intro label {
  75.   display: inline;
  76. }
  77.  
  78. p.intro time,p.intro a.ip-link,p.intro a.capcode {
  79.   direction: ltr;
  80.   unicode-bidi: embed;
  81. }
  82.  
  83. h2 {
  84.   color: #AF0A0F;
  85.   font-size: 11pt;
  86.   margin: 0;
  87.   padding: 0;
  88. }
  89.  
  90. header {
  91.   margin: 1em 0;
  92. }
  93.  
  94. h1 {
  95.   font-family: tahoma;
  96.   letter-spacing: -2px;
  97.   font-size: 20pt;
  98.   margin: 0;
  99. }
  100.  
  101. header div.subtitle,h1 {
  102.   color: #AF0A0F;
  103.   text-align: center;
  104. }
  105.  
  106. header div.subtitle {
  107.   font-size: 8pt;
  108. }
  109.  
  110. form table {
  111.   margin: auto;
  112. }
  113.  
  114. form table input {
  115.   height: auto;
  116. }
  117.  
  118. input[type="text"],input[type="password"],textarea {
  119.   border: 1px solid #a9a9a9;
  120.   text-indent: 0;
  121.   text-shadow: none;
  122.   text-transform: none;
  123.   word-spacing: normal;
  124.   font-size: inherit;
  125.   font-family: sans-serif;
  126. }
  127.  
  128. #quick-reply input[type="text"], input[type="password"], #quick-reply textarea {
  129.   max-width: 100%;
  130. }
  131.  
  132. #upload input[type="file"] {
  133.   max-width: 230px;
  134. }
  135.  
  136. form table tr td {
  137.   text-align: left;
  138.   margin: 0;
  139.   padding: 0;
  140. }
  141.  
  142. form table.mod tr td {
  143.   padding: 2px;
  144. }
  145.  
  146. form table tr th {
  147.   text-align: left;
  148.   padding: 4px;
  149. }
  150.  
  151. form table tr th {
  152.   background: #141;
  153. }
  154.  
  155. form table tr td div.center {
  156.   text-align: center;
  157.   float: left;
  158.   padding: 3px;
  159.   padding-top: 0px;
  160.   border: 1px dashed black;
  161.   margin: 2px
  162. }
  163.  
  164. /*form table tr td div input {
  165.   display: block;
  166.   margin: 2px auto 0 auto;
  167. }
  168.  
  169. form table tr td div label {
  170.   font-size: 10px;
  171. }*/
  172.  
  173. .unimportant,.unimportant * {
  174.   font-size: 10px;
  175. }
  176.  
  177. .file {
  178.   float: left;
  179.   margin-right: 2px;
  180. }
  181.  
  182. .file:not(.multifile) .post-image {
  183.   float: left;
  184. }
  185.  
  186. .file:not(.multifile) {
  187.   float: none;
  188. }
  189.  
  190. p.fileinfo {
  191.   display: block;
  192.   margin: 0 0 0 20px;
  193. }
  194.  
  195. div.post p.fileinfo {
  196.   padding-left: 5px;
  197. }
  198.  
  199. div.banner {
  200.   background-color: #E04000;
  201.   font-size: 12pt;
  202.   font-weight: bold;
  203.   text-align: center;
  204.   margin: 1em 0;
  205. }
  206.  
  207. div.banner,div.banner a {
  208.   color: white;
  209. }
  210.  
  211. div.banner a:hover {
  212.   color: #EEF2FF;
  213.   text-decoration: none;
  214. }
  215.  
  216. img.banner,img.board_image {
  217.   display: block;
  218.   border: 1px solid #a9a9a9;
  219.   margin: 12px auto 0 auto;
  220. }
  221.  
  222. .post-image {
  223.   display: block;
  224.   float: left;
  225.   margin: 5px 20px 10px 20px;
  226.   border: none;
  227. }
  228.  
  229. .full-image {
  230.   float: left;
  231.   padding: 5px;
  232.   margin: 0 20px 0 0;
  233.   max-width: 98%;
  234. }
  235.  
  236. div.post .post-image {
  237.   padding: 5px;
  238.   margin: 0 20px 0 0;
  239. }
  240.  
  241. div.post img.icon {
  242.   display: inline;
  243.   margin: 0 5px;
  244.   padding: 0;
  245. }
  246.  
  247. div.post i.fa {
  248.   margin: 0 4px;
  249.   font-size: 16px;
  250. }
  251.  
  252. div.post.op {
  253.   margin-right: 20px;
  254.   margin-bottom: 5px;
  255. }
  256.  
  257. div.post.op hr {
  258.   border-color: #D9BFB7;
  259. }
  260.  
  261. p.intro {
  262.   margin: 0.5em 0;
  263.   padding: 0;
  264.   padding-bottom: 0.2em;
  265. }
  266.  
  267. input.delete {
  268.   float: left;
  269.   margin: 1px 6px 0 0;
  270. }
  271.  
  272. p.intro span.subject {
  273.   color: #ed4;
  274.   font-weight: bold;
  275. }
  276.  
  277. p.intro span.name {
  278.   color: #117743;
  279.   font-weight: bold;
  280. }
  281.  
  282. p.intro span.capcode,p.intro a.capcode,p.intro a.nametag {
  283.   color: #F00000;
  284.   margin-left: 0;
  285. }
  286.  
  287. p.intro a {
  288.   margin-left: 5px;
  289. }
  290.  
  291. .sage {
  292.   color: red;
  293.   font-weight: bold;
  294. }
  295.  
  296. .required-star {
  297.   color: maroon;
  298. }
  299.  
  300. div.delete {
  301.   float: right;
  302. }
  303.  
  304. div.post.reply p {
  305.   margin: 0.3em 0 0 0;
  306. }
  307.  
  308. div.post.reply div.body {
  309.   margin-left: 1.8em;
  310.   margin-top: 0.8em;
  311.   padding-right: 3em;
  312.   padding-bottom: 0.3em;
  313. }
  314.  
  315. div.post.reply.highlighted {
  316.   background: #151;
  317. }
  318.  
  319. div.post.reply div.body a {
  320.   color: #D00;
  321. }
  322.  
  323. div.post {
  324.   padding-left: 20px;
  325. }
  326.  
  327. div.post div.body {
  328.   word-wrap: break-word;
  329.   white-space: pre-wrap;
  330. }
  331.  
  332. div.post.reply {
  333.   background: #141;
  334.   margin: 0.2em 4px;
  335.   padding: 0.2em 0.3em 0.5em 0.6em;
  336.   border-width: 1px;
  337.   border-style: none solid solid none;
  338.   border-color: #141;
  339.   display: inline-block;
  340.   max-width: 94%!important;
  341. }
  342.  
  343. div.post.reply.has-file.body-not-empty {
  344.   min-width: 33%;
  345. }
  346.  
  347. div.post_modified {
  348.   margin-left: 1.8em;
  349. }
  350.  
  351. div.post_modified div.content-status {
  352.   margin-top: 0.5em;
  353.   padding-bottom: 0em;
  354.   font-size: 72%;
  355. }
  356.  
  357. div.post_modified div.content-status:first-child {
  358.   margin-top: 1.3em;
  359. }
  360.  
  361. a.dashed-underline {
  362.   text-decoration: none;
  363.   border-bottom: 1px dashed;
  364. }
  365.  
  366. span.trip {
  367.   color: #228854;
  368. }
  369.  
  370. span.quote {
  371.   color: #789922;
  372. }
  373.  
  374. span.omitted {
  375.   display: block;
  376.   margin-top: 1em;
  377. }
  378.  
  379. br.clear {
  380.   clear: left;
  381.   display: block;
  382. }
  383.  
  384. span.controls {
  385.   float: right;
  386.   margin: 0;
  387.   padding: 0;
  388.   font-size: 80%;
  389. }
  390.  
  391. span.controls.op {
  392.   float: none;
  393.   margin-left: 10px;
  394. }
  395.  
  396. span.controls a {
  397.   margin: 0;
  398. }
  399.  
  400. div#wrap {
  401.   width: 900px;
  402.   margin: 0 auto;
  403. }
  404.  
  405. div.module,
  406. div.ban {
  407.   background: white;
  408.   border: 1px solid #98E;
  409.   max-width: 700px;
  410.   margin: 30px auto;
  411. }
  412.  
  413. div.ban p,
  414. div.ban h2 {
  415.   padding: 3px 7px;
  416. }
  417.  
  418. div.ban h2 {
  419.   background: #98E;
  420.   color: black;
  421.   font-size: 12pt;
  422. }
  423.  
  424. div.ban p {
  425.   font-size: 12px;
  426.   margin-bottom: 12px;
  427. }
  428.  
  429. div.ban p.reason {
  430.   font-weight: bold;
  431. }
  432.  
  433. span.heading {
  434.   color: #AF0A0F;
  435.   font-size: 11pt;
  436.   font-weight: bold;
  437. }
  438.  
  439. span.spoiler {
  440.   background: black;
  441.   color: black;
  442.   padding: 0 1px;
  443. }
  444.  
  445. div.post.reply div.body span.spoiler a {
  446.   color: black;
  447. }
  448.  
  449. span.spoiler:hover,div.post.reply div.body span.spoiler:hover a {
  450.   color: white;
  451. }
  452.  
  453. div.styles {
  454.   float: right;
  455.   padding-bottom: 20px;
  456. }
  457.  
  458. div.styles a {
  459.   margin: 0 10px;
  460. }
  461.  
  462. div.styles a.selected {
  463.   text-decoration: none;
  464. }
  465.  
  466. table.test {
  467.   width: 100%;
  468. }
  469.  
  470. table.test td,table.test th {
  471.   text-align: left;
  472.   padding: 5px;
  473. }
  474.  
  475. table.test tr.h th {
  476.   background: #98E;
  477. }
  478.  
  479. table.test td img {
  480.   margin: 0;
  481. }
  482.  
  483. fieldset label {
  484.   display: block;
  485. }
  486.  
  487. div.pages {
  488.   color: #89A;
  489.   background: #D6DAF0;
  490.   display: inline;
  491.   padding: 8px;
  492.   border-right: 1px solid #B7C5D9;
  493.   border-bottom: 1px solid #B7C5D9;
  494. }
  495.  
  496. div.pages.top {
  497.   display: block;
  498.   padding: 5px 8px;
  499.   margin-bottom: 5px;
  500.   position: fixed;
  501.   top: 0;
  502.   right: 0;
  503.   opacity: 0.9;
  504. }
  505.  
  506. @media screen and (max-width: 800px) {
  507.   div.pages.top {
  508.     display: none!important;
  509.   }
  510. }
  511.  
  512. div.pages a.selected {
  513.   color: black;
  514.   font-weight: bolder;
  515. }
  516.  
  517. div.pages a {
  518.   text-decoration: none;
  519. }
  520.  
  521. div.pages form {
  522.   margin: 0;
  523.   padding: 0;
  524.   display: inline;
  525. }
  526.  
  527. div.pages form input {
  528.   margin: 0 5px;
  529.   display: inline;
  530. }
  531.  
  532. hr {
  533.   border: none;
  534.   border-top: 1px solid #B7C5D9;
  535.   height: 0;
  536.   clear: left;
  537. }
  538.  
  539. div.boardlist {
  540.   color: #fff;
  541.   font-size: 9pt;
  542.   margin-top: 3px;
  543. }
  544.  
  545. div.boardlist.bottom {
  546.   margin-top: 20px;
  547. }
  548.  
  549. div.boardlist a {
  550.   text-decoration: none;
  551. }
  552.  
  553. div.report {
  554.   color: #333;
  555. }
  556.  
  557. table.modlog {
  558.   margin: auto;
  559.   width: 100%;
  560. }
  561.  
  562. table.modlog tr td {
  563.   text-align: left;
  564.   margin: 0;
  565.   padding: 4px 15px 0 0;
  566. }
  567.  
  568. table.modlog tr th {
  569.   text-align: left;
  570.   padding: 4px 15px 5px 5px;
  571.   white-space: nowrap;
  572. }
  573.  
  574. table.modlog tr th {
  575.   background: #98E;
  576. }
  577.  
  578. td.minimal,th.minimal {
  579.   width: 1%;
  580.   white-space: nowrap;
  581. }
  582.  
  583. div.top_notice {
  584.   text-align: center;
  585.   margin: 5px auto;
  586. }
  587.  
  588. span.public_ban {
  589.   display: block;
  590.   color: red;
  591.   font-weight: bold;
  592.   margin-top: 15px;
  593. }
  594.  
  595. span.toolong {
  596.   display: block;
  597.   margin-top: 15px;
  598. }
  599.  
  600. div.blotter {
  601.   color: red;
  602.   font-weight: bold;
  603.   text-align: center;
  604. }
  605.  
  606. table.mod.config-editor {
  607.   font-size: 9pt;
  608.   width: 100%;
  609. }
  610.  
  611. table.mod.config-editor td {
  612.   text-align: left;
  613.   padding: 5px;
  614.   border-bottom: 1px solid #98e;
  615. }
  616.  
  617. table.mod.config-editor input[type="text"] {
  618.   width: 98%;
  619. }
  620.  
  621. .desktop-style div.boardlist:not(.bottom) {
  622.   position: fixed;
  623.   top: 0;
  624.   left: 0;
  625.   right: 0;
  626.   margin-top: 0;
  627.   z-index: 30;
  628.   box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  629.   border-bottom: 0px solid;
  630.   background-color: #141;
  631. }
  632.  
  633. .desktop-style body {
  634.   padding-top: 20px;
  635. }
  636.  
  637. .desktop-style .sub {
  638.   background: inherit;
  639. }
  640.  
  641. .desktop-style .sub .sub {
  642.   display: inline-block;
  643.   text-indent: -9000px;
  644.   width: 7px;
  645.   background: url('img/arrow.png') right center no-repeat;
  646. }
  647.  
  648. .desktop-style .sub .sub:hover,.desktop-style .sub .sub.hover {
  649.   display: inline;
  650.   text-indent: 0;
  651.   background: inherit;
  652. }
  653.  
  654. #attention_bar {
  655.   height: 1.5em;
  656.   max-height: 1.5em;
  657.   width: 100%;
  658.   max-width: 100%;
  659.   text-align: center;
  660.   overflow: hidden;
  661. }
  662.  
  663. #attention_bar_form {
  664.   display: none;
  665.   padding: 0;
  666.   margin: 0;
  667. }
  668.  
  669. #attention_bar_input {
  670.   width: 100%;
  671.   padding: 0;
  672.   margin: 0;
  673.   text-align: center;
  674. }
  675.  
  676. #attention_bar:hover {
  677.   background-color: rgba(100%,100%,100%,0.2);
  678. }
  679.  
  680. p.intro.thread-hidden {
  681.   margin: 0;
  682.   padding: 0;
  683. }
  684.  
  685. form.ban-appeal {
  686.   margin: 9px 20px;
  687. }
  688.  
  689. form.ban-appeal textarea {
  690.   display: block;
  691. }
  692.  
  693. .MathJax_Display {
  694.   display:inline!important;
  695. }
  696. pre {
  697.   margin:0
  698.   display: inline!important;
  699. }
  700.  
  701. .theme-catalog div.thread img {
  702.   float: none!important;
  703.   margin: auto;
  704.   max-height: 150px;
  705.   max-width: 200px;
  706.   box-shadow: 0 0 4px rgba(0,0,0,0.55);
  707.   border: 2px solid rgba(153,153,153,0);
  708. }
  709.  
  710. .theme-catalog div.thread {
  711.   display: inline-block;
  712.   vertical-align: top;
  713.   text-align: center;
  714.   font-weight: normal;
  715.   margin-top: 2px;
  716.   margin-bottom: 2px;
  717.   padding: 2px;
  718.   height: 300px;
  719.   width: 205px;
  720.   overflow: hidden;
  721.   position: relative;
  722.   font-size: 11px;
  723.   max-height: 300px;
  724.   background: rgba(182, 182, 182, 0.12);
  725.   border: 2px solid rgba(111, 111, 111, 0.34);
  726.   max-height:300px;
  727. }
  728.  
  729. .theme-catalog div.thread strong {
  730.   display: block;
  731. }
  732.  
  733. .theme-catalog div.threads {
  734.   text-align: center;
  735.   margin-left: -20px;
  736. }
  737.  
  738. .theme-catalog div.thread:hover {
  739.   background: #131;
  740.   border-color: #121;
  741. }
  742.  
  743. .theme-catalog div.grid-size-vsmall img {
  744.   max-height: 33%;
  745.   max-width: 95%
  746. }
  747.  
  748. .theme-catalog div.grid-size-vsmall {
  749.   min-width:90px; max-width: 90px;
  750.   max-height: 148px;
  751. }
  752.  
  753. .theme-catalog div.grid-size-small img {
  754.   max-height: 33%;
  755.   max-width: 95%
  756. }
  757.  
  758. .theme-catalog div.grid-size-small {
  759.   min-width:140px; max-width: 140px;
  760.   max-height: 192px;
  761. }
  762.  
  763. .theme-catalog div.grid-size-large img {
  764.   max-height: 40%;
  765.   max-width: 95%
  766. }
  767.  
  768. .theme-catalog div.grid-size-large {
  769.   min-width: 256px; max-width: 256px;
  770.   max-height: 384px;
  771. }
  772.  
  773. .theme-catalog img.thread-image {
  774.   height: auto;
  775.   max-width: 100%;
  776. }
  777.  
  778. @media (max-width: 420px) {
  779.   .theme-catalog ul#Grid {
  780.     padding-left: 18px;
  781.   }
  782.  
  783.   .theme-catalog div.thread {
  784.     width: auto;
  785.     margin-left: 0;
  786.     margin-right: 0;
  787.   }
  788.  
  789.   .theme-catalog div.threads {
  790.     overflow: hidden;
  791.   }
  792.   div.post .body {
  793.     clear: both;
  794.   }
  795. }
  796.  
  797. .compact-boardlist {
  798.   padding: 3px;
  799.   padding-bottom: 0;
  800. }
  801.  
  802. .compact-boardlist .cb-item {
  803.   display: inline-block;
  804.   vertical-align: middle;
  805. }
  806.  
  807. .compact-boardlist .cb-icon {
  808.   padding-bottom: 1px;
  809. }
  810.  
  811. .compact-boardlist .cb-fa {
  812.   font-size: 21px;
  813.   padding: 2px;
  814.   padding-top: 0;
  815. }
  816.  
  817. .compact-boardlist .cb-cat {
  818.   padding: 5px 6px 8px 6px;
  819. }
  820.  
  821. .cb-menuitem {
  822.   display: table-row;
  823. }
  824.  
  825. .cb-menuitem span {
  826.   padding: 5px;
  827.   display: table-cell;
  828.   text-align: left;
  829.   border-top: 1px solid rgba(0,0,0,0.5);
  830. }
  831.  
  832. .cb-menuitem span.cb-uri {
  833.   text-align: right;
  834. }
  835.  
  836. .boardlist:not(.compact-boardlist) #watch-pinned::before {
  837.   content: " [ ";
  838. }
  839.  
  840. .boardlist:not(.compact-boardlist) #watch-pinned::after {
  841.   content: " ] ";
  842. }
  843.  
  844. .boardlist:not(.compact-boardlist) #watch-pinned {
  845.   display: inline;
  846. }
  847.  
  848. .boardlist:not(.compact-boardlist) #watch-pinned a {
  849.   margin-left: 3pt;
  850. }
  851.  
  852. .boardlist:not(.compact-boardlist) #watch-pinned a:first-child {
  853.   margin-left: 0pt;
  854. }
  855.  
  856. .compact-boardlist #watch-pinned {
  857.   display: inline-block;
  858.   vertical-align: middle;
  859. }
  860.  
  861. .new-posts {
  862.   opacity: 0.6;
  863.   margin-top: 1em;
  864. }
  865.  
  866. .new-threads, .board-settings {
  867.   text-align: center;
  868. }
  869.  
  870. #options_handler, #alert_handler {
  871.   position: fixed;
  872.   top: 0px;
  873.   left: 0px;
  874.   right: 0px;
  875.   bottom: 0px;
  876.   width: 100%;
  877.   height: 100%;
  878.   text-align: center;
  879.   z-index: 9900;
  880. }
  881.  
  882. #options_background, #alert_background {
  883.   background: black;
  884.   opacity: 0.5;
  885.   position: absolute;
  886.   top: 0px;
  887.   left: 0px;
  888.   right: 0px;
  889.   bottom: 0px;
  890.   width: 100%;
  891.   height: 100%;
  892.   z-index: -1;
  893. }
  894.  
  895. #options_div, #alert_div {
  896.   background-color: #141;
  897.   border: 1px solid black;
  898.   display: inline-block;
  899.   position: relative;
  900.   margin-top: 20px;
  901. }
  902.  
  903. #options_div {
  904.   width: 600px;
  905.   height: 360px;
  906. }
  907.  
  908. #alert_div {
  909.   width: 500px;
  910. }
  911.  
  912. #alert_message {
  913.   text-align: center;
  914.   margin: 13px;
  915.   font-size: 110%;
  916. }
  917.  
  918. .alert_button {
  919.   margin-bottom: 13px;
  920. }
  921.  
  922. #options_div textarea {
  923.   max-width: 100%;
  924. }
  925.  
  926. #options_close, #alert_close {
  927.   top: 0px;
  928.   right: 0px;
  929.   position: absolute;
  930.   margin-right: 3px;
  931.   font-size: 20px;
  932.   z-index: 100;
  933. }
  934.  
  935. #options_tablist {
  936.   padding: 0px 5px;
  937.   left: 0px;
  938.   width: 70px;
  939.   top: 0px;
  940.   bottom: 0px;
  941.   height: 100%;
  942.   border-right: 1px solid black;
  943. }
  944.  
  945. .options_tab_icon {
  946.   padding: 5px;
  947.   color: black;
  948.   cursor: pointer;
  949. }
  950.  
  951. .options_tab_icon.active {
  952.   color: red;
  953. }
  954.  
  955. .options_tab_icon i {
  956.   font-size: 20px;
  957. }
  958.  
  959. .options_tab_icon div {
  960.   font-size: 11px;
  961. }
  962.  
  963. .options_tab {
  964.   padding: 10px;
  965.   position: absolute;
  966.   top: 0px;
  967.   bottom: 0px;
  968.   left: 81px;
  969.   right: 0px;
  970.   text-align: left;
  971.   font-size: 12px;
  972.   overflow-y: auto;
  973. }
  974.  
  975. .options_tab h2 {
  976.   text-align: center;
  977.   margin-bottom: 5px;
  978. }
  979.  
  980. .mobile-style #options_div, .mobile-style #alert_div {
  981.   display: block;
  982.   width: 100%;
  983.   height: 100%;
  984.   margin-top: 0px;
  985. }
  986.  
  987. .mentioned {
  988.   word-wrap: break-word;
  989. }
  990.  
  991. .poster_id {
  992.   cursor: pointer;
  993. }
  994.  
  995. .poster_id::before {
  996.   content: " ID: ";
  997. }
  998.  
  999. pre {
  1000. /* Better code tags */
  1001.   max-width:inherit;
  1002.   word-wrap:normal;
  1003.   overflow:auto;
  1004.   display: block!important;
  1005.   font-size:9pt;
  1006.   font-family:monospace;
  1007. }
  1008.  
  1009. span.pln {
  1010.   color:grey;
  1011. }
  1012.  
  1013.  
  1014. @media screen and (min-width: 768px) {
  1015.   p.intro {
  1016.     clear: none;
  1017.   }
  1018.  
  1019.   div.post div.body {
  1020.     clear: none;
  1021.   }
  1022. }
  1023.  
  1024. /* threadwatcher */
  1025.  
  1026. #watchlist {
  1027.         display: none;
  1028.         max-height: 250px;
  1029.         overflow: auto;
  1030.         border: 1px solid;
  1031.         border-style: none solid solid none;
  1032.         width: 50%;
  1033.         margin: 0 auto;
  1034.         margin-bottom: 10px;
  1035. }
  1036.  
  1037. #watchlist {
  1038.         font-size: 8pt;
  1039.         width: 15%;
  1040.         position: fixed;
  1041.         right: 0pt;
  1042.         bottom: 0pt;
  1043.         margin: 0pt;
  1044.         padding: 0pt;
  1045. }
  1046.  
  1047. .watchlist-inner, .watchlist-controls {
  1048.         margin: 0pt;
  1049.         text-align: center;
  1050. }
  1051.  
  1052. #watchlist-toggle, .watchThread, .watchlist-remove, #clearList, #clearGhosts {
  1053.         cursor: pointer;
  1054. }
  1055. .own_post {
  1056.         font-style: italic;
  1057.         font-weight: normal;
  1058.         opacity: .666;
  1059. }
  1060. div.mix {
  1061.         display: inline-block;
  1062. }
  1063. .theme-catalog div.thread:hover {
  1064.         overflow-y: auto; width: 100%
  1065. }
  1066.  
  1067. /* Mona Font */
  1068.  
  1069. .aa {
  1070.         font-family: Mona, "MS PGothic", "MS Pゴシック", sans-serif;
  1071.         display: block!important;
  1072.         font-size: 12pt;
  1073. }
  1074.  
  1075. .dx,.dy,.dz {
  1076.         width: 30px;
  1077.         text-align: right;
  1078.         display: inline-block;
  1079. }
  1080.  
  1081. .dice-option table {
  1082.         border: 1px dotted black;
  1083.         margin: 0;
  1084.         border-collapse: collapse;
  1085. }
  1086.  
  1087. .dice-option table td {
  1088.         text-align: center;
  1089.         border-left: 1px dotted black;
  1090.         padding-left: 2px;
  1091.         padding-right: 2px;
  1092.         padding-bottom: 2px;
  1093. }
  1094.  
  1095. /* Quick reply (why was most of this ever in the script?) */
  1096.  
  1097. #quick-reply {
  1098.         position: fixed;
  1099.         right: 5%;
  1100.         top: 5%;
  1101.         float: right;
  1102.         display: block;
  1103.         padding: 0 0 0 0;
  1104.         width: 300px;
  1105.         z-index: 100;
  1106. }
  1107. #quick-reply #post-form-inner {
  1108.         min-width: 300px;
  1109. }
  1110. #quick-reply .post-table tr td:nth-child(2) {
  1111.         width: 33%;
  1112.         text-align: right;
  1113.         padding-right: 4px;
  1114. }
  1115. #quick-reply tr td:nth-child(2) input[type="submit"] {
  1116.         width: 99%;
  1117. }
  1118. #quick-reply th, #quick-reply td {
  1119.         margin: 0;
  1120.         padding: 0;
  1121. }
  1122. #quick-reply th {
  1123.         text-align: center;
  1124.         padding: 2px 0;
  1125.         border: 1px solid #222;
  1126. }
  1127. #quick-reply th .handle {
  1128.         float: left;
  1129.         width: 100%;
  1130.         display: inline-block;
  1131. }
  1132. #quick-reply th .close-btn {
  1133.         float: right;
  1134.         padding: 0 5px;
  1135. }
  1136. #quick-reply input[type="text"], #quick-reply select {
  1137.         width: 100%;
  1138.         padding: 2px;
  1139.         font-size: 10pt;
  1140.         box-sizing: border-box;
  1141.         -webkit-box-sizing:border-box;
  1142.         -moz-box-sizing: border-box;
  1143. }
  1144. #quick-reply textarea {
  1145.         min-width: 100%;
  1146.         box-sizing: border-box;
  1147.         -webkit-box-sizing:border-box;
  1148.         -moz-box-sizing: border-box;
  1149.         font-size: 10pt;
  1150.         resize: both;
  1151. }
  1152. #quick-reply input, #quick-reply select, #quick-reply textarea {
  1153.         margin: 0 0 1px 0;
  1154. }
  1155. #quick-reply input[type="file"] {
  1156.         padding: 5px 2px;
  1157. }
  1158. #quick-reply .nonsense {
  1159.         display: none;
  1160. }
  1161. #quick-reply td.recaptcha {
  1162.         text-align: center;
  1163.         padding: 0 0 1px 0;
  1164. }
  1165. #quick-reply td.recaptcha span {
  1166.         display: inline-block;
  1167.         width: 100%;
  1168.         background: white;
  1169.         border: 1px solid #ccc;
  1170.         cursor: pointer;
  1171. }
  1172. #quick-reply td.recaptcha-response {
  1173.         padding: 0 0 1px 0;
  1174. }
  1175. @media screen and (max-width: 600px) {
  1176.         #quick-reply {
  1177.                 display: none !important;
  1178.         }
  1179. }
  1180.  
  1181. #youtube-size input {
  1182.         width: 50px;
  1183. }
  1184.  
  1185. /* File selector */
  1186. .dropzone {
  1187.   color: #000;
  1188.   cursor: default;
  1189.   margin: auto;
  1190.   padding: 0px 4px;
  1191.   text-align: center;
  1192.   min-height: 50px;
  1193.   max-height: 140px;
  1194.   transition: 0.2s;
  1195.   background-color: rgba(200, 200, 200, 0.5);
  1196.   overflow-y: auto;
  1197. }
  1198. .dropzone-wrap {
  1199.   width: 100%;
  1200. }
  1201. .dropzone .file-hint {
  1202.   color: rgba(0, 0, 0, 0.5);
  1203.   cursor: pointer;
  1204.   position: relative;
  1205.   margin-bottom: 5px;
  1206.   padding: 10px 0px;
  1207.   top: 5px;
  1208.   transition: 0.2s;
  1209.   border: 2px dashed rgba(125, 125, 125, 0.4);
  1210. }
  1211. .file-hint:hover, .dropzone.dragover .file-hint {
  1212.   color: rgba(0, 0, 0, 1);
  1213.   border-color: rgba(125, 125, 125, 0.8);
  1214. }
  1215. .dropzone.dragover {
  1216.   background-color: rgba(200, 200, 200, 1);
  1217. }
  1218. .dropzone .file-thumbs {
  1219.   text-align: left;
  1220.   width: 100%;
  1221. }
  1222. .dropzone .tmb-container {
  1223.   padding: 3px;
  1224.   overflow-x: hidden;
  1225.   white-space: nowrap;
  1226. }
  1227. .dropzone .file-tmb {
  1228.   height: 40px;
  1229.   width: 70px;
  1230.   cursor: pointer;
  1231.   display: inline-block;
  1232.   text-align: center;
  1233.   background-color: rgba(187, 187, 187, 0.5);
  1234.   background-size: cover;
  1235.   background-position: center;
  1236. }
  1237. .dropzone .file-tmb span {
  1238.   font-weight: 600;
  1239.   position: relative;
  1240.   top: 13px;
  1241. }
  1242. .dropzone .tmb-filename {
  1243.   display: inline-block;
  1244.   vertical-align: bottom;
  1245.   bottom: 12px;
  1246.   position: relative;
  1247.   margin-left: 5px;
  1248. }
  1249. .dropzone .remove-btn {
  1250.   cursor: pointer;
  1251.   color: rgba(125, 125, 125, 0.5);
  1252.   display: inline-block;
  1253.   vertical-align: bottom;
  1254.   bottom: 10px;
  1255.   position: relative;
  1256.   margin-right: 5px;
  1257.   font-size: 20px
  1258. }
  1259. .dropzone .remove-btn:hover {
  1260.   color: rgba(125, 125, 125, 1);
  1261. }
RAW Paste Data
Top