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

From HypertWiki
Jump to navigation Jump to search
(turned off wiki title in footer)
m (trying something)
Line 1: Line 1:
#column-content {
#column-content {
     background: green;
     background: green;
}
#column-one {
    background: blue;
}
}
#p-personal ul li {
#p-personal ul li {

Revision as of 11:59, 19 April 2008

#column-content {
    background: green;
}
#column-one {
    background: blue;
}
#p-personal ul li {
    background: #eeffee;
}

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