diff --git a/NOC/NOC.css b/NOC/NOC.css
index 1af8918f4c..ceef74a9b3 100644
--- a/NOC/NOC.css
+++ b/NOC/NOC.css
@@ -16,10 +16,274 @@
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
+
+/*
+-= TYPE DE FICHE =-
+*/
+
+.charsheet input.sheet-flag-PJ,
+.charsheet input.sheet-flag-PNJ,
+.charsheet input.sheet-flag-fiel {
+ position: relative;
+ z-index: 9999;
+ display:inline-block;
+ margin-left:5px;
+ margin-bottom:5px;
+}
+
+.sheet-PJ,
+.sheet-PNJ,
+.sheet-fiel {
+ font-size:15px;
+ font-weight:bold;
+ margin-right:5px;
+ margin-left:2px;
+}
+
+.charsheet input.sheet-flag-PJ:checked ~ div.sheet-main {
+ display: block;
+}
+.charsheet input.sheet-flag-PJ:checked ~ div.sheet-section-PNJ {
+ display: none;
+}
+.charsheet input.sheet-flag-PJ:checked ~ div.sheet-section-fiel {
+ display: none;
+}
+
+.charsheet input.sheet-flag-PNJ:checked ~ div.sheet-main {
+ display: none;
+}
+.charsheet input.sheet-flag-PNJ:checked ~ div.sheet-section-PNJ {
+ display: block;
+}
+.charsheet input.sheet-flag-PNJ:checked ~ div.sheet-section-fiel {
+ display: none;
+}
+
+.charsheet input.sheet-flag-fiel:checked ~ div.sheet-main {
+ display: none;
+}
+.charsheet input.sheet-flag-fiel:checked ~ div.sheet-section-PNJ {
+ display: none;
+}
+.charsheet input.sheet-flag-fiel:checked ~ div.sheet-section-fiel {
+ display: block;
+}
+
+/*
+-= FICHE Fiel =-
+*/
+
+.sheet-compteurfiel {
+ width: 55px;
+ font-size: 38px;
+ font-weight: bold;
+ text-align: center;
+ border: none;
+ position: relative;
+ z-index: 5;
+ background-color:transparent;
+ color:white;
+ text-shadow:1px 1px 2px black, 0 0 4px black, 0 0 10px black;
+}
+
+.sheet-section-fiel {
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fielcompteur.png");
+ background-repeat: repeat-y;
+ background-size: 100%;
+ width:300px;
+ height:300px;
+ position:relative;
+ float:left top;
+}
+
+.sheet-affichage-fiel {
+ position:absolute;
+ margin-top:175px;
+ margin-left:122px;
+ text-align:center
+}
+
+.sheet-afficheurfiel {
+ padding-left:5px;
+}
+
+
+/*
+-= FICHE PNJ =-
+*/
+
+
+.sheet-section-PNJ {
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondmain.jpg");
+ background-repeat: repeat-y;
+ background-size: 100%;
+ width: auto;
+ height:auto;
+ color: black;
+ box-shadow: 0 0 10px #555;
+ border: 3px solid black;
+ min-width:505px;
+ max-width:600px;
+}
+
+.sheet-section-PNJ span {
+ font-size:14px;
+}
+
+.sheet-rollPJ,
+.sheet-input-jetdps-PJ,
+.sheet-CHinitiative-PJ,
+.sheet-CHesquive-PJ,
+.sheet-CHparade-PJ,
+.sheet-CHd10-PJ {
+ display: none;
+}
+.sheet-rollGM,
+.sheet-input-jetdps-GM,
+.sheet-CHinitiative-GM,
+.sheet-CHesquive-GM,
+.sheet-CHparade-GM,
+.sheet-CHd10-GM {
+ display: inline;
+}
+
+.sheet-flagGM:checked ~ div * button.sheet-rollPJ,
+.sheet-flagGM:checked ~ div * button.sheet-input-jetdps-PJ,
+.sheet-flagGM:checked ~ div * button.sheet-CHinitiative-PJ,
+.sheet-flagGM:checked ~ div * button.sheet-CHesquive-PJ,
+.sheet-flagGM:checked ~ div * button.sheet-CHparade-PJ,
+.sheet-flagGM:checked ~ div * button.sheet-CHd10-PJ {
+ display: inline;
+}
+.sheet-flagGM:checked ~ div * button.sheet-rollGM,
+.sheet-flagGM:checked ~ div * button.sheet-input-jetdps-GM,
+.sheet-flagGM:checked ~ div * button.sheet-CHinitiative-GM,
+.sheet-flagGM:checked ~ div * button.sheet-CHesquive-GM,
+.sheet-flagGM:checked ~ div * button.sheet-CHparade-GM,
+.sheet-flagGM:checked ~ div * button.sheet-CHd10-GM {
+ display: none;
+}
+
+.sheet-caracteristique-competence-PNJ {
+ vertical-align:middle;
+}
+
+.sheet-caracteristique-vietab-PNJ ,
+.sheet-caracteristique-eruditiontab-PNJ ,
+.sheet-caracteristique-techniquetab-PNJ ,
+.sheet-caracteristique-socialtab-PNJ ,
+.sheet-caracteristique-ametab-PNJ ,
+.sheet-caracteristique-statuttab-PNJ ,
+.sheet-caracteristique-actiontab-PNJ,
+.sheet-caracteristique-lignes-PNJ {
+ padding: 2px 2px 2px 2px;
+ border: 2px groove;
+ border-color: #616B6F #616B6F #685C52 #685C52;
+ border-radius: 5px;
+ width: 190px;
+ position: relative;
+ background-color: transparent;
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondtalents.jpg");
+ background-repeat: no-repeat;
+ background-size: 232px;
+ z-index: 99;
+ display:inline-block;
+}
+
+.sheet-caracteristique-lignes-PNJ {
+ text-align:center;
+}
+
+.sheet-lignes,
+.sheet-lignesmax {
+ width: 33px;
+ font-size: 19px;
+ text-align: center;
+ border: 1px solid black;
+ position:relative;
+ z-index: 5;
+ border-radius: 25px;
+ box-shadow: 1px 1px 5px #514842;
+ color: black;
+ margin-top:5px;
+ margin-bottom:5px;
+ margin-right:5px;
+}
+
+.sheet-lignesmax {
+ color: grey;
+}
+
+.sheet-tir-title-PNJ,
+.sheet-armure-title-PNJ,
+.sheet-cac-title-PNJ {
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondtitrequipement.jpg");
+ background-repeat: no-repeat;
+ background-size: 100%;
+ width: auto;
+ height : 30px;
+ border-radius: 5px 5px 0px 0px;
+ border: 2px solid black;
+ box-shadow: 0 0 10px #353535, 5px 5px 10px #353535;
+}
+
+.sheet-Combathelper-PNJ {
+ width: 490px;
+ height: 350px;
+ position: relative;
+ z-index: 5;
+ font-size: 10px;
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondCHetetat.jpg");
+ background-repeat: no-repeat;
+ background-size: 490px 350px;
+ background-position: 0px 0px;
+ border-radius : 15px;
+ border: 3px groove;
+ border-color: #685C52 #685C52 #616B6F #616B6F;
+ box-shadow: 0 0 10px #353535, 5px 5px 10px #353535;
+}
+
+span.sheet-labelvisible,
+span.sheet-afficheflag {
+ display: inline-block;
+ position:relative;
+ font-size:17px;
+ margin-left:5px;
+ color:white;
+ text-shadow:1px 1px 2px black, 0 0 4px black, 0 0 10px black;
+}
+
+.sheet-flagGM,
+.sheet-afficheflagbox {
+ display: inline-block;
+ position:relative;
+ margin: 5px 20px 10px 5px;
+}
+
+.sheet-afficheflagbox:checked ~ div.sheet-caracteristique-competence-PNJ * input.sheet-caracteristique-value {
+ display: none;
+}
+.sheet-afficheflagbox:checked ~ div.sheet-caracteristique-competence-PNJ * input.sheet-caracteristique-value-max {
+ display: inline;
+}
+.sheet-afficheflagbox:checked ~ div.sheet-caracteristique-competence-PNJ * input.sheet-competence-value {
+ display: none;
+}
+.sheet-afficheflagbox:checked ~ div.sheet-caracteristique-competence-PNJ * input.sheet-competence-value-max {
+ display: inline;
+}
+
+.sheet-afficheflagbox:checked ~ div.sheet-caracteristique-competence-PNJ * div.sheet-lock {
+ display: inline;
+}
+.sheet-afficheflagbox:checked ~ div.sheet-caracteristique-competence-PNJ * div.sheet-lock2 {
+ display: inline;
+}
+
/*
-= ONGLETS =-
*/
-
.charsheet div[class^="sheet-section"] {
display: none;
}
@@ -86,7 +350,7 @@
.charsheet input.sheet-tab4 {
margin-left: 0px;
- margin-top: 270px;
+ margin-top:270px;
}
.charsheet span.sheet-tab {
@@ -94,7 +358,6 @@
text-orientation: sideways;
text-align: center;
display: inline-block;
- font-size: 13px;
color: white;
width: 30px;
height: 100px;
@@ -110,29 +373,29 @@
border: 2px solid black;
}
+
.charsheet span.sheet-tab1 {
margin-left: 0px;
margin-top: 0px;
- background-image:url("https://zupimages.net/up/20/20/bp3e.jpg");
-
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondtab1.jpg");
}
.charsheet span.sheet-tab2 {
margin-left: 0px;
margin-top: 90px;
- background-image:url("https://zupimages.net/up/20/20/rlvb.jpg");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondtab2.jpg");
}
.charsheet span.sheet-tab3 {
margin-left: 0px;
margin-top: 180px;
- background-image:url("https://zupimages.net/up/20/20/qlpm.jpg");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondtab3.jpg");
}
.charsheet span.sheet-tab4 {
margin-left: 0px;
margin-top: 270px;
- background-image:url("https://zupimages.net/up/20/20/jhaw.jpg");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondtab4.jpg");
}
.charsheet input.sheet-tab1:checked + span.sheet-tab1,
@@ -156,13 +419,12 @@
.sheet-malusdiv {
position: absolute;
z-index: 10;
- background-image:url("https://zupimages.net/up/20/20/mjy0.jpg");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondmalus.jpg");
background-repeat: no-repeat;
background-size: 320px;
width: 270px;
- height: 200px;
- margin-left: 20px;
- margin-top: 680px;
+ height: 80px;
+ margin-top: 830px;
padding-top: 5px;
border: 5px groove;
border-color: #616B6F #616B6F #685C52 #685C52;
@@ -215,18 +477,18 @@
.sheet-afficheflag {
position : absolute;
z-index: 999;
- margin-left: 25px;
- margin-top: 660px;
+ margin-left: 395px;
}
.sheet-afficheflagON,
.sheet-afficheflagOFF {
position : absolute;
z-index: 999;
- width: 100px;
- font-size: 12px;
- margin-left: 50px;
- margin-top: 660px;
+ width: 150px;
+ font-size: 16px;
+ font-weight: bold;
+ margin-left: 420px;
+ text-shadow:1px 1px 2px black, 0 0 4px black, 0 0 10px black;
}
.sheet-afficheflagON {
@@ -235,7 +497,7 @@
}
.sheet-afficheflagOFF {
- color: #514842;
+ color: white;
display: inline;
}
@@ -273,11 +535,12 @@
/* Général */
-.sheet-Main {
- background-image:url("https://zupimages.net/up/20/20/giur.jpg");
+.sheet-main {
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondmain.jpg");
background-repeat: repeat-y;
- background-size: 1020px;
- width: 1020px;
+ background-size: 100%;
+ width: 1030px;
+ height:auto;
color: black;
box-shadow: 0 0 10px #555;
border: 3px solid black;
@@ -289,7 +552,7 @@
}
.charsheet button[type="roll"]:hover {
- background-image: url("https://zupimages.net/up/20/20/lfvc.png");
+ background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/deactive.png");
background-position: 0;
width : 16px;
height: 16px;
@@ -302,7 +565,7 @@
padding: 0px 0px 0px 0px;
width : 15px;
Height: 15px;
- background-image: url("https://zupimages.net/up/20/20/5hsp.png");
+ background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/de.png");
background-color: transparent;
background-size: 15px;
background-repeat: no-repeat;
@@ -323,7 +586,7 @@
.charsheet .repcontrol_add,
.charsheet .repcontrol_edit {
- background-image:url("https://zupimages.net/up/20/21/felt.jpg");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondbouton.jpg");
background-repeat: no-repeat;
background-size: 75px;
border: 2px solid black;
@@ -340,8 +603,44 @@
/* Identité */
+.sheet-idsecurite,
+.sheet-idharmonie {
+ display:none;
+}
+.sheet-idsecuritesignale,
+.sheet-idsecuriterecherche,
+.sheet-idsecuritepourchasse {
+ cursor:help;
+}
+
+.sheet-idsecuriteflgneant:checked ~ span.sheet-idsecuriteneant {
+ display: inline-block;
+}
+.sheet-idsecuriteflgsignale:checked ~ span.sheet-idsecuritesignale {
+ display: inline-block;
+}
+.sheet-idsecuriteflgrecherche:checked ~ span.sheet-idsecuriterecherche {
+ display: inline-block;
+}
+.sheet-idsecuriteflgpourchasse:checked ~ span.sheet-idsecuritepourchasse {
+ display: inline-block;
+}
+
+.sheet-idharmonieflgneant:checked ~ span.sheet-idharmonieneant {
+ display: inline-block;
+}
+.sheet-idharmonieflgteinte:checked ~ span.sheet-idharmonieteinte {
+ display: inline-block;
+}
+.sheet-idharmonieflgpossede:checked ~ span.sheet-idharmoniepossede {
+ display: inline-block;
+}
+.sheet-idharmonieflgcorrompu:checked ~ span.sheet-idharmoniecorrompu {
+ display: inline-block;
+}
+
.sheet-photoid {
- background-image:url("https://zupimages.net/up/20/20/nflr.png");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/photoid.png");
background-repeat: no-repeat;
position: absolute;
width: 165px;
@@ -353,15 +652,14 @@
}
.sheet-section-gen {
- background-image:url("https://zupimages.net/up/20/20/whqi.png");
- background-size: 550px;
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondidentitebasdroite.png");
+ background-size: 63%;
background-repeat: no-repeat;
background-position: bottom right;
- width: 970px;
- height: 1300px;
+ width: fit-content;
+ height: auto;
margin-left: 50px;
- min-width: 950px;
- margin-top: -50px;
+ margin-top: -60px;
}
.sheet-identity-gauche {
@@ -464,10 +762,11 @@
.sheet-selectidtraitnoirceur {
width:170px;
font-size:13px;
+ cursor:help;
}
.sheet-identity {
- background-image:url("https://zupimages.net/up/20/20/le9w.jpg");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondidentite.jpg");
background-size: 890px 970px;
background-repeat: no-repeat;
width: 860px;
@@ -479,7 +778,7 @@
}
.sheet-identityprivate {
- background-image:url("https://zupimages.net/up/20/20/fv93.png");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondidentiteconfidentiel.png");
background-size: 450px;
background-repeat: no-repeat;
width: 440px;
@@ -491,7 +790,7 @@
}
.sheet-confidentiel {
- background-image:url("https://zupimages.net/up/20/20/f9na.png");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/tamponconfidentiel.png");
background-size: 200px;
background-repeat: no-repeat;
background-position: 0 -20px;
@@ -551,13 +850,29 @@
/* DOMAINES ET TALENTS */
+.sheet-rollnoirceur1,
+.sheet-rollnoirceur2,
+.sheet-rollnoirceur3 {
+ display:none;
+}
+
+.sheet-rollnoirceurflag1:checked ~ button.sheet-rollnoirceur1 {
+ display: inline;
+}
+.sheet-rollnoirceurflag2:checked ~ button.sheet-rollnoirceur2 {
+ display: inline;
+}
+.sheet-rollnoirceurflag3:checked ~ button.sheet-rollnoirceur3 {
+ display: inline;
+}
+
.sheet-lock,
.sheet-lock2 {
display:none;
}
.sheet-lock {
- background-image:url("https://zupimages.net/up/20/21/4mmh.png");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/lock.png");
background-repeat: no-repeat;
background-size: 16px;
z-index: 9999;
@@ -567,7 +882,7 @@
}
.sheet-lock2 {
- background-image:url("https://zupimages.net/up/20/21/4mmh.png");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/lock.png");
background-repeat: no-repeat;
background-size: 13px;
z-index: 9999;
@@ -576,39 +891,31 @@
height: 13px;
}
-.sheet-logoNOC {
- background-image:url("https://zupimages.net/up/20/20/hzx2.png");
- background-repeat: no-repeat;
- background-size: 190px;
- width: 190px;
- height: 200px;
- position: absolute;
- margin-left: 430px;
- margin-top: 245px;
- z-index: 2;
-}
-
.sheet-section-comp {
- background-image:url("https://zupimages.net/up/20/20/a5fq.png");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondcompositionbasdroite.png");
background-position: bottom right;
background-repeat: no-repeat;
- padding-top: 0px;
- height: 895px;
+ height: auto;
+ min-height: 950px;
+ width: fit-content;
+ padding-bottom:20px;
+ margin-top: -60px;
+ padding-left:50px;
}
.sheet-caracteristique-competence {
- background-image:url("https://zupimages.net/up/20/20/5vb9.png");
- background-size: 700px 700px;
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondcomposition.png");
+ background-size: 70%;
background-repeat: no-repeat;
- width: 830px;
- height: 820px;
- margin-top: 30px;
- margin-left: 175px;
- margin-right: 5px;
+ background-position:50% 60%;
+ width: 100%;
+ min-height: 910px;
position: relative;
z-index: 4;
}
+
+
.sheet-caracteristique-vietab,
.sheet-caracteristique-eruditiontab,
.sheet-caracteristique-techniquetab,
@@ -626,7 +933,7 @@
width: 190px;
position: absolute;
background-color: transparent;
- background-image:url("https://zupimages.net/up/20/20/lep9.jpg");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondtalents.jpg");
background-repeat: no-repeat;
background-size: 232px;
z-index: 99;
@@ -634,7 +941,7 @@
.sheet-caracteristique-backtitle {
background-color: transparent;
- background-image:url("https://zupimages.net/up/20/20/upf5.png");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fond_titre1.png");
background-repeat: no-repeat;
background-size: 223px 71px;
width: 223px;
@@ -646,7 +953,7 @@
}
.sheet-caracteristique-backtitle2 {
background-color: transparent;
- background-image:url("https://zupimages.net/up/20/20/fclt.png");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fond_titre3.png");
background-repeat: no-repeat;
background-size: 200px 75px;
width: 200px;
@@ -658,7 +965,7 @@
}
.sheet-caracteristique-backtitle3 {
background-color: transparent;
- background-image:url("https://zupimages.net/up/20/20/m7kw.png");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fond_titre6.png");
background-repeat: no-repeat;
background-size: 140px 65px;
width: 140px;
@@ -677,6 +984,7 @@
display: inline;
z-index: 5;
text-shadow:1px 1px 2px black, 0 0 4px black, 0 0 10px black;
+ cursor:help;
}
.sheet-caracteristique-value,
@@ -695,38 +1003,38 @@
}
.sheet-caracteristique-vietab {
- margin-left: 45px;
- margin-top: -100px;
+ margin-left: 175px;
+ margin-top: 0px;
}
.sheet-caracteristique-eruditiontab {
- margin-left: 460px;
- margin-top: -100px;
+ margin-left: 590px;
+ margin-top: 0px;
}
.sheet-caracteristique-socialtab {
- margin-left: -130px;
- margin-top: 160px;
+ margin-left: 0px;
+ margin-top: 260px;
}
.sheet-caracteristique-techniquetab {
- margin-left: 640px;
- margin-top: 160px;
+ margin-left: 770px;
+ margin-top: 260px;
}
.sheet-caracteristique-ametab {
- margin-left: -50px;
- margin-top: 460px;
+ margin-left: 80px;
+ margin-top: 600px;
}
.sheet-caracteristique-actiontab {
- margin-left: 590px;
- margin-top: 460px;
+ margin-left: 720px;
+ margin-top: 600px;
}
.sheet-caracteristique-statuttab {
- margin-left: 260px;
- margin-top: 620px;
+ margin-left: 390px;
+ margin-top: 760px;
}
@@ -747,7 +1055,7 @@
.sheet-competence-title {
font-family: 'Special Elite';
- font-size: 18px;
+ font-size: 17px;
display: inline;
padding-right: 1px;
font-weight: bolder;
@@ -755,14 +1063,15 @@
background: -webkit-gradient(linear, left center, right bottom, from(#585049), to(#758CA5));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
+ cursor:help;
}
.sheet-points-vecu {
width: 130px;
text-align:center;
position: absolute;
- margin-left: 290px;
- margin-top: 55px;
+ margin-left: 420px;
+ margin-top: 205px;
z-index: 5;
}
@@ -770,8 +1079,8 @@
width: 130px;
text-align:center;
position: absolute;
- margin-left: 100px;
- margin-top: 140px;
+ margin-left: 230px;
+ margin-top: 290px;
z-index: 5;
}
@@ -779,16 +1088,16 @@
width: 130px;
text-align:center;
position: absolute;
- margin-left: 480px;
- margin-top: 140px;
+ margin-left: 610px;
+ margin-top: 290px;
z-index: 5;
}
.sheet-points-trauma {
width: 150px;
position: absolute;
- margin-left: 70px;
- margin-top: 340px;
+ margin-left: 200px;
+ margin-top: 480px;
text-align: center;
z-index: 5;
}
@@ -796,8 +1105,8 @@
.sheet-points-blessures {
width: 150px;
position: absolute;
- margin-left: 505px;
- margin-top: 340px;
+ margin-left: 645px;
+ margin-top: 480px;
text-align: center;
z-index: 5;
}
@@ -805,8 +1114,8 @@
.sheet-points-noirceur {
width: 150px;
position: absolute;
- margin-left: 180px;
- margin-top: 500px;
+ margin-left: 315px;
+ margin-top: 640px;
text-align: center;
z-index: 5;
}
@@ -814,8 +1123,8 @@
.sheet-points-traque {
width: 150px;
position: absolute;
- margin-left: 400px;
- margin-top: 500px;
+ margin-left: 535px;
+ margin-top: 640px;
text-align: center;
z-index: 5;
}
@@ -829,6 +1138,7 @@
z-index: 5;
color: white;
text-shadow:1px 1px 2px black, 0 0 4px black, 0 0 10px black;
+ cursor:help;
}
.sheet-points-title2 {
@@ -841,6 +1151,7 @@
z-index: 5;
color: white;
text-shadow:1px 1px 2px black, 0 0 4px black, 0 0 10px black;
+ cursor:help;
}
.sheet-points-slash {
@@ -935,21 +1246,43 @@
color: black;
}
-
+.sheet-checkboxdiv {
+ border:1px solid darkgrey;
+ display:none;
+ height:13px;
+ width:13px;
+ vertical-align:bottom;
+ padding-right:1px;
+}
+
+.sheet-checkbox-ctrl {
+ display:none;
+}
-/* blessures */
.sheet-effet-points {
background-color: transparent;
border: 0px solid black;
text-align: center;
font-size: 12px;
width: 152px;
- height: 54px;
+ height:55px;
resize : none;
margin-top: -20px;
color: black;
+ cursor:default;
}
+.sheet-effet-pointsspan {
+ background-color: transparent;
+ border: 0px solid black;
+ text-align: center;
+ font-size: 12px;
+ color: black;
+ width: 152px;
+}
+
+/* blessures */
+
.sheet-effet-points-blessures-leger,
.sheet-effet-points-blessures-grave,
.sheet-effet-points-blessures-mort {
@@ -998,6 +1331,68 @@
display: inline;
}
+.sheet-checkbox-bless-ctrl1:checked ~ input.sheet-checkbox-bless1 {
+ display:none;
+}
+.sheet-checkbox-bless-ctrl1:checked ~ div.sheet-checkbox-bless1div {
+ display:inline-block;
+}
+.sheet-checkbox-bless-ctrl2:checked ~ input.sheet-checkbox-bless2 {
+ display:none;
+}
+.sheet-checkbox-bless-ctrl2:checked ~ div.sheet-checkbox-bless2div {
+ display:inline-block;
+}
+.sheet-checkbox-bless-ctrl3:checked ~ input.sheet-checkbox-bless3 {
+ display:none;
+}
+.sheet-checkbox-bless-ctrl3:checked ~ div.sheet-checkbox-bless3div {
+ display:inline-block;
+}
+.sheet-checkbox-bless-ctrl4:checked ~ input.sheet-checkbox-bless4 {
+ display:none;
+}
+.sheet-checkbox-bless-ctrl4:checked ~ div.sheet-checkbox-bless4div {
+ display:inline-block;
+}
+.sheet-checkbox-bless-ctrl5:checked ~ input.sheet-checkbox-bless5 {
+ display:none;
+}
+.sheet-checkbox-bless-ctrl5:checked ~ div.sheet-checkbox-bless5div {
+ display:inline-block;
+}
+.sheet-checkbox-bless-ctrl6:checked ~ input.sheet-checkbox-bless6 {
+ display:none;
+}
+.sheet-checkbox-bless-ctrl6:checked ~ div.sheet-checkbox-bless6div {
+ display:inline-block;
+}
+.sheet-checkbox-bless-ctrl7:checked ~ input.sheet-checkbox-bless7 {
+ display:none;
+}
+.sheet-checkbox-bless-ctrl7:checked ~ div.sheet-checkbox-bless7div {
+ display:inline-block;
+}
+.sheet-checkbox-bless-ctrl8:checked ~ input.sheet-checkbox-bless8 {
+ display:none;
+}
+.sheet-checkbox-bless-ctrl8:checked ~ div.sheet-checkbox-bless8div {
+ display:inline-block;
+}
+.sheet-checkbox-bless-ctrl9:checked ~ input.sheet-checkbox-bless9 {
+ display:none;
+}
+.sheet-checkbox-bless-ctrl9:checked ~ div.sheet-checkbox-bless9div {
+ display:inline-block;
+}
+.sheet-checkbox-bless-ctrl10:checked ~ input.sheet-checkbox-bless10 {
+ display:none;
+}
+.sheet-checkbox-bless-ctrl10:checked ~ div.sheet-checkbox-bless10div {
+ display:inline-block;
+}
+
+
/* trauma */
.sheet-effet-points-trauma-leger,
.sheet-effet-points-trauma-grave,
@@ -1047,7 +1442,66 @@
display: inline;
}
-
+.sheet-checkbox-trauma-ctrl1:checked ~ input.sheet-checkbox-trauma1 {
+ display:none;
+}
+.sheet-checkbox-trauma-ctrl1:checked ~ div.sheet-checkbox-trauma1div {
+ display:inline-block;
+}
+.sheet-checkbox-trauma-ctrl2:checked ~ input.sheet-checkbox-trauma2 {
+ display:none;
+}
+.sheet-checkbox-trauma-ctrl2:checked ~ div.sheet-checkbox-trauma2div {
+ display:inline-block;
+}
+.sheet-checkbox-trauma-ctrl3:checked ~ input.sheet-checkbox-trauma3 {
+ display:none;
+}
+.sheet-checkbox-trauma-ctrl3:checked ~ div.sheet-checkbox-trauma3div {
+ display:inline-block;
+}
+.sheet-checkbox-trauma-ctrl4:checked ~ input.sheet-checkbox-trauma4 {
+ display:none;
+}
+.sheet-checkbox-trauma-ctrl4:checked ~ div.sheet-checkbox-trauma4div {
+ display:inline-block;
+}
+.sheet-checkbox-trauma-ctrl5:checked ~ input.sheet-checkbox-trauma5 {
+ display:none;
+}
+.sheet-checkbox-trauma-ctrl5:checked ~ div.sheet-checkbox-trauma5div {
+ display:inline-block;
+}
+.sheet-checkbox-trauma-ctrl6:checked ~ input.sheet-checkbox-trauma6 {
+ display:none;
+}
+.sheet-checkbox-trauma-ctrl6:checked ~ div.sheet-checkbox-trauma6div {
+ display:inline-block;
+}
+.sheet-checkbox-trauma-ctrl7:checked ~ input.sheet-checkbox-trauma7 {
+ display:none;
+}
+.sheet-checkbox-trauma-ctrl7:checked ~ div.sheet-checkbox-trauma7div {
+ display:inline-block;
+}
+.sheet-checkbox-trauma-ctrl8:checked ~ input.sheet-checkbox-trauma8 {
+ display:none;
+}
+.sheet-checkbox-trauma-ctrl8:checked ~ div.sheet-checkbox-trauma8div {
+ display:inline-block;
+}
+.sheet-checkbox-trauma-ctrl9:checked ~ input.sheet-checkbox-trauma9 {
+ display:none;
+}
+.sheet-checkbox-trauma-ctrl9:checked ~ div.sheet-checkbox-trauma9div {
+ display:inline-block;
+}
+.sheet-checkbox-trauma-ctrl10:checked ~ input.sheet-checkbox-trauma10 {
+ display:none;
+}
+.sheet-checkbox-trauma-ctrl10:checked ~ div.sheet-checkbox-trauma10div {
+ display:inline-block;
+}
/* traque */
.sheet-effet-points-traque-leger,
@@ -1098,66 +1552,240 @@
display: inline;
}
+
+.sheet-checkbox-traque-ctrl1:checked ~ input.sheet-checkbox-traque1 {
+ display:none;
+}
+.sheet-checkbox-traque-ctrl1:checked ~ div.sheet-checkbox-traque1div {
+ display:inline-block;
+}
+.sheet-checkbox-traque-ctrl2:checked ~ input.sheet-checkbox-traque2 {
+ display:none;
+}
+.sheet-checkbox-traque-ctrl2:checked ~ div.sheet-checkbox-traque2div {
+ display:inline-block;
+}
+.sheet-checkbox-traque-ctrl3:checked ~ input.sheet-checkbox-traque3 {
+ display:none;
+}
+.sheet-checkbox-traque-ctrl3:checked ~ div.sheet-checkbox-traque3div {
+ display:inline-block;
+}
+.sheet-checkbox-traque-ctrl4:checked ~ input.sheet-checkbox-traque4 {
+ display:none;
+}
+.sheet-checkbox-traque-ctrl4:checked ~ div.sheet-checkbox-traque4div {
+ display:inline-block;
+}
+.sheet-checkbox-traque-ctrl5:checked ~ input.sheet-checkbox-traque5 {
+ display:none;
+}
+.sheet-checkbox-traque-ctrl5:checked ~ div.sheet-checkbox-traque5div {
+ display:inline-block;
+}
+.sheet-checkbox-traque-ctrl6:checked ~ input.sheet-checkbox-traque6 {
+ display:none;
+}
+.sheet-checkbox-traque-ctrl6:checked ~ div.sheet-checkbox-traque6div {
+ display:inline-block;
+}
+.sheet-checkbox-traque-ctrl7:checked ~ input.sheet-checkbox-traque7 {
+ display:none;
+}
+.sheet-checkbox-traque-ctrl7:checked ~ div.sheet-checkbox-traque7div {
+ display:inline-block;
+}
+.sheet-checkbox-traque-ctrl8:checked ~ input.sheet-checkbox-traque8 {
+ display:none;
+}
+.sheet-checkbox-traque-ctrl8:checked ~ div.sheet-checkbox-traque8div {
+ display:inline-block;
+}
+.sheet-checkbox-traque-ctrl9:checked ~ input.sheet-checkbox-traque9 {
+ display:none;
+}
+.sheet-checkbox-traque-ctrl9:checked ~ div.sheet-checkbox-traque9div {
+ display:inline-block;
+}
+.sheet-checkbox-traque-ctrl10:checked ~ input.sheet-checkbox-traque10 {
+ display:none;
+}
+.sheet-checkbox-traque-ctrl10:checked ~ div.sheet-checkbox-traque10div {
+ display:inline-block;
+}
+
+
/* noirceur */
.sheet-effet-points-noirceur-leger,
+.sheet-effet-points-noirceur-leger2 ,
.sheet-effet-points-noirceur-grave,
-.sheet-effet-points-noirceur-mort {
+.sheet-effet-points-noirceur-grave1,
+.sheet-effet-points-noirceur-grave2,
+.sheet-effet-points-noirceur-mort,
+.sheet-effet-points-noirceur-mort2 {
display: none;
}
-.sheet-effet-points-noirceur-leger {
+.sheet-effet-points-noirceur-leger2
+.sheet-effet-points-noirceur-grave2,
+.sheet-effet-points-noirceur-mort2 {
+ width:auto;
+}
+
+.sheet-effet-points-noirceur-leger,
+.sheet-effet-points-noirceur-leger2 {
text-shadow: 2px 2px 6px orange, -2px -2px 6px orange;
}
-.sheet-effet-points-noirceur-grave {
+.sheet-effet-points-noirceur-grave,
+.sheet-effet-points-noirceur-grave1 ,
+.sheet-effet-points-noirceur-grave2 {
text-shadow: 2px 2px 6px red, -2px -2px 6px red;
}
-.sheet-effet-points-noirceur-mort {
+.sheet-effet-points-noirceur-mort,
+.sheet-effet-points-noirceur-mort2 {
text-shadow: 2px 2px 6px purple, -2px -2px 6px purple;
}
-.sheet-checkbox-noirceur5:checked ~ textarea.sheet-effet-points-noirceur-leger {
+.sheet-checkbox-noirceur5:checked ~ span.sheet-effet-points-noirceur-leger {
+ display: block;
+}
+.sheet-checkbox-noirceur5:checked ~ span.sheet-effet-points-noirceur-leger2 {
display: inline;
}
-.sheet-checkbox-noirceur5:checked ~ textarea.sheet-effet-points-noirceur-grave {
+.sheet-checkbox-noirceur5:checked ~ span.sheet-effet-points-noirceur-grave {
display: none;
}
-.sheet-checkbox-noirceur5:checked ~ textarea.sheet-effet-points-noirceur-mort {
+.sheet-checkbox-noirceur5:checked ~ span.sheet-effet-points-noirceur-grave1 {
+ display: none;
+}
+.sheet-checkbox-noirceur5:checked ~ span.sheet-effet-points-noirceur-grave2 {
+ display: none;
+}
+.sheet-checkbox-noirceur5:checked ~ span.sheet-effet-points-noirceur-mort {
+ display: none;
+}
+.sheet-checkbox-noirceur5:checked ~ span.sheet-effet-points-noirceur-mort2 {
display: none;
}
-.sheet-checkbox-noirceur8:checked ~ textarea.sheet-effet-points-noirceur-leger {
+.sheet-checkbox-noirceur8:checked ~ span.sheet-effet-points-noirceur-leger {
display: none;
}
-.sheet-checkbox-noirceur8:checked ~ textarea.sheet-effet-points-noirceur-grave {
+.sheet-checkbox-noirceur8:checked ~ span.sheet-effet-points-noirceur-leger2 {
+ display: none;
+}
+.sheet-checkbox-noirceur8:checked ~ span.sheet-effet-points-noirceur-grave {
+ display: block;
+}
+.sheet-checkbox-noirceur8:checked ~ span.sheet-effet-points-noirceur-grave1 {
+ display: block;
+}
+.sheet-checkbox-noirceur8:checked ~ span.sheet-effet-points-noirceur-grave2 {
display: inline;
}
-.sheet-checkbox-noirceur8:checked ~ textarea.sheet-effet-points-noirceur-mort {
+.sheet-checkbox-noirceur8:checked ~ span.sheet-effet-points-noirceur-mort {
+ display: none;
+}
+.sheet-checkbox-noirceur8:checked ~ span.sheet-effet-points-noirceur-mort2 {
display: none;
}
-.sheet-checkbox-noirceur10:checked ~ textarea.sheet-effet-points-noirceur-leger {
+.sheet-checkbox-noirceur10:checked ~ span.sheet-effet-points-noirceur-leger {
display: none;
}
-.sheet-checkbox-noirceur10:checked ~ textarea.sheet-effet-points-noirceur-grave {
+.sheet-checkbox-noirceur10:checked ~ span.sheet-effet-points-noirceur-leger2 {
display: none;
}
-.sheet-checkbox-noirceur10:checked ~ textarea.sheet-effet-points-noirceur-mort {
+.sheet-checkbox-noirceur10:checked ~ span.sheet-effet-points-noirceur-grave {
+ display: none;
+}
+.sheet-checkbox-noirceur10:checked ~ span.sheet-effet-points-noirceur-grave1 {
+ display: none;
+}
+.sheet-checkbox-noirceur10:checked ~ span.sheet-effet-points-noirceur-grave2 {
+ display: none;
+}
+.sheet-checkbox-noirceur10:checked ~ span.sheet-effet-points-noirceur-mort {
+ display: block;
+}
+.sheet-checkbox-noirceur10:checked ~ span.sheet-effet-points-noirceur-mort2 {
display: inline;
}
+.sheet-checkbox-noirceur-ctrl1:checked ~ input.sheet-checkbox-noirceur1 {
+ display:none;
+}
+.sheet-checkbox-noirceur-ctrl1:checked ~ div.sheet-checkbox-noirceur1div {
+ display:inline-block;
+}
+.sheet-checkbox-noirceur-ctrl2:checked ~ input.sheet-checkbox-noirceur2 {
+ display:none;
+}
+.sheet-checkbox-noirceur-ctrl2:checked ~ div.sheet-checkbox-noirceur2div {
+ display:inline-block;
+}
+.sheet-checkbox-noirceur-ctrl3:checked ~ input.sheet-checkbox-noirceur3 {
+ display:none;
+}
+.sheet-checkbox-noirceur-ctrl3:checked ~ div.sheet-checkbox-noirceur3div {
+ display:inline-block;
+}
+.sheet-checkbox-noirceur-ctrl4:checked ~ input.sheet-checkbox-noirceur4 {
+ display:none;
+}
+.sheet-checkbox-noirceur-ctrl4:checked ~ div.sheet-checkbox-noirceur4div {
+ display:inline-block;
+}
+.sheet-checkbox-noirceur-ctrl5:checked ~ input.sheet-checkbox-noirceur5 {
+ display:none;
+}
+.sheet-checkbox-noirceur-ctrl5:checked ~ div.sheet-checkbox-noirceur5div {
+ display:inline-block;
+}
+.sheet-checkbox-noirceur-ctrl6:checked ~ input.sheet-checkbox-noirceur6 {
+ display:none;
+}
+.sheet-checkbox-noirceur-ctrl6:checked ~ div.sheet-checkbox-noirceur6div {
+ display:inline-block;
+}
+.sheet-checkbox-noirceur-ctrl7:checked ~ input.sheet-checkbox-noirceur7 {
+ display:none;
+}
+.sheet-checkbox-noirceur-ctrl7:checked ~ div.sheet-checkbox-noirceur7div {
+ display:inline-block;
+}
+.sheet-checkbox-noirceur-ctrl8:checked ~ input.sheet-checkbox-noirceur8 {
+ display:none;
+}
+.sheet-checkbox-noirceur-ctrl8:checked ~ div.sheet-checkbox-noirceur8div {
+ display:inline-block;
+}
+.sheet-checkbox-noirceur-ctrl9:checked ~ input.sheet-checkbox-noirceur9 {
+ display:none;
+}
+.sheet-checkbox-noirceur-ctrl9:checked ~ div.sheet-checkbox-noirceur9div {
+ display:inline-block;
+}
+.sheet-checkbox-noirceur-ctrl10:checked ~ input.sheet-checkbox-noirceur10 {
+ display:none;
+}
+.sheet-checkbox-noirceur-ctrl10:checked ~ div.sheet-checkbox-noirceur10div {
+ display:inline-block;
+}
/* POSSESSIONS */
.sheet-section-equip {
- width: 960px;
- background-image:url("https://zupimages.net/up/20/20/l7y9.png"),url("https://zupimages.net/up/20/20/n80i.png");
+ height: auto;
+ width: fit-content;
+ padding-bottom:100px;
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondequipementbasgauche.png"),url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondequipementbasdroite.png");
background-repeat: no-repeat;
background-size: 400px, 300px ;
background-position: bottom left, bottom right ;
- padding-left: 60px;
- margin-top: -50px;
- padding-bottom: 150px;
+ padding-left: 40px;
+ margin-top:-60px;
}
@@ -1178,7 +1806,7 @@
border: 2px solid black;
box-shadow: 0 0 10px #353535, 5px 5px 10px #353535;
border-radius: 5px 5px 0px 0px;
- background-image:url("https://zupimages.net/up/20/20/riyk.jpg");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondequipement.jpg");
background-repeat: no-repeat;
background-position: top left;
background-size: 400px;
@@ -1194,7 +1822,7 @@
border: 2px solid black;
box-shadow: 0 0 10px #353535, 5px 5px 10px #353535;
border-radius: 5px 5px 0px 0px;
- background-image:url("https://zupimages.net/up/20/20/riyk.jpg");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondequipement.jpg");
background-repeat: no-repeat;
background-position: top left;
background-size: 400px;
@@ -1207,14 +1835,15 @@
border: 2px solid black;
box-shadow: 0 0 10px #353535, 5px 5px 10px #353535;
border-radius: 5px 5px 0px 0px;
- background-image:url("https://zupimages.net/up/20/20/riyk.jpg");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondequipement.jpg");
background-repeat: no-repeat;
background-position: top left;
background-size: 500px;
}
.sheet-tir-all,
-.sheet-cac-all {
+.sheet-cac-all,
+.sheet-cac-all-mainsnues {
height:115px;
}
@@ -1235,7 +1864,7 @@
border: 2px solid black;
box-shadow: 0 0 10px #353535, 5px 5px 10px #353535;
border-radius: 5px 5px 0px 0px;
- background-image:url("https://zupimages.net/up/20/20/riyk.jpg");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondequipement.jpg");
background-repeat: no-repeat;
background-position: top left;
background-size: 400px;
@@ -1243,7 +1872,7 @@
}
.sheet-tab-equip {
- background-image:url("https://zupimages.net/up/20/20/riyk.jpg");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondequipement.jpg");
background-repeat: no-repeat;
background-position: top left;
background-size: 950px;
@@ -1257,7 +1886,7 @@
}
.sheet-equip-title {
- background-image:url("https://zupimages.net/up/20/20/xvxs.jpg");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondtitrequipement.jpg");
background-repeat: no-repeat;
background-size: 950px 30px;
width: 950px;
@@ -1268,7 +1897,7 @@
}
.sheet-tir-title {
- background-image:url("https://zupimages.net/up/20/20/xvxs.jpg");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondtitrequipement.jpg");
background-repeat: no-repeat;
background-size: 500px 30px;
width: 500px;
@@ -1282,7 +1911,7 @@
.sheet-contacts-title,
.sheet-armure-title,
.sheet-cac-title {
- background-image:url("https://zupimages.net/up/20/20/xvxs.jpg");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondtitrequipement.jpg");
background-repeat: no-repeat;
background-size: 400px 30px;
width: 400px;
@@ -1317,7 +1946,7 @@
border-color: #685C52 #685C52 #616B6F #616B6F;
resize : none;
background-color: transparent;
- background-image:url("https://zupimages.net/up/20/20/fu3w.jpg");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fonddescriptionequip.jpg");
background-repeat: no-repeat;
background-size: 250px;
}
@@ -1453,7 +2082,7 @@
border-color: #685C52 #685C52 #616B6F #616B6F;
resize : none;
background-color: transparent;
- background-image:url("https://zupimages.net/up/20/20/fu3w.jpg");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fonddescriptionequip.jpg");
background-repeat: no-repeat;
background-size: 310px 110px;
margin-left: 5px;
@@ -1495,6 +2124,13 @@
color:black;
}
+.sheet-malusblessleger,
+.sheet-malusblessgrave,
+.sheet-malustraumaleger,
+.sheet-malustraumagrave {
+ display:none;
+}
+
/* Combat helper */
.sheet-Combathelper {
width: 490px;
@@ -1504,7 +2140,7 @@
margin-top: -390px;
z-index: 5;
font-size: 10px;
- background-image:url("https://zupimages.net/up/20/20/2npv.jpg");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondCHetetat.jpg");
background-repeat: no-repeat;
background-size: 490px 350px;
background-position: 0px 0px;
@@ -1515,7 +2151,7 @@
}
.sheet-Combathelper-title {
- background-image:url("https://zupimages.net/up/20/20/60mx.png");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fond_titre2.png");
background-repeat: no-repeat;
background-size: 280px 100px;
background-position: -28px -15px;
@@ -1587,7 +2223,7 @@
color: #514842;
display:inline-block;
vertical-align: middle;
- font-size: 13px;
+ font-size: 14px;
font-family: "Courier New", Courier, monospace;
font-weight: bold;
}
@@ -1595,7 +2231,6 @@
.sheet-CHdescriptionBM {
width: 170px;
margin-top: 5px;
- font-size: 13px;
color: #514842;
display:inline-block;
vertical-align: middle;
@@ -1684,16 +2319,18 @@
/* NOTES */
.sheet-section-notes {
- width: 900px;
- height: 945px;
+ height: auto;
+ width: fit-content;
+ padding-bottom:20px;
}
.sheet-notes {
font-family: 'Caveat';
- width: 940px;
- height: 950px;
+ width: fit-content;
+ height: fit-content;
+ min-height:950px;
background-color: transparent;
- background-image:url("https://zupimages.net/up/20/20/o1bm.png");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondnotes.png");
background-repeat: no-repeat;
background-size: 850px 950px;
margin-left: 50px;
@@ -1718,10 +2355,10 @@
.sheet-rolltemplate-noc-comp div.sheet-templatemain {
width: 220px;
- height: 200px;
- min-height: 200px;
- background-size: 225px;
- background-image:url("https://zupimages.net/up/20/20/nd3s.jpg");
+ height: auto;
+ background-size: 280px;
+ background-position: bottom left;
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondtemplatecompetrelance.jpg");
background-repeat: no-repeat;
font-family: "Courier New", Courier, monospace;
font-weight: bold;
@@ -1734,10 +2371,10 @@
.sheet-rolltemplate-noc-relance div.sheet-templatemain {
width: 220px;
- height: 120px;
- min-height: 120px;
+ height: auto;
background-size: 225px;
- background-image:url("https://zupimages.net/up/20/20/nd3s.jpg");
+ background-position: bottom left;
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondtemplatecompetrelance.jpg");
background-repeat: no-repeat;
font-family: "Courier New", Courier, monospace;
font-weight: bold;
@@ -1748,12 +2385,37 @@
padding: 2px 2px 2px 2px;
}
+.sheet-rolltemplate-noc-noirceur div.sheet-templatemain {
+ width: 220px;
+ height: auto;
+ background-size: 225px auto;
+ background-color:black;
+ font-family: "Courier New", Courier, monospace;
+ font-weight: bold;
+ border: 5px groove;
+ border-color: #616B6F #616B6F #685C52 #685C52;
+ border-radius: 15px;
+ box-shadow: 10px 5px 5px #555;
+ padding: 2px 2px 2px 2px;
+}
+
+.sheet-rolltemplate-noc-fiel div.sheet-templatemain {
+ width: 220px;
+ height: 220px;
+ background-size: 100%;
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fielcompteur.png");
+ background-repeat: no-repeat;
+ font-family: "Courier New", Courier, monospace;
+ font-weight: bold;
+ border: none;
+}
+
.sheet-rolltemplate-noc-attaque div.sheet-templatemain {
width: 220px;
- height: 200px;
- min-height: 200px;
- background-size: 225px;
- background-image:url("https://zupimages.net/up/20/20/w7f5.jpg");
+ height: auto;
+ background-size: auto 330px;
+ background-position: bottom left;
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fondtemplateattaque.jpg");
background-repeat: no-repeat;
font-family: "Courier New", Courier, monospace;
font-weight: bold;
@@ -1765,14 +2427,37 @@
}
-.sheet-rolltemplate-noc-attaque div.sheet-templatemain {
- height: 250px;
- min-height: 250px;
+.sheet-rolltemplate-noc-comp a:last-of-type,
+.sheet-rolltemplate-noc-attaque a:last-of-type,
+.sheet-rolltemplate-noc-relance a:last-of-type {
+ margin-top: 10px;
+ text-align: center;
+ font-size: 16px;
+ font-family: 'Special Elite';
+ color: white;
+ border-width: 2px;
+ background-color:#3FB315;
+ border-color: black;
+ border-radius: 15px;
+ box-shadow: 3px 5px 5px black;
+ height:18px;
+ padding-top:10px;
+ width:100px;
+ text-decoration: none;
+ vertical-align:middle;
+}
+
+.sheet-rolltemplate-noc-comp a:hover,
+.sheet-rolltemplate-noc-attaque a:hover,
+.sheet-rolltemplate-noc-relance a:hover {
+ background-color:#336299;
+ width:105px;
}
.sheet-rolltemplate-noc-comp div.sheet-templatethdiv,
.sheet-rolltemplate-noc-attaque div.sheet-templatethdiv,
-.sheet-rolltemplate-noc-relance div.sheet-templatethdiv {
+.sheet-rolltemplate-noc-relance div.sheet-templatethdiv,
+.sheet-rolltemplate-noc-noirceur div.sheet-templatethdiv {
padding: 5px 5px 15px 5px;
text-align: center;
color: rgb(112, 0, 0);
@@ -1785,16 +2470,17 @@
width: 220px;
height: 55px;
background-size: 240px;
- background-image:url("https://zupimages.net/up/20/20/h872.png");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fond_titre4.png");
background-repeat: no-repeat;
background-position:-15px -20px;
}
-.sheet-rolltemplate-noc-relance div.sheet-templatethdiv {
+.sheet-rolltemplate-noc-relance div.sheet-templatethdiv,
+.sheet-rolltemplate-noc-noirceur div.sheet-templatethdiv {
width: 220px;
height: 55px;
background-size: 240px;
- background-image:url("https://zupimages.net/up/20/20/h872.png");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fond_titre4.png");
background-repeat: no-repeat;
background-position:-15px -20px;
}
@@ -1803,14 +2489,15 @@
width: 220px;
height: 95px;
background-size: 240px;
- background-image:url("https://zupimages.net/up/20/20/h872.png");
+ background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/NOC/images/fond_titre4.png");
background-repeat: no-repeat;
background-position:-15px -20px;
}
.sheet-rolltemplate-noc-comp div.sheet-templatenamediv,
.sheet-rolltemplate-noc-attaque div.sheet-templatenamediv,
-.sheet-rolltemplate-noc-relance div.sheet-templatenamediv {
+.sheet-rolltemplate-noc-relance div.sheet-templatenamediv,
+.sheet-rolltemplate-noc-noirceur div.sheet-templatenamediv {
width: 220px;
padding-top: 10px;
padding-bottom: 13px;
@@ -1818,16 +2505,19 @@
.sheet-rolltemplate-noc-comp span.sheet-templatename,
.sheet-rolltemplate-noc-attaque span.sheet-templatename,
-.sheet-rolltemplate-noc-relance span.sheet-templatename {
+.sheet-rolltemplate-noc-relance span.sheet-templatename,
+.sheet-rolltemplate-noc-noirceur span.sheet-templatename {
font-size: inherit;
font-size: 24px;
font-weight: bold;
text-shadow: 1px 1px 2px black, 0 0 4px black, 0 0 10px black;
margin-top: -5px;
}
+
.sheet-rolltemplate-noc-comp span.sheet-templateaction,
.sheet-rolltemplate-noc-attaque span.sheet-templateaction,
-.sheet-rolltemplate-noc-relance span.sheet-templateaction {
+.sheet-rolltemplate-noc-relance span.sheet-templateaction,
+.sheet-rolltemplate-noc-noirceur span.sheet-templateaction {
font-size: inherit;
font-size: 20px;
font-weight: normal;
@@ -1857,7 +2547,9 @@
.sheet-rolltemplate-noc-comp .sheet-result,
.sheet-rolltemplate-noc-attaque .sheet-result,
-.sheet-rolltemplate-noc-relance .sheet-result {
+.sheet-rolltemplate-noc-relance .sheet-result,
+.sheet-rolltemplate-noc-noirceur .sheet-result,
+.sheet-rolltemplate-noc-fiel .sheet-result {
font-size: 28px;
text-align: center;
color: white;
@@ -1865,6 +2557,43 @@
padding-top: 15px;
}
+.sheet-rolltemplate-noc-comp .sheet-result2,
+.sheet-rolltemplate-noc-attaque .sheet-result2 {
+ font-size: 14px;
+ max-width:50px;
+ display:inline;
+ vertical-align:middle;
+}
+
+.sheet-rolltemplate-noc-comp div.sheet-fiel,
+.sheet-rolltemplate-noc-attaque div.sheet-fiel,
+.sheet-rolltemplate-noc-relance div.sheet-fiel {
+ text-align: center;
+ color: red;
+ text-shadow:1px 1px 2px black, 0 0 4px black, 0 0 10px black;
+ padding-top: 15px;
+ padding-bottom: 5px;
+ font-size: 18px;
+}
+
+
+.sheet-rolltemplate-noc-noirceur .sheet-resultnoirceur {
+ font-size: 20px;
+ text-align: center;
+ color: red;
+ text-shadow:1px 1px 2px black, 0 0 4px black, 0 0 10px black;
+ padding-top: 15px;
+ padding-bottom: 5px;
+}
+
+.sheet-rolltemplate-noc-fiel .sheet-resultfiel {
+ font-size: 30px;
+ text-align: center;
+ color: white;
+ text-shadow:1px 1px 2px black, 0 0 4px black, 0 0 10px black;
+ padding-top:140px;
+}
+
.sheet-rolltemplate-noc-comp .sheet-attr,
.sheet-rolltemplate-noc-attaque .sheet-attr {
padding-left: 10px;
@@ -1880,15 +2609,15 @@
.sheet-rolltemplate-noc-comp .inlinerollresult,
.sheet-rolltemplate-noc-attaque .inlinerollresult,
-.sheet-rolltemplate-noc-relance .inlinerollresult {
+.sheet-rolltemplate-noc-relance .inlinerollresult,
+.sheet-rolltemplate-noc-noirceur .inlinerollresult,
+.sheet-rolltemplate-noc-fiel .inlinerollresult {
background-color: transparent;
- color: #404040;
border: none;
}
.sheet-rolltemplate-noc-comp .sheet-templatedps .inlinerollresult,
-.sheet-rolltemplate-noc-attaque .sheet-templatedps .inlinerollresult,
-.sheet-rolltemplate-noc-relance .sheet-templatedps .inlinerollresult {
+.sheet-rolltemplate-noc-attaque .sheet-templatedps .inlinerollresult {
background-color: transparent;
color: #404040;
border: none;
@@ -1899,7 +2628,9 @@
.sheet-rolltemplate-noc-comp .sheet-result .inlinerollresult,
.sheet-rolltemplate-noc-attaque .sheet-result .inlinerollresult,
-.sheet-rolltemplate-noc-relance .sheet-result .inlinerollresult {
+.sheet-rolltemplate-noc-relance .sheet-result .inlinerollresult,
+.sheet-rolltemplate-noc-noirceur .sheet-result .inlinerollresult,
+.sheet-rolltemplate-noc-fiel .sheet-result .inlinerollresult {
background-color: transparent;
color: #FFFFFF;
border: none;
diff --git a/NOC/NOC.html b/NOC/NOC.html
index 92f41007c2..b4aab8668d 100644
--- a/NOC/NOC.html
+++ b/NOC/NOC.html
@@ -1,4 +1,17 @@
-
+
+
+
+ {{#rollTotal() result 0}}{{result}} {{/rollTotal() result 0}}
+ {{#rollTotal() result 1}}{{result}} {{/rollTotal() result 1}}
+ {{#rollTotal() result 2}}{{result}} {{/rollTotal() result 2}}
+ {{#rollTotal() result 3}}{{result}} {{/rollTotal() result 3}}
+ {{#rollTotal() result 4}}{{result}} {{/rollTotal() result 4}}
+ {{#rollTotal() result 5}}{{result}} {{/rollTotal() result 5}}
+
+
+
+
+
@@ -6,7 +19,39 @@
{{action}}
-
{{result}} succès
+
+ {{#rollTotal() result 1}}Violence {{/rollTotal() result 1}}
+ {{#rollTotal() result 2}}Malaise {{/rollTotal() result 2}}
+ {{#rollTotal() result 3}}Hallucinations {{/rollTotal() result 3}}
+ {{#rollTotal() result 4}}Mauvais penchants {{/rollTotal() result 4}}
+
+
+
+
+
+
+
+
+ {{name}}
+
+
{{action}}
+
+
+ {{#rollGreater() result 0}}
+ +1 succès
+ {{/rollGreater() result 0}}
+ {{#rollLess() result 1}}
+ Echec
+ {{/rollLess() result 1}}
+ {{#rollWasCrit() result}}
+ {{relanceJet}}
+ {{/rollWasCrit() result}}
+
+
+ {{#rollWasFumble() result}}
+ !! Fiel détecté !!
+ {{/rollWasFumble() result}}
+
@@ -34,7 +79,22 @@
Malus talents ({{mod_num2}})
{{/mod_num2}}
- {{result}} succès
+
+ {{#rollGreater() result 0}}
+ {{result}}
succès
+ {{/rollGreater() result 0}}
+ {{#rollLess() result 1}}
+
Echec ( {{result}})
+ {{/rollLess() result 1}}
+ {{#rollWasCrit() result}}
+ {{relanceJet}}
+ {{/rollWasCrit() result}}
+
+
+ {{#rollWasFumble() result}}
+ !! Fiel détecté !!
+ {{/rollWasFumble() result}}
+
@@ -67,452 +127,240 @@
Malus/Bonus ({{mod_num3}})
{{/mod_num3}}
-
{{result}} succès
+
+ {{#rollGreater() result 0}}
+ {{result}}
succès
+ {{/rollGreater() result 0}}
+ {{#rollLess() result 1}}
+
Echec ( {{result}})
+ {{/rollLess() result 1}}
+ {{#rollWasCrit() result}}
+ {{relanceJet}}
+ {{/rollWasCrit() result}}
+
+
+ {{#rollWasFumble() result}}
+ !! Fiel détecté !!
+ {{/rollWasFumble() result}}
+
-
-
-
-
IDENTITE
-
DOMAINES & TALENTS
-
INVENTAIRE
-
NOTES
-
-
-
-
-
-
-
-
-
-
Affiché
-
Non affiché
-
-
- Trauma léger
-
- Non actif
- Choqué !
-
- Trauma grave
-
- Non actif
- Traumatisé !
-
- Fatigue
-
- Non actif
- Fatigué !
-
-
-
- Blessure légère
-
- Non actif
- Blessé léger !
-
- Blessure grave
-
- Non actif
- Blessé grave !
-
- Arrestation
-
- Non actif
- Arrêté !
-
-
-
-