Advertisement
Guest User

Untitled

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