diff --git a/TOMOE genesis (ex redpoint genesis)/TOMOE.css b/TOMOE genesis (ex redpoint genesis)/TOMOE.css new file mode 100644 index 0000000000..b3368ecf35 --- /dev/null +++ b/TOMOE genesis (ex redpoint genesis)/TOMOE.css @@ -0,0 +1,1157 @@ +/* Roll20 - Fiche TOMOE / ex-Red Point Genesis V1.0 by Giovanninatale, surfandko */ + +.charsheet { + font-size: 10pt; + line-height: 1em; + background: white; +} + +.charsheet .sheet-2colrow .sheet-col { + width: calc(50% - 8px) !important; + margin-right: 10px !important; +} + +.charsheet .sheet-3colrow .sheet-col, + +.repcontainer[data-groupname=repeating_locations] .repitem, + +.repcontainer[data-groupname=repeating_faces] .repitem { + width: calc(33% - 7px) !important; + margin-right: 10px !important; +} + +.repcontainer[data-groupname=repeating_locations] .repitem:nth-child(3n), + +.repcontainer[data-groupname=repeating_faces] .repitem:nth-child(3n) { + margin-right: 0 !important; +} + +input, select, textarea { + font-family: "Lucida Handwriting", cursive; + font-size:14px; + color: #05356b +} + +p { + font-size: 11px; +} + +.sheet-ladder { + float: right; + width: 30%; + margin-bottom: 0 !important; +} + +.sheet-ladder ul { + list-style-type: none; + margin: 0; + font-family: "Trajan Pro", serif; + font-variant: small-caps; +} + +.sheet-ladder .sheet-value { float: right; } + +.sheet-refresh-adjust { + position: absolute; + left: 10px; + bottom: 10px; + width: 55%; +} + +.sheet-refresh-adjust h4, + +.sheet-refresh-adjust input { + text-align: left; + display: inline-block; + margin: 0; +} + +.sheet-refresh-adjust h4 { + width: 70%; + vertical-align: middle; +} + +.sheet-powers input[type=text] { + width: calc(100% - 60px); +} + +.sheet-inline-input { + max-width: 8em; +} + +.sheet-superb-skills h4, + +.sheet-great-skills h4, + +.sheet-good-skills h4, + +.sheet-fair-skills h4, + +.sheet-average-skills h4, + +.sheet-mediocre-skills h4 { + text-align: left; + font-weight: normal; + display: inline-block; + margin-bottom: 0; + min-width: 92px; +} + +.sheet-superb-skills .sheet-slots, + +.sheet-great-skills .sheet-slots, + +.sheet-good-skills .sheet-slots, + +.sheet-fair-skills .sheet-slots, + +.sheet-average-skills .sheet-slots, + +.sheet-mediocre-skills .sheet-slots { + font-family: "Trajan Pro", serif; + font-variant: small-caps; + margin: 5px; + margin-top: 5px; +} + +.sheet-slots button[type=roll] { + float: right; + font-family: monospace; + font-weight: bold; + letter-spacing: 4.6px; + position: relative; + width: 76px; + padding: 0 0 2px 2px; +} +.charsheet button[type=roll].sheet-display-potentiel { + width: 18px; +} + +.sheet-slots button[type=roll]::before { + content: '0000'; + font-family: 'dicefontd6'; + letter-spacing: 2px; + position: absolute; + left: 4px; + top: 0; +} + .charsheet button[type=roll].sheet-display-potentiel::before { + content: ""; + font-family: none; + letter-spacing: 0px; + position: absolute; + left: 4px; + top: 0; +} + +.sheet-superb-skills .sheet-repeating, + +.sheet-great-skills .sheet-repeating, + +.sheet-good-skills .sheet-repeating, + +.sheet-fair-skills .sheet-repeating, + +.sheet-average-skills .sheet-repeating, + +.sheet-mediocre-skills .sheet-repeating { + display: inline-block; + vertical-align: top; + width: 65%; +} + +.sheet-fate-points img { + width: 90%; + margin: 5%; +} + +.sheet-fate-points, + +.sheet-fate-points + div { + background: white; + border-radius: 50%; + position: absolute; + z-index: 5; + bottom: -10px; + left: -10px; + width: 150px; + height: 150px; +} + +.sheet-fate-points { + background: none; + border: 1px solid black; + clip: rect(0, 152px, 142px, 10px); + z-index: 6; +} + +.sheet-fp-overlay { + position: absolute; + top: 35%; + left: 15%; + z-index: 7; + text-shadow: -3px -3px 0 white, + 3px -3px 0 white, + -3px 3px 0 white, + 3px 3px 0 white; +} + +.charsheet.lang-es .sheet-fp-overlay { + top: 32%; + left: 0; +} + +.sheet-base-refresh h4, + +.sheet-adjusted-refresh h4, + +.sheet-current-fate-points h4 { display: inline-block; } + +.sheet-base-refresh, + +.sheet-adjusted-refresh, + +.sheet-current-fate-points { + position: relative; + top: -15px; + left: 130px; + z-index: 12; +} + +.sheet-base-refresh { + top: -15px; + left: 115px; +} + +.sheet-current-fate-points { + top: -12px; + left: 127px; +} + +input.sheet-enable-additional-stress ~ span { display: none; } + +table.sheet-stress input[type=checkbox].sheet-enable-additional-stress { + width: 100%; + height: 10px; + position: relative; + left: 0; + opacity: 0; + z-index: 2; +} + +input.sheet-enable-additional-stress:not(:checked) + span, + +input.sheet-enable-additional-stress:checked + span + span { + font-size: 10px; + line-height: 10px; + display: block; + text-align: center; + position: relative; + top: -15px; + border: 1px #77f dashed; + background-color: #eee; + color: #338; +} + +input.sheet-enable-additional-stress:hover, + +input.sheet-enable-additional-stress:not(:checked):hover + span, + +input.sheet-enable-additional-stress:checked:hover + span + span { + height: 18px; + line-height: 18px; + font-size: 18px; +} + +tr.sheet-additional-stress { display: none; } + +input.sheet-additional-stress-helper:checked + table tr.sheet-additional-stress { display: table-row; } + +input.sheet-tab { + width: 29px; + z-index: 4; + opacity: 0; +} + +input.sheet-tab, + +input.sheet-tab + span { + position: absolute; + right: 20px; +} + +input.sheet-tab + span { + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); + display: inline-block; + padding: 5px; + border: 1px solid black; + border-bottom: none; + border-radius: 4px 4px 0 0; + box-shadow: 1px -1px 1px black; + background: #ddd; + z-index: 1; +} + +input.sheet-tab + span::before { + content: attr(title); +} + +/* onglet 1 - zone clicable Position */ +input.sheet-tab[value=worksheet] { + top: 75px; + right: 16px; + height: 75px; +} + +/* onglet 1 - affichage Position */ +input.sheet-tab[value=worksheet] + span { + top: 101px; + right: -9px; +} + +/* onglet 2 - zone clicable Position */ +input.sheet-tab[value=character] { + top: 156px; + right: 20px; + height: 64px; +} + +/* onglet 2 - affichage Position */ +input.sheet-tab[value=character] + span { + top: 176px; + right: 1px; +} + +input.sheet-tab[value=city-high] { + top: 219px; + right: 24px; + height: 34px; +} + +input.sheet-tab[value=city-high] + span { + top: 225px; + right: 18px; +} + +/* onglet 4 - affichage Position */ +input.sheet-tab[value=city-locs] { + top: 256px; + right: 19px; + height: 66px; +} + +/* onglet 4 - affichage Position */ +input.sheet-tab[value=city-locs] + span { + top: 278px; + right: 2px; +} + +input.sheet-tab[value=city-face] { + top: 324px; + right: 19px; + height: 37px; +} + +input.sheet-tab[value=city-face] + span { + top: 330px; + right: 14px; +} + +input.sheet-tab:checked + span { + z-index: 3; + background: white; +} + +div.sheet-tab { + padding: 5px; + width: calc(100% - 2em); + box-shadow: 2px 2px 5px 0px black; + display: none; + position: relative; + z-index: 2; + min-height: 1254px; +} + +input.sheet-tab[value=worksheet]:checked ~ div.sheet-tab-worksheet, + +input.sheet-tab[value=character]:checked ~ div.sheet-tab-character, + +input.sheet-tab[value=city-high]:checked ~ div.sheet-tab-city-high, + +input.sheet-tab[value=city-locs]:checked ~ div.sheet-tab-city-locs, + +input.sheet-tab[value=city-face]:checked ~ div.sheet-tab-city-face { display: block; } + +h1,h2,h3,h4,p.sheet-consequence { + font-family: "Trajan Pro", serif; + font-variant: small-caps; + font-weight: normal; + text-align: center; +} + +p.sheet-consequence { + text-align: left; + font-style: italic; + width: auto; + line-height: 1em; + margin: 0; +} + +h1 { + font-size: 250%; + font-weight: bold; + margin-bottom: 15px; +} + +h2 { + font-size: 170%; + margin-bottom: 10px; +} + +h3 { + font-size: 120%; + margin-bottom: 5px; +} + +h4 { + font-size: 100%; + font-weight: bold; + margin: 5px; +} + +h3.sheet-phase { + -webkit-transform: rotate(-90deg); + -moz-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + -o-transform: rotate(-90deg); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); + position: absolute; + top: 4.75em; +} + +h3.sheet-phase-one, + +h3.sheet-phase-two, + +h3.sheet-phase-four, + +.charsheet.lang-es h3.sheet-phase-five { + left: -2em; +} + +.charsheet.lang-es h3.sheet-phase-one, + +.charsheet.lang-es h3.sheet-phase-two, + +.charsheet.lang-es h3.sheet-phase-three { + left: -1.5em; +} + +h3.sheet-phase-three, + +.charsheet.lang-es h3.sheet-phase-four { + left: -2.25em; +} + +h3.sheet-phase-five { + left: -1.75em; +} + +h3.sheet-theme-threat { + display: inline-block; + padding-left: 7px; +} + +.sheet-tab-city-locs div h3.sheet-theme-threat { padding-left: 42px; } + +.sheet-faces h4 { font-weight: normal; } + +select { + padding: 0; + margin-bottom: 0; + border: none; + width: auto; + border-radius: 3px; +} + +select:not(:focus) { box-shadow: inset 0 0 5px #ccc; } + +table { width: 100%; } + +table.sheet-stress th:first-child > h4, + +table.sheet-consequences td:first-child h4, + +table.sheet-stress h3 { text-align: left; } + +table.sheet-stress th:first-child > h4, + +table.sheet-consequences td h4 { font-weight: normal; } + +table.sheet-consequences td:nth-child(3) { text-align: center; } + +.charsheet.lang-es table.sheet-consequences td:nth-child(2) { font-size: 90%; } + +table.sheet-stress h3 { font-weight: bold; } + +.sheet-tab-city-high .sheet-section, + +.sheet-tab-city-locs .sheet-section { position: relative; } + + +table.sheet-consequences { font-size: 90%; } + +table.sheet-consequences td:nth-child(4), + +table.sheet-stress td { + position: relative; +} + +table.sheet-consequences input[type=checkbox] { + width: 25px; + height: 25px; + position: absolute; + left: calc(50% - 12px); + top: calc(50% - 12px); + opacity: 0; + z-index: 2; +} + +table.sheet-consequences td:first-child select { width: 97px; } + +table.sheet-consequences td:nth-child(2) select { width: 85px; } + +.sheet-section, +.sheet-input { + border: 1px solid black; + position: relative; + border-radius: 10px; + margin-bottom: 10px; +} + +.sheet-section { padding: 5px; } +.sheet-section-epais {border: 2px solid black;} + +.sheet-section-repeating { + border-radius: 0px; + margin-bottom: 0px; +} +.sheet-section .sheet-input { + position: absolute; + width: calc(50% - 15px); + bottom: 0; +} + +.sheet-input { + font-size: 120%; + min-height: 2em; +} + +.sheet-input > .sheet-input-left + input, + +.sheet-input > .sheet-input-right + input { + display: block; + font-size: 110%; + border-radius: 10px; + padding: 5px 5px 13pt 20px; + width: 100%; + height: 2em; +} + +.sheet-input > .sheet-input-right + input { + padding: 5px 13pt 20px 5px; +} + +.sheet-input-left, + +.sheet-input-right { + font-family: "Trajan Pro", serif; + font-variant: small-caps; + position: absolute; + left: 5px; + bottom: 5px; +} + +.sheet-input-right { + left: auto; + right: 5px; +} + +p.sheet-aspect-events, + +.sheet-aspect-desc { + font-style: italic; + position: relative; + left: 2.5em; + margin-bottom: 0; +} + +.sheet-aspect-desc { left: auto; } + +.sheet-aspect-label { + text-align: right; + margin-right: 10px; +} + +.sheet-face-name, + +.sheet-face-concept { + display: inline-block; + font-weight: normal; +} + +.sheet-face-name { float: left; } + +.sheet-face-concept { float: right; } + +div.sheet-theme-threat-faces { margin-bottom: 5px; } + +div.sheet-theme-threat-faces input:first-child { + width: 35%; + margin-left: 5px; +} + +div.sheet-theme-threat-faces input:nth-child(2) { width: calc(65% - 10px); } + +textarea.sheet-theme-threat, + +textarea.sheet-aspect-events, + +textarea.sheet-movers-shakers, + +textarea[name=attr_additional-notes], + +.sheet-location textarea, + +.sheet-faces textarea, + +.sheet-status-quo textarea { + border: none; + resize: none; +} + +.sheet-status-quo { padding: 0 0 1px 0; } + +.sheet-status-quo textarea { + width: calc(100% - 8px); + height: 8.5em; + border-radius: 10px; + margin: 0; +} + +textarea.sheet-aspect-events { + margin-left: 2em; + width: 91%; + height: 8.5em; +} + +textarea.sheet-theme-threat { + margin-left: 0; + width: calc(100% - 10px); + height: 4.25em; +} + +textarea[name=attr_additional-notes] { + display: block; + width: calc(100% - 10px); + height: 8.5em; +} + +.sheet-location textarea, + +.sheet-faces textarea { + width: calc(100% - 10px); + height: 2.75em; +} + +.sheet-faces textarea:last-child { height: 5.75em; } + +textarea.sheet-theme-threat:not(:focus), + +textarea.sheet-aspect-events:not(:focus), + +textarea[name=attr_additional-notes]:not(:focus), + +.sheet-location textarea:not(:focus), + +.sheet-faces textarea:not(:focus), + +input.sheet-invisible:not(:focus) { box-shadow: inset 0 0 5px #ccc; } + +div.sheet-movers-shakers { + padding: 0; + width: 87%; + margin-left: calc(14% - 15px); +} + +div.sheet-movers-shakers textarea.sheet-movers-shakers { + float: right; + display: inline-block; + width: calc(50% - 9px); + margin: 0; +} + +div.sheet-movers-shakers textarea:first-child { + border-radius: 0 10px 0 0; + border-left: 1px dashed black; +} + +div.sheet-movers-shakers textarea:nth-child(2) { + border-radius: 10px 0 0 0; +} + +div.sheet-movers-shakers textarea:nth-child(3) { + border-radius: 0 0 10px 0; + border-left: 1px dashed black; + border-top: 1px dashed black; +} + +div.sheet-movers-shakers textarea:nth-child(4) { + border-radius: 0 0 0 10px; + border-top: 1px dashed black; +} + +.sheet-movers-shakers-y, + +.sheet-movers-shakers-y2 { + -webkit-transform: rotate(-90deg); + -moz-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + -o-transform: rotate(-90deg); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); +} + +.sheet-movers-shakers-y { + width: 38%; + position: absolute; + left: -17%; + bottom: 26%; +} + +.sheet-movers-shakers-y2 { + font-weight: normal; + width: 19%; + position: absolute; + left: -1em; + bottom: 12%; +} + +.sheet-movers-shakers-y2 + .sheet-movers-shakers-y2 { bottom: 39%; } + +.sheet-movers-shakers-x2 { + font-weight: normal; + display: inline-block; + margin-left: 15%; +} + +.sheet-movers-shakers-x2 + .sheet-movers-shakers-x2 { + margin-left: 7%; +} + +input.sheet-invisible { + width: 100%; + border: none; +} + +input.sheet-invisible:focus { + box-shadow: inset 0 1px 1px rgba(0, 0, 0,0.075), + 0 0 8px rgba(82,168,236,0.6); +} + +@font-face { + font-family: "Lucida Handwriting"; + src: local('Lucida Handwriting'), + url(http://static.cmdr-class.com/lucida-handwriting.ttf) format('truetype'); +} + +@font-face { + font-family: "Trajan Pro"; + src: local('Trajan Pro'), + url(http://static.cmdr-class.com/trajan-pro.otf) format('truetype'); +} + +/* couleur bordure */ +.sheet-rouge { +border-color: red; + +} +.sheet-vert { +border-color: green; + +} + +/* Fdp */ +.sheet-nom { + grid-template-columns: 50px 240px 60px 230px 40px 150px; + grid-column-gap: 10px; + grid-row-gap: 10px; + display: grid; +} +.sheet-informations { + grid-template-columns: 90px 90px 70px 70px 70px 70px 70px 70px 100px; + grid-column-gap: 15px; + grid-row-gap: 10px; + display: grid; +} +.sheet-attributs-atouts { + grid-template-columns: 265px 265px 265px; + grid-column-gap: 5px; + grid-row-gap: 10px; + display: grid; +} + +.sheet-avantages { + grid-template-columns: 265px 265px 265px; + grid-column-gap: 5px; + grid-row-gap: 0px; + display: grid; +} +.sheet-faiblesse-notes { + grid-template-columns: 400px 400px; + grid-column-gap: 5px; + grid-row-gap: 0px; + display: grid; +} + +/* affichage avantages */ +.sheet-avantage-singe { + grid-template-columns: 25% 25% 25% 25%; + grid-column-gap: 0px; + grid-row-gap: 0px; + display: grid; +} +.sheet-avantage-guepard { + grid-template-columns: 25% 25% 25% 25%; + grid-column-gap: 0px; + grid-row-gap: 0px; + display: grid; +} +.sheet-avantage-sanglier { + grid-template-columns: 33% 33% 33%; + grid-column-gap: 0px; + grid-row-gap: 0px; + display: grid; +} +.sheet-avantage-dragon { + grid-template-columns: 33% 33% 33%; + grid-column-gap: 0px; + grid-row-gap: 0px; + display: grid; +} +.sheet-avantage-serpent { + grid-template-columns: 33% 33% 33%; + grid-column-gap: 0px; + grid-row-gap: 0px; + display: grid; +} + +/* Affichage hexagones */ +.sheet-hexagon { + position: relative; + background: black; + float: left; +} +.sheet-hexagon:before { + position: absolute; + content: ''; +} +.sheet-hexagon:before { + top: 2px; /* border width */ + left: 2px; /* border width */ + height: calc(100% - 4px); /* 100% - (2 * border width) */ + width: calc(100% - 4px); /* 100% - (2 * border width) */ + background: white; +} +.sheet-hexagon-moyen { + height: 70px; + width: 70px; +} +.sheet-hexagon-moyen-2 { + height: 75px; + width: 75px; +} +.sheet-hexagon-moyen, .sheet-hexagon-moyen:before{ + clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); +} +.sheet-hexagon-moyen-2, .sheet-hexagon-moyen-2:before{ + clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%); +} +.sheet-chevauche-hexagon-moyen{ + position:relative; + left:10px; + top:16px; +} +.sheet-chevauche-hexagon-moyen-2{ + position:relative; + left:13px; + top:16px; +} +.sheet-chevauche-hexagon-moyen-button{ + position:relative; + left:23px; + top:16px; +} +.sheet-hexagon-grey { + background: lightgray; +} +.sheet-hexagone-diagonale{ + bottom: -38.5px; + right: 28.25px; + position:relative; +} +.sheet-decale-gauche{ + bottom: 0px; + right: 19px; + position:relative; +} +.sheet-decale-gauche-fatigue{ + bottom: 0px; + right: 38px; + position:relative; +} + +/* affichage potentiel */ +input[type="number"].sheet-potentiel { + background: none; + box-shadow: none; + padding: 0; + border: none; + border-bottom: 0px solid black; + display: inline-block; + font-size: 10px; + width: 30px; +} + +/* affichage jet de dés attribut */ +.sheet-rolltemplate-attribut div.sheet-attribut_container { + border: 2px solid black !important; + border-radius: 10px; + z-index:1; + background-color: #f1ecda; +} + +.sheet-rolltemplate-attribut .sheet-attribut_header { + background-color: #5e80ba; + padding: 2px; + border-bottom: 1px solid black; + border-radius: 8px 8px 0px 0px; + line-height: 1.6em; + font-size: 1.2em; +} + +.sheet-rolltemplate-attribut .sheet-attribut_subheader { + padding: 2px; + font-weight: bold; +} +.sheet-rolltemplate-attribut div.sheet-attribut_rowcolor1 { + border-bottom: 1px solid black; +} + +.sheet-rolltemplate-attribut div.sheet-attribut_rowcolor2 { + border-bottom: 1px solid black; + background-color: #b8c7e0; +} + +.sheet-rolltemplate-attribut div.sheet-attribut_rowcolor { + background-color: #b8c7e0; + border-radius: 0px 0px 8px 8px; +} + +/* affichage jet de dés atout */ +.sheet-rolltemplate-atout div.sheet-atout_container { + border: 2px solid black !important; + border-radius: 10px; + z-index:1; + background-color: #f1ecda; +} + +.sheet-rolltemplate-atout .sheet-atout_header { + background-color: #5e80ba; + padding: 2px; + border-bottom: 1px solid black; + border-radius: 8px 8px 0px 0px; + line-height: 1.6em; + font-size: 1.2em; +} + +.sheet-rolltemplate-atout .sheet-atout_subheader { + padding: 2px; + font-weight: bold; +} +.sheet-rolltemplate-atout div.sheet-atout_rowcolor1 { + border-bottom: 1px solid black; +} + +.sheet-rolltemplate-atout div.sheet-atout_rowcolor2 { + border-bottom: 1px solid black; + background-color: #b8c7e0; +} + +.sheet-rolltemplate-atout div.sheet-atout_rowcolor { + background-color: #b8c7e0; + border-radius: 0px 0px 8px 8px; +} + +/* affichage jet de dés faiblesse */ +.sheet-rolltemplate-faiblesse div.sheet-atout_container { + border: 2px solid black !important; + border-radius: 10px; + z-index:1; + background-color: #f1ecda; +} + +.sheet-rolltemplate-faiblesse .sheet-atout_header { + background-color: #5e80ba; + padding: 2px; + border-bottom: 1px solid black; + border-radius: 8px 8px 0px 0px; + line-height: 1.6em; + font-size: 1.2em; +} + +.sheet-rolltemplate-faiblesse .sheet-atout_subheader { + padding: 2px; + font-weight: bold; +} +.sheet-rolltemplate-faiblesse div.sheet-atout_rowcolor1 { + border-bottom: 1px solid black; +} + +.sheet-rolltemplate-faiblesse div.sheet-atout_rowcolor2 { + border-bottom: 1px solid black; + background-color: #b8c7e0; +} + +.sheet-rolltemplate-faiblesse div.sheet-atout_rowcolor { + background-color: #b8c7e0; + border-radius: 0px 0px 8px 8px; +} + +/* affichage atout-soutenir-entraver */ +.sheet-rolltemplate-atout-soutenir-entraver div.sheet-atout_container { + border: 2px solid black !important; + border-radius: 10px; + z-index:1; + background-color: #f1ecda; +} + +.sheet-rolltemplate-atout-soutenir-entraver .sheet-atout_header { + background-color: #5e80ba; + padding: 2px; + border-bottom: 1px solid black; + border-radius: 8px 8px 0px 0px; + line-height: 1.6em; + font-size: 1.2em; +} + +.sheet-rolltemplate-atout-soutenir-entraver .sheet-atout_subheader { + padding: 2px; + font-weight: bold; +} +.sheet-rolltemplate-atout-soutenir-entraver div.sheet-atout_rowcolor1 { + border-bottom: 1px solid black; +} + +.sheet-rolltemplate-atout-soutenir-entraver div.sheet-atout_rowcolor2 { + border-bottom: 1px solid black; + background-color: #b8c7e0; +} + +.sheet-rolltemplate-atout-soutenir-entraver div.sheet-atout_rowcolor { + background-color: #b8c7e0; + border-radius: 0px 0px 8px 8px; +} + +/* affichage rolltemplate avantage */ +.sheet-rolltemplate-avantage div.sheet-atout_container { + border: 2px solid black !important; + border-radius: 10px; + z-index:1; + background-color: #f1ecda; +} + +.sheet-rolltemplate-avantage .sheet-atout_header { + background-color: #5e80ba; + padding: 2px; + border-bottom: 1px solid black; + border-radius: 8px 8px 0px 0px; + line-height: 1.6em; + font-size: 1.2em; +} + +.sheet-rolltemplate-avantage .sheet-atout_subheader { + padding: 2px; + font-weight: bold; +} +.sheet-rolltemplate-avantage div.sheet-atout_rowcolor1 { + border-bottom: 1px solid black; +} + +.sheet-rolltemplate-avantage div.sheet-atout_rowcolor2 { + border-bottom: 1px solid black; + background-color: #b8c7e0; +} + +.sheet-rolltemplate-avantage div.sheet-atout_rowcolor { + background-color: #b8c7e0; + border-radius: 0px 0px 8px 8px; +} + +/* Tooltip container */ +.sheet-tooltip { + position: relative; + display: inline-block; + border-bottom: 1px dotted black; /* If you want dots under the hoverable text */ +} + +/* Tooltip text */ +.sheet-tooltip .sheet-tooltiptext { + visibility: hidden; + width: 120px; + background-color: black; + color: #fff; + text-align: center; + padding: 5px 10px; + border-radius: 6px; + + /* Position the tooltip text - see examples below! */ + position: absolute; + z-index: 1; +} + +/* Show the tooltip text when you mouse over the tooltip container */ +.sheet-tooltip:hover .sheet-tooltiptext { + visibility: visible; +} + +/* affichage public/MJ */ +input.sheet-CSSJetPGM +{ + opacity: 0; + height: 26px; + width: 66px; + top:4px; +} + +span.sheet-CSSJetPGM +{ + display: inline-block; + border: 2px outset; + height: 20px; + width: 60px; + line-height: 20px; + font-size: 15px; + margin-left: -66px; + text-align: center; + margin-top: 0px; +} + +input.sheet-CSSJetPGM:checked + span.sheet-CSSJetPGM +{ + background-color:blue; + border: 2px inset !important; +} diff --git a/TOMOE genesis (ex redpoint genesis)/TOMOE.html b/TOMOE genesis (ex redpoint genesis)/TOMOE.html new file mode 100644 index 0000000000..d20757194f --- /dev/null +++ b/TOMOE genesis (ex redpoint genesis)/TOMOE.html @@ -0,0 +1,697 @@ + + + + + + +