MediaWiki:Monobook.css: Difference between revisions

Content added Content deleted
imported>DanKeshet
No edit summary
imported>DanKeshet
No edit summary
Line 11: Line 11:
}
}


/* headlines show up in ghastly 70's ish orange-brown*/
/* Most headers show up in ghastly 70's-ish orange-brown*/
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
COLOR: #CC6600;
COLOR: #CC6600;
}

/* Some in a nice, pleasing, red. */
.portlet h4, h5, h6 {
COLOR: #CC0000;
}
}