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

From HypertWiki
Jump to navigation Jump to search
(can't figure out how to change the bg color for the toolboxes)
m (checking something)
Line 6: Line 6:
}
}
#p-personal ul li {
#p-personal ul li {
     background: #eeffee;
     background: #ccff88;
}
}
/*
#p-navigation ul li {
#p-navigation ul li {
     background: #aaffaa;
     background: #aaffaa;
}
} */
div.pBody {
div.pBody {
     background: green;
     background: green;

Revision as of 18:38, 8 August 2008

#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: green;
}
#content {
/*    background: url("/custom/woods-path-faded.jpg"); */
    background: #eeffee;
    border: 2px solid #006600;
}

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