Zombie Skin > Villain Skin (vBulletin)


Aggelakis

 

Posted

Zombie Skins updated for new forum html tweaks.

Zombie Skins now overwrites the goldenrod color of the poster's names with the whatever we like.

For those who like to code, I added "> span" force the overwrite in this section:

Code:
/* Change color and size for user name in a post */
     #posts a.bigusername > span {
       color: #edde95 !important;
       font-size: 16px !important;
      }
And in the Villain Skin, this section of code was commented out because it was only used for the Hero Skin. But with the changes, I enabled it and used the standard background color for my default villain version skin:

Code:
/* Change background of top pulldown menu bar  */
 .vbmenu_control { 
    background: #693430 !important; 
   }
 
/* Change background of top category title bar  */
 .tcat { 
    font-weight: bold !important; 
    font: 16px Verdana !important; 
    background: #693430 !important; 
   }


Speeding Through New DA Repeatables || Spreadsheet o' Enhancements || Zombie Skins: better skins for these forums || Guide to Guides

 

Posted

Quote:
Originally Posted by Zombie Man View Post
Grrrrrrr.

My new skins change all posters' names to one color, even the rednames. That's because the new html doesn't create styles for different poster types anymore.

So, if you want to say good-bye to the Goldrenrod, you have to say good-bye to the reddened names.

So what if I want the skin (very nice!) but I don't want to override the poster name colors?

I did try removing this section:

Quote:
/* Change color and size for user name in a post */
#posts a.bigusername > span {
color: #edde95 !important;
font-size: 16px !important;
}
but it doesn't seem to return to the default colors (no goldenrod etc).

Clue?


Global: @MomentaryGrace
Servers (to date): Liberty (primary), Infinity, Protector, Virtue, Justice, Pinnacle
MA Arc: ID #143659 "Visit Scenic Arcadia!"
MA Holiday Arc: ID #346847 "Yule Laugh, Yule Cry (Yule kiss a happy holiday good bye!)"

 

Posted

Quote:
Originally Posted by momentary_grace View Post
So what if I want the skin (very nice!) but I don't want to override the poster name colors?

I did try removing this section:



but it doesn't seem to return to the default colors (no goldenrod etc).

Clue?
Change this line:

#posts a.bigusername > span {

to this:

#posts a.bigusername {


Speeding Through New DA Repeatables || Spreadsheet o' Enhancements || Zombie Skins: better skins for these forums || Guide to Guides

 

Posted

Oh, man....ohhhh maaaannnn... I wish we could get rid of that stupid welcome line: "Welcome NAME, you're a VIP, so we're going to break your breadcrumbs into two lines for you!" I want my breadcrumbs in one line but it looks like the "Welcome [etc]" line is only marked as

Code:
<td class="alt1" width="50%">
...which alt1 is used on any table block that's that color. I don't see any other way that it's called out in the CSS. I want to make that middle piece into style="display:none;" but there's no way to do it that I can see.


Paragon Wiki: http://www.paragonwiki.com
City Info Terminal: http://cit.cohtitan.com
Mids Hero Designer: http://www.cohplanner.com
Quote:
Originally Posted by Dispari View Post
I don't know why Dink thinks she's not as sexy as Jay was. In 5 posts she's already upstaged his entire career.

 

Posted

They changed the formatting again. Green names are back, but it broke the size changing you had in the script.


Justice Blues, Tech/Tank, Inv/SS
----------------------
Fighting The Future Trilogy
----------------------

 

Posted

I don't know if I've done this already, but I gotta say "Thank You!" Zombie Man. These boards are painful without your skin!


Craft your inventions in AE!!

Play "Crafter's Cafe" - Arc #487283. A 1 mission, NON-COMBAT AE arc with workable invention tables!

 

Posted

Quote:
Originally Posted by BackFire View Post
I don't know if I've done this already, but I gotta say "Thank You!" Zombie Man. These boards are painful without your skin!
QFT & <3!

I've made some mods to the skin (mainly Icon replacements), but without this skin, and the Greasemonkey script to customize the Quick Links at the top, the forums are horrible.




[ ProTip: The banner is a link to art refs!! | The Khellection | The HBAS Repository | Brute Guides (4/16/10) | How To Post An Image - A Quick Guide ]
Biggest Troll on the forums? I'll give you a hint:

 

Posted

I updated the skins to reduce the size of the author's name in listings of thread topics since the last forum update made them bold, which caused them to visually get in the way of scanning the topics.

There's no way for the skins to unembolden them since bad htlm hacking by Seattle keeps putting the formatting code right next to each and every name rather than using styles for them.

I added the code to reduce the font size to 9 pixels in this section of the coding. I also made the color of the name for the Villain skin a bit brighter to compensate for names that aren't emboldened.


/* Thread-List Page */
/* Render authors in a darker color */
#threadslist .alt1 .smallfont > span[style],
#threadslist .alt2 .smallfont > br + span,
#threadslist .alt2 .smallfont > span > a {
color: #b49559 !important;
font-size: 9px !important;
}


Speeding Through New DA Repeatables || Spreadsheet o' Enhancements || Zombie Skins: better skins for these forums || Guide to Guides

 

Posted

Quote:
Originally Posted by Aggelakis View Post
Oh, man....ohhhh maaaannnn... I wish we could get rid of that stupid welcome line: "Welcome NAME, you're a VIP, so we're going to break your breadcrumbs into two lines for you!" I want my breadcrumbs in one line but it looks like the "Welcome [etc]" line is only marked as
Code:
<td class="alt1" width="50%">
...which alt1 is used on any table block that's that color. I don't see any other way that it's called out in the CSS. I want to make that middle piece into style="display:none;" but there's no way to do it that I can see.
This likely won't make me any friends with the web staff, but...

Code:
// ==UserScript==
// @name           Kill welcome
// @namespace      meh
// @include        http://boards.cityofheroes.com/*
// @version        1.0
// ==/UserScript==
var elmDeleted = document.getElementsByClassName('alt1')[1];
elmDeleted.parentNode.removeChild(elmDeleted);




Triumph: White Succubus: 50 Ill/Emp/PF Snow Globe: 50 Ice/FF/Ice Strobe: 50 PB Shi Otomi: 50 Ninja/Ninjistu/GW Stalker My other characters