MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: →Hide the default site name text next to the logo: .mw-logo-wordmark { display: none; }" |
No edit summary |
||
| Line 4: | Line 4: | ||
display: none; | display: none; | ||
} | } | ||
/* Push the logo down slightly from the top edge */ | |||
.mw-logo-icon { | |||
margin-top: 10px; /* You can change this number up or down to get it perfect */ | |||
} | |||
/* Yes we're using AI... coders are welcome...*/ | |||
Latest revision as of 14:33, 10 March 2026
/* CSS placed here will be applied to all skins */
/* Hide the default site name text next to the logo */
.mw-logo-wordmark {
display: none;
}
/* Push the logo down slightly from the top edge */
.mw-logo-icon {
margin-top: 10px; /* You can change this number up or down to get it perfect */
}
/* Yes we're using AI... coders are welcome...*/