MediaWiki talk:Common.css: Difference between revisions

chg
(add)
(chg)
Line 1: Line 1:
; CSS to be added
; CSS to be added, should work for all skins
<pre>
<pre>
/** Semantic MediaWiki
/** Semantic MediaWiki
Line 6: Line 6:
.smw-tabs label.nav-label.smw-tab-right {
.smw-tabs label.nav-label.smw-tab-right {
float: left;
float: left;
}
/** Semantic MediaWiki
* Add some padding between the tab bar and the area below it
*/
.smw-tabs.smw-property.clearfix section#tab-content-smw-property-spec {
padding-top: 15px;
}
}


Line 21: Line 14:
.smwbuiltin a.new {
.smwbuiltin a.new {
color: #ff8000;
color: #ff8000;
}
</pre>
; CSS to be added, should be tested if it works for other skins apart from Monobook (only tested)
<pre>
/** Semantic MediaWiki
* Add some padding between the tab bar and the area below it
*/
.smw-tabs.smw-property.clearfix section#tab-content-smw-property-spec {
padding-top: 15px;
}
}
</pre>
</pre>