Difference between revisions of "MediaWiki:Cologneblue.css"
From SDA Knowledge Base
(table and template styles) |
m (table backgrounds, yes/no cell styles) |
||
| Line 4: | Line 4: | ||
* Table styles | * Table styles | ||
*/ | */ | ||
| + | |||
| + | table { background-color: #ffffff; } | ||
table.wikitable { | table.wikitable { | ||
border: none; | border: none; | ||
margin-bottom: .5em; | margin-bottom: .5em; | ||
| − | |||
} | } | ||
| Line 45: | Line 46: | ||
border: 1px solid #6688aa; | border: 1px solid #6688aa; | ||
background-color: #c1cdcd; | background-color: #c1cdcd; | ||
| + | } | ||
| + | |||
| + | .yes-cell { | ||
| + | background-color: #71c671 !important; | ||
| + | } | ||
| + | |||
| + | .no-cell { | ||
| + | background-color: #ee7942 !important; | ||
} | } | ||
Latest revision as of 15:21, 31 July 2010
/* CSS placed here will affect users of the Cologne Blue skin */
/*
* Table styles
*/
table { background-color: #ffffff; }
table.wikitable {
border: none;
margin-bottom: .5em;
}
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;
}
.yes-cell {
background-color: #71c671 !important;
}
.no-cell {
background-color: #ee7942 !important;
}