Vorlage:Infobox/styles.css
Aus Ardapedia
/* Responsive Darstellung der Infoboxen */
@media only screen and (max-width: 600px) {
.infobox {
min-width: 100%;
}
}
@media only screen and (min-width: 601px) {
.infobox {
width: 275px;
}
}
/* Box für [[MediaWiki:Sitenotice]] */
#localNotice {
background: #f8f9fa;
border: 1px solid #8e4924;
padding: 5px;
}
