MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Reverted |
||
Line 46: | Line 46: | ||
} | } | ||
.table.ktv-table > tbody > tr:nth-child( | .table.ktv-table > tbody > tr:nth-child(even), | ||
.table > tbody > tr.ktv-table:nth-child( | .table > tbody > tr.ktv-table:nth-child(even) { | ||
background-color:#dfe1ec; | background-color:#dfe1ec; | ||
} | } |
Revision as of 03:56, 23 September 2022
/* CSS placed here will be applied to all skins */
/*remove header on Main_Page*/
body.page-Main_Page.ns-subject h1.firstHeading {
display: none;
}
/** INFOBOXES **/
.infobox {
border: 1px solid #020202;
background-color: #f9f9f9;
color: black;
margin-bottom: 0.2em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
}
.infobox td,
.infobox th {
vertical-align: top;
}
.infobox caption {
font-size: larger;
margin-left: inherit;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #020202;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
/** TABLES **/
/* KTV Table*/
.table.ktv-table > :first-child > tr:first-child,
.table.ktv-table > tbody > tr.heading,
.table.ktv-table > :first-child > tr:first-child > *,
.table.ktv-table > tbody > tr.heading > * {
background-color:#522F65!important;
border-color:#777d9e!important;
}
.table.ktv-table > tbody > tr:nth-child(even),
.table > tbody > tr.ktv-table:nth-child(even) {
background-color:#dfe1ec;
}