Began implementing actual character sheet

This commit is contained in:
Thaum
2014-11-25 15:06:30 +00:00
parent 252d0f989b
commit 5eea4714b2
41 changed files with 505 additions and 279 deletions

View File

@@ -1,13 +1,24 @@
root {
display: block;
display: block;
}
body {
font-family: sans-serif;
background: #201500;
overflow-x: hidden;
margin: 0px;
box-sizing: border-box;
}
.calculatedValue {
color: #021C33;
font-weight: bold;
}
* {
box-sizing: border-box;
}
h2 {
margin: 0;
}