Files
CoalPoweredPuppet 142d376c5f Fuzion, Tri-Stat, Victoriana
Seriously, last three sheet commit for a while
2016-01-07 19:21:23 -05:00

889 lines
22 KiB
CSS

/*----------- Repeating Blocks -------------*/
.charsheet .repcontrol_add {
display: block;
background:#b87333;
color:black;
text-shadow:none;
box-shadow:none;
float:left!important;
margin-bottom:0px;
font-size:0.9em;
height:2.2em;
}
.charsheet .repcontrol_edit
{
display: inline-block;
background:#b87333;
color:black;
text-shadow:none;
box-shadow:none;
float:none!important;
margin-bottom:5px;
font-size:0.9em;
height:2.2em;
}
.charsheet .repcontrol_del {
background:red;
color:white;
text-shadow:none;
box-shadow:none;
float:none!important;
margin-bottom:5px;
font-size:0.9em;
height:2.2em;
}
/*----------- Tabs Setup -------------*/
.charsheet {
background:white;
}
div.sheet-core-content {
display: none;
width:840px;
}
.sheet-banner {
background-image:url('http://www.irook.com/images/categories/cat_362.gif');
background-repeat: no-repeat;
background-size:100%;
height:112px;
width:400px;
margin-left:auto;
margin-right:auto;
}
/*
.sheet-banner {
background-image:url('http://cubicle7.co.uk/wp-content/uploads/2012/03/Vic3Header.jpg');
background-repeat: no-repeat;
background-size:100%;
height:157px;
width:550px;
margin-left:auto;
margin-right:auto;
}
.sheet-banner {
background-image:url('http://paul-blewitt.com/wp-content/uploads/2012/04/Victoriana.jpg');
background-repeat: no-repeat;
background-size:100%;
height:227px;
width:406px;
margin-left:auto;
margin-right:auto;
}
*/
.charsheet div[class^="sheet-section"] {
display: none;
background-size:840px;
}
.sheet-top_half {
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 {
/*max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;
overflow: auto;*/
display: block;
}
.charsheet input.sheet-tab99:checked ~ div[class^="sheet-section"] {
/*max-height: 999999px;
visibility: visible;
opacity: 1;
transition: opacity 0.5s linear 0s;*/
display: block;
}
.charsheet input.sheet-tab {
width: 120px;
height: 20px;
cursor: pointer;
position: relative;
opacity: 0;
z-index: 9999;
box-shadow: 0px 0px 5px blue;
}
.charsheet span.sheet-tab {
text-align: center;
display: inline-block; /*originally inline-block*/
font-size: 13px;
background-repeat: no-repeat;
color: #b87333;
font-weight: bold;
border-radius: 4px;
border: 2px solid #b87333;
width: 120px; /*originally 87px*/
height: 20px; /*originally 20px*/
cursor: pointer;
position: relative;
vertical-align: middle;
margin-left: -125px;/*originally 91px*/
}
.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-tab99:checked + span.sheet-tab99 {
background: black; /*originally ab8b57*/
color: white; /*originally white*/
border-radius: 4px;
border: 2px solid #b87333;
}
/*----------- End Tab Setup -----------*/
/*----------- Magic Tab Setup -----------*/
.charsheet div[class^="sheet-block"] {
display: none;
background-size:840px;
}
.charsheet input.sheet-block {
width: 125px;
height: 20px;
cursor: pointer;
position: relative;
opacity: 0;
z-index: 9999;
box-shadow: 0px 0px 10px red;
}
.charsheet span.sheet-block {
text-align: center;
display: inline-block;
font-size: 13px;
background-repeat: no-repeat;
color: #b87333;
font-weight: bold;
font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
border-radius: 4px 4px 0px 0px;
border: 1px solid #b87333;
background:black;
width: 125px;
height: 20px;
cursor: pointer;
position: relative;
vertical-align: middle;
margin-left: -125px;
}
.charsheet input.sheet-block-a:checked ~ div.sheet-block_a,
.charsheet input.sheet-block-b:checked ~ div.sheet-block_b,
.charsheet input.sheet-block-c:checked ~ div.sheet-block_c,
.charsheet input.sheet-block-d:checked ~ div.sheet-block_d,
.charsheet input.sheet-block-e:checked ~ div.sheet-block_e,
.charsheet input.sheet-block-f:checked ~ div.sheet-block_f {
display: block;
}
.charsheet input.sheet-block-a:checked + span.sheet-block-a,
.charsheet input.sheet-block-b:checked + span.sheet-block-b,
.charsheet input.sheet-block-c:checked + span.sheet-block-c,
.charsheet input.sheet-block-d:checked + span.sheet-block-d,
.charsheet input.sheet-block-e:checked + span.sheet-block-e,
.charsheet input.sheet-block-f:checked + span.sheet-block-f {
color: black; /*originally white*/
border-radius: 4px 4px 0px 0px;
border: 1px solid #b87333;
background: #b87333;
}
.sheet-first {
border-radius: 4px 15px 0px 0px;
}
/*----------- Big & Lil gears -----------*/
.sheet-gear_bubble {
background: url('https://41.media.tumblr.com/0775125b4650bef2fb7673bd2d30eaed/tumblr_nzz6p7bFDj1s9slulo1_75sq.png');
height: 59px;
width:79px;
}
input.sheet-BigGear[type="number"] {
background:transparent;
position:relative;
top:15px;
left:8px;
text-align:center;
font-weight:bold;
font-size:18px;
box-shadow:none;
border:none;
text-align:center;
}
input.sheet-LilGear[type="number"] {
background:transparent;
position:relative;
top:0px;
left:40px;
text-align:center;
box-shadow:none;
border:none;
}
/*----------- layout/inputs -----------*/
.sheet-table th {
color:#000;
font-weight:normal;
font-style: italic;
}
.sheet-left {
text-align:left;
}
.sheet-right {
text-align:right;
margin-right:0;
margin-left:auto;
}
.sheet-center {
margin-left:auto;
margin-right:auto;
}
.sheet-text {
background: transparent;
border-top:none;
border-left:none;
border-right:none;
border-radius:0px;
box-shadow:none;
}
input.sheet-text[type="text"] {
width:100%;
}
input.sheet-text[type="text"]:focus {
background: white;
border-bottom:1px solid #000;
border-radius:0px;
box-shadow:none;
}
.sheet-skill {
border-top:none;
border-left:none;
border-right:none;
border-radius:0px;
box-shadow:none;
text-align:center;
background: transparent;
}
.sheet-Specialty {
border: 1px solid #b87333;
border-radius:5px;
box-shadow:none;
text-align:center;
color: black;
font-weight:bold;
font-size:1.2em;
background: transparent;
box-shadow: inset 0px 0px 10px #b87333;
}
select.sheet-select {
width:60px;
margin-bottom: 0;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
padding-top:0;
padding-bottom:0;
font-style: italic;
font-weight: bold;
font-variant: small-caps;
font-size:0.8em;
background: transparent;
border:none;
}
.sheet-Rating {
border: 1px solid blue;
border-radius:5px;
box-shadow:none;
text-align:center;
color: black;
font-weight:bold;
font-size:1.2em;
background: transparent;
box-shadow: inset 0px 0px 10px blue;
}
.sheet-hidden {
display:none;
}
.sheet-smaller {
-ms-transform: rotate(-40deg); /* IE 9 */
-webkit-transform: rotate(-40deg); /* Chrome, Safari, Opera */
transform: rotate(-40deg);
font-size:0.9em;
margin-left:-8px;
}
h4 {
color:white;
font-weight:bold;
background:#b87333;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
padding-left:10px;
padding-right:10px;
font-variant:small-caps;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
textarea.sheet-notes {
border-radius:15px;
border: 1px solid #b87333;
height:35px;
resize:vertical;
box-shadow: inset 0px 0px 10px #b87333;
width: calc(100% - 10px);
}
textarea.sheet-longnotes {
border-radius:15px;
border: 1px solid #b87333;
height:105px;
resize:vertical;
box-shadow: inset 0px 0px 10px #b87333;
width: calc(100% - 10px);
}
textarea::-webkit-input-placeholder {
font-variant:small-caps;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
color:#000;
}
textarea:-moz-placeholder { /* Firefox 18- */
font-variant:small-caps;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
color:#000;
}
textarea::-moz-placeholder { /* Firefox 19+ */
font-variant:small-caps;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
color:#000;
}
textarea:-ms-input-placeholder {
font-variant:small-caps;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
color:#000;
}
.sheet-border {
border:1px solid #b87333;
border-bottom-right-radius:15px;
border-bottom-left-radius:15px;
}
.sheet-parchment {
background-image:url("http://i.imgur.com/izwlEug.jpg");
background-size: cover;
background-position: center top;
width:100%;
border-radius:15px;
}
.sheet-italics {
font-style:italic;
font-size:0.7em;
}
/*========== Hiding Stuff ==========*/
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 Big Checkbox---- */
input.sheet-bigcheck[type="Checkbox"]
{
width: 20px;
height: 20px;
position: relative;
top: -5px;
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: 20px;
text-align: center;
display: inline-block;
vertical-align: middle;
position: relative;
top: -4px;
left: -4px;
-moz-box-shadow: 0 0 2px #b87333;
-webkit-box-shadow: 0 0 2px #b87333;
border:1px solid black;
box-shadow: inset 0 0 8px #b87333, inset 0 0 4px #b87333;
}
input.sheet-bigcheck[type="Checkbox"] + span::before {
content: "";
width: 15px;
height: 15px;
font-size: 15px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding-bottom:2px;
}
input.sheet-bigcheck[type="Checkbox"]:checked + span::before {
color: red;
content: "✓";
text-shadow:none;
font-weight:bold;
}
/* ----Hide actual gear Checkbox---- */
input.sheet-gear[type="checkbox"] {
opacity: 0;
width: 25px;
height: 25px;
position: relative;
top: 2px;
left: 15px;
margin: -10px;
cursor: pointer;
z-index: 1;
}
/* ----Fake gear Checkbox ---- */
input.sheet-gear[type="checkbox"] + span::before {
margin-right: 4px;
line-height: 25px;
text-align: center;
display: inline-block;
vertical-align: middle;
color: white;
border:none;
box-shadow: none;
}
input.sheet-gear[type="checkbox"] + span::before {
font-family: "Pictos";
color: black;
content: "y";
width: 25px;
height: 25px;
font-size: 30px;
color:#b87333;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
input.sheet-gear[type="checkbox"]:checked + span::before
{
content: "y";
text-shadow:none;
font-weight:bold;
color:#000;
}
/* ----Hide actual health Checkbox---- */
input.sheet-health[type="checkbox"] {
opacity: 0;
width: 25px;
height: 25px;
position: relative;
top: 2px;
left: 15px;
margin: -10px;
cursor: pointer;
z-index: 1;
}
/* ----Fake health Checkbox ---- */
input.sheet-health[type="checkbox"] + span::before {
margin-right: 4px;
line-height: 25px;
text-align: center;
display: inline-block;
vertical-align: middle;
color: white;
border:none;
box-shadow: none;
}
input.sheet-health[type="checkbox"] + span::before {
font-family: "dicefontd6";
color: black;
content: "b";
width: 25px;
height: 25px;
font-size: 30px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
input.sheet-health[type="checkbox"]:checked + span::before
{
content: "B";
text-shadow:none;
font-weight:bold;
}
/* ----Hide actual Mana---- */
input.sheet-Mana[type="checkbox"] {
opacity: 0;
width: 25px;
height: 25px;
position: relative;
top: 2px;
left: 15px;
margin: -10px;
cursor: pointer;
z-index: 1;
}
/* ----Fake Big Checkbox ---- */
input.sheet-Mana[type="checkbox"] + span::before {
margin-right: 4px;
line-height: 25px;
text-align: center;
display: inline-block;
vertical-align: middle;
border:none;
box-shadow: none;
}
input.sheet-Mana[type="checkbox"] + span::before {
font-family: "dicefontd6";
color: black;
content: "f";
width: 25px;
height: 25px;
font-size: 30px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
input.sheet-Mana[type="checkbox"]:checked + span::before
{
content: "F";
text-shadow:none;
font-weight:bold;
}
/*------------Button-----------*/
/* ======== attribute ========*/
.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: 2px outset gray;
box-shadow: none;
outline:0;
margin: 0;
background: transparent;
height:50px;
width: 65px;
padding-left:20px;
font-size:11px !important;
font-weight:bold;
font-variant:small-caps;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.sheet-btn button[type="roll"]:hover,
.sheet-btn:hover {
border: 2px inset gray;
}
.sheet-btn button[type="roll"]:active,
.sheet-btn:active {
border: 2px inset gray;
background:black;
color:white;
}
/*------------Button-----------*/
/* ======== attribute ========*/
.sheet-btnII button[type="roll"]:before,
.sheet-btnII:before {
content: ""!important;
display: none;
border:none;
}
.sheet-btnII button[type="roll"],
.sheet-btnII {
display: block;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 2px outset gray;
box-shadow: none;
outline:0;
margin: 0;
background: transparent;
height:25px;
width: 35px;
padding-left:20px;
font-size:11px !important;
font-weight:bold;
font-variant:small-caps;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.sheet-btnII button[type="roll"]:hover,
.sheet-btnII:hover {
border: 2px inset gray;
}
.sheet-btnII button[type="roll"]:active,
.sheet-btnII:active {
border: 2px inset gray;
background:black;
color:white;
}
/* ======== skillbtn ========*/
.sheet-skillbtn button[type="roll"]:before,
.sheet-skillbtn:before {
content: ""!important;
display: none;
border:none;
}
.sheet-skillbtn button[type="roll"],
.sheet-skillbtn {
display: block;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #000;
box-shadow: none;
outline:0;
margin: 0;
background: white;
font-size:1.2em !important;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-weight:bold;
font-variant:small-caps;
height:25px;
width: 80px;
color: black;
}
.sheet-skillbtn button[type="roll"]:hover,
.sheet-skillbtn:hover {
background: black;
color:white;
}
.sheet-skillbtn button[type="roll"]:active,
.sheet-skillbtn:active {
background: blue;
color:white;
}
/*=== Roll Templates ===*/
/*=== skill ===*/
.sheet-rolltemplate-demon th:first-child,
.sheet-rolltemplate-Thaumaturgy th:first-child,
.sheet-rolltemplate-attack th:first-child,
.sheet-rolltemplate-attack th:first-child,
.sheet-rolltemplate-skill th:first-child {
border-radius: 10px 10px 0 0;
}
.sheet-rolltemplate-demon tr:last-child .sheet-rolltemplate-demon td:first-child,
.sheet-rolltemplate-Thaumaturgy tr:last-child .sheet-rolltemplate-Thaumaturgy td:first-child,
.sheet-rolltemplate-spell tr:last-child .sheet-rolltemplate-spell td:first-child,
.sheet-rolltemplate-damage tr:last-child .sheet-rolltemplate-damage td:first-child,
.sheet-rolltemplate-attack tr:last-child .sheet-rolltemplate-attack td:first-child,
.sheet-rolltemplate-skill tr:last-child .sheet-rolltemplate-skill td:first-child {
border-radius: 0 0 0 10px;
}
.sheet-rolltemplate-spell td,
.sheet-rolltemplate-damage td,
.sheet-rolltemplate-skill td {
border-right: 1px solid #ccc;
padding-left: 10px;
}
.sheet-rolltemplate-demon td:first-child,
.sheet-rolltemplate-Thaumaturgy td:first-child,
.sheet-rolltemplate-spell td:first-child,
.sheet-rolltemplate-damage td:first-child,
.sheet-rolltemplate-attack td:first-child,
.sheet-rolltemplate-skill td:first-child {
border-right: none;
}
.sheet-rolltemplate-demon td:last-child,
.sheet-rolltemplate-Thaumaturgy td:last-child,
.sheet-rolltemplate-spell td:last-child,
.sheet-rolltemplate-damage td:last-child,
.sheet-rolltemplate-attack td:last-child,
.sheet-rolltemplate-skill td:last-child {
border-right: none;
padding-right: 10px;
}
.sheet-rolltemplate-Thaumaturgy td.sheet-detail,
.sheet-rolltemplate-spell td.sheet-detail,
.sheet-rolltemplate-attack td.sheet-detail,
.sheet-rolltemplate-skill td.sheet-detail {
box-shadow: inset 0px 20px -20px #b87333 ,inset 0px 0px 30px #b87333;
}
.sheet-rolltemplate-demon .sheet-black,
.sheet-rolltemplate-Thaumaturgy .sheet-black,
.sheet-rolltemplate-spell .sheet-black,
.sheet-rolltemplate-attack .sheet-black,
.sheet-rolltemplate-skill .sheet-black {
color:black;
}
.sheet-rolltemplate-Thaumaturgy .sheet-black .sheet-tcat .inlinerollresult .fullcrit,
.sheet-rolltemplate-Thaumaturgy .sheet-black .sheet-tcat .inlinerollresult .fullfail,
.sheet-rolltemplate-Thaumaturgy .sheet-black .sheet-tcat .inlinerollresult .inlinerollresult,
.sheet-rolltemplate-spell .sheet-black .sheet-tcat .inlinerollresult .fullcrit,
.sheet-rolltemplate-spell .sheet-black .sheet-tcat .inlinerollresult .fullfail,
.sheet-rolltemplate-spell .sheet-black .sheet-tcat .inlinerollresult .inlinerollresult,
.sheet-rolltemplate-damage .sheet-black .sheet-tcat .inlinerollresult .fullcrit,
.sheet-rolltemplate-damage .sheet-black .sheet-tcat .inlinerollresult .fullfail,
.sheet-rolltemplate-damage .sheet-black .sheet-tcat .inlinerollresult .inlinerollresult,
.sheet-rolltemplate-attack .sheet-black .sheet-tcat .inlinerollresult .fullcrit,
.sheet-rolltemplate-attack .sheet-black .sheet-tcat .inlinerollresult .fullfail,
.sheet-rolltemplate-attack .sheet-black .sheet-tcat .inlinerollresult .inlinerollresult,
.sheet-rolltemplate-skill .sheet-black .sheet-tcat .inlinerollresult .fullcrit,
.sheet-rolltemplate-skill .sheet-black .sheet-tcat .inlinerollresult .fullfail,
.sheet-rolltemplate-skill .sheet-black .sheet-tcat .inlinerollresult .inlinerollresult {
background:black;
border:none;
box-shadow:none;
color: white;
border-radius:5px;
margin-top:4px;
margin-bottom:4px;
}
.sheet-rolltemplate-Thaumaturgy .sheet-tcat .inlinerollresult,
.sheet-rolltemplate-spell .sheet-tcat .inlinerollresult,
.sheet-rolltemplate-damage .sheet-tcat .inlinerollresult,
.sheet-rolltemplate-attack .sheet-tcat .inlinerollresult,
.sheet-rolltemplate-skill .sheet-tcat .inlinerollresult {
background:transparent;
border:none;
box-shadow:none;
color: black;
border-radius:5px;
text-shadow: none;
}
.sheet-rolltemplate-Thaumaturgy table,
.sheet-rolltemplate-spell table,
.sheet-rolltemplate-attack table,
.sheet-rolltemplate-damage table,
.sheet-rolltemplate-skill table {
width: 100%;
border: none;
color: black;
font-size: 0.8em;
box-shadow: inset 0px 0px 30px #b87333,inset 0px 0px 30px #b87333, 0 0 2px #b87333;
background: white;
border-radius: 10px;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
border-spacing:0;
text-shadow: none;
}
.sheet-rolltemplate-Thaumaturgy th,
.sheet-rolltemplate-spell th,
.sheet-rolltemplate-attack th,
.sheet-rolltemplate-damage th,
.sheet-rolltemplate-skill th {
padding: 2px;
color: #000;
text-shadow: none;
box-shadow: inset 0px 0px 30px #b87333 ,inset 0px 0px 30px #b87333;
padding-left: 5px;
}
.sheet-rolltemplate-demon table {
width: 100%;
border: none;
color: white;
font-size: 0.8em;
box-shadow: inset 0px 0px 30px #ff0000,inset 0px 0px 30px #ff0000, 0 0 2px #ff0000;
background: black;
border-radius: 10px;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
border-spacing:0;
text-shadow: none;
}
.sheet-rolltemplate-demon th {
padding: 2px;
color: white;
text-shadow: 0px 0px 5px #000,0px 0px 5px #000,0px 0px 5px #000;
box-shadow: inset 0px 0px 30px #ff0000 ,inset 0px 0px 30px #ff0000;
padding-left: 5px;
}
.sheet-rolltemplate-demon td.sheet-detail {
box-shadow: inset 0px 20px -20px #ff0000 ,inset 0px 0px 30px #ff0000;
}
.sheet-rolltemplate-demon .sheet-tcat .inlinerollresult {
background:transparent;
border:none;
box-shadow:none;
color: black;
border-radius:5px;
text-shadow: 0px 0px 5px #ff0000,0px 0px 5px #ff0000,0px 0px 5px #ff0000;
}
.sheet-rolltemplate-demon .sheet-black .sheet-tcat .inlinerollresult .fullcrit,
.sheet-rolltemplate-demon .sheet-black .sheet-tcat .inlinerollresult .fullfail,
.sheet-rolltemplate-demon .sheet-black .sheet-tcat .inlinerollresult .inlinerollresult {
background:#ff0000;
border:none;
box-shadow:none;
color: white;
border-radius:5px;
margin-top:4px;
margin-bottom:4px;
}
.sheet-rolltemplate-demon .sheet-tcat .inlinerollresult {
background:transparent;
border:none;
box-shadow:none;
color: white;
border-radius:5px;
text-shadow: 0px 0px 5px red,0px 0px 5px red,0px 0px 5px red;
}