Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @-moz-document domain(boards.4chan.org) {
- :root {
- --back: rgb(85, 43, 43);
- --fore: #FFFFFF;
- --color: #753232;
- --high: #C59280;
- --high2: #955242;
- --green: #9ED34F;
- --misclink: #BEB3FF
- }
- body, #footer-links{
- background: var(--back) !important;
- color: var(--fore) !important;
- font-family: "GohuFont";
- font-size: 9pt;
- }
- .extButton, .collapseIcon, hr, #togglePostFormLink, #blotter>tfoot, #globalMessage, #boardNavDesktopFoot, #absbot, .bottomCtrl.desktop, #search-box {
- display: none !important;
- }
- .fileThumb {
- padding: 5px;
- }
- #blotter {
- padding: 15px !important;
- }
- div.boardBanner {
- padding-top: 15px !important;
- }
- div.boardBanner>div.boardTitle {
- font-family: "GohuFont" !important;
- letter-spacing: 10px;
- padding: 15px !important;
- font-size: 20pt !important;
- }
- .quote{
- color: var(--green) !important;
- }
- span {
- color: var(--high) !important;
- }
- img {
- border: transparent !important;
- }
- img.extButton.threadHideButton, img.extButton.expbtn{
- border: transparent !important;
- border-radius: 2px !important;
- -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
- filter: grayscale(100%);
- }
- input{
- border: transparent !important;
- }
- body{
- padding-top: 0px !important;
- padding-left: 0px !important;
- }
- a.quotelink, .fileText>a, .postNum.desktop>a, .boardList>a, #ctrl-top>a, .btn-wrap>a, .navLinks.desktop>a {
- color: var(--high) !important;
- text-decoration: none !important;
- }
- .hand {
- color: white !important;
- }
- a, a.replylink:not(:hover) {
- color: var(--misclink) !important;
- }
- a:hover {
- color: #FF0000 !important;
- }
- .sideArrows {
- display: none !important;
- }
- .extPanel {
- padding: 15px !important;
- box-shadow: 5px 5px var(--high) !important;
- border-width: 0px !important;
- background: var(--color) !important;
- }
- .post.reply, .post, .extended-small>div.thread
- {
- margin-bottom: 15px !important;
- box-shadow: 5px 5px var(--high) !important;
- border-width: 0px !important;
- background:var(--color) !important;
- padding: 15px;
- margin-left: 15px !important;
- margin-right: 15px !important;
- }
- .post.op
- {
- display: block;
- }
- .post.reply:target, .post.reply.highlight, .post:hover, .extended-small>div.thread:hover
- {
- background: var(--high2) !important;
- margin-bottom: 15px !important;
- box-shadow: 5px 5px var(--fore) !important;
- border-width: 0px !important;
- padding: 15px;
- margin-left: 15px !important;
- margin-right: 15px !important;
- }
- .prettyprint
- {
- background: black !important;
- }
- .file, .panelHeader
- {
- border: none !important;
- display: block !important;
- background-color: var(--color) !important;
- width: 100% !important;
- background: none !important;
- }
- .fileText
- {
- display: block !important;
- margin-left: 25px !important;
- font-size: 7pt;
- }
- .postInfo.desktop
- {
- background: none !important;
- padding: 5px !important;
- }
- .navLinks.desktop, #ctrl-top {
- padding: 15px !important;
- }
- .summary.desktop {
- margin-top: -5px !important;
- margin-left: 20px !important;
- padding: 10px !important;
- display: block !important;
- }
- input[type="checkbox"] {
- -webkit-appearance: none;
- background-color: var(--high) !important;
- background: var(--high) !important;
- padding: 0px;
- margin: 5px;
- top: 2.5px;
- position: relative;
- }
- input[type="checkbox"]:checked:after {
- content: 'X';
- font-size: 10px;
- position: absolute;
- top: 0px;
- left: 2px;
- color: #000000;
- }
- .boardList {
- display: block !important;
- box-shadow: 5px 5px var(--high) !important;
- border-width: 0px !important;
- background: var(--color) !important;
- padding: 15px;
- margin-left: 15px !important;
- margin-right: 15px !important;
- }
- .pagelist.desktop {
- display: block !important;
- box-shadow: 5px 5px var(--high) !important;
- border-width: 0px !important;
- background: var(--color) !important;
- padding: 15px;
- margin-left: 15px !important;
- margin-right: 15px !important;
- margin-bottom: 15px !important;
- width: calc(100% - 60px) !important;
- padding: auto !important;
- }
- #navtopright {
- margin: 15px
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment