Skip to content

Instantly share code, notes, and snippets.

@xianbaum
Last active July 3, 2019 04:41
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/15f2d426d405e31d80f1527c637fe1fd to your computer and use it in GitHub Desktop.
Save xianbaum/15f2d426d405e31d80f1527c637fe1fd to your computer and use it in GitHub Desktop.
A userstyle
/* ==UserStyle==
@name 4cxc
@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"), domain("boards.4channel.org") {
html, body {
margin: 0;
}
body {
background-image: none;
background-color: #2a284f;
color: #fcfcfc !important;
font-family: sans-serif;
font-size: 10pt;
}
.name {
color: #f5d3d9 !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: #0c284f !important;
border: none !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: #00284f !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: #00284f !important;
border: 1px dotted !important;;
border-left: 2px solid;
border-color: #2ece90 !important;
color: #fcfcfc !important;
}
.quote {
color: #2ece90 !important;
}
.subject {
color: #fcde00 !important;
font-weight: bold;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment