Difference between revisions of "MediaWiki:Common.css"

From Kuselada Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
.page-Free_Republic_of_Volfor aside.portable-infobox {
.page-Free_Republic_of_Volfor aside.portable-infobox {
     width: 248px;
     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;
}