Difference between revisions of "MediaWiki:Common.css"
From The Doctor Who Cuttings Archive
Jump to navigationJump to searchJohn Lavalie (talk | contribs) |
John Lavalie (talk | contribs) |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | #headertabs { float:right; width | + | #headertabs { |
| + | float:right; | ||
| + | width:"50%" | ||
| + | } | ||
#headertabs.round .ui-corner-top { | #headertabs.round .ui-corner-top { | ||
| − | -moz-border-radius-topleft: 3px; | + | -moz-border-radius-topleft: 3px; |
| − | -webkit-border-top-left-radius: 3px; | + | -webkit-border-top-left-radius: 3px; |
| − | -moz-border-radius-topright: 3px; | + | -moz-border-radius-topright: 3px; |
| − | -webkit-border-top-right-radius: 3px; | + | -webkit-border-top-right-radius: 3px; |
| − | border-top-left-radius: 3px 3px; | + | border-top-left-radius: 3px 3px; |
| − | border-top-right-radius: 3px 3px; | + | border-top-right-radius: 3px 3px; |
} | } | ||
#headertabs.round .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { | #headertabs.round .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { | ||
| − | border: 1px solid #DDD; | + | border: 1px solid #DDD; |
| − | font-weight: normal; | + | font-weight: normal; |
| − | color: #2779AA; | + | color: #2779AA; |
} | } | ||
Revision as of 00:21, 15 October 2013
/* CSS placed here will be applied to all skins */
#headertabs {
float:right;
width:"50%"
}
#headertabs.round .ui-corner-top {
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
border-top-left-radius: 3px 3px;
border-top-right-radius: 3px 3px;
}
#headertabs.round .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: 1px solid #DDD;
font-weight: normal;
color: #2779AA;
}