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
add res-img with max of 1000px
removed cleantable, adjusted padding for plaintable
Line 246:
.mainpage_box h3 {
margin:0.1em 0;
}
/******************************
* TABLE: cleantable
******************************/
table.cleantable {
background-color: #f2f2f2;
color: #444;
margin: 1em 0;
border: 1px solid #fff;
text-align: left;
}
 
table.cleantable > tr > th,
table.cleantable > tr > td,
table.cleantable > * > tr > th,
table.cleantable > * > tr > td {
border: 2px solid #fff;
padding: 0.4em;
text-align: left;
}
 
table.cleantable > tr > th,
table.cleantable > * > tr > th {
background-color: #50ab8a;
text-align: center;
color: #fff;
padding: 10px 5px;
}
 
table.cleantable > caption {
font-weight: bold;
}
 
Line 296 ⟶ 265:
table.plaintable > * > tr > td {
border: 2px solid #fff;
padding: 0.1em 0.4em 0.1em 0.6em;
text-align: left;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.