更改

添加34字节 、 2018年8月12日 (日) 12:44
无编辑摘要
第6行: 第6行:  
body {
 
body {
 
   background: #0A0523 url("skins/Vector/stardewimages/stardewbackground.png") no-repeat fixed center center / cover;
 
   background: #0A0523 url("skins/Vector/stardewimages/stardewbackground.png") no-repeat fixed center center / cover;
  image-rendering:-moz-crisp-edges;
  −
  image-rendering:-o-crisp-edges;
  −
  image-rendering:-webkit-optimize-contrast;
  −
  -ms-interpolation-mode:nearest-neighbor;
  −
  image-rendering:crisp-edges;
  −
  image-rendering:pixelated;
   
}
 
}
   第360行: 第354行:  
   color: white;
 
   color: white;
 
   text-shadow: 0px 2px #00321f;
 
   text-shadow: 0px 2px #00321f;
 +
}
 +
 +
.pixelperfect, #pixelperfect {
 +
  image-rendering:-moz-crisp-edges;
 +
  image-rendering:-o-crisp-edges;
 +
  image-rendering:-webkit-optimize-contrast;
 +
  -ms-interpolation-mode:nearest-neighbor;
 +
  image-rendering:crisp-edges;
 +
  image-rendering:pixelated;
 
}
 
}