Site News
Warning: This wiki contains spoilers. Read at your own risk!

Social media: If you would like, please join our Discord server, and/or follow us on X (Twitter) or Tumblr!

User:Luke/common.css

From Fire Emblem Wiki, your source on Fire Emblem information. By fans, for fans.
< User:Luke
Revision as of 18:14, 30 June 2018 by Luke (talk | contribs)

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.
/* Changes the toolbar icon to Laslow */
li#pt-userpage {
    background: url(https://i.imgur.com/RY4g0aw.gif) top left no-repeat;
}

body {
    background: url("https://cdn.discordapp.com/attachments/186131696729456640/412411663883567114/FEWiki_Banner_for_500x150_logo.png") center top no-repeat, url("https://i.imgur.com/T63DUtH.png") center bottom no-repeat, linear-gradient(#06253a, #051c3e, #010101 700px);
}

html {
    background: none;
}

#p-logo a, #p-logo a:hover {
    width: 500px;
    height: 150px;
    background-image: url("https://i.imgur.com/M4Nf5N8.png") !important;
}

#p-logo {
    width: 500px;
    height: 150px;
    margin-left: -250px;
}

#globalWrapper {
    padding-top: 200px;
}

#footer{ background-image: none; }

#column-content{
    background-color: rgba(0,0,0,0.75);
    background-image: none;
}