mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
1101 lines
26 KiB
CSS
1101 lines
26 KiB
CSS
/*----------- Repeating Blocks -------------*/
|
|
.charsheet .repcontrol_add {
|
|
display: block;
|
|
background:#7F2108;
|
|
color:white;
|
|
text-shadow:0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000;
|
|
box-shadow:none;
|
|
float:left!important;
|
|
margin-bottom:0px;
|
|
font-size:0.9em;
|
|
height:2.2em;
|
|
font-family: 'Proxima Nova';
|
|
}
|
|
.charsheet .repcontrol_edit
|
|
{
|
|
display: inline-block;
|
|
background:#7F2108;
|
|
color:white;
|
|
text-shadow:0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000;
|
|
box-shadow:none;
|
|
float:none!important;
|
|
margin-bottom:5px;
|
|
font-size:0.9em;
|
|
height:2.2em;
|
|
font-family: 'Proxima Nova';
|
|
}
|
|
.charsheet .repcontrol_del {
|
|
background:red;
|
|
color:white;
|
|
text-shadow:0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000;
|
|
box-shadow:none;
|
|
float:none!important;
|
|
margin-bottom:5px;
|
|
font-size:0.9em;
|
|
height:2.2em;
|
|
}
|
|
/*----------- Top Half -------------*/
|
|
.sheet-top_half {
|
|
background-size:840px;
|
|
}
|
|
|
|
/* background toggle*/
|
|
input.sheet-useBackground[value="0"] ~ .sheet-background {
|
|
background-image: none;
|
|
background-color: #F3F8F6;
|
|
}
|
|
|
|
input.sheet-useBackground[value="1"] ~ .sheet-background {
|
|
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/d20%20Modern/images/parchment_background.jpg");
|
|
background-size: cover;
|
|
outline: 2px solid #000;
|
|
}
|
|
|
|
.sheet-banner {
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
height: 125px;
|
|
width: 125px;
|
|
margin: 0 auto .5em auto;
|
|
}
|
|
|
|
input.sheet-useLogo[value="0"] ~ .sheet-background .sheet-banner {
|
|
background-image: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/d20%20Modern/images/d20%20moodern%20logo.png');
|
|
}
|
|
|
|
input.sheet-useLogo[value="1"] ~ .sheet-background .sheet-banner {
|
|
background-image: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/refs/heads/master/d20%20Modern/images/old_logo.png');
|
|
margin: -2.5em auto .5em auto;
|
|
height: 175px;
|
|
width: 175px;
|
|
}
|
|
|
|
input.sheet-useLogo[value="2"] ~ .sheet-background .sheet-banner {
|
|
background-image: none;
|
|
height: auto;
|
|
width: auto;
|
|
}
|
|
|
|
/*----------- Tabs Setup -------------*/
|
|
.charsheet {
|
|
width:840px;
|
|
}
|
|
|
|
.charsheet .sheet-background {
|
|
font-family: 'Proxima Nova';
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
outline: 2px solid #7f2108;
|
|
padding: 5px 5px 0 5px;
|
|
}
|
|
|
|
div.sheet-core-content {
|
|
display: none;
|
|
width:840px;
|
|
}
|
|
.charsheet div[class^="sheet-section"] {
|
|
display: none;
|
|
background-size:840px;
|
|
}
|
|
|
|
.charsheet input.sheet-tab1:checked ~ div.sheet-section-1,
|
|
.charsheet input.sheet-tab2:checked ~ div.sheet-section-2,
|
|
.charsheet input.sheet-tab3:checked ~ div.sheet-section-3,
|
|
.charsheet input.sheet-tab4:checked ~ div.sheet-section-4,
|
|
.charsheet input.sheet-tab5:checked ~ div.sheet-section-5,
|
|
.charsheet input.sheet-tab6:checked ~ div.sheet-section-6 {
|
|
display: block;
|
|
}
|
|
|
|
.charsheet input.sheet-tab99:checked ~ div[class^="sheet-section"] {
|
|
display: block;
|
|
}
|
|
|
|
.charsheet input.sheet-tab {
|
|
width: 100px;
|
|
height: 20px;
|
|
cursor: pointer;
|
|
position: relative;
|
|
opacity: 0;
|
|
z-index: 998;
|
|
box-shadow: 0px 0px 5px blue;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.charsheet span.sheet-tab {
|
|
text-align: center;
|
|
display: inline-block;
|
|
background-repeat: no-repeat;
|
|
color: #7F2108;
|
|
font-family: 'Proxima Nova';
|
|
border-radius: 4px;
|
|
border: 2px solid #7F2108;
|
|
width: 100px;
|
|
height: 20px;
|
|
cursor: pointer;
|
|
position: relative;
|
|
vertical-align: middle;
|
|
margin-left: -90px;
|
|
margin-right: -5px;
|
|
}
|
|
|
|
.charsheet input.sheet-tab1:checked + span.sheet-tab1,
|
|
.charsheet input.sheet-tab2:checked + span.sheet-tab2,
|
|
.charsheet input.sheet-tab3:checked + span.sheet-tab3,
|
|
.charsheet input.sheet-tab4:checked + span.sheet-tab4,
|
|
.charsheet input.sheet-tab5:checked + span.sheet-tab5,
|
|
.charsheet input.sheet-tab6:checked + span.sheet-tab6,
|
|
.charsheet input.sheet-tab99:checked + span.sheet-tab99 {
|
|
|
|
background: #7F2108; /*originally ab8b57*/
|
|
color: white; /*originally white*/
|
|
border-radius: 4px;
|
|
border: 2px solid #7F2108;
|
|
}
|
|
|
|
/*----------- End Tab Setup -----------*/
|
|
/*----------- Font -----------*/
|
|
.sheet-table-center {
|
|
padding-left: 150px;
|
|
padding-right: 5px;
|
|
font-family: 'Proxima Nova';
|
|
}
|
|
.sheet-tableI {
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
font-family: 'Proxima Nova';
|
|
}
|
|
.sheet-tableI th {
|
|
font-size: 8px;
|
|
vertical-align: super;
|
|
cursor: default;
|
|
}
|
|
.sheet-font {
|
|
font-family: 'Proxima Nova';
|
|
font-weight:normal;
|
|
}
|
|
|
|
th .sheet-font {
|
|
line-height: 14px;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-tableII th {
|
|
background: #000;
|
|
color: white;
|
|
cursor: default;
|
|
}
|
|
|
|
.sheet-tableII th:first-child {
|
|
padding-inline: 2px;
|
|
}
|
|
|
|
.sheet-tableII {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.sheet-tableII th.sheet-heading {
|
|
background: #000;
|
|
color: white;
|
|
font-size: 10px;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-tableII th.sheet-heading:not(:empty) {
|
|
padding-inline: 2px;
|
|
}
|
|
|
|
.sheet-tableIII th {
|
|
background:#000;
|
|
color:white;
|
|
|
|
}
|
|
.sheet-tableIII {
|
|
background:transparent;
|
|
color:white;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
}
|
|
.sheet-tableIII th.sheet-heading {
|
|
background:#000;
|
|
color:white;
|
|
font-size:9px;
|
|
text-align:center;
|
|
}
|
|
|
|
.sheet-tableIII th.sheet-headingLanguages {
|
|
background:#000;
|
|
color:white;
|
|
font-size:9px;
|
|
text-align:left;
|
|
width:100px;
|
|
}
|
|
|
|
.sheet-text {
|
|
border-top:none;
|
|
border-left:none;
|
|
border-right:none;
|
|
border-radius:0px;
|
|
box-shadow:none;
|
|
font-size:12px;
|
|
background: transparent;
|
|
}
|
|
input.sheet-text[type="text"]:focus {
|
|
border-bottom:1px solid #000;
|
|
border-radius:0px;
|
|
box-shadow:none;
|
|
background: white;
|
|
}
|
|
|
|
.sheet-textbg {
|
|
border-top: none;
|
|
border-left: none;
|
|
border-right: none;
|
|
border-bottom: none;
|
|
border-radius: 0px;
|
|
box-shadow: none;
|
|
font-size: 12px;
|
|
background: black;
|
|
color: white;
|
|
text-align: center;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
input.sheet-textbg[type="text"]:focus {
|
|
border-radius: 0px;
|
|
box-shadow: none;
|
|
background: white;
|
|
color: black;
|
|
}
|
|
|
|
.sheet-textbgselect {
|
|
border-top: none;
|
|
border-left: none;
|
|
border-right: none;
|
|
border-bottom: none;
|
|
padding-top: 11px;
|
|
border-radius: 0px;
|
|
box-shadow: none;
|
|
font-size: 12px;
|
|
background: #000;
|
|
color: white;
|
|
text-align: center;
|
|
}
|
|
|
|
input.sheet-textbgselect[type="text"]:focus {
|
|
border-radius: 0px;
|
|
box-shadow: none;
|
|
background: #000;
|
|
color: white;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-title {
|
|
border-top:none;
|
|
border-left:none;
|
|
border-right:none;
|
|
border-radius:0px;
|
|
box-shadow:none;
|
|
font-size:1.8em;
|
|
font-family: 'Proxima Nova';
|
|
text-align:center;
|
|
background: transparent;
|
|
}
|
|
.sheet-number[type="text"]:focus,
|
|
.sheet-number[type="number"]:focus,
|
|
input.sheet-title[type="text"]:focus {
|
|
border-radius:0px;
|
|
box-shadow:none;
|
|
background: white;
|
|
}
|
|
.sheet-number[type="number"] {
|
|
background: transparent;
|
|
border:none;
|
|
border-radius:0px;
|
|
box-shadow:none;
|
|
text-align:center;
|
|
border-bottom:1px solid #000;
|
|
}
|
|
.sheet-number[type="number"]::-webkit-inner-spin-button,
|
|
.sheet-number[type="number"]::-webkit-outer-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
.sheet-numberLanguages[type="text"] {
|
|
background: transparent;
|
|
border: none;
|
|
border-radius: 0px;
|
|
box-shadow: none;
|
|
text-align: left;
|
|
border-bottom: 1px solid #000;
|
|
width: 100px;
|
|
}
|
|
.sheet-number[type="text"] {
|
|
background: transparent;
|
|
border:none;
|
|
border-radius:0px;
|
|
box-shadow:none;
|
|
text-align:center;
|
|
border-bottom:1px solid #000;
|
|
width:100px;
|
|
}
|
|
|
|
.ui-dialog .charsheet input[type=number] {
|
|
width: 3.25em;
|
|
margin-inline: 2px;
|
|
-moz-appearance: textfield;
|
|
}
|
|
|
|
input[type=number]:hover {
|
|
-moz-appearance:none;
|
|
}
|
|
.sheet-ability {
|
|
background: white;
|
|
border:none;
|
|
border-radius:5px;
|
|
box-shadow:none;
|
|
text-align:center;
|
|
color:black;
|
|
font-size:1.2em;
|
|
margin:2px;
|
|
}
|
|
.sheet-ability[type="text"] {
|
|
background: white;
|
|
border:none;
|
|
border-radius:5px;
|
|
box-shadow:none;
|
|
text-align:center;
|
|
color:black;
|
|
font-size:1.2em;
|
|
margin:2px;
|
|
width:100px;
|
|
}
|
|
select.sheet-number {
|
|
background: transparent;
|
|
width:80px;
|
|
border:none;
|
|
border-radius:0px;
|
|
margin-bottom: 0;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
text-indent: 1px;
|
|
text-overflow: '';
|
|
padding-top:0;
|
|
font-size:0.9em;
|
|
}
|
|
.sheet-type {
|
|
border:none;
|
|
border-radius:0px;
|
|
box-shadow:none;
|
|
text-align:center;
|
|
background: transparent;
|
|
width:130px;
|
|
}
|
|
.sheet-Rating[type="number"]:-ms-input-placeholder,
|
|
.sheet-Specialty[type="number"]:-ms-input-placeholder{
|
|
font-size:0.5em;
|
|
}
|
|
.sheet-Rating[type="number"]:placeholder,
|
|
.sheet-Specialty[type="number"]:placeholder{
|
|
font-size:0.5em;
|
|
}
|
|
.sheet-Rating[type="number"]::-webkit-input-placeholder,
|
|
.sheet-Specialty[type="number"]::-webkit-input-placeholder{
|
|
font-size:0.5em;
|
|
}
|
|
.sheet-Rating[type="number"]:-moz-placeholder,
|
|
.sheet-Specialty[type="number"]:-moz-placeholder{
|
|
font-size:0.5em;
|
|
}
|
|
.sheet-Rating[type="number"]::-moz-placeholder,
|
|
.sheet-Specialty[type="number"]::-moz-placeholder {
|
|
font-size:0.5em;
|
|
}
|
|
select.sheet-Specialty {
|
|
width:90px;
|
|
margin-bottom: 0;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
text-indent: 1px;
|
|
text-overflow: '';
|
|
padding-top:0;
|
|
font-size:0.7em;
|
|
}
|
|
|
|
.sheet-smaller {
|
|
font-size:0.8em
|
|
}
|
|
.sheet-smallest {
|
|
font-size:0.7em
|
|
}
|
|
|
|
h3,
|
|
h4,
|
|
h5 {
|
|
font-family: 'Proxima Nova';
|
|
text-align: center;
|
|
}
|
|
|
|
h4,
|
|
h5 {
|
|
color: #000;
|
|
}
|
|
|
|
textarea.sheet-notes {
|
|
border-radius:15px;
|
|
border: 2px solid #7F2108;
|
|
height:35px;
|
|
resize:vertical;
|
|
font-family: 'Proxima Nova';
|
|
}
|
|
|
|
textarea.sheet-longnotes {
|
|
border-radius:15px;
|
|
border: 2px solid #7F2108;
|
|
height:105px;
|
|
resize:vertical;
|
|
font-family: 'Proxima Nova';
|
|
}
|
|
|
|
/*-----Tool Tips-----*/
|
|
div.sheet-tooltips {
|
|
position: relative;
|
|
display: inline;
|
|
}
|
|
|
|
div.sheet-tooltips:before {
|
|
content: 'y';
|
|
font-family: 'Pictos';
|
|
font-size: 10px;
|
|
opacity: .5;
|
|
position: absolute;
|
|
}
|
|
|
|
div.sheet-tooltipsdown h4:after {
|
|
content: 'y';
|
|
font-family: 'Pictos';
|
|
font-size: 10px;
|
|
margin-left: 3px;
|
|
opacity: .5;
|
|
position: absolute;
|
|
top: -3px;
|
|
}
|
|
|
|
div.sheet-tooltips:hover:before,
|
|
div.sheet-tooltipsdown:hover h4:after {
|
|
opacity: 1;
|
|
}
|
|
|
|
.charsheet td:has(.sheet-skill-label) {
|
|
position: relative;
|
|
height: 10px;
|
|
}
|
|
|
|
.charsheet .sheet-skill-label {
|
|
font-family: 'Proxima Nova';
|
|
font-variant: all-small-caps;
|
|
font-weight: bold;
|
|
position: absolute;
|
|
top: -5px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
tr:has(.sheet-tooltips) {
|
|
background-color: #e0e0e0;
|
|
}
|
|
|
|
div.sheet-tooltips span {
|
|
position: absolute;
|
|
width:140px;
|
|
color: #000000;
|
|
background: #FFFFFF;
|
|
border: 2px solid #6D6D6D;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
visibility: hidden;
|
|
border-radius: 6px;
|
|
}
|
|
div.sheet-tooltips span:before {
|
|
content: '';
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 100%;
|
|
margin-top: -12px;
|
|
width: 0; height: 0;
|
|
border-right: 12px solid #6D6D6D;
|
|
border-top: 12px solid transparent;
|
|
border-bottom: 12px solid transparent;
|
|
}
|
|
div.sheet-tooltips span:after {
|
|
content: '';
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 100%;
|
|
margin-top: -8px;
|
|
width: 0; height: 0;
|
|
border-right: 8px solid #FFFFFF;
|
|
border-top: 8px solid transparent;
|
|
border-bottom: 8px solid transparent;
|
|
}
|
|
div.sheet-tooltips:hover span {
|
|
visibility: visible;
|
|
opacity: 1;
|
|
left: 100%;
|
|
top: 50%;
|
|
margin-top: -15px;
|
|
margin-left: -15px;
|
|
z-index: 999;
|
|
}
|
|
|
|
.sheet-skill_name {
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
border: none;
|
|
box-shadow: none;
|
|
outline:0;
|
|
padding:0;
|
|
margin:0;
|
|
|
|
background: transparent;
|
|
font-weight:bold;
|
|
font-variant:small-caps;
|
|
width: 90px;
|
|
color: black;
|
|
text-align:center;
|
|
|
|
}
|
|
/*-----radio boxes-----*/
|
|
/*-----Tool Tips-----*/
|
|
div.sheet-tooltipsdown {
|
|
cursor: default;
|
|
display: inline;
|
|
position: relative;
|
|
}
|
|
|
|
div.sheet-tooltipsdown:hover > :first-child {
|
|
background-color: #7F2108;
|
|
color: #fff;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.charsheet input.sheet-tab:hover + span {
|
|
background-color: #cccccc;
|
|
}
|
|
|
|
div.sheet-tooltipsdown span {
|
|
position: absolute;
|
|
width:500px;
|
|
color: #000;
|
|
background: #fff;
|
|
height: 225px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
visibility: hidden;
|
|
border-radius: 6px;
|
|
border:3px solid black;
|
|
}
|
|
div.sheet-tooltipsdown span:after {
|
|
content: '';
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 100%;
|
|
margin-top: -8px;
|
|
width: 0; height: 0;
|
|
border-right: 8px solid #000000;
|
|
border-top: 8px solid transparent;
|
|
border-bottom: 8px solid transparent;
|
|
}
|
|
div:hover.sheet-tooltipsdown span {
|
|
visibility: visible;
|
|
opacity: 1;
|
|
left: 80%;
|
|
top: 50%;
|
|
margin-top: -15px;
|
|
margin-left: 15px;
|
|
z-index: 999;
|
|
}
|
|
/*-----radio boxes-----*/
|
|
input.sheet-hider:not(:checked) ~ div.sheet-hold {
|
|
display: none;
|
|
}
|
|
input.sheet-hider:checked ~ div.sheet-hold {
|
|
display: inline;
|
|
}
|
|
|
|
.sheet-hidden {
|
|
display:none;
|
|
}
|
|
/* -----Hide actual radio----- */
|
|
input.sheet-normal[type="radio"]
|
|
{
|
|
opacity: 0;
|
|
width: 16px;
|
|
height: 16px;
|
|
position: relative;
|
|
top: 5px;
|
|
left: 6px;
|
|
margin: -10px;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
}
|
|
|
|
/* -----Fake radio----- */
|
|
input.sheet-normal[type="radio"] + span::before
|
|
{
|
|
margin-right: 2px;
|
|
border: solid 1px #a8a8a8;
|
|
line-height: 14px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
|
|
-moz-box-shadow: 0 0 10px rgba(216,218,300, 1.8);
|
|
-webkit-box-shadow: 0 0 10px rgba(216,218,300, 1.8);
|
|
box-shadow: 0 0 10px rgba(216,218,300, 1.8);
|
|
|
|
background: black;
|
|
|
|
color:black;
|
|
content: "";
|
|
width: 12px;
|
|
height: 12px;
|
|
|
|
-moz-border-radius: 50%;
|
|
-webkit-border-radius: 50%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
/* -----Remove dot from all radios _after_ selected one----- */
|
|
input.sheet-normal[type="radio"]:checked ~ input.sheet-normal[type="radio"] + span::before
|
|
{
|
|
content: "";
|
|
background: #fff;
|
|
}
|
|
|
|
/*------------empty traits-----------*/
|
|
input.sheet-zero[type="radio"]:checked + span::before {
|
|
opacity: 0;
|
|
}
|
|
|
|
input.sheet-zero[type="radio"]:hover + span::before {
|
|
opacity: 1;
|
|
}
|
|
|
|
input.sheet-zero[type="radio"] + span::before {
|
|
font-size: 12px;
|
|
content: "✖";
|
|
opacity: 0.25;
|
|
background: none;
|
|
}
|
|
|
|
/* ----Hide actual Big radio---- */
|
|
input.sheet-bigcheck[type="radio"]
|
|
{
|
|
width: 14px;
|
|
height: 14px;
|
|
position: relative;
|
|
top: -2px;
|
|
left: 5px;
|
|
margin-left: 0px;
|
|
margin-top: -10px;
|
|
margin-bottom: -10px;
|
|
margin-right: -10px;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
opacity: 0;
|
|
}
|
|
|
|
/* ----Fake Big radio ---- */
|
|
input.sheet-bigcheck[type="radio"] + span::before {
|
|
margin-right: 4px;
|
|
line-height: 14px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
position: relative;
|
|
top: -2px;
|
|
left: 0px;
|
|
|
|
-moz-box-shadow: 0 0 2px #000;
|
|
-webkit-box-shadow: 0 0 2px #000;
|
|
box-shadow: inset 0 0 2px #000, inset 0 0 4px #000;
|
|
background:#F3F8F6;
|
|
}
|
|
|
|
input.sheet-bigcheck[type="radio"] + span::before {
|
|
content: "";
|
|
width: 14px;
|
|
height: 14px;
|
|
font-size: 12px;
|
|
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
input.sheet-bigcheck[type="radio"]:checked + span::before {
|
|
color: red;
|
|
content: "✓";
|
|
text-shadow:none;
|
|
font-weight:bold;
|
|
}
|
|
/* ----Hide actual Big Checkbox---- */
|
|
input.sheet-bigcheck[type="Checkbox"] {
|
|
width: 14px;
|
|
height: 14px;
|
|
position: relative;
|
|
top: -2px;
|
|
left: 5px;
|
|
margin-left: 0px;
|
|
margin-top: -10px;
|
|
margin-bottom: -10px;
|
|
margin-right: -10px;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
opacity: 0;
|
|
}
|
|
|
|
/* ----Fake Big Checkbox ---- */
|
|
input.sheet-bigcheck[type="Checkbox"] + span::before {
|
|
margin-right: 4px;
|
|
line-height: 14px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
position: relative;
|
|
top: -2px;
|
|
left: 0px;
|
|
|
|
-moz-box-shadow: 0 0 2px #000;
|
|
-webkit-box-shadow: 0 0 2px #000;
|
|
box-shadow: inset 0 0 2px #000, inset 0 0 4px #000;
|
|
}
|
|
|
|
input.sheet-bigcheck[type="Checkbox"] + span::before
|
|
{
|
|
content: "";
|
|
width: 14px;
|
|
height: 14px;
|
|
font-size: 12px;
|
|
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
input.sheet-bigcheck[type="Checkbox"]:checked + span::before
|
|
{
|
|
color: red;
|
|
content: "✓";
|
|
text-shadow:none;
|
|
font-weight:bold;
|
|
}
|
|
|
|
/*------------Button-----------*/
|
|
/* ======== skillbtn ========*/
|
|
.charsheet .sheet-skillbtn button[type="roll"]:before,
|
|
.charsheet .sheet-skillbtn:before {
|
|
content: "" !important;
|
|
display: none;
|
|
border: none;
|
|
}
|
|
|
|
.charsheet .sheet-skillbtn button[type="roll"],
|
|
.charsheet .sheet-skillbtn {
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
background: black;
|
|
border: 1px solid #000;
|
|
border-radius: 5px;
|
|
box-shadow: none;
|
|
color: white;
|
|
display: block;
|
|
font-size:1em !important;
|
|
font-variant:small-caps;
|
|
height:50px;
|
|
margin: 0;
|
|
outline:0;
|
|
padding-left:20px;
|
|
width: 90px;
|
|
}
|
|
.sheet-skillbtn button[type="roll"]:hover,
|
|
.sheet-skillbtn:hover {
|
|
background: black; /* For browsers that do not support gradients */
|
|
background: -webkit-linear-gradient(left, black , white); /* For Safari 5.1 to 6.0 */
|
|
background: -o-linear-gradient(right, black, white); /* For Opera 11.1 to 12.0 */
|
|
background: -moz-linear-gradient(right, black, white); /* For Firefox 3.6 to 15 */
|
|
background: linear-gradient(to right, black , white); /* Standard syntax */
|
|
}
|
|
|
|
.sheet-skillbtn button[type="roll"]:active,
|
|
.sheet-skillbtn:active {
|
|
background: black; /* For browsers that do not support gradients */
|
|
background: -webkit-linear-gradient(left, white , black); /* For Safari 5.1 to 6.0 */
|
|
background: -o-linear-gradient(right, white, black); /* For Opera 11.1 to 12.0 */
|
|
background: -moz-linear-gradient(right, white, black); /* For Firefox 3.6 to 15 */
|
|
background: linear-gradient(to right, white , black); /* Standard syntax */
|
|
}
|
|
/*------------Button-----------*/
|
|
/* ======== btn ========*/
|
|
.sheet-btn button[type="roll"]:before,
|
|
.sheet-btn:before {
|
|
content: ""!important;
|
|
display: none;
|
|
border:none;
|
|
}
|
|
.sheet-btn button[type="roll"],
|
|
.sheet-btn {
|
|
display: block;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
border: none;
|
|
box-shadow: none;
|
|
outline:0;
|
|
|
|
margin: 0;
|
|
background: transparent;
|
|
font-size:12px !important;
|
|
font-weight:bold;
|
|
font-variant:small-caps;
|
|
height:20px;
|
|
width: 90px;
|
|
padding-left:20px;
|
|
color: black;
|
|
}
|
|
.sheet-btn button[type="roll"]:hover,
|
|
.sheet-btn:hover {
|
|
background: black; /* For browsers that do not support gradients */
|
|
background: -webkit-linear-gradient(left, black , white); /* For Safari 5.1 to 6.0 */
|
|
background: -o-linear-gradient(right, black, white); /* For Opera 11.1 to 12.0 */
|
|
background: -moz-linear-gradient(right, black, white); /* For Firefox 3.6 to 15 */
|
|
background: linear-gradient(to right, black , white); /* Standard syntax */
|
|
color: white;
|
|
}
|
|
|
|
.sheet-btn button[type="roll"]:active,
|
|
.sheet-btn:active {
|
|
background: black; /* For browsers that do not support gradients */
|
|
background: -webkit-linear-gradient(left, white , black); /* For Safari 5.1 to 6.0 */
|
|
background: -o-linear-gradient(right, white, black); /* For Opera 11.1 to 12.0 */
|
|
background: -moz-linear-gradient(right, white, black); /* For Firefox 3.6 to 15 */
|
|
background: linear-gradient(to right, white , black); /* Standard syntax */
|
|
color: white;
|
|
}
|
|
/* ======== weapon ========*/
|
|
.sheet-weapon button[type="roll"]:before,
|
|
.sheet-weapon:before {
|
|
content: ""!important;
|
|
display: none;
|
|
border:none;
|
|
}
|
|
.sheet-weapon button[type="roll"],
|
|
.sheet-weapon {
|
|
display: block;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
border: none;
|
|
box-shadow: none;
|
|
outline:0;
|
|
|
|
margin: 0;
|
|
background: black;
|
|
font-size:1.2em !important;
|
|
font-weight:bold;
|
|
height:50px;
|
|
width: 100px;
|
|
padding-left:20px;
|
|
color: white;
|
|
-ms-transform: rotate(90deg); /* IE 9 */
|
|
-webkit-transform: rotate(90deg); /* Safari */
|
|
transform: rotate(90deg);
|
|
}
|
|
.sheet-weapon button[type="roll"]:hover,
|
|
.sheet-weapon:hover {
|
|
background: black; /* For browsers that do not support gradients */
|
|
background: -webkit-linear-gradient(white, black); /* For Safari 5.1 to 6.0 */
|
|
background: -o-linear-gradient(white, black); /* For Opera 11.1 to 12.0 */
|
|
background: -moz-linear-gradient(white, black); /* For Firefox 3.6 to 15 */
|
|
background: linear-gradient(white, black); /* Standard syntax */
|
|
}
|
|
|
|
.sheet-weapon button[type="roll"]:active,
|
|
.sheet-weapon:active {
|
|
|
|
background: white; /* For browsers that do not support gradients */
|
|
background: -webkit-linear-gradient(black, white); /* For Safari 5.1 to 6.0 */
|
|
background: -o-linear-gradient(black, white); /* For Opera 11.1 to 12.0 */
|
|
background: -moz-linear-gradient(black, white); /* For Firefox 3.6 to 15 */
|
|
background: linear-gradient(black, white); /* Standard syntax */
|
|
}
|
|
/* ======== fxbtn ========*/
|
|
.sheet-fxbtn button[type="roll"]:before,
|
|
.sheet-fxbtn:before {
|
|
content: ""!important;
|
|
display: none;
|
|
border:none;
|
|
}
|
|
.sheet-fxbtn button[type="roll"],
|
|
.sheet-fxbtn {
|
|
display: block;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
border: 2px solid #7F2108;
|
|
box-shadow: none;
|
|
outline:0;
|
|
|
|
margin: 0;
|
|
background: transparent;
|
|
font-size:12px !important;
|
|
font-weight:bold;
|
|
font-variant:small-caps;
|
|
height:20px;
|
|
width: 90px;
|
|
padding-left:20px;
|
|
color: #fff;
|
|
}
|
|
.sheet-fxbtn button[type="roll"]:hover,
|
|
.sheet-fxbtn:hover {
|
|
background: black; /* For browsers that do not support gradients */
|
|
background: -webkit-linear-gradient(left, black , #7F2108); /* For Safari 5.1 to 6.0 */
|
|
background: -o-linear-gradient(right, black, #7F2108); /* For Opera 11.1 to 12.0 */
|
|
background: -moz-linear-gradient(right, black, #7F2108); /* For Firefox 3.6 to 15 */
|
|
background: linear-gradient(to right, black , #7F2108); /* Standard syntax */
|
|
color: white;
|
|
}
|
|
|
|
.sheet-fxbtn button[type="roll"]:active,
|
|
.sheet-fxbtn:active {
|
|
background: black; /* For browsers that do not support gradients */
|
|
background: -webkit-linear-gradient(left, #7F2108 , black); /* For Safari 5.1 to 6.0 */
|
|
background: -o-linear-gradient(right, #7F2108, black); /* For Opera 11.1 to 12.0 */
|
|
background: -moz-linear-gradient(right, #7F2108, black); /* For Firefox 3.6 to 15 */
|
|
background: linear-gradient(to right, #7F2108 , black); /* Standard syntax */
|
|
color: white;
|
|
}
|
|
.charsheet .sheet-options {
|
|
padding: 10px 10px 0 10px;
|
|
position: relative;
|
|
}
|
|
|
|
.charsheet .sheet-options::before {
|
|
color: #7f2108;
|
|
content: 'y';
|
|
font-family: 'Pictos';
|
|
}
|
|
|
|
.charsheet .sheet-options select {
|
|
max-width: 10em;
|
|
}
|
|
/*=== Roll Templates ===*/
|
|
/*=== show ===*/
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-show table,
|
|
.sheet-rolltemplate-show table {
|
|
width: 100%;
|
|
border-radius: 15px 15px 15px 15px;
|
|
color: #7F2108 !important;
|
|
font-size: 1em;
|
|
font-variant: small-caps;
|
|
background: #F3F8F6;
|
|
box-shadow: 0px 0px 2px #7F2108, 0px 0px 2px #7F2108, 0px 0px 2px #7F2108;
|
|
}
|
|
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-show table th,
|
|
.sheet-rolltemplate-show table th {
|
|
padding: 5px 5px 0 5px;
|
|
color: #7F2108 !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-show td {
|
|
padding: 5px;
|
|
}
|
|
|
|
/*=== attack ===*/
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-attack table,
|
|
.sheet-rolltemplate-attack table {
|
|
width: 100%;
|
|
border-radius:15px 15px 15px 15px;
|
|
color: #7F2108 !important;
|
|
font-size: 1em;
|
|
font-variant: small-caps;
|
|
background: #F3F8F6;
|
|
box-shadow: 0px 0px 2px #7F2108, 0px 0px 2px #7F2108, 0px 0px 2px #7F2108;
|
|
}
|
|
|
|
.sheet-rolltemplate-attack td {
|
|
padding: 5px;
|
|
}
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-attack td.sheet-confirm,
|
|
.sheet-rolltemplate-attack td.sheet-confirm {
|
|
font-style:italic;
|
|
color:black;
|
|
}
|
|
.sheet-rolltemplate-attack td.sheet-detail {
|
|
font-style:italic;
|
|
border-radius:15px 15px 0px 0px;
|
|
}
|
|
|
|
.sheet-rolltemplate-attack td.sheet-last_left {
|
|
border-radius:0px 0px 0px 15px;
|
|
}
|
|
.sheet-rolltemplate-attack td.sheet-last_right {
|
|
border-radius:0px 0px 15px 0px;
|
|
}
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-attack td.sheet-damage .inlinerollresult .fullcrit,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-attack td.sheet-damage .inlinerollresult .fullfail,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-attack td.sheet-damage .inlinerollresult .importantroll,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-attack td.sheet-damage .inlinerollresult,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-attack .inlinerollresult,
|
|
.sheet-rolltemplate-attack td.sheet-damage .inlinerollresult .fullcrit,
|
|
.sheet-rolltemplate-attack td.sheet-damage .inlinerollresult .fullfail,
|
|
.sheet-rolltemplate-attack td.sheet-damage .inlinerollresult .importantroll,
|
|
.sheet-rolltemplate-attack td.sheet-damage .inlinerollresult,
|
|
.sheet-rolltemplate-attack .inlinerollresult {
|
|
background:transparent;
|
|
border:none;
|
|
box-shadow:none;
|
|
color:black;
|
|
}
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-attack .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-attack .inlinerollresult.fullcrit {
|
|
border: none;
|
|
background:black;
|
|
color:white;
|
|
border-radius:5px;
|
|
box-shadow:none;
|
|
}
|
|
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-attack .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-attack .inlinerollresult.fullfail {
|
|
border: none;
|
|
background:red;
|
|
color:white;
|
|
border-radius:5px;
|
|
box-shadow:none;
|
|
}
|
|
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-attack .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-attack .inlinerollresult.importantroll {
|
|
border: none;
|
|
}
|
|
/*=== show ===*/
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-tap table,
|
|
.sheet-rolltemplate-tap table {
|
|
width: 100%;
|
|
border-radius:15px 15px 15px 15px;
|
|
color: #7F2108 !important;
|
|
font-size: 1em;
|
|
font-variant: small-caps;
|
|
background: #F3F8F6;
|
|
box-shadow: 0px 0px 2px #7F2108, 0px 0px 2px #7F2108, 0px 0px 2px #7F2108;
|
|
}
|
|
|
|
.sheet-rolltemplate-fx td {
|
|
padding: 5px;
|
|
} |