html {
padding: 0px;
margin: 0px;
background: #DADD1C;
}
/* Please refer to the existing stylesheets at http://www.secretareaofvipquality.net/saovq/css/ the general idea */
body {
padding: 32px;
margin: 32px;
background-image: url(../img/baDAY.gif);
background-repeat: repeat;
font-family: "Comic Sans MS";
}
.thread:after {
content: "That was VIP quality!";
display: block;
margin: 10px auto 20px auto;
text-align: center;
font: italic small-caps normal 24px Georgia, serif;
letter-spacing: -2px;
text-shadow: #f00 1px 0px 0px;
}
/* Add 4 spaces in front of every line to preserve indentation */
/* Easy install, will be updated every few days:
1: Get Greasemonkey for your browser
2: Install http://tablec.at/vipcss/vipcss.user.js
3: Set board look to pseud0ch.
(Let me know if it doesn't work for you.)
*/
a:link {color: #00F;}
a:visited {color: #F00;}
a:focus, a:hover, a:active {color: #0F0;}
/* Forgot to mention: disable the greasemonkey script manually
once you're done, changing stylesheets won't work right */
#titlebox h1 {
font-size: 20em;
font-weight: bold;
padding: 0px;
margin: 0px;
text-transform: uppercase
}
/* >>7
Is the issue with Google pokéball?
They have this standard warning on every user.js script written
to Greasemonkey's standards AFAIK.
https://sites.google.com/a/chromium.org/dev/developers/design-documents/user-scripts
I tried the syntax they recommend and still had that warning.
Check the source if you want, it's a harmless almost-one-liner.
*/
.replynum a {
color: white !important;
text-decoration: none !important;
text-shadow: black 0 0 5px;
font-family: Inconsolata, Consolas, Monaco, monospace !important;
background: white;
padding: 3px;
border: 1px dotted orange;
}
/* Ah, left some useless !important in there from previewing
my rule in the stylish extension. Whatever, they don't hurt. */
#footer:before {
content: url(http://i.imgur.com/R7Nnc.gif);
}
.thread h2 a:link, .thread h2 a:visited {
display: block;
font: 20px "Futura", "Helvetica Neue", "Arial Narrow", "Tahoma", sans-serif;
font-stretch: condensed;
font-weight: lighter;
color: white;
background: black;
text-align: right;
text-decoration: none;
width: 800px;
overflow: hidden;
margin: 0;
padding: 5px 15px 5px 5px;
position: relative;
left: -440px;
top: 430px;
rotation: 270deg;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
border: 2px solid white;
-moz-border-radius: 20px;
border-radius: 20px;
}
.thread h2 a:focus, .thread h2 a:active, .thread h2 a:hover {
border: 2px solid black;
color: black;
background: white;
}
/* EXPERT CSS PROGRAMMERS ITT */
#posts .thread {
background-color: #DDCCDD;
padding: 20px;
margin-bottom: 4em;
clear: both;
-moz-border-radius: 100px;
}