Implemented skill list

Proficiency icons
(dis)advantage icons
asterisks for conditionals
"auto fail" notification
better looking border art
This commit is contained in:
Thaum
2014-11-06 11:58:46 +00:00
parent 58fea9d6a1
commit 071f48831e
15 changed files with 149 additions and 64 deletions

View File

@@ -1,6 +1,7 @@
.flexContainer {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
#abilityScores {
@@ -14,12 +15,16 @@
.floatBox{
color: #301d02;
/*Fancy image border*/
border-image-width: 92px 60px 57px 60px;
border-image-outset: 15px;
border-image-source: url('/png/big-border.png');
border-image-slice: 275 179 171 179;
border-image-repeat: stretch;
/*Shadow*/
box-shadow: 0px 5px 20px rgba(0, 0, 0, 1);
padding: 0px 5px 5px 5px;
margin: 15px;
background: #f0e3d1;