Welcome to the Lylat Wiki, all about the Star Fox series! If you'd like to help out, please take a look at our community portal.

Difference between revisions of "User:Results May Vary/monobook.css"

From Lylat Wiki, your source on Star Fox information. By Fans, for Fans.
Jump to navigationJump to search
(fixing design on my end until others can implement changes)
(fixing design on my end until others can implement changes)
Line 11: Line 11:
     background-image: url(https://media.discordapp.net/attachments/685201387998806213/686621734958530668/wiki.png);
     background-image: url(https://media.discordapp.net/attachments/685201387998806213/686621734958530668/wiki.png);
}
}
div#globalWrapper {
 
  background-image: url(https://media.discordapp.net/attachments/685201387998806213/685236758878748831/o.jpg);
}
body {
body {
background: url(https://media.discordapp.net/attachments/685201387998806213/685236758878748831/o.jpg);
background: url(https://media.discordapp.net/attachments/685201387998806213/685236758878748831/o.jpg) repeat;
}
}

Revision as of 17:58, 9 March 2020

#content
{
  background-image:url(https://cdn.discordapp.com/attachments/685201387998806213/686632235985928243/sfzerocrew.png);
  background-repeat:no-repeat;
  background-position: right;
  background-attachment: fixed;
  border: 1px solid #df2500;
}

.mw-wiki-logo {
    background-image: url(https://media.discordapp.net/attachments/685201387998806213/686621734958530668/wiki.png);
}

body {
	background: url(https://media.discordapp.net/attachments/685201387998806213/685236758878748831/o.jpg) repeat;
}