Skip to content

emphasis on text in chapters by lafrend

Details

Authorlafrend

LicenseNo License

Categoryuserstyles

Created

Updated

Size671 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           complete restyling of the reader
@namespace      USO Archive
@author         commotoxic
@description    `text highlight function, chapter text centering`
@version        1.2
@license        NO-REDISTRIBUTION
@preprocessor   uso
==/UserStyle== */

@-moz-document domain(www.readlightnovel.me) {
    
    .chapter-content3 {
        -moz-user-select: text!important;
        -khtml-user-select: text!important;
        -webkit-user-select: text!important;
        user-select: text!important;
        -ms-user-select: text!important;
    }
    

    .col-lg-8 {
        width: 75%;
        margin: 0 auto;
        float: none; 
    }
    
}

Reviews

No reviews yet.