MediaWiki talk:Common.css: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
(add)
(add)
Line 13: Line 13:
.smw-tabs.smw-property.clearfix section#tab-content-smw-property-spec {
.smw-tabs.smw-property.clearfix section#tab-content-smw-property-spec {
padding-top: 15px;
padding-top: 15px;
}
/** Semantic MediaWiki
* Make the special properties more visible on Special:Browse
*/
.smwbuiltin a,
.smwbuiltin a.new {
color: #ff8000;
}
}
</pre>
</pre>

Revision as of 16:48, 19 January 2025

CSS to be added
/** Semantic MediaWiki
 * Change the location of the tab on property pages
 */
.smw-tabs label.nav-label.smw-tab-right {
	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;
}

/** Semantic MediaWiki
 * Make the special properties more visible on Special:Browse
 */
.smwbuiltin a,
.smwbuiltin a.new {
	color: #ff8000;
}