Difference between revisions of "MediaWiki:Monobook.css"

m
no edit summary
m
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* Lin's fancy-schmancy CSS hacks and whatnot. */
/* Lin's fancy-schmancy CSS hacks and whatnot. */
/* ORIGINAL CHARACTER DON'T STEAL              */
/* ORIGINAL CHARACTER DON'T STEAL              */
h2 {
    overflow: hidden;
}


.portlet h5 {                        /* Changes the navigation labels to title case. */
.portlet h5 {                        /* Changes the navigation labels to title case. */
Line 37: Line 41:


     background-color: #c8c8c8;
     background-color: #c8c8c8;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(255, 255, 255, 0.35);


     padding: 2px 4px 2px 4px
     padding: 2px 4px 2px 4px
Line 121: Line 123:
}
}
#ptabs a:hover { text-decoration:none !important; }
#ptabs a:hover { text-decoration:none !important; }
#ptabs .activetab.alliancetab, #ptabs .activetab.hordetab {background-color: transparent}
#ptabs .activetab.alliancetab {color: #214DA6}
#ptabs .activetab.hordetab {color: #A63721}
#ptabs .inactivetab.alliancetab, #ptabs .inactivetab.hordetab {color: #606060}
#ptabs a span {white-space: nowrap}
#ptabs a span {white-space: nowrap}