diff --git a/Abstract Dungeon (FR base)/Abstract.JPG b/Abstract Dungeon (FR base)/Abstract.JPG index 0eeda05f2f..9c2f1bf556 100644 Binary files a/Abstract Dungeon (FR base)/Abstract.JPG and b/Abstract Dungeon (FR base)/Abstract.JPG differ diff --git a/Abstract Dungeon (FR base)/Abstract_CSS.css b/Abstract Dungeon (FR base)/Abstract_CSS.css index c0ef4e69cb..f34d66ff7a 100644 --- a/Abstract Dungeon (FR base)/Abstract_CSS.css +++ b/Abstract Dungeon (FR base)/Abstract_CSS.css @@ -12,6 +12,12 @@ div.sheet-tab-content { display: none; } input.sheet-tab:checked ~ div.sheet-tab2, input.sheet-tab:not(:checked) ~ div.sheet-tab1, { display: block; } +div.sheet-sub-tab-content { display: none; } + +input.sheet-sub-tab:checked ~ div.sheet-sub-tab1, +input.sheet-sub-tab:not(:checked) ~ div.sheet-sub-tab2, { display: block; } + + input.sheet-tab-content { float:right; opacity: 0; @@ -39,6 +45,39 @@ input[type="checkbox"].sheet-tab-content:checked + span::before { content: "H"; } +input.sheet-sub-tab-content { + float:right; + opacity: 0; + width: 20px; + height: 20px; + cursor: pointer; + z-index: 1; + position: relative; + top: -20px; + left: -50px; + margin: -10px; + transform: scale(1.5); +} + +input[type="checkbox"].sheet-sub-tab-content + span::before { + float:right; + position: relative; + top: -33px; + left: -35px; + text-align: center; + font-size: 15px; + display: inline-block; + vertical-align: middle; + content: "NPC"; + border: 1px solid black; + border-radius: 7px; + padding: 2px; +} + +input[type="checkbox"].sheet-sub-tab-content:checked + span::before { + content: "PC"; +} + .sheet-verbes { word-wrap: break-word; max-width: 370px; @@ -74,7 +113,12 @@ input.sheet-meta { vertical-align:bottom; } - +textarea.sheet-npc { + width:100%; + min-width:100%; + max-width:100%; +} + .sheet-atrcontainer { position:relative; margin-right:20px; @@ -128,6 +172,13 @@ button.sheet-nod20:before { line-height:18px !important; } +button.sheet-nod2:before { + font-family: "dicefontd6" !important; + content: "l" !important; + font-size:20px; + line-height:18px !important; +} + button.sheet-d6:before { font-family: "dicefontd6" !important; content: "l" !important; @@ -203,10 +254,83 @@ input[type="checkbox"].sheet-action2 + span::before { background-color: white; } -input.sheet-action:checked ~ button[type="roll"].sheet-broll { +input.sheet-action:checked ~ button[type="roll"].sheet-nod20 { + display:none; +} + +input.sheet-action:not(:checked) ~ button[type="roll"].sheet-nod2 { display:none; } input.sheet-action:checked ~ input[type="number"].sheet-in { background-color:#BCBCBE; +} + +.sheet-bnpc { + float:right; + position: relative; + top: -35px; + left: -50px; + background: #b8c7e0; + border: 1px solid black; + border-radius: 13px; +} + +button.sheet-bnpc:before { + font-family: "Pictos" !important; + content: "N" !important; + font-size:20px; + line-height:18px !important; +} + +.sheet-rolltemplate-NPC div.sheet-npc_container { + border: 2px solid black !important; + border-radius: 10px; + z-index:1; + background-color: #f1ecda; +} + +.sheet-rolltemplate-NPC .sheet-npc_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-NPC .sheet-npc_subheader { + padding: 2px; + font-weight: bold; +} +.sheet-rolltemplate-NPC div.sheet-npc_rowcolor1 { + border-bottom: 1px solid black; +} + +.sheet-rolltemplate-NPC div.sheet-npc_rowcolor2 { + border-bottom: 1px solid black; + background-color: #b8c7e0; +} + +.sheet-rolltemplate-NPC div.sheet-npc_rowcolor { + background-color: #b8c7e0; + border-radius: 0px 0px 8px 8px; +} +.sheet-npc_d { + font-weight: bold; +} + +.sheet-rolltemplate-display span.sheet-ddice { + min-width: 30px; + min-height: 30px; + max-width: 30px; + max-height: 30px; + display: inline-block; + vertical-align: bottom; + background-color: white; + border: 2px solid black; + border-radius: 10px; + font-size: 30px; + text-align: center; + line-height: 30px; } \ No newline at end of file diff --git a/Abstract Dungeon (FR base)/Abstract_HTML.html b/Abstract Dungeon (FR base)/Abstract_HTML.html index eaf915815a..a7ca6c3c6b 100644 --- a/Abstract Dungeon (FR base)/Abstract_HTML.html +++ b/Abstract Dungeon (FR base)/Abstract_HTML.html @@ -2,117 +2,166 @@