User:Woozle/monobook.css: Difference between revisions
From HypertWiki
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: # | 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;
}
}
