바뀜

둘러보기로 가기 검색하러 가기
3,347 바이트 제거됨 ,  2024년 3월 25일 (월)
편집 요약 없음
1번째 줄: 1번째 줄:  
/* 이 CSS 설정은 벡터 스킨을 사용하는 사용자에게 적용됩니다 */
 
/* 이 CSS 설정은 벡터 스킨을 사용하는 사용자에게 적용됩니다 */
 +
 +
/*
 +
img {
 +
  image-rendering: pixelated;
 +
  image-rendering: -moz-crisp-edges;
 +
  image-rendering: -webkit-optimize-contrast;
 +
  image-rendering: crisp-edges;
 +
}
 +
*/
 +
    
/* Body Styling */
 
/* Body Styling */
57번째 줄: 67번째 줄:  
div.thumbinner {
 
div.thumbinner {
 
   border: 1px solid #8DCAF0;
 
   border: 1px solid #8DCAF0;
   background-color: transparent;
+
   background-color: rgba(255,255,255,0.58);
}
  −
 
  −
/* Social Media Links */
  −
div.sociallinks {
  −
  float: right;
  −
  padding-top: 9px;
  −
}
  −
 
  −
.sociallinks img {
  −
  -webkit-filter: opacity(25%) brightness(0);  /* Chrome, Safari, Opera */
  −
  filter: opacity(25%) brightness(0);
  −
}
  −
 
  −
.sociallinks img:hover {
  −
  -webkit-filter: opacity(100%) brightness(100%);  /* Chrome, Safari, Opera */
  −
  filter: opacity(100%) brightness(100%);
   
}
 
}
   −
body.page-Stardew_Valley_Wiki div.sociallinks {
  −
  display:none;
  −
}
      
/* Mediawiki page tabs */
 
/* Mediawiki page tabs */
231번째 줄: 222번째 줄:  
   border: none;
 
   border: none;
 
}
 
}
 +
 
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;
 
   border: 1px solid #8DCAF0;
250번째 줄: 242번째 줄:  
}
 
}
   −
#roundedborder {
+
table.wikitable.roundedborder {
 
   border:1px solid rgb(132,174,236);
 
   border:1px solid rgb(132,174,236);
 
   padding:5px;
 
   padding:5px;
284번째 줄: 276번째 줄:  
   text-shadow: 0px 2px #00321f;
 
   text-shadow: 0px 2px #00321f;
 
}
 
}
 +
 +
#infoboxsection a {color: white;}
    
#infoboxdetail {
 
#infoboxdetail {
293번째 줄: 287번째 줄:  
#infoboxdetail p {
 
#infoboxdetail p {
 
   margin:0px;
 
   margin:0px;
}
  −
  −
#infoboxfooter {
  −
  width:100%;
  −
  padding-top:5px;
   
}
 
}
   304번째 줄: 293번째 줄:  
}
 
}
   −
#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;
  −
}
  −
  −
.pixelperfect, #pixelperfect {
  −
  image-rendering:-moz-crisp-edges;
  −
  image-rendering:-o-crisp-edges;
  −
  image-rendering:-webkit-optimize-contrast;
  −
  -ms-interpolation-mode:nearest-neighbor;
  −
  image-rendering:crisp-edges;
  −
  image-rendering:pixelated;
  −
}
      
/* Location Infobox */
 
/* Location Infobox */
353번째 줄: 324번째 줄:  
}
 
}
   −
/* 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 {
  −
  text-align:left;
  −
}
  −
  −
#qualitycontainermed div.qualityindicator {
  −
  text-align:left;
  −
}
  −
  −
#qualitycontainersm div.qualityindicator {
  −
  text-align:left;
  −
}
  −
  −
#qualityimage img {
  −
  position:absolute;
  −
}
  −
  −
#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);
   
}
 
}
   524번째 줄: 406번째 줄:  
     th#sidebar, td#sidebar, td#mainbannerright {
 
     th#sidebar, td#sidebar, td#mainbannerright {
 
         display: none;
 
         display: none;
    }
  −
}
  −
  −
@media screen and (max-width: 740px) {
  −
    .responsiveadtop {
  −
        margin-top:25px !important;
   
     }
 
     }
 
}
 
}
543번째 줄: 419번째 줄:  
     .mw-footer ul {
 
     .mw-footer ul {
 
         padding-left: 15px;
 
         padding-left: 15px;
    }
  −
}
  −
  −
@media screen and (max-width: 430px) {
  −
    .responsiveadtop {
  −
        margin-top:65px !important;
  −
    }
  −
}
  −
  −
  −
/* Main Page Nav Menu Styling */
  −
#menucontent {
  −
    padding-right:5px;
  −
    padding-left: 5px;
  −
    vertical-align:top;
  −
}
  −
.doublewidthmenu {
  −
    width:100%;
  −
}
  −
  −
.doublewidthmenu td {
  −
    width:50%;
  −
}
  −
  −
table.menulocations {
  −
  border:1px solid #8dcaf0;
  −
  border-radius:11px;
  −
  width:100%;
  −
  box-shadow: 0px 1px rgba(0,0,0,0.3);
  −
  margin-bottom:3px;
  −
}
  −
  −
.mainmenuwrapper {
  −
  background-color:rgba(209,248,255,0.67);
  −
  float:left;
  −
  width: 100%;
  −
}
  −
  −
.mainmenusection {
  −
  min-height: 379px;
  −
  vertical-align: top;
  −
}
  −
  −
.mainmenusection table.wikitable {
  −
  margin:0px
  −
}
  −
  −
#singlemainmenu {
  −
  width: 25%;
  −
  float:left;
  −
}
  −
  −
#doublemainmenu {
  −
  width: 50%;
  −
  float:left;
  −
}
  −
  −
#doubleinnermainmenu {
  −
  width: 50%;
  −
  vertical-align:top;
  −
}
  −
  −
#mainmenuselections {
  −
  width:100%;
  −
}
  −
  −
table#mainmenuselections td {
  −
  background-color: transparent;
  −
  border: none;
  −
}
  −
  −
@media screen and (max-width: 880px) {
  −
    #singlemainmenu {
  −
      width: 100%;
  −
      clear:both;
  −
      min-height: auto;
  −
    }
  −
  −
    #doublemainmenu {
  −
      width: 100%;
  −
      clear:both;
  −
      min-height: auto;
   
     }
 
     }
 
}
 
}
711번째 줄: 505번째 줄:     
.mobile_link_update {
 
.mobile_link_update {
   background: url("extensions/StardewValley/images/mobile_banner_2_KO.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%;
786번째 줄: 580번째 줄:  
#mainbannermiddle img {
 
#mainbannermiddle img {
 
   padding-bottom: 25px;
 
   padding-bottom: 25px;
 +
}
 +
 +
html .thumbimage {
 +
  background-color: transparent;
 
}
 
}

편집

105,817

둘러보기 메뉴