Files
roll20-character-sheets/7th Sea/7th Sea.css
T
2016-03-21 07:55:56 -04:00

1062 lines
24 KiB
CSS

.charsheet {
background: url('https://upload.wikimedia.org/wikipedia/commons/8/84/Parchment.00.jpg');
background-size:100%;
}
.sheet-banner {
background: url('http://www.angelfire.com/theforce2/randomir/7thSeaTitle.gif');
background-repeat: no-repeat;
background-size: 70%;
float:right;
}
.sheet-hidden {
display:none;
}
/*============= TABS =============*/
div.sheet-tab-content
{ display: none; }
input.sheet-tab1:checked ~ div.sheet-tab1,
input.sheet-tab2:checked ~ div.sheet-tab2,
input.sheet-tab3:checked ~ div.sheet-tab3,
input.sheet-tab4:checked ~ div.sheet-tab4,
input.sheet-tab5:checked ~ div.sheet-tab5,
input.sheet-tab6:checked ~ div.sheet-tab6
{
display: block;
}
input.sheet-tab
{
width: 150px;
height: 20px;
position: relative;
left: 6px;
margin: 0px -1.5px;
cursor: pointer;
z-index: 1;
border: 5px #A52A2A;
}
input.sheet-tab::before
{
content: attr(title);
/*
border: solid 1px #c8c8c8;
border-bottom-color: black; */
text-align: center;
display: inline-block;
background: #fff;
color: black;
font-family:GreatVibesRegular;
width: 150px;
height: 20px;
font-size: 18px;
border: 2px solid #A52A2A;
}
input.sheet-tab:checked::before
{
background: black;
color: white;
border: 2px solid #A52A2A;
}
input.sheet-tab:not(:first-child)::before
{
border-left: none;
}
div.sheet-tab-content
{
width:830px;
margin: 2px 0 0 5px;
padding: 5px;
}
div.sheet-tab2
{
background-color: ;
}
/*-----textbox-----*/
.sheet-textbox {
background:transparent;
border-top:none;
border-left:none;
border-right:none;
border-bottom: 1px solid black;
box-shadow:none;
width:100%;
}
.sheet-textbox[type="number"] {
text-align:center;
background:transparent;
border-top:none;
border-left:none;
border-right:none;
border-bottom: 1px solid black;
box-shadow:none;
width:100%;
}
.sheet-defense {
text-align:center;
background:transparent;
border-top:none;
border-left:none;
border-right:none;
border-bottom: none;
box-shadow:none;
font-family:GreatVibesRegular;
font-size:1.4em;
}
.sheet-skillbox {
background:transparent;
border-top:none;
border-left:none;
border-right:none;
border-bottom: 1px solid black;
box-shadow:none;
width:100%;
color:#13558f;
text-shadow: 0px 0px 0.2em white;
font-style:italic;
font-weight:700;
}
.sheet-skilltitle {
background:transparent;
border-top:none;
border-left:none;
border-right:none;
border-bottom: 1px solid black;
box-shadow:none;
color:#13558f;
text-shadow: 0px 0px 0.2em white;
font-weight:700;
font-family:GreatVibesRegular;
font-size:1.2em;
}
.sheet-skilltitle::-webkit-input-placeholder {
padding-top:6px;
}
.sheet-Sorcerous {
text-shadow: 0px 0px 0.2em blue;
color:white;
}
.sheet-Swordsman {
text-shadow: 0px 0px 0.2em red;
color:black;
}
.sheet-wounds {
background:transparent;
border:none;
box-shadow:none;
width:100%;
font-style:italic;
font-size:2em;
font-weight:bold;
text-shadow: 0px 0px 0.2em red;
text-align:center;
}
.sheet-center {
margin-left:auto;
margin-right:auto;
text-align:center;
}
.sheet-select {
margin:0;
background:transparent;
font-family:GreatVibesRegular;
border:none;
font-size:1em;
font-weight:bold;
}
{
font-family:GreatVibesRegular;
font-size:1.2em;
}
h3 {
font-family:GreatVibesRegular;
font-size:1.6em;
text-shadow: 0px 0px 0.2em white;
}
h4 {
font-family:GreatVibesRegular;
font-size:1.4em;
text-shadow: 0px 0px 0.2em white;
}
h5 {
font-family:GreatVibesRegular;
font-size:1.2em;
}
td, th {
font-family:GreatVibesRegular;
font-size:1.2em;
}
.sheet-textarea {
background: url('https://c1.staticflickr.com/3/2642/3751270375_4dba7c40e4.jpg');
background-size:100%;
width:97%;
resize:vertical;
}
/*===== tables =====*/
.sheet-skilltable {
background: url('https://c1.staticflickr.com/3/2642/3751270375_4dba7c40e4.jpg');
background-size:100%;
font-family:GreatVibesRegular;
color:black;
font-weight:400;
width:75%;
}
/* ======== Sheet-arrow to hide things========*/
input.sheet-arrow[type="checkbox"] {
opacity: 0;
width: 16px;
height: 16px;
position: relative;
top: 5px;
left: 6px;
margin: -10px;
cursor: pointer;
z-index: 1;
}
/* -----Fake sheet-arrow checkbox----- */
input.sheet-arrow[type="checkbox"] + span::before
{
margin-right: 4px;
line-height: 14px;
text-align: center;
display: inline-block;
vertical-align: middle;
float: left;
width: 14px;
height: 14px;
content: "▼";
transform: rotate(-90deg);
}
input.sheet-arrow[type="checkbox"]:checked + span::before {
width: 14px;
height: 14px;
content: "▼";
transform: rotate(0deg);
}
div.sheet-body {
display: none;
}
/* -----Hiding areas with sheet-arrow ----- */
input.sheet-arrow {
float: left;
}
input.sheet-arrow:checked ~ div.sheet-body {
display: block;
}
/*-----radio boxes-----*/
/* -----Sheet-defense-toggle----- */
input.sheet-defense-toggle[type="radio"] {
opacity: 0;
width: 16px;
height: 16px;
position: relative;
top: 5px;
left: 6px;
margin: -10px;
cursor: pointer;
z-index: 1;
}
input.sheet-defense-toggle[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 2px #ccc;
-webkit-box-shadow: 0 0 2px #ccc;
box-shadow: 0 0 2px #ccc;
background: #f6f6f6;
background: -moz-radial-gradient(#f6f6f6, #dfdfdf);
background: -webkit-radial-gradient(#f6f6f6, #dfdfdf);
background: -ms-radial-gradient(#f6f6f6, #dfdfdf);
background: -o-radial-gradient(#f6f6f6, #dfdfdf);
background: radial-gradient(#f6f6f6, #dfdfdf);
color:blue;
content: "";
width: 12px;
height: 12px;
font-size: 0.7em;
background-size:10%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
input.sheet-defense-toggle[type="radio"]:checked + span::before {
content: "•";
}
/*-----radio boxes-----*/
/* -----Sheet-normal----- */
/* -----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 2px #ccc;
-webkit-box-shadow: 0 0 2px #ccc;
box-shadow: 0 0 2px #ccc;
background: #f6f6f6;
background: -moz-radial-gradient(#f6f6f6, #dfdfdf);
background: -webkit-radial-gradient(#f6f6f6, #dfdfdf);
background: -ms-radial-gradient(#f6f6f6, #dfdfdf);
background: -o-radial-gradient(#f6f6f6, #dfdfdf);
background: radial-gradient(#f6f6f6, #dfdfdf);
color:black;
content: "•";
width: 12px;
height: 12px;
font-size: 1em;
background-size:10%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
input.sheet-skill[type="radio"] + span::before {
font-size: 1em;
}
/* -----Remove dot from all radios _after_ selected one----- */
input.sheet-normal[type="radio"]:checked ~ input.sheet-normal[type="radio"] + span::before
{
content: "";
}
/*------------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;
}
/*========Melee toggle Checkbox========*/
/* Hide actual radio/checkbox */
input.sheet-meleecheck[type="checkbox"]
{
opacity: 0;
width: 16px;
height: 16px;
position: relative;
top: 0px;
left: 20px;
margin: 0px;
cursor: pointer;
z-index: 1;
}
/* Fake checkbox */
input.sheet-meleecheck[type="checkbox"] + span::before
{
margin-left: 4px;
border: solid 1px #a8a8a8;
line-height: 14px;
text-align: center;
display: inline-block;
vertical-align: middle;
-moz-box-shadow: 0 0 2px #ccc;
-webkit-box-shadow: 0 0 2px #ccc;
box-shadow: 0 0 2px #ccc;
background: #f6f6f6;
background: -moz-radial-gradient(#f6f6f6, #dfdfdf);
background: -webkit-radial-gradient(#f6f6f6, #dfdfdf);
background: -ms-radial-gradient(#f6f6f6, #dfdfdf);
background: -o-radial-gradient(#f6f6f6, #dfdfdf);
background: radial-gradient(#f6f6f6, #dfdfdf);
}
/* Fake checkbox */
input.sheet-meleecheck[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-meleecheck[type="checkbox"]:checked + span::before
{
color:red;
content: "✓";
}
@font-face {
font-family: 'GreatVibesRegular';
src: url('http://openfontlibrary.org/assets/fonts/rebecca/d32a4d9e4887fccf9ce200538290cd10/53e7427de4aaa693950c7a9c35de80e2/GreatVibesRegular.otf');
font-weight: normal;
font-style: normal;
}
/*==========buttons=====|=====*/
/*=====traits=====*/
.sheet-trait_roll[type="roll"]:before {
content: ""!important;
display: none;
}
.sheet-trait_roll[type="roll"] {
width: 100%;
vertical-align: middle;
display: inline-block;
margin: 0;
line-height: 1em;
font-weight: 700;
text-align: left;
vertical-align: middle;
cursor: pointer;
background-image: none;
background-color: transparent;
border: 2px solid transparent; /* 1px solid black */;
padding: 2px;
padding-bottom:4px;
font-size: 1em;
white-space: nowrap;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-weight: 700;
font-family: "GreatVibesRegular";
}
.sheet-trait_roll[type="roll"]:hover {
border: 2px inset gray; /* 1px solid black */;
padding-left:4px;
padding-top:4px;
padding-right:2px;
padding-bottom:0px;
}
/*=====skills=====*/
.sheet-skillbutton[type="roll"]:before {
content: ""!important;
display: none;
}
.sheet-skillbutton[type="roll"] label,
.sheet-skillbutton[type="roll"] input,
.sheet-skillbutton[type="roll"] {
width: 100%;
vertical-align: middle;
display: inline-block;
margin: 0;
line-height: 0.7em;
font-weight: 700;
text-align: left;
vertical-align: middle;
cursor: pointer;
background-image: none;
background-color: transparent;
border: 2px solid transparent; /* 1px solid black */;
padding: 2px;
padding-bottom:4px;
white-space: nowrap;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-family: "GreatVibesRegular";
font-size:0.7em;
}
.sheet-skillbutton[type="roll"]:hover {
border: 2px inset gray; /* 1px solid black */;
padding-left:4px;
padding-top:4px;
padding-right:2px;
padding-bottom:0px;
}
.sheet-action_die[type="roll"] {
width:150px;
height:45px;
}
/*==========feat number button==========*/
div.sheet-actiondie {
width: 110px;
height: 30px;
position: relative;
}
input.sheet-actiondie {
margin: 6px 0 0 5px;
opacity: 0;
width: 45px;
height: 45px;
position: absolute;
z-index: 1;
}
span.sheet-actiondie {
margin: 10px 0 0 20px;
display: none;
}
input.sheet-tendie { z-index: 2; }
input.sheet-zerodie:checked + input.sheet-tendie,
input.sheet-tendie:checked + input.sheet-ninedie,
input.sheet-ninedie:checked + input.sheet-eightdie,
input.sheet-eightdie:checked + input.sheet-sevendie,
input.sheet-sevendie:checked + input.sheet-sixdie,
input.sheet-sixdie:checked + input.sheet-fivedie,
input.sheet-fivedie:checked + input.sheet-fourdie,
input.sheet-fourdie:checked + input.sheet-threedie,
input.sheet-threedie:checked + input.sheet-twodie,
input.sheet-twodie:checked + input.sheet-onedie,
input.sheet-onedie:checked + input.sheet-zerodie,
{
z-index: 3;
}
input.sheet-zerodie:checked ~ span.sheet-zerodie,
input.sheet-onedie:checked ~ span.sheet-onedie,
input.sheet-twodie:checked ~ span.sheet-twodie,
input.sheet-threedie:checked ~ span.sheet-threedie,
input.sheet-fourdie:checked ~ span.sheet-fourdie,
input.sheet-fivedie:checked ~ span.sheet-fivedie,
input.sheet-sixdie:checked ~ span.sheet-sixdie,
input.sheet-sevendie:checked ~ span.sheet-sevendie,
input.sheet-eightdie:checked ~ span.sheet-eightdie,
input.sheet-ninedie:checked ~ span.sheet-ninedie,
input.sheet-tendie:checked ~ span.sheet-tendie,
{
display: inline-block;
}
.sheet-tendie {
width: 55px;
height: 55px;
background: url("http://cdn.mysitemyway.com/etc-mysitemyway/icons/legacy-previews/icons/abstract-red-and-gold-paint-splatter-icons-alphanumeric/068225-abstract-red-and-gold-paint-splatter-icon-alphanumeric-m00-clear.png") no-repeat 0 0;
background-size: 100%;
}
.sheet-onedie {
width: 55px;
height: 55px;
background: url("http://cdn.mysitemyway.com/etc-mysitemyway/icons/legacy-previews/icons/abstract-red-and-gold-paint-splatter-icons-alphanumeric/068226-abstract-red-and-gold-paint-splatter-icon-alphanumeric-m01-clear.png") no-repeat 0 0;
background-size: 100%;
}
.sheet-twodie {
width: 55px;
height: 55px;
background: url("http://cdn.mysitemyway.com/etc-mysitemyway/icons/legacy-previews/icons/abstract-red-and-gold-paint-splatter-icons-alphanumeric/068227-abstract-red-and-gold-paint-splatter-icon-alphanumeric-m02-clear.png") no-repeat 0 0;
background-size: 100%;
}
.sheet-threedie {
width: 55px;
height: 55px;
background: url("http://cdn.mysitemyway.com/etc-mysitemyway/icons/legacy-previews/icons/abstract-red-and-gold-paint-splatter-icons-alphanumeric/068228-abstract-red-and-gold-paint-splatter-icon-alphanumeric-m03-clear.png") no-repeat 0 0;
background-size: 100%;
}
.sheet-fourdie {
width: 55px;
height: 55px;
background: url("http://cdn.mysitemyway.com/etc-mysitemyway/icons/legacy-previews/icons-256/abstract-red-and-gold-paint-splatter-icons-alphanumeric/068229-abstract-red-and-gold-paint-splatter-icon-alphanumeric-m04-clear.png") no-repeat 0 0;
background-size: 100%;
}
.sheet-fivedie {
width: 55px;
height: 55px;
background: url("http://cdn.mysitemyway.com/etc-mysitemyway/icons/legacy-previews/icons-256/abstract-red-and-gold-paint-splatter-icons-alphanumeric/068230-abstract-red-and-gold-paint-splatter-icon-alphanumeric-m05-clear.png") no-repeat 0 0;
background-size: 100%;
}
.sheet-sixdie {
width: 55px;
height: 55px;
background: url("http://cdn.mysitemyway.com/etc-mysitemyway/icons/legacy-previews/icons-256/abstract-red-and-gold-paint-splatter-icons-alphanumeric/068231-abstract-red-and-gold-paint-splatter-icon-alphanumeric-m06-clear.png") no-repeat 0 0;
background-size: 100%;
}
.sheet-sevendie {
width: 55px;
height: 55px;
background: url("http://cdn.mysitemyway.com/etc-mysitemyway/icons/legacy-previews/icons-256/abstract-red-and-gold-paint-splatter-icons-alphanumeric/068232-abstract-red-and-gold-paint-splatter-icon-alphanumeric-m07-clear.png") no-repeat 0 0;
background-size: 100%;
}
.sheet-eightdie {
width: 55px;
height: 55px;
background: url("http://cdn.mysitemyway.com/etc-mysitemyway/icons/legacy-previews/icons/abstract-red-and-gold-paint-splatter-icons-alphanumeric/068233-abstract-red-and-gold-paint-splatter-icon-alphanumeric-m08-clear.png") no-repeat 0 0;
background-size: 100%;
}
.sheet-ninedie {
width: 55px;
height: 55px;
background: url("http://cdn.mysitemyway.com/etc-mysitemyway/icons/legacy-previews/icons/abstract-red-and-gold-paint-splatter-icons-alphanumeric/068234-abstract-red-and-gold-paint-splatter-icon-alphanumeric-m09-clear.png") no-repeat 0 0;
background-size: 100%;
}
.sheet-zerodie {
width: 55px;
height: 55px;
background: url("http://cdn.mysitemyway.com/etc-mysitemyway/icons/legacy-previews/icons-256/abstract-red-and-gold-paint-splatter-icons-media/002603-abstract-red-and-gold-paint-splatter-icon-media-a-media36-delete.png") no-repeat 0 0;
background-size: 100%;
}
/*=====Tooltips =====*/
.sheet-tooltips {
position: relative;
display: inline;
}
.sheet-tooltips span {
position: absolute;
width:140px;
color: #000000;
background: #FFFFFF;
border: 2px solid #FF0800;
height: 30px;
line-height: 30px;
text-align: center;
visibility: hidden;
border-radius: 6px;
box-shadow: -5px 5px 5px #000000;
}
.sheet-tooltips span:before {
content: '';
position: absolute;
top: 100%;
left: 50%;
margin-left: -12px;
width: 0; height: 0;
border-top: 12px solid #FF0800;
border-right: 12px solid transparent;
border-left: 12px solid transparent;
}
.sheet-tooltips span:after {
content: '';
position: absolute;
top: 100%;
left: 50%;
margin-left: -8px;
width: 0; height: 0;
border-top: 8px solid #FFFFFF;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
}
.sheet-tooltips:hover.sheet-tooltips span {
visibility: visible;
opacity: 0.8;
bottom: 30px;
left: 50%;
margin-left: -76px;
z-index: 999;
}
/*================================*/
/*========Roll templates==========*/
.sheet-rolltemplate-Initiative table {
width: 100%;
border: 1px solid;
color: black;
font-size: 1em;
font-family: "Helvetica Neue", Helvetica, sans-serif;
background: url('http://www.stbernardakron.org/wp-content/uploads/2013/03/Parchment-42.jpg');
}
.sheet-rolltemplate-Initiative th {
font-family: 'GreatVibesRegular';
font-size: 2em;
font-weight:700;
line-height:2em;
}
/*========Roll templates=========*/
/*========Skill==========*/
.sheet-rolltemplate-skill .sheet-wrapper {
background:url(http://i.imgur.com/BLb0XMU.jpg) top left repeat;
}
.sheet-rolltemplate-skill .sheet-border {
border-color: #7E2D40;
border-style: solid;
border-width: 1px;
border-top-width: 0px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.sheet-rolltemplate-skill .sheet-header {
color: #7E2D40;
padding: 2px 0px 2px 4px;
font-size: 1.4em;
font-weight: bold;
text-align: left;
font-family: "Times New Roman", Times, serif;
font-variant: small-caps;
letter-spacing: 1px;
}
.sheet-rolltemplate-skill .sheet-subheader {
color: #7E2D40;
padding: 2px 10px 2px 10px;
font-size: 1em;
font-weight: bold;
text-align: left;
font-family: "Times New Roman", Times, serif;
font-variant: small-caps;
letter-spacing: 1px;
}
.sheet-rolltemplate-skill .sheet-header_background {
background-color: transparent;
border-color: #7E2D40;
border-style: solid;
border-width: 0px;
border-bottom-width: 3px;
border-right-width: 4px;
border-top-right-radius: 16px;
background-size: auto;
}
.sheet-rolltemplate-skill .sheet-subheader_background {
background-color: transparent;
text-align: center;
border-color: #7E2D40;
border-style: solid;
border-width: 0px;
border-right-width: 4px;
background-size: contain;
}
.sheet-rolltemplate-skill .sheet-tcat {
font-weight: bold;
}
.sheet-rolltemplate-skill .sheet-content {
padding: 1px 5px 1px 5px;
font-size: 0.9em;
text-align: center;
}
.sheet-rolltemplate-skill .inlinerollresult {
background-color: transparent;
border: none;
}
.sheet-rolltemplate-skill .inlinerollresult.fullcrit {
color: #3FB315;
border: none;
}
.sheet-rolltemplate-skill .inlinerollresult.fullfail {
color: #B31515;
border: none;
}
.sheet-rolltemplate-skill .inlinerollresult.importantroll {
color: #4A57ED;
border: none;
}
/*========Roll templates=========*/
/*========Spell==========*/
.sheet-rolltemplate-spell .sheet-wrapper {
background:url('http://www.stbernardakron.org/wp-content/uploads/2013/03/Parchment-42.jpg') top left repeat;
}
.sheet-rolltemplate-spell .sheet-border {
border-color: blue;
border-style: solid;
border-width: 1px;
border-top-width: 0px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.sheet-rolltemplate-spell .sheet-header {
text-shadow: 0px 0px 0.2em blue;
color:white;
padding: 2px 0px 2px 4px;
font-size: 1.2em;
font-weight: bold;
text-align: left;
font-family: "Times New Roman", Times, serif;
font-variant: small-caps;
letter-spacing: 1px;
}
.sheet-rolltemplate-spell .sheet-subheader {
text-shadow: 0px 0px 0.2em blue;
color:white;
padding: 2px 10px 2px 10px;
font-size: 1em;
font-weight: bold;
text-align: left;
font-family: "Times New Roman", Times, serif;
font-variant: small-caps;
letter-spacing: 1px;
}
.sheet-rolltemplate-spell .sheet-header_background {
background-color: transparent;
border-color: blue;
border-style: solid;
border-width: 0px;
border-bottom-width: 3px;
border-right-width: 4px;
border-top-right-radius: 16px;
background-size: auto;
}
.sheet-rolltemplate-spell .sheet-subheader_background {
background-color: transparent;
text-align: center;
border-color: blue;
border-style: solid;
border-width: 0px;
border-right-width: 4px;
background-size: contain;
}
.sheet-rolltemplate-spell .sheet-tcat {
font-weight: bold;
}
.sheet-rolltemplate-spell .sheet-content {
padding: 1px 5px 1px 5px;
font-size: 0.9em;
text-align: center;
}
.sheet-rolltemplate-spell .inlinerollresult {
background-color: transparent;
border: none;
}
.sheet-rolltemplate-spell .inlinerollresult.fullcrit {
color: #3FB315;
border: none;
}
.sheet-rolltemplate-spell .inlinerollresult.fullfail {
color: #B31515;
border: none;
}
.sheet-rolltemplate-spell .inlinerollresult.importantroll {
color: #4A57ED;
border: none;
}
/*========Roll templates=========*/
/*========Attack==========*/
.sheet-rolltemplate-attack .sheet-wrapper {
background:url('http://www.stbernardakron.org/wp-content/uploads/2013/03/Parchment-42.jpg') top left repeat;
}
.sheet-rolltemplate-attack .sheet-border {
border-color: red;
border-style: solid;
border-width: 1px;
border-top-width: 0px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.sheet-rolltemplate-attack .sheet-header {
text-shadow: 0px 0px 0.2em red;
color:white;
padding: 2px 0px 2px 4px;
font-size: 1.2em;
font-weight: bold;
text-align: left;
font-family: "Times New Roman", Times, serif;
font-variant: small-caps;
letter-spacing: 1px;
}
.sheet-rolltemplate-attack .sheet-subheader {
text-shadow: 0px 0px 0.2em red;
color:white;
padding: 2px 10px 2px 10px;
font-size: 1em;
font-weight: bold;
text-align: left;
font-family: "Times New Roman", Times, serif;
font-variant: small-caps;
letter-spacing: 1px;
}
.sheet-rolltemplate-attack .sheet-header_background {
background-color: transparent;
border-color: red;
border-style: solid;
border-width: 0px;
border-bottom-width: 3px;
border-right-width: 4px;
border-top-right-radius: 16px;
background-size: auto;
}
.sheet-rolltemplate-attack .sheet-subheader_background {
background-color: transparent;
text-align: center;
border-color: red;
border-style: solid;
border-width: 0px;
border-right-width: 4px;
background-size: contain;
}
.sheet-rolltemplate-attack .sheet-tcat {
font-weight: bold;
}
.sheet-rolltemplate-attack .sheet-content {
padding: 1px 5px 1px 5px;
font-size: 0.9em;
text-align: center;
}
.sheet-rolltemplate-attack .sheet-important {
padding: 2px 5px 2px 5px;
text-align: center;
background-color: transparent;
font-size: 1.1em;
}
.sheet-rolltemplate-attack .sheet-content .inlinerollresult {
background-color: transparent;
border: none;
}
.sheet-rolltemplate-attack .sheet-important .inlinerollresult {
background-color: transparent;
border: none;
color:blue;
}
/*========Roll templates=========*/
/*========Defend==========*/