MediaWiki:Common.css: Difference between revisions

From Begrid Wiki
Jump to navigationJump to search
(Created page with "→‎CSS placed here will be applied to all skins: #p-logo { z-index: 3; position: absolute; →‎needed to use z-index: top: 0; left: 0; height: 313px; width: 100px; ov...")
 
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 */
#p-logo {
z-index: 3;
position: absolute; /*needed to use z-index */
top: 0;
left: 0;
height: 313px;
width: 100px;
overflow: visible;
}

Latest revision as of 12:44, 11 June 2021

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