Modifiche

nessun oggetto della modifica
Riga 1: Riga 1:  
/* Gli stili CSS inseriti qui si applicano agli utenti che usano il sito per dispositivi mobili */
 
/* Gli stili CSS inseriti qui si applicano agli utenti che usano il sito per dispositivi mobili */
 +
 +
/*
 +
img {
 +
  image-rendering: pixelated;
 +
  image-rendering: -moz-crisp-edges;
 +
  image-rendering: -webkit-optimize-contrast;
 +
  image-rendering: crisp-edges;
 +
}
 +
*/
 +
 +
table {border-collapse: separate;}
 +
    
#content {  
 
#content {  
Riga 102: Riga 114:  
#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;
   
}
 
}
   Riga 126: Riga 128:  
   clear: both;
 
   clear: both;
 
   margin-top: 15px;
 
   margin-top: 15px;
 +
  display: table;
 
}
 
}
   Riga 144: Riga 147:  
   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;
Riga 167: Riga 171:  
}
 
}
   −
#cellcenter {
+
table.wikitable.roundedborder {
  text-align:center;
  −
}
  −
 
  −
#roundedborder {
   
   border:1px solid rgb(132,174,236);
 
   border:1px solid rgb(132,174,236);
 
   padding:5px;
 
   padding:5px;
Riga 187: Riga 187:  
   margin-top: 0px;
 
   margin-top: 0px;
 
   min-width:300px;
 
   min-width:300px;
 +
  border-collapse: separate;
 
}
 
}
   Riga 208: Riga 209:  
   text-shadow: 0px 2px #00321f;
 
   text-shadow: 0px 2px #00321f;
 
}
 
}
 +
 +
#infoboxsection a {color: white;}
    
#infoboxdetail {
 
#infoboxdetail {
Riga 217: Riga 220:  
#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;
   
}
 
}
   Riga 262: Riga 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;
  −
}
  −
  −
/* Quality Pricing */
  −
div.qualitycontainerprice {
  −
  margin-top: -7px;
  −
  padding-right:12px;
  −
}
  −
  −
div.qualitycontainerprice span {
  −
  padding-left: 20px;
  −
}
  −
  −
div.qualitycontainerprice img {
  −
  position: absolute;
  −
  margin-top:2px;
  −
}
  −
  −
#qualityprice {
  −
  margin-top:-11px;
  −
}
      
.no-wrap {
 
.no-wrap {
 
   white-space: nowrap;
 
   white-space: nowrap;
}
  −
  −
/* Talk Page Headers */
  −
#talkheadertitle {
  −
  background-color: #03A007;
  −
  text-align: center;
  −
  color: white;
  −
  text-shadow: 0px 2px #00321f;
  −
  font-size: 120%;
  −
}
  −
  −
#talkheaderbody {
  −
  width: 80%;
  −
  margin: 0px auto 1em;
  −
  border: 1px solid rgb(170, 170, 170);
  −
  background-color: rgba(255, 255, 255, 0.58);
  −
  color: rgb(0, 0, 0);
   
}
 
}
   Riga 359: Riga 261:  
   font-size: 12px;
 
   font-size: 12px;
 
   background-color: rgba(255, 255, 255, 0.79);
 
   background-color: rgba(255, 255, 255, 0.79);
}
  −
  −
/* Map Template */
  −
#mapcontainer {
  −
  position:relative;
  −
}
  −
  −
#maplocation {
  −
  position:absolute;
   
}
 
}
   Riga 384: Riga 277:  
}
 
}
   −
/* History Section in articles */
  −
table.historysection {
  −
  line-height: 0.8;
  −
}
      
/* 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;
   
}
 
}
   Riga 472: Riga 297:  
}
 
}
   −
@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 */
Riga 583: Riga 395:     
.mobile_link_update {
 
.mobile_link_update {
   background: url("extensions/StardewValley/images/mobile_banner_2_IT.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%;
105 789

contributi