Turn your entire forum black and white

Turn your entire forum black and white

  • Auteur du fil de discussion Auteur du fil de discussion axtona
  • Date de début Date de début
Inscrit(e) le
Juin 28, 2020
Messages
4,393
Score de réaction
1,401
Credits
$11,781
The Turn your entire forum black and white has been submitted and is now available for free download. Big thanks to the contribution from our member @axtona !

For special occasions or retro-style forums, turn your forum into black and white in one easy move.
Afficher la pièce jointe 116081
Afficher la pièce jointe 116082
CSS:
html, body {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  /* isteğe bağlı: kontrastı biraz arttır */
  -webkit-filter: grayscale(100%) contrast(1.05);
  filter: grayscale(100%) contrast(1.05);
  transition: filter .35s ease;
}
/* logo, önemli görseller veya renkli kalmasını...
Read more about this resource...

 
Haut