Difference between revisions of "MediaWiki:Monobook.css"

From Starfleet Commander
Jump to navigationJump to search
 
Line 5: Line 5:
 
}
 
}
 
/* tab fix */
 
/* tab fix */
#p-cactions li.selected, #p-cactions li a:hover {
+
#p-cactions li.selected, #p-cactions li.selected a, #p-cactions li.selected a:hover, #p-cactions li a:hover {
 
padding-bottom: .2em !important;
 
padding-bottom: .2em !important;
 
z-index: 50;
 
z-index: 50;

Latest revision as of 05:55, 27 September 2011

/* CSS placed here will affect users of the Monobook skin */
/* main-page fix */
.page-Main_Page #column-one {
font-size: 127%;
}
/* tab fix */
#p-cactions li.selected, #p-cactions li.selected a, #p-cactions li.selected a:hover, #p-cactions li a:hover {
padding-bottom: .2em !important;
z-index: 50;
background-color: white;
border-bottom: solid 1px white;
}