Fix marge on sheet + fix nav on 20Q + clean imgs
BIN
system/assets/imgs/bg-20nav.webp
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
system/assets/imgs/bg-alt.webp
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
system/assets/imgs/bg-alt2.webp
Normal file
|
After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
BIN
system/assets/imgs/bg-scroll.webp
Normal file
|
After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 155 KiB After Width: | Height: | Size: 155 KiB |
|
Before Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 4.5 MiB After Width: | Height: | Size: 4.5 MiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 22 KiB |
@@ -25,10 +25,12 @@ $l5r5e-label-light: rgba(90, 110, 90, 0.25);
|
|||||||
$l5r5e-red: rgb(150, 60, 65);
|
$l5r5e-red: rgb(150, 60, 65);
|
||||||
// color white 0.5
|
// color white 0.5
|
||||||
$l5r5e-white: rgba(255, 255, 255, 0.5);
|
$l5r5e-white: rgba(255, 255, 255, 0.5);
|
||||||
// color white 0.5
|
// color white 0.2
|
||||||
$l5r5e-white-light: rgba(255, 255, 255, 0.25);
|
$l5r5e-white-light: rgba(255, 255, 255, 0.25);
|
||||||
// color black 0.5
|
// color black 0.5
|
||||||
$l5r5e-black: rgba(0, 0, 0, 0.5);
|
$l5r5e-black: rgba(0, 0, 0, 0.5);
|
||||||
|
// color black 0.25
|
||||||
|
$l5r5e-black-light: rgba(0, 0, 0, 0.25);
|
||||||
// color border sidebar
|
// color border sidebar
|
||||||
$l5r5e-border-sidebar: rgb(195, 165, 130);
|
$l5r5e-border-sidebar: rgb(195, 165, 130);
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/** Global **/
|
/** Global **/
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: url("../assets/imgs/background.webp") no-repeat center;
|
background: url("../assets/imgs/bg-table.webp") no-repeat center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
> * {
|
> * {
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
@@ -13,8 +13,9 @@ body {
|
|||||||
.window-content {
|
.window-content {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: url("../assets/imgs/bgL5R.webp") no-repeat;
|
background: rgb(255, 250, 230) url("../assets/imgs/bg-l5r.webp") no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
overflow-y: scroll;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
}
|
}
|
||||||
.window-resizable-handle {
|
.window-resizable-handle {
|
||||||
@@ -23,7 +24,7 @@ body {
|
|||||||
}
|
}
|
||||||
&.twenty-questions-dialog {
|
&.twenty-questions-dialog {
|
||||||
.window-content {
|
.window-content {
|
||||||
background: url("../assets/imgs/bg20Q.webp") no-repeat;
|
background: rgb(255, 250, 230) url("../assets/imgs/bg-scroll.webp") no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,6 +20,9 @@
|
|||||||
min-height: 2rem;
|
min-height: 2rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.header-fields {
|
||||||
|
padding: 0 0.25rem;
|
||||||
|
}
|
||||||
.identity-wrapper {
|
.identity-wrapper {
|
||||||
flex: 1 1 100%;
|
flex: 1 1 100%;
|
||||||
h1 {
|
h1 {
|
||||||
@@ -90,6 +93,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.sheet-body {
|
||||||
|
padding: 0.25rem;
|
||||||
|
}
|
||||||
.npc-skill {
|
.npc-skill {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -8,10 +8,10 @@
|
|||||||
}
|
}
|
||||||
&.actor {
|
&.actor {
|
||||||
.sheet-header {
|
.sheet-header {
|
||||||
height: 28rem;
|
height: 27rem;
|
||||||
}
|
}
|
||||||
.sheet-body {
|
.sheet-body {
|
||||||
height: calc(100% - 28rem);
|
height: calc(100% - 27rem);
|
||||||
}
|
}
|
||||||
.techniques-wrapper {
|
.techniques-wrapper {
|
||||||
fieldset {
|
fieldset {
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
&:before {
|
&:before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: url("../assets/imgs/brushL5r.webp") no-repeat 0 0;
|
background: url("../assets/imgs/brush.webp") no-repeat 0 0;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
height: 225px;
|
height: 225px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -128,12 +128,13 @@
|
|||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
h2 {
|
h2 {
|
||||||
font-family: $font-secondary;
|
font-family: $font-secondary;
|
||||||
|
font-size: 1rem;
|
||||||
float: left;
|
float: left;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
padding: 0 0.25rem;
|
padding: 0.25rem 0.25rem 0;
|
||||||
margin: 1rem 20% 0 0;
|
margin: 1rem 20% 0 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: $l5r5e-red;
|
color: $l5r5e-black-light;
|
||||||
text-shadow: 0 0 1px $l5r5e-label-light;
|
text-shadow: 0 0 1px $l5r5e-label-light;
|
||||||
border-bottom: 0 none;
|
border-bottom: 0 none;
|
||||||
background: $l5r5e-title;
|
background: $l5r5e-title;
|
||||||
@@ -274,7 +275,7 @@
|
|||||||
color: $l5r5e-label;
|
color: $l5r5e-label;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
height: 3rem;
|
height: 2.5rem;
|
||||||
margin: 0.25rem 0;
|
margin: 0.25rem 0;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
strong {
|
strong {
|
||||||
@@ -283,10 +284,10 @@
|
|||||||
input {
|
input {
|
||||||
flex: 0 0 3rem;
|
flex: 0 0 3rem;
|
||||||
margin: 0 0.25rem;
|
margin: 0 0.25rem;
|
||||||
height: 2.5rem;
|
height: 2rem;
|
||||||
&[disabled] {
|
&[disabled] {
|
||||||
flex: 0 0 3rem;
|
flex: 0 0 3rem;
|
||||||
background: transparent;
|
background: $l5r5e-white-light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -334,7 +335,7 @@
|
|||||||
.composure-content {
|
.composure-content {
|
||||||
input {
|
input {
|
||||||
&[disabled] {
|
&[disabled] {
|
||||||
flex: 0 0 4.75rem;
|
flex: 0 0 5rem;
|
||||||
padding-right: 3rem;
|
padding-right: 3rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -355,7 +356,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 2.9rem;
|
right: 2.9rem;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
bottom: 0.8rem;
|
bottom: 0.6rem;
|
||||||
color: $l5r5e-bold;
|
color: $l5r5e-bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -383,12 +384,14 @@
|
|||||||
display: none;
|
display: none;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: rgba(0, 0, 0, 0.5);
|
background: $l5r5e-black;
|
||||||
color: #fff;
|
color: $white;
|
||||||
height: auto;
|
line-height: 1.5rem;
|
||||||
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
padding: 0.25rem;
|
padding: 0.25rem;
|
||||||
bottom: -1rem;
|
bottom: -2.25rem;
|
||||||
right: 0;
|
right: -0.25rem;
|
||||||
--notchSize: 0.5rem;
|
--notchSize: 0.5rem;
|
||||||
clip-path: polygon(
|
clip-path: polygon(
|
||||||
0% 0,
|
0% 0,
|
||||||
|
|||||||
@@ -1,12 +1,26 @@
|
|||||||
&.twenty-questions-dialog {
|
&.twenty-questions-dialog {
|
||||||
.sheet-tabs {
|
.sheet-tabs {
|
||||||
float: left;
|
position: fixed;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 9%;
|
background: url("../assets/imgs/bg-20nav.webp") no-repeat;
|
||||||
height: 100%;
|
background-size: cover;
|
||||||
margin: 7% 4.75%;
|
width: 5%;
|
||||||
padding: 0;
|
height: 52vw;
|
||||||
|
margin: 1%;
|
||||||
|
line-height: 5rem;
|
||||||
|
padding: 0.25rem;
|
||||||
border-bottom: 0 none;
|
border-bottom: 0 none;
|
||||||
|
}
|
||||||
|
h3 {
|
||||||
|
font-size: 1rem;
|
||||||
|
color: $l5r5e-label;
|
||||||
|
}
|
||||||
|
nav {
|
||||||
|
.item {
|
||||||
|
background-color: $l5r5e-white-light;
|
||||||
|
&.active,
|
||||||
|
&:hover {
|
||||||
|
background-color: rgba(73, 12, 11, 0.85);
|
||||||
--notchSize: 0.5rem;
|
--notchSize: 0.5rem;
|
||||||
clip-path: polygon(
|
clip-path: polygon(
|
||||||
0% var(--notchSize),
|
0% var(--notchSize),
|
||||||
@@ -19,21 +33,13 @@
|
|||||||
0% calc(100% - var(--notchSize))
|
0% calc(100% - var(--notchSize))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
h3 {
|
|
||||||
font-size: 1rem;
|
|
||||||
color: $l5r5e-label;
|
|
||||||
}
|
|
||||||
nav {
|
|
||||||
.item {
|
|
||||||
&.active,
|
|
||||||
&:hover {
|
&:hover {
|
||||||
clip-path: none;
|
background-color: $l5r5e-label;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
article {
|
article {
|
||||||
float: left;
|
padding: 2% 2% 0 18%;
|
||||||
width: 80%;
|
|
||||||
label {
|
label {
|
||||||
&.full {
|
&.full {
|
||||||
display: block;
|
display: block;
|
||||||
@@ -50,7 +56,11 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
table tr td {
|
table tr td {
|
||||||
vertical-align: top;
|
vertical-align: middle;
|
||||||
|
line-height: 2rem;
|
||||||
|
border: 1px solid $l5r5e-title;
|
||||||
|
font-size: 0.85rem;
|
||||||
|
padding: 0.25rem;
|
||||||
}
|
}
|
||||||
.third {
|
.third {
|
||||||
width: 230px;
|
width: 230px;
|
||||||
|
|||||||
@@ -280,7 +280,7 @@ button {
|
|||||||
}
|
}
|
||||||
.message-sender {
|
.message-sender {
|
||||||
color: $l5r5e-red;
|
color: $l5r5e-red;
|
||||||
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
|
text-shadow: 1px 1px 0px $l5r5e-black-light;
|
||||||
}
|
}
|
||||||
.message {
|
.message {
|
||||||
background-color: $l5r5e-chat-color-light;
|
background-color: $l5r5e-chat-color-light;
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<section class="sheet-body">
|
|
||||||
<nav class="sheet-tabs tabs" data-group="primary">
|
<nav class="sheet-tabs tabs" data-group="primary">
|
||||||
<a class="item" data-tab="part0">?</a>
|
<a class="item" data-tab="part0">?</a>
|
||||||
<a class="item" data-tab="part1">I</a>
|
<a class="item" data-tab="part1">I</a>
|
||||||
@@ -15,6 +14,7 @@
|
|||||||
<a class="item" data-tab="part6">VI</a>
|
<a class="item" data-tab="part6">VI</a>
|
||||||
<a class="item" data-tab="part7">VII</a>
|
<a class="item" data-tab="part7">VII</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
<section class="sheet-body">
|
||||||
<article class="tab parts part0" data-group="primary" data-tab="part0">
|
<article class="tab parts part0" data-group="primary" data-tab="part0">
|
||||||
<h1>{{localize 'l5r5e.twenty_questions.title'}}</h1>
|
<h1>{{localize 'l5r5e.twenty_questions.title'}}</h1>
|
||||||
{{localize 'l5r5e.twenty_questions.part0.intro'}}
|
{{localize 'l5r5e.twenty_questions.part0.intro'}}
|
||||||
@@ -600,27 +600,26 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
<ul>
|
||||||
{{#each summary.summary.rings}}
|
{{#each summary.summary.rings}}
|
||||||
{{this}}
|
<li>{{this}}</li>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
<ul>
|
||||||
{{#each summary.summary.skills}}
|
{{#each summary.summary.skills}}
|
||||||
{{this}}
|
<li>{{this}}</li>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{localize 'l5r5e.twenty_questions.part1.status'}}
|
<ul>
|
||||||
{{summary.summary.status}}
|
<li>{{localize 'l5r5e.twenty_questions.part1.status'}} ({{summary.social.status}})</li>
|
||||||
|
<li>{{localize 'l5r5e.twenty_questions.part1.glory'}} ({{summary.social.glory}})</li>
|
||||||
{{localize 'l5r5e.twenty_questions.part1.glory'}}
|
<li>{{localize 'l5r5e.twenty_questions.part2.honor'}} ({{summary.social.honor}})</li>
|
||||||
{{summary.summary.glory}}
|
<li>{{localize 'l5r5e.twenty_questions.part1.money'}} ({{data.step2.wealth}})</li>
|
||||||
|
</ul>
|
||||||
{{localize 'l5r5e.twenty_questions.part2.honor'}}
|
|
||||||
{{summary.summary.honor}}
|
|
||||||
|
|
||||||
{{localize 'l5r5e.twenty_questions.part1.money'}}
|
|
||||||
{{data.step2.wealth}}
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||