Изменения

Перейти к навигации Перейти к поиску
м
Нет описания правки
Строка 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;

Навигация