Jump to content

User:Rxhl/vector.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Rxhl (talk | contribs) at 03:29, 2 August 2016. 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.
@import url(https://fonts.googleapis.com/css?family=PT+Serif:300,300italic,400,400italic,700,700italic|Lato:300,300italic,400,400italic,600,600italic);

html, body {
    font-family: 'lato', sans-serif;
    color: #333;
}

#mw-head-base {
	/*max-width: 800px;*/
}

#mw-page-base {
	/*max-width: 800px;*/
    background-image: none;
}

* {
    background-image: none;
    transform-style: flat;
}
div.vectorTabs,
div.vectorTabs ul li,
div.vectorTabs span,
div.vectorTabs li.selected,
div#mw-head div#right-navigation div.vectorMenu > h3,
div#mw-panel div.portal,
#mw-panel.collapsible-nav .portal h3,
#mw-panel.collapsible-nav .portal.collapsed h3,
#pt-userpage, #pt-anonuserpage { 
		background-image: none;
}
div.vectorTabs ul li {
    background-color: #f6f6f6;
}

.mw-wiki-logo {
    background-image: url(/media/wikipedia/commons/thumb/b/bd/Wikipedia-logo-v2-bw.svg/2000px-Wikipedia-logo-v2-bw.svg.png) !important;
    background-size: 130px;
    background-repeat: no-repeat;
    margin-top: 45px;
}

div.mw-body-content {
}

span.mw-editsection {
    opacity: 0;
    float: right;
}

div.mw-content-ltr h2:hover span.mw-editsection {
    opacity: 1;
}

.mw-body {
    border-style: none;
}

a {
    color: inherit !important;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    text-transform: inherit;
    background: inherit;
}

a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none;
    opacity: .7;
}

div.mw-content-ltr p a {
    border-bottom: 1px dotted rgba(0,0,0,.2);
}

h1, h2, h3, h4, h5, h6,
.mw-body h1, .mw-body h2 {
    color: inherit;
    font-family: inherit;
    font-weight: bolder;
}

div.vectorTabs li a {
    font-size: .8em;
}

div#mw-head-base {
    background-color: #f6f6f6;
}

::selection {
    background: rgba(0,0,0,.8);
    color: rgba(250,250,250,1);
}

#siteSub {
    font-size: 85%;
    opacity: .8;
}

div.mw-content-ltr div.div-col.columns {
    font-family: pt serif;
}

div.mw-content-ltr p {
    color: rgb(51, 51, 51);
    font-family: "pt serif";
    font-size: 1.34em;
    font-style: normal;
    font-weight: normal;
    line-height: 33.82px;
    max-width: 650px;
    letter-spacing: -.02em;
}

div.mw-body {
    max-width: 900px;
    padding: 2em;
    margin-left: auto;
    margin-right: auto;
}

#mw-head {
    margin-left: 200px;
    margin-right: auto;
    background-color: #f6f6f6;
    font-family: 'lato', sans-serif;
    width: auto;
    top: 0;
    right: auto;
    left: auto;
}

div#p-interaction.portal.expanded h3#p-interaction-label::before,
div#p-tb.portal.expanded h3#p-tb-label::before,
div#p-coll-print_export.portal.expanded h3#p-coll-print_export-label::before,
div#p-lang.portal.expanded h3#p-lang-label::before {
		content: '- ';
}

div#p-interaction.portal.collapsed h3#p-interaction-label::before,
div#p-tb.portal.collapsed h3#p-tb-label::before,
div#p-coll-print_export.portal.collapsed h3#p-coll-print_export-label::before,
div#p-lang.portal.collapsed h3#p-lang-label::before {
		content: '+ ';
}

#mw-panel.collapsible-nav .portal h3,
h3#p-interaction-label,
h3#p-tb-label,
h3#p-coll-print_export-label,
h3#p-lang-label{
		padding-left: 0;
}