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

User:Immewnity/fluent.css

on PidgiWiki, the video game media repository

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.
li.gallerybox div.thumb {
    transition: 0.32s;
}
li.gallerybox div.thumb:hover {
    background-color: #EFEFEF;
    border-color: #C1C5CA;
}

.filehistory a img {
    background-color: white;
    background-image:
      linear-gradient(45deg, rgba(0,0,0,0.06) 25%, transparent 25%), 
      linear-gradient(135deg, rgba(0,0,0,0.06) 25%, transparent 25%),
      linear-gradient(45deg, transparent 75%, rgba(0,0,0,0.06) 75%),
      linear-gradient(135deg, transparent 75%, rgba(0,0,0,0.06) 75%);
    background-size:16px 16px;
    background-position:0 0, 8px 0, 8px -8px, 0px 8px;
}

#file img {
    background-color: white;
    transition: background-color 0.16s;
    background-image:
      linear-gradient(45deg, white 25%, transparent 25%), 
      linear-gradient(135deg, white 25%, transparent 25%),
      linear-gradient(45deg, transparent 75%, white 75%),
      linear-gradient(135deg, transparent 75%, white 75%);
    background-size:16px 16px;
    background-position:0 0, 8px 0, 8px -8px, 0px 8px;
}

#file img:hover {
    background:none;
    background-color: #EFEFEF;
    background-image:
      linear-gradient(45deg, white 25%, transparent 25%), 
      linear-gradient(135deg, white 25%, transparent 25%),
      linear-gradient(45deg, transparent 75%, white 75%),
      linear-gradient(135deg, transparent 75%, white 75%);
    background-size:16px 16px;
    background-position:0 0, 8px 0, 8px -8px, 0px 8px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.