Changes

Jump to navigation Jump to search
2,738 bytes removed ,  17:29, 13 March 2023
remove unused CSS
Line 1: Line 1:  
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
    +
/*
 
img {
 
img {
 
   image-rendering: pixelated;
 
   image-rendering: pixelated;
 
   image-rendering: -moz-crisp-edges;
 
   image-rendering: -moz-crisp-edges;
   image-rendering: -webkit-optimize-contrast
+
   image-rendering: -webkit-optimize-contrast;
   image-rendering: crisp-edges;
+
   image-rendering: crisp-edges;  
 
}
 
}
 +
*/
 +
    
/* Body Styling */
 
/* Body Styling */
Line 67: Line 70:  
}
 
}
   −
/* 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 */
Line 258: Line 242:  
}
 
}
   −
#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;
Line 292: Line 276:  
   text-shadow: 0px 2px #00321f;
 
   text-shadow: 0px 2px #00321f;
 
}
 
}
 +
 +
#infoboxsection a {color: white;}
    
#infoboxdetail {
 
#infoboxdetail {
Line 338: Line 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 {
Line 493: Line 408:  
     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;
   
     }
 
     }
 
}
 
}
Line 515: Line 424:  
}
 
}
   −
@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;
  −
    }
  −
}
      
.noautonum .tocnumber { display: none; }
 
.noautonum .tocnumber { display: none; }
105,662

edits

Navigation menu