MediaWiki:Common.css: Difference between revisions

From Liberpedia
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/*.allpagesredirect {display: none} */
li:has(> .allpagesredirect) {display: none}


div.tright, div.floatright, table.floatright {
div.tright, div.floatright, table.floatright {

Revision as of 01:24, 21 March 2023

/* CSS placed here will be applied to all skins */

li:has(> .allpagesredirect) {display: none}

div.tright, div.floatright, table.floatright {
z-index: 1;
position: relative;
}