差分

編集の要約なし
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;