Changes

MediaWiki:Common.css

610 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%;}
}
.boxInner img @media only screen and (max-width : 720px),only screen and (max-device-width : 720px){ .galleryItem {width: 10029.33333%;}
}
@media only screen and (max-width : 480px530px) {, /* Smartphone viewonly screen and (max-device-width : 1 tile */530px){ .box galleryItem { width: 10046%; padding-bottom: 100%; }
}
@media only screen and (max-width : 650px320px) ,only screen and (minmax-device-width : 481px320px) { /* Tablet view: 2 tiles */ .box galleryItem { width: 5096%;} padding-bottom: 50%; }
}
  @media only screen and (max-width : 1050px) and (min-width : 651px420px) { /* Small desktop / ipad view: 3 tiles */ .box MenuBox { width display: 33.3%block; padding-bottom width: 33.3100%; }} @media only screen and (max-width : 1290px) and (min-width : 1051px) .MenuBox2 { /* Medium desktop display: 4 tiles */table-caption; } .box MenuBox1 { widthdisplay: 25%; paddingtable-bottom: 25%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]]