Files
2017-04-09 20:39:14 -07:00

134 lines
1.9 KiB
CSS

.charsheet {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Against%20the%20Dark%20Yogi/darkyogi-background.jpg");
background-size: contain;
background-repeat: repeat-y;
background-color: black;
}
.charsheet label {
display: inline-block;
width: 95px;
color: white;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
.charsheet h2 {
color: white;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
border-bottom: 1px black solid;
margin-bottom: 10px;
}
.charsheet textarea {
width: 100%;
}
.charsheet select {
width: 110px;
}
.charsheet input[type="number"].sheet-stat-number {
width: 50px;
}
.sheet-xp {
color: white;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
.sheet-top-text {
width: 500px;
}
.sheet-logo {
width: 200px;
float: right;
}
.sheet-experience {
width: 100%;
}
.sheet-skill-roll {
float: right;
}
.sheet-spacer {
width: 100%;
height: 10px;
}
.sheet-custom-skill {
width: 100px;
}
.sheet-right-align {
text-align: right;
margin-right: 32px;
}
.sheet-stat-label {
width: 130px;
}
[name=attr_Consequences] {
height: 100px;
}
[name=attr_Caste] {
height: 195px;
}
[name=attr_Prana_Cost] {
width: 255px;
}
.sheet-damage-severity {
width: 50px;
}
.sheet-label-wide {
width: 145px;
}
.sheet-label-100 {
width: 100%;
}
.sheet-prana-label {
width: 55px;
}
.sheet-prana-number {
width: 35px !important;
}
.sheet-label-overflow {
font-size: 8pt;
width: 50px;
}
.charsheet input[type="checkbox"] {
margin-left: 70px;
}
.sheet-path {
width: 200px;
}
.sheet-short-textarea {
height: 75px;
}