Skip to content

ops.fhwa.dot.gov by RiderExMachina

Details

AuthorRiderExMachina

LicenseAGPL

CategoryGovernment

Created

Updated

Code size328 B

Code checksum4b17a8bc

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the FHWA's documents look slightly more modern. Not perfect, but it's certainly an improvement.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         ops.fhwa.dot.gov
@version      20230611.02.24
@namespace    ?
==/UserStyle== */

@-moz-document domain("ops.fhwa.dot.gov") {
html{
    background: darkslategrey;
}
body{
    padding: 1.5em;
    margin-left: 10%;
    max-width: 80%;
}
p {
    margin-left: 2%;
}

table.box {
    max-width: 70%;
}
}

Reviews

No reviews yet.