Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Content deleted Content added
change colour of text
plain table class (green header)
Line 189: Line 189:


table.cleantable > caption {
table.cleantable > caption {
font-weight: bold;
}

/******************************
* TABLE: Plain table (Green)
******************************/
table.plaintable {
background-color: #f2f2f2;
color: #444;
margin: 1em 0;
border: 1px solid #fff;
text-align: left;
}

table.plaintable > tr > th,
table.plaintable > tr > td,
table.plaintable > * > tr > th,
table.plaintable > * > tr > td {
border: 2px solid #fff;
padding: 0.4em;
text-align: left;
}

table.plaintable > tr > th,
table.plaintable > * > tr > th {
background-color: #50ab8a;
text-align: center;
color: #fff;
padding: 10px 5px;
}

table.plaintable > caption {
font-weight: bold;
font-weight: bold;
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.