Jump to content

MediaWiki:Common.css: Difference between revisions

m
scope-diagram
m (figure class)
m (scope-diagram)
Line 224: Line 224:
@media screen and (min-width: 750px) {
@media screen and (min-width: 750px) {
.figure { float: right; }
.figure { float: right; }
}
.scope-diagram {
display: inline-block;
border: 1px dashed var(--reoge, red);
margin: 2px;
padding: 4px;
background: white;
}
.scope-diagram b, .scope-diagram i {
font-style: normal;
color: var(--reoge, red);
}
}