Difference between revisions of "MediaWiki:Vector.css"
From EEWiki
m (silly typo) |
|||
Line 2: | Line 2: | ||
#content { | #content { | ||
− | margin | + | margin: 0px 200px 0px 40px !important; |
− | + | ||
} | } | ||
/* Top Nav */ | /* Top Nav */ | ||
+ | |||
+ | #mw-head-base, #mw-head { | ||
+ | height: 160px !important; | ||
+ | } | ||
#mw-navigation { | #mw-navigation { | ||
Line 16: | Line 19: | ||
#left-navigation { | #left-navigation { | ||
− | margin | + | margin: 0px 200px 0px 0px !important; |
+ | position: absolute !important; | ||
+ | bottom: 0px !important; | ||
+ | left: 0px !important; | ||
} | } | ||
#right-navigation { | #right-navigation { | ||
− | margin | + | margin: 0px 0px 0px 40px !important; |
+ | position: absolute !important; | ||
+ | bottom: 0px !important; | ||
+ | right: 0px !important; | ||
} | } | ||
Revision as of 14:36, 22 April 2024
/* Content */ #content { margin: 0px 200px 0px 40px !important; } /* Top Nav */ #mw-head-base, #mw-head { height: 160px !important; } #mw-navigation { position: absolute !important; top: 0px !important; width: 100% !important; height: 0px !important; } #left-navigation { margin: 0px 200px 0px 0px !important; position: absolute !important; bottom: 0px !important; left: 0px !important; } #right-navigation { margin: 0px 0px 0px 40px !important; position: absolute !important; bottom: 0px !important; right: 0px !important; } /* Logo */ #p-logo { top: 0px !important; left: 0px !important; width: 100% !important; height: 0px !important; display: flex !important; justify-content: center !important; } #p-logo a { width: 240px !important; height: 160px !important; background-image: url(https://wiki.everybodyedits.com/images/3/33/Mainpage_logo.png) !important; background-size: 100%; } /* Sidebar */ #mw-panel { position: unset !important; width: 140px; margin-top: 180px !important; padding: 0px 20px 20px !important; } #mw-panel h3 { display: block !important; padding: 0px 0px 6px !important; font-size: 1.1em !important; color: #FFFFFF !important; } #mw-panel .body { margin: 0px !important; } #mw-panel .body ul li { padding: 3px 3px 3px 0px !important; font-size: 0.9em !important; } #mw-panel .body ul li a { color: #CCCCCC !important; } #mw-panel .portal { background: linear-gradient(#333333, #222222) !important; border: 2px solid #7B7B7B !important; border-radius: 5px !important; margin: 10px 0px 0px !important; padding: 10px !important; } #mw-panel .portal.first { margin: 0px !important; }