MediaWiki:Wikia.css: Difference between revisions

Jump to: navigation, search
no edit summary
imported>Sumpy
No edit summary
imported>Sumpy
No edit summary
Line 235: Line 235:
/*
/*


/* Spaces between userheader user tags */
/* Spaces between user tabs */
   
   
#UserProfileMasthead hgroup > .tag + .tag {
#UserProfileMasthead hgroup > .tag + .tag {
Line 242: Line 242:
   
   
   
   
/* User tab links hover effect */
/* User tab links */
section#UserProfileMasthead + div .tabs > li:not(.selected) > a:hover {
section#UserProfileMasthead + div .tabs > li:not(.selected) > a:hover {
background: #1f1f1f;
background: #1f1f1f;
border: 1px solid #4c4c4c;
border: 1px solid #4c4c4c;
}
/* Removing the link underline (excluding the navbar menu) and recolor them when hovered */
a:hover {
    color: #ff8775;
    text-decoration: none;
}
}
Anonymous user

Navigation menu