MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 199: | Line 199: | ||
color: #FFD700 !important; | color: #FFD700 !important; | ||
border-color: #FFD700 !important; | border-color: #FFD700 !important; | ||
} | |||
#p-logo { | |||
position: static !important; | |||
height: auto !important; | |||
margin: 100px 0 5px 0 !important; /* top margin creates spacing below the line */ | |||
padding: 0 !important; | |||
display: flex !important; | |||
justify-content: center; | |||
align-items: center; | |||
} | |||
.mw-wiki-logo { | |||
width: 120px !important; | |||
height: 50px !important; | |||
background-repeat: no-repeat; | |||
background-position: center; | |||
background-size: contain !important; | |||
margin: 0 auto !important; | |||
} | } |