MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 103: Line 103:
border-style: solid;
border-style: solid;
display: table !important;
display: table !important;
box-shadow: -10px 10px 0 var(--background-color-base,#fff);
outline: 10px solid var(--background-color-base);
}
}
.info-box tr:first-child {
.info-box tr:first-child {
Line 134: Line 134:
.info-box tr:last-child td {
.info-box tr:last-child td {
text-align: right;
text-align: right;
}
.info-box tr:has(.info-hide) {
display: none;
}
}
.quote-box {
.quote-box {
Line 139: Line 142:
color: #777;
color: #777;
background-color: var(--background-color-interactive-subtle);
background-color: var(--background-color-interactive-subtle);
border-radius: 10px;
}
}
.page-Main_Page figure[typeof="mw:File"] img {
.page-Main_Page figure[typeof="mw:File"] img {