Skip to content

Revert Wikipedia Redesign by cameronredmore

Details

Authorcameronredmore

LicenseNo License

Categorywikipedia.org

Created

Updated

Size977 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A few tiny tweaks to approximate the older Wikipedia design.

It's quick, hacky and not really that close. But, it's close enough for me.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Revert Wikipedia Redesign
@namespace    wikipedia.org
@version      1.0.0
@description  A small, hacky set of tweaks to approximate the old Wikipedia design on new, redesigned pages.
@author       https://github.com/CameronRedmore

==/UserStyle== */

@-moz-document domain("wikipedia.org") {
.mw-page-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
}

.mw-page-container-inner {
    row-gap: 0;
}

.mw-content-container {
    max-width: 100% !important;
/*     grid-column: sidebar / content;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box; */
}

.mw-table-of-contents-container {
    display: none !important;
}

#mw-sidebar-button {
    display: none !important;
}

.mw-sidebar {
    display: block !important;
}

#simpleSearch {
    margin-left: 35px;
}

.mw-logo {
    margin-left: 20px;
}
}

Reviews

No reviews yet.