바뀜

1,040 바이트 추가됨 ,  2020년 2월 27일 (목) 13:26
잔글
MainLinks template styling update
551번째 줄: 551번째 줄:  
}
 
}
   −
.platform_link a.external, .mobile_link a.external {
+
.platform_link a.external, .mobile_link a.external, .mobile_link_update a.external {
 
     display:block;
 
     display:block;
 
     text-decoration:none;
 
     text-decoration:none;
596번째 줄: 596번째 줄:  
     display: table;
 
     display: table;
 
     min-height: 196px;
 
     min-height: 196px;
 +
}
 +
 +
/* Main Links Template Update */
 +
 +
table#platform_links_list {
 +
  width:100% !important;
 +
  margin: auto;
 +
  height: 193px;
 +
  display:initial;
 +
}
 +
 +
.mobile_link_update {
 +
  background: url("skins/Vector/stardewimages/mobile_update/mobile_banner_2_KO.png") no-repeat center center;
 +
  width: 80%;
 +
  height: 100%;
 +
}
 +
 +
#steam_link {
 +
  background: url("skins/Vector/stardewimages/platform-steam.png") no-repeat center center;
 +
}
 +
 +
#ios_link {
 +
  background: url("skins/Vector/stardewimages/platform-ios.png") no-repeat center center;
 +
}
 +
 +
#android_link {
 +
  background: url("skins/Vector/stardewimages/platform-play.png") no-repeat center center;
 
}
 
}
   604번째 줄: 631번째 줄:  
   #xbox_link {
 
   #xbox_link {
 
       background: url("skins/Vector/stardewimages/platform-xbox_small.png") no-repeat center center;
 
       background: url("skins/Vector/stardewimages/platform-xbox_small.png") no-repeat center center;
 +
  }
 +
  #steam_link {
 +
      background: url("skins/Vector/stardewimages/platform-steam_small.png") no-repeat center center;
 +
  }
 +
  #ios_link {
 +
      background: url("skins/Vector/stardewimages/platform-ios_small.png") no-repeat center center;
 +
  }
 +
  #android_link {
 +
      background: url("skins/Vector/stardewimages/platform-play_small.png") no-repeat center center;
 
   }
 
   }
 
   .mobile_link {
 
   .mobile_link {
       background: url("skins/Vector/stardewimages/platform-mobile_small_KO.png") no-repeat center center;
+
       background: url("skins/Vector/stardewimages/platform-mobile_small.png") no-repeat center center;
 
   }
 
   }
 +
 
}
 
}