MediaWiki:Common.css: Difference between revisions

From Tael
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(9 intermediate revisions by the same user not shown)
Line 4: Line 4:
border: 1px solid #000033;
border: 1px solid #000033;
padding: 1em;
padding: 1em;
width: 200px;
min-width: 200px;
}    
max-width: 300px;
}
.infobox tr td:first-child
{
white-space:nowrap;
}
.infobox-title {
.infobox-title {
font-size: 1.5em;
font-size: 1.5em;
Line 20: Line 25:
}
}


.ability_box {
border: 1px solid #000033;
padding: 0 1em;
margin: 0 0 1em 0;
}


/* Exclude logo to be change with or without DarkMode */
.client-dark-mode .mw-wiki-logo {


/* Exclude logo to be changed with or without Dark Mode */
.client-darkmode .mw-wiki-logo {
filter: invert( 1 ) hue-rotate( 180deg );
filter: invert( 1 ) hue-rotate( 180deg );
}
}

Latest revision as of 21:07, 7 May 2024

.infobox {
float: right;
margin: 0 0 1em 1em;
border: 1px solid #000033;
padding: 1em;
min-width: 200px;
max-width: 300px;
}
.infobox tr td:first-child
{
white-space:nowrap;
}
.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;
}

.ability_box {
border: 1px solid #000033;
padding: 0 1em;
margin: 0 0 1em 0;
}


 
/* Exclude logo to be changed with or without Dark Mode */
.client-darkmode .mw-wiki-logo {
filter: invert( 1 ) hue-rotate( 180deg );
}