變更

跳至導覽 跳至搜尋
增加 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;

導覽選單