更改

添加215字节 、 2018年6月12日 (二) 13:23
无编辑摘要
第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;
 
}
 
}
   第389行: 第395行:  
/* Object Quality Stars */
 
/* Object Quality Stars */
 
#qualitycontainer {
 
#qualitycontainer {
   postition:relative;
+
   position:relative;
 
   height:48px;
 
   height:48px;
 
   width:48px;
 
   width:48px;
第396行: 第402行:     
#qualitycontainermed {
 
#qualitycontainermed {
   postition:relative;
+
   position:relative;
 
   height:32px;
 
   height:32px;
 
   width:32px;
 
   width:32px;
第403行: 第409行:     
#qualitycontainersm {
 
#qualitycontainersm {
   postition:relative;
+
   position:relative;
 
   height:24px;
 
   height:24px;
 
   width:24px;
 
   width:24px;