User:Zendowolf/vector.css

From Stardew Valley Wiki
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* 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;
}

#triplemainmenu {
   width: 75%;
   float:left;
}

#quadmainmenu {
   width: 100%;
   float:left;
}

#doubleinnermainmenu {
   width: 50%;
   vertical-align:top;
}

#tripleinnermainmenu {
   width: 33%;
   vertical-align:top;
}

#quadhalfmainmenu {
   width: 50%;
   vertical-align:top;
}

#quadquartermainmenu {
   width: 25%;
   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;
    }
}