Difference between revisions of "MediaWiki:Common.css"
From Anabaptistwiki
(Created page with "→CSS placed here will be applied to all skins: .infobox { float:right; background:#f8f9fa; border:1px solid #a2a9b1; } .infobox td, .infobox th { padding:5px; }") |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
background:#f8f9fa; | background:#f8f9fa; | ||
border:1px solid #a2a9b1; | border:1px solid #a2a9b1; | ||
+ | margin-left:10px; | ||
+ | margin-bottom:10px; | ||
} | } | ||
.infobox td, .infobox th { | .infobox td, .infobox th { | ||
− | padding:5px; | + | border:none; |
+ | } | ||
+ | /*th, td { | ||
+ | border: 1px solid; | ||
+ | padding: 5px; | ||
+ | }*/ | ||
+ | |||
+ | /* Makes page banner images responsive */ | ||
+ | #mp-topbanner img { | ||
+ | max-width: 100%; | ||
+ | height: auto; | ||
} | } |
Latest revision as of 13:55, 19 May 2023
/* CSS placed here will be applied to all skins */ .infobox { float:right; background:#f8f9fa; border:1px solid #a2a9b1; margin-left:10px; margin-bottom:10px; } .infobox td, .infobox th { border:none; } /*th, td { border: 1px solid; padding: 5px; }*/ /* Makes page banner images responsive */ #mp-topbanner img { max-width: 100%; height: auto; }