mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Simple little update of: - visual improvement of Rolltempalte - Rolltemplate adjustment html level Thanks to you
1228 lines
32 KiB
CSS
1228 lines
32 KiB
CSS
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
|
|
|
|
/*----------- PC / GM button -------------*/
|
|
|
|
div.card,
|
|
div.concept,
|
|
div.rule,
|
|
div.gm{
|
|
display: none;
|
|
}
|
|
|
|
div.card,
|
|
div.concept,
|
|
div.rule{
|
|
padding-top: 5px;
|
|
}
|
|
|
|
div.rule{
|
|
padding-top:20px
|
|
}
|
|
|
|
div.border-sheet-type {
|
|
border-bottom:solid 1px;
|
|
}
|
|
|
|
input[type=radio].onglcard:checked ~ div.card{
|
|
display: block;
|
|
}
|
|
input[type=radio].onglconcept:checked ~ div.concept{
|
|
display: block;
|
|
}
|
|
input[type=radio].onglrule:checked ~ div.rule{
|
|
display: block;
|
|
}
|
|
input[type=radio].onglgm:checked ~ div.gm{
|
|
display: block;
|
|
}
|
|
|
|
input[type=radio].onglcard,
|
|
input[type=radio].onglconcept,
|
|
input[type=radio].onglrule,
|
|
input[type=radio].onglgm{
|
|
margin: 0;
|
|
margin-top: -4px;
|
|
margin-bottom: -4px;
|
|
padding: 0;
|
|
display: inline-block;
|
|
opacity: 0;
|
|
width: 150px;
|
|
height: 33px;
|
|
z-index: 2;
|
|
font-family: 'Shadows Into Light';
|
|
font-size: 14px;
|
|
}
|
|
|
|
input[type=radio].onglcard + span,
|
|
input[type=radio].onglconcept + span,
|
|
input[type=radio].onglrule + span,
|
|
input[type=radio].onglgm + span{
|
|
color: #333333;
|
|
font-size:15px;
|
|
text-align:center;
|
|
display: inline-block;
|
|
width: 175px;
|
|
height: 20px;
|
|
margin: 0;
|
|
margin-left: -149px;
|
|
margin-right: -5px;
|
|
padding:0;
|
|
margin-bottom: -1px;
|
|
padding-top: 5px;
|
|
font-size: 0.9em;
|
|
text-transform: uppercase;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #888888;
|
|
border-top-left-radius: 9px;
|
|
border-top-right-radius: 16px;
|
|
z-index: 1;
|
|
font-family: 'Shadows Into Light';
|
|
font-size: 14px;
|
|
}
|
|
body.sheet-darkmode input[type=radio].onglcard:checked + span,
|
|
body.sheet-darkmode input[type=radio].onglconcept:checked + span,
|
|
body.sheet-darkmode input[type=radio].onglrule:checked + span,
|
|
body.sheet-darkmode input[type=radio].onglgm:checked + span {
|
|
font-weight: bold;
|
|
color: #fff;
|
|
border-bottom-width: 0px;
|
|
font-family: 'Shadows Into Light';
|
|
font-size:14px;
|
|
}
|
|
|
|
body.sheet-darkmode input[type=radio].onglcard + span,
|
|
body.sheet-darkmode input[type=radio].onglconcept + span,
|
|
body.sheet-darkmode input[type=radio].onglrule + span,
|
|
body.sheet-darkmode input[type=radio].onglgm + span{
|
|
color: #ffffff5e;
|
|
border-color: #888888;
|
|
}
|
|
|
|
input[type=radio].onglcard:checked + span,
|
|
input[type=radio].onglconcept:checked + span,
|
|
input[type=radio].onglrule:checked + span,
|
|
input[type=radio].onglgm:checked + span {
|
|
font-weight: bold;
|
|
color: black;
|
|
border-bottom-width: 0px;
|
|
font-family: 'Shadows Into Light';
|
|
font-size:14px;
|
|
}
|
|
|
|
/*----------- General -------------*/
|
|
|
|
div.main {
|
|
width: 775px;
|
|
padding: 10px;
|
|
height: auto;
|
|
margin-left: 40px;
|
|
}
|
|
|
|
/* body.sheet-darkmode div.main {
|
|
background: radial-gradient(circle, rgba(219, 219, 219, 0.08) 0%, rgb(30, 32, 33) 50%);
|
|
background-position: -150px 50px;
|
|
background-repeat: no-repeat;
|
|
} */
|
|
|
|
.section-gm div.main {
|
|
background-size: cover;
|
|
width: 775px;
|
|
padding: 10px;
|
|
}
|
|
|
|
div.logo {
|
|
width: 600px;
|
|
height: auto;
|
|
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Ten%20candles/img/logo.png);
|
|
background-size: 375px;
|
|
background-repeat: no-repeat;
|
|
margin-left: -20px;
|
|
}
|
|
|
|
body.sheet-darkmode div.logo {
|
|
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Ten%20candles/img/logo_darkmode.png);
|
|
}
|
|
|
|
img.img {
|
|
width: 385px;
|
|
height: auto;
|
|
margin-bottom: 35px;
|
|
opacity:0;
|
|
}
|
|
|
|
|
|
.charsheet input:checked + label {
|
|
color: red;
|
|
}
|
|
|
|
.charsheet ::placeholder{
|
|
color: #9FA8A1;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
|
|
.charsheet .border-character-up{
|
|
border-color: #717171;
|
|
border-width: 1px;
|
|
border-bottom-style: solid;
|
|
padding-left: 27px;
|
|
margin-top: -4px;
|
|
}
|
|
|
|
body.sheet-darkmode .charsheet .border-character-up{
|
|
border-color: #e1e1e147;
|
|
padding-left: 27px;
|
|
border-bottom-style: solid;
|
|
border-width: 1px;
|
|
}
|
|
|
|
.charsheet .border-character{
|
|
border-color: #717171;
|
|
border-bottom-style: solid;
|
|
border-left-style: solid;
|
|
border-right-style: solid;
|
|
border-width: 1px;
|
|
padding-left: 27px;
|
|
}
|
|
|
|
body.sheet-darkmode .charsheet .border-character{
|
|
border-color: #e1e1e147;
|
|
outline-color: #e1e1e147;
|
|
border-bottom-style: solid;
|
|
border-left-style: solid;
|
|
border-right-style: solid;
|
|
border-width: 1px;
|
|
padding-left: 27px;
|
|
}
|
|
/*----------- Tabs Setup -------------*/
|
|
|
|
/*Configure the tab buttons*/
|
|
.charsheet .sheet-1,
|
|
.charsheet .sheet-2,
|
|
.charsheet .sheet-3,
|
|
.charsheet .sheet-4{
|
|
display: none;
|
|
}
|
|
|
|
/* show the selected tab */
|
|
.charsheet .sheet-tabstoggle[value="1"] ~ div.sheet-1,
|
|
.charsheet .sheet-tabstoggle[value="2"] ~ div.sheet-2,
|
|
.charsheet .sheet-tabstoggle[value="3"] ~ div.sheet-3,
|
|
.charsheet .sheet-tabstoggle[value="4"] ~ div.sheet-4 {
|
|
display: block;
|
|
}
|
|
|
|
/*this hides the radio button for each tab, makes it 100px wide and 40px tall and makes sure it's above everything else*/
|
|
.charsheet button.tab_menu1,
|
|
.charsheet button.tab_menu2,
|
|
.charsheet button.tab_menu3,
|
|
.charsheet button.tab_menu4 {
|
|
width: 100px;
|
|
height: 40px;
|
|
cursor: pointer;
|
|
position: relative;
|
|
opacity: 0;
|
|
z-index: 9999;
|
|
color: #ffffff5e;
|
|
}
|
|
|
|
|
|
|
|
|
|
/*this styles the span with the tab information and slides to the left, so it appears underneath the radio button*/
|
|
.charsheet span.tab1,
|
|
.charsheet span.tab2,
|
|
.charsheet span.tab3,
|
|
.charsheet span.tab4{
|
|
display: inline-block;
|
|
text-align: center;
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
border-radius: 4px;
|
|
width: 100px;
|
|
height: 40px;
|
|
cursor: pointer;
|
|
position: relative;
|
|
vertical-align: middle;
|
|
margin-left: -101px;/*originally 91px*/
|
|
color: #0000004f;
|
|
}
|
|
|
|
body.sheet-darkmode .charsheet span.tab1,
|
|
body.sheet-darkmode .charsheet span.tab2,
|
|
body.sheet-darkmode .charsheet span.tab3,
|
|
body.sheet-darkmode .charsheet span.tab4{
|
|
color: #ffffff3d;
|
|
}
|
|
|
|
.charsheet .sheet-tabstoggle[value="1"] ~ span.tab1,
|
|
.charsheet .sheet-tabstoggle[value="2"] ~ span.tab2,
|
|
.charsheet .sheet-tabstoggle[value="3"] ~ span.tab3,
|
|
.charsheet .sheet-tabstoggle[value="4"] ~ span.tab4 {
|
|
border:solid 1px;
|
|
color: black;
|
|
|
|
}
|
|
|
|
body.sheet-darkmode .charsheet .sheet-tabstoggle[value="1"] ~ span.tab1,
|
|
body.sheet-darkmode .charsheet .sheet-tabstoggle[value="2"] ~ span.tab2,
|
|
body.sheet-darkmode .charsheet .sheet-tabstoggle[value="3"] ~ span.tab3,
|
|
body.sheet-darkmode .charsheet .sheet-tabstoggle[value="4"] ~ span.tab4 {
|
|
border:solid 1px;
|
|
color: white;
|
|
|
|
}
|
|
|
|
/*this styles the span with the tab information and slides to the left, so it appears underneath the radio button*/
|
|
.charsheet button.tab_menu1:hover + span.tab1,
|
|
.charsheet button.tab_menu2:hover + span.tab2,
|
|
.charsheet button.tab_menu3:hover + span.tab3,
|
|
.charsheet button.tab_menu4:hover + span.tab4{
|
|
border:solid 1px;
|
|
color: black;
|
|
}
|
|
|
|
/*this styles the span with the tab information and slides to the left, so it appears underneath the radio button*/
|
|
body.sheet-darkmode .charsheet button.tab_menu1:hover + span.tab1,
|
|
body.sheet-darkmode .charsheet button.tab_menu2:hover + span.tab2,
|
|
body.sheet-darkmode .charsheet button.tab_menu3:hover + span.tab3,
|
|
body.sheet-darkmode .charsheet button.tab_menu4:hover + span.tab4{
|
|
border:solid 1px;
|
|
color: white;
|
|
}
|
|
|
|
/*----------- Checkbox Section -------------*/
|
|
|
|
.charsheet input[type="checkbox"] {
|
|
opacity: 0;
|
|
width: 16px;
|
|
height: 16px;
|
|
position: relative;
|
|
top: 5px;
|
|
left: 6px;
|
|
margin: -10px;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
}
|
|
|
|
.charsheet input[type="checkbox"] + span::before {
|
|
margin-right: 4px;
|
|
border: solid 1px #a8a8a8;
|
|
line-height: 14px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
box-shadow: 0 0 10px 3px #bdb8b8;
|
|
background: #f6f6f6;
|
|
background: radial-gradient(#f6f6f6, #dfdfdf);
|
|
}
|
|
|
|
.charsheet input[type="checkbox"] + span::before {
|
|
content: "";
|
|
width: 14px;
|
|
height: 14px;
|
|
font-size: 12px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.charsheet input[type="checkbox"]:checked + span::before {
|
|
content: "✓";
|
|
background: #666666;
|
|
color: #ffffff;
|
|
box-shadow: 0px 0px 8px 1px #1F1F1F;
|
|
|
|
}
|
|
|
|
body.sheet-darkmode .charsheet input[type="checkbox"]:checked + span::before {
|
|
content: "✓";
|
|
background: black;
|
|
box-shadow: 0px 0px 8px 1px #1F1F1F;
|
|
|
|
}
|
|
/*----------- DISPCHK Section -------------*/
|
|
|
|
|
|
div.dispchk{
|
|
display: none;
|
|
}
|
|
input[type="checkbox"].dispchk:checked ~ div.dispchk{
|
|
display: block;
|
|
margin-top: 20px;
|
|
margin-left: 50px;
|
|
}
|
|
|
|
div.dispchk2{
|
|
display: none;
|
|
}
|
|
input[type="checkbox"].dispchk2:checked ~ div.dispchk2{
|
|
display: block;
|
|
margin-top: 20px;
|
|
margin-left: 50px;
|
|
}
|
|
|
|
/*----------- Dice Button Section -------------*/
|
|
.ui-dialog .charsheet button[type=roll]::before {
|
|
content: "";
|
|
}
|
|
|
|
div.d6{
|
|
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Ten%20candles/img/D6_tencandles.png);
|
|
background-size: 55px 55px;
|
|
background-repeat: no-repeat;
|
|
width: 55px;
|
|
height: 55px;
|
|
margin-top: -20px !important;
|
|
}
|
|
|
|
div.dicehope{
|
|
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Ten%20candles/img/hope_dice_tencandles.png);
|
|
background-size: 30px 30px;
|
|
background-repeat: no-repeat;
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
|
|
button[type="roll"].dicehope:before,
|
|
button[type="roll"].d6:before,
|
|
button[type="action"].dicehope:before,
|
|
button[type="action"].d6:before{
|
|
content: '';
|
|
}
|
|
|
|
button[type="roll"].dicehope:hover,
|
|
button[type="roll"].d6:hover,
|
|
button[type="action"].dicehope:hover,
|
|
button[type="action"].d6:hover{
|
|
background-position: 0;
|
|
}
|
|
|
|
button[type="roll"].d6,
|
|
button[type="action"].d6{
|
|
background-image:url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Ten%20candles/img/D6_tencandles.png);
|
|
background-size: 90px 77px;
|
|
background-repeat: no-repeat;
|
|
width: 90px;
|
|
height: 77px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
button[type="roll"].dicehope,
|
|
button[type="action"].dicehope{
|
|
background-image:url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Ten%20candles/img/hope_dice_tencandles.png);
|
|
background-size: 25px 25px;
|
|
background-repeat: no-repeat;
|
|
width: 25px;
|
|
height: 25px;
|
|
border-style: none;
|
|
background-color: transparent;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
button[type="roll"].empty:before,
|
|
button[type="action"].empty:before{
|
|
content: ' ';
|
|
}
|
|
|
|
/*----------- Constant -------------*/
|
|
|
|
.charsheet p{
|
|
font-family: 'Shadows Into Light';
|
|
font-size: 23px;
|
|
line-height: 1.5;
|
|
width: 685px;
|
|
display:flex;
|
|
align-items: baseline;
|
|
}
|
|
|
|
.charsheet div.section-profile p,
|
|
.charsheet div.section-abilities p{
|
|
line-height: 1.9;
|
|
}
|
|
|
|
.charsheet select {
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
line-height: 18px;
|
|
width: auto;
|
|
margin-right: 18px;
|
|
margin-left: -16px;
|
|
font-family: 'Shadows Into Light';
|
|
padding: 1px;
|
|
border-radius: 10px 100px / 120px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ----------- Card line-through animation -------------*/
|
|
.charsheet {
|
|
--receiver-opacity1: 1;
|
|
--receiver-opacity2: 1;
|
|
--receiver-opacity3: 1;
|
|
--receiver-opacity4: 1;
|
|
--receiver-deco1: none;
|
|
--receiver-deco2: none;
|
|
--receiver-deco3: none;
|
|
--receiver-deco4: none;
|
|
--receiver-thickness1: 0px;
|
|
--receiver-thickness2: 0px;
|
|
--receiver-thickness3: 0px;
|
|
--receiver-thickness4: 0px;
|
|
|
|
}
|
|
|
|
.vertu_check[value="on"] ~ *{
|
|
/* --receiver-deco1: line-through;
|
|
--receiver-thickness1: 3px; */
|
|
--receiver-opacity1: 0.3;
|
|
}
|
|
|
|
.charsheet .receiver-vertu_check{
|
|
opacity: var(--receiver-opacity1);
|
|
text-decoration: var(--receiver-deco1);
|
|
text-decoration-thickness: var(--receiver-thickness1);
|
|
}
|
|
|
|
.vice_check[value="on"] ~ *{
|
|
/* --receiver-deco2: line-through;
|
|
--receiver-thickness2: 3px; */
|
|
--receiver-opacity2: 0.3;
|
|
}
|
|
|
|
.charsheet .receiver-vice_check{
|
|
opacity: var(--receiver-opacity2);
|
|
text-decoration: var(--receiver-deco2);
|
|
text-decoration-thickness: var(--receiver-thickness2);
|
|
}
|
|
|
|
.moment_check[value="on"] ~ *{
|
|
/* --receiver-deco3: line-through;
|
|
--receiver-thickness3: 3px; */
|
|
--receiver-opacity3: 0.3;
|
|
}
|
|
|
|
.charsheet .receiver-moment_check{
|
|
opacity: var( --receiver-opacity3);
|
|
text-decoration: var(--receiver-deco3);
|
|
text-decoration-thickness: var(--receiver-thickness3);
|
|
}
|
|
|
|
.extremite_check[value="on"] ~ *{
|
|
/* --receiver-deco4: line-through;
|
|
--receiver-thickness4: 3px; */
|
|
--receiver-opacity4: 0.3;
|
|
}
|
|
|
|
.charsheet .receiver-extremite_check{
|
|
opacity: var( --receiver-opacity4);
|
|
text-decoration: var(--receiver-deco4);
|
|
text-decoration-thickness: var(--receiver-thickness4);
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*----------- Card Section -------------*/
|
|
|
|
.charsheet div.section-profile{
|
|
padding-top: 13px;
|
|
padding-bottom: 10px;
|
|
margin-left: 20px;
|
|
height: auto;
|
|
}
|
|
|
|
input[type=text],
|
|
input[type=number] {
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
box-shadow: none;
|
|
border: none;
|
|
border-bottom: 1px solid #888888;
|
|
-moz-appearance:textfield;
|
|
appearance: textfield;
|
|
font-size: 17px;
|
|
margin-top: -5px;
|
|
padding-bottom: 2px;
|
|
background-color: transparent;
|
|
border-radius: 0;
|
|
}
|
|
|
|
body.sheet-darkmode input[type=text],
|
|
input[type=number] {
|
|
border-bottom: 1px solid #e1e1e147;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.charsheet textarea.notes {
|
|
width: 670px;
|
|
height: 65px;
|
|
line-height: 1.0;
|
|
font-size: 20px !important;
|
|
border: 1px solid #000000;
|
|
background-color: #ffffff00;
|
|
resize: none;
|
|
}
|
|
|
|
body.sheet-darkmode .charsheet textarea.notes {
|
|
width: 670px;
|
|
height: 65px;
|
|
line-height: 1.0;
|
|
font-size: 20px !important;
|
|
border: 1px solid #e1e1e147;
|
|
background-color: #1e202100;
|
|
resize: none;
|
|
}
|
|
|
|
.charsheet input.name {
|
|
width: 600px;
|
|
font-size: 20px !important;
|
|
margin-left: 5px;
|
|
flex: 1;
|
|
}
|
|
|
|
.charsheet input.look {
|
|
width: 600px;
|
|
font-size: 20px !important;
|
|
margin-left: 5px;
|
|
flex: 1;
|
|
}
|
|
|
|
.charsheet input.age {
|
|
width: 80px;
|
|
font-size: 20px !important;
|
|
margin-left: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
.charsheet input.virtue {
|
|
width: 304px;
|
|
font-size: 18px !important;
|
|
opacity: var( --receiver-opacity1);
|
|
flex: 1;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.charsheet input.virtue_rank {
|
|
width: 20px;
|
|
font-size: 18px !important;
|
|
opacity: var( --receiver-opacity1);
|
|
}
|
|
|
|
.charsheet input.vice {
|
|
width: 326px;
|
|
font-size: 18px !important;
|
|
opacity: var( --receiver-opacity2);
|
|
flex: 1;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.charsheet input.vice_rank {
|
|
width: 20px;
|
|
font-size: 18px !important;
|
|
opacity: var( --receiver-opacity2);
|
|
}
|
|
|
|
.charsheet input.card {
|
|
width: 230px;
|
|
font-size: 18px !important;
|
|
}
|
|
|
|
.charsheet input.card1 {
|
|
width: 373px;
|
|
font-size: 18px !important;
|
|
opacity: var( --receiver-opacity3);
|
|
flex: 1;
|
|
}
|
|
|
|
.charsheet input.moment_rank {
|
|
width: 20px;
|
|
font-size: 18px !important;
|
|
opacity: var( --receiver-opacity3);
|
|
}
|
|
|
|
.charsheet input.card2 {
|
|
width: 410px;
|
|
font-size: 18px !important;
|
|
opacity: var( --receiver-opacity4);
|
|
flex: 1;
|
|
}
|
|
|
|
.charsheet input.extremite_rank {
|
|
width: 20px;
|
|
font-size: 18px !important;
|
|
opacity: var( --receiver-opacity4);
|
|
}
|
|
|
|
|
|
.charsheet textarea.note1 {
|
|
width: 70px;
|
|
height: 60px;
|
|
line-height: 1.0;
|
|
font-size: 20px !important;
|
|
|
|
}
|
|
|
|
.charsheet div.profile-notes {
|
|
padding-top: 15px;
|
|
}
|
|
|
|
|
|
/*----------- Concept Section -------------*/
|
|
|
|
div.section-abilities {
|
|
padding-top: 13px;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
|
|
|
|
|
|
/*----------- Rules Section -------------*/
|
|
|
|
.charsheet div.section-profile{
|
|
padding-top: 13px;
|
|
padding-bottom: 10px;
|
|
margin-left: 20px;
|
|
height: auto;
|
|
}
|
|
|
|
.charsheet div.section-rule{
|
|
padding-top: 13px;
|
|
padding-bottom: 10px;
|
|
margin-left: 20px;
|
|
height: auto;
|
|
}
|
|
|
|
div.section-regle {
|
|
margin-left: 20px;
|
|
height: auto;
|
|
}
|
|
|
|
div.section-regle p{
|
|
padding-top: 6px;
|
|
width: 685px;
|
|
font-size: 22px;
|
|
}
|
|
|
|
|
|
|
|
/*----------- GM Section -------------*/
|
|
|
|
div.section-GM {
|
|
width: 709px;
|
|
}
|
|
|
|
div.section-GM p{
|
|
width: 670px;
|
|
}
|
|
|
|
|
|
div.section-GM input[type=text],
|
|
input[type=number] {
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
box-shadow: none;
|
|
border: none;
|
|
-moz-appearance:textfield;
|
|
appearance:textfield;
|
|
font-size: 17px;
|
|
margin-top: -5px;
|
|
padding-bottom: 2px;
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
.charsheet .title {
|
|
font-family: 'Shadows Into Light';
|
|
font-size: 35px;
|
|
line-height: 1.5;
|
|
width: 750px;
|
|
}
|
|
|
|
body.sheet-darkmode .section-GM button {
|
|
color: #1e2021;
|
|
background-color: #1e2021;
|
|
}
|
|
|
|
|
|
/*------------------------------------*\
|
|
#ROLL TEMPLATES
|
|
\*------------------------------------*/
|
|
|
|
|
|
.withoutavatars .sheet-rolltemplate-tencandles,
|
|
.withoutavatars .sheet-rolltemplate-tencandles-hope,
|
|
.sheet-rolltemplate-tencandles,
|
|
.sheet-rolltemplate-tencandles-hope {
|
|
margin-left: -7px;
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles .sheet-ecart-top,
|
|
.sheet-rolltemplate-tencandles-hope .sheet-ecart-top {
|
|
height: 10px;
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles .sheet-container,
|
|
.sheet-rolltemplate-tencandles-hope .sheet-container {
|
|
border: 2px solid var(--tencandles-border);
|
|
border-radius: 20px 10px 10px 10px;
|
|
}
|
|
|
|
/* Header formatting - title and subtitle */
|
|
.sheet-rolltemplate-tencandles .sheet-header,
|
|
.sheet-rolltemplate-tencandles-hope .sheet-header {
|
|
background-color: var(--tencandles-background-header);
|
|
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/refs/heads/main/.Images/roll_header.png);
|
|
color: #eee;
|
|
text-align: left;
|
|
text-transform: capitalize;
|
|
padding: 12px;
|
|
border-bottom: 2px solid var(--tencandles-border);
|
|
font-family: 'Shadows Into Light';
|
|
height: 26px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 17px 7px 0px 0px;
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles-hope .sheet-header {
|
|
background-color: var(--tencandles-background-header-hope);
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles .sheet-title,
|
|
.sheet-rolltemplate-tencandles-hope .sheet-title {
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles .sheet-subtitle,
|
|
.sheet-rolltemplate-tencandles-hope .sheet-subtitle {
|
|
font-size: 15px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
|
|
.sheet-rolltemplate-tencandles .sheet-container,
|
|
.sheet-rolltemplate-tencandles-hope .sheet-container{
|
|
--tencandles-background-header: #7b0505cf;
|
|
--tencandles-border: #444141;
|
|
--tencandles-background-header-darkmode: #1e1e1e;
|
|
--tencandles-border-darkmode: #0000006e;
|
|
--tencandles-content-background-darkmode: #bb13132e;
|
|
--tencandles-content-desc-darkmode:red;
|
|
|
|
--tencandles-background-header-hope: #68276d;
|
|
--tencandles-border-hope: #444141;
|
|
--tencandles-background-header-hope-darkmode: #1e1e1e;
|
|
--tencandles-border-hope-darkmode: #7575759c;
|
|
--tencandles-content-background-hope-darkmode: #6c0e863d;
|
|
--tencandles-content-desc-hope-darkmode:#a614ce3d;
|
|
--caveat: "Caveat", cursive;
|
|
}
|
|
|
|
/* Allprops part */
|
|
.sheet-rolltemplate-tencandles .sheet-content,
|
|
.sheet-rolltemplate-tencandles-hope .sheet-content{
|
|
display: grid;
|
|
background: #FFF;
|
|
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/refs/heads/main/.Images/roll_conflit.png);
|
|
/* Header formatting - modify the column layout below */
|
|
grid-template-columns: auto auto;
|
|
/* Line height to match default roll template */
|
|
line-height:1.4em;
|
|
border-radius: 0px 0px 10px 10px;
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles .sheet-content > div{
|
|
padding: 5px;
|
|
}
|
|
.sheet-rolltemplate-tencandles-hope .sheet-content > div{
|
|
padding: 5px;
|
|
}
|
|
|
|
/* Left column */
|
|
.sheet-rolltemplate-tencandles .sheet-content .sheet-key,
|
|
.sheet-rolltemplate-tencandles-hope .sheet-content .sheet-key{
|
|
font-weight: bold;
|
|
padding-right: 10px;
|
|
text-align: right;
|
|
font-family: 'Shadows Into Light';
|
|
font-size: 24px;
|
|
color: #02bb49c0;
|
|
height: 30px;
|
|
vertical-align: middle;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: right;
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles .sheet-key-failure,
|
|
.sheet-rolltemplate-tencandles-hope .sheet-key-failure,
|
|
.sheet-rolltemplate-tencandles .sheet-echec {
|
|
font-weight: bold;
|
|
padding-right: 10px;
|
|
text-align: right;
|
|
font-family: 'Shadows Into Light';
|
|
font-size: 24px;
|
|
color:#f91f1ff7;
|
|
font-weight: bold;
|
|
height: 30px;
|
|
vertical-align: middle;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: right;
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles .sheet-reussite {
|
|
font-weight: bold;
|
|
padding-right: 10px;
|
|
text-align: right;
|
|
font-family: 'Shadows Into Light';
|
|
font-size: 24px;
|
|
color:#02bb49f7;
|
|
height: 30px;
|
|
vertical-align: middle;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: right;
|
|
}
|
|
|
|
/* Make even-numbered rows grey */
|
|
.sheet-rolltemplate-tencandles .sheet-content :nth-child(4n+3),
|
|
.sheet-rolltemplate-tencandles .sheet-content :nth-child(4n),
|
|
.sheet-rolltemplate-tencandles-hope .sheet-content :nth-child(4n+3),
|
|
.sheet-rolltemplate-tencandles-hope .sheet-content :nth-child(4n){
|
|
background:#b7030326;
|
|
}
|
|
|
|
/* Wide Description field */
|
|
.sheet-rolltemplate-tencandles .sheet-desc,
|
|
.sheet-rolltemplate-tencandles-hope .sheet-desc{
|
|
grid-column: span 2;
|
|
padding: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles .inlinerollresult,
|
|
.sheet-rolltemplate-tencandles-hope .inlinerollresult{
|
|
background-color: #b3b3b300;
|
|
color:#111111c2;
|
|
}
|
|
|
|
/* Conflict Dice result in chatcontainer */
|
|
/* No 6 and No 1 */
|
|
.sheet-rolltemplate-tencandles .inlinerollresult {
|
|
border: 2px solid;
|
|
border-color:red;
|
|
}
|
|
|
|
/* No 6 and No 1 */
|
|
.sheet-rolltemplate-tencandles .inlinerollresult.importantroll {
|
|
border: 2px solid;
|
|
border-color:#dfa900;
|
|
}
|
|
|
|
/* Only 6 */
|
|
.sheet-rolltemplate-tencandles .inlinerollresult.fullcrit{
|
|
border: 2px solid;
|
|
border-color:#01a230;
|
|
}
|
|
|
|
/* Only 1 */
|
|
.sheet-rolltemplate-tencandles .inlinerollresult.fullfail {
|
|
border: 2px solid;
|
|
border-color:red;
|
|
}
|
|
|
|
/* Succes border */
|
|
.sheet-rolltemplate-tencandles .sheet-reussite-result .inlinerollresult,
|
|
.sheet-rolltemplate-tencandles .sheet-reussite-result .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-tencandles .sheet-reussite-result .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-tencandles .sheet-reussite-result .inlinerollresult.fullfail{
|
|
border: 2px solid;
|
|
border-color:#02bb4900;
|
|
font-size: 0px;
|
|
color: #87878794;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: left;
|
|
padding-top: 3px;
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles .sheet-reussite-result .inlinerollresult::before,
|
|
.sheet-rolltemplate-tencandles .sheet-reussite-result .inlinerollresult.importantroll::before,
|
|
.sheet-rolltemplate-tencandles .sheet-reussite-result .inlinerollresult.fullcrit::before,
|
|
.sheet-rolltemplate-tencandles .sheet-reussite-result .inlinerollresult.fullfail::before {
|
|
font-family: 'Pictos';
|
|
content: "i";
|
|
font-size: 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: left;
|
|
}
|
|
|
|
/* Failure border */
|
|
.sheet-rolltemplate-tencandles .sheet-echec-result .inlinerollresult,
|
|
.sheet-rolltemplate-tencandles .sheet-echec-result .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-tencandles .sheet-echec-result .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-tencandles .sheet-echec-result .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-tencandles .sheet-echec-result-lost .inlinerollresult,
|
|
.sheet-rolltemplate-tencandles .sheet-echec-result-lost .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-tencandles .sheet-echec-result-lost .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-tencandles .sheet-echec-result-lost .inlinerollresult.fullfail{
|
|
border: 2px solid;
|
|
border-color:rgba(255, 0, 0, 0);
|
|
font-size: 24px;
|
|
color: #f91f1fce;
|
|
font-weight: bold;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: left;
|
|
padding-top: 3px;
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles .sheet-echec-result-lost .inlinerollresult,
|
|
.sheet-rolltemplate-tencandles .sheet-echec-result-lost .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-tencandles .sheet-echec-result-lost .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-tencandles .sheet-echec-result-lost .inlinerollresult.fullfail {
|
|
font-family: var(--caveat);
|
|
font-size: 40px;
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles .sheet-echec-result .inlinerollresult,
|
|
.sheet-rolltemplate-tencandles .sheet-echec-result .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-tencandles .sheet-echec-result .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-tencandles .sheet-echec-result .inlinerollresult.fullfail {
|
|
font-size: 0;
|
|
color: #87878794;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: left;
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles .sheet-echec-result .inlinerollresult::before,
|
|
.sheet-rolltemplate-tencandles .sheet-echec-result .inlinerollresult.importantroll::before,
|
|
.sheet-rolltemplate-tencandles .sheet-echec-result .inlinerollresult.fullcrit::before,
|
|
.sheet-rolltemplate-tencandles .sheet-echec-result .inlinerollresult.fullfail::before {
|
|
font-family: 'Pictos';
|
|
content: "i";
|
|
font-size: 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: left;
|
|
}
|
|
|
|
/* Hope Dice result in chatcontainer */
|
|
/* No color */
|
|
.sheet-rolltemplate-tencandles-hope .inlinerollresult,
|
|
.sheet-rolltemplate-tencandles-hope .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-tencandles-hope .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-tencandles-hope .inlinerollresult.fullfail{
|
|
border: 2px solid;
|
|
border-color:rgba(255, 0, 0, 0);
|
|
font-size: 0px;
|
|
color: black;
|
|
font-weight: bold;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: left;
|
|
padding-top: 3px;
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles-hope .inlinerollresult::before,
|
|
.sheet-rolltemplate-tencandles-hope .inlinerollresult.importantroll::before,
|
|
.sheet-rolltemplate-tencandles-hope .inlinerollresult.fullcrit::before,
|
|
.sheet-rolltemplate-tencandles-hope .inlinerollresult.fullfail::before{
|
|
font-family: 'Pictos';
|
|
content: "i";
|
|
font-size: 20px;
|
|
color: #87878794;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: left;
|
|
}
|
|
|
|
/*------------------------------------*\
|
|
DARK MODE
|
|
\*------------------------------------*/
|
|
|
|
body.sheet-darkmode button,
|
|
body.sheet-darkmode input,
|
|
body.sheet-darkmode optgroup,
|
|
body.sheet-darkmode select,
|
|
body.sheet-darkmode textarea,
|
|
body.sheet-darkmode .charsheet {
|
|
color: #eee;
|
|
background-color: #1f1f1f;
|
|
}
|
|
|
|
.btn:hover {
|
|
background-position: unset;
|
|
|
|
}
|
|
|
|
/*------------------------------------*\
|
|
#ROLL TEMPLATES DARK MODE
|
|
\*------------------------------------*/
|
|
AJOUTER HOPE DICE ROLLTEMPLATE
|
|
|
|
/* Smaller margins - remove these if you want the huge default left margin */
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-container {
|
|
border: 2px solid var(--tencandles-border-darkmode);
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles-hope.sheet-rolltemplate-darkmode .sheet-container {
|
|
border: 2px solid var(--tencandles-border-hope-darkmode);
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-container {
|
|
border: 2px solid var(--tencandles-border-darkmode);
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles-hope.sheet-rolltemplate-darkmode .sheet-container {
|
|
border: 2px solid var(--tencandles-border-hope-darkmode);
|
|
}
|
|
|
|
/* Header formatting - title and subtitle */
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-header {
|
|
background-color: var(--tencandles-background-header-darkmode);
|
|
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/refs/heads/main/.Images/roll_dark_header.png);
|
|
color: #eee;
|
|
border-bottom: 2px solid var(--tencandles-border-darkmode);
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles-hope.sheet-rolltemplate-darkmode .sheet-header {
|
|
/* background-color: var(--tencandles-background-header-hope-darkmode); */
|
|
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/refs/heads/main/.Images/roll_dark_header.png);
|
|
color: #eee;
|
|
border-bottom: 2px solid var(--tencandles-border-hope-darkmode);
|
|
}
|
|
|
|
/* Allprops part */
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-content {
|
|
background: var(--tencandles-content-background-darkmode);
|
|
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/refs/heads/main/.Images/roll_dark_conflit.png);
|
|
color: #eee;
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles-hope.sheet-rolltemplate-darkmode .sheet-content{
|
|
background: var(--tencandles-content-background-hope-darkmode);
|
|
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/refs/heads/main/.Images/roll_dark_hope.png);
|
|
color: #eee;
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-key-failure,
|
|
.sheet-rolltemplate-tencandles-hope.sheet-rolltemplate-darkmode .sheet-key-failure,
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-echec,
|
|
.sheet-rolltemplate-tencandles-hope.sheet-rolltemplate-darkmode .sheet-echec {
|
|
color: #ed7171f7;
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-reussite,
|
|
.sheet-rolltemplate-tencandles-hope.sheet-rolltemplate-darkmode .sheet-reussite {
|
|
color:#02bb49f7;
|
|
}
|
|
|
|
/* Make even-numbered rows grey */
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-content :nth-child(4n+3),
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-content :nth-child(4n) {
|
|
background: #350404a6;
|
|
background-image: url(https://raw.githubusercontent.com/ctotone/JdR/refs/heads/main/.Images/roll_dark_perte.png);
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles-hope.sheet-rolltemplate-darkmode .sheet-content :nth-child(4n+3),
|
|
.sheet-rolltemplate-tencandles-hope.sheet-rolltemplate-darkmode .sheet-content :nth-child(4n) {
|
|
background: var(--tencandles-content-background-hope-darkmode);
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .inlinerollresult,
|
|
.sheet-rolltemplate-tencandles-hope.sheet-rolltemplate-darkmode .inlinerollresult {
|
|
background-color: var(--tencandles-background-header-darkmode) !important;
|
|
color:white;
|
|
}
|
|
|
|
/* Dice result in chatcontainer */
|
|
|
|
/* No 6 and No 1 */
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .inlinerollresult {
|
|
border: 2px solid;
|
|
border-color:red;
|
|
}
|
|
|
|
/* No 6 and No 1 */
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .inlinerollresult.importantroll {
|
|
border: 2px solid;
|
|
border-color:#dfa900;
|
|
}
|
|
|
|
/* Only 6 */
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .inlinerollresult.fullcrit{
|
|
border: 2px solid;
|
|
border-color:green;
|
|
}
|
|
|
|
/* Only 1 */
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .inlinerollresult.fullfail {
|
|
border: 2px solid;
|
|
border-color:red;
|
|
}
|
|
|
|
/* Succes border */
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-reussite-result .inlinerollresult,
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-reussite-result .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-reussite-result .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-reussite-result .inlinerollresult.fullfail{
|
|
border-color:#02bb4900;
|
|
color: #87878794;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
/* Failure border */
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-echec-result .inlinerollresult,
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-echec-result .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-echec-result .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-echec-result .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-echec-result-lost .inlinerollresult,
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-echec-result-lost .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-echec-result-lost .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-echec-result-lost .inlinerollresult.fullfail{
|
|
border: 2px solid;
|
|
border-color:rgba(255, 0, 0, 0);
|
|
color: #ed7171f7;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-echec-result .inlinerollresult,
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-echec-result .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-echec-result .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-echec-result .inlinerollresult.fullfail {
|
|
color: #87878794;
|
|
}
|
|
|
|
/* Hope Dice result in chatcontainer */
|
|
/* No color */
|
|
.sheet-rolltemplate-tencandles-hope.sheet-rolltemplate-darkmode .inlinerollresult,
|
|
.sheet-rolltemplate-tencandles-hope.sheet-rolltemplate-darkmode .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-tencandles-hope.sheet-rolltemplate-darkmode .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-tencandles-hope.sheet-rolltemplate-darkmode .inlinerollresult.fullfail{
|
|
border: 2px solid;
|
|
border-color:rgba(255, 0, 0, 0);
|
|
color: white;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
/* Wide Description field */
|
|
.sheet-rolltemplate-tencandles.sheet-rolltemplate-darkmode .sheet-desc {
|
|
background: var(--tencandles-content-desc-darkmode);
|
|
}
|
|
|
|
.sheet-rolltemplate-tencandles-hope.sheet-rolltemplate-darkmode .sheet-desc {
|
|
background: var(--tencandles-content-desc-hope-darkmode);
|
|
}
|