Skip to content

myrient.erista.me - Style tweaks by denilsonsa

Details

Authordenilsonsa

LicensePublic Domain

Categorymyrient

Created

Updated

Size762 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Minor style changes to make the UI better. Currently, it removes the underline from the table links and makes the search bar wider.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           myrient.erista.me - Style tweaks
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Minor style changes to make the UI better.
@author         Denilson
==/UserStyle== */

@-moz-document domain("myrient.erista.me") {
    /* Longer search box; allowing me to write longer regular expressions. */
    html form input#search {
        display: block;
        width: 90%;
    }

    /* Removing the underline from the links inside the table. Those links are obvious enough, and the underlines make them harder to read. */
    html table#list a {
        text-decoration: none;
    }
    html table#list td.link {
        padding: 0;
    }
    html table#list td.link a {
        padding: 5px 0;
    }
}

Reviews

No reviews yet.