MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
#p-logo a { | #p-logo a { | ||
background-size: contain; | background-size: contain; | ||
} | |||
#left-navigation { | |||
padding-top: 100px; | |||
} | |||
#right-navigation { | |||
padding-top: 100px; | |||
} | } | ||
#mw-head { | #mw-head { | ||
background: #6fa430; | background: #6fa430; | ||
background-image: url('https://talesofyore.com/new/images/fullbanner.png'); | |||
background-position: center; | |||
width: 100%; | |||
height: 160px; | |||
} | } | ||
Revision as of 20:56, 30 May 2023
/* CSS placed here will be applied to all skins */ #content { background: #6fa430; } #p-logo a { background-size: contain; } #left-navigation { padding-top: 100px; } #right-navigation { padding-top: 100px; } #mw-head { background: #6fa430; background-image: url('https://talesofyore.com/new/images/fullbanner.png'); background-position: center; width: 100%; height: 160px; } body { background: #6fa430; } .vector-menu-tabs-legacy .selected { background: #6fa430; } .vector-menu-tabs-legacy li { background: #5f9420; }