Skip to content

Instantly share code, notes, and snippets.

@Fannon
Created July 26, 2014 08:17
Show Gist options
  • Save Fannon/9553b3087f00131121a4 to your computer and use it in GitHub Desktop.
Save Fannon/9553b3087f00131121a4 to your computer and use it in GitHub Desktop.
MediaWiki Headertabs
/** 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