MediaWiki talk:Common.css: Difference between revisions

add
(add)
(add)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
; CSS to be added
; CSS to be added, should work for all skins
<pre>
<pre>
/** Semantic MediaWiki
/** Semantic MediaWiki
Line 8: Line 8:
}
}


/** Semantic MediaWiki
* Make the special properties more visible on Special:Browse
*/
.smwbuiltin a,
.smwbuiltin a.new {
color: #ff8000;
}
</pre>
: Added now. --[[User:Kghbln|&#91;&#91;kgh&#93;&#93;]] ([[User talk:Kghbln|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
<pre>
/** Semantic MediaWiki
/** Semantic MediaWiki
  * Add some padding between the tab bar and the area below it
  * Add some padding between the tab bar and the area below it
Line 15: Line 26:
}
}
</pre>
</pre>
: Added now. Works for all installed skins. --[[User:Kghbln|&#91;&#91;kgh&#93;&#93;]] ([[User talk:Kghbln|talk]]) 15:19, 31 January 2025 (UTC)