Difference between revisions of "MediaWiki:Common.css"

From Kuselada Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .page-Free_Republic_of_Volfor aside.portable-infobox { width: calc(var(--pi-width) * 1.5); }")
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.page-Free_Republic_of_Volfor aside.portable-infobox {
.page-Free_Republic_of_Volfor aside.portable-infobox {
width: calc(var(--pi-width) * 1.5);
    width: 248px;
}
}

Revision as of 21:47, 17 November 2021

/* CSS placed here will be applied to all skins */
.page-Free_Republic_of_Volfor aside.portable-infobox {
    width: 248px;
}