變更

跳至導覽 跳至搜尋
增加 412 位元組 、 2021年2月17日 (三) 00:30
update styles
行 1: 行 1:  
/* 放置于这里的CSS将影响使用移动版网站的用户 */
 
/* 放置于这里的CSS将影响使用移动版网站的用户 */
  −
/* CSS placed here will affect users of the mobile site */
      
#content { 
 
#content { 
行 11: 行 9:  
/* Body Styling */
 
/* Body Styling */
 
body {
 
body {
   background: #0A0523 url("skins/Vector/stardewimages/stardewbackground.png") no-repeat fixed center center / cover;
+
   background: #0A0523 url("extensions/StardewValley/images/stardewbackground.png") no-repeat fixed center center / cover;
 
}
 
}
   行 39: 行 37:  
}
 
}
   −
#footer {
+
.mw-footer {
 
    background: rgba(0,0,0,0.8) none repeat scroll 0% 0%;
 
    background: rgba(0,0,0,0.8) none repeat scroll 0% 0%;
 
    color: #8c8c8c;
 
    color: #8c8c8c;
行 50: 行 48:  
}
 
}
   −
#footer a {
+
.mw-footer a {
 +
   color: white;
 +
}
 +
 
 +
.last-modified-bar {
 +
   background-color: transparent;
 +
}
 +
 
 +
.header .branding-box h1,
 +
.header .branding-box a {
 
    color: white;
 
    color: white;
 
}
 
}
    +
.header-container.header-chrome {
 +
   background-color: transparent;
 +
}
 
.overlay .overlay-content {
 
.overlay .overlay-content {
 
    background-color:white;
 
    background-color:white;
行 246: 行 256:  
   border: 9px solid transparent;
 
   border: 9px solid transparent;
 
   padding: 12px;
 
   padding: 12px;
   -webkit-border-image: url("skins/Vector/stardewimages/menu_border.png") 15 stretch; /* Safari 3.1-5 */
+
   -webkit-border-image: url("extensions/StardewValley/images/menu_border.png") 15 stretch; /* Safari 3.1-5 */
   -o-border-image: url("skins/Vector/stardewimages/menu_border.png") 15 stretch; /* Opera 11-12.1 */
+
   -o-border-image: url("extensions/StardewValley/images/menu_border.png") 15 stretch; /* Opera 11-12.1 */
   border-image: url("skins/Vector/stardewimages/menu_border.png") 15 stretch;
+
   border-image: url("extensions/StardewValley/images/menu_border.png") 15 stretch;
 
   background-color:background-color: rgba(255,255,255,0.58);
 
   background-color:background-color: rgba(255,255,255,0.58);
 
}
 
}
行 254: 行 264:  
#infoboxborder {
 
#infoboxborder {
 
   border: 12px solid transparent;
 
   border: 12px solid transparent;
   -webkit-border-image: url("skins/Vector/stardewimages/menu_border.png") 15 stretch; /* Safari 3.1-5 */
+
   -webkit-border-image: url("extensions/StardewValley/images/menu_border.png") 15 stretch; /* Safari 3.1-5 */
   -o-border-image: url("skins/Vector/stardewimages/menu_border.png") 15 stretch; /* Opera 11-12.1 */
+
   -o-border-image: url("extensions/StardewValley/images/menu_border.png") 15 stretch; /* Opera 11-12.1 */
   border-image: url("skins/Vector/stardewimages/menu_border.png") 15 stretch;
+
   border-image: url("extensions/StardewValley/images/menu_border.png") 15 stretch;
 
   background-color: rgba(255,255,255,0.58);
 
   background-color: rgba(255,255,255,0.58);
 
   float:right;
 
   float:right;
行 493: 行 503:  
   background-color: transparent !important;
 
   background-color: transparent !important;
 
   border: none !important;
 
   border: none !important;
 +
}
 +
 +
@media screen and (max-width: 540px) {
 +
   #infoboxborder {
 +
width: 95%;
 +
   }
 +
   #infoboxtable {
 +
     max-width: none;
 +
   }
 +
   table#infoboxtable tbody {
 +
width: 100%;
 +
     display: inline-table;
 +
   }
 
}
 
}
   行 507: 行 530:  
     min-height: auto;
 
     min-height: auto;
 
    }
 
    }
}
  −
  −
span#imageicon a.new {
  −
  display:none;
   
}
 
}
   行 566: 行 585:     
#switch_link {
 
#switch_link {
   background: url("skins/Vector/stardewimages/platform-switch.png") no-repeat center center;
+
   background: url("extensions/StardewValley/images/platform-switch.png") no-repeat center center;
 
}
 
}
    
#ps4_link {
 
#ps4_link {
   background: url("skins/Vector/stardewimages/platform-ps4.png") no-repeat center center;
+
   background: url("extensions/StardewValley/images/platform-ps4.png") no-repeat center center;
 
}
 
}
    
#xbox_link {
 
#xbox_link {
   background: url("skins/Vector/stardewimages/platform-xbox.png") no-repeat center center;
+
   background: url("extensions/StardewValley/images/platform-xbox.png") no-repeat center center;
 
}
 
}
    
.mobile_link {
 
.mobile_link {
   background: url("skins/Vector/stardewimages/platform-mobile.png") no-repeat center center;
+
   background: url("extensions/StardewValley/images/platform-mobile.png") no-repeat center center;
 
   width: 80%;
 
   width: 80%;
 
   height: 100%;
 
   height: 100%;
行 610: 行 629:     
.mobile_link_update {
 
.mobile_link_update {
   background: url("skins/Vector/stardewimages/mobile_update/mobile_banner_2.png") no-repeat center center;
+
   background: url("extensions/StardewValley/images/mobile_banner_2.png") no-repeat center center;
 
   width: 80%;
 
   width: 80%;
 
   height: 100%;
 
   height: 100%;
行 616: 行 635:     
#steam_link {
 
#steam_link {
   background: url("skins/Vector/stardewimages/platform-steam.png") no-repeat center center;
+
   background: url("extensions/StardewValley/images/platform-steam.png") no-repeat center center;
 
}
 
}
    
#ios_link {
 
#ios_link {
   background: url("skins/Vector/stardewimages/platform-ios.png") no-repeat center center;
+
   background: url("extensions/StardewValley/images/platform-ios.png") no-repeat center center;
 
}
 
}
    
#android_link {
 
#android_link {
   background: url("skins/Vector/stardewimages/platform-play.png") no-repeat center center;
+
   background: url("extensions/StardewValley/images/platform-play.png") no-repeat center center;
 
}
 
}
    
@media screen and (max-width: 625px) {
 
@media screen and (max-width: 625px) {
 
   #ps4_link {
 
   #ps4_link {
     background: url("skins/Vector/stardewimages/platform-ps4_small.png") no-repeat center center;
+
     background: url("extensions/StardewValley/images/platform-ps4_small.png") no-repeat center center;
 
   }
 
   }
 
   #xbox_link {
 
   #xbox_link {
     background: url("skins/Vector/stardewimages/platform-xbox_small.png") no-repeat center center;
+
     background: url("extensions/StardewValley/images/platform-xbox_small.png") no-repeat center center;
 
   }
 
   }
 
   #steam_link {
 
   #steam_link {
     background: url("skins/Vector/stardewimages/platform-steam_small.png") no-repeat center center;
+
     background: url("extensions/StardewValley/images/platform-steam_small.png") no-repeat center center;
 
   }
 
   }
 
   #ios_link {
 
   #ios_link {
     background: url("skins/Vector/stardewimages/platform-ios_small.png") no-repeat center center;
+
     background: url("extensions/StardewValley/images/platform-ios_small.png") no-repeat center center;
 
   }
 
   }
 
   #android_link {
 
   #android_link {
     background: url("skins/Vector/stardewimages/platform-play_small.png") no-repeat center center;
+
     background: url("extensions/StardewValley/images/platform-play_small.png") no-repeat center center;
 
   }
 
   }
 
   .mobile_link {
 
   .mobile_link {
     background: url("skins/Vector/stardewimages/platform-mobile_small.png") no-repeat center center;
+
     background: url("extensions/StardewValley/images/platform-mobile_small.png") no-repeat center center;
 
   }
 
   }
    
}
 
}

導覽選單