MediaWiki:Common.css: Difference between revisions

From Poupedia
Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
mNo edit summary
 
(40 intermediate revisions by the same user not shown)
Line 1: Line 1:
@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=MediaWiki:BlackWhite.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:Global_Lua_Modules/Tabber.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:UserAnimations.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:BalancedComments.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:BalancedMessageBoxes.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:BalancedCategories.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:BalancedUCX.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:BalancedDiscord.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:AjaxPoll.Discussions.css&only=styles";

/* Import */
/* Import */
@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);
}
}


/* Hide header name */
/* 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 {
div.fandom-community-header__community-name-wrapper
content: '';

display: inline-block;

margin-top: -0.5rem;
/* Page titles and sections titles font */
position: relative;
.page-header__title, .mw-headline {
top: 0.4rem;
font-family: 'Pou Font';
color: #fff;
right: 0.3rem;
background-clip: content-box;
text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
padding: 3px;
height: 20px;
margin-left: 2px;
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;
}
}


Line 39: Line 46:
text-shadow: 4px #000000;
text-shadow: 4px #000000;
border-radius: 5px;
border-radius: 5px;
background-color: #4DFF94;
background-color: #00B300;
font-weight: 300;
font-weight: 300;
text-shadow: 2px 2px 2px #000, -2px 2px 2px #000, 2px -2px 2px #000, -2px -2px 2px #000 !important;
text-shadow: 2px 2px 2px #000, -2px 2px 2px #000, 2px -2px 2px #000, -2px -2px 2px #000 !important;
Line 51: Line 58:
text-shadow: 4px #000000;
text-shadow: 4px #000000;
border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
background-color: #4DFF94;
background-color: #00B300;
font-weight: 300;
font-weight: 300;
text-shadow: 2px 2px 2px #000, -2px 2px 2px #000, 2px -2px 2px #000, -2px -2px 2px #000 !important;
text-shadow: 2px 2px 2px #000, -2px 2px 2px #000, 2px -2px 2px #000, -2px -2px 2px #000 !important;
Line 68: Line 75:
}
}


/* Portable Infobox */
/* Thumbnail */
.thumb {

border: 1px solid #FFEBDF;
.portable-infobox .pi-title {
font-size: 28px !important;
padding: 3px !important;
font-family: 'Pou Font' !important;
background-color: #FFEBDF !important;
color: #FFF;
text-align: center;
font-weight: 500;
overflow: hidden;
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;
}

/* Discord */
.discord-widget .widget-theme-light .widget-header {
background-color: #C6995B;
}
.discord-widget .widget-theme-dark .widget-header {
background-color: #C6995B;
}
.discord-widget .widget-footer {
border-top: 3px ridge #C6995B;
}
.discord-widget .widget-btn-connect {
color: #fff;
background-color: #C6995B;
border: 1px solid #C6995B;
}
.discord-widget .widget-btn-connect:hover {
opacity: 1;
background: #C6995B;
border: 1px solid #C6995B;
text-decoration: none;
}
.discord-widget .widget-body::-webkit-scrollbar {
width: 10px;
}
.discord-widget .widget-body::-webkit-scrollbar-track {
background: transparent;
margin: 3px 0;
}
}
.thumbcaption {
.discord-widget .widget-body::-webkit-scrollbar-thumb {
color: #252525 !important
background:#C6995B;
border: 3px solid #000000;
border-radius: 10px;
}
}

Latest revision as of 11:54, 23 June 2024

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

/* 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;
}

/* 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: #00B300;
    font-weight: 300;
    text-shadow: 2px 2px 2px #000, -2px 2px 2px #000, 2px -2px 2px #000, -2px -2px 2px #000 !important;
}
.mainpage-header-news {
    font-family: 'Pou Font';
    font-size: 22pt;
    text-align: center;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 4px #000000;
    border-radius: 5px 5px 0px 0px;
    background-color: #00B300;
    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: #4DFF94 !important;
    color:#000 !important;
    text-align: center !important;
    }

.article-table {
	text-align: center;
	margin: 0 auto;
}

/* Thumbnail */
.thumb {
    border: 1px solid #FFEBDF;
    padding: 3px !important;
    background-color: #FFEBDF !important;
    text-align: center;
    overflow: hidden;
}
.thumbcaption {
    color: #252525 !important
}