Difference between revisions of "MediaWiki:Monobook.css"

From Starfleet Commander
Jump to navigationJump to search
m
Line 5: Line 5:
 
}
 
}
 
/* tab fix */
 
/* tab fix */
li.selected {
+
li.selected, li.a:hover{
padding-bottom: .2em !important;
+
padding-bottom: 2px !important;
z-index: 500;
+
z-index: 3;
 
background-color: white;
 
background-color: white;
 
}
 
}

Revision as of 05:31, 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 */
li.selected, li.a:hover{
padding-bottom: 2px !important;
z-index: 3;
background-color: white;
}