Skip to content

Wikipedia Old Logo (For Monobook skin) by vknight20

Screenshot of Wikipedia Old Logo (For Monobook skin)

Details

Authorvknight20

LicenseNo License

Categorywikipedia.org

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Brings back old Wikipedia logo for those using Monobook (2004-2010) Wikipedia skin. Just go into your profile and select preferences -> appearance, and then select Monobook.

Notes

v 1.0 init release

Source code

/* ==UserStyle==
@name         Wikipedia Old Logo (For Monobook skin)
@version      20230203.04.37
@namespace    ?
==/UserStyle== */

@-moz-document domain("wikipedia.org") {
#p-logo a, body:not(.skin--responsive) #p-logo a:hover {
    height: 155px;
    width: 12.2em;
    background-position: 35% 50% !important;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/8/89/Old_version_of_the_Wikipedia_logo_used_until_2010_%28big%2C_English%29.png) !Important;
    background-size: contain !Important;
}

.mw-wiki-logo {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/8/89/Old_version_of_the_Wikipedia_logo_used_until_2010_%28big%2C_English%29.png) !important;
}

li#ca-watch, body:not(.skin--responsive) li#ca-unwatch, body:not(.skin--responsive) li#ca-varlang-0, body:not(.skin--responsive) li#ca-print {
    margin-left: 1.6em;
    display: none !Important;
}

#p-personal {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    overflow: visible;
    line-height: 1.2em;
    display: none;
}

/*Delete Icons*/
div#vector-page-titlebar-toc {
    display: none;
}

div#siteNotice {
    display: none;
}

/*No Icons*/
div.mw-indicators {
    display: none;
}


/*Old Fonts*/

/*h1#firstHeading.firstHeading.mw-first-heading {
    font-size: 20.8px !important;
    font-weight: bold !Important;
    border: 0px !Important
    margin: 0px !important;
}

a {
    text-decoration: underline !Important;
    color: #0000EE !important;
}

* {
    font-family: times new roman !Important;
}
}

Reviews

No reviews yet.