Fire Emblem Wiki
Advertisement
Fire Emblem Wiki

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 Oasis/Wikia skin on the entire site. *****/
/* Color:
Page: #00124B
Border: #D6AD6F
*/
a:hover{
    text-decoration: none !important;
    color: #218CC1;
}

#WikiaPage {
    border: 1px solid #d6ad6f;
    color: #fff;
}
#WikiaPage{ border-top: 0; }
.wds-community-header:before {
    border: 1px solid #d6ad6f;
    border-bottom: 0;
    border-right: 0;
}

.WikiaFooter section,
.WikiaRail .module{
    background: #00124b !important;
    box-shadow: inset 0 0 80px rgba(0,0,0,.5);
    border: 1px solid #d6ad6f !important;
}

.article-categories{
    border-color: #D6AD6F !important;
    box-shadow: inset 0 0 50px rgba(0,0,0,.5);
}

/* Featured video notice - from YugiOh Wiki*/ 
.featured-video__wrapper::after, 
.featured-video.is-collapsed .featured-video__player-container::after { 
    content: 'The above video was added by FANDOM staff, not the editors of this site. Its content may not accurately represent the article.'; 
    background: #2E2E33; 
    border: 1px solid #66bbff; 
    border-radius: .25em; 
    display: block; 
    margin-top: .5em; 
    padding: .5em; 
}
Advertisement