Join the PidgiNet Discord! https://discord.gg/Eg9QahqpXf

Difference between revisions of "User:Pika3323/metrolook.css"

on PidgiWiki, the video game media repository
Line 7: Line 7:
 
transition:transform 0.5s;
 
transition:transform 0.5s;
 
transform:scale(1);
 
transform:scale(1);
margin:3px 2px !important;
+
margin:3px 1px !important;
 +
cursor:pointer;
 
}
 
}
 
.gallerybox:active{
 
.gallerybox:active{

Revision as of 05:00, 30 December 2015

.gallerybox{
width:155px;
height:155px;
background:#CF8B54;
color:#fff !important;
overflow:hidden;
transition:transform 0.5s;
transform:scale(1);
margin:3px 1px !important;
cursor:pointer;
}
.gallerybox:active{
transform:scale(0.9);
}
.thumb{
border:0px !important;
background-color:rgba(0,0,0,0) !important;
position:relative;
top:0px;
transition:top 0.5s;
}

.gallerytext{
position:relative;
top:0px;
transition:top 0.5s;
}

.gallerybox:hover .thumb{
top:-155px;
}

.gallerybox:hover .gallerytext{
top:-155px;
}
.gallerytext a{
color:#fff !important;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.