mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
95 lines
1.4 KiB
CSS
95 lines
1.4 KiB
CSS
.charsheet {
|
|
background-color:#FFFFFF;
|
|
color:#0A0102;
|
|
}
|
|
|
|
table
|
|
{
|
|
width:100%;
|
|
border:0px;
|
|
background-color:#FFFFFF;
|
|
box-shadow: 6px 6px 12px #D7987C;
|
|
color:#0A0102;
|
|
}
|
|
|
|
textarea
|
|
{
|
|
width:100%;
|
|
border:0px;
|
|
background-color:#FFFFFF;
|
|
box-shadow: 6px 6px 12px #D7987C;
|
|
color:#0A0102;
|
|
padding: 0px;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
input
|
|
{
|
|
width:100% !important;
|
|
}
|
|
|
|
input[type=number]::-webkit-outer-spin-button,
|
|
input[type=number]::-webkit-inner-spin-button
|
|
{
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
|
|
input[type=number]
|
|
{
|
|
-moz-appearance:textfield;
|
|
}
|
|
|
|
.sheet-rolltemplate-tiny table
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
.sheet-rolltemplate-tiny .sheet-titre
|
|
{
|
|
width:100%;
|
|
border:2px #D7987C;
|
|
background-color:#D7987C;
|
|
box-shadow: 6px 6px 12px #D7987C;
|
|
color:#000000;
|
|
}
|
|
|
|
.sheet-rolltemplate-tiny th
|
|
{
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-tiny .sheet-jet
|
|
{
|
|
width:100%;
|
|
border:2px black;
|
|
background-color:#FFFFFF;
|
|
box-shadow: 6px 6px 12px black;
|
|
color:#000000;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-tiny .inlinerollresult
|
|
{
|
|
display: inline-block;
|
|
min-width: 1.5em;
|
|
text-align: center;
|
|
border: none;
|
|
background-color: Transparent;
|
|
}
|
|
|
|
.sheet-rolltemplate-tiny .inlinerollresult.fullcrit
|
|
{
|
|
border: none;
|
|
}
|
|
|
|
.sheet-rolltemplate-tiny .inlinerollresult.fullfail
|
|
{
|
|
border: none;
|
|
}
|
|
|
|
.sheet-rolltemplate-tiny .inlinerollresult.importantroll
|
|
{
|
|
border: none;
|
|
}
|