Modifiche

Jump to navigation Jump to search
m
nessun oggetto della modifica
Riga 844: Riga 844:  
   .mobile_link {
 
   .mobile_link {
 
       background: url("skins/Vector/stardewimages/platform-mobile_small.png") no-repeat center center;
 
       background: url("skins/Vector/stardewimages/platform-mobile_small.png") no-repeat center center;
 +
  }
 +
}
 +
 +
@media screen and (max-width: 1350px) {
 +
  #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;
 +
  }
 +
}
 +
 +
@media screen and (max-width: 1200px) {
 +
    #platform-version {
 +
      display:inline;
 +
    }
 +
    #version_link_table {
 +
      margin-top: 0px;
 +
      float: none;     
 +
    }
 +
    #platform_link_table {
 +
      margin-bottom: 0px;
 +
      float: none;
 +
    }
 +
    #main-links-table {
 +
      width: auto;
 +
    }
 +
}
 +
 +
/* MainLinks Template Styling */
 +
 +
#platform_link_table {
 +
  width:100%;
 +
  height: 100%;
 +
  min-height: 242px;
 +
  max-width:650px;
 +
  text-align:center;
 +
  float:right;
 +
}
 +
 +
#version_link_table {
 +
  width:100%;
 +
  max-width:650px;
 +
  text-align:center;
 +
  float:left;
 +
}
 +
 +
.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_IT.png") no-repeat center center;
 +
  width: 80%;
 +
  height: 100%;
 +
}
 +
 +
#platform-version {
 +
  width:50%;
 +
  vertical-align:top;
 +
}
 +
 +
#main-links-table {
 +
  width:100%;
 +
  text-align:center;
 +
}
 +
 +
#platform_table_images {
 +
    width: 100%;
 +
    min-height: 196px;
 +
}
 +
 +
@media screen and (max-width: 1450px) {
 +
  .mobile_link {
 +
      background: url("skins/Vector/stardewimages/platform-mobile_small_IT.png") no-repeat center center;
 
   }
 
   }
 
}
 
}

Menu di navigazione