User:Kiz/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.
div#mw-head {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 11em;
    right: 0;
    width: auto;
    background: linear-gradient(to left, black, transparent);
    background-attachment: local;
    background-image: url(https://images.uesp.net/2/20/UESP-rock-bg.jpg) !important;
    background-position: bottom left;
    background-size: auto;
    background-repeat: repeat-x;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    box-shadow: 10px 0px 15px 10px #424242;
}

div#mw-panel div.portal div.body,
div#mw-panel div.portal h3 {
    margin: 0 0 0 0;
}

div#mw-panel #p-logo + div.portal div.body {
    margin-left: 0;
}
div#mw-panel div.portal {
    border-bottom: none;
    padding: 0;
}

div#mw-panel {
    font-size: inherit;
    position: fixed !important;
    top: 140px;
    padding-top: 1em;
    width: 10em;
    left: 0;
}

div#p-logo {
     margin-top: 20px;
}

#mw-head:before {
     z-index: -1;
     content: ''; /*further hacks...*/
     position:fixed;
     top: -1px;
     left: 0;
     width: 0%;
     height: 0%;
     border-bottom: 1px solid #A7D7F9;
}

#left-navigation {
    margin-left: 0;
}

/*FIX for Visual Editor toolbar*/
.oo-ui-toolbar-bar {
    top: 80px !important;
    position: static;
}
   
#p-sections li2.plainlinks {
     display: block;
     font-size: 0.9em;
     text-indent: 1.25em;
     padding: 0;
}

#p-community li2.plainlinks {
     display: inline-block;
     font-size: 0.9em;
     right: 2em;
     padding: 0.25em 0.25em 0.25em 0.25em;
}
/* Calmer "You have new messages" alert - transparent instead of orange */

.usermessage {background-color: bisque; border: 1px solid #F1C876; text-color: #F1C876; }
.usermessage {desc: fkdhkfskfhksd; }

/* Gallery Changes */

ul.mw-gallery-traditional img { height:150px !important; width:auto !important; }
li.gallerybox { text-align:center !important; width:min-content !important; }
li.gallerybox div, li.gallerybox div.thumb div { width:auto !important; }
li.gallerybox div.thumb { border:none; background-color:transparent !important; }
li.gallerybox div.thumb div { width:auto !important;  margin: auto !important; border:none !important; }

/* thumb backgrounds */
img.thumbimage { background: #FDF5E6; }

/* Remove a notice*/
#not-forum-notice { display: none !important; }

/* Make redirects in categorys more obvious */
.redirect-in-category, .allpagesredirect {
   font-style: italic;
   font-weight: bold; 
}

/* Edit notice fix */
div.editnotice-link { display:none; }
.client-js .mw-dismissable-notice { display:none !important; }


/* Remove tag-line */
#siteSub { display: none;  font-size: 0%;  font-weight: normal; }

/* For copy/from to CSList purposes and helpful reading of ID's */
.idall { font-size:100%; }
.idref { color:MidnightBlue; font-family:Georgia; }
.idcase { text-transform:lowercase; }

/* External Links */
/* If no text, displays full link */
/* No external image, recolours instead */
.external.autonumber:after { 

    content: " [" attr(href) "] "; 
}
div#content a.external {
    background:none !important;
    padding: 0px !important;
    color: firebrick;
}
div#content a.external:visited {
    color: orange;
}

/* Remove OD template from view on pages */
span.outdent-template { display: none; }

/* Edit window height */
#wpTextbox1 {
    height: 50em;
 }

/* Remove WikEd duplicated warnings since the config ignores commands... */

#wikEdClonedWarnings {
    display: none !important;
}

/*FIX for Visual Editor toolbar*/
.oo-ui-toolbar-bar {
    top: 80px !important;
    position: static;
}
   
#p-sections li2.plainlinks {
     display: block;
     font-size: 0.9em;
     text-indent: 1.25em;
     padding-top: 0.2em;
}

#p-community li2.plainlinks {
     display: inline-block;
     font-size: 0.9em;
     right: 2em;
     padding: 0.25em 0.25em 0.25em 0.25em;
}

/* End Floating CSS */