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:Tacopill/monobook.css"

From Lylat Wiki, your source on Star Fox information. By Fans, for Fans.
Jump to navigationJump to search
m (moved User:WikiSysop/monobook.css to User:Tacopill/monobook.css: Automatically moved page while renaming the user "WikiSysop" to "Tacopill")
Line 1: Line 1:
/* edit this file to customize the monobook skin for the entire site */
/* edit this file to customize the monobook skin for the entire site */
/* <pre> */
/* <pre> */
/* taken from http://bulbapedia.bulbagarden.net/wiki/MediaWiki:Monobook.css on 3/20/2010 */
#content
#siteSub {
{
    display: inline;
  background-image:url(http://starfoxwiki.org/w/images/8/87/FoxKrystalWolf.png);
    font-size: 100%;
  background-repeat:no-repeat;
    font-weight: normal;
  background-position: right;
  background-attachment: fixed;
  border: 1px solid #df2500;
}
}
textarea
{
  border-color: #F30;
  border-style: solid;
  background: url(http://starfoxwiki.org/w/images/archive/e/e5/20110508034056%21FoxExperiment.png);center;
  background-repeat:repeat-y;
}
input {
  background-color: #ffd67d;
  color:#832400;
  border: 1px solid #df2500;
}


#ca-edit {
    font-weight: bold;
}
.usermessage {
    -moz-border-radius: 1em;
    background: #EEFFEE url('http://archives.bulbagarden.net/w/upload/6/6f/Notice_bar_background.png') no-repeat left center;
    border: 2px solid #3E7614;
}
h1, h2, h3, h4, h5, h6 {
    text-align: left;
}
li#pt-userpage, li#pt-anonuserpage, li#pt-login {
background:transparent url(http://bmgf.bulbagarden.net/images/bulbagarden_classic/misc/navbits_start.gif) no-repeat scroll top left;
padding-left:22px;
}
/* Full nine yards, roundy bulba-green treatment. */
/* content box, navigation sections */
#content {
  -moz-border-radius: 1em 0 0 1em;
  -webkit-border-radius: 1em 1em 0 0;
  border-radius: 1em 1em 0 0;
border-top: 1px solid #3E7614;
border-left: 1px solid #3E7614;
border-bottom: 1px solid #3E7614;
}
.pBody {
  -moz-border-radius: 0 1em 1em 0;
  -webkit-border-radius: 0 1em 1em 0;
  border-radius: 0 1em 1em 0;
border-bottom: 1px solid #3E7614;
border-right: 1px solid #3E7614;
border-top: 1px solid #3E7614;
}
/* tabs */
#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius: 1em 1em 0 0;
  -webkit-border-radius: 1em 1em 0 0;
  border-radius: 1em 1em 0 0;
  border-color: #3E7614;
}
#p-cactions ul li, #p-cactions ul li a {
  -moz-border-radius: 1em 1em 0 0;
  -webkit-border-radius: 1em 1em 0 0;
  border-radius: 1em 1em 0 0;
  border-color: #3E7614;
}
#p-cactions ul li a { background: #A1CF31; }
#p-cactions ul li.selected a { background: #FFFFFF; }
#p-cactions li.selected { border-color: #3E7614; }
#p-cactions li { border-color: #3E7614; }


/* </pre> */
/* </pre> */

Revision as of 18:11, 8 May 2011

/* edit this file to customize the monobook skin for the entire site */
/* <pre> */
#content
{
  background-image:url(http://starfoxwiki.org/w/images/8/87/FoxKrystalWolf.png);
  background-repeat:no-repeat;
  background-position: right;
  background-attachment: fixed;
  border: 1px solid #df2500;
}
textarea
{
  border-color: #F30;
  border-style: solid;
  background: url(http://starfoxwiki.org/w/images/archive/e/e5/20110508034056%21FoxExperiment.png);center;
  background-repeat:repeat-y;
 }
 input {
  background-color: #ffd67d;
  color:#832400;
  border: 1px solid #df2500;
 }


/* </pre> */