Difference between revisions of "MediaWiki:Vector.css"
From EEWiki
Line 10: | Line 10: | ||
#mw-navigation { | #mw-navigation { | ||
position: absolute !important; | position: absolute !important; | ||
− | |||
top: 0px !important; | top: 0px !important; | ||
+ | width: 100% !important; | ||
+ | height: 0px !important; | ||
} | } | ||
Line 25: | Line 26: | ||
#p-logo { | #p-logo { | ||
+ | top: 0px !important; | ||
left: 0px !important; | left: 0px !important; | ||
width: 100% !important; | width: 100% !important; | ||
+ | height: 180px !important; | ||
} | } | ||
Line 32: | Line 35: | ||
width: 100% !important; | width: 100% !important; | ||
background-image: url(https://wiki.everybodyedits.com/images/3/33/Mainpage_logo.png) !important; | background-image: url(https://wiki.everybodyedits.com/images/3/33/Mainpage_logo.png) !important; | ||
− | |||
} | } | ||
Line 38: | Line 40: | ||
#mw-panel { | #mw-panel { | ||
+ | position: unset !important; | ||
width: 140px; | width: 140px; | ||
+ | margin-top: 180px !important; | ||
padding: 0px 20px 20px !important; | padding: 0px 20px 20px !important; | ||
} | } |
Revision as of 15:27, 22 April 2024
/* Content */ #content { margin-left: 200px !important; margin-right: 40px !important; } /* Top Nav */ #mw-navigation { position: absolute !important; top: 0px !important; width: 100% !important; height: 0px !important; } #left-navigation { margin-left: 200px !important; } #right-navigation { margin-right: 40px !important; } /* Logo */ #p-logo { top: 0px !important; left: 0px !important; width: 100% !important; height: 180px !important; } #p-logo a { width: 100% !important; background-image: url(https://wiki.everybodyedits.com/images/3/33/Mainpage_logo.png) !important; } /* 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; }