MediaWiki:Common.css: Difference between revisions

more translation
(this messed stuff up)
(more translation)
Line 376: Line 376:
/* Ban notice */
/* Ban notice */
.warningbox {border: 1px solid darkred;background: #ffcfcf;}
.warningbox {border: 1px solid darkred;background: #ffcfcf;}
/*
General table formats:
* wiki: standard
* list: standard + row highlighting on hover, rows closer together
* gallery: standard + centered + min column width 100px (yes and only if it contains headers)
*/
table.wiki, table.list, table.gallery {
border-collapse:collapse;
background:#f8f8ff;
color:#000;
margin-bottom:1.5em;
}
table.list {
font-size:95%;
line-height:1.1em;
}
table.gallery {
text-align:center;
margin:auto;
}
table.wiki td, table.wiki th,
table.list td, table.list th,
table.gallery td, table.gallery th
{ padding:2px; border:1px solid #88a; }
table.wiki caption, table.list caption, table.gallery caption {
line-height:1.1em;
padding:5px 2px;
}
/* color change on mouseover */
table.list tr:hover { background:#f5f5dc; color:#000; }
table.highlighted tr:hover { background:#f5f5dc; color:#000; }
/* remove for the headers */
table.list tr.header:hover { background:#ccf; color:#000; }
table.highlighted tr.header:hover { background:#ccf; color:#000; }
table.gallery tr.header th { width:105px; }
table.group {
border-collapse: collapse;
}
table.group td, table.group th {
border: 1px solid #C0C0C0;
padding: 2px;
}
table.group tr.header, table.group tr.header:nth-child(odd), table.group tr.header:nth-child(even) {
background-color: #667CC6;
color: white;
}
table.group tr:nth-child(odd) {
background-color: #F1F4F8;
}


/* <h3> Misc / Unsorted </h2> */
/* <h3> Misc / Unsorted </h2> */