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



Latest revision as of 22:51, 10 May 2019

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