On Friday, April 19, 2024 at 10:00 PM New York time, all OpenWiki Project sites will be undergoing scheduled maintenance for about 2 hours. Expect read-only access and brief periods of downtime.

User:BrandedOne/fireemblem.css

From Fire Emblem Wiki, your source on Fire Emblem information. By fans, for fans.

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.
body{
    background-image: url("https://cdn.discordapp.com/attachments/186131696729456640/412411663883567114/FEWiki_Banner_for_500x150_logo.png");
}

/* Changes the site logo */
#p-logo a {
    width: 500px;
    height: 150px;
    background-image: url("https://cdn.discordapp.com/attachments/186127019778637825/410968582072041472/fireemblemwiki_logo_500x150_2.png") !important;
}
#p-logo {
    width: 500px;
    height: 150px;
    margin-left: -250px; /* half of the width */
    margin-top: 30px    

}
#footer {
    background-image: url(https://cdn.discordapp.com/attachments/186131696729456640/417453426579079176/Footer_idea_update.png);
}