MediaWiki talk:Common.css
Jump to navigation
Jump to search
- CSS to be added, should work for all skins
/** Semantic MediaWiki
* Change the location of the tab on property pages
*/
.smw-tabs label.nav-label.smw-tab-right {
float: left;
}
/** Semantic MediaWiki
* Make the special properties more visible on Special:Browse
*/
.smwbuiltin a,
.smwbuiltin a.new {
color: #ff8000;
}
- Added now. --[[kgh]] (talk) 15:19, 31 January 2025 (UTC)
- CSS to be added should be tested if it works for other skins apart from Monobook (only tested), otherwise add to MediaWiki
- Monobook.css
/** 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;
}