All pastes #2097124 Raw Edit

!!Me2iIexFVez 20101026-070958

public text v1 · immutable
#2097124 ·published 2011-12-29 04:27 UTC
rendered paste body
/* 
!!Me2iIexFVez
A 'User Style' for use with the Stylish Firefox Extension
Used the following to learn syntax and create this file: 
    4chan - Black Like Your Soul
    4chan - darken/tweak by [[dethzilla]]
    4chan - RiceChan Alpha
    HURR
Updates:
    20101028-021949 - <b> bolder
*/

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("boards.4chan.org"),
               domain("images.4chan.org"),
               domain("sys.4chan.org"),
               domain("green-oval.net") {
/*--------------------------------------------*/
body
{ 
    background: #5D6458 !important;
    color: #798273 !important;
    font-size: 100% !important;
}
/* fonts */
/*body, .navtop, .replyhl, .reply, a, a:hover, a.quotejs, a.quotejs:hover, a.quotelink, span.filesize {
    font-family: "VL PGothic", "Verdana", Sans-Serif !important;
}*/

* {
    border: none !important;
    color: #D1D4C9 !important; /* view text */
}

/* all links */
a {
/*    color: #11aaff !important;*/ /* link */
    color: #9f0 !important;
}

/* Hover colour for links */
a:hover { color: #9f9 !important; }

/* just a bar at start & end of page */
html {
    background: #5D6458 url('null') fixed bottom right no-repeat !important;
}

/* Delete Post & pages list */
.deletebuttons, .pages { 
    background: #798273 !important;
}
b { 
    color: #f00 !important;
    text-shadow: 0 1px 1px #ff0;
}

/*--------------------------------------------*/

/* input box - ALL */
.inputtext {
    table-layout:auto; 
    width: 300px; 
    height: 24px !important;
    vertical-align: top !important; 
    font-family: sans-serif !important; 
}

/* input box - comment */
textarea.inputtext { 
    height: 100px !important; 
}


/*--------------------------------------------*/
/*Poster name for OP and replies*/
/*.postername, .commentpostername, .linkmail:not([href="mailto:sage"]) {
    background-color: #798273 !important;
}*/

/*Mod username*/
.postername [style^="color: rgb(128, 0, 128)"] { color: #99f !important; }
.commentpostername [style^="color: rgb(128, 0, 128)"] { color: #99f !important; }


/*Mootykins gets to be special*/
.postername [style^="color: rgb(240, 0, 0)"] { color: #f0f !important; }
.postertrip [style^="color: rgb(255, 0, 0)"] { color: #f0f !important; }
.commentpostername [style^="color: rgb(240, 0, 0)"] { color: #f0f !important; }


/* thread title */
/*.filetitle, .replytitle { 
    background-color: #798273 !important;
}*/

/* post number */
/*.quotejs {
    color: #6a0 !important;
}*/

/* File details */
/*.filesize { 
    background-color: #798273 !important;
}*/

/*--------------------------------------------*/

/* regular post text */
blockquote {
    color: #fff !important;
}

/*Things common to both replies and highlighted replies*/
.reply, .replyhl {
/*	border: 1px solid !important;
	border-width: 1px !important;*/
/*        -moz-border-radius: 1em/1em;  */
	padding: 0px 0px 0px 0px !important;
	font-size: 70% !important;
	background-color: #798273 !important;
}

/*Just normal replies*/
.reply {
/*	background-color: #798273 !important;*/
	padding-right: 10px !important;
/*	border-color: #C05300 !important;*/
}

/*Just highlighted replies*/
.replyhl {
/*    background-color: #C05300 !important;*/
    border: 1px solid !important;
    border-width: 1px !important;
    border-color: #EEFF00 !important;
    padding-right: 10px !important;	
}

/*--------------------------------------------*/

/* >implying / >quoting */
.unkfunc {
    color: #9f0 !important;
}

/*Marked for deletion (old)*/
.oldpost { 
    color: #f00 !important; 
    font-size: 80%;
} 

/*--------------------------------------------*/

/*Add the word (sage) to the poster name*/
a[href="mailto:sage"]:before {
/*    color: #f90;*/
/*     content: '「さげる」'; */
    content: '[sage]';
/*    text-shadow: 0 -1px 1px #f00;*/
}

/*Change name colour for saged post*/
/*a[href="mailto:sage"] { 
    color: #c60 !important;  
}*/

/*--------------------------------------------*/

/* thread watcher - */
#twi_table_div  {
/*    border: 0 none !important; */
    border: 1px solid !important;
    opacity: 1.0 !important;
    color: #ff0 !important;
/*    border-width: 1px 1px 0 1px !important;*/
/*    -moz-border-radius: 8px 8px 0 0 !important;*/
/*-moz-border-radius: 1em/1em;*/
}

/* thread watcher - title: "watched threads" */
#twi_table_div > .postblock  {
	border-color: #000000 !important;
/*	color: #000000 !important;*/
	border-width: 1px 1px 0 1px !important;
/*	-moz-border-radius: 10px 10px 0 0 !important;*/
	text-align: center !important;
}

/* thread watcher - ???? */
#twi_table_div table .postblock  {
/*	-moz-border-radius: 0 !important;*/
	background-color: #fff !important; 
	margin: 0 !important;
	color: #000000 !important;
	text-align: center !important;
}

/* thread watcher - text */
#twi_table_div > #twi_table {
	border-width: 0 1px 1px 1px !important;
/*	-moz-border-radius: 0 0 10px 10px !important; */
/*	padding: 0 0 5px 0 !important;*/
	opacity: 1.0 !important;
}

/*--------------------------------------------*/

/* .page,.deletebuttons{position:absolute;top:0;left:0;} */

}