Spacing fixes for Myth-Weavers experimental Pathfinder character sheet.
Myth-Weavers Pathfinder Experimental Fixes by anthemv
Imported from https://github.com/AnthemV/Nordic-Myth-Weavers/raw/main/Myth-Weavers-Pathfinder-Experimental-Fixes.user.styl
Details
Authoranthemv
LicenseMIT
Categorymyth-weavers
Created
Updated
Size898 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Intended for use alongside my Nordic theme for Myth-Weavers character sheets.
Source code
/* ==UserStyle==
@name Myth-Weavers Pathfinder Experimental Fixes
@namespace github.com/AnthemV/Nordic-Myth-Weavers
@homepageURL https://github.com/AnthemV/Nordic-Myth-Weavers
@supportURL https://github.com/AnthemV/Nordic-Myth-Weavers/issues
@version 1.0.0
@description Spacing fixes for Myth-Weavers's experimental Pathfinder character sheet.
@author Ian Crawford
@license MIT
==/UserStyle== */
@-moz-document domain("myth-weavers.com") {
input[placeholder="weapon name"]{
margin-bottom: 3px;
}
input[placeholder="total attack bonus"]{
margin-bottom: 3px;
}
input[placeholder="crit"]{
margin-bottom: 3px;
}
input[placeholder="type"]{
width: 24px;
}
a#fillSkills.btn.btn-primary{
margin-bottom: 9px
}
a#clearSkills.btn.btn-danger{
margin-bottom: 9px
}
h1 {
margin-top: 7px
}
}