Änderungen

Zur Navigation springen Zur Suche springen
update styles
Zeile 1: Zeile 1:  
/* Das folgende CSS wird für alle Nutzer der mobilen Version geladen. */
 
/* Das folgende CSS wird für alle Nutzer der mobilen Version geladen. */
  −
/* CSS placed here will affect users of the mobile site */
      
#content {  
 
#content {  
Zeile 11: Zeile 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;
 
}
 
}
   Zeile 39: Zeile 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;
Zeile 50: Zeile 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;
Zeile 246: Zeile 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);
 
}
 
}
Zeile 254: Zeile 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;
Zeile 493: Zeile 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;
 +
    }
 
}
 
}
   Zeile 507: Zeile 530:  
       min-height: auto;
 
       min-height: auto;
 
     }
 
     }
}
  −
  −
span#imageicon a.new {
  −
  display:none;
   
}
 
}
   Zeile 566: Zeile 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_DE.png") no-repeat center center;
+
   background: url("extensions/StardewValley/images/platform-mobile_DE.png") no-repeat center center;
 
   width: 80%;
 
   width: 80%;
 
   height: 100%;
 
   height: 100%;
Zeile 610: Zeile 629:     
.mobile_link_update {
 
.mobile_link_update {
   background: url("skins/Vector/stardewimages/mobile_update/mobile_banner_2_DE.png") no-repeat center center;
+
   background: url("extensions/StardewValley/images/mobile_banner_2_DE.png") no-repeat center center;
 
   width: 80%;
 
   width: 80%;
 
   height: 100%;
 
   height: 100%;
Zeile 616: Zeile 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;
 
   }
 
   }
    
}
 
}

Navigationsmenü