Changes

MediaWiki:Common.css

56 bytes added, 17:59, 5 May 2017
/* CSS placed here will be applied to all skins */
 
body.page-Main_Page h1.firstHeading { display:none; }
#ca-history { display:none!important; }
.externalimage-holder {
position: relative;
height: 200px;}.externalimage-holder img { width: 100%auto; heightfloat: inheritleft;
border-radius: 10px;
-moz-border-radius: 10px;
-icab-border-radius: 10px;
-o-border-radius: 10px;
float: left;
margin: 0 0 10px 10px;
}
.externalimage-holder .caption {
position: absolute;
width: 100%;
height: 50px;
bottom: 0px;
left: 0px;
color: #ffffff;
background: green;
text-align:center;
font-weight:bold;
opacity:0.7;
margin: 0 0 10px 10px;
}
.externalimage-holder img {
width: 100%;
height: inherit;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-icab-border-radius: 10px;
-o-border-radius: 10px;
float: left;
}
[[Category:Wiki]]