MediaWiki:Common.css: Difference between revisions

From The World of Gotha
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .infobox { border: 1px solid #aaa; width: 250px; background-color: #f9f9f9; float: right; margin-left: 1em; }")
 
No edit summary
 
Line 6: Line 6:
     float: right;
     float: right;
     margin-left: 1em;
     margin-left: 1em;
}
.autosize-image img {
    max-width: 100%;
    height: auto;
}
}

Latest revision as of 01:12, 17 August 2023

/* CSS placed here will be applied to all skins */
.infobox {
    border: 1px solid #aaa;
    width: 250px;
    background-color: #f9f9f9;
    float: right;
    margin-left: 1em;
}

.autosize-image img {
    max-width: 100%;
    height: auto;
}