Advertisement
Guest User

cyber.ss

a guest
Apr 8th, 2015
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.49 KB | None | 0 0
  1.  
  2.  
  3.     /*monoelains ez css for VIP quality imageboards. steal this .css and edit it to your liking. */
  4.      
  5.     /* OPTION HIDING */
  6.      
  7.      
  8.     /*removes footer (STI pls dont sue)
  9.     footer {
  10.     display:none;
  11.     color: #ffffff;
  12.     }
  13.      
  14.     /* hides AA in catalog */
  15.     .theme-catalog span.aa {
  16.         display: none !important;
  17.     }
  18.      
  19.     /* hides expand all images */
  20.     #expand-all-images {
  21.         display: none;
  22.     }
  23.      
  24.     /* hides hints*/
  25.     .hint {
  26.         display: none;
  27.     }
  28.      
  29.     /* hides horizontal bar */
  30.     hr {
  31.         display: none;
  32.     }
  33.      
  34.     /*banner stuff*/
  35.     img.banner, img.board_image {
  36.         border: 1px solid #989898;
  37.         display: ;
  38.         margin: 30px auto 0px;
  39.         margin-top: 50px;
  40.     }
  41.      
  42.     /* hides delete options (obsolete) */
  43.     div.delete {
  44.         display: none;
  45.     }
  46.      
  47.     /*makes files align vertically (hw pls fix this shit)*/
  48.     .file {
  49.         display: block;
  50.     margin-right: 11px;
  51. }
  52.  
  53.      
  54.     /*expanded image border/shadow*/
  55.     .full-image {
  56.         padding: 5px;
  57.         margin: 0px 0px 0px;
  58.         max-width: 80% !important;
  59.         float: none;
  60.     }
  61.      
  62.     /*gives quick reply its border/shadow*/
  63.     #quick-reply table {
  64.         background: none repeat scroll 0 0 #2b2b2b;
  65.         border: 1px solid #989898;
  66.         margin: 0;
  67.         box-shadow: 3px 5px #989898;
  68.         width: auto !important;
  69.     }
  70.      
  71.     /*makes posting form maroon*/
  72.     form table tr th {
  73.         background-color: #2e8b57;
  74.         color: #2b2b2b;
  75.         font-family: "Lucida Console", Monaco, monospace;
  76.     }
  77.      
  78.     /*gives images border/shadow*/
  79.     div.files img.post-image {
  80.         padding: 0px;
  81.         border-radius: 0;
  82.         margin-bottom: 5px;
  83.     }
  84.      
  85.     /* makes Youtube thumbs not obscenely big */
  86.     div.video-container  {
  87.         width: auto !important;
  88.         height: auto !important;
  89.         max-height: 50% !important;
  90.         max-width: 50% !important;
  91.     }
  92.      
  93.     /* Image thumbs size limit (make as big as you want)*/
  94.     .post-image {
  95.         height: auto !important;
  96.         width: auto !important;
  97.         max-height: 60%;
  98.         max-width: 60%;
  99.         padding: 5px;
  100.         background-color: #2b2b2b;
  101.     }
  102.      
  103.     /* Keep small thumbnails in replies */
  104.     .post.reply a:not([data-expanded="true"]) .post-image {
  105.         width: auto !important;
  106.         height: auto !important;
  107.         max-height: 60%;
  108.         max-width: 60%;
  109.     }
  110.      
  111.     /* reply box size */
  112.     .input[type="text"], textarea {
  113.         min-height: 117px;
  114.         min-width: 240px;
  115.     }
  116.      
  117.     /*boardwide font stuff goes here also background image*/
  118.     body {
  119.         padding: 0;
  120.         font-family: "Lucida Console", Monaco, monospace;
  121.         font-size: 14px;
  122.         background: url("https://a.pomf.se/waivbu.png") fixed repeat top #000000;
  123. float: left;
  124. margin-left: 10px;
  125. margin-right: 35px;
  126.     }
  127.     /*saves one pixel of space*/
  128.     header {
  129.         margin-bottom: 0px;
  130.     }
  131.      
  132.     /*gives posting table its border/shadow*/
  133.     form table {
  134.         width: 100%;
  135.         minimum-width: 960px;
  136.         min-height: 250px;
  137.         display: inline-block;
  138.         margin: 5px auto;
  139.         background-color: #2b2b2b;
  140.         border: solid 1px #989898;
  141.         color: #61CE3C;
  142.         padding: 5px;
  143.     }
  144.  
  145.     form table tr th {
  146.         font-weight: normal;
  147.         background-color: #2b2b2b;
  148.     }
  149.      
  150.     /*gives threads its border/shadow*/
  151.     div[id^="thread_"] {
  152.         background-color: #1A1A1A;
  153.         color: #61CE3C;
  154.         margin-bottom: 20px;
  155.         padding: 10px;
  156.         border: solid 1px #38D1D1;
  157.         width: 100%;
  158.     }
  159.      
  160.     /*adds horizontal bar below subject*/
  161.     p.intro {
  162.         background-image: url('https://i.imgur.com/Ua5aMb0.png');
  163.         background-repeat: repeat-x;
  164.         background-position: bottom;
  165.         padding-bottom: 7px;
  166.     }
  167.      
  168.     /*gives replies border/shadow*/
  169.     div.post.reply {
  170.         max-width: 95% !important;
  171.         padding: 4px;
  172.         margin-top: 9px;
  173.         border: solid 1px #D4D439;
  174.         background-color: #2b2b2b;
  175.     }
  176.      
  177.     /*unfucks highlighting replies and gives border/shadow*/
  178.     div.post.reply.highlighted {
  179.         background-color: #2b2b2b;
  180.         border: solid 1px #ff00ff;
  181.         box-shadow: 3px 5px #ff00ff;
  182.     }
  183.      
  184.     /*dont touch this*/
  185.     div.body {
  186.         display: block;
  187.         clear: both;
  188.         padding-top: 10px;
  189.     }
  190.      
  191.     /*makes page bar have border/shadow*/
  192.     div.pages {
  193.         width: 100%;
  194.         display: block;
  195.         clear: both;
  196.         border: solid 1px #2e8b57;
  197.         background-color: #2b2b2b;
  198.     }
  199.      
  200.     /*hovered links have underline*/
  201.     a:hover {
  202.         text-decoration: underline;
  203.     }
  204.      
  205.     /*stops textbox resizing shenanigans*/
  206.     .input[type="text"], textarea {
  207.         font-size: 14px;
  208.         max-width: 9000px;
  209.     font-family: "Lucida Console", Monaco, monospace;
  210.         min-height: 115px;
  211.         min-width: 270px;
  212.     background-color: #1A1A1A;
  213.     color: #61CE3C;
  214.     }
  215.  
  216. input {
  217. background-color: #1A1A1A;
  218.     color: #61CE3C;
  219. }
  220. select {
  221. background-color: #1A1A1A;
  222.     color: #61CE3C;
  223. }
  224.      
  225.     /*boardname nice font. replace with something classy someday*/
  226.     header div.subtitle, h1 {
  227.         font-family: "Lucida Console", Monaco, monospace;
  228.         color: #55ff55;
  229.     }
  230.      
  231.     /*announcement font and color*/
  232.     div.blotter {
  233.         padding: 15px;
  234.         color: #cc0000;
  235.         font-family: "Lucida Console", Monaco, monospace;
  236.     }
  237.      
  238.     /*makes links red*/
  239.     a {
  240.         color: #ff00ff;
  241.         text-decoration: none;
  242.     }
  243.      
  244.     /*top boardlist stuff. change position to "fixed" to make it behave like normal 8chan*/
  245.     div.boardlist:not(.bottom) {
  246.         background-color: #1A1A1A !important;
  247.         text-align: center;
  248.         padding: 5px 1px;
  249.         letter-spacing: -2px;
  250.         color: #989898;
  251.         font-size: 11px;
  252.         border-bottom: double 3px #989898 !important;
  253.         position:fixed;
  254.     }
  255.      
  256.     /*favorites in a new line*/
  257.     div.boardlist span.favorite-boards {
  258.         display: ;
  259.     }
  260.      
  261.     /*subject color*/
  262.     p.intro span.subject {
  263.         color: #7b68ee;
  264.     }
  265.      
  266.     /*bottom boardlist centered*/
  267.      
  268.     div.boardlist.bottom {
  269.         text-align: center;
  270.         background-color: #1A1A1A;
  271.         border: solid 1px #989898;
  272.         width: 100%;
  273.     margin: 15px;
  274.  
  275.    
  276.     }
  277.      
  278.     /*colors name*/
  279.     p.intro span.name {
  280.         color: #989898;
  281.         font-family: ;
  282.     }
  283.      
  284.     /*catalog stuff*/
  285.     .theme-catalog div.thread {
  286.         background-color: #2b2b2b;
  287.         color: #61CE3C;
  288.         border: solid 1px #D4D439;
  289.     }
  290.      
  291.     .theme-catalog div.thread:hover {
  292.         background-color: #383838;
  293.         border: solid 1px #2e8b57;
  294.     }
  295.      
  296.     span.trip {
  297.         color: rgb(34, 136, 84);
  298.     }
  299.      
  300.     #updater, #thread-links {
  301.     background-color: #2b2b2b;
  302.     border:solid 1px #989898;
  303.     padding: 5px;
  304.     margin: 5px;
  305.     color: #989898;
  306.     }
  307.    
  308.     A#update_thread
  309.     {color: #ffffff;}
  310.     A#thread-catalog
  311.     {color: #ffffff;}
  312.     A#thread-top
  313.     {color: #ffffff;}
  314.     A#thread-return
  315.     {color: #ffffff;}
  316.    
  317. div.banner {
  318. width: 100%;
  319. display:block;
  320. background: #E6E655;
  321. color: #383838;
  322. }
  323. a.unimportant{
  324.     color: #222;
  325. }
  326.  
  327. #quick-reply th .close-btn{
  328. color:#ffffff;
  329.  
  330. }
  331.  
  332. div.post-hover {
  333.  
  334. border: solid 1px #ff00ff;
  335. max-width: 50%;
  336. }
  337.  
  338. span.subject:after { content: '\A'; white-space:pre;  }
  339. SPAN.controls.op:before { content: '\A'; white-space:pre;  }
  340.  
  341. a:visited {color: #ff00ff}
  342.  
  343. div.body a {
  344.     color: #ff00ff;
  345. }
  346.  
  347. span.quote {color: #ff00ff;}
  348. a:hover,p.intro a.post_no:hover {
  349.   color: #ff00ff !important;
  350. }
  351.  
  352. p.intro {color: #989898}
  353.  
  354. p.intro a {color: #ffffff !important}
  355. A.post_no {color:#989898}
  356.  
  357.  
  358. p.fileinfo
  359. {color: #989898 !important}
  360.  
  361. p.fileinfo a:link{
  362.     color: #989898;
  363. } !important;
  364. max-width: 50%;
  365. }
  366.  
  367. span.subject:after { content: '\A'; white-space:pre;  }
  368. SPAN.controls.op:before { content: '\A'; white-space:pre;  }
  369.  
  370. a:visited {color: #ff00ff}
  371.  
  372. span.quote {color: #93e0e3;}
  373. a:hover,p.intro a.post_no:hover {
  374.   color: #ff00ff !important;
  375. }
  376.  
  377. p.intro {color: #989898}
  378.  
  379. p.intro a {color: #ffffff !important}
  380. A.post_no {color:#989898}
  381.  
  382.  
  383. p.fileinfo
  384. {color: #989898 !important}
  385.  
  386. p.fileinfo a:link{
  387.     color: #989898;
  388. }
  389.  
  390. DIV#thread_stats
  391. {
  392. border: solid 1px #989898;
  393. color: #989898;
  394. }
  395.  
  396. DIV.file-hint
  397.     {background-color: #383838;}
  398. div.dropzone
  399. {background-color: #383838;
  400. color: #ffffff}
  401.  
  402. #options_div
  403. {background-color: #383838; color: #61CE3C;
  404. }
  405. div.options_tab_icon
  406. {color: #61CE3C;}
  407. div.options_tab_icon.active
  408. {color: #ffffff;}
  409. #filter-container
  410. {background-color: #707070;
  411. color: #ffffff;}
  412. #treeview
  413. {display:none}
  414. span.heading
  415. {color: #FF6400}
  416. body > footer:nth-child(19)
  417. {color: #ffffff;}
  418. div.boardlist a {color: #ffffff;}
  419.  
  420. form table tr th {
  421.     color: #ffffff !important;
  422. }
  423.  
  424. p.intro a.email span.name{color: #c80b63}
  425. p.intro span.capcode {color: #FBDE2D}
  426. p.intro span.capcode:before {font-family: MS PGothic; content: "( ´∀`) 🔰"}
  427.  
  428.  
  429. label {display:none}
  430.  
  431. div.post-menu {color: #ffffff}
  432.  
  433.  
  434.  
  435. @media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  436.  
  437. div.boardlist:not(.bottom) {position: static;}
  438. body { min-width: 100%;}
  439. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement