You know you need some Old School Blue (or Black) in your life.
Aside from blueeee the main change is the smaller, sans-serif fonts. I’m down for bug reports. I may fix things. I may not. I maintain this primarily for myself. Enjoy.
This works well with Opera, Firefox and Chrome. It is written against the default skin. Please switch to it if you’re on the Dark skin. I don’t test against it.



Firefox:
Install the Stylish addon
Click on the above link and install the skin
Chrome:
Install the Stylish addon
Click on the above link and install the skin
Alternately you can click on the above link and install the as a user JS (Not recommended)
Opera:
Save the following text as a oldschoolblue.css or oldschoolblack.css on your drive
Browse to shoryuken.com
Right click on the site and choose Edit Site Preferences
Click Display
Click Choose at the bottom and browse to the file
oldschoolblue.css:
@namespace url(http://www.w3.org/1999/xhtml);
/* set bg color */
html, body, .topbg, ul .children, .xenOverlay, .formPopup, .xenPreviewTooltip, .secondaryContent, .menuHeader, .sectionFooter, .mceMenuItem, .textCtrl, .formPopup {
background-color: #152e49 !important;
background-image: none !important;
}
/* div background and text colors */
div * {
background-color: transparent !important;
color: #ffffff !important;
}
/* link colors */
a:link, a:hover, li input {color: #d6f3ff !important;}
a:visited {color: #ffffff !important;}
/* switch to smaller, sans-serif fonts */
h3, .message, .messageText, .signature, .mceContentBody {
font-family: "arial", "helvetica", "clean", sans-serif !important;
font-size: 10pt !important;
color: #ffffff !important;
}
/* tinymce background */
.mceToolbar { background-color: #ffffff !important; }
oldschoolblack.css:
@namespace url(http://www.w3.org/1999/xhtml);
/* set bg color */
html, body, .topbg, ul .children, .xenOverlay, .formPopup, .xenPreviewTooltip, .secondaryContent, .menuHeader, .sectionFooter, .mceMenuItem, .textCtrl, .formPopup {
background-color: #000000 !important;
background-image: none !important;
}
/* div background and text colors */
div * {
background-color: transparent !important;
color: #ffffff !important;
}
/* link colors */
a:link, a:hover, li input {color: #d6f3ff !important;}
a:visited {color: #ffffff !important;}
/* switch to smaller, sans-serif fonts */
h3, .message, .messageText, .signature, .mceContentBody {
font-family: "arial", "helvetica", "clean", sans-serif !important;
font-size: 10pt !important;
color: #ffffff !important;
}
/* tinymce background */
.mceToolbar { background-color: #ffffff !important; }
/* replace blue borders for black theme */
.categoryStrip, .sectionHeaders, .attribution, .bbCodeQuote {
border-bottom-color: #949494 !important;
border-left-color: #949494 !important;
border-right-color: #949494 !important;
border-top-color: #949494 !important;
}