Changes

Jump to navigation Jump to search
980 bytes added ,  02:05, 20 November 2018
m
no edit summary
Line 761: Line 761:  
     image-rendering: -moz-crisp-edges;          /* Firefox */
 
     image-rendering: -moz-crisp-edges;          /* Firefox */
 
     image-rendering: pixelated;
 
     image-rendering: pixelated;
 +
}
 +
 +
/* 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%;
 +
}
 +
 +
#switch_link {
 +
  background: url("skins/Vector/stardewimages/platform-switch.png") no-repeat fixed center center / cover;
 +
}
 +
 +
#ps4_link {
 +
  background: url("skins/Vector/stardewimages/ps4.png") no-repeat fixed center center / cover;
 +
}
 +
 +
#xbox_link {
 +
  background: url("skins/Vector/stardewimages/platform-xbox.png") no-repeat fixed center center / cover;
 +
}
 +
 +
.mobile_link {
 +
  background: url("skins/Vector/stardewimages/platform-mobile.png") no-repeat fixed center center / cover;
 +
  width: 80%;
 +
  height: 100%;
 
}
 
}

Navigation menu