Jump to content

User:Synthtech88/vector.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Synthtech88 (talk | contribs) at 22:16, 18 June 2014 (Edit of https://userstyles.org/styles/101240/wikipedia-clean). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
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.
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
    
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
    
@font-face {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 400;
	src: local('Merriweather'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v6/RFda8w1V0eDZheqfcyQ4EKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
    
body {
    font-family: 'Open Sans';
    font-weight: 400;
    text-rendering: optimizelegibility;
}

a {
    color: #3498db;
    outline: none;
}

#mw-panel a {
    color: #888;
}

div.vectorTabs {
    background-image: none;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

div.vectorTabs:hover {
    opacity: 1;
}

div.vectorTabs ul {
    background: none;
    margin-left: 15px;
}

div.vectorTabs span {
    background: none;
}

div.vectorTabs ul li {
    background: none;
}

div.vectorTabs ul li a {
    border: 1px solid #65BCF7;
    padding: 7px 25px 2px;
    border-radius: 50px;
    margin: 0 3px;
    text-decoration: none;
}

div.vectorTabs li.selected a {
    background-color: #3498db;
    border: 1px solid #3498db;
    color: #fff;
}

#simpleSearch {
    background-image: none;
    border: 1px solid #65BCF7;
    border-radius: 50px;
    padding: 5px;
    margin-top: -6px;
    opacity: 0.5;
    transition: all 0.3s ease-in-out
}

#simpleSearch:hover, #simpleSearch:focus, #simpleSearch:active {
    opacity: 1;
}

#simpleSearch #searchInput {
    padding: 0.6em 0 0.2em 1em;
}

#simpleSearch input {
    color: #65BCF7;
}

#simpleSearch #searchButton, #simpleSearch #mw-searchButton {
    right: 7px;
}

div.vectorTabs li.selected {
    background-image: none;
}

#content {
    border: none;
}
#content h1 {
    font-family: 'Open Sans';
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #222;
    border-bottom: none;
    font-size: 2.3em;
}

.mw-body-content {
    font-family: 'Merriweather';
    font-size: 0.88em;
    line-height: 1.65;
    color: #333;
    margin-top: -10px
}

#siteSub {
    font-family: 'Open Sans';
    font-weight: 400;
    color: #aaa;
    letter-spacing: -0.01em;
    font-size: 100%;
    position: relative;
    top: 5px;
}

#mw-head-base {
    background: #fff;
    padding-bottom: 20px;
}

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

#content h2 .mw-headline {
    font-family: 'Open Sans';
    font-weight: 700;
}

#content h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 1.7em;
    letter-spacing: -0.01em;
}

#toc, .toc, .mw-warning {
    font-family: 'Open Sans';
    border: 1px solid #ddd;
    background: #fcfcfc;
    margin-top: 2em;
    padding: 1.5em;
    border-radius: 3px;
}

.infobox, .mediawiki .mbox-small, .thumbinner {
    font-family: 'Open Sans';
    border: 1px solid #ddd;
    background: #fcfcfc;
    padding: 3px;
    border-radius: 3px;
}

.catlinks {
    font-family: 'Open Sans';
    border: 1px solid #ddd;
    background: #fcfcfc;
    padding: 5px 15px 10px;
    border-radius: 3px;
    font-size: 90%
}

.references, .reflist, .refbegin {
    font-family: 'Open Sans';
}

.reference {
    font-family: 'Open Sans';
    line-height: 0.2
}