更改

添加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;
 
   }
 
   }
    
}
 
}