Jump to content

User:TechFilmer/vector.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by TechFilmer (talk | contribs) at 00:27, 16 February 2019. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* <pre> */
#p-logo {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25));
    margin: -1.5em 0 1.5em;
}

body {
    background: url(//runescape.wiki/images/thumb/4/4b/RuneScape_Wiki_background.jpg/1000px-RuneScape_Wiki_background.jpg?6b8ce) #f6f6f6 top left no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    body {
          background-image: url(//runescape.wiki/images/4/4b/RuneScape_Wiki_background.jpg?6b8ce);
          background-size: 1000px 250px;
    }

}

#mw-page-base {
    background: none;
}

div#mw-panel {
    padding-top: 2.5em;
}

div#mw-panel div.portal h3 {
    font-weight: bold;
}

div#mw-panel div.portal div.body {
    background: none;
    margin-right: 0.5em;
}

.mw-body {
    border-color: transparent;
    box-shadow: 0 0.25em 0.6em -0.15em rgba(0, 0, 0, 0.15);
    margin-top: 0;
}

div.vectorTabs,
div.vectorTabs ul,
div#mw-head div.vectorMenu h3 {
    background: #f6f6f6;
}

div.vectorTabs li.selected {
    background: #fbfbfb;
}

#ca-view {
    display: none;
}

#pt-notifications-alert .mw-echo-notifications-badge:before {
    background-size: 75%;
    background-position: center 80%;
}

#pt-notifications-notice .mw-echo-notifications-badge:before {
    background-size: 80%;
    background-position: center 90%;
}

div.vectorTabs {
}

div.vectorTabs ul li {
    background: #f6f6f6;
}

div.vectorTabs ul li:hover a {
    text-decoration: none;
}

div.vectorTabs li a {
    padding: 0 .75em;
}

div.vectorTabs span {
    background: none;
}

div.vectorTabs span a {
    padding-top: 1em;
    height: 2.25em;
}

div.vectorTabs ul li:not(.selected):hover,
div#mw-head div.vectorMenu h3:hover,
#p-cactions:hover #p-cactions-label {
    background: #fafafa;
}

div.vectorTabs ul li:not(.selected),
div#mw-head div.vectorMenu h3 {
    box-shadow: inset 0 -7px 7px -7px rgba(0, 0, 0, 0.15);
}

.ve-activated .vectorTabs .selected {
    box-shadow: none;
}

div.vectorMenu {
    line-height: initial;
}

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

div.vectorMenu h3 a {
    height: 2.2em;
}

div.vectorMenu div.menu {
    border: 1px solid #ddd;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

#p-cactions-label {
    padding-right: .5em;
}

#ca-unwatch.icon a,
#ca-watch.icon a {
    padding-top: 2.95em;
}

#p-search {
    margin: 0;
}

#p-search form {
    margin-top: 0;
}

div#simpleSearch {
    border: none;
    background: #ffffff;
    height: 2.485em;
    margin-top: 0;
    box-shadow: inset 0 -7px 7px -7px rgba(0, 0, 0, 0.15);
}

div#simpleSearch #searchInput {
    font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
    padding: 1em 0 0 .75em;
}

div#simpleSearch #searchButton {
    width: 2.5em;
}

#siteNotice {
    text-align: center;
    margin: .75em 0 1em;
}

.sitedir-ltr .mw-dismissable-notice-body {
    margin: 0;
}

form#editform {
    margin-top: 1.25em;
}

.button {
    background: #438ab5;
    border: 1px solid #2a83bb;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 19px;
    line-height: 20px;
    padding: 0 10px;
}

#t-specialpages,
#t-recentchangeslinked,
#t-print,
#t-permalink {
    display: none;
}