MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
(Testing) |
No edit summary |
||
Line 10: | Line 10: | ||
padding: 1.5em 0; | padding: 1.5em 0; | ||
border-radius: 2px; | border-radius: 2px; | ||
} | |||
#mw-page-base { | |||
height: 0; | |||
background: transparent; | |||
} | |||
#mw-head-base, | |||
#mw-head { | |||
margin: 0; | |||
height: 80px; | |||
} | } |
Revision as of 07:00, 25 April 2023
/* All CSS here will be loaded for users of the Vector skin */ body { background: #111 url(https://i.imgur.com/DMrWf15.png) no-repeat fixed center top; background-size: cover; font-family: var(--default-font); } .vector-menu-portal { padding: 1.5em 0; border-radius: 2px; } #mw-page-base { height: 0; background: transparent; } #mw-head-base, #mw-head { margin: 0; height: 80px; }