Danny Phantom Wiki
No edit summary
No edit summary
Line 226: Line 226:
 
}
 
}
   
 
 
/* Modules (Inspried by OK K.O.! Wiki & Steven Universe Wiki) */
 
/* Modules (Inspried by OK K.O.! Wiki & Steven Universe Wiki) */
 
.WikiaRail .rail-module,
 
.WikiaRail .rail-module,
Line 270: Line 269:
 
text-shadow: 0 0 2.5px white, 0 0 2.5px 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 {
 
.WikiaRail .rail-module h2.has-icon svg {
 
fill: var(--border-color);
 
fill: var(--border-color);
 
}
 
}
  +
 
  +
/* Default color text */
  +
.WikiNav, .module, .rail-module, .rail-module a.edit-info-user, .community-page-card-module .community-page-card-module-full-list-link, .special-categories a, .UserProfileMasthead .wikis span, .UserProfileMasthead .details span, .tally {
 
color: var(--border-color);
 
}
  +
 
.community-page-rail-module {
 
.community-page-rail-module {
 
border-top: 1px solid var(--border-color)!important;
 
border-top: 1px solid var(--border-color)!important;
 
}
 
}
  +
 
.community-page-rail-module .wds-avatar {
 
border-color: var(--border-color)!important;
 
}
 
 
 
.WikiaRail .module h2 {
 
.WikiaRail .module h2 {
 
border-bottom: 1px solid var(--border-color);
 
border-bottom: 1px solid var(--border-color);
Line 296: Line 290:
 
margin-bottom: 16px;
 
margin-bottom: 16px;
 
padding-left: 2px;
 
padding-left: 2px;
}
 
 
.UserProfileMasthead .wikis span,
 
.UserProfileMasthead .details span, .tally {
 
color: var(--border-color);
 
 
}
 
}
   

Revision as of 14:07, 13 October 2020

@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:ContribsButtons.css|u:dev:MediaWiki:EditorSourceMinimal/dark.css|u:dev:MediaWiki:FandomIcons.css|u:dev:MediaWiki:FandomizedFieldsets.css|u:dev:MediaWiki:FandomizedActivityFeed.css|u:dev:MediaWiki:FandomizedButtons.css|u:dev:MediaWiki:FandomizedPagination/code.css|u:amphibiapedia:MediaWiki:ImageSvgs.css|MediaWiki:LoadingScreens.css|MediaWiki:Mainpage.css|MediaWiki:Highlights.css|MediaWiki:Infoboxes.css|u:dev:MediaWiki:InterlanguageFlags.css|u:dev:MediaWiki:MinimalistSliderText/code.css|u:dev:MediaWiki:ModernPolls.css|u:dev:MediaWiki:ModernProfile/Masthead.css|u:dev:MediaWiki:ModernProfile/Wall.css|u:dev:MediaWiki:ModernCommentsSection.css|u:dev:MediaWiki:NewCat%26LangBars.css|u:dev:MediaWiki:UpgradedToolbar.css|u:dev:MediaWiki:RedesignedAdminDashboard.css|u:dev:MediaWiki:FandomizedTabs/tabbers.css&only=styles");
 
/* FONT IMPORT */
@import url('https://fonts.googleapis.com/css?family=Orbitron|Farro|Roboto|Chivo|Nunito|Patrick+Hand|Francois+One|Barrio');

:root {
    --link-theme-normal: #73ff5c;
    --polar-1: #fff;
    --bottombar-accent-color: #4C9141;
    --bottombar-light-bg-color: rgba(79, 129, 230, 0.65);
    --bottombar-light-text-color: #518;
    --activity-border-color: var(--border-color);
	--activity-dark-morelink-color: #4C9141;
	--activity-icon-color: #4C9141;
	--special-txt-color: /* Extra */;
	--default-bg-color: #518;
	--special-bg-color: /* Extra */;
	--border-color: #4C9141;
}

/* 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, .community-page-header-welcome-message, .community-page-subheader-welcome-message, .UserProfileMasthead .masthead-info h1, .UserProfileMasthead .tally em  {
    font-family: 'Orbitron', tahoma,  sans-serf !important;
}  
 
/* Recent changes byte indicators */
.mw-plusminus-pos {
    color: #3e8e41;
}
.mw-plusminus-neg {
    color: #c1372d;
}
.mw-plusminus-null {
    color: #4C9141;
} 
/* 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);
}
 
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: #518;
}

/* 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 th {
    background: var(--default-bg-color);
}

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

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

/* 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);
}
/* End of Profile tabs customization */

/* TEXT STYLE */
.wds-tabs__tab {
    color: #FBC799 !important;
}
 
a:not(.new) {
    font-weight: bold !important;
}
 
.new {
    color: #ca8c67 !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 h2.has-icon svg {
    fill: var(--border-color);
}

/* Default color text */
.WikiNav, .module, .rail-module, .rail-module a.edit-info-user, .community-page-card-module .community-page-card-module-full-list-link, .special-categories a, .UserProfileMasthead .wikis span, .UserProfileMasthead .details span, .tally {
    color: var(--border-color);
}

.community-page-rail-module {
    border-top: 1px solid 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 .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/dpwikia/images/0/0c/UserProfileHeader.jpg");
    background-position:top center;
}

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

/* Opacity2 */
    .opacity img {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;}
 
    .opacity:hover img {
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    }

/*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(--link-theme-normal) !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 {
    background-color: var(--default-bg-color);
    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:'Orbitron', tahoma,  sans-serf;
    color: var(--border-color);
    line-height:101%;
}

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