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); }")
 
 
(4 intermediate revisions by the same user not shown)
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;
}
 
.pi-title {
    text-align: center;
}
 
blockquote.templatequote {
    border-left: 4px solid #eaecf0;
    padding-left: 1em;
}
}

Latest revision as of 01:05, 18 November 2021

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

.pi-title {
    text-align: center;
}

blockquote.templatequote {
    border-left: 4px solid #eaecf0;
    padding-left: 1em;
}