mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-01 04:32:28 +00:00
813 lines
14 KiB
CSS
813 lines
14 KiB
CSS
.charsheet {
|
|
font-family: Georgia;
|
|
background-color: white;
|
|
width: 870px;
|
|
}
|
|
|
|
p {
|
|
font-family: Georgia;
|
|
}
|
|
|
|
.sheet-colrow {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.sheet-spacer {
|
|
height:20px;
|
|
}
|
|
|
|
textarea {
|
|
background: none;
|
|
box-shadow: none;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;;
|
|
resize: none;
|
|
border: none;
|
|
}
|
|
|
|
tbody {
|
|
background: none;
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
border: 2px solid black;
|
|
}
|
|
|
|
td {
|
|
background: none;
|
|
}
|
|
|
|
select
|
|
{
|
|
margin:0px;
|
|
}
|
|
|
|
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
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
input.sheet-tab {
|
|
width: 150px;
|
|
height: 20px;
|
|
position: absolute;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
margin-left: 4px;
|
|
opacity: 0;
|
|
margin-top: 1px;
|
|
}
|
|
|
|
input.sheet-tab-first
|
|
{
|
|
margin-left:2px !important;
|
|
}
|
|
|
|
input.sheet-tab-second
|
|
{
|
|
margin-left:152px !important;
|
|
}
|
|
|
|
input.sheet-tab-third
|
|
{
|
|
margin-left:302px !important;
|
|
}
|
|
|
|
input.sheet-tab-four
|
|
{
|
|
margin-left:452px !important;
|
|
}
|
|
|
|
input.sheet-tab-first + span::before
|
|
{
|
|
margin-left:2px !important;
|
|
}
|
|
|
|
input.sheet-tab-second + span::before
|
|
{
|
|
margin-left:152px !important;
|
|
}
|
|
|
|
input.sheet-tab-third + span::before
|
|
{
|
|
margin-left:302px !important;
|
|
}
|
|
|
|
input.sheet-tab-four + span::before
|
|
{
|
|
margin-left:452px !important;
|
|
}
|
|
|
|
input.sheet-tab + span::before {
|
|
content: attr(title);
|
|
display: inline-block;
|
|
position:absolute;
|
|
background: white;
|
|
border: solid 1px #010101;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
width: 150px;
|
|
height: 20px;
|
|
position:absolute;
|
|
}
|
|
|
|
input.sheet-tab:checked + span::before {
|
|
border-bottom-color: white;
|
|
}
|
|
|
|
input.sheet-tab:not(:first-child) + span::before {
|
|
border-left: 2px, black;
|
|
}
|
|
|
|
input.sheet-tab2 + span::before {
|
|
background: #ffffff;
|
|
}
|
|
|
|
input.sheet-tab2:checked + span::before {
|
|
background: white;
|
|
border-bottom-color: none;
|
|
}
|
|
|
|
div.sheet-tab-content {
|
|
border: 15px solid #010101;
|
|
border-top-color: #000;
|
|
margin: 2px 0 0 2px;
|
|
padding: 5px;
|
|
margin-top:-1px;
|
|
}
|
|
|
|
div.sheet-tab2 {
|
|
background-color: white;
|
|
}
|
|
|
|
.sheet-characterinfotable {
|
|
border: 2px solid black;
|
|
width: 300px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.sheet-characterinfotable td {
|
|
border: 2px solid black;
|
|
}
|
|
|
|
.sheet-basicinfotextbox {
|
|
width: 100%;
|
|
background: none;
|
|
border-style:none;
|
|
box-shadow: none;
|
|
border-color: #000000;
|
|
text-align: left;
|
|
font-size:13px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
}
|
|
|
|
.sheet-blackbox {
|
|
border: 2px solid black;
|
|
background-color: black;
|
|
font-weight: none;
|
|
color: white;
|
|
font-size: 12px;
|
|
text-align: left;
|
|
height: 25px;
|
|
padding: 3px;
|
|
font-family: Georgia;
|
|
}
|
|
|
|
.sheet-characterfeaturestable {
|
|
border: 2px solid black;
|
|
width: 100%;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.sheet-blackbox_alternate {
|
|
border: 2px solid black;
|
|
background-color: black;
|
|
font-weight: none;
|
|
color: white;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
padding: 3px;
|
|
}
|
|
|
|
.sheet-featurestextarea {
|
|
width: 97%;
|
|
height: 95px;
|
|
}
|
|
|
|
.sheet-skilltable {
|
|
border: 2px solid black;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-skilltable td {
|
|
border: 2px solid black;
|
|
}
|
|
|
|
.sheet-skilltable div {
|
|
text-align: left;
|
|
}
|
|
|
|
.sheet-skillvaluebox {
|
|
font-weight: bold;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
margin: 0px auto 0px auto;
|
|
text-align: center;
|
|
font-size:50px;
|
|
width: 100%;
|
|
color: black;
|
|
font-family: Lucida Handwriting;
|
|
}
|
|
|
|
.sheet-skillvalue {
|
|
width: 90px;
|
|
}
|
|
|
|
.sheet-focustextarea {
|
|
width: 97%;
|
|
height: 50px;
|
|
text-align: justify;
|
|
}
|
|
|
|
.sheet-xptable {
|
|
border: 2px solid black;
|
|
}
|
|
|
|
.sheet-xptable td {
|
|
border: 2px solid black;
|
|
}
|
|
|
|
.sheet-blackboxlarge {
|
|
border: 2px solid black;
|
|
background-color: black;
|
|
font-weight: none;
|
|
color: white;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
height: 25px;
|
|
padding: 1px;
|
|
font-family: Georgia;
|
|
}
|
|
|
|
.sheet-class_and_xptextbox {
|
|
width: 150px;
|
|
background: none;
|
|
border-style:none;
|
|
box-shadow: none;
|
|
border-color: #000000;
|
|
text-align: center;
|
|
font-size:13px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
}
|
|
|
|
.sheet-2ndstattable {
|
|
border: 2px solid black;
|
|
}
|
|
|
|
.sheet-2ndstattable td {
|
|
border: 2px solid black;
|
|
text-align:center;
|
|
}
|
|
|
|
.sheet-2ndstatbox {
|
|
text-align:center;
|
|
}
|
|
|
|
.sheet-otherinput {
|
|
width: 50px;
|
|
background: none;
|
|
border-style:none;
|
|
box-shadow: none;
|
|
border-color: #000000;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
}
|
|
|
|
.sheet-2nd_statstextbox {
|
|
width: 83px;
|
|
background: none;
|
|
border-style:none;
|
|
box-shadow: none;
|
|
border-color: #000000;
|
|
text-align: center;
|
|
font-size: 40px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
}
|
|
|
|
.sheet-armortypetextarea {
|
|
width: 97%;
|
|
background: none;
|
|
border-style:none;
|
|
box-shadow: none;
|
|
border-color: #000000;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
}
|
|
|
|
.sheet-container {
|
|
position: relative;
|
|
min-height: 60px;
|
|
border-radius: 0px;
|
|
border: 1px solid black;
|
|
background: none;
|
|
}
|
|
|
|
.sheet-weapons-content {
|
|
height: 100%;
|
|
}
|
|
|
|
.sheet-weaponscont {
|
|
border: 2px solid black;
|
|
position: relative;
|
|
}
|
|
|
|
.sheet-weaponstable {
|
|
border: 2px solid black;
|
|
width: 100%;
|
|
}
|
|
.sheet-weaponstable td {
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-blackbox_alternate2 {
|
|
border: 2px solid black;
|
|
background-color: black;
|
|
font-weight: none;
|
|
color: white;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-weaponnametext {
|
|
width: 200px;
|
|
background: none;
|
|
border: none;
|
|
border-radius: 0px;
|
|
border-bottom: 2px solid;
|
|
box-shadow: none;
|
|
border-color: #000000;
|
|
text-align: left;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
}
|
|
|
|
.sheet-weaponatacktext {
|
|
width: 60px;
|
|
background: none;
|
|
border: none;
|
|
border-radius: 0px;
|
|
border-bottom: 2px solid;
|
|
box-shadow: none;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
}
|
|
|
|
.sheet-weaponrangetext {
|
|
width: 40px;
|
|
background: none;
|
|
border: none;
|
|
border-radius: 0px;
|
|
border-bottom: 2px solid;
|
|
box-shadow: none;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
}
|
|
|
|
.sheet-weapondamagetext {
|
|
width: 60px;
|
|
background: none;
|
|
border: none;
|
|
border-bottom: 2px solid;
|
|
border-radius: 0px;
|
|
box-shadow: none;
|
|
text-align: left;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
}
|
|
|
|
.sheet-borderdown {
|
|
border-bottom: 2px solid black;
|
|
font-size: 9px;
|
|
}
|
|
|
|
.sheet-borderall {
|
|
border: 2px solid black;
|
|
font-size: 9px;
|
|
}
|
|
|
|
.sheet-weaponstype {
|
|
height: 30px;
|
|
width: 458px;
|
|
text-align: left;
|
|
}
|
|
|
|
.sheet-weapondetails {
|
|
height: 30px;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-weaponnametext2 {
|
|
width: 150px;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
border-color: #000000;
|
|
text-align: left;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
}
|
|
.sheet-reloadtext {
|
|
height: 100%;
|
|
width: 85px;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
border-color: #000000;
|
|
text-align: left;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
.sheet-weaponspecs {
|
|
width: 231px;
|
|
height: 100%;
|
|
text-align: left;
|
|
font-size: 12px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
}
|
|
|
|
.sheet-ammotable td {
|
|
border: 2px solid black;
|
|
}
|
|
|
|
.sheet-ammotext {
|
|
width: 100%;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
}
|
|
.sheet-ammotypetext {
|
|
width: 100%;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
text-align: left;
|
|
font-size: 20px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
}
|
|
|
|
.sheet-circularhome {
|
|
width:100%;
|
|
height:100%;
|
|
z-index:1;
|
|
position:relative;
|
|
}
|
|
|
|
.sheet-circulartextbox {
|
|
background: none;
|
|
border: none;
|
|
width: 70px;
|
|
height: 70px;
|
|
background-image: url('http://imgsrv.roll20.net/?src=i.imgur.com/pEjJcho.png');
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: contain;
|
|
text-align:center;
|
|
padding:0;
|
|
right: -10px;
|
|
top: -33px;
|
|
z-index:2;
|
|
position: absolute;
|
|
}
|
|
|
|
.sheet-circulartext {
|
|
font-weight: bold;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
margin: 0px auto 0px auto;
|
|
text-align: center;
|
|
font-size:24px;
|
|
width: 70px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
padding:0;
|
|
vertical-align: middle;
|
|
position:absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%,-50%);
|
|
}
|
|
|
|
.sheet-circularp {
|
|
font-weight: bold;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
margin: 0px auto 0px auto;
|
|
text-align: center;
|
|
font-size:14px;
|
|
color: #000000;
|
|
font-family: Georgia;
|
|
padding:0;
|
|
position:absolute;
|
|
left: 50%;
|
|
top: 110%;
|
|
transform: translate(-50%,-50%);
|
|
}
|
|
|
|
.sheet-spellbox {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 2px solid black;
|
|
}
|
|
|
|
.sheet-powerstext {
|
|
width: 475px;
|
|
height: 150px;
|
|
text-align: left;
|
|
}
|
|
|
|
.sheet-spelltable td {
|
|
border: 2px solid black;
|
|
}
|
|
.sheet-spelltable {
|
|
border: 2px solid black;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-spelltext {
|
|
width:110px;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
text-align: left;
|
|
font-size: 14px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
padding:0;
|
|
}
|
|
.sheet-spellselect {
|
|
width: 100%;
|
|
font-size: 12px;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
text-align: left;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
-webkit-appearance: none;
|
|
padding:0;
|
|
}
|
|
.sheet-spellselect2 {
|
|
width: 90px;
|
|
font-size: 12px;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
text-align: left;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
-webkit-appearance: none;
|
|
padding:0;
|
|
}
|
|
.sheet-manatext {
|
|
width: 45px;
|
|
font-size: 12px;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
text-align: left;
|
|
font-size: 14px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
padding:0;
|
|
}
|
|
.sheet-timetext {
|
|
width:100px;
|
|
font-size:12px;
|
|
border: none;
|
|
box-shadow: none;
|
|
text-align: left;
|
|
font-size: 14px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
padding:0;
|
|
}
|
|
.sheet-natext {
|
|
width:30px;
|
|
font-size:12px;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
text-align: left;
|
|
font-size: 14px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
padding:0;
|
|
}
|
|
.sheet-vstext {
|
|
width:100%;
|
|
font-size:10px;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
text-align: left;
|
|
font-size: 14px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
padding:0;
|
|
}
|
|
.sheet-spelltext {
|
|
width:100%;
|
|
height: 40px;
|
|
}
|
|
|
|
.sheet-talent {
|
|
height: 360px;
|
|
position: relative;
|
|
}
|
|
|
|
.sheet-lefter {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
|
|
.sheet-general {
|
|
width: 97%;
|
|
}
|
|
|
|
.sheet-concepttext {
|
|
height: 160px;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-goalstextsmall {
|
|
height: 70px;
|
|
}
|
|
|
|
.sheet-goalstext {
|
|
height: 260px;
|
|
}
|
|
|
|
.sheet-tiestext {
|
|
height: 110px;
|
|
}
|
|
|
|
.sheet-section {
|
|
position: relative;
|
|
min-height: 30px;
|
|
border-radius: 0px;
|
|
border: 2px solid black;
|
|
background: none;
|
|
}
|
|
|
|
.sheet-inventory {
|
|
height: 550px;
|
|
border: 2px solid black;
|
|
padding-bottom: 35px;
|
|
position: relative;
|
|
}
|
|
|
|
.sheet-inventory-content {
|
|
overflow-y: auto;
|
|
height: 100%;
|
|
}
|
|
|
|
.sheet-InventoryName {
|
|
border: none;
|
|
width: 100%;
|
|
font-size: 10px;
|
|
font-family: Lucida Handwriting;
|
|
box-shadow: none;
|
|
}
|
|
.sheet-InventoryAmount {
|
|
border: none;
|
|
width: 50px;
|
|
font-size: 10px;
|
|
font-family: Lucida Handwriting;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.sheet-invTable td {
|
|
border: 2px solid black;
|
|
}
|
|
|
|
.sheet-circularmoney {
|
|
background: none;
|
|
border: none;
|
|
width: 70px;
|
|
height: 70px;
|
|
background-image: url('http://imgsrv.roll20.net/?src=i.imgur.com/pEjJcho.png');
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: contain;
|
|
text-align:center;
|
|
}
|
|
.sheet-circularmoneytext {
|
|
width: 65px;
|
|
background: none;
|
|
border: none;
|
|
border-radius: 0px;
|
|
box-shadow: none;
|
|
border-color: black;
|
|
text-align: center;
|
|
font-size: 15px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
}
|
|
|
|
.sheet-talenttext {
|
|
width:300px;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
text-align: left;
|
|
font-size: 20px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
padding:0;
|
|
}
|
|
.sheet-talentnumber {
|
|
background: none;
|
|
border: 2px solid black;
|
|
box-shadow: none;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
padding:0;
|
|
}
|
|
.sheet-talentselect {
|
|
width: 100%;
|
|
font-size: 15px;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
text-align: left;
|
|
color: #000000;
|
|
font-family: Lucida Handwriting;
|
|
-webkit-appearance: none;
|
|
padding:0;
|
|
}
|
|
.sheet-talentarea {
|
|
width:100%;
|
|
height: 40px;
|
|
}
|
|
|
|
.focus-input {
|
|
font-family: Lucida Handwriting;
|
|
}
|
|
|
|
.sheet-skillvaluebox {
|
|
width: 100% !important;
|
|
font-size: 2em !important;
|
|
}
|
|
|
|
.sheet-2ndstattable {
|
|
table-layout: fixed;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-2nd_statstextbox {
|
|
width: 100% !important;
|
|
} |