MediaWiki:Wikia.css: Difference between revisions
no edit summary
imported>Sumpy No edit summary |
imported>Sumpy No edit summary |
||
Line 235: | Line 235: | ||
/* | /* | ||
/* Spaces between | /* Spaces between user tabs */ | ||
#UserProfileMasthead hgroup > .tag + .tag { | #UserProfileMasthead hgroup > .tag + .tag { | ||
Line 242: | Line 242: | ||
/* User tab links | /* 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; | |||
} | } |