MediaWiki:Common.css: Difference between revisions
From abbyversewiki.irkanien.de
Jump to navigationJump to search
(Created page with "→CSS placed here will be applied to all skins: →Scale the wiki logo: .mw-wiki-logo { background-size: contain !important; width: 180px !important; →Adjust width: height: 180px !important; →Adjust height: }") |
mNo edit summary |
||
Line 6: | Line 6: | ||
width: 180px !important; /* Adjust width */ | width: 180px !important; /* Adjust width */ | ||
height: 180px !important; /* Adjust height */ | height: 180px !important; /* Adjust height */ | ||
} | |||
#toc { | |||
float: left !important; | |||
width-max: 450px; | |||
margin-right: 25px; | |||
background: #f9f9f9; | |||
padding: 15px; | |||
border: 1px solid #aaa; | |||
} | } |
Revision as of 20:32, 6 February 2025
/* CSS placed here will be applied to all skins */
/* Scale the wiki logo */
.mw-wiki-logo {
background-size: contain !important;
width: 180px !important; /* Adjust width */
height: 180px !important; /* Adjust height */
}
#toc {
float: left !important;
width-max: 450px;
margin-right: 25px;
background: #f9f9f9;
padding: 15px;
border: 1px solid #aaa;
}