Differenze tra le versioni di "MediaWiki:Common.css"

Gallery restyling: fixing a selector and removing unnecessary properties and SCSS extensions
(Gallery Restyling (Credits to Utente:Snorlite))
(Gallery restyling: fixing a selector and removing unnecessary properties and SCSS extensions)
 
**************************************************/
.inline-block, .vert-middle::before, .vert-center::before, .vert-middle > *, .vert-center > *, li.gallerybox, .same-line {
display: inline-block;
}
}
 
.align-top, li.gallerybox, .pull-top {
vertical-align: top;
}
 
**************************************************/
.inline-flex > *, .flex > *, .flex-row-stretch-around > *, .flex-row-center-around > *, .flex-row-center-stretch > *, ul.galleryboxgallery > * {
-webkit-flex: 0 1 auto;
flex: 0 1 auto;
}
 
.flex, .flex-row-stretch-around, .flex-row-center-around, .flex-row-center-stretch, ul.galleryboxgallery {
display: -webkit-flex;
display: flex;
}
 
.flex-row, .flex-row-stretch-around, .flex-row-center-around, .flex-row-center-stretch, ul.galleryboxgallery {
-webkit-flex-direction: row;
flex-direction: row;
}
 
.flex-wrap, ul.galleryboxgallery {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 85%;
line-height: 1.1;
overflow: hidden;
word-wrap: break-word;
}