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

User:Pika3323/metrolook.css

on PidgiWiki, the video game media repository

< User:Pika3323

Revision as of 05:10, 30 December 2015 by Pika3323 (talk | contribs) (Undo revision 54918 by Pika3323 (talk))

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
.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: all 500ms cubic-bezier(1.000, -0.010, 0.000, 1.000);
}

.gallerytext{
position:relative;
top:0px;
transition: all 500ms cubic-bezier(1.000, -0.010, 0.000, 1.000);
}

.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.