MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1,305:
}
 
}
 
 
 
 
 
/* Mitcher! */
ul.mitchergacha li {
width: 480px;
border: 1px solid #c8ccd1;
background-color: #f8f9fa;
display: block;
clear: both;
margin: 1em auto;
display: flex;
flex-direction: row;
justify-content: space-evenly;
padding: 1em;
box-sizing: border-box;
}
 
ul.mitchergacha li img {
display: block;
}
 
ul.mitchergacha div {
position: relative;
z-index: 1;
transition: 0.2s;
transform-style: preserve-3d;
}
 
ul.mitchergacha div.hidden {
transform: rotateY(360deg);
}
 
ul.mitchergacha div.hidden::before {
display: block;
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
background-color: white;
background-image: url("https://static-new.miraheze.org/bluearchivewiki/thumb/6/6c/Event_Image_Card_813_Back.png/85px-Event_Image_Card_813_Back.png");
background-size: contain;
content: '';
z-index: 2;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu