Skip to content

www.marx2mao.com - 05/06/2022, 12:18:16 by bienjensu

Details

Authorbienjensu

LicenseNo License

Categorymarx2mao

Created

Updated

Size658 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes marx2mao vaguely more readable.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           www.marx2mao.com - 05/06/2022, 12:18:16
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Make marx2mao readable
@author         bienjensu
==/UserStyle== */

@-moz-document domain("www.marx2mao.com") {
    /* Insert code here... */
    body
    {
        width: 600px;
        margin: 0px auto;
    }
    
    body p
    {
        line-height: 1.5em;
        font-family: calibri;
        font-size: 1.1em;
        text-align: justify;
        text-justify: inter-word;
    }
    
    body p.quoteb
    {
        font-size: 1em;
        line-height: 1.5em;
        font-style: italic;
    }
}

Reviews

No reviews yet.