MediaWiki:Mobile.css: Unterschied zwischen den Versionen

Aus Stardew Valley Wiki
Zur Navigation springen Zur Suche springen
(remove css that hasn't been used since 2016)
 
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 9: Zeile 9:
 
}
 
}
 
*/
 
*/
 +
 +
table {border-collapse: separate;}
  
 
#content {  
 
#content {  
Zeile 125: Zeile 127:
 
   clear: both;
 
   clear: both;
 
   margin-top: 15px;
 
   margin-top: 15px;
 +
  display: table;
 
}
 
}
  
Zeile 184: Zeile 187:
 
   margin-top: 0px;
 
   margin-top: 0px;
 
   min-width:300px;
 
   min-width:300px;
 +
  border-collapse: separate;
 
}
 
}
  
Zeile 205: Zeile 209:
 
   text-shadow: 0px 2px #00321f;
 
   text-shadow: 0px 2px #00321f;
 
}
 
}
 +
 +
#infoboxsection a {color: white;}
  
 
#infoboxdetail {
 
#infoboxdetail {
Zeile 244: Zeile 250:
 
}
 
}
  
 
/* Template Styling */
 
/* Object Quality Stars */
 
#qualitycontainer {
 
  position:relative;
 
  height:48px;
 
  width:48px;
 
  text-align:left;
 
}
 
 
#qualitycontainermed {
 
  position:relative;
 
  height:32px;
 
  width:32px;
 
  text-align:left;
 
}
 
 
#qualitycontainersm {
 
  position:relative;
 
  height:24px;
 
  width:24px;
 
  text-align:left;
 
}
 
 
#qualitycontainer div.qualityindicator {
 
  margin-top: -48px;
 
}
 
 
#qualitycontainermed div.qualityindicator {
 
  margin-top: -32px;
 
}
 
 
#qualitycontainersm div.qualityindicator {
 
  margin-top: -26px;
 
}
 
 
#qualityimage p {
 
  margin:0px;
 
}
 
 
#recipeimage p {
 
  margin:0px;
 
}
 
 
#recipeimage img {
 
  position:absolute;
 
  opacity:0.6;
 
  max-height: 48px;
 
  width: auto;
 
}
 
  
  
Zeile 324: Zeile 280:
  
 
/* Main Page Nav Menu Styling */
 
/* Main Page Nav Menu Styling */
#menucontent {
+
#mainbannermiddle {
    padding-right:5px;
 
    padding-left: 5px;
 
    vertical-align:top;
 
}
 
.doublewidthmenu {
 
    width:100%;
 
    margin-top: 0px !important;
 
}
 
 
 
.doublewidthmenu td {
 
    width:50%;
 
}
 
 
 
table.menulocations {
 
  border:1px solid #8dcaf0;
 
  border-radius:11px;
 
  width:100% !important;
 
  box-shadow: 0px 1px rgba(0,0,0,0.3);
 
  margin-bottom:3px !important;
 
  margin-top:0px;
 
  display: block;
 
}
 
 
 
.mainmenuwrapper {
 
  background-color:rgba(209,248,255,0.67);
 
  float:left;
 
  width: 100%;
 
}
 
 
 
.mainmenusection {
 
  min-height: 456px;
 
  vertical-align: top;
 
}
 
 
 
.mainmenusection table.wikitable {
 
  margin:0px;
 
  display:table;
 
}
 
 
 
.mainmenusection table.wikitable th {
 
  max-height: 34px;
 
}
 
 
 
#singlemainmenu {
 
  width: 25%;
 
  float:left;
 
}
 
 
 
#doublemainmenu {
 
  width: 50%;
 
  float:left;
 
}
 
 
 
#doubleinnermainmenu {
 
  width: 50%;
 
  vertical-align:top;
 
}
 
 
 
#mainmenuselections, #mainbannermiddle {
 
 
   width:100%;  
 
   width:100%;  
   border: none;
+
   border: none;
}
 
 
 
table#mainmenuselections td {
 
  background-color: transparent !important;
 
  border: none !important;
 
 
}
 
}
  
Zeile 406: Zeile 298:
 
}
 
}
  
@media screen and (max-width: 767px) {
 
    #singlemainmenu {
 
      width: 100%;
 
      clear:both;
 
      min-height: auto;
 
    }
 
 
    #doublemainmenu {
 
      width: 100%;
 
      clear:both;
 
      min-height: auto;
 
    }
 
}
 
  
 
/* MainLinks Template Styling */
 
/* MainLinks Template Styling */
Zeile 517: Zeile 396:
  
 
.mobile_link_update {
 
.mobile_link_update {
   background: url("extensions/StardewValley/images/mobile_banner_2_DE.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%;

Aktuelle Version vom 25. März 2024, 18:10 Uhr

/* Das folgende CSS wird für alle Nutzer der mobilen Version geladen. */

/*
img {
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
*/

table {border-collapse: separate;}

#content { 
   background-color: rgba(209,248,255,0.67);
   margin: 8px;
   margin-top: -5px;
}

/* Body Styling */
body {
   background: #0A0523 url("extensions/StardewValley/images/stardewbackground.png") no-repeat fixed center center / cover;
}

#bodyContent hr {
    border-bottom: 1px solid #aaa;
    border-top: none;
}

#searchInput {
    padding: 7px;
}

li#ca-watch {
   display:none;
}

pre {
    background-color: white;
}

.client-js .collapsible-heading {
    border-bottom: solid 1px #aaa !important;
}

#mainmenutable {
   display: table;
}

.mw-footer {
    background: rgba(0,0,0,0.8) none repeat scroll 0% 0%;
    color: #8c8c8c;
    margin-top: 20px;
    border-top: none !important;
}

.toc-mobile {
   background-color: rgba(255,255,255,0.58) !important;
}

.mw-footer a {
    color: white;
}

.last-modified-bar {
    background-color: transparent;
}

.header .branding-box h1,
.header .branding-box a {
    color: white;
}

.header-container.header-chrome {
    background-color: transparent;
}
.overlay .overlay-content {
    background-color:white;
}

.overlay-header-container {
   background: #8dc4e5;
}

.overlay.visible {
   background: none;
}

img {
   max-width:100%;
   height: auto;
}

#mw-mf-page-center, .animations #mw-mf-page-center {
  background-color:transparent !important;
}

#mainbannermiddle table.wikitable {
    width:100% !important;
    display:table;
}

/* Main Page Content */
body.page-Main_Page h1#section_0, body.page-Main_Page .pre-content heading-holder, body.page-Main_Page #bodyContent hr {
   display: none;
}

body.page-Main_Page .content table {
   width: 100% !important;
   margin: 0 auto 0;
}

#mainbannermiddle table {
   margin: 0 auto 0 !important;
}

#mainbannerleft, #mainbannerright, td#sidebar, th#sidebar {
   display: none;
}

/* Navboxstyling */
#navbox {
   margin:auto;
   border: 1px solid rgb(132, 174, 236);
   padding: 5px; 
   border-radius:11px;
   clear: both;
   margin-top: 15px;
   display: table;
}

td#infoboxdetail table {
   margin-top:0px;
   margin-bottom:0px;
}

.center {
   text-align: center;
}

/* Table Styling */
table.wikitable {
  background-color: transparent;
  border-collapse: separate;
  border: none;
  display:block;
}

table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
   border: 1px solid #8DCAF0 !important;
   padding: 0.2em;
   background-color: rgba(255, 255, 255, 0.58) !important;
}

table.wikitable > tr > th, table.wikitable > * > tr > th {
   background-color: #03A007 !important;
   text-align: center;
   border-color: #007448 !important;
   box-shadow: 0px 1px rgba(0, 0, 0, 0.3);
   color: white;
   text-shadow: 0px 2px #00321f;
}

table.wikitable > tr > th a, table.wikitable > * > tr > th a {
   color:white;
}

table.wikitable img {
   max-width:none;
}

table.wikitable.roundedborder {
   border:1px solid rgb(132,174,236);
   padding:5px;
   border-radius:11px;
   margin-top:15px;
   display:block;
}


/* Infobox Styling */

#infoboxtable {
   max-width:350px;
   width:100%;
   margin-bottom: 0px;
   margin-top: 0px;
   min-width:300px;
   border-collapse: separate;
}

#infoboxheader {
   text-align:center;
   font-size:24px;
   padding-top:5px;
   padding-bottom:5px;
   text-shadow: 0px 1.5px 0px rgba(0,0,0,0.2);
}

#infoboxsection {
   background-color:#03A007;
   vertical-align:top;
   padding-left:15px;
   padding-right:5px;
   width:105px;
   border-color:#007448;
   box-shadow: 0px 1px rgba(0,0,0,0.3);
   color: white;
   text-shadow: 0px 2px #00321f;
}

#infoboxsection a {color: white;}

#infoboxdetail {
   vertical-align:top;
   padding-left:3px;
   padding-right:12px;
}

#infoboxdetail p {
   margin:0px;
}

#infoboxdetail ul {
   margin: 0em 0px 0px 0.9em;
}


/* Graphical borders */
#menuborder {
   border: 9px solid transparent;
   padding: 12px;
   -webkit-border-image: url("extensions/StardewValley/images/menu_border.png") 15 stretch; /* Safari 3.1-5 */
   -o-border-image: url("extensions/StardewValley/images/menu_border.png") 15 stretch; /* Opera 11-12.1 */
   border-image: url("extensions/StardewValley/images/menu_border.png") 15 stretch;
   background-color:background-color: rgba(255,255,255,0.58);
}

#infoboxborder {
   border: 12px solid transparent;
   -webkit-border-image: url("extensions/StardewValley/images/menu_border.png") 15 stretch; /* Safari 3.1-5 */
   -o-border-image: url("extensions/StardewValley/images/menu_border.png") 15 stretch; /* Opera 11-12.1 */
   border-image: url("extensions/StardewValley/images/menu_border.png") 15 stretch;
   background-color: rgba(255,255,255,0.58);
   float:right;
   border-radius: 12px;
   margin-left: 15px;
   margin-bottom:15px;
   min-width: 300px;
}



.no-wrap {
   white-space: nowrap;
}


/* Skill page tables */
.skillsubheader {
   text-align: center;
   font-size: 12px;
   background-color: rgba(255, 255, 255, 0.79);
}


/* Copyright Templates */
#c-fairuse {
   padding:10px;
   max-width:700px;
   margin: 0px auto;
   border: 1px solid #8DCAF0;
   background-color: rgba(255, 255, 255, 0.58);
}

#c-fairuse td {
   vertical-align:middle;
}


/* Main Page Nav Menu Styling */
#mainbannermiddle {
   width:100%; 
   border: none;	
}

@media screen and (max-width: 540px) {
    #infoboxborder {
	width: 95%;
    }
    #infoboxtable {
        max-width: none;
    }
    table#infoboxtable tbody {
	width: 100%;
        display: inline-table;
    }
}


/* MainLinks Template Styling */

#platform_link_table {
   width:100%;
   height: 100%;
   min-height: 242px;
   max-width:650px;
   text-align:center;
   margin-bottom: 0px;
   display: inline-table;
}

table#platform_link_table.wikitable tbody {
   width:100% !important;
   display: table;
}

#version_link_table {
   width:100% !important;
   max-width:650px;
   text-align:center;
   margin-top: 0px;
   display: inline-table;
}

.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, .mobile_link_update 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("extensions/StardewValley/images/platform-switch.png") no-repeat center center;
}

#ps4_link {
   background: url("extensions/StardewValley/images/platform-ps4.png") no-repeat center center;
}

#xbox_link {
   background: url("extensions/StardewValley/images/platform-xbox.png") no-repeat center center;
}

.mobile_link {
   background: url("extensions/StardewValley/images/platform-mobile_DE.png") no-repeat center center;
   width: 80%;
   height: 100%;
}

#platform-version {
   width:50%; 
   vertical-align:top;
   display: inline;
}

#main-links-table {
   width:100%;
   text-align:center;
}

#platform_table_images {
    width: 100% !important;
    display: table;
    min-height: 196px;
}

/* Main Links Template Update */

table#platform_links_list {
   width:100% !important;
   margin: auto;
   height: 193px;
   display:initial;
}

.mobile_link_update {
   background: url("extensions/StardewValley/images/mobile_banner_2.png") no-repeat center center;
   width: 80%;
   height: 100%;
}

#steam_link {
   background: url("extensions/StardewValley/images/platform-steam.png") no-repeat center center;
}

#ios_link {
   background: url("extensions/StardewValley/images/platform-ios.png") no-repeat center center;
}

#android_link {
   background: url("extensions/StardewValley/images/platform-play.png") no-repeat center center;
}

@media screen and (max-width: 625px) {
   #ps4_link {
      background: url("extensions/StardewValley/images/platform-ps4_small.png") no-repeat center center;
   }
   #xbox_link {
      background: url("extensions/StardewValley/images/platform-xbox_small.png") no-repeat center center;
   }
   #steam_link {
      background: url("extensions/StardewValley/images/platform-steam_small.png") no-repeat center center;
   }
   #ios_link {
      background: url("extensions/StardewValley/images/platform-ios_small.png") no-repeat center center;
   }
   #android_link {
      background: url("extensions/StardewValley/images/platform-play_small.png") no-repeat center center;
   }
   .mobile_link {
      background: url("extensions/StardewValley/images/platform-mobile_small.png") no-repeat center center;
   }

}