Skip to content

opennet.ru, opennet.me - restore normal font size for texts and followed link color by iav

Details

Authoriav

LicenseCC0

Categoryopennet.me

Created

Updated

Size893 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

restore normal font size for texts and followed link color

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           opennet.ru - restore normal font size for texts
@namespace      USO Archive
@author         nepilsonis
@description    `A lot of texts at opennet.ru site have a smaller that normal size. This style restores normal font size for "content" (non - interface-part) texts.
Makes followed links more visible.`
@version        20230111
@license        NO-RESTRICTIONS
@preprocessor   uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("opennet.ru"),
domain("opennet.me") {
    td.ftxt,
    .ctxt,
    .tlist,
    BLOCKQUOTE,
    HTML > BODY > CENTER > table tbody tr TD > FONT,
    HTML > BODY > CENTER > P > table tbody tr TD > FONT,
    HTML > BODY > CENTER > P > table tbody tr TD > BLOCKQUOTE > FONT {
        font-size: 100% !important;
    }
    a:visited {
        color: #636 !important;
    }
}

Reviews

No reviews yet.