MediaWiki:Common.css: Difference between revisions

From Poupedia
Jump to navigation Jump to search
Content deleted Content added
No edit summary
mNo edit summary
 
(109 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* Import */
/* CSS placed here will be applied to all skins */
@font-face {
@font-face {
font-family: "Pou Font";
font-family: 'Pou Font';
src:url(https://static.wikia.nocookie.net/pou/images/d/d9/Pou_Font.ttf/revision/latest?cb=20221010151243&format=original);
src:url(https://static.miraheze.org/pouwiki/2/28/Pou-Font.ttf);
}
}


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


body {
/* Main Page */
.mainpage-header {
font-family: 'Pou Font';
font-family: 'Pou Font';
font-size: 22pt;
font-size: 125%;
}
text-align: center;

letter-spacing: 2px;
/* Personal Toolbar icons*/
color: #ffffff;
.vector-user-menu-legacy #pt-anonuserpage:before, .vector-user-menu-legacy #pt-tmpuserpage:before, .vector-user-menu-legacy #pt-userpage a:before {
text-shadow: 4px #000000;
content: '';
border-radius: 5px;
display: inline-block;
background-color: #337800;
margin-top: -0.5rem;
position: relative;
top: 0.4rem;
right: 0.3rem;
background-clip: content-box;
height: 20px;
width: 20px;
background-image: url(https://static.miraheze.org/pouwiki/thumb/8/85/PoupediaUserIcons.png/60px-PoupediaUserIcons.png);
background-position: 0px 0;
}
}
.vector-user-menu-legacy #pt-anonuserpage:before, .vector-user-menu-legacy #pt-tmpuserpage:before, .vector-user-menu-legacy #pt-userpage a:before, .oo-ui-icon-bell, .mew-ui-icon-bell:before, .oo-ui-icon-tray, .mw-ui-icon-tray:before {

height: 20px;
/* Table Formatting */
width: 20px;
table.article-table th {
background-image: url(https://static.miraheze.org/pouwiki/thumb/8/85/PoupediaUserIcons.png/60px-PoupediaUserIcons.png);
background: #337800 !important;
}
color:#FFFFFF !important;
.oo-ui-icon-bell, .mew-ui-icon-bell:before { /*bell*/
text-shadow: 2px 2px 2px #000, -2px 2px 2px #000, 2px -2px 2px #000, -2px -2px 2px #000;
background-position: -20px 0;
}
}

.oo-ui-icon-tray, .mw-ui-icon-tray:before { /*alert*/
/* Portable Infobox */
background-position: -40px 0;

.portable-infobox .pi-title {
font-size: 28px !important;
font-family: 'Pou Font' !important;
font-weight: 500;
}
}
.vector-user-menu-legacy #pt-anonuserpage, .vector-user-menu-legacy #pt-tmpuserpage, .vector-user-menu-legacy #pt-userpage a {
.portable-infobox .pi-secondary-background {
padding: 0;
font-family: 'Pou Font' !important;
}
}
#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read { /* Full color for other bell and alert */
.portable-infobox .pi-secondary-font {
opacity: unset;
font-family: 'Pou Font' !important;
}
}

Latest revision as of 20:25, 30 July 2024

/* Import */
@font-face {
	font-family: 'Pou Font';
	src:url(https://static.miraheze.org/pouwiki/2/28/Pou-Font.ttf);
}

span.hiddentext { display:none; }

body  {
    font-family: 'Pou Font';
    font-size: 125%;
  }

/* Personal Toolbar icons*/
.vector-user-menu-legacy #pt-anonuserpage:before, .vector-user-menu-legacy #pt-tmpuserpage:before, .vector-user-menu-legacy #pt-userpage a:before {
	content: '';
	display: inline-block;
	margin-top: -0.5rem;
	position: relative;
	top: 0.4rem;
	right: 0.3rem;
	background-clip: content-box;
	height: 20px;
	width: 20px;
	background-image: url(https://static.miraheze.org/pouwiki/thumb/8/85/PoupediaUserIcons.png/60px-PoupediaUserIcons.png);
	background-position: 0px 0;
}
.vector-user-menu-legacy #pt-anonuserpage:before, .vector-user-menu-legacy #pt-tmpuserpage:before, .vector-user-menu-legacy #pt-userpage a:before,  .oo-ui-icon-bell, .mew-ui-icon-bell:before,  .oo-ui-icon-tray, .mw-ui-icon-tray:before {
	height: 20px;
	width: 20px;
	background-image: url(https://static.miraheze.org/pouwiki/thumb/8/85/PoupediaUserIcons.png/60px-PoupediaUserIcons.png);
}
.oo-ui-icon-bell, .mew-ui-icon-bell:before { /*bell*/
	background-position: -20px 0;
}
.oo-ui-icon-tray, .mw-ui-icon-tray:before { /*alert*/
	background-position: -40px 0;
}
.vector-user-menu-legacy #pt-anonuserpage, .vector-user-menu-legacy #pt-tmpuserpage, .vector-user-menu-legacy #pt-userpage a {
	padding: 0;
}
#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read { /* Full color for other bell and alert */
	opacity: unset;
}