This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
// ==UserScript== // @name wowaceforum // @namespace http://forums.wowace.com // @description WoWace style // @include http://forums.wowace.com/* // ==/UserScript== // function addGlobalStyle(css) { var head, style; head = document.getElementsByTagName('head')[0]; if (!head) { return; } style = document.createElement('style'); style.type = 'text/css'; style.innerHTML = css; head.appendChild(style); } addGlobalStyle('.alt1, .alt1Active { background: #ECEDF3; color: #000000; }'+ '.alt2, .alt2Active { background: #F6F6F6; color: #000000; }'+ '.panel { background: #F6F6F6; }');
Quote from KerechaStill quite a lot of that horrible color left, bt a lot better
addGlobalStyle('.alt1, .alt1Active { background: #ECEDF3; color: #000000; }'+ '.alt2, .alt2Active { background: #F6F6F6; color: #000000; }'+ '.panel { background: #F6F6F6; }'+ '.panelsurround { background: #ECEDF3; }'+ 'body { background: #FFFFFF !important; }'+ '#content { background: #f6f6f6 !important }');
Quote from KerechaHmmm, now it took out to much instead, still want the dark blue "base". Gonna play round a bit now that i have something to work with. Im decent att editing stuff, but craoppy at making em from scratch :/
addGlobalStyle('.alt1, .alt1Active { background: #ECEDF3; color: #000000; }'+ '.alt2, .alt2Active { background: #F6F6F6; color: #000000; }'+ '.panel { background: #F6F6F6; }'+ '.panelsurround { background: #ECEDF3; }'+ 'body { background: #FFFFFF !important; }'+ '#content { background: #f6f6f6 !important }'+ '#page { background: #FFFFFF; }'+ '.thead {background: #223249; }'+ '.tfoot {background: #223249; }'+ '.vBulletin_editor {background: #ecedf3; }'+ '.imagebutton {background: #ecedf3; }');
Quote from KerechaIt does afaik, admins just have choosen not to activate it.
Quote from KaeltenMore that we don't have time to fully develop all the themes we'd like to right now. I'll be looking at adding some optional ones in the futre.
After a bit more playing around, change the style definitions to :
Only bits of orange I have left to hunt down is the background to this edit box - where all the icons are.
Gonna play round a bit now that i have something to work with.
Im decent att editing stuff, but craoppy at making em from scratch :/
Its the .body background #ffffff you want to remove then.
now its just the header (time and postnumber + tags) and the edibox "frame" left
BTW, is there any way to make script load earlier? So i don't have to load each page with the horrible colors before the script changes em.
Now the only orange left is the logo background and the bars down the sides.
It needs to be the last thing loaded I think, since it overwrites what the site is sending.
The better solution would be to allow us to have different themes, I cant believe vbulletin doesnt support that!
Only spec of that color left now is the cards, and those don't really bother me.
and being an image (http://static.wowace.com/wowace/images/corner-small.png) makes them a lot more work to change (and also probably not well liked by wowace to edit their logo)
More that we don't have time to fully develop all the themes we'd like to right now.
I'll be looking at adding some optional ones in the futre.
Couldn't you just add the "vBulletin default" theme? I just looked it up, and the colors are almost as nice as the SMF theme.