Skip to content

theanarchistlibrary.org by antistic

Details

Authorantistic

LicenseNo License

Categorytheanarchistlibrary

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           theanarchistlibrary.org
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
@preprocessor   less
==/UserStyle== */
@-moz-document domain("theanarchistlibrary.org") {
    #thework {
        max-width: 40em;
        margin: 0 auto;
        font-size: 1.8rem;
        font-family: ui-serif, serif;
        line-height: 1.6;

        > p,
        h4,
        h5,
        blockquote,
        ul,
        ol {
            margin: 1lh 0;
            text-indent: 0;
        }

        h4,
        h5 {
            font-family: sans-serif;
            line-height: 1.3;
            text-align: center;
            color: black;
            margin-top: 1.7em;
        }

        h4 {
            font-size: 1.3em;
        }

        h5 {
            font-size: 1.1em;
        }

        blockquote {
            font-size: 1.1em;
            border-left: 5px solid #c46464;
            background-color: #f7f1f1;
        }
    }
}

Reviews

No reviews yet.