MediaWiki:Print.css: Revizyonlar arasındaki fark

Fen Ansiklopedisi sitesinden
Değişiklik özeti yok
Değişiklik özeti yok
7. satır: 7. satır:
input.check{ display: none !important;}
input.check{ display: none !important;}


body {  
body {
   background: url("https://fenpedia.com/skins/Timeless/resources/images/cat.svg") no-repeat center fixed;  
   background: url("https://fenpedia.com/skins/Timeless/resources/images/cat.svg") center;
  background-repeat: no-repeat;
   background-size: cover;
   background-size: cover;
}
}

17.58, 16 Aralık 2022 tarihindeki hâli

/* Buraya yerleştirilen CSS yazdırma çıktısını etkiler */
img {
    height: auto !important;
    max-width: 100% !important;
}
/* sorulardaki check butonlarını kapatır*/
input.check{ display: none !important;}

body {  
  background: url("https://fenpedia.com/skins/Timeless/resources/images/cat.svg") center;
  background-repeat: no-repeat;
  background-size: cover;
}