MediaWiki:Common.css: Difference between revisions

From Chained Fates Lore
Jump to navigation Jump to search
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 */
body{ background-image: url('/block.png'); }
body{ background-image: url('/block.png'); background-position: top left; background-size: 16px; }
.mw-page-base{ display: none; }
#mw-head-base{ margin-top: 0; }
.vector-menu-content-list li{ background: rgba(255, 255, 255, 0.3); }
#left-navigation{ display: none; }

Revision as of 14:20, 4 November 2022

/* CSS placed here will be applied to all skins */
body{ background-image: url('/block.png'); background-position: top left; background-size: 16px; }
.mw-page-base{ display: none; }
#mw-head-base{ margin-top: 0; }
.vector-menu-content-list li{ background: rgba(255, 255, 255, 0.3); } 
#left-navigation{ display: none; }