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

From HypertWiki
Jump to navigation Jump to search
m (checking something)
(background image fills whole page if it's the "body" style)
Line 1: Line 1:
body {
    background: url("/custom/ht-bg-1.jpg");            /**/
}
#column-content {
#column-content {
    background: url("/custom/ht-bg-1.jpg");
/*    background: url("/custom/ht-bg-1.jpg"); */
}
}
#column-one {
#column-one {
    background: blue;
/*    background: blue; */
}
}
#p-personal ul li {
#p-personal ul li {
Line 13: Line 16:
} */
} */
div.pBody {
div.pBody {
     background: green;
     background: #66ff00;
}
}
#content {
#content {

Revision as of 22:26, 18 August 2008

body {
    background: url("/custom/ht-bg-1.jpg");            /**/
}
#column-content {
/*    background: url("/custom/ht-bg-1.jpg"); */
}
#column-one {
/*    background: blue; */
}
#p-personal ul li {
    background: #ccff88;
}
/*
#p-navigation ul li {
    background: #aaffaa;
} */
div.pBody {
    background: #66ff00;
}
#content {
/*    background: url("/custom/woods-path-faded.jpg"); */
    background: #eeffee;
    border: 2px solid #006600;
}

@media print {
    #siteSub, .firstHeading, #catlinks, .printfooter {
        display: none;
    }
}