Add trait CSS
This commit is contained in:
parent
1bae00ea47
commit
74655cc762
@ -1,3 +1,6 @@
|
|||||||
|
body {
|
||||||
|
background: #efece9;
|
||||||
|
}
|
||||||
|
|
||||||
.action-icon {
|
.action-icon {
|
||||||
height: 26px;
|
height: 26px;
|
||||||
@ -7,4 +10,19 @@
|
|||||||
.sourcebook {
|
.sourcebook {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.traits {
|
||||||
|
padding-left: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
li.trait {
|
||||||
|
display: inline;
|
||||||
|
color: #fefefe;
|
||||||
|
background-color: #5e0000;
|
||||||
|
border-color: #d8ce83;
|
||||||
|
border-style: solid;
|
||||||
|
border-width: 2px;
|
||||||
|
padding: 0 0.25em;
|
||||||
|
margin: 0 0;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user