Módosítások

Ugrás a navigációhoz Ugrás a kereséshez
nincs szerkesztési összefoglaló
1. sor: 1. sor: −
/* CSS placed here will affect users of the mobile site */
+
/* Az itt elhelyezett CSS a mobil felületen töltődik be */
 +
 
 +
/*
 +
img {
 +
  image-rendering: pixelated;
 +
  image-rendering: -moz-crisp-edges;
 +
  image-rendering: -webkit-optimize-contrast;
 +
  image-rendering: crisp-edges;
 +
}
 +
*/
 +
 
 +
table {border-collapse: separate;}
 +
 
    
#content {  
 
#content {  
9. sor: 21. sor:  
/* 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;
 
}
 
}
   37. sor: 49. sor:  
}
 
}
   −
#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;
48. sor: 60. sor:  
}
 
}
   −
#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;
73. sor: 97. sor:  
}
 
}
   −
#mainbannermiddle table.wikitable, table.skilltable {
+
#mainbannermiddle table.wikitable {
 
     width:100% !important;
 
     width:100% !important;
 
     display:table;
 
     display:table;
90. sor: 114. sor:  
#mainbannermiddle table {
 
#mainbannermiddle table {
 
   margin: 0 auto 0 !important;
 
   margin: 0 auto 0 !important;
}
  −
  −
#nametemplate {
  −
  margin: 2px 5px 1px 2px;
  −
  display:block;
  −
  white-space:nowrap;
  −
}
  −
  −
#nametemplate img {
  −
  max-width: none;
   
}
 
}
   114. sor: 128. sor:  
   clear: both;
 
   clear: both;
 
   margin-top: 15px;
 
   margin-top: 15px;
 +
  display: table;
 
}
 
}
   132. sor: 147. sor:  
   display:block;
 
   display:block;
 
}
 
}
 +
 
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
 
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
 
   border: 1px solid #8DCAF0 !important;
 
   border: 1px solid #8DCAF0 !important;
155. sor: 171. sor:  
}
 
}
   −
#cellstretch {
+
table.wikitable.roundedborder {
  width:100%;
  −
}
  −
 
  −
#cellcenter {
  −
  text-align:center;
  −
}
  −
 
  −
#roundedborder {
  −
  border:1px solid rgb(132,174,236);
  −
  padding:5px;
  −
  border-radius:11px;
  −
  margin-top:15px;
  −
  display:block;
  −
}
  −
 
  −
#roundedborderfull {
   
   border:1px solid rgb(132,174,236);
 
   border:1px solid rgb(132,174,236);
 
   padding:5px;
 
   padding:5px;
 
   border-radius:11px;
 
   border-radius:11px;
 
   margin-top:15px;
 
   margin-top:15px;
  width:100%;
   
   display:block;
 
   display:block;
 
}
 
}
188. sor: 187. sor:  
   margin-top: 0px;
 
   margin-top: 0px;
 
   min-width:300px;
 
   min-width:300px;
 +
  border-collapse: separate;
 
}
 
}
   209. sor: 209. sor:  
   text-shadow: 0px 2px #00321f;
 
   text-shadow: 0px 2px #00321f;
 
}
 
}
 +
 +
#infoboxsection a {color: white;}
    
#infoboxdetail {
 
#infoboxdetail {
218. sor: 220. sor:  
#infoboxdetail p {
 
#infoboxdetail p {
 
   margin:0px;
 
   margin:0px;
}
  −
  −
#infoboxfooter {
  −
  width:100%;
  −
  padding-top:5px;
   
}
 
}
    
#infoboxdetail ul {
 
#infoboxdetail ul {
 
   margin: 0em 0px 0px 0.9em;
 
   margin: 0em 0px 0px 0.9em;
}
  −
  −
#infoboxsep {
  −
  text-align:center;
  −
  background-color:#03A007;
  −
  vertical-align:top;
  −
  border-color:#007448;
  −
  box-shadow: 0px 1px rgba(0,0,0,0.3);
  −
  color: white;
  −
  text-shadow: 0px 2px #00321f;
   
}
 
}
   244. sor: 231. sor:  
   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);
 
}
 
}
252. sor: 239. sor:  
#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;
264. sor: 251. sor:       −
/* Template Styling */
+
.no-wrap {
/* Object Quality Stars */
+
   white-space: nowrap;
#qualitycontainer {
  −
   position:relative;
  −
  height:48px;
  −
  width:48px;
  −
  text-align:left;
   
}
 
}
   −
#qualitycontainermed {
  −
  position:relative;
  −
  height:32px;
  −
  width:32px;
  −
  text-align:left;
  −
}
     −
#qualitycontainersm {
+
/* Skill page tables */
   position:relative;
+
.skillsubheader {
   height:24px;
+
   text-align: center;
   width:24px;
+
   font-size: 12px;
  text-align:left;
+
   background-color: rgba(255, 255, 255, 0.79);
 
}
 
}
   −
#qualitycontainer div.qualityindicator {
  −
  margin-top: -48px;
  −
}
     −
#qualitycontainermed div.qualityindicator {
+
/* Copyright Templates */
   margin-top: -32px;
+
#c-fairuse {
 +
  padding:10px;
 +
  max-width:700px;
 +
   margin: 0px auto;
 +
  border: 1px solid #8DCAF0;
 +
  background-color: rgba(255, 255, 255, 0.58);
 
}
 
}
   −
#qualitycontainersm div.qualityindicator {
+
#c-fairuse td {
   margin-top: -26px;
+
   vertical-align:middle;
 
}
 
}
   −
#qualityimage p {
  −
  margin:0px;
  −
}
     −
#recipeimage p {
+
/* Main Page Nav Menu Styling */
   margin:0px;
+
#mainbannermiddle {
 +
   width:100%;
 +
  border: none;
 
}
 
}
   −
#recipeimage img {
+
@media screen and (max-width: 540px) {
  position:absolute;
+
    #infoboxborder {
  opacity:0.6;
+
width: 95%;
  max-height: 48px;
+
    }
  width: auto;
+
    #infoboxtable {
}
+
        max-width: none;
 
+
    }
/* Quality Pricing */
+
    table#infoboxtable tbody {
div.qualitycontainerprice {
+
width: 100%;
  margin-top: -7px;
+
        display: inline-table;
  padding-right:12px;
+
    }
 
}
 
}
   −
div.qualitycontainerprice span {
  −
  padding-left: 20px;
  −
}
     −
div.qualitycontainerprice img {
+
/* MainLinks Template Styling */
  position: absolute;
  −
  margin-top:2px;
  −
}
     −
#qualityprice {
+
#platform_link_table {
   margin-top:-11px;
+
  width:100%;
 +
  height: 100%;
 +
  min-height: 242px;
 +
  max-width:650px;
 +
  text-align:center;
 +
   margin-bottom: 0px;
 +
  display: inline-table;
 
}
 
}
   −
.no-wrap {
+
table#platform_link_table.wikitable tbody {
   white-space: nowrap;
+
   width:100% !important;
 +
  display: table;
 
}
 
}
   −
/* Talk Page Headers */
+
#version_link_table {
#talkheadertitle {
+
   width:100% !important;
   background-color: #03A007;
+
  max-width:650px;
   text-align: center;
+
   text-align:center;
   color: white;
+
   margin-top: 0px;
  text-shadow: 0px 2px #00321f;
+
   display: inline-table;
   font-size: 120%;
   
}
 
}
   −
#talkheaderbody {
+
.version_number_left {
   width: 80%;
+
   text-align:left;
  margin: 0px auto 1em;
+
   vertical-align: top;
   border: 1px solid rgb(170, 170, 170);
  −
  background-color: rgba(255, 255, 255, 0.58);
  −
  color: rgb(0, 0, 0);
   
}
 
}
   −
/* Crop Page Headers */
+
.version_number_right {
div.cropheader h3 {
+
   text-align:right;
   margin-top:0px;
+
   vertical-align: top;
   padding-top:0px;
   
}
 
}
   −
/* Skill page tables */
+
.platform_links {
#skilltable {
+
   width: 20%;
   width:100%;
+
  height: 33%;
 
}
 
}
   −
#skilltable th {
+
.platform_link a.external, .mobile_link a.external, .mobile_link_update a.external {
  width:18%;
+
    display:block;
 +
    text-decoration:none;
 +
    background:none !important;
 +
    padding: 0px !important;
 +
    line-height: 60px;
 
}
 
}
   −
th.skilltableend {
+
#mobile_image a.external {
  width:28% !important;
+
    line-height: 190px;
 
}
 
}
   −
td.skillsubheaderten {
+
#switch_link {
  width:14% !important;
+
   background: url("extensions/StardewValley/images/platform-switch.png") no-repeat center center;
  text-align: center;
  −
  font-size: 12px;
  −
   background-color: rgba(255, 255, 255, 0.79);
   
}
 
}
   −
#skilltable td {
+
#ps4_link {
   vertical-align:top;
+
   background: url("extensions/StardewValley/images/platform-ps4.png") no-repeat center center;
 
}
 
}
   −
.skillsubheader {
+
#xbox_link {
  text-align: center;
+
   background: url("extensions/StardewValley/images/platform-xbox.png") no-repeat center center;
  font-size: 12px;
  −
   background-color: rgba(255, 255, 255, 0.79);
   
}
 
}
   −
/* Map Template */
+
.mobile_link {
#mapcontainer {
+
  background: url("extensions/StardewValley/images/platform-mobile_HU.png") no-repeat center center;
   position:relative;
+
  width: 80%;
 +
   height: 100%;
 
}
 
}
   −
#maplocation {
+
#platform-version {
   position:absolute;
+
   width:50%;
 +
  vertical-align:top;
 +
  display: inline;
 
}
 
}
   −
/* Calendar Template */
+
#main-links-table {
 
+
   width:100%;
#calendartable {
+
  text-align:center;
   display:none;
   
}
 
}
   −
/* Copyright Templates */
+
#platform_table_images {
#c-fairuse {
+
    width: 100% !important;
  padding:10px;
+
    display: table;
  max-width:700px;
+
    min-height: 196px;
  margin: 0px auto;
  −
  border: 1px solid #8DCAF0;
  −
  background-color: rgba(255, 255, 255, 0.58);
  −
}
  −
 
  −
#c-fairuse td {
  −
  vertical-align:middle;
  −
}
  −
 
  −
/* History Section in articles */
  −
table.historysection {
  −
  line-height: 0.8;
   
}
 
}
   −
/* Main Page Nav Menu Styling */
+
/* Main Links Template Update */
#menucontent {
  −
    padding-right:5px;
  −
    padding-left: 5px;
  −
    vertical-align:top;
  −
}
  −
.doublewidthmenu {
  −
    width:100%;
  −
    margin-top: 0px !important;
  −
}
  −
 
  −
.doublewidthmenu td {
  −
    width:50%;
  −
}
     −
table.menulocations {
+
table#platform_links_list {
  border:1px solid #8dcaf0;
  −
  border-radius:11px;
   
   width:100% !important;
 
   width:100% !important;
  box-shadow: 0px 1px rgba(0,0,0,0.3);
+
   margin: auto;
   margin-bottom:3px !important;
+
   height: 193px;
   margin-top:0px;
+
   display:initial;
   display: block;
   
}
 
}
   −
.mainmenuwrapper {
+
.mobile_link_update {
   background-color:rgba(209,248,255,0.67);
+
   background: url("extensions/StardewValley/images/mobile_banner_2.png") no-repeat center center;
   float:left;
+
   width: 80%;
   width: 100%;
+
   height: 100%;
 
}
 
}
   −
.mainmenusection {
+
#steam_link {
   min-height: 456px;
+
   background: url("extensions/StardewValley/images/platform-steam.png") no-repeat center center;
  vertical-align: top;
   
}
 
}
   −
.mainmenusection table.wikitable {
+
#ios_link {
   margin:0px;
+
   background: url("extensions/StardewValley/images/platform-ios.png") no-repeat center center;
  display:table;
  −
}
  −
 
  −
.mainmenusection table.wikitable th {
  −
  max-height: 34px;
  −
}
  −
 
  −
#singlemainmenu {
  −
  width: 25%;
  −
  float:left;
   
}
 
}
   −
#doublemainmenu {
+
#android_link {
   width: 50%;
+
   background: url("extensions/StardewValley/images/platform-play.png") no-repeat center center;
  float:left;
   
}
 
}
   −
#doubleinnermainmenu {
+
@media screen and (max-width: 625px) {
   width: 50%;
+
  #ps4_link {
   vertical-align:top;
+
      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;
 +
  }
   −
#mainmenuselections, #mainbannermiddle {
  −
  width:100%;
  −
  border: none;
  −
}
  −
  −
table#mainmenuselections td {
  −
  background-color: transparent !important;
  −
  border: none !important;
  −
}
  −
  −
@media screen and (max-width: 767px) {
  −
    #singlemainmenu {
  −
      width: 100%;
  −
      clear:both;
  −
      min-height: auto;
  −
    }
  −
  −
    #doublemainmenu {
  −
      width: 100%;
  −
      clear:both;
  −
      min-height: auto;
  −
    }
  −
}
  −
  −
span#imageicon a.new {
  −
  display:none;
   
}
 
}
105 716

szerkesztés

Navigációs menü