Naar inhoud springen

MediaWiki:Common.css: verschil tussen versies

k
geen bewerkingssamenvatting
kGeen bewerkingssamenvatting
kGeen bewerkingssamenvatting
Regel 56: Regel 56:
.cquote-cite-leeg::after {
.cquote-cite-leeg::after {
top: -33px;
top: -33px;
}
.citaatbox {
position: relative;
background-color: #f8f9fa;
border-left: 4px solid #eaecf0;
margin: 1em 0 1em 1em;
padding: 1em;
font-size: 90%;
float: right;
clear: right;
max-width: 25em;
}
.citaatbox::before {
content: "“";
position: absolute;
top: -0.3em;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-size: 3em;
color: #b2b7f2;
height: 0.5em;
line-height: 1em;
overflow: hidden;
}
.citaatbox > blockquote {
padding: 0;
margin: 0 0 0.5em;
border: none;
}
@media screen and (max-width: 600px) {
.citaatbox {
float: none;
clear: none;
margin-left: 0;
}
}
}