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

From HypertWiki
Jump to navigation Jump to search
m (trying something)
(can't figure out how to change the bg color for the toolboxes)
Line 1: Line 1:
#column-content {
#column-content {
     background: green;
     background: url("/custom/ht-bg-1.jpg");
}
}
#column-one {
#column-one {
Line 7: Line 7:
#p-personal ul li {
#p-personal ul li {
     background: #eeffee;
     background: #eeffee;
}
#p-navigation ul li {
    background: #aaffaa;
}
div.pBody {
    background: green;
}
#content {
/*    background: url("/custom/woods-path-faded.jpg"); */
    background: #eeffee;
    border: 2px solid #006600;
}
}



Revision as of 18:29, 8 August 2008

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

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