Created
July 26, 2014 08:17
-
-
Save Fannon/9553b3087f00131121a4 to your computer and use it in GitHub Desktop.
MediaWiki Headertabs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** HEADER TABS STYLE **/ | |
.ui-tabs .ui-tabs-panel { | |
padding: 4px 10px; | |
} | |
.ui-widget-header { | |
background: none; | |
} | |
.ui-widget-content { | |
background: #FAFAFA; | |
} | |
.ui-tabs-nav a, .ui-tabs-nav a:visited { | |
color: #555 !important; | |
background: #FAFAFA; | |
border-color: #CCC; | |
border-radius: 3px 3px 0 0; | |
border-bottom: 1px solid #FAFAFA; | |
} | |
.ui-tabs-nav a { | |
background: #FFF; | |
} | |
.ui-tabs-nav .ui-state-active a { | |
background: #FAFAFA; | |
border-bottom: 1px solid #FAFAFA; | |
} | |
.ui-widget-header { | |
border-bottom: 1px solid #CCC; | |
} | |
.ui-tabs-nav li { | |
border-color: #CCC !important; | |
border-radius: 3px 3px 0 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment