Hyperdimension Neptunia Wiki
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* ######################################################################## */
/* ### CSS placed here will be applied to the Wikia skin.               ### */
/* ######################################################################## */

/* ################################################## */
/* ### GENERAL FIXES                              ### */
/* ################################################## */

/* ################################################## */
/* ### SKIN                                       ### */
/* ################################################## */


/* Links */
.ns-subject .WikiaArticle a:visited { 
   color: #5A3696;
}

.ns-subject .WikiaArticle a.wikia-button:visited,
.ns-subject .WikiaArticle .wikia-single-button a:visited {
   color: white;
}

.ns-subject .WikiaArticle a.wikia-button.secondary:visited,
.ns-subject .WikiaArticle .wikia-single-button.secondary a:visited {
   color: #3A3A3A;
}

.WikiaArticle a.external  {
   color: #3366BB !important;
}

.WikiaArticle a.new {
   color: #BA0000 !important;
}

/* Interwiki display */
.WikiaArticleInterlang ul li.more-link {
    display: none;
}

.WikiaArticleInterlang ul li.more {
    display: block;
}

/* Page header */
.WikiaPageHeader,
.WikiaBlogListingHeader {
   border-bottom: 1px solid #D9D9D9;
}

.WikiaPageHeader,
.WikiaBlogListingHeader,
.WikiaPageHeader.separator {
   padding-bottom: 10px;
}

.WikiaBlogListingHeader {
   margin-left: 10px;
   margin-right: 10px;
   padding-left: 0;
   padding-right: 0;
}

/* Headlines */
.WikiaArticle h3 .mw-headline, 
.WikiaArticle h4 .mw-headline,
.WikiaArticle h5 .mw-headline,
.WikiaArticle h6 .mw-headline {
   font-weight: bold;
}

/* <code> and <pre> */
.WikiaArticle code,
.WikiaArticle pre {
   background-color: #F9F9F9;
   color: #000;
}

.WikiaArticle pre {
   border: 1px dashed #D9D9D9;
}

/* "Upload images" dialogue */
.UploadPhotos .options {
   display: block;
}

.UploadPhotos .advanced {
   display: none;
}

/* Admin Dashboard and edit page color fixes */
#AdminDashboardHeader, #EditPageHeader {
   box-shadow: none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
}

#AdminDashboardHeader {
   background-color: #006722;
   background-image: linear-gradient(top, #169d43 0%, #006722 100%);
   background-image: -o-linear-gradient(top, #169d43 0%, #006722 100%);
   background-image: -moz-linear-gradient(top, #169d43 0%, #006722 100%);
   background-image: -webkit-linear-gradient(top, #169d43 0%, #006722 100%);
   background-image: -ms-linear-gradient(top, #169d43 0%, #006722 100%);
   border-color: #FFF;
   border-radius: 5px 5px 0 0;
   -moz-border-radius: 5px 5px 0 0;
   -webkit-border-radius: 5px 5px 0 0;
}

#AdminDashboardHeader,
#AdminDashboardHeader h1 a {
   color: #FFF;
}

#EditPageHeader {
   background-color: #CBCED8;
   background-image: linear-gradient(top, #FFF 0%, #CBCED8 100%);
   background-image: -o-linear-gradient(top, #FFF 0%, #CBCED8 100%);
   background-image: -moz-linear-gradient(top, #FFF 0%, #CBCED8 100%);
   background-image: -webkit-linear-gradient(top, #FFF 0%, #CBCED8 100%);
   background-image: -ms-linear-gradient(top, #FFF 0%, #CBCED8 100%);
   border-bottom: none;
   padding-bottom: 1px;
}

#EditPageHeader #HelpLink a,
#EditPageHeader #NotificationsLink a,
#EditPageHeader h1 a,
#EditPageHeader h2 {
   color: #000;
}

/* ################################################## */
/* ### GADGETS EXTENSION                          ### */
/* ################################################## */

#mw-htmlform-gadgets h1 {
   border-bottom: 1px solid #D9D9D9;
   font-size: 18px;
}

/* ################################################## */
/* ### TEMPORARY BUG FIXES                        ### */
/* ################################################## */

/* Stop "Show changes since" text on RC from overlapping changes list */
body.page-Special_RecentChanges #WikiaArticle {
   padding-bottom: 20px;
}
Advertisement