Skip to content

Florida Statutes - readability by Montgomery

Details

AuthorMontgomery

LicenseNo License

Categoryleg.state.fl.us

Created

Updated

Size714 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

The official website for Florida statutes has some typographic and readability challenges.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Florida Statutes - readability
@description  The official website for Florida statutes has some typographic and readability challenges.
@namespace    eight04.blogspot
@version      0.1
@author       Montgomery (https://github.com/Montgomery)
@license      unlicense
@preprocessor stylus

==/UserStyle== */

@-moz-document domain("leg.state.fl.us") {

#content h2 {
   color: #333;
}
#content div {
   color: #333;
}
#content #statutes font,
#content #statutes font div,
#content #statutes font div span {
   font-family: constantia, serif !important;
   font-size: 105%;
}
#content div table tbody {
   color: #333;
}
#leftcol a {
   display: none;
}
}

Reviews

No reviews yet.