semi-old school Black & Maroon GR Browsing V9.1 browse in the past, post in the future. navigate from the forum index, not the scroll bar tab. http://web.archive.org/web/201009011739 ... 905075&sid http://web.archive.org/web/201009011738 ... 905075&sid there's also one in my sig ahhh....my eyes. I used Element Hiding Helper to block out the large white nav bar.
Chris..........you're a genius. Now hack into this GOD FORBIDDEN site and make it black. You have my authority - PUSH THE RED BUTTON!!
Thank you Chris, but all this black has me worried about safety here. With creeps like Ugh and flamboyant homosexuals running wild, posting in the dark is pretty scary
playing around in here, never mind me pasting the current referring url as a refresher still works best. can't find a better method really.
Why are websites following this bright trend anyway? Dark colors are better for the eyes and don't burn your retina. My eyes orgasamed as soon as they started looking at the older, darker, design.
Wow. Definitely felt way more at ease as soon as I saw the darker colors. Having trouble posting in dark, tho. My avatar switched too ^_^
There's a Chrome add-on that did this... I used it for ages until Chrome updated and rendered it useless :'(
Ha. Awesome! Good job, Chris. 90% of the time I browse GR, however, it is from my phone. So I don't mind the white. Eye strain is probably inevitable either way.
Woah i forgot what it used to look like. I couldnt believe it was black like that, i mean i knew it was black before, but not like that..
My God, i forgot how good looking the black+red was. Who here can write scripts for Greasemonkey while in the meantime we use Chris' method.
You can't log in through the wayback machine. You also can't view the edits made unless you have a current referring url. We could use Firebug on the wayback.machine to save all the old layout settings, so that part should be easy. But how to make an actual greasemonkey script from the data?.. Code: // ==UserScript== // @name old_gr // @namespace http://www.userscripts.org // @description old gamerevolution colors // @include http://wwww.gamerevolution.com/forum* // @exclude // ==/UserScript== (function() { body { background-color:#541B1B; background-image:url("/forum/templates/gr/images/bg_stripes.gif"); color:#FFFFFF; font-family:Arial,Helvetica,sans-serif; font-size:12px; margin:5px auto; text-align:center; } font, th, td, p { font-family:Arial,Helvetica,sans-serif; } a:link, a:active, a:visited { color:#FFFF99; } a:hover { color:#FFFF99; text-decoration:underline; } hr { border-color:#330000; border-right:0 solid #330000; border-style:solid; border-width:1px 0 0; height:0; } .bodyline { background-color:#000000; border:1px solid #838383; } .forumline { background-color:#330000; border:1px solid #660000; } td.row1 { background-color:#000000; } td.row2 { background-color:#000000; } td.row3 { background-color:#000000; } td.rowpic { background-color:#000000; } th { background-color:#FF0000; color:#FFFFFF; font-size:12px; font-weight:bold; height:25px; } td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom { background-color:#330000; border:medium solid #660000; height:28px; } td.cat, td.catHead, td.catBottom { border-width:0; height:29px; } th.thHead, th.thSides, th.thTop, th.thLeft, th.thRight, th.thBottom, th.thCornerL, th.thCornerR { border:medium solid #990000; font-weight:bold; height:28px; } td.row3Right, td.spaceRow { background-color:#330000; border:medium solid #660000; } th.thHead, td.catHead { border-width:1px 1px 0; font-size:12px; } th.thSides, td.catSides, td.spaceRow { border-width:0 1px; } th.thRight, td.catRight, td.row3Right { border-width:0 1px 0 0; } th.thLeft, td.catLeft { border-width:0 0 0 1px; } th.thBottom, td.catBottom { border-width:0 1px 1px; } th.thTop { border-width:1px 0 0; } th.thCornerL { border-width:1px 0 0 1px; } th.thCornerR { border-width:1px 1px 0 0; } .maintitle { color:#777777; font-family:"Arial",Arial,Helvetica,sans-serif; font-size:22px; font-weight:bold; line-height:120%; text-decoration:none; } .gen { font-size:12px; } .genmed { font-size:11px; } .gensmall { font-size:10px; } .gen, .genmed, .gensmall { color:#777777; } a.gen, a.genmed, a.gensmall { color:#FF0000; text-decoration:none; } a.gen:hover, a.genmed:hover, a.gensmall:hover { color:#DD6900; text-decoration:underline; } .mainmenu { color:#777777; font-size:11px; } a.mainmenu { color:#FF0000; text-decoration:none; } a.mainmenu:hover { text-decoration:underline; } .cattitle { color:#FF0000; font-size:12px; font-weight:bold; letter-spacing:1px; } a.cattitle { color:#FF0000; text-decoration:none; } a.cattitle:hover { text-decoration:underline; } .forumlink { color:#FFFF99; font-size:12px; font-weight:bold; } a.forumlink { color:#FFFF99; text-decoration:none; } a.forumlink:hover { color:#FFFF99; text-decoration:underline; } .nav { color:#777777; font-size:11px; font-weight:bold; } a.nav { color:#FF0000; text-decoration:none; } a.nav:hover { text-decoration:underline; } .topictitle, h1, h2 { color:#777777; font-size:11px; font-weight:bold; } a.topictitle:link { color:#FFFF99; text-decoration:none; } a.topictitle:visited { color:#8A8A56; text-decoration:none; } a.topictitle:hover { text-decoration:underline; } .name { color:#777777; font-size:11px; } .postdetails { color:#777777; font-size:10px; } .postbody { font-size:12px; line-height:18px; } a.postlink:link { color:#FF0000; text-decoration:none; } a.postlink:visited { color:#F5EF00; text-decoration:none; } a.postlink:hover { text-decoration:underline; } .code { background-color:#FAFAFA; border:1px solid #330000; color:#FF6000; font-family:Courier,'Courier New',sans-serif; font-size:11px; } .quote { background-color:#541B1B; border:1px solid #991212; color:#FFEA00; font-family:Arial,Helvetica,sans-serif; font-size:11px; line-height:125%; } .copyright { color:#444444; font-family:Arial,Helvetica,sans-serif; font-size:10px; letter-spacing:-1px; } a.copyright { color:#444444; text-decoration:none; } a.copyright:hover { color:#777777; text-decoration:underline; } input, textarea, select { border-color:#777777; color:#333333; font:11px Arial,Helvetica,sans-serif; } input.post, textarea.post, select { background-color:#E3E3E3; } input { text-indent:2px; } .input_userpass { color:#666666; font-family:Arial,Helvetica,sans-serif; font-size:11px; height:18px; width:110px; } .input_search { color:#666666; font-family:Arial,Helvetica,sans-serif; font-size:11px; height:18px; width:75px; } input.button { color:#333333; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px; } input.mainoption { background-color:#FAFAFA; font-weight:bold; } input.liteoption { background-color:#FAFAFA; font-weight:normal; } .helpline { background-color:#660000; border-style:none; } a.grnav:link, a.grnav:active, a.grnav:visited { background-color:#838383; border-color:#B8B8B8 #373737 #373737 #B8B8B8; border-style:solid; border-width:1px; color:#000000; display:block; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:9px; font-weight:bold; padding-top:1px; text-decoration:none; text-indent:2px; vertical-align:middle; width:100%; } a.grnav:hover { background-color:#D5D5D5; border-color:#474747 #EBEBEB #EBEBEB #474747; border-style:solid; border-width:1px; color:#000000; display:block; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:9px; font-weight:bold; padding-top:1px; text-decoration:none; text-indent:2px; vertical-align:middle; width:100%; } a.grnavSub:link, a.navSub:active, a.navSub:visited { background-color:#721212; border-color:#AE7676 #373737 #373737 #AE7676; border-style:solid; border-width:1px; color:#FFFFFF; display:block; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:9px; padding-top:1px; text-decoration:none; text-indent:5px; vertical-align:middle; width:100%; } a.grnavSub:hover { background-color:#D5D5D5; border-color:#474747 #EBEBEB #EBEBEB #474747; border-style:solid; border-width:1px; color:#000000; display:block; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:9px; padding-top:1px; text-decoration:none; text-indent:5px; vertical-align:middle; width:100%; } a.ninRev:link, a.ninRev:active, a.ninRev:visited { background-color:#000000; color:#0364FF; display:block; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:9px; font-weight:bold; padding-bottom:3px; padding-left:2px; padding-top:1px; text-align:center; text-decoration:none; vertical-align:middle; width:100%; } a.ninRev:hover { background-color:#000000; color:#00B3FF; display:block; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:9px; font-weight:bold; padding-bottom:3px; padding-left:2px; padding-top:1px; text-align:center; text-decoration:none; vertical-align:middle; width:100%; } #page { background-color:#434343; border:1px solid #000000; margin-left:auto; margin-right:auto; text-align:left; width:975px; } #contentMain { background-color:#000000; margin:5px; padding:5px 2px 5px 5px; } #sidebar_left { background-color:#838383; width:100px; } #sidebar_right { padding-left:3px; padding-top:0; width:310px; } .content2 { border:1px solid #606060; } #footer { background-color:#800404; border-bottom:1px solid #000000; border-top:1px solid #000000; color:#A4A4A4; font-size:10px; padding:5px; text-align:center; } a.footer:link, a.footer:active, a.footer:visited { color:#A4A4A4; font-weight:bold; text-decoration:none; } a.footer:hover { color:#E3E3E3; font-weight:bold; text-decoration:none; } .gameInfo { border:2px solid #721212; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px; } .imagePadding { padding:5px; } h1 { font-family:Arial,Helvetica,sans-serif; font-size:22px; margin:0; } #metal { background-color:#838383; border-color:#B8B8B8 #373737 #373737 #B8B8B8; border-style:solid; border-width:1px; } })(); - Scripts are named somename.user.js, and Greasemonkey offers to install any such script when a URL ending in that suffix is requested. a. so edit in notepad b. save as something.user.js c. drag to url bar, install as greasemonkey script but none of that matters because this script doesn't work. we'll keep working on it. something to remember: (function() {    ...script... })(); wrap your script with them. and the greasemonkey folder is in Documents and settings > user > application data > your browser (chrome,mozilla)..... it's labeled gm_scripts This is the same CSS code from the old boards. nothing added. I took a guess and thought maybe it'd be as simple as replacing the new CSS with the old, but apparently not.
A little while ago I was thinking it would be awesome to make a greasemonkey script to do exactly this. Then I realized I have no fucking idea how. So yeah, someone to do this. Maybe we could commission JoeBlow to do it for us!