Skip to content

slightly better wikipedia new vector by rudyon

Details

Authorrudyon

LicenseNo License

Categorywikipedia.org

Created

Updated

Code size682 B

Code checksum90644164

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

makes wikipedia look very slighhtly better to my liking

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         slightly better wikipedia new vector
@version      20231023.14.33
@namespace    userstyles.world/user/rudyon
@description  makes wikipedia look very slighhtly better to my liking
@author       rudyon
@license      No License
==/UserStyle== */

@-moz-document domain("wikipedia.org") {
html {
    font-size: large;
}

p {
    color: #000;
}

figure[typeof~='mw:File/Thumb'] {
    border: 0 !important;
    background: none !important;
}

.mw-file-description::after {
    display: none;
}

figure[typeof~='mw:File/Thumb'] > figcaption {
    background: none !important;
    border: 0;
    font-size: 80%;
}

[class*="hatnote"] {
    font-size: 80%;
}
}

Reviews

No reviews yet.