Merge pull request #2521 from CoalPoweredPuppet/patch-137

Mekton Z rolltemplates
This commit is contained in:
Phil
2017-04-17 15:46:53 -06:00
committed by GitHub
+60 -1
View File
@@ -828,4 +828,63 @@ input.sheet-bolt[type="checkbox"]:checked + span::before {
.sheet-thing button[type="roll"]:hover label {
background-color: white;
color:white;
}
}
/*---- general ----*/
.sheet-rolltemplate-skill-general table {
width: 100%;
background: white;
border: 3px ridge gray;
color: black;
font-size: 0.9em;
font-family: "Contrail One", sans-serif;
box-shadow: -5px -5px 5px black;
color: black;
}
.sheet-rolltemplate-skill-general th {
color: white;
padding: 4px;
line-height: 1.4em;
font-size: 1.2em;
width: 100%;
height: 100%;
border-spacing: 0;
text-shadow: 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black;
background: #B02F32; /* Old browsers */
box-shadow: inset 5px 0px 20px 0px black, inset -5px 0px 20px 0px black;
}
.sheet-rolltemplate-skill-general .sheet-tcat {
font-weight: bold;
}
.sheet-rolltemplate-skill-general td {
padding: 0px;
text-align:center;
}
.sheet-rolltemplate-skill-general .inlinerollresult {
display: inline-block;
min-width: 1.2em;
text-align: center;
border: 1px solid black;
background:transparent;
}
.sheet-rolltemplate-skill-general .inlinerollresult.fullfail {
border: 1px solid black;
}
.sheet-rolltemplate-skill-general .inlinerollresult.importantroll {
border: 1px solid black;
}
.sheet-rolltemplate-skill-general .sheet-no_border .inlinerollresult {
display: inline-block;
min-width: 1.5em;
border: 2px solid transparent;
background:transparent;
font-weight:400;
}