Advertisement
Guest User

Untitled

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