MediaWiki:Common.css: Difference between revisions

From Liberpedia
(Created page with "→‎CSS placed here will be applied to all skins: .allpagesredirect {display: none}")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
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 {
z-index: 1;
position: relative;
}
/*
table.wikitable, .wikitable td, .wikitable th {
  border: 1px solid black;
  border-collapse: collapse;
}
*/

Latest revision as of 17:23, 24 April 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;
}
/*
table.wikitable, .wikitable td, .wikitable th {
  border: 1px solid black;
  border-collapse: collapse;
}
*/