差分

編集の要約なし
1行目: 1行目:  
/* ここに記述したCSSは携帯機器版サイトの利用者に影響します */
 
/* ここに記述したCSSは携帯機器版サイトの利用者に影響します */
    +
/*
 
img {
 
img {
 
   image-rendering: pixelated;
 
   image-rendering: pixelated;
7行目: 8行目:  
   image-rendering: crisp-edges;
 
   image-rendering: crisp-edges;
 
}
 
}
 +
*/
 +
 +
table {border-collapse: separate;}
 +
    
#content {  
 
#content {  
123行目: 128行目:  
   clear: both;
 
   clear: both;
 
   margin-top: 15px;
 
   margin-top: 15px;
 +
  display: table;
 
}
 
}
   165行目: 171行目:  
}
 
}
   −
#roundedborder, table.wikitable.roundedborder {
+
table.wikitable.roundedborder {
 
   border:1px solid rgb(132,174,236);
 
   border:1px solid rgb(132,174,236);
 
   padding:5px;
 
   padding:5px;
181行目: 187行目:  
   margin-top: 0px;
 
   margin-top: 0px;
 
   min-width:300px;
 
   min-width:300px;
 +
  border-collapse: separate;
 
}
 
}
   202行目: 209行目:  
   text-shadow: 0px 2px #00321f;
 
   text-shadow: 0px 2px #00321f;
 
}
 
}
 +
 +
#infoboxsection a {color: white;}
    
#infoboxdetail {
 
#infoboxdetail {
241行目: 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 {
338行目: 278行目:     
/* 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;
   
}
 
}
   417行目: 293行目:  
width: 100%;
 
width: 100%;
 
         display: inline-table;
 
         display: inline-table;
    }
  −
}
  −
  −
@media screen and (max-width: 767px) {
  −
    #singlemainmenu {
  −
      width: 100%;
  −
      clear:both;
  −
      min-height: auto;
  −
    }
  −
  −
    #doublemainmenu {
  −
      width: 100%;
  −
      clear:both;
  −
      min-height: auto;
   
     }
 
     }
 
}
 
}
531行目: 393行目:     
.mobile_link_update {
 
.mobile_link_update {
   background: url("extensions/StardewValley/images/mobile_banner_2_JA.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,831

回編集