MediaWiki:Uespvector.css

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, 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: 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.
#mw-head-base {
    background-color: transparent;
    background-image: none;
}

#mw-page-base {
    background-color: transparent;
    background-image: none;
}

div#content {
    border: 1px solid #aaa;
}

div#footer {
    background: none;
}

div.vectorTabs {
    background-image: none;
}

div.vectorTabs ul {
    background-image: none;
}

div.vectorTabs li.selected {
    background-color: #FBEFD5;
    background-image: none;
    border-top: 1px solid #aaa;
    margin-top: -3px;
    padding-bottom: 2px;
}

div.vectorTabs ul li {
    background-color: transparent;
    background-image: url(https://images.uesp.net//a/a7/Wiki-Vector-Gradient.png);
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
/*    margin-right: .3em; */
    margin-top: -2px;
    margin-left: -1px;
    padding-bottom: 1px;
    line-height: .7em;
}

div.vectorTabs span {
    background-image: none;
}

div.vectorMenu {
    background-color: transparent;
    border-left: 1px solid #aaa;
    margin-right: .3em;
    margin-top: -2px;
    margin-left: -1px;
    padding-bottom: 1px;
    line-height: .7em;
}

div.vectorMenu ul {
    border: 0;
}

div.vectorMenu ul, #p-cactions ul li a {
    background-color: #FDF5E6;
}

div#mw-head div.vectorMenu h3 {
    background: transparent;
    border-right: 1px solid #aaa;
    padding-bottom: 1px;
}

div.vectorMenu h3 span {
    padding-top: 1.25em;
}

div.vectorMenu div.menu {
    margin-top: 1px;
    border: 1px solid #aaa;
}

div.vectorMenu h3 a {
    top: -4px;
}

#mw-panel.collapsible-nav .portal {
    background-image: none;
    border-bottom: 1px solid #aaa;
}

div#mw-panel div.portal div.body ul ul { 
    padding-top: 0;
}

div#mw-panel div.portal#p-general div.body {

    border: none;
}

div#mw-panel div.portal {
    background: transparent;
}

div#mw-panel div.portal div.body
{
    background: transparent;
    border-top: 1px solid #aaa;
}

.mw-body, .mw-notification {
    border: 1px solid #aaa;
}

.uespMainPage {
   width: 100%; 
   min-height: 200px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   min-width: 400px;
}
#uespMainLogo {
   background-color: #FCFFF0; 
   border: 1px solid #ccaaaa; 
   padding: 1em;
   margin-bottom: 5px;
   padding-bottom: 20px;
}
#uespNewsDiv {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   margin-bottom: 5px;
   padding: .5em 1em;
   border: 1px solid #dddddd; 
   background-color: #FCFFF0;
}
#uespFADiv {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   margin-bottom: 5px;
   border: 1px solid #dddddd; 
   padding: .5em 1em; 
   background-color: #FCFFF0;
}
@media screen and (min-width: 900px) {
   .uespMainPage {
      height: auto; overflow: hidden;
   }
   #uespNewsDiv { width: 60%; display: table-cell; }
   #uespFADiv   { display: table-cell; }
}
@media screen and (min-width: 950px) {
   #uespMainLogo { padding-bottom: 1em; }
}