Difference between revisions of "MediaWiki:Cologneblue.css"
From SDA Knowledge Base
(table and template styles) |
(No difference)
|
Revision as of 05:31, 29 July 2010
/* CSS placed here will affect users of the Cologne Blue skin */ /* * Table styles */ table.wikitable { border: none; margin-bottom: .5em; background-color: #ffffff; } table.wikitable th, table.wikitable td { border: none; vertical-align: top; padding: 2px; } table.wikitable td { background-color: #c1cdcd; } table.wikitable th { text-align: center; font-weight:bold; background: #6688aa; color: #ffffff; } table.wikitable caption { margin-left: inherit; margin-right: inherit; font-weight: bold; font-size: 1.1em; } /* * Templates */ .contents { float: right; padding: 5px; margin: 0 0 .5em 1em; border: 1px solid #6688aa; background-color: #c1cdcd; }