Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - /*monoelains ez css for VIP quality imageboards. steal this .css and edit it to your liking. */
 - /* OPTION HIDING */
 - /*removes footer (STI pls dont sue)
 - footer {
 - display:none;
 - color: #ffffff;
 - }
 - /* hides AA in catalog */
 - .theme-catalog span.aa {
 - display: none !important;
 - }
 - /* hides expand all images */
 - #expand-all-images {
 - display: none;
 - }
 - /* hides hints*/
 - .hint {
 - display: none;
 - }
 - /* hides horizontal bar */
 - hr {
 - display: none;
 - }
 - /*banner stuff*/
 - img.banner, img.board_image {
 - border: 1px solid #989898;
 - display: ;
 - margin: 30px auto 0px;
 - margin-top: 50px;
 - }
 - /* hides delete options (obsolete) */
 - div.delete {
 - display: none;
 - }
 - /*makes files align vertically (hw pls fix this shit)*/
 - .file {
 - display: block;
 - margin-right: 11px;
 - }
 - /*gives quick reply its border/shadow*/
 - #quick-reply table {
 - background: none repeat scroll 0 0 #2b2b2b;
 - border: 1px solid #989898;
 - margin: 0;
 - box-shadow: 3px 3px #989898;
 - width: auto !important;
 - }
 - /*makes posting form maroon*/
 - form table tr th {
 - background-color: #2e8b57;
 - color: #2b2b2b;
 - font-family: "Lucida Console", Monaco, monospace;
 - }
 - /* makes Youtube thumbs not obscenely big */
 - div.video-container {
 - width: auto !important;
 - height: auto !important;
 - max-height: 50% !important;
 - max-width: 50% !important;
 - }
 - /* Image thumbs size limit (make as big as you want)*/
 - .post-image {
 - height: auto !important;
 - width: auto !important;
 - max-height: 60%;
 - max-width: 60%;
 - padding: 5px;
 - }
 - /* Keep small thumbnails in replies */
 - .post.reply a:not([data-expanded="true"]) .post-image {
 - width: auto !important;
 - height: auto !important;
 - max-height: 60%;
 - max-width: 60%;
 - }
 - /* reply box size */
 - .input[type="text"], textarea {
 - min-height: 117px;
 - min-width: 240px;
 - }
 - /*boardwide font stuff goes here also background image*/
 - body {
 - padding: 0;
 - font-family: "Lucida Console", Monaco, monospace;
 - font-size: 14px;
 - background: url("https://a.pomf.se/waivbu.png") fixed repeat top #000000;
 - float: left;
 - margin-left: 10px;
 - margin-right: 35px;
 - }
 - /*saves one pixel of space*/
 - header {
 - margin-bottom: 0px;
 - }
 - /*gives posting table its border/shadow*/
 - form table {
 - width: 100%;
 - min-height: 250px;
 - display: inline-block;
 - margin: 5px auto;
 - background-color: #2b2b2b;
 - border: solid 1px #989898;
 - color: #61CE3C;
 - padding: 5px;
 - }
 - form table tr th {
 - font-weight: normal;
 - background-color: #2b2b2b;
 - }
 - /*gives threads its border/shadow*/
 - div[id^="thread_"] {
 - background-color: #1A1A1A;
 - color: #5EE048;
 - margin-bottom: 20px;
 - padding: 10px;
 - border: solid thin #444;
 - box-shadow: -2px 2px #52C4C4;
 - width: 100%;
 - }
 - /*makes post links purple*/
 - div.post.reply div.body a {
 - color: #E33DC8;
 - }
 - /*gives replies border/shadow*/
 - div.post.reply {
 - max-width: 95% !important;
 - margin-top: 9px;
 - border: solid thin #444;
 - box-shadow: -2px 2px #C4C452;
 - background-color: #2a2a2a;
 - }
 - a {
 - color: purple;
 - }
 - /*unfucks highlighting replies and gives border/shadow*/
 - div.post.reply.highlighted {
 - background-color: #2b2b2b;
 - border: solid 1px #ff00ff;
 - box-shadow: -2px 2px #ff00ff;
 - }
 - /*dont touch this*/
 - div.body {
 - display: block;
 - clear: both;
 - padding-top: 10px;
 - }
 - /*makes page bar have border/shadow*/
 - div.pages {
 - width: 100%;
 - display: block;
 - clear: both;
 - border: solid 1px #2e8b57;
 - background-color: #2b2b2b;
 - }
 - /*hovered links have underline*/
 - a:hover {
 - text-decoration: underline;
 - }
 - /*stops textbox resizing shenanigans*/
 - .input[type="text"], textarea {
 - font-size: 14px;
 - max-width: 9000px;
 - font-family: "Lucida Console", Monaco, monospace;
 - min-height: 115px;
 - min-width: 270px;
 - background-color: #1A1A1A;
 - color: #61CE3C;
 - }
 - input {
 - background-color: #1A1A1A;
 - color: #61CE3C;
 - }
 - select {
 - background-color: #1A1A1A;
 - color: #61CE3C;
 - }
 - /*boardname nice font. replace with something classy someday*/
 - header div.subtitle, h1 {
 - font-family: "Lucida Console", Monaco, monospace;
 - color: #55ff55;
 - }
 - /*announcement font and color*/
 - div.blotter {
 - padding: 15px;
 - color: #54D6D4;
 - font-family: "Lucida Console", Monaco, monospace;
 - }
 - /*makes links purple*/
 - a {
 - color: #ff00ff;
 - text-decoration: none;
 - }
 - /*top boardlist stuff. change position to "fixed" to make it behave like normal 8chan*/
 - div.boardlist:not(.bottom) {
 - background-color: #1A1A1A !important;
 - text-align: center;
 - padding: 5px 1px;
 - letter-spacing: -2px;
 - color: #989898;
 - font-size: 11px;
 - border-bottom: double 3px #989898 !important;
 - position:fixed;
 - }
 - /*favorites in a new line*/
 - div.boardlist span.favorite-boards {
 - display: ;
 - }
 - /*subject color*/
 - p.intro span.subject {
 - color: #5EE048;
 - }
 - /*bottom boardlist centered*/
 - div.boardlist.bottom {
 - text-align: center;
 - background-color: #1A1A1A;
 - border: solid 1px #989898;
 - width: 100%;
 - margin: 15px;
 - }
 - /*colors name*/
 - p.intro span.name {
 - color: #989898;
 - font-family: ;
 - }
 - /*catalog stuff*/
 - .theme-catalog div.thread {
 - background-color: #2b2b2b;
 - color: #61CE3C;
 - border: solid 1px #D4D439;
 - }
 - .theme-catalog div.thread:hover {
 - background-color: #383838;
 - border: solid 1px #2e8b57;
 - }
 - span.trip {
 - color: rgb(34, 136, 84);
 - }
 - #updater, #thread-links {
 - background-color: #2b2b2b;
 - border:solid 1px #989898;
 - padding: 5px;
 - margin: 5px;
 - color: #989898;
 - }
 - A#update_thread
 - {color: #ffffff;}
 - A#thread-catalog
 - {color: #ffffff;}
 - A#thread-top
 - {color: #ffffff;}
 - A#thread-return
 - {color: #ffffff;}
 - div.banner {
 - width: 100%;
 - display:block;
 - background: #E6E655;
 - color: #383838;
 - }
 - #quick-reply th .close-btn{
 - color:#ffffff;
 - }
 - div.post-hover {
 - border: solid 1px #ff00ff;
 - max-width: 50%;
 - }
 - span.subject:after { content: '\A'; white-space:pre; }
 - SPAN.controls.op:before { content: '\A'; white-space:pre; }
 - a:visited {color: #ff00ff}
 - div.body a {
 - color: #ff00ff;
 - }
 - span.quote {color: #ff00ff;}
 - a:hover,p.intro a.post_no:hover {
 - color: #ff00ff !important;
 - }
 - p.intro {color: #989898}
 - p.intro a {color: #ffffff !important}
 - A.post_no {color:#989898}
 - p.fileinfo
 - {color: #989898 !important}
 - p.fileinfo a:link{
 - color: #989898;
 - } !important;
 - max-width: 50%;
 - }
 - span.subject:after { content: '\A'; white-space:pre; }
 - SPAN.controls.op:before { content: '\A'; white-space:pre; }
 - a:visited {color: #ff00ff}
 - span.quote {color: #49D6D6;}
 - a:hover,p.intro a.post_no:hover {
 - color: #ff00ff !important;
 - }
 - p.intro {color: #989898}
 - p.intro a {color: #ffffff !important}
 - A.post_no {color:#989898}
 - p.fileinfo
 - {color: #989898 !important}
 - p.fileinfo a:link{
 - color: #989898;
 - }
 - DIV#thread_stats
 - {
 - border: solid 1px #989898;
 - color: #989898;
 - }
 - DIV.file-hint
 - {background-color: #383838;}
 - div.dropzone
 - {background-color: #383838;
 - color: #ffffff}
 - #options_div
 - {background-color: #383838; color: #61CE3C;
 - }
 - div.options_tab_icon
 - {color: #61CE3C;}
 - div.options_tab_icon.active
 - {color: #ffffff;}
 - #filter-container
 - {background-color: #707070;
 - color: #ffffff;}
 - #treeview
 - {display:none}
 - span.heading
 - {color: #D6D649}
 - body > footer:nth-child(19)
 - {color: #ffffff;}
 - div.boardlist a {color: #ffffff;}
 - form table tr th {
 - color: #ffffff !important;
 - }
 - p.intro a.email span.name{color: #c80b63}
 - p.intro span.capcode {color: #FBDE2D}
 - p.intro span.capcode:before {font-family: MS PGothic; content: "??ยด??? ??"}
 - label {display:none}
 - div.post-menu {color: #ffffff}
 - @media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
 - div.boardlist:not(.bottom) {position: static;}
 - body { min-width: 100%;}
 - }
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment