Skip to content

Readable Wikipedia by DHo

Details

AuthorDHo

LicenseNo License

Categoryen.wikipedia.org

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Just making WP more pleasant to read on my big monitors.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Readable Wikipedia
@version    20241202.22.19
@namespace  ?
==/UserStyle== */

@-moz-document domain("en.wikipedia.org") {
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --rem: 18px;
    --sans: 'Public Sans';
    --serif: 'Crimson Pro';
    --title-size: calc( var(--rem) * 1.68 );
    --font-weight: 500;
    --clr-link: hsl(192, 72%, 30%);
}


* {
    font-family: var(--sans);
    font-size: var(--rem);
    color: #000;
}

h1, 
h1 > i,
#firstHeading > span {
    font-family: var(--sans);
    font-weight: 800;
    font-size: var(--title-size);
    line-height: 1em;
    color: #401c14;
}
#firstHeading {
    padding-bottom: var(--title-size);
}

p {
    font-size: var(--rem);
    font-weight: var(--font-weight);
}

b {
    font-weight: 800;
}

a, a .vector-toc-text {
    color: var(--clr-link);
    font-weight: 500;
}
}

Reviews

No reviews yet.