Jump to content

User:Cheesetron246/common.css

From Wikipedia, the free encyclopedia
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.
/* display and color Citation Style 1 error messages */
.mw-parser-output span.cs1-maint,
.mw-parser-output span.cs1-hidden-error
    {display: inline; color: red}

/* Change font */
.mw-body h1, .mw-body h2 {font-family: "Oxygen"}


/* Reorganise logo */
.mw-logo-tagline
    {display:none}
.mw-logo-icon:not([href="/wiki/MediaWiki"]):not([href^="/wiki/Wikidata:"]):not([href^="/wiki/Wiktionary:"])
    {
    /* [[File:Wikifox.jpg]] CC-BY-SA */
    /* Probably not supposed to do it like this, but it works */
    background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/55/Wikifox.jpg/50px-Wikifox.jpg);
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    padding-left: 50px;
    }

/* hiding things */
#pt-mycontris, #pt-betafeatures
    {display:none}