User:Jimbo Jambo/monobook.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(Check if this background's nice.)
 
No edit summary
Line 2: Line 2:
body
body
{
{
background-image: url(http://editthis.info/images/picklewiki/e/e0/Pik.png);
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;
}