Fork of https://github.com/modality/charred-black.
Short term, has some fixes.
Long term, may include a tool to create and edit stock/lifepath/skill/trait data.
http://charred.obscuritus.ca:8080/#/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.0 KiB
50 lines
1.0 KiB
a.panel-title:link,.panel-title a:link { text-decoration: none; }
|
|
a.panel-title:visited,.panel-title a:visited { text-decoration: none; }
|
|
a.panel-title:hover,.panel-title a:hover { text-decoration: underline; }
|
|
a.panel-title:active,.panel-title a:active { text-decoration: underline; }
|
|
|
|
input.editable-name {
|
|
color: #333;
|
|
display: inline;
|
|
width: 12em;
|
|
}
|
|
input.editable-line {
|
|
color: #333;
|
|
}
|
|
input.editable-num {
|
|
color: #333;
|
|
display: inline;
|
|
width: 3em;
|
|
}
|
|
input.editable-name.not-editing {
|
|
background: #F5F5F5;
|
|
font-weight: bold;
|
|
}
|
|
input.editable-line.not-editing {
|
|
background: #F5F5F5;
|
|
}
|
|
input.editable-num.not-editing {
|
|
background: #F5F5F5;
|
|
}
|
|
|
|
.add-skills-traits-container {
|
|
margin-top: 1em;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.horizontal-input-pair {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 0.5em;
|
|
}
|
|
.horizontal-input-pair label {
|
|
margin-bottom: 0;
|
|
}
|
|
.horizontal-input-pair input {
|
|
flex-grow: 1;
|
|
}
|
|
div.skill-even {
|
|
}
|
|
div.skill-odd {
|
|
background: #F5F5F5;
|
|
}
|
|
|