from totem to vermine - v0.0.12

This commit is contained in:
François-Xavier Guillois
2023-06-06 11:06:04 +02:00
parent d388c3ba4b
commit 2b5e639e9e
110 changed files with 369 additions and 9675 deletions
+40 -40
View File
@@ -236,17 +236,17 @@
text-align: center;
}
/* Styles limited to totem sheets */
.totem {
/* Styles limited to vermine2047 sheets */
.vermine2047 {
/* ----------------------------------------- */
/* Items Lists */
/* ----------------------------------------- */
/* Example style for Totem (can be removed if not needed) */
/* Example style for Vermine 2047 (can be removed if not needed) */
}
.totem .item-form {
.vermine2047 .item-form {
font-family: "Roboto", sans-serif;
}
.totem .sheet-header {
.vermine2047 .sheet-header {
-webkit-box-flex: 0;
-ms-flex: 0 auto;
flex: 0 auto;
@@ -265,57 +265,57 @@
justify-content: flex-start;
margin-bottom: 10px;
}
.totem .sheet-header .profile-img {
.vermine2047 .sheet-header .profile-img {
-webkit-box-flex: 0;
-ms-flex: 0 0 100px;
flex: 0 0 100px;
height: 100px;
margin-right: 10px;
}
.totem .sheet-header .header-fields {
.vermine2047 .sheet-header .header-fields {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.totem .sheet-header h1.charname {
.vermine2047 .sheet-header h1.charname {
height: 50px;
padding: 0px;
margin: 5px 0;
border-bottom: 0;
}
.totem .sheet-header h1.charname input {
.vermine2047 .sheet-header h1.charname input {
width: 100%;
height: 100%;
margin: 0;
}
.totem .sheet-tabs {
.vermine2047 .sheet-tabs {
-webkit-box-flex: 0;
-ms-flex: 0;
flex: 0;
}
.totem .sheet-body,
.totem .sheet-body .tab,
.totem .sheet-body .tab .editor {
.vermine2047 .sheet-body,
.vermine2047 .sheet-body .tab,
.vermine2047 .sheet-body .tab .editor {
height: 100%;
}
.totem .sheet-body .editor {
.vermine2047 .sheet-body .editor {
min-height:75px;
margin-bottom:1rem;
}
.totem editor:hover .editor-edit {
.vermine2047 editor:hover .editor-edit {
display: block;
}
.totem .tox .tox-editor-container {
.vermine2047 .tox .tox-editor-container {
background: #fff;
}
.totem .tox .tox-edit-area {
.vermine2047 .tox .tox-edit-area {
padding: 0 8px;
}
.totem .resource-label {
.vermine2047 .resource-label {
font-weight: bold;
}
.totem .items-header {
.vermine2047 .items-header {
height: 28px;
margin: 2px 0;
padding: 0;
@@ -326,11 +326,11 @@
border: 2px groove #eeede0;
font-weight: bold;
}
.totem .items-header > * {
.vermine2047 .items-header > * {
font-size: 14px;
text-align: center;
}
.totem .items-header .item-name {
.vermine2047 .items-header .item-name {
font-weight: bold;
padding-left: 5px;
text-align: left;
@@ -338,7 +338,7 @@
display: -ms-flexbox;
display: flex;
}
.totem .items-list {
.vermine2047 .items-list {
list-style: none;
margin: 0;
padding: 0;
@@ -346,12 +346,12 @@
scrollbar-width: thin;
color: #444;
}
.totem .items-list .item-list {
.vermine2047 .items-list .item-list {
list-style: none;
margin: 0;
padding: 0;
}
.totem .items-list .item-name {
.vermine2047 .items-list .item-name {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
@@ -366,12 +366,12 @@
display: -ms-flexbox;
display: flex;
}
.totem .items-list .item-name h3, .totem .items-list .item-name h4 {
.vermine2047 .items-list .item-name h3, .vermine2047 .items-list .item-name h4 {
margin: 0;
white-space: nowrap;
overflow-x: hidden;
}
.totem .items-list .item-controls {
.vermine2047 .items-list .item-controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
@@ -382,25 +382,25 @@
-ms-flex-pack: end;
justify-content: flex-end;
}
.totem .items-list .item-controls a {
.vermine2047 .items-list .item-controls a {
font-size: 12px;
text-align: center;
margin: 0 6px;
}
.totem .items-list .item {
.vermine2047 .items-list .item {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 2px;
border-bottom: 1px solid #c9c7b8;
}
.totem .items-list .item:last-child {
.vermine2047 .items-list .item:last-child {
border-bottom: none;
}
.totem .items-list .item .item-name {
.vermine2047 .items-list .item .item-name {
color: #191813;
}
.totem .items-list .item .item-name .item-image {
.vermine2047 .items-list .item .item-name .item-image {
-webkit-box-flex: 0;
-ms-flex: 0 0 30px;
flex: 0 0 30px;
@@ -409,13 +409,13 @@
border: none;
margin-right: 5px;
}
.totem .items-list .item-prop {
.vermine2047 .items-list .item-prop {
text-align: center;
border-left: 1px solid #c9c7b8;
border-right: 1px solid #c9c7b8;
font-size: 12px;
}
.totem .items-list .items-header {
.vermine2047 .items-list .items-header {
height: 28px;
margin: 2px 0;
padding: 0;
@@ -426,29 +426,29 @@
border: 2px groove #eeede0;
font-weight: bold;
}
.totem .items-list .items-header > * {
.vermine2047 .items-list .items-header > * {
font-size: 12px;
text-align: center;
}
.totem .items-list .items-header .item-name {
.vermine2047 .items-list .items-header .item-name {
padding-left: 5px;
text-align: left;
}
.totem .item-formula {
.vermine2047 .item-formula {
-webkit-box-flex: 0;
-ms-flex: 0 0 200px;
flex: 0 0 200px;
padding: 0 8px;
}
.totem .effects .item .effect-source,
.totem .effects .item .effect-duration,
.totem .effects .item .effect-controls {
.vermine2047 .effects .item .effect-source,
.vermine2047 .effects .item .effect-duration,
.vermine2047 .effects .item .effect-controls {
text-align: center;
border-left: 1px solid #c9c7b8;
border-right: 1px solid #c9c7b8;
font-size: 12px;
}
.totem .effects .item .effect-controls {
.vermine2047 .effects .item .effect-controls {
border: none;
}
+56 -45
View File
@@ -18,14 +18,14 @@
}
/* custom styles */
body.system-totem img#logo {
content: url("/systems/totem/assets/images/ui/logo_gods_foundry.webp");
body.system-vermine2047 img#logo {
content: url("/systems/vermine2047/assets/images/ui/logo_vermine_foundry.webp");
height:auto;
}
/* Customize the chat roll area! */
#chat-form textarea {
background: url(/systems/totem/assets/images/ui/box_background.webp) repeat;
background: url(/systems/vermine2047/assets/images/ui/box_background.webp) repeat;
/*font-family: monospace;
font-size: 14px;
color: black; */
@@ -33,7 +33,7 @@ body.system-totem img#logo {
/* Customize the chat history area! */
#chat-log .message {
background: url(/systems/totem/assets/images/ui/box_background.webp) repeat;
background: url(/systems/vermine2047/assets/images/ui/box_background.webp) repeat;
/*color: #191813; */
}
@@ -72,14 +72,14 @@ ul.unstyled li {
/* ----------------------------------------- */
/* Sheet Structure */
/* ----------------------------------------- */
.system-totem .window-content {
background: url(/systems/totem/assets/images/ui/box_background.webp);
.system-vermine2047 .window-content {
background: url(/systems/vermine2047/assets/images/ui/box_background.webp);
padding: 0;
overflow-y: hidden;
}
.system-totem .dialog .window-content {
background: url(/systems/totem/assets/images/ui/fond_chat_box.webp);
.system-vermine2047 .dialog .window-content {
background: url(/systems/vermine2047/assets/images/ui/fond_chat_box.webp);
padding: 0;
overflow-y: hidden;
}
@@ -98,7 +98,7 @@ ul.unstyled li {
.actor.sheet .form aside {
grid-row: span 1 / span 1;
background-image: url(/systems/totem/assets/images/ui/barre_lateral.webp);
background-image: url(/systems/vermine2047/assets/images/ui/barre_laterale.webp);
background-repeat: no-repeat;
background-position: bottom center;
height: 100%;
@@ -137,13 +137,20 @@ ul.unstyled li {
font-family: "DistressBlack", sans-serif;
font-size: 2em;
text-transform: uppercase;
}
.actor.sheet .form .characteristics h4 {
font-size:1.25rem;
}
.actor.sheet .form .tab.stories h4 {
margin-top:0.875rem;
}
.system-totem .char-header {
.system-vermine2047 .char-header {
font-family: "DistressBlack", sans-serif;
}
.system-totem .char-header section {
.system-vermine2047 .char-header section {
display:flex;
flex-direction: column;
align-items: flex-start;
@@ -151,11 +158,15 @@ ul.unstyled li {
}
.system-totem .char-header h1.char-name {
border-bottom: none;;
.system-vermine2047 .char-header h1.char-name {
border-bottom: none;
}
.system-totem .sheet.actor .sheet-body {
.system-vermine2047 .char-vermine2047 {
font-size:1.5rem;
}
.system-vermine2047 .sheet.actor .sheet-body {
height: calc(100% - 35px);
overflow-y: auto;
overflow-x: hidden;
@@ -165,12 +176,12 @@ ul.unstyled li {
max-height: 688px;
padding-bottom:1rem;
}
.system-totem .sheet.actor form {
.system-vermine2047 .sheet.actor form {
width: 100%;
height: 100%;
overflow: hidden;
}
.system-totem .sheet.actor form input[type=text], .system-totem .sheet.actor form input[type=number] {
.system-vermine2047 .sheet.actor form input[type=text], .system-vermine2047 .sheet.actor form input[type=number] {
width: calc(100% - 2px);
height: calc(100% - 2px);
background: none;
@@ -179,48 +190,48 @@ ul.unstyled li {
color: #333;
border: 1px solid transparent;
}
.system-totem .sheet.actor form input[type=text]:hover:not(:disabled), .system-totem .sheet.actor form input[type=text]:focus, .system-totem .sheet.actor form input[type=number]:hover:not(:disabled), .system-totem .sheet.actor form input[type=number]:focus {
.system-vermine2047 .sheet.actor form input[type=text]:hover:not(:disabled), .system-vermine2047 .sheet.actor form input[type=text]:focus, .system-vermine2047 .sheet.actor form input[type=number]:hover:not(:disabled), .system-vermine2047 .sheet.actor form input[type=number]:focus {
border: 1px solid black;
box-shadow: 0 0 10px #00005a;
}
.system-totem .sheet.actor form select {
.system-vermine2047 .sheet.actor form select {
font-size: var(--font-size-10);
height: 18px;
background: rgba(255, 255, 255, 0.5);
}
.system-totem .sheet.actor form label {
.system-vermine2047 .sheet.actor form label {
display: block;
}
.system-totem .sheet.actor form .mce-panel span {
.system-vermine2047 .sheet.actor form .mce-panel span {
display: inherit;
}
.system-totem .sheet.actor form.editable .rollable:hover {
.system-vermine2047 .sheet.actor form.editable .rollable:hover {
color: #000;
text-shadow: 0 0 10px #00005a;
cursor: pointer;
}
.system-totem .sheet.actor form .sheet-tabs {
.system-vermine2047 .sheet.actor form .sheet-tabs {
font-weight: 500;
height: 30px;
}
.system-totem .sheet.actor form .sheet-tabs > .list-row {
.system-vermine2047 .sheet.actor form .sheet-tabs > .list-row {
line-height: 24px;
padding-top: 3px;
font-size: var(--font-size-12);
text-align: center;
}
.system-totem .sheet.actor form .sheet-tabs > .list-row:last-of-type {
.system-vermine2047 .sheet.actor form .sheet-tabs > .list-row:last-of-type {
padding-right: 4px;
}
.system-totem .sheet.actor form .sheet-tabs > .list-row.active {
.system-vermine2047 .sheet.actor form .sheet-tabs > .list-row.active {
color: #000;
font-weight: 700;
}
.system-totem .sheet.actor form .tab {
.system-vermine2047 .sheet.actor form .tab {
flex: 1;
overflow: hidden;
}
.system-totem .sheet.actor form .tag-legacy {
.system-vermine2047 .sheet.actor form .tag-legacy {
float: left;
margin: 0 2px 2px 0;
padding: 0 3px;
@@ -235,32 +246,32 @@ ul.unstyled li {
/* ---------------------------------------- */
/* Actor Sheet */
/* ---------------------------------------- */
.system-totem .sheet.actor {
.system-vermine2047 .sheet.actor {
min-width: 690px;
min-height: 800px;
}
.system-totem .sheet.actor .sidebar {
.system-vermine2047 .sheet.actor .sidebar {
width: 230px;
min-height:518px;
}
.system-totem .sheet.actor .floatright {
.system-vermine2047 .sheet.actor .floatright {
float: right;
}
.system-totem .sheet.actor .sheet-upper {
.system-vermine2047 .sheet.actor .sheet-upper {
height: 268px;
}
.system-totem .sheet.actor .sheet-upper .sheet-header {
.system-vermine2047 .sheet.actor .sheet-upper .sheet-header {
height: 48px;
}
.system-totem .sheet.actor .sheet-upper .sheet-profile, .system-totem .sheet.actor .sheet-upper .sheet-showcase {
.system-vermine2047 .sheet.actor .sheet-upper .sheet-profile, .system-vermine2047 .sheet.actor .sheet-upper .sheet-showcase {
height: 220px;
}
.system-totem .sheet.actor .sheet-content {
.system-vermine2047 .sheet.actor .sheet-content {
padding:4px;
}
.system-totem .sheet.actor .sheet-sidebar {
.system-vermine2047 .sheet.actor .sheet-sidebar {
height: calc(100% - 48px);
display: flex;
flex-direction: column;
@@ -268,32 +279,32 @@ ul.unstyled li {
overflow-x: hidden;
overflow-y: auto;
}
.system-totem .sheet.actor .sheet-sidebar > * {
.system-vermine2047 .sheet.actor .sheet-sidebar > * {
flex: 1;
}
.system-totem .sheet.actor .sheet-sidebar .sidebar-summary {
.system-vermine2047 .sheet.actor .sheet-sidebar .sidebar-summary {
overflow-y: hidden;
}
.system-totem .sheet.actor.npc-sheet .sheet-upper {
.system-vermine2047 .sheet.actor.npc-sheet .sheet-upper {
height: 220px;
}
.system-totem .sheet.actor.npc-sheet .sheet-upper .sheet-showcase {
.system-vermine2047 .sheet.actor.npc-sheet .sheet-upper .sheet-showcase {
height: 172px;
}
.system-totem .sheet.actor.npc-sheet .sheet-lower {
.system-vermine2047 .sheet.actor.npc-sheet .sheet-lower {
height: calc(100% - 220px - 32px);
}
.system-totem .sheet.actor.npc-sheet section.sheet-body {
.system-vermine2047 .sheet.actor.npc-sheet section.sheet-body {
height: calc(100% - 48px);
}
.system-totem .sheet.actor .sheet-navigation {
.system-vermine2047 .sheet.actor .sheet-navigation {
border-top: 1px solid var(--secondary-background);
border-bottom: 1px solid var(--primary-background);
}
.system-totem .sheet.actor .sheet-navigation .sheet-tabs > .list-row {
.system-vermine2047 .sheet.actor .sheet-navigation .sheet-tabs > .list-row {
border-radius: 5px 5px 0 0;
}
.system-totem .sheet.actor .sheet-navigation .sheet-tabs > .list-row.active {
.system-vermine2047 .sheet.actor .sheet-navigation .sheet-tabs > .list-row.active {
border: 1px solid #666;
border-bottom: none;
/* box-shadow: 0 0 10px inset #ff6400;
@@ -325,6 +336,6 @@ ul.unstyled li {
transition: all 0.1s ease-out;
}
.system-totem .sheet.actor form nav.sheet-navigation.sheet-tabs {
.system-vermine2047 .sheet.actor form nav.sheet-navigation.sheet-tabs {
height:54px;
}