Files
roll20-character-sheets/Naheulbeuk/Naheulbeuk.css
T
BlackyB 8ba252e6c9 Update Naheulbeuk.css
Added the "Invocation" CSS part
2015-05-20 17:20:36 +02:00

259 lines
5.6 KiB
CSS

.charsheet {
background-image: url("http://retroamerican.free.fr/images/parchemin_double1.jpg");
background-size: 100%;
}
.charsheet input {
width: 165px;
}
.charsheet select {
width: 165px;
}
.charsheet input.sheet-tiny {
display: inline-block;
width: 20px;
}
.charsheet .sheet-attrchk {
width: 15px;
}
.charsheet input.sheet-short {
display: inline-block;
width: 3.5em;
}
.charsheet input.sheet-long {
display: inline-block;
width: 100%;
}
.charsheet input[type="number"].sheet-medium {
display: inline-block;
width: 5.1em;
}
.charsheet input[type="text"].sheet-undead {
display: inline-block;
width: 100%;
text-align: center;
}
.charsheet input[type="number"].sheet-tiny {
display: inline-block;
width: 23px;
}
.charsheet input[type="number"].sheet-medium::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.charsheet select.sheet-short{
display: inline-block;
margin: 0px 0px;
width: 4.1em;
}
.charsheet input[type="checkbox"].left {
float: left;
margin: 5px 0px;
width: 2px;
}
.charsheet .sheet-bluehilite {
background-color:;
color: #000000;
font-weight: bold;
text-align: center;
}
.charsheet .sheet-botul {
border-bottom: 1pt solid black;
}
.charsheet .sheet-mnattr {
'color: #000;
font-weight: bold;
}
.charsheet .sheet-ceme {
width: 960px;
margin-left: auto ;
margin-right: auto ;
}
.charsheet .sheet-boldme {
font-weight: bold;
}
.charsheet .sheet-alleft {
text-align: left;
}
.charsheet .sheet-alcenter {
text-align: center;
}
.charsheet .sheet-attrtext {
width: 50px;
}
.charsheet .sheet-attrtab {
border-collapse: collapse;
border-spacing: 0;
}
.sheet-Up { /*Hide the table of spells*/
display: none;
}
.sheet-useUp:checked + .sheet-Up { /*if the input field attr_showSpells is checked, show the table*/
display: inline-block;
}
.sheet-spells { /*Hide the table of spells*/
display: none;
}
.sheet-useSpells:checked + .sheet-spells { /*if the input field attr_showSpells is checked, show the table*/
display: inline-block;
}
.sheet-cac { /*Hide the table of spells*/
display: none;
}
.sheet-useCac:checked + .sheet-cac { /*if the input field attr_showSpells is checked, show the table*/
display: inline-block;
}
.sheet-inventaire { /*Hide the table of spells*/
display: none;
}
.sheet-useInventaire:checked + .sheet-inventaire { /*if the input field attr_showSpells is checked, show the table*/
display: inline-block;
}
.sheet-comp { /*Hide the table of spells*/
display: none;
}
.sheet-useComp:checked + .sheet-comp { /*if the input field attr_showSpells is checked, show the table*/
display: inline-block;
}
.charsheet {
background-image: url("http://retroamerican.free.fr/images/parchemin_double1.jpg");
background-size: 100%;
}
.charsheet input {
width: 165px;
}
.charsheet select {
width: 165px;
}
.charsheet input.sheet-tiny {
display: inline-block;
width: 20px;
}
.charsheet .sheet-attrchk {
width: 15px;
}
.charsheet input.sheet-short {
display: inline-block;
width: 3.5em;
}
.charsheet input.sheet-long {
display: inline-block;
width: 100%;
}
.charsheet input[type="number"].sheet-medium {
display: inline-block;
width: 5.1em;
}
.charsheet input[type="text"].sheet-undead {
display: inline-block;
width: 100%;
text-align: center;
}
.charsheet input[type="number"].sheet-tiny {
display: inline-block;
width: 23px;
}
.charsheet input[type="number"].sheet-medium::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.charsheet select.sheet-short{
display: inline-block;
margin: 0px 0px;
width: 4.1em;
}
.charsheet input[type="checkbox"].left {
float: left;
margin: 5px 0px;
width: 2px;
}
.charsheet .sheet-bluehilite {
background-color:;
color: #000000;
font-weight: bold;
text-align: center;
}
.charsheet .sheet-botul {
border-bottom: 1pt solid black;
}
.charsheet .sheet-mnattr {
'color: #000;
font-weight: bold;
}
.charsheet .sheet-ceme {
width: 960px;
margin-left: auto ;
margin-right: auto ;
}
.charsheet .sheet-boldme {
font-weight: bold;
}
.charsheet .sheet-alleft {
text-align: left;
}
.charsheet .sheet-alcenter {
text-align: center;
}
.charsheet .sheet-attrtext {
width: 50px;
}
.charsheet .sheet-attrtab {
border-collapse: collapse;
border-spacing: 0;
}
.sheet-Up { /*Hide the table of spells*/
display: none;
}
.sheet-useUp:checked + .sheet-Up { /*if the input field attr_showSpells is checked, show the table*/
display: inline-block;
}
.sheet-spells { /*Hide the table of spells*/
display: none;
}
.sheet-useSpells:checked + .sheet-spells { /*if the input field attr_showSpells is checked, show the table*/
display: inline-block;
}
.sheet-cac { /*Hide the table of spells*/
display: none;
}
.sheet-useCac:checked + .sheet-cac { /*if the input field attr_showSpells is checked, show the table*/
display: inline-block;
}
.sheet-inventaire { /*Hide the table of spells*/
display: none;
}
.sheet-useInventaire:checked + .sheet-inventaire { /*if the input field attr_showSpells is checked, show the table*/
display: inline-block;
}
.sheet-comp { /*Hide the table of spells*/
display: none;
}
.sheet-useComp:checked + .sheet-comp { /*if the input field attr_showSpells is checked, show the table*/
display: inline-block;
}
.sheet-invoc { /*Hide the table of spells*/
display: none;
}
.sheet-useInvoc:checked + .sheet-invoc { /*if the input field attr_showSpells is checked, show the table*/
display: inline-block;
}