MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 18: | Line 18: | ||
.infobox-image { | .infobox-image { | ||
text-align: center; | text-align: center; | ||
} | |||
/* Exclude logo to be change with or without DarkMode */ | |||
.client-dark-mode .mw-wiki-logo { | |||
filter: invert( 1 ) hue-rotate( 180deg ); | |||
} | } | ||
Revision as of 06:01, 31 March 2024
.infobox {
float: right;
margin: 0 0 1em 1em;
border: 1px solid #000033;
padding: 1em;
width: 200px;
}
.infobox-title {
font-size: 1.5em;
text-align: center;
background: rgba(0, 0, 0, .15);
}
.infobox-subtitle {
font-size: 1em;
text-align: center;
background: rgba(0, 0, 0, .15);
}
.infobox-image {
text-align: center;
}
/* Exclude logo to be change with or without DarkMode */
.client-dark-mode .mw-wiki-logo {
filter: invert( 1 ) hue-rotate( 180deg );
}