MediaWiki:Common.css: Difference between revisions

From Poupedia
Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
mNo edit summary
Line 11: Line 11:
/* Page titles and sections titles font */
/* Page titles and sections titles font */
.page-header__title, .mw-headline {
.page-header__title, .mw-headline {
font-family: Pou Font;
font-family: 'Pou Font';
color: #fff;
color: #fff;
text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;

Revision as of 19:54, 4 February 2024

@import "/load.php?mode=articles&articles=MediaWiki:Badges.css&only=styles";
@import "/load.php?mode=articles&articles=MediaWiki:Colors.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:InterlanguageFlags.css&only=styles";

/* Import */
@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';
	color: #fff;
	text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

/* 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;
    font-weight: 300;
    text-shadow: 2px 2px 2px #000, -2px 2px 2px #000, 2px -2px 2px #000, -2px -2px 2px #000 !important;
}

/* Table Formatting */
table.article-table th {
    background: #337800 !important;
    color:#FFFFFF !important;
    }

/* Portable Infobox */

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

/* Images B/W */
body.theme-fandomdesktop-dark img[data-image-name="Hungryicon.png"] {
  filter: invert(1);
}

body.theme-fandomdesktop-dark img[data-image-name="Funicon.png"] {
  filter: invert(1);
}