mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
Updated to have i18n translation strings for all fields, labels, and images. translation.json contains English translation. Original sheet had Korean language. To conform to crowdin source language requirements, I changed the language. Added ko.json, whiich contains the original Korean language strings. PLEASE PUT THIS IN THE translations/ FOLDER once this sheet has been added to crowdin so that Korean-language users will not have their experience distrupted. Also moved images from imgur to github and links to images to github. Did some typo fixes and cleanup, but did not change any attribute names.
324 lines
29 KiB
CSS
324 lines
29 KiB
CSS
|
|
select, div, button, textarea, span, input, img, label{box-sizing: border-box; outline:0;}
|
|
fieldset {margin:0; padding:0; border:none;}
|
|
.ui-dialog .charsheet {padding:0;}
|
|
|
|
.repcontrol {margin-top:5px;}
|
|
.sheet-nc-wrap .repcontainer.editmode .repitem .itemcontrol {position:static; height:auto;}
|
|
.sheet-nc-wrap .repcontainer.editmode .repitem .itemcontrol > * {display:block; position:absolute; float:none; top:0; left:0; z-index:1;}
|
|
.sheet-nc-wrap .repcontainer.editmode .repitem .itemcontrol .repcontrol_del {right:0; left:auto;}
|
|
|
|
.sheet-chk {display:inline-block; position:relative; width:15px; height:15px; vertical-align:middle; box-sizing:border-box; z-index:0;}
|
|
.sheet-chk span {display:block; position:absolute; top:0; left:0; right:0; bottom:0; background:#fff; border:1px solid #000; border-radius:100%; box-sizing:border-box; z-index:-1;}
|
|
.sheet-chk input[type="checkbox"] {display:block; position:absolute; width:100%; height:100%; top:0; left:0; right:0; bottom:0; border:none; background:none; opacity:0; z-index:0; cursor:pointer;}
|
|
.sheet-chk input[type="checkbox"]:checked + span {background:red;}
|
|
|
|
.sheet-nc-wrap {position:relative; width:850px; min-height:400px; margin:0 -10px; font-size:12px; font-family:'Malgun Gothic'; color:#222; padding-bottom:50px; line-height:1.2; background:url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nechronica/banner.jpg') no-repeat 50% 0;}
|
|
.sheet-nc-wrap * {font-family:'Malgun Gothic';}
|
|
.sheet-nc-wrap p {margin:0;}
|
|
.sheet-nc-wrap .sheet-label {display:block; position:relative; border-radius:13px; background:#000; line-height:24px; vertical-align:middle; color:#fff; text-align:center; height:24px;}
|
|
|
|
.sheet-nc-wrap input,
|
|
.sheet-nc-wrap textarea,
|
|
.sheet-nc-wrap select,
|
|
.sheet-nc-wrap .uneditable-input {margin:0;}
|
|
|
|
.sheet-nc-wrap input[type="number"]::-webkit-outer-spin-button,
|
|
.sheet-nc-wrap input[type="number"]::-webkit-inner-spin-button {-webkit-appearance:none; margin:0;}
|
|
|
|
.sheet-nc-wrap input[type="text"],
|
|
.sheet-nc-wrap input[type="number"] {border:none; height:25px; border-radius:8px; background:rgba(0,0,0,.1); padding:0 5px; font-size:12px; width:100%; color:#000;}
|
|
.sheet-nc-wrap select {border:none; height:25px; padding:0 5px; font-size:12px; width:100%;}
|
|
|
|
.sheet-nc-wrap input[type="text"].sheet-underline,
|
|
.sheet-nc-wrap input[type="number"].sheet-underline,
|
|
.sheet-nc-wrap select.sheet-underline {border-radius:0; background:none; border-bottom:1px solid #000;}
|
|
|
|
.sheet-nc-wrap .sheet-old-roll {margin:0 !important; padding:0 !important; vertical-align:middle; width:20px; height:20px; overflow:hidden; color:#000 !important; font-weight: 600 !important; cursor:pointer;}
|
|
.sheet-nc-wrap .sheet-old-roll.sheet-ty2 {color:#fff !important; background:red; border-color:red;}
|
|
.sheet-nc-wrap .sheet-old-roll.sheet-ty2:hover {background:#9c0e0e; border-color:#9c0e0e;}
|
|
|
|
.sheet-inputbox-line {display:block; position:relative; padding:5px 0 5px 90px; border-bottom:1px solid #000;}
|
|
.sheet-inputbox-line .sheet-label {position:absolute; top:8px; left:0; width:80px;}
|
|
.sheet-inputbox-line input[type="text"].sheet-underline {border-bottom:none;}
|
|
|
|
.sheet-gridbox {display:block;}
|
|
.sheet-gridbox:after {content:""; display:block; clear:both;}
|
|
.sheet-gridbox .sheet-col {display:block; position:relative; width:50%; float:left; padding:10px; box-sizing:border-box;}
|
|
|
|
|
|
.sheet-memoBox {display:block; position:relative; z-index:0; padding:20px; margin-top:20px;}
|
|
.sheet-memoBox:before {content:""; display:block; position:absolute; top:0; left:0; right:0; bottom:0; z-index:-1;
|
|
border:40px solid transparent;
|
|
border-image: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nechronica/textbox.png');
|
|
border-image-slice: 40;
|
|
border-image-repeat: round;
|
|
border-image-width: 40px;
|
|
}
|
|
.sheet-memoBox textarea {display:block; position:relative; width:100% !important; min-height:200px; border:none;}
|
|
|
|
/**************
|
|
Header
|
|
***************/
|
|
.sheet-nc-header {display:block; position:relative; height:123px;}
|
|
.sheet-nc-name {position:absolute; left:265px; right:265px; top:31px; height:32px;}
|
|
.sheet-nc-name input[type="text"] {border:none; height:100%; text-align:center; color:#000; background:none; font-weight:800; font-size:20px;}
|
|
|
|
.sheet-player {display:block; position:absolute; left:265px; right:265px; bottom:15px; padding-left:95px; border-bottom:1px solid #000;}
|
|
.sheet-player .sheet-label {position:absolute; top:0px; left:0; width:80px;}
|
|
.sheet-player input[type="text"].sheet-underline {border-bottom:none;}
|
|
|
|
.sheet-nc-info {display:block; position:absolute; right:10px; width:190px; top:28px;}
|
|
.sheet-nc-info > * {display:block; width:33.33%; float:left; box-sizing:border-box; padding:2px;}
|
|
.sheet-nc-info > * .sheet-label {border-radius:8px 8px 0 0 !important;}
|
|
.sheet-nc-info > * input {text-align:center; border-radius:0 0 8px 8px !important; height:40px !important;}
|
|
|
|
|
|
/**************
|
|
Act Box
|
|
***************/
|
|
.sheet-act-box {display:block; position:relative; overflow:hidden; padding:10px;}
|
|
.sheet-act-box > * {display:block; position:relative; float:left; line-height:25px; margin:0 2px; padding:5px 5px 5px 12px; background:#000; border-radius:5px; overflow:hidden; color:#fff;}
|
|
.sheet-act-box .sheet-position {padding-right:11px;}
|
|
.sheet-act-box .sheet-move {padding-right:11px;}
|
|
.sheet-act-box strong {font-size:13px; vertical-align:middle; margin-right:10px;}
|
|
.sheet-act-box strong,
|
|
.sheet-act-box .sheet-item {display:inline-block; vertical-align:middle; position:relative; z-index:0;}
|
|
.sheet-act-box .sheet-item {margin-left:3px;}
|
|
.sheet-act-box .sheet-item input[type="radio"] {display:block; position:absolute; width:100%; height:100%; top:0; left:0; right:0; bottom:0; border:none; background:none; opacity:0; z-index:0; cursor:pointer;}
|
|
.sheet-act-box .sheet-item span {display:block; position:relative; padding-left:19px; z-index:-1;}
|
|
.sheet-act-box .sheet-item input[type="radio"] + span:before {content:""; display:block; position:absolute; top:50%; left:0; margin-top:-8px; width:15px; height:15px; background:#fff; border:1px solid #000; border-radius:100%; box-sizing:border-box;}
|
|
.sheet-act-box .sheet-item input[type="radio"]:checked + span:before {background:red;}
|
|
|
|
.sheet-act-box .sheet-item2 {display:inline-block; font-weight:600; vertical-align:middle; font-size:13px;}
|
|
.sheet-act-box .sheet-item2 + .sheet-item2 {margin-left:15px;}
|
|
.sheet-act-box .sheet-item2 input[type="text"],
|
|
.sheet-act-box .sheet-item2 input[type="number"] {border-radius:2px; background:#fff; color:#000; height:25px; width:55px; text-align:center; margin-right:3px;}
|
|
.sheet-act-box .sheet-item2 input[type="text"][readonly],
|
|
.sheet-act-box .sheet-item2 input[type="number"][readonly] {color:red; font-weight:600;}
|
|
.sheet-act-box .sheet-item2 .sheet-old-roll {margin-right:10px !important; margin-top:-4px !important;}
|
|
|
|
|
|
/**************
|
|
Doll Box
|
|
***************/
|
|
.sheet-dollwrap .sheet-col {padding-top:0;}
|
|
.sheet-dollwrap .sheet-col-in {margin-right:160px;}
|
|
.sheet-dollwrap .sheet-col-status {position:absolute; width:160px; height:126px; top:0; right:10px; padding:23px 10px 0 13px; background:url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nechronica/blotcorner.png') no-repeat 0 0;}
|
|
.sheet-dollwrap .sheet-col-status .sheet-inputbox-line {padding:6px 0 6px 55px; border-bottom:none;}
|
|
.sheet-dollwrap .sheet-col-status .sheet-inputbox-line input[type="text"],
|
|
.sheet-dollwrap .sheet-col-status .sheet-inputbox-line input[type="number"] {text-align:center; border-radius:3px; background:#fff; color:#000; height:20px;}
|
|
.sheet-dollwrap .sheet-col-status .sheet-inputbox-line .sheet-label {width:50px; top:4px; left:4px;}
|
|
.sheet-dollwrap .sheet-col-title {display:block; position:relative; margin:5px 0 8px; font-size:14px; font-weight:600; padding-left:15px;}
|
|
.sheet-dollwrap .sheet-col-title:before {content:""; display:block; position:absolute; top:5px; left:0; width:8px; height:8px; background:#000; transform:rotate(-45deg);}
|
|
.sheet-dollwrap .sheet-carma-item {display:block; position:relative;}
|
|
.sheet-dollwrap .sheet-ca-check {display:block; position:absolute; top:0; bottom:0; left:0; width:33px; z-index:0;}
|
|
.sheet-dollwrap .sheet-ca-check input[type="checkbox"] {display:block; position:absolute; width:100%; height:100%; top:0; left:0; right:0; bottom:0; border:none; background:none; opacity:0; z-index:0; cursor:pointer;}
|
|
.sheet-dollwrap .sheet-ca-check span {display:block; position:relative; width:100%; height:100%; z-index:-1;}
|
|
.sheet-dollwrap .sheet-ca-check input[type="checkbox"] + span {background:url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nechronica/checkbox-unchecked.png') no-repeat 0 50%;}
|
|
.sheet-dollwrap .sheet-ca-check input[type="checkbox"]:checked + span {background-image:url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nechronica/checkbox-checked.png');}
|
|
|
|
.sheet-dollwrap .sheet-carma-item .sheet-underline {height:32px; padding-left:35px;}
|
|
|
|
|
|
|
|
/**************
|
|
Doll Table BOx
|
|
***************/
|
|
.sheet-dollset .sheet-col {padding:0 0 15px 0 !important;}
|
|
|
|
.sheet-table {display:block; position:relative; margin-top:-26px; padding:0 10px;}
|
|
.sheet-table .sheet-ta-header {height:26px; color:#fff; text-align:center;}
|
|
.sheet-table .sheet-ta-row {display:table; table-layout:fixed; width:100%;}
|
|
.sheet-table *[class^="sheet-ta-col"] {display:table-cell; padding:2px; vertical-align:middle; text-align:center;}
|
|
.sheet-table .sheet-ta-item {display:block; position:relative; padding:10px 0; border-bottom:1px solid #000;}
|
|
.sheet-table .sheet-ta-side {display:block; position:relative; overflow:hidden; padding-top:2px;}
|
|
.sheet-table .sheet-ta-side .sheet-ty1 {display:block; position:absolute; top:0; left:0; width:80px; z-index:1;}
|
|
.sheet-table .sheet-ta-side .sheet-ty2 {display:block; position:relative; padding-left:85px; z-index:0;}
|
|
|
|
.sheet-memories .sheet-ta-col-1 {width:130px;}
|
|
|
|
.sheet-mind .sheet-ta-col-1 {width:100px;}
|
|
.sheet-mind .sheet-ta-col-2 {width:80px;}
|
|
.sheet-mind .sheet-ta-col-3 {width:80px;}
|
|
|
|
.sheet-skill select {background:rgba(0,0,0,.1); border-radius:8px;}
|
|
.sheet-skill .sheet-ta-body {margin-top:-8px;}
|
|
.sheet-skill .sheet-ta-col-1 {width:30px;}
|
|
.sheet-skill .sheet-ta-col-3 {width:40px;}
|
|
.sheet-skill .sheet-ta-col-4 {width:30px;}
|
|
.sheet-skill .sheet-ta-col-5 {width:70px;}
|
|
.sheet-skill .sheet-ta-col-6 {width:50px;}
|
|
.sheet-skill .sheet-ta-col-7 {width:50px;}
|
|
|
|
.sheet-dollparts {background:#ddd; margin-top:10px;}
|
|
.sheet-dollparts select {background:rgba(0,0,0,.1); border-radius:8px;}
|
|
.sheet-dollparts .sheet-gridbox .sheet-col {padding:25px 0;}
|
|
.sheet-dollparts .sheet-gridbox .sheet-col.sheet-p-head,
|
|
.sheet-dollparts .sheet-gridbox .sheet-col.sheet-p-body {padding-left:36px; padding-right:8px; z-index:0;}
|
|
.sheet-dollparts .sheet-gridbox .sheet-col.sheet-p-arm,
|
|
.sheet-dollparts .sheet-gridbox .sheet-col.sheet-p-leg {padding-right:32px; z-index:0;}
|
|
|
|
.sheet-dollparts .sheet-col {position:relative;}
|
|
.sheet-dollparts .sheet-col.sheet-p-head:before {content:""; display:block; position:absolute; top:-10px; left:0; width:110px; height:210px; background:url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nechronica/head.png') no-repeat 0 0; z-index:-1;}
|
|
.sheet-dollparts .sheet-col.sheet-p-body:before {content:""; display:block; position:absolute; top:-10px; left:0; width:110px; height:210px; background:url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nechronica/body.png') no-repeat 0 0; z-index:-1;}
|
|
.sheet-dollparts .sheet-col.sheet-p-arm:before {content:""; display:block; position:absolute; top:-10px; right:0; width:110px; height:210px; background:url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nechronica/leg.png') no-repeat 100% 0; z-index:-1;}
|
|
.sheet-dollparts .sheet-col.sheet-p-leg:before {content:""; display:block; position:absolute; top:-10px; right:0; width:110px; height:210px; background:url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nechronica/arm.png') no-repeat 100% 0; z-index:-1;}
|
|
|
|
.sheet-dollparts .sheet-gridbox .sheet-table.sheet-p-head,
|
|
.sheet-dollparts .sheet-gridbox .sheet-table.sheet-p-body {padding-left:0px; padding-right:0;}
|
|
.sheet-dollparts .sheet-gridbox .sheet-table.sheet-p-arm ,
|
|
.sheet-dollparts .sheet-gridbox .sheet-table.sheet-p-leg {padding-right:0;}
|
|
|
|
.sheet-dollparts .sheet-ta-body {margin-top:-10px;}
|
|
.sheet-dollparts .sheet-ta-header {height:28px;}
|
|
.sheet-dollparts .sheet-ta-body {margin-top:-8px; border-top-width:0;}
|
|
.sheet-dollparts .sheet-title {position:Relative; height:48px; box-sizing:border-box;}
|
|
.sheet-dollparts .sheet-p-head .sheet-title,
|
|
.sheet-dollparts .sheet-p-body .sheet-title {padding-top:2px;}
|
|
|
|
.sheet-dollparts .sheet-ta-item {padding:0; background:rgba(255,255,255,.8);}
|
|
.sheet-dollparts .sheet-ta-item > input[type="checkbox"] {display:block; position:absolute; top:40px; left:5px; height:20px; width:20px; z-index:1; opacity:0; cursor:pointer;}
|
|
.sheet-dollparts .sheet-ta-it {display:block; position:relative; padding:10px 5px 10px 30px; z-index:0;}
|
|
.sheet-dollparts .sheet-ta-it:before {content:""; display:block; position:absolute; top:42px; left:5px; width:20px; height:20px; background:#fff; border:1px solid #000; border-radius:100%; box-sizing:border-box; z-index:2;}
|
|
.sheet-dollparts .sheet-ta-item > input[type="checkbox"]:checked + .sheet-ta-it:before {background:#000;}
|
|
.sheet-dollparts .sheet-ta-item > input[type="checkbox"]:checked + .sheet-ta-it:after {content:""; display:block; position:absolute; top:0; left:0; right:0; bottom:0; z-index:1; background:rgba(0,0,0,.5);}
|
|
.sheet-dollparts .sheet-ta-dice {display:block; position:absolute; top:14px; left:5px; width:25px; height:25px;}
|
|
.sheet-dollparts .sheet-ta-col-0 {width:30px;}
|
|
.sheet-dollparts .sheet-ta-col-1 {width:0px;}
|
|
.sheet-dollparts .sheet-ta-col-3 {width:40px;}
|
|
.sheet-dollparts .sheet-ta-col-4 {width:30px;}
|
|
.sheet-dollparts .sheet-ta-col-5 {width:70px;}
|
|
.sheet-dollparts .sheet-ta-col-6 {width:50px;}
|
|
.sheet-dollparts .sheet-ta-col-7 {width:50px;}
|
|
|
|
.sheet-act-dice-box {position:Relative; background:#000; color:#fff; padding:10px; text-align:center; font-size:16px;}
|
|
.sheet-act-dice-box p {display:inline-block; vertical-align:middle; font-weight:800; -webkit-text-stroke: 2px #000; font-size:40px; font-style:italic;}
|
|
.sheet-act-dice-box input[type="text"],
|
|
.sheet-act-dice-box input[type="number"] {border-radius:0; background:#000; color:#fff; border-bottom:2px solid #fff; height:35px; width:50px; text-align:center; margin-right:3px; font-size:16px; font-weight:800;}
|
|
.sheet-act-dice-box input[type="text"][readonly],
|
|
.sheet-act-dice-box input[type="number"][readonly] {color:red; font-weight:600;}
|
|
.sheet-act-dice-box .sheet-dice {width:40px; height:40px; border:none; padding:0; margin:0; background:url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nechronica/attack.png') no-repeat 50% 50% transparent; box-shadow:none;}
|
|
|
|
.sheet-rolltemplate-NcAct .sheet-nc-dicebox {display:block; position:relative; z-index:1;}
|
|
.sheet-rolltemplate-NcAct .sheet-nc-dicebox:before {content:""; display:block; position:absolute; top:15px; left:10px; right:10px; bottom:0; background:#fff; border:1px solid #000; border-radius:0 0 10px 10px; z-index:-1;}
|
|
.sheet-rolltemplate-NcAct .sheet-nc-in {display:block; position:relative; z-index:2;}
|
|
.sheet-rolltemplate-NcAct .sheet-top {display:block; position:relative; padding:20px; color:#fff; text-align:center;}
|
|
.sheet-rolltemplate-NcAct .sheet-top:before {content:""; display:block; position:absolute; top:0; left:0; right:0; bottom:-20px; z-index:0; border:35px solid transparent; border-image: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nechronica/blackbox.png'); border-image-slice: 35; border-image-repeat: round;}
|
|
.sheet-rolltemplate-NcAct .sheet-top:after {content:""; display:block; position:absolute; top:10px; left:10px; right:10px; bottom:0px; z-index:-1; background:#000;}
|
|
.sheet-rolltemplate-NcAct .sheet-name {display:block; text-align:center; font-size:11px; padding-bottom:5px;}
|
|
.sheet-rolltemplate-NcAct .sheet-subj {display:block; text-align:center; font-size:14px; font-weight:600;}
|
|
.sheet-rolltemplate-NcAct .sheet-dt-area {height:30px;}
|
|
.sheet-rolltemplate-NcAct .sheet-bottom {display:block; margin-top:-35px; padding:10px 20px 15px; font-size:12px; border-top: 1px solid rgba(255,255,255,.4); text-align:center; color: #fff;}
|
|
.sheet-rolltemplate-NcAct .sheet-bottom .inlinerollresult {display:inline; position:relative; width:auto; height:auto; background:none !important; color: #fff !important; border: none; font-size: 25px; text-align:center;}
|
|
.sheet-rolltemplate-NcAct .sheet-bottom .inlinerollresult ~ * {color:#000; margin-top:20px;}
|
|
.sheet-rolltemplate-NcAct .sheet-bottom .sheet-result-title {font-size:14px; font-weight:600; padding:10px 0 0; text-align:center;}
|
|
.sheet-rolltemplate-NcAct .sheet-bottom .sheet-result-critical ~ * {display:none !important;}
|
|
.sheet-rolltemplate-NcAct .sheet-bottom .sheet-result-success ~ * {display:none !important;}
|
|
.sheet-rolltemplate-NcAct .sheet-bottom .sheet-result-fumble ~ * {display:none !important;}
|
|
.sheet-rolltemplate-NcAct .sheet-bottom .sheet-result-fail ~ * {display:none !important;}
|
|
.sheet-rolltemplate-NcAct .sheet-bottom .sheet-result-fumble .sheet-result-title {color:red;}
|
|
.sheet-rolltemplate-NcAct .sheet-bottom .sheet-result-fail .sheet-result-title {color:#777;}
|
|
.sheet-rolltemplate-NcAct .sheet-bottom .sheet-result-success .sheet-result-title {color:#000;}
|
|
.sheet-rolltemplate-NcAct .sheet-bottom .sheet-result-critical .sheet-result-title {color:#00b7e5;}
|
|
.sheet-rolltemplate-NcAct .sheet-bottom .sheet-result-title + .sheet-con {padding-top:10px; margin-top:0 !important;}
|
|
|
|
.sheet-rolltemplate-NcTal .sheet-nc-dicebox {display:block; position:relative; z-index:1;}
|
|
.sheet-rolltemplate-NcTal .sheet-nc-dicebox:before {content:""; display:block; position:absolute; top:15px; left:10px; right:10px; bottom:0; background:#fff; border:1px solid #000; border-radius:0 0 10px 10px; z-index:-1;}
|
|
.sheet-rolltemplate-NcTal .sheet-nc-in {display:block; position:relative; z-index:2;}
|
|
.sheet-rolltemplate-NcTal .sheet-top {display:block; position:relative; padding:20px; color:#fff; text-align:center;}
|
|
.sheet-rolltemplate-NcTal .sheet-top:before {content:""; display:block; position:absolute; top:0; left:0; right:0; bottom:-20px; z-index:0; border:35px solid transparent; border-image: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nechronica/blackbox.png'); border-image-slice: 35; border-image-repeat: round;}
|
|
.sheet-rolltemplate-NcTal .sheet-top:after {content:""; display:block; position:absolute; top:10px; left:10px; right:10px; bottom:0px; z-index:-1; background:#000;}
|
|
.sheet-rolltemplate-NcTal .sheet-name {display:block; text-align:center; font-size:11px; padding-bottom:5px;}
|
|
.sheet-rolltemplate-NcTal .sheet-subj {display:block; text-align:center; font-size:14px; font-weight:600;}
|
|
.sheet-rolltemplate-NcTal .sheet-dt-area {height:30px;}
|
|
.sheet-rolltemplate-NcTal .sheet-bottom {display:block; padding:20px 20px 15px; font-size:12px;}
|
|
.sheet-rolltemplate-NcTal .sheet-bottom .inlinerollresult {display:block; position:absolute; left:0; right:0; width:auto; height:auto; background:none !important; top:-60px; color: #fff !important; border: none; border-top: 1px solid rgba(255,255,255,.4); font-size: 25px; padding-top: 13px; text-align:center;}
|
|
.sheet-rolltemplate-NcTal .sheet-bottom .sheet-result-fumble {display:none !important;}
|
|
.sheet-rolltemplate-NcTal .sheet-bottom .inlinerollresult.fullfail ~ .sheet-result-fumble {display:block !important;}
|
|
.sheet-rolltemplate-NcTal .sheet-bottom .inlinerollresult.fullfail ~ .sheet-result-fail {display:none !important;}
|
|
.sheet-rolltemplate-NcTal .sheet-bottom *[class^="sheet-result-"] {display:block; position:relative;}
|
|
.sheet-rolltemplate-NcTal .sheet-bottom .sheet-result-title {font-size:14px; font-weight:600; padding:10px 0 0; text-align:center;}
|
|
.sheet-rolltemplate-NcTal .sheet-bottom .sheet-result-fumble .sheet-result-title {color:red;}
|
|
.sheet-rolltemplate-NcTal .sheet-bottom .sheet-result-fail .sheet-result-title {color:#777;}
|
|
.sheet-rolltemplate-NcTal .sheet-bottom .sheet-result-success .sheet-result-title {color:#000;}
|
|
.sheet-rolltemplate-NcTal .sheet-bottom .sheet-result-critical .sheet-result-title {color:#00b7e5;}
|
|
.sheet-rolltemplate-NcTal .sheet-bottom .sheet-result-title + .sheet-con {padding-top:10px;}
|
|
|
|
.sheet-rolltemplate-NcIns .sheet-nc-dicebox {display:block; position:relative; z-index:1;}
|
|
.sheet-rolltemplate-NcIns .sheet-nc-dicebox:before {content:""; display:block; position:absolute; top:15px; left:10px; right:10px; bottom:0; background:#fff; border:1px solid #000; border-radius:0 0 10px 10px; z-index:-1;}
|
|
.sheet-rolltemplate-NcIns .sheet-nc-in {display:block; position:relative; z-index:2;}
|
|
.sheet-rolltemplate-NcIns .sheet-top {display:block; position:relative; padding:20px; color:#fff; text-align:center;}
|
|
.sheet-rolltemplate-NcIns .sheet-top:before {content:""; display:block; position:absolute; top:0; left:0; right:0; bottom:-20px; z-index:0; border:35px solid transparent; border-image: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nechronica/blackbox.png'); border-image-slice: 35; border-image-repeat: round;}
|
|
.sheet-rolltemplate-NcIns .sheet-top:after {content:""; display:block; position:absolute; top:10px; left:10px; right:10px; bottom:0px; z-index:-1; background:#000;}
|
|
.sheet-rolltemplate-NcIns .sheet-name {display:block; text-align:center; font-size:11px; padding-bottom:5px;}
|
|
.sheet-rolltemplate-NcIns .sheet-subj {display:block; text-align:center; font-size:14px; font-weight:600;}
|
|
.sheet-rolltemplate-NcIns .sheet-dt-area {height:30px;}
|
|
.sheet-rolltemplate-NcIns .sheet-bottom {display:block; padding:20px 20px 15px; font-size:12px;}
|
|
.sheet-rolltemplate-NcIns .sheet-bottom .inlinerollresult {display:block; position:absolute; left:0; right:0; width:auto; height:auto; background:none !important; top:-60px; color: #fff !important; border: none; border-top: 1px solid rgba(255,255,255,.4); font-size: 25px; padding-top: 13px; text-align:center;}
|
|
.sheet-rolltemplate-NcIns .sheet-bottom .sheet-result-fumble {display:none !important;}
|
|
.sheet-rolltemplate-NcIns .sheet-bottom .inlinerollresult.fullfail ~ .sheet-result-fumble {display:block !important;}
|
|
.sheet-rolltemplate-NcIns .sheet-bottom .inlinerollresult.fullfail ~ .sheet-result-fail {display:none !important;}
|
|
.sheet-rolltemplate-NcIns .sheet-bottom *[class^="sheet-result-"] {display:block; position:relative;}
|
|
.sheet-rolltemplate-NcIns .sheet-bottom .sheet-result-title {font-size:14px; font-weight:600; padding:10px 0 0; text-align:center;}
|
|
.sheet-rolltemplate-NcIns .sheet-bottom .sheet-result-fumble .sheet-result-title {color:red;}
|
|
.sheet-rolltemplate-NcIns .sheet-bottom .sheet-result-fail .sheet-result-title {color:#777;}
|
|
.sheet-rolltemplate-NcIns .sheet-bottom .sheet-result-success .sheet-result-title {color:#000;}
|
|
.sheet-rolltemplate-NcIns .sheet-bottom .sheet-result-critical .sheet-result-title {color:#00b7e5;}
|
|
.sheet-rolltemplate-NcIns .sheet-bottom .sheet-result-title + .sheet-con {padding-top:10px;}
|
|
|
|
.sheet-rolltemplate-NcAttack .sheet-nc-dicebox {display:block; position:relative; z-index:1;}
|
|
.sheet-rolltemplate-NcAttack .sheet-nc-dicebox:before {content:""; display:block; position:absolute; top:15px; left:10px; right:10px; bottom:0; background:#fff; border:1px solid #000; border-radius:0 0 10px 10px; z-index:-1;}
|
|
.sheet-rolltemplate-NcAttack .sheet-nc-in {display:block; position:relative; z-index:2;}
|
|
.sheet-rolltemplate-NcAttack .sheet-top {display:block; position:relative; padding:20px 20px 5px; color:#fff; text-align:center;}
|
|
.sheet-rolltemplate-NcAttack .sheet-top:before {content:""; display:block; position:absolute; top:0; left:0; right:0; bottom:-20px; z-index:0; border:35px solid transparent; border-image: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nechronica/blackbox.png'); border-image-slice: 35; border-image-repeat: round;}
|
|
.sheet-rolltemplate-NcAttack .sheet-top:after {content:""; display:block; position:absolute; top:10px; left:10px; right:10px; bottom:0px; z-index:-1; background:#000;}
|
|
.sheet-rolltemplate-NcAttack .sheet-name {display:block; text-align:center; font-size:11px; padding-bottom:5px;}
|
|
.sheet-rolltemplate-NcAttack .sheet-subj {display:block; text-align:center; font-size:14px; font-weight:600;}
|
|
.sheet-rolltemplate-NcAttack .sheet-dt-area {height:30px;}
|
|
.sheet-rolltemplate-NcAttack .sheet-bottom {display:block; padding:20px 20px 15px; font-size:12px;}
|
|
.sheet-rolltemplate-NcAttack .sheet-bottom .sheet-result-title + .sheet-con {padding-top:10px;}
|
|
.sheet-rolltemplate-NcAttack .sheet-detail {text-align:center; color:#000; font-size:11px; padding: 5px 0; border-bottom: 1px solid #000;}
|
|
.sheet-rolltemplate-NcAttack .sheet-detail span + span:before {content:" | ";}
|
|
.sheet-rolltemplate-NcAttack .sheet-txt {padding-top:10px;}
|
|
.sheet-rolltemplate-NcAttack .sheet-txt strong {color:red; margin-right:5px; font-weight:600;}
|
|
|
|
|
|
.sheet-rolltemplate-NcAttacker .sheet-nc-dicebox {display:block; position:relative; z-index:1;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-nc-dicebox:before {content:""; display:block; position:absolute; top:15px; left:10px; right:10px; bottom:0; background:#fff; border:1px solid #000; border-radius:0 0 10px 10px; z-index:-1;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-nc-in {display:block; position:relative; z-index:2;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-top {display:block; position:relative; padding:20px; color:#fff; text-align:center;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-top:before {content:""; display:block; position:absolute; top:0; left:0; right:0; bottom:-20px; z-index:0; border:35px solid transparent; border-image: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nechronica/blackbox.png'); border-image-slice: 35; border-image-repeat: round;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-top:after {content:""; display:block; position:absolute; top:10px; left:10px; right:10px; bottom:0px; z-index:-1; background:#000;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-name {display:block; text-align:center; font-size:11px; padding-bottom:5px;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-subj {display:block; text-align:center; font-size:14px; font-weight:600;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-dt-area {height:30px;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-bottom {display:block; padding:20px 20px 15px; font-size:12px;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-bottom .inlinerollresult {display:block; position:absolute; left:0; right:0; width:auto; height:auto; background:none !important; top:-60px; color: #fff !important; border: none; border-top: 1px solid rgba(255,255,255,.4); font-size: 25px; padding-top: 13px; text-align:center;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-bottom .sheet-result-fumble {display:none !important;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-bottom .inlinerollresult.fullfail ~ .sheet-result-fumble {display:block !important;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-bottom .inlinerollresult.fullfail ~ .sheet-result-fail {display:none !important;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-bottom *[class^="sheet-result-"] {display:block; position:relative;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-bottom .sheet-result-title {font-size:14px; font-weight:600; padding:10px 0 0; text-align:center;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-bottom .sheet-result-fumble .sheet-result-title {color:red;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-bottom .sheet-result-fail .sheet-result-title {color:#777;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-bottom .sheet-result-success .sheet-result-title {color:#000;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-bottom .sheet-result-critical .sheet-result-title {color:#00b7e5;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-bottom .sheet-result-title + .sheet-con {padding-top:10px;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-bottom .sheet-con {text-align:center;}
|
|
.sheet-rolltemplate-NcAttacker .sheet-bottom .sheet-result-title strong,
|
|
.sheet-rolltemplate-NcAttacker .sheet-bottom .sheet-con strong {font-weight:800; color:red;}
|
|
|
|
.sheet-rolltemplate-NcDefault .sheet-nc-dicebox {display:block; position:relative; z-index:1;}
|
|
.sheet-rolltemplate-NcDefault .sheet-nc-dicebox:before {content:""; display:block; position:absolute; top:15px; left:10px; right:10px; bottom:0; background:#fff; border:1px solid #000; border-radius:0 0 10px 10px; z-index:-1;}
|
|
.sheet-rolltemplate-NcDefault .sheet-nc-in {display:block; position:relative; z-index:2;}
|
|
.sheet-rolltemplate-NcDefault .sheet-top {display:block; position:relative; padding:20px 20px 10px; color:#fff; text-align:center;}
|
|
.sheet-rolltemplate-NcDefault .sheet-top:before {content:""; display:block; position:absolute; top:0; left:0; right:0; bottom:-20px; z-index:0; border:35px solid transparent; border-image: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/nechronica/blackbox.png'); border-image-slice: 35; border-image-repeat: round;}
|
|
.sheet-rolltemplate-NcDefault .sheet-top:after {content:""; display:block; position:absolute; top:10px; left:10px; right:10px; bottom:0px; z-index:-1; background:#000;}
|
|
.sheet-rolltemplate-NcDefault .sheet-name {display:block; text-align:center; font-size:11px; padding-bottom:5px;}
|
|
.sheet-rolltemplate-NcDefault .sheet-subj {display:block; text-align:center; font-size:14px; font-weight:600;}
|
|
.sheet-rolltemplate-NcDefault .sheet-dt-area {height:30px;}
|
|
.sheet-rolltemplate-NcDefault .sheet-bottom {display:block; padding:20px 20px 15px; font-size:12px;}
|
|
.sheet-rolltemplate-NcDefault .sheet-bottom .sheet-con {padding-top:10px;}
|
|
.sheet-rolltemplate-NcDefault .sheet-bottom .inlinerollresult {display:block; position:absolute; left:0; right:0; width:auto; height:auto; background:none !important; top:-52px; color: #fff !important; border: none; border-top: 1px solid rgba(255,255,255,.4); font-size: 25px; padding-top: 13px; text-align:center;}
|