Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: →* BITPlan *: div.bitplanorange { margin-top: 0.4cm; font-size: 125%; color: rgb(255, 128, 0); margin-bottom: 0.0cm; }") |
|||
Line 5: | Line 5: | ||
font-size: 125%; color: rgb(255, 128, 0); | font-size: 125%; color: rgb(255, 128, 0); | ||
margin-bottom: 0.0cm; | margin-bottom: 0.0cm; | ||
+ | } | ||
+ | .externalimage-holder { | ||
+ | position: relative; | ||
+ | } | ||
+ | .externalimage-holder img { | ||
+ | width: 100%; | ||
+ | height: auto; | ||
} | } |
Latest revision as of 19:17, 5 November 2017
/* CSS placed here will be applied to all skins */
/** BITPlan **/
div.bitplanorange {
margin-top: 0.4cm;
font-size: 125%; color: rgb(255, 128, 0);
margin-bottom: 0.0cm;
}
.externalimage-holder {
position: relative;
}
.externalimage-holder img {
width: 100%;
height: auto;
}