Files
2017-05-30 13:08:27 -06:00

247 lines
4.5 KiB
CSS

.charsheet label {
display: inline-block;
width: 75px;
text-align: right;
}
.charsheet input {
background-color: transparent;
border-style: solid;
border-color: black;
border-width: 0px 0px 2px 0px;
}
.charsheet input.sheet-inputbox {
background-color: transparent;
border-style: solid;
border-color: black;
border-width: 1px 1px 1px 1px;
}
.even {
border: 1px solid black;
background-color: #AAA;
}
.odd {
border: 1px solid black;
background-color: #DDD;
}
fieldset {
display: none;
}
.sheet-colorred {
display: inline-block;
text-align: center;
}
.sheet_barbarianlink:hover + div{
overflow: auto;
height: auto;
display: block;
background-color: gray;
position: absolute;
text-align: left;
}
.sheet_barbarianshowhide {
overflow: hidden;
height: 0px;
ddisplay: none;
}
.sheet-col strong.sheet-dee {
font-size: 1.4em;
font-weight: bold;
padding-right: 4px;
}
.charsheet input.sheet-short {
width: 3.5em;
}
.charsheet table td.sheet-skillsbox {
font-size: .75em;
text-align: center;
}
.charsheet {
background-color: white;
background-image: none;
}
.charsheet table th {
font-size: 0.8em;
text-align: center;
}
.charsheet table td.sheet-statlabel-big-gray {
background-color: gray;
color: white;
font-size: 0.9em;
text-align: center;
}
.charsheet table td.sheet-statlabel-big {
background-color: black;
color: white;
font-size: 0.9em;
text-align: center;
}
.charsheet table td.sheet-statlabel {
background-color: black;
color: white;
font-size: 0.7em;
text-align: center;
}
.charsheet table td {
font-weight: bold;
text-align: center;
}
select.sheet-dtype {
width: 60px;
vertical-align: top;
}
.sheet-rolltemplate-5eAttack table {
width: 189px;
padding: 2px;
border: 2px solid #5ed7c4 ;
background-color: #1e4d43;
}
.sheet-rolltemplate-5eAttack th {
color: #5ed7c4;
padding-left: 5px;
line-height: 1.6em;
font-size: 1.2em;
text-align: left;
font-family: "Times New Roman", Times, serif;
font-variant: normal;
}
.sheet-rolltemplate-5eAttack tr {
color: #5ed7c4;
padding-left: 5px;
line-height: 1.6em;
font-size: 1.2em;
text-align: left;
font-family: "Times New Roman", Times, serif;
font-variant: normal;
}
.sheet-rolltemplate-5eAttack .sheet-subheader {
color: #5ed7c4;
font-size: 1em;
font-style: italic;
}
.sheet-rolltemplate-5eAttack .sheet-arrow-right {
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-left: 180px solid #5ed7c4;
}
.sheet-rolltemplate-5eAttack .sheet-tcat {
font-style: normal;
color: #5ed7c4;
}
.sheet-rolltemplate-5eAttack td {
padding-left: 5px;
}
.sheet-rolltemplate-5eAttack .inlinerollresult {
background-color: #1e4d43;
border: none;
color: #5ed7c4;
}
.sheet-rolltemplate-5eAttack .inlinerollresult.fullcrit {
color: #3FB315;
border: none;
}
.sheet-rolltemplate-5eAttack .inlinerollresult.fullfail {
color: #B31515;
border: none;
}
.sheet-rolltemplate-5eAttack .inlinerollresult.importantroll {
color: #4A57ED;
border: none;
}
.sheet-rolltemplate-check table {
width: 189px;
padding: 2px;
border: 2px solid #5ed7c4 ;
background-color: #1e4d43;
}
.sheet-rolltemplate-check th {
color: #5ed7c4;
padding-left: 5px;
line-height: 1.6em;
font-size: 1.2em;
text-align: left;
font-family: "Times New Roman", Times, serif;
font-variant: normal;
}
.sheet-rolltemplate-check tr {
color: #5ed7c4;
padding-left: 5px;
line-height: 1.6em;
font-size: 1.2em;
text-align: left;
font-family: "Times New Roman", Times, serif;
font-variant: normal;
}
.sheet-rolltemplate-check .sheet-subheader {
color: #5ed7c4;
font-size: 1em;
font-style: italic;
}
.sheet-rolltemplate-check .sheet-arrow-right {
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-left: 180px solid #5ed7c4;
}
.sheet-rolltemplate-check .sheet-tcat {
font-style: normal;
color: #5ed7c4;
}
.sheet-rolltemplate-check td {
padding-left: 5px;
}
.sheet-rolltemplate-check .inlinerollresult {
background-color: #1e4d43;
border: none;
color: #5ed7c4;
}
.sheet-rolltemplate-check .inlinerollresult.fullcrit {
color: #3FB315;
border: none;
}
.sheet-rolltemplate-check .inlinerollresult.fullfail {
color: #B31515;
border: none;
}
.sheet-rolltemplate-check .inlinerollresult.importantroll {
color: #4A57ED;
border: none;
}