Changes

MediaWiki:Common.css

645 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; }
/* CSS Responsive Gallery */
.box galleryItem { float: left; position: relative; width: 2016%; padding-bottom margin: 20 2% 2% 50px 2%;
}
.boxInner { position@media only screen and (max-width : absolute;940px), leftonly screen and (max-device-width : 10px;940px){ right: 10px; top: 10px; bottom: 10px; overflow .galleryItem {width: hidden21%;}
}
@media only screen and (max-width : 480px720px) {, /* Smartphone viewonly screen and (max-device-width : 1 tile */720px){ .box galleryItem { width: 10029.33333%; padding-bottom: 100%; }
}
@media only screen and (max-width : 650px530px) ,only screen and (minmax-device-width : 481px530px) { /* Tablet view: 2 tiles */ .box galleryItem { width: 5046%; padding-bottom: 50%; }
}
@media only screen and (max-width : 1050px320px) ,only screen and (minmax-device-width : 651px320px) { /* Small desktop / ipad view: 3 tiles */ .box galleryItem { width: 33.396%;} padding-bottom: 33.3%; }
}
  @media only screen and (max-width : 1290px) and (min-width : 1051px420px) { /* Medium desktop: 4 tiles */ .box MenuBox { display: block; width: 25100%; } .MenuBox2 { paddingdisplay: table-bottomcaption; } .MenuBox1 { display: 25%table-footer-group; }
}
 
/* CSS Responsive Gallery END*/
* @author: Unknown
* current version crafted together by [[User:Christharp]] from several CSS sites. For my website:[http://www.yellpedia.com/wiki/Main_Page Yellpedia]
*/
.zoom_img img{
transform:scale(2);
}
*/
 
/* Size External Images */
.externalimage-holder {
position: relative;
height: auto;
float: left;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-icab-border-radius: 10px;
-o-border-radius: 10px;
color: #ffffff;
background: green;
text-align:center;
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]]