Skip to content

Instantly share code, notes, and snippets.

@xianbaum
Created June 26, 2018 04:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xianbaum/63547ec2f2180a28e9ae47f332305e24 to your computer and use it in GitHub Desktop.
Save xianbaum/63547ec2f2180a28e9ae47f332305e24 to your computer and use it in GitHub Desktop.
A userstyle
/* ==UserStyle==
@name 4cxcw
@namespace github.com/openstyles/stylus
@version 1.0.0
@homepageURL https://gist.github.com/xianbaum/15f2d426d405e31d80f1527c637fe1fd/
@updateURL https://gist.github.com/xianbaum/15f2d426d405e31d80f1527c637fe1fd/raw/
==/UserStyle==*/
/*
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law.
You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information below.
*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("boards.4chan.org") {
html, body {
margin: 0;
}
body {
background-image: none;
background-color: #ffffff;
color: #000 !important;
font-family: sans-serif;
font-size: 10pt;
}
.name {
color: #f59399 !important;
font-weight: bold;
}
.postNum a {
color: #ded !important;
text-decoration: none !important;
}
a:link, a.quoted {
color: #df33a5 !important;;
text-decoration: underline;
}
a:hover {
color: #df3305;
text-decoration: none
}
body a:visited,a.quotelink.inlined, a.backlink.inlined{
color: #6a1a43 !important;
text-decoration: none !important;
opacity: 1 !important;
}
hr, .blotter-msgs, .boardBanner, #globalMessage, #absbot, form[enctype="multipart/form-data"], .bottomCtrl, #index-mode, #index-size, #id_css, .adg-rects, #mpostform, div[style="position:relative"], .middlead, .mobile{
display: none !important;
}
.reply {
background-color: #e5e5e5 !important;
border: none !important;
border-left: 1px solid #aaa !important;
display: table;
padding: 2px;
}
div.post div.file .fileThumb img {
float: left;
}
div.post div.file .fileThumb {
float: left;
margin-left: 20px;
margin-right: 20px;
margin-top: 3px;
margin-bottom: 5px;
}
div.post {
margin: 4px 0;
}
#header-bar {
background-color: #aaa !important;
border: none !important;
border-bottom: 1px solid ;
}
.quotesYou .reply, .inline, .dialog, input, textarea, #qr-filename-container, #file-n-submit, .catalog-post, input[type="button"],#file-n-submit input[type="submit"]{
background: #f7f7f7 !important;
border: 1px solid !important;;
border-left: 2px solid;
border-color: #000 !important;
color: #000 !important;
}
.quote {
color: #2ece90 !important;
}
.subject {
color: #aaaaff !important;
font-weight: bold;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment