Mao Mao: Heroes of Pure Heart Wiki
No edit summary
No edit summary
Line 237: Line 237:
   
 
/* TEXT STYLE */
 
/* TEXT STYLE */
.wds-tabs__tab {
 
color: #FBC799 !important;
 
}
 
 
 
a:not(.new) {
 
a:not(.new) {
 
font-weight: bold !important;
 
font-weight: bold !important;

Revision as of 02:09, 26 June 2021

@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:ContribsButtons.css|u:dev:MediaWiki:FandomIcons.css|MediaWiki:Highlights.css|MediaWiki:Infobox.css|u:amphibiapedia:MediaWiki:ImageSvgs.css|u:dev:MediaWiki:InterlanguageFlags.css|u:dev:MediaWiki:MinimalistSliderText/code.css|u:dev:MediaWiki:NewCat%26LangBars.css|u:dev:MediaWiki:UpgradedToolbar.css|u:dev:MediaWiki:FandomizedTabs/tabbers.css&only=styles");

/* FONT IMPORT */
@import url('https://fonts.googleapis.com/css?family=Archivo|Farro|Nunito|Patrick+Hand|Fredoka+One|Chivo|Barrio');

/* Import CubanoRegular font */
@font-face {
    font-family: 'CubanoRegular';
    src: url('https://vignette.wikia.nocookie.net/maomao/images/b/bf/Cubano-regular.woff') format('woff');
}

:root {
    --link-theme-normal: #DC143C;
    --polar-1: #fff;
    --bottombar-accent-color: #DC143C;
    --bottombar-light-bg-color: rgba(212, 212, 212, 0.25);
    --bottombar-light-text-color: #FFD300;
    --activity-border-color: var(--border-color);
	--activity-dark-morelink-color: #DC143C;
	--activity-icon-color: #DC143C;
	--special-txt-color: /* Extra */;
	--default-bg-color: #e8dfe0;
	--special-bg-color: /* Extra */;
	--border-color: #DC143C;
}

/* Background (too large to fit) */
body.skin-oasis {
    background-image: url('https://vignette.wikia.nocookie.net/maomao/images/3/39/Mountain.png/revision/latest?cb=20190618073711') !important; 
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #44ba9d;
}

/* Category add notice (From The Family Guy Wiki) */
.CategorySelect.editMode > .toolbar:before {
  display: block;
  content: "Please consult an administrator or a moderator before adding a new category.";
  float: left;
  color: var(--default-bg-color);
  line-height: 1.7em;
}
/* Blog Lines */
.WikiaBlogListing .WikiaBlogListingPost {
    border-bottom: dotted;
    padding: 20px 0;
}

/* Profile Icons (Credits to Sonic News Network!) */
.profile-icons {
     vertical-align:middle;
     margin-right:10px
}
 
.profile-icons {
	padding-right: 10px;
	vertical-align: middle;
}

/* Maincharacterselector Template */
 #maincharacters img{
    background: transparent; 
    vertical-align: bottom;
}
 
/* Body */
.WikiaArticle, .category-gallery-item .snippet .text, a.wikia-button, .wikia-single-button a, .wikia-menu-button, input, .button, button, select, ul.tabbernav, .WikiaRail {
    font-family: 'Nunito' !important;
}
 
.rail-module h2, .WikiaRail .module h2, .mw-headline  {
    font-family: 'Archivo',  sans-serf !important;
}

/* Community page and Profile fonts */
.community-page-header-welcome-message, .community-page-subheader-welcome-message, .UserProfileMasthead .masthead-info h1, .UserProfileMasthead .tally em {
	font-family: 'CubanoRegular',  sans-serf !important;
}

/* Recent changes byte indicators */
.mw-plusminus-pos {
    color: #3e8e41;
}
.mw-plusminus-neg {
    color: #c1372d;
}
.mw-plusminus-null {
    color: #DC143C;
} 
/* diffchange colors */
td.diff-context {
    border-color: var(--border-color) !important;
}
td.diff-addedline .diffchange {
    background-color:#4dff53 !important;
}
td.diff-addedline {
    border-color:#4dff53 !important;
}
td.diff-deletedline .diffchange {
    background-color:#ff564a !important;
}
td.diff-deletedline {
    border-color:#ff564a !important;
}

.toccolours { 
     border:1px solid #aaa;
     background-color:#f9f9f9;
     padding:3px;
     }

/* Notifications at the bottom of the website */
.WikiaNotifications li div {
    box-shadow: none;
    background-image: none;
    max-width: 200px;
    padding: 16px;
    border-radius: 0;
}
 
.WikiaNotifications li div a {
    font-weight: bold;
}
 
.WikiaNotifications li div a:hover {
    filter: brightness(85%);
    transition: .3s;
}

/* ContribsButtons */
body.mw-special-Contributions #VSTFReportButtons .VSTFReportButton,
body.mw-special-Contributions #contentSub:not(.contentSub) a,
body.mw-special-Contributions #contentSub #contentSubSub a {
    background: var(--border-color);
    color: #FFFFFF;
}
 
body.mw-special-Contributions #VSTFReportButtons .VSTFReportButton:active,
body.mw-special-Contributions #VSTFReportButtons .VSTFReportButton:focus,
body.mw-special-Contributions #VSTFReportButtons .VSTFReportButton:hover,
body.mw-special-Contributions #contentSub:not(.contentSub) a:active,
body.mw-special-Contributions #contentSub:not(.contentSub) a:focus,
body.mw-special-Contributions #contentSub:not(.contentSub) a:hover,
body.mw-special-Contributions #contentSub #contentSubSub a:active,
body.mw-special-Contributions #contentSub #contentSubSub a:focus,
body.mw-special-Contributions #contentSub #contentSubSub a:hover {
    background: #ff4d70;
}

/* Content Area Tweaks */
.WikiaArticle {
    line-height: 1.5em;
}

.WikiaArticle h2 {
   border-bottom:1px solid var(--border-color);
   margin-bottom:0.5em;
   margin-top:20px;
}

.skin-monobook #filetoc,
.toc {
    border-radius: 5px !important;
    border-color: var(--border-color) !important;
    background-color: var(--default-bg-color) !important;
}

.WikiaArticle .thumbinner {
    background-color: var(--border-color) !important;
    background-repeat: repeat;
}
.WikiaArticleCategories {
    background-repeat: repeat;
}
.wikitable, table.wikitable {
    background: var(--default-bg-color) !important;
    border: 3px solid var(--border-color);
}
 
table.wikitable th, table.wikitable td {
    border: var(--border-color);
}
 
table.wikitable > tr > th, table.wikitable > * > tr > th {
    background: var(--default-bg-color) none repeat scroll 0% 0%;
}

.WikiaArticle .editsection {
    float: right !important;
    margin-right: 10px !important;
}

.WikiaPage .page-header__separator {
    background-color: var(--border-color);
}

.wikitable,
table.wikitable {
    background-color: var(--default-bg-color) !important;
    background-repeat: repeat;
    border-color: var(--border-color) !important;
}
 
table.wikitable th,
table.wikitable td {
    border: var(--default-bg-color);
}

.pi-data-value div> ul {
    margin: .4em 0 .5em !important;
}

/* Customizing Profile Tabs */
.WikiaUserPagesHeader .tabs a:hover {
    text-shadow: 0 0 2.5px rgba(255, 104, 17), 
                 0 0 2.5px rgba(255, 104, 17);
    color: var(--border-color) !important;
    text-decoration: none;
    -webkit-transition: all .4s linear 0s;
    -moz-transition: all .4s linear 0s;
    -ms-transition: all .4s linear 0s;
    -o-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}
 
.WikiaUserPagesHeader .tabs li a {
    border-bottom: none !important;
    text-decoration: none !important;
}
 
.WikiaUserPagesHeader .tabs {
    background: var(--default-bg-color);
}

/* TEXT STYLE */
a:not(.new) {
    font-weight: bold !important;
}
 
.new {
    color: teal !important;
}

/*Button css mess*/
a.wikia-button,
.wikia-single-button a,
.wikia-menu-button,
input[type="submit"]:not(#searchSubmit),
input[type="reset"],
input[type="button"],
.button,
button {
    background: var(--border-color) !important;
    color: #FFFFFF !important;
    border-radius: 0 !important;
}
 
/* Modules (Inspried by OK K.O.! Wiki & Steven Universe Wiki) */
.WikiaRail .rail-module,
.community-page-help-module,
.community-page-card-module,
.WikiaRail .module,
.WikiaArticle .thumbinner,
.WikiaArticleCategories,
.WikiaImageModule {
    border: 2px solid var(--border-color) !important;
    background: var(--default-bg-color) !important;
    vertical-align: text-bottom !important;
    border-radius: 5px !important;
}
 
.WikiaRail .rail-module {
    padding: 15px 5px;
    margin: 0 0 30px 0;
}

.WikiaRail .rail-module h2 {
    border-bottom:1px solid var(--border-color);
}
 
.FollowedPagesModule li {
    border-color:var(--border-color)!important;
}
 
.WikiaRail .rail-module .wds-button.wds-is-secondary {
    background: var(--border-color);
    color:white!important;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
 
.WikiaRail .rail-module .wds-button.wds-is-secondary:hover {
    background: var(--border-color)!important;
    border-color:var(--border-color)!important;
    color:white!important;
    text-shadow: 0 0 2.5px white, 0 0 2.5px white!important;
}
 
#WikiaRail .rail-module a.edit-info-user,
#WikiaRail .rail-module, .module, .module a, 
.community-page-card-module .community-page-card-module-full-list-link {
    color: var(--border-color);
}
 
.WikiaRail .rail-module h2.has-icon svg {
    fill: var(--border-color);
}
 
.community-page-rail-module {
    border-top: 1px solid var(--border-color)!important;
}
 
.community-page-rail-module .wds-avatar {
    border-color: var(--border-color)!important;
}
 
.WikiaRail .module h2 {
    border-bottom: 1px solid var(--border-color);
    font-size: 16px;
    font-weight: bold;
    min-height: 30px;
    margin-bottom: 16px;
    padding-left: 2px;   
}

.UserProfileMasthead .wikis span,
.UserProfileMasthead .details span, .tally {
    color: var(--border-color);
}

.UserProfileMasthead .details li,
.UserProfileMasthead .wikis ul li a, .UserProfileMasthead .tally a {
    color: var(--border-color);
    font-weight: 700;
}

.UserProfileMasthead .discussion-details {
    border-top: 1px solid var(--border-color);
    padding-top: 10px;
}

.UserProfileMasthead .globaledit-details {
    border-top: 1px solid var(--border-color);
    padding-top: 10px;
}

.WikiaUserPagesHeader {
    background: linear-gradient(0deg,var(--border-color),var(--default-bg-color));
}

/*Profile code*/
.UserProfileMasthead .masthead-info {
  background-image:url("https://vignette.wikia.nocookie.net/maomao/images/8/88/MM119_BG_A000_Ext_Pure_Heart_Mountain_Tops_V04_HC.jpg/revision/latest?cb=20191206000814");
}

/* POLL VOTES COLOR */
.pollAnswerVotes div {
background:none repeat scroll 0 0 #DC143C !important;
}

/* Username template */
.insertusername {
    color: #F00030;
}

/*Credits to SML Wiki for this code !*/
.mw-warning-with-logexcerpt {
    border-color: var(--border-color) !important;
}

/*Scrollbar*/
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
body::-webkit-scrollbar {
    background: var(--default-bg-color);
}
::-webkit-scrollbar-thumb {
    background: var(--border-color) ;
}
::-webkit-scrollbar-thumb:hover {
    background: #FF69B4 !important;
}
::-webkit-scrollbar-thumb:active {
    background: #FFA500 !important;
}
 
/* Links */
.WikiaArticle a:hover {
    text-shadow: 0 0 2.5px rgba(255, 104, 17), 
                 0 0 2.5px rgba(255, 104, 17);
    color: var(--border-color) !important;
    text-decoration: none;
    -webkit-transition: all .4s linear 0s;
    -moz-transition: all .4s linear 0s;
    -ms-transition: all .4s linear 0s;
    -o-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}
a:active {
    color: var(--default-bg-color) !important;
    text-shadow: 0 0 2.5px #f00, 0 0 2.5px #f00;
}
 
/*Custom highlighting code*/
/*** Works on common browsers ***/
::selection {
    background-color: var(--border-color);
    color: #FFFFFF;
}

.CategorySelect.articlePage, .article-categories {
    background: var(--border-color);
}

/* Source Editor Header Improvements*/
.EditPageHeader {
    border: dotted;
    border-color: var(--border-color);
    border-radius: 1px;
    opacity: 0.95;
    box-shadow: none;
}

/* Recent Changes Header */
span.rclinks {
    float: right;
}
 
span.rclinks > a {
    color: gray;
}
 
.rc-backlink-text > a:hover {
    text-decoration: none ;
}
 
span.rclinks > a:hover {
    text-decoration: none;
    color: #0000ee;
    transition: .3s;
}

span.rc-backlink-text > a,
span.rclinks > a {
    color: #0000ee ;
}

/* Color scheme for templates */
.color-base {
    border-color: var(--border-color)!important;
    background-color:var(--default-bg-color);
}
.color-main {
    text-align:center;
    background:var(--default-bg-color);
    border: 3px solid var(--border-color);
    border-color:var(--border-color)!important;
    font-size: 110%; 
    color:#000;
    moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

.color-text {
    text-align:center;
    font-size: 25px;
    font-family:CubanoRegular;
    color: var(--border-color);
    line-height:101%;
}

.mainpage .WikiaPage .page-header__title,
.mainpage .WikiaPage .page-header__separator {
	display: none;
}