Skip to content

BCC Article pages by damenleeturks

Details

Authordamenleeturks

LicenseNo License

Categoryuserstyles

Created

Updated

Size804 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Article pages cleanup

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
	@name           BCC Article pages cleanup
	@namespace      github.com/damenleeturks
	@version        1.0.1
	@description    Cleans up the articles display on ByCommonConsent blog.
	@author         damenleeturks
==/UserStyle== */

@-moz-document regexp("http(s)?:\\/\\/bycommonconsent.com\\/.+") {

    #sidebar-alt,
    #sidebar {
        display: none;
        /*clear: clear;*/
    }

    #inner,
    #content {
        width: auto !important;
        max-width: 38em;
		hyphens: auto;
    }

    #inner,
    .entry-content {
        margin-top: 3em;
    }

    body,
    p,
    li,
    blockquote p {
        font-size: 18px;
        line-height: 1.8;
    }

    p {
        margin-bottom: 1em;
    }

    h1.entry-title {
        font-size: 46px;
        line-height: 1.25;
    }
}

Reviews

No reviews yet.