Skip to content

AO3: Add margin to BRs by passcod

Details

Authorpasscod

LicenseCC-BY-4.0

Categoryao3

Created

Updated

Size398 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Adds a bit of margin to breaks in AO3, which simulates paragraphs when the author didn't format things properly.

Notes

Sometimes authors use
eaks instead of

aragraph tags, or they paste in from a different program which does this, and all their paragraphs are stuck together. This userstyle adds a bit of margin to the breaks, which simulates paragraphs. It's meant to stay disabled until you need it, and be disabled afterwards, because it will mess up the style of e.g. verse.

Source code

/* ==UserStyle==
@name         AO3: Add margin to BRs
@version      20210905.00.24
@namespace    userstyles.world/user/passcod
@description  Adds a bit of margin to breaks in AO3, which simulates paragraphs when the author didn't format things properly.
@author       passcod
@license      CC-BY-4.0
==/UserStyle== */

@-moz-document domain("archiveofourown.org") {
br {
    margin-bottom: 1em;
}
}

Reviews

No reviews yet.