MediaWiki:Common.css: Difference between revisions

From Liberpedia
No edit summary
No edit summary
Line 6: Line 6:
z-index: 1;
z-index: 1;
position: relative;
position: relative;
}
table.wikitable, .wikitable td, .wikitable th {
  border: 1px solid black;
  border-collapse: collapse;
}
}

Revision as of 17:22, 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;
}