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

Gallery Restyling (Credits to Utente:Snorlite)
m (Removed iubenda styles and made font not !important)
(Gallery Restyling (Credits to Utente:Snorlite))
 
**************************************************/
.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;
}
 
**************************************************/
.text-center, th, .grid-header, .std-table, .sitenotice, li.gallerybox div.thumb, .center-text {
text-align: center;
}
 
**************************************************/
.inline-flex > *, .flex > *, .flex-row-stretch-around > *, .flex-row-center-around > *, .flex-row-center-stretch > *, ul.gallerybox > * {
-webkit-flex: 0 1 auto;
flex: 0 1 auto;
}
 
.flex, .flex-row-stretch-around, .flex-row-center-around, .flex-row-center-stretch, ul.gallerybox {
display: -webkit-flex;
display: flex;
}
 
.flex-row, .flex-row-stretch-around, .flex-row-center-around, .flex-row-center-stretch, ul.gallerybox {
-webkit-flex-direction: row;
flex-direction: row;
}
 
.flex-wrap, ul.gallerybox {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
**************************************************/
li.gallerybox {
displaymargin: inline-block0.125rem;
background: linear-gradient(to right, #D0E6FF, #7CBAFF);
height: 12.8125rem;
vertical-align: top;
}
 
li.gallerybox div.thumb {
margin: 0.125rem 0.125rem 0 0.125rem;
text-align: center;
}
 
div.gallerytext {
padding: 0 0.25rem;
height: 3.125rem;
font-size: 85%;
line-height: 1.1;