MediaWiki:Common.css: Difference between revisions

From Poupedia
Jump to navigation Jump to search
Content added Content deleted
(testing headline font)
(test !important)
Line 26: Line 26:
.portable-infobox .pi-title {
.portable-infobox .pi-title {
font-size: 28px;
font-size: 28px;
font-family: Pou Font;
font-family: 'Pou Font' !important;
font-weight: 500;
font-weight: 500;
}
}
.portable-infobox .pi-secondary-background {

font-family: 'Pou Font' !important;
}
.portable-infobox .pi-secondary-font {
.portable-infobox .pi-secondary-font {
font-family: Pou Font;
font-family: 'Pou Font' !important;
}
}

Revision as of 07:26, 11 October 2022

/* CSS placed here will be applied to all skins */
@font-face {
	font-family: "Pou Font";
	src:url(https://static.wikia.nocookie.net/pou/images/d/d9/Pou_Font.ttf/revision/latest?cb=20221010151243&format=original);
}

/* Page titles and sections titles font */
.page-header__title, .mw-headline {
	font-family: Pou Font;
}

/* Main Page */
.mainpage-header {
    font-family: 'Pou Font';
    font-size: 22pt;
    text-align: center;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 4px #000000;
    border-radius: 5px;
    background-color: #337800;
}

/* Portable Infobox */

.portable-infobox .pi-title {
	font-size: 28px;
    font-family: 'Pou Font' !important;
    font-weight: 500;
}
.portable-infobox .pi-secondary-background {
    font-family: 'Pou Font' !important;
}
.portable-infobox .pi-secondary-font {
   font-family: 'Pou Font' !important;
}