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

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

on PidgiWiki, the video game media repository
Line 16: Line 16:
 
.gallerytext{
 
.gallerytext{
 
position:relative;
 
position:relative;
top:155px;
+
top:0px;
 
transition:top 0.2s;
 
transition:top 0.2s;
 
}
 
}
Line 25: Line 25:
  
 
.gallerybox:hover .gallerytext{
 
.gallerybox:hover .gallerytext{
top:0px;
+
top:-155px;
 
}
 
}

Revision as of 04:55, 30 December 2015

.gallerybox{
width:155px;
height:155px;
background:#CF8B54;
color:#fff !important;
overflow:hidden;
}
.thumb{
border:0px !important;
background-color:rgba(0,0,0,0) !important;
position:relative;
top:0px;
transition:top 0.2s;
}

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

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

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