바뀜

둘러보기로 가기 검색하러 가기
1,995 바이트 추가됨 ,  2019년 3월 14일 (목) 12:39
잔글
편집 요약 없음
509번째 줄: 509번째 줄:  
span#imageicon a.new {
 
span#imageicon a.new {
 
   display:none;
 
   display:none;
 +
}
 +
 +
/* MainLinks Template Styling */
 +
 +
#platform_link_table {
 +
  width:100%;
 +
  height: 100%;
 +
  min-height: 242px;
 +
  max-width:650px;
 +
  text-align:center;
 +
  margin-bottom: 0px;
 +
  display: inline-table;
 +
}
 +
 +
table#platform_link_table.wikitable tbody {
 +
  width:100% !important;
 +
  display: table;
 +
}
 +
 +
#version_link_table {
 +
  width:100% !important;
 +
  max-width:650px;
 +
  text-align:center;
 +
  margin-top: 0px;
 +
  display: inline-table;
 +
}
 +
 +
.version_number_left {
 +
  text-align:left;
 +
  vertical-align: top;
 +
}
 +
 +
.version_number_right {
 +
  text-align:right;
 +
  vertical-align: top;
 +
}
 +
 +
.platform_links {
 +
  width: 20%;
 +
  height: 33%;
 +
}
 +
 +
.platform_link a.external, .mobile_link a.external {
 +
    display:block;
 +
    text-decoration:none;
 +
    background:none !important;
 +
    padding: 0px !important;
 +
    line-height: 60px;
 +
}
 +
 +
#mobile_image a.external {
 +
    line-height: 190px;
 +
}
 +
 +
#switch_link {
 +
  background: url("skins/Vector/stardewimages/platform-switch.png") no-repeat center center;
 +
}
 +
 +
#ps4_link {
 +
  background: url("skins/Vector/stardewimages/platform-ps4.png") no-repeat center center;
 +
}
 +
 +
#xbox_link {
 +
  background: url("skins/Vector/stardewimages/platform-xbox.png") no-repeat center center;
 +
}
 +
 +
.mobile_link {
 +
  background: url("skins/Vector/stardewimages/platform-mobile_KO.png") no-repeat center center;
 +
  width: 80%;
 +
  height: 100%;
 +
}
 +
 +
#platform-version {
 +
  width:50%;
 +
  vertical-align:top;
 +
  display: inline;
 +
}
 +
 +
#main-links-table {
 +
  width:100%;
 +
  text-align:center;
 +
}
 +
 +
#platform_table_images {
 +
    width: 100% !important;
 +
    display: table;
 +
    min-height: 196px;
 +
}
 +
 +
@media screen and (max-width: 625px) {
 +
  #ps4_link {
 +
      background: url("skins/Vector/stardewimages/platform-ps4_small.png") no-repeat center center;
 +
  }
 +
  #xbox_link {
 +
      background: url("skins/Vector/stardewimages/platform-xbox_small.png") no-repeat center center;
 +
  }
 +
  .mobile_link {
 +
      background: url("skins/Vector/stardewimages/platform-mobile_small_KO.png") no-repeat center center;
 +
  }
 
}
 
}

둘러보기 메뉴