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.

User:Results May Vary/monobook.css

From Lylat Wiki, your source on Star Fox information. By Fans, for Fans.
< User:Results May Vary
Revision as of 18:58, 9 March 2020 by Results May Vary (talk | contribs) (removing as it's implemented into monbook)
Jump to navigationJump to search

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.
#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 #32CD32;
  border-top-left-radius: 1em;
  border-right: none;
}

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

#footer {
  border: 1px solid #32CD32;
  border-right:none;
}

#p-cactions li.selected, {
  border: 1px solid #32CD32;
}

#p-cactions ul li, #p-cactions ul li a {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  padding-bottom: 5px;
}

#p-personal ul a:hover {
    text-decoration: underline;
    background-color:transparent;
}

div#sidebar.portlet, #p-cactions li.selected {
  border: 1px solid #32CD32;
}

textarea {
  border-color: #F30;
  border-style: solid;
  background-repeat:repeat-y;
}

input {
  background-color: #ffd67d;
  color:#832400;
  border: 1px solid #df2500;
}
.portlet {
	width: 11.6em;
}