User:Jimbo Jambo/monobook.css: Difference between revisions
Jump to navigation
Jump to search
Greenpickle (talk | contribs) (Check if this background's nice.) |
Greenpickle (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
body | body | ||
{ | { | ||
background-image: url(http:// | background-image: url(http://images.wikia.com/pikmin/images/3/37/White_and_Purple_Pikmin.jpg); | ||
background-repeat: repeat; | background-repeat: no-repeat; | ||
background-position: right; | |||
background-attachment: fixed; | |||
} | |||
#bodyContent a.external { | |||
background-image: url(http://images.wikia.com/pikmin/images/4/44/External.png); | |||
background-position: center right; | |||
background-repeat: no-repeat; | |||
background-padding-right: 13px; | |||
} | } |
Revision as of 11:49, April 9, 2008
/*Background*/
body
{
background-image: url(http://images.wikia.com/pikmin/images/3/37/White_and_Purple_Pikmin.jpg);
background-repeat: no-repeat;
background-position: right;
background-attachment: fixed;
}
#bodyContent a.external {
background-image: url(http://images.wikia.com/pikmin/images/4/44/External.png);
background-position: center right;
background-repeat: no-repeat;
background-padding-right: 13px;
}