Changes

MediaWiki:Common.css

374 bytes removed, 21:12, 5 December 2016
/* CSS Responsive Gallery */
.wrap @media only screen and (max-width : 940px),only screen and (max-device-width : 940px){ overflow .galleryItem {width: hidden21%; }
}
.box { float@media only screen and (max-width : left;720px), positiononly screen and (max-device-width : relative;720px){ .galleryItem {width: 20%; padding-bottom: 1029.33333%;}
}
.boxInner { position@media only screen and (max-width : absolute;530px),only screen and (max-device-width : 530px){ overflow .galleryItem {width: hidden46%;}
}
.boxImg { width: 100%;}  @media only screen and (max-width : 480px320px) {, /* Smartphone view: 1 tile */ .box { width: 100%; padding-bottom: 50%; }}@media only screen and (max-width : 650px) and (mindevice-width : 481px320px) { /* Tablet view: 2 tiles */ .box galleryItem { width: 5096%; padding-bottom: 25%; }}@media only screen and (max-width : 1050px) and (min-width : 651px) { /* Small desktop / ipad view: 3 tiles */ .box { width: 33.3%; padding-bottom: 16.2%; }}@media only screen and (max-width : 1290px) and (min-width : 1051px) { /* Medium desktop: 4 tiles */ .box { width: 25%; padding-bottom: 12.5%; }
}
/* CSS Responsive Gallery END*/