Skip to content

bactra.org minimal styling by Aethelraed

Details

AuthorAethelraed

LicenseNo License

Categoryhttp://bactra.org/

Created

Updated

Size599 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

centered text, improved alignment, eye friendlier background

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         bactra.org minimal styling
@version      20240802.03.31
@namespace    https://userstyles.world/user/Aethelraed
@description  centered text, improved alignment, eye friendlier background
@author       Aethelraed
@license      No License
==/UserStyle== */

@-moz-document domain("bactra.org") {
body,
h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

dl > dt {
    font-size: 120%;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    background: #c6bfb7;
}
h1 {
    font-size: 196%;
    text-align: center;
}
body {
    background: linen;
}
}

Reviews

No reviews yet.