Changes

Jump to navigation Jump to search
5,211 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 {
 +
  image-rendering: pixelated;
 +
  image-rendering: -moz-crisp-edges;
 +
  image-rendering: -webkit-optimize-contrast;
 +
  image-rendering: crisp-edges;
 +
}
 +
*/
 +
    
/* 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;
 
}
 
}
   Line 18: Line 28:  
}
 
}
   −
div#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%;
 
   width: 100%;
 
   width: 100%;
Line 29: Line 39:  
}
 
}
   −
div#footer a {
+
.mw-footer a {
 
   color:white;
 
   color:white;
 
}
 
}
   −
div#footer ul {
+
.mw-footer ul {
 
   padding-left: 190px;
 
   padding-left: 190px;
 
   padding-right: 15px;
 
   padding-right: 15px;
 
}
 
}
   −
div#footer ul li {
+
.mw-footer ul li {
 
   color:#C2C8CF;
 
   color:#C2C8CF;
 
}
 
}
Line 60: 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 */
div#mw-head div.vectorMenu h3, div.vectorTabs ul, div.vectorTabs li.selected, div.vectorTabs ul li, div.vectorTabs, div.vectorTabs span {
+
.vector-menu-tabs,
   background:none;
+
.vector-menu-tabs a,
 +
.vector-menu-tabs li,
 +
.vector-menu-tabs .selected,
 +
#mw-head .vector-menu-dropdown h3 {
 +
   background: none;
 
}
 
}
   −
div.vectorTabs li a {
+
.vector-menu-tabs li a {
 
   color: #B7D2FF;
 
   color: #B7D2FF;
 
}
 
}
   −
div.vectorTabs li.new a, div.vectorTabs li.new a:visited, div.vectorMenu h3 span {
+
.vector-menu-tabs .new a,  
 +
.vector-menu-tabs .new a:visited,
 +
.vector-menu-dropdown h3 {
 
   color: #99BFFF;
 
   color: #99BFFF;
 
}
 
}
   −
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
+
.vector-menu-tabs .selected a,
 +
.vector-menu-tabs .selected a:visited {
 
   color: #C6DBFF;
 
   color: #C6DBFF;
 
}
 
}
   −
div.vectorMenu div.menu {
+
.vector-menu-dropdown .vector-menu-content-list {
 
   background-color: rgba(30, 17, 102, 0.67);
 
   background-color: rgba(30, 17, 102, 0.67);
 
}
 
}
   −
div.vectorMenu div.menu a {
+
.vector-menu-dropdown li a {
 
   color: #C6DBFF;
 
   color: #C6DBFF;
 
}
 
}
Line 158: Line 156:  
   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);
 
}
 
}
    +
#p-logo {
 +
  margin-top: -11em;
 +
}
 +
 +
#p-navigation {
 +
  margin-top: 1.5em;
 +
}
 
div#mw-panel {
 
div#mw-panel {
 +
  margin-top: 11em;
 
   border: 6px solid transparent;
 
   border: 6px solid transparent;
 
   left: -12px;
 
   left: -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: rgba(209, 248, 255, 0.67);
 
   background-color: rgba(209, 248, 255, 0.67);
 
   padding-bottom: 15px;
 
   padding-bottom: 15px;
Line 178: Line 184:  
#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;
Line 194: Line 200:  
}
 
}
   −
body.page-Stardew_Valley_Wiki div.mw-body-content {
+
body.page-Stardew_Valley_Wiki div#bodyContent.mw-body-content {
 
   padding-top: 25px;
 
   padding-top: 25px;
 
}
 
}
   −
#nametemplate {
  −
  margin: 2px 5px 1px 2px;
  −
  display:block;
  −
  white-space:nowrap;
  −
}
      
/* Navboxstyling */
 
/* Navboxstyling */
Line 221: Line 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;
Line 240: Line 242:  
}
 
}
   −
#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;
  −
}
  −
 
  −
#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%;
   
}
 
}
   −
/* Season Schedule Table Styling */
  −
  −
#scheduletable {
  −
  margin-bottom:-19px;
  −
  width:100%;
  −
}
  −
  −
#seasontable {
  −
  border:1px solid rgb(132,174,236);
  −
  padding:5px;
  −
  border-radius:11px;
  −
  margin-top:15px;
  −
  width:100%;
  −
}
  −
  −
#seasontable th {
  −
  text-align: center;
  −
  border-color: #007448;
  −
  box-shadow: 0px 1px rgba(0, 0, 0, 0.3);
  −
  color: white;
  −
  text-shadow: 0px 2px #00321f;
  −
}
  −
  −
table.springtable th {
  −
  background-color: Pink;
  −
}
  −
  −
table.summertable th {
  −
  background-color: Green;
  −
}
  −
  −
table.falltable th {
  −
  background-color: Orange;
  −
}
  −
  −
table.wintertable th {
  −
  background-color: Lightblue;
  −
}
      
/* Infobox Styling */
 
/* Infobox Styling */
Line 328: Line 276:  
   text-shadow: 0px 2px #00321f;
 
   text-shadow: 0px 2px #00321f;
 
}
 
}
 +
 +
#infoboxsection a {color: white;}
    
#infoboxdetail {
 
#infoboxdetail {
Line 337: Line 287:  
#infoboxdetail p {
 
#infoboxdetail p {
 
   margin:0px;
 
   margin:0px;
}
  −
  −
#infoboxfooter {
  −
  width:100%;
  −
  padding-top:5px;
   
}
 
}
   Line 348: Line 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 */
Line 397: 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 474: Line 330:  
}
 
}
   −
/* 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);
  −
}
  −
  −
/* Crop Page Headers */
  −
div.cropheader h3 {
  −
  margin-top:0px;
  −
  padding-top:0px;
  −
}
      
/* Skill page tables */
 
/* Skill page tables */
#skilltable {
  −
  width:100%;
  −
}
  −
  −
#skilltable th {
  −
  width:18%;
  −
}
  −
  −
th.skilltableend {
  −
  width:28% !important;
  −
}
  −
  −
td.skillsubheaderten {
  −
  width:14% !important;
  −
  text-align: center;
  −
  font-size: 12px;
  −
  background-color: rgba(255, 255, 255, 0.79);
  −
}
  −
  −
#skilltable td {
  −
  vertical-align:top;
  −
}
  −
   
.skillsubheader {
 
.skillsubheader {
 
   text-align: center;
 
   text-align: center;
Line 527: Line 338:  
}
 
}
   −
/* Map Template */
  −
#mapcontainer {
  −
  position:relative;
  −
}
  −
  −
#maplocation {
  −
  position:absolute;
  −
}
  −
  −
/* Calendar Template */
  −
  −
#calendar {
  −
  position:relative;
  −
  width:481px;
  −
  height:337px;
  −
  float:right;
  −
}
  −
  −
#calendar img {
  −
  position:absolute;
  −
}
  −
  −
#calendartable {
  −
  position: absolute;
  −
  margin: 64px 14px 0px 16px;
  −
  border-collapse: collapse;
  −
  display: block;
  −
}
  −
  −
#calendartable td {
  −
  width: 60px;
  −
  height: 59px;
  −
  border-style: solid;
  −
}
  −
  −
#calendartable a {
  −
  width: 100%;
  −
  height: 100%;
  −
  display:block;
  −
  font-size:0px;
  −
}
  −
  −
#calendartable a:hover {
  −
  border-style:solid;
  −
  border-color:blue;
  −
  border-width:3px;
  −
  box-sizing: border-box;
  −
  -moz-box-sizing: border-box;
  −
  -webkit-box-sizing: border-box;
  −
}
      
/* Copyright Templates */
 
/* Copyright Templates */
Line 647: 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 664: Line 419:  
         display: none;
 
         display: none;
 
     }
 
     }
     div#footer ul {
+
     .mw-footer ul {
 
         padding-left: 15px;
 
         padding-left: 15px;
 
     }
 
     }
 
}
 
}
   −
@media screen and (max-width: 430px) {
  −
    .responsiveadtop {
  −
        margin-top:65px !important;
  −
    }
  −
}
  −
  −
/* History Section in articles */
  −
table.historysection {
  −
  line-height: 0.8;
  −
}
  −
  −
/* 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; }
Line 814: Line 484:     
#switch_link {
 
#switch_link {
   background: url("skins/Vector/stardewimages/platform-switch.png") no-repeat center center;
+
   background: url("extensions/StardewValley/images/platform-switch.png") no-repeat center center;
 
}
 
}
    
#ps4_link {
 
#ps4_link {
   background: url("skins/Vector/stardewimages/platform-ps4.png") no-repeat center center;
+
   background: url("extensions/StardewValley/images/platform-ps4.png") no-repeat center center;
 
}
 
}
    
#xbox_link {
 
#xbox_link {
   background: url("skins/Vector/stardewimages/platform-xbox.png") no-repeat center center;
+
   background: url("extensions/StardewValley/images/platform-xbox.png") no-repeat center center;
 
}
 
}
    
#steam_link {
 
#steam_link {
   background: url("skins/Vector/stardewimages/platform-steam.png") no-repeat center center;
+
   background: url("extensions/StardewValley/images/platform-steam.png") no-repeat center center;
 
}
 
}
    
#ios_link {
 
#ios_link {
   background: url("skins/Vector/stardewimages/platform-ios.png") no-repeat center center;
+
   background: url("extensions/StardewValley/images/platform-ios.png") no-repeat center center;
 
}
 
}
    
#android_link {
 
#android_link {
   background: url("skins/Vector/stardewimages/platform-play.png") no-repeat center center;
+
   background: url("extensions/StardewValley/images/platform-play.png") no-repeat center center;
 
}
 
}
    
.mobile_link_update {
 
.mobile_link_update {
   background: url("skins/Vector/stardewimages/mobile_update/mobile_banner_2.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%;
Line 844: Line 514:     
.mobile_link {
 
.mobile_link {
   background: url("skins/Vector/stardewimages/platform-mobile.png") no-repeat center center;
+
   background: url("extensions/StardewValley/images/platform-mobile.png") no-repeat center center;
 
   width: 80%;
 
   width: 80%;
 
   height: 100%;
 
   height: 100%;
Line 872: Line 542:  
@media screen and (max-width: 1450px) {
 
@media screen and (max-width: 1450px) {
 
   .mobile_link {
 
   .mobile_link {
       background: url("skins/Vector/stardewimages/platform-mobile_small.png") no-repeat center center;
+
       background: url("extensions/StardewValley/images/platform-mobile_small.png") no-repeat center center;
 
   }
 
   }
 
}
 
}
Line 878: Line 548:  
@media screen and (max-width: 1350px) {
 
@media screen and (max-width: 1350px) {
 
   #ps4_link {
 
   #ps4_link {
       background: url("skins/Vector/stardewimages/platform-ps4_small.png") no-repeat center center;
+
       background: url("extensions/StardewValley/images/platform-ps4_small.png") no-repeat center center;
 
   }
 
   }
 
   #xbox_link {
 
   #xbox_link {
       background: url("skins/Vector/stardewimages/platform-xbox_small.png") no-repeat center center;
+
       background: url("extensions/StardewValley/images/platform-xbox_small.png") no-repeat center center;
 
   }
 
   }
 
   #steam_link {
 
   #steam_link {
       background: url("skins/Vector/stardewimages/platform-steam_small.png") no-repeat center center;
+
       background: url("extensions/StardewValley/images/platform-steam_small.png") no-repeat center center;
 
   }
 
   }
 
   #ios_link {
 
   #ios_link {
       background: url("skins/Vector/stardewimages/platform-ios_small.png") no-repeat center center;
+
       background: url("extensions/StardewValley/images/platform-ios_small.png") no-repeat center center;
 
   }
 
   }
 
   #android_link {
 
   #android_link {
       background: url("skins/Vector/stardewimages/platform-play_small.png") no-repeat center center;
+
       background: url("extensions/StardewValley/images/platform-play_small.png") no-repeat center center;
 
   }
 
   }
 
}
 
}
Line 913: Line 583:  
#mainbannermiddle img {
 
#mainbannermiddle img {
 
   padding-bottom: 25px;
 
   padding-bottom: 25px;
 +
}
 +
 +
 +
html .thumbimage {
 +
  background-color: transparent;
 
}
 
}
105,686

edits

Navigation menu