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:Anferensis/common.css: Difference between revisions

From Fire Emblem Wiki, your source on Fire Emblem information. By fans, for fans.
m (Blanked the page)
Tag: Blanking
mNo edit summary
Line 1: Line 1:
 
/* Adjusts the opacity of the background */
body {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.8)), url(https://fireemblemwiki.org/w/skins/header.png) center 40px no-repeat,url(https://fireemblemwiki.org/w/skins/footer.png) center bottom no-repeat,linear-gradient(#06253a,#051C40,#010101 700px);
}

Revision as of 05:53, 24 January 2019

/* Adjusts the opacity of the background */
body {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.8)), url(https://fireemblemwiki.org/w/skins/header.png) center 40px no-repeat,url(https://fireemblemwiki.org/w/skins/footer.png) center bottom no-repeat,linear-gradient(#06253a,#051C40,#010101 700px);
}