It's Pony Wiki
Register
No edit summary
No edit summary
Line 412: Line 412:
 
/*Profile code*/
 
/*Profile code*/
 
.UserProfileMasthead .masthead-info {
 
.UserProfileMasthead .masthead-info {
background-image:url("https://vignette.wikia.nocookie.net/nickelodeonspony/images/c/c3/D7db547c5cd17773cbcf972a0bf5e9d2.png/revision/latest?cb=20191229120833");
+
background-image:url("https://vignette.wikia.nocookie.net/nickelodeonspony/images/3/36/It%27s_Pony_Canvas.png/revision/latest/scale-to-width-down/1280?cb=20200105092016");
 
}
 
}
   

Revision as of 11:40, 5 January 2020

@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:FandomIcons.css|u:dev:MediaWiki:FandomizedPagination/code.css|u:dev:MediaWiki:InterlanguageFlags.css|u:dev:MediaWiki:FandomizedWikiFeatures.css|u:dev:MediaWiki:FandomizedInputboxes/code.css|u:dev:MediaWiki:FandomizedCategoryExhibition/code.css|u:dev:MediaWiki:ContribsButtons.css|u:dev:MediaWiki:ModernPopovers.css|u:dev:MediaWiki:UpgradedToolbar.css|u:dev:MediaWiki:FandomizedFieldsets.css|u:dev:MediaWiki:MinifiedLeftTabs/code.css|MediaWiki:Highlights.css|MediaWiki:Gadget-Discord.css|MediaWiki:Infobox.css|u:dev:MediaWiki:FandomizedBloglists/code.css|u:mighty-magiswords:MediaWiki:Wikia.css|u:dev:MediaWiki:Nord.css|u:dev:MediaWiki:ModernLeaderboard.css|u:dev:MediaWiki:MinimalistSliderText/code.css|u:dev:RectangularButtons/code.css.css|u:dev:MediaWiki:FandomizedButtons.css|u:dev:MediaWiki:FandomizedThemeDesigner.css|u:dev:MediaWiki:EditorSourceMinimal/light.css|u:dev:MediaWiki:EditorVisualMinimal/light.css|u:dev:MediaWiki:DiscussionsFeed/style-light.css|u:dev:MediaWiki:ModernLightbox.css|u:dev:MediaWiki:ModernLightbox/addtoarticlebutton.css|u:dev:MediaWiki:ModernProfile/Masthead.css|u:dev:MediaWiki:ModernProfile/Wall.css|u:dev:MediaWiki:FandomizedActivityFeed.css|u:maomao:MediaWiki:Wikia.css|u:dev:MediaWiki:ModernCommentsSection.css|u:amphibiapedia:MediaWiki:LoadingScreens.css|u:amphibiapedia:MediaWiki:ImageSvgs.css|u:dev:MediaWiki:NewCat%26LangBars.css|u:dev:MediaWiki:FandomizedAchievementsSystems/code.css|u:dev:MediaWiki:ModernPolls.css|u:dev:MediaWiki:RedesignedAdminDashboard.css|u:dev:MediaWiki:FandomizedRailModules/code.css|u:dev:MediaWiki:FandomizedTabs/tabbers.css|u:dev:MediaWiki:FandomizedToggles/code.css&only=styles");
 
/* FONT IMPORT */
@import url('https://fonts.googleapis.com/css?family=Baloo|Farro|Solway|Patrick+Hand|Fredoka+One|Chivo|Barrio');

:root {
    --link-theme-normal: #E60026;
    --polar-1: #fff;
}

/* NewCat&LangBars */
:root {
    --bottombar-accent-color: #E60026;
    --bottombar-light-bg-color: rgba(212, 212, 212, 0.25);
    --bottombar-light-text-color: #C19A6B;
    --bottombar-dark-text-color: #C19A6B;
}

/* 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: #000;
  line-height: 1.7em;
}

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

/* Gallery Spin, thanks Archieverse Wiki for this code! */
 #imagespin img {
	-webkit-transition: -webkit-transform 0.8s ease-in-out;
	transition: transform 0.8s ease-in-out;
}
#imagespin img:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

/* Blog Lines */
.WikiaBlogListing .WikiaBlogListingPost {
    border-bottom: dotted;
    padding: 20px 0;
}

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

/* 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, .category-gallery-item .snippet .text, a.wikia-button, .wikia-single-button a, .wikia-menu-button, input, .button, button, select, ul.tabbernav, .tabs {font-family: 'Solway' !important;
}
 
#WikiaPage {
    font-family: 'Solway' !important;
}
 
h2, h3, h4, h5, h6, h7 {
    font-family: 'Baloo',  sans-serf !important;
}  
 
/* Recent changes byte indicators */
.mw-plusminus-pos {
    color: #3e8e41;
}
.mw-plusminus-neg {
    color: #c1372d;
}
.mw-plusminus-null {
    color: #E60026;
}

/* diffchange colors */
td.diff-context {
    border-color: #E60026 !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;
}

/* Wordmark animation */
.wds-community-header__wordmark:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
 
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
 
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
 
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
 
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

/* ContribsButtons */
body.mw-special-Contributions #VSTFReportButtons .VSTFReportButton,
body.mw-special-Contributions #contentSub:not(.contentSub) a,
body.mw-special-Contributions #contentSub #contentSubSub a {
    background: #E60026;
}
 
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: #ff7e78;
}

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

.WikiaArticle h2 {
   border-bottom:1px solid #E60026;
   margin-bottom:0.5em;
   margin-top:20px;
}

.skin-monobook #filetoc,
.toc {
    border-radius: 5px !important;
    border-color: #E60026 !important;
    background-color: #C19A6B !important;
}

.WikiaArticle .thumbinner {
    background-color: #E60026 !important;
    background-repeat: repeat;
}
.WikiaArticleCategories {
    background-repeat: repeat;
}
.wikitable, table.wikitable {
    background: #C19A6B !important;
    border: 3px solid #E60026;
}
 
table.wikitable th, table.wikitable td {
    border: #E60026;
}
 
table.wikitable > tr > th, table.wikitable > * > tr > th {
    background: #C19A6B none repeat scroll 0% 0%;
}

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

.WikiaPage .page-header__separator {
    background-color: #E60026;
}

.wikitable,
table.wikitable {
    background-color: #C19A6B !important;
    background-repeat: repeat;
    border-color: #E60026 !important;
}
 
table.wikitable th,
table.wikitable td {
    border: #C19A6B;
}

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

.wikia-menu-button.secondary, a:hover, .wikia-menu-button.secondary, .drop:hover, .wikia-menu-button.secondary, li > a:hover {
    background-color: #0066CC;
    background-image: none;
}

/*Customizing Profile Tabs (From Glitchtale Wiki)*/
.WikiaUserPagesHeader .tabs li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.WikiaUserPagesHeader .tabs li a {
	background: #C19A6B !important;
	border: 4px solid #E60026 !important;
	border-radius: 0 !important;
}
/* End of Profile tabs customization*/

/* Community page */
.community-page-header-welcome-message,
.community-page-subheader-welcome-message { font-family: 'Baloo',  sans-serf !important; }
 
/* TEXT STYLE */
.wds-tabs__tab {
    color: #FBC799 !important;
}
 
.UserProfileMasthead .masthead-info h1, .UserProfileMasthead .tally em {
    font-family: 'Baloo',  sans-serf !important;
}
 
a:not(.new) {
    font-weight: bold !important;
}
 
.new {
    color: #3cc166 !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: #E60026 !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,
.ChatEntryPoint,
.ChatModule,
.WikiaRail .module,
.WikiaArticle .thumbinner,
.WikiaArticle pre,
.WikiaArticleCategories,
.WikiaImageModule {
    border: 2px solid #E60026 !important;
    background: #C19A6B !important;
    vertical-align: text-bottom !important;
    border-radius: 5px !important;
}
 
.WikiaRail .rail-module {
    padding: 20px 15px 15px;
    margin: 0 0 30px 0;
}

.WikiaRail .chat-module .chat-details .avatars .wds-avatar-stack .wds-avatar, .chat-module.ChatWidget .chat-details .avatars .wds-avatar-stack .wds-avatar, .community-page-rail-module .wds-avatar {
    border-color: #E60026!important;
}
 
.WikiaRail .rail-module h2 {
    border-bottom:1px solid #E60026;
}
 
.FollowedPagesModule li {
    border-color:#E60026!important;
}
 
.WikiaRail .rail-module .wds-button.wds-is-secondary {
    background:#E60026;
    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:#E60026!important;
    border-color:#E60026!important;
    color:white!important;
    text-shadow: 0 0 2.5px white, 0 0 2.5px white!important;
}
 
.WikiNav .nav .subnav-2 li.marked2 .subnav-2a,
.WikiNav .nav .subnav-2 li.marked2 .subnav-2a > a {
    color: #E60026;
}
 
#WikiaRail .rail-module a.edit-info-user,
#WikiaRail .rail-module {
    color: #E60026;
}
 
.WikiaRail .rail-module h2.has-icon svg {
    fill: #E60026;
}
 
.module span,
.module h1,
.module p,
.module h2,
.module li {
    color: #E60026;
}
 
.module a, 
.community-page-card-module .community-page-card-module-full-list-link {
    color: #E60026;
}
 
.community-page-rail-module {
    border-top: 1px solid #E60026!important;
}
 
.community-page-rail-module .wds-avatar {
    border-color: #E60026!important;
}
 
.WikiaRail .module h2 {
    border-bottom: 1px solid #E60026;
    font-size: 16px;
    font-weight: bold;
    min-height: 30px;
    margin-bottom: 16px;
    padding-left: 2px;   
}

.UserProfileMasthead .wikis span,
.UserProfileMasthead .details span {
    color: #E60026;
}

.tally {
    color: #E60026;
}

.UserProfileMasthead .details li,
.UserProfileMasthead .wikis ul li a {
    color: #E60026;
    font-weight: 700;
}
 
.UserProfileMasthead .tally a {
    color: #E60026;
    font-weight: 700;
}

.WikiaUserPagesHeader {
    background: linear-gradient(0deg,#E60026,#C19A6B);
}

/*Profile code*/
.UserProfileMasthead .masthead-info {
  background-image:url("https://vignette.wikia.nocookie.net/nickelodeonspony/images/3/36/It%27s_Pony_Canvas.png/revision/latest/scale-to-width-down/1280?cb=20200105092016");
}

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

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

/*Scrollbar*/
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
body::-webkit-scrollbar {
    background: #C19A6B;
}
::-webkit-scrollbar-thumb {
    background: #E60026 ;
}
::-webkit-scrollbar-thumb:hover {
    background: #FF69B4 !important;
}
::-webkit-scrollbar-thumb:active {
    background: #FFA500 !important;
}
 
/* Links */
a:hover {
    text-shadow: 0 0 2.5px rgba(255, 104, 17), 
                 0 0 2.5px rgba(255, 104, 17);
    color: #E60026 !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 {
    color: #E60026;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    text-shadow: 0 -15px 2.5px transparent,
                 0 15px 2.5px transparent;
}
 
a:active {
    color: #C19A6B !important;
    text-shadow: 0 0 2.5px #f00, 0 0 2.5px #f00;
}
 
/*Custom highlighting code*/
/*** Works on common browsers ***/
::selection {
    background-color: #E60026;
    color: #FFFFFF;
}

/* Source Editor Header Improvements*/
.EditPageHeader {
    background-color: #C19A6B;
    border: dotted;
    border-color: #E60026;
    border-radius: 1px;
    opacity: 0.95;
    box-shadow: none;
}

 /* Site glow */
.WikiaPage:not(border-top) {
    border: 2px solid #E60026;
    box-shadow: 0 0 20px #C19A6B;
}

/* FandomizedActivity */
:root {
    --activity-border-color: #E60026;
	--activity-dark-morelink-color: #E60026;
	--activity-icon-color: #E60026;
}

/* CTab, ETab, & OTab Templates - Author: DEmersonJMFM & The Loud House Encyclopedia */
 
.CTab,
.ETab,
.OTab { 
    text-align: center;
    font-weight: bold;
    margin-left: 5px;
}
 
.CTab-Tab .selflink,
.CTab-Tab a:hover {
    color: black;
}
 
.CTab-Tab a, /* Expand link size to fill tab */
.CTab-Tab .selflink,
.ETab-Tab a,
.ETab-Tab .selflink,
.OTab-Tab a,
.OTab-Tab .selflink {
    padding: 8px 15px 9px;
    text-decoration: none;
}
 
.CTab-Tab, /* Individual tabs */
.ETab-Tab,
.OTab-Tab { 
    float: left; 
    margin-right: 2px;
    padding: 5px 0; 
    width: auto; 
    border: 2px solid #E60026; 
    border-bottom: none;
}
 
.CTab-Line, /* Line below tabs */
.ETab-Line,
.OTab-Line {
    clear: both;
    width: 100%;
    padding-bottom: 2px;
    border-top: 2px solid #E60026;
}
 
.CTab-General .CTab-Tab,
.ETab-General .ETab-Tab,
.OTab-General .OTab-Tab { background-color: #C19A6B; } /* Colors from BG templates */
 
.page-Template_CTab .CTab-Tab, /* Maintain tab size on template & doc pages */
.page-Template_CTab_doc .CTab-Tab,
.page-Template_ETab .ETab-Tab,
.page-Template_ETab_doc .ETab-Tab,
.page-Template_OTab .OTab-Tab,
.page-Template_OTab_doc .OTab-Tab {
    padding: 5px 15px;
}