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: Difference between revisions

From Fire Emblem Wiki, your source on Fire Emblem information. By fans, for fans.
mNo edit summary
mNo edit summary
Line 17: Line 17:
}
}
#footer {
#footer {
     background-image: url(https://cdn.discordapp.com/attachments/186131696729456640/417453426579079176/Footer_idea_update.png);
     background-image: url(https://cdn.discordapp.com/attachments/186131696729456640/433405711133835264/Lords_weapons.png);
}
}

Revision as of 21:58, 9 June 2018

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/433405711133835264/Lords_weapons.png);
}