Difference between revisions of "User:Tacopill/monobook.css"

skin uploaded
(skin uploaded)
 
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> */
#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> */