Advertisement
Guest User

realchan

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