First sheet release with datas
This commit is contained in:
@ -1,5 +1,13 @@
|
||||
/* ==================== (A) Fonts ==================== */
|
||||
|
||||
@font-face {
|
||||
font-family: "ciutadella";
|
||||
src: url('../fonts/Ciutadella-Medium.ttf') format('ttf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: "univers";
|
||||
src: url('../fonts/UniversLTStd-Cn.ttf') format('ttf');
|
||||
}
|
||||
|
||||
:root {
|
||||
/* =================== 1. ACTOR SHEET FONT STYLES =========== */
|
||||
--window-header-title-font-size: 1.3rem;
|
||||
@ -36,11 +44,17 @@
|
||||
/*@import url("https://fonts.googleapis.com/css2?family=Martel:wght@400;800&family=Roboto:wght@300;400;500&display=swap");*/
|
||||
/* Global styles & Font */
|
||||
.window-app {
|
||||
font-family: "univers";
|
||||
text-align: justify;
|
||||
font-size: 16px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.title-font {
|
||||
font-family: "ciutadella";
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
/* Fonts */
|
||||
.sheet header.sheet-header h1 input, .window-app .window-header, #actors .directory-list, #navigation #scene-list .scene.nav-item {
|
||||
font-size: 1.0rem;
|
||||
@ -53,7 +67,7 @@
|
||||
}
|
||||
|
||||
.window-header{
|
||||
background: rgba(0,0,0,0.75);
|
||||
/*background: rgba(0,0,0,0.75);*/
|
||||
}
|
||||
|
||||
.window-app.sheet .window-content {
|
||||
@ -217,9 +231,10 @@ table {border: 1px solid #7a7971;}
|
||||
-webkit-box-flex: 0;
|
||||
-ms-flex: 0 0 128px;
|
||||
flex: 0 0 128px;
|
||||
width: 64px;
|
||||
width: 48px;
|
||||
height: auto;
|
||||
max-height:128px;
|
||||
min-height:48px;
|
||||
max-height:96px;
|
||||
margin-top: 0px;
|
||||
margin-right: 10px;
|
||||
margin-right: 10px;
|
||||
@ -388,7 +403,7 @@ table {border: 1px solid #7a7971;}
|
||||
|
||||
.window-app.sheet .window-content .sheet-header input[type="text"], .window-app.sheet .window-content .sheet-header input[type="number"], .window-app.sheet .window-content .sheet-header input[type="password"], .window-app.sheet .window-content .sheet-header input[type="date"], .window-app.sheet .window-content .sheet-header input[type="time"] {
|
||||
color: rgba(36, 37, 37, 0.75);
|
||||
background: rgba(245, 245, 241, 0.95);
|
||||
background: white; /*rgba(245, 245, 241, 0.95);*/
|
||||
border: 1 none;
|
||||
margin-bottom: 0.25rem;
|
||||
margin-left: 2px;
|
||||
@ -396,7 +411,8 @@ table {border: 1px solid #7a7971;}
|
||||
|
||||
.window-app.sheet .window-content .sheet-body input[type="text"], .window-app.sheet .window-content .sheet-body input[type="number"], .window-app.sheet .window-content .sheet-body input[type="password"], .window-app.sheet .window-content .sheet-body input[type="date"], .window-app.sheet .window-content .sheet-body input[type="time"] {
|
||||
color: rgba(36, 37, 37, 0.75);
|
||||
background: rgba(245, 245, 241, 0.95);
|
||||
background: white;
|
||||
/*background: rgba(245, 245, 241, 0.95);*/
|
||||
border: 1 none;
|
||||
margin-bottom: 0.25rem;
|
||||
margin-left: 2px;
|
||||
@ -404,7 +420,8 @@ table {border: 1px solid #7a7971;}
|
||||
|
||||
.window-app.sheet .window-content .sheet-body select, .window-app.sheet .window-content .sheet-header select {
|
||||
color: rgba(36, 37, 37, 0.75);
|
||||
background: rgba(245, 245, 241, 0.95);
|
||||
background: white;
|
||||
/*background: rgba(245, 245, 241, 0.95);*/
|
||||
border: 1 none;
|
||||
margin-bottom: 0.25rem;
|
||||
margin-left: 2px;
|
||||
@ -412,7 +429,8 @@ table {border: 1px solid #7a7971;}
|
||||
|
||||
.window-app .window-content, .window-app.sheet .window-content .sheet-body{
|
||||
font-size: 0.8rem;
|
||||
background: rgba(245,245,240,0.6);
|
||||
background: white;
|
||||
/*background: rgba(245,245,240,0.6);*/
|
||||
/*background: url("../images/ui/pc_sheet_bg.webp") repeat left top;.*/
|
||||
}
|
||||
|
||||
@ -438,7 +456,8 @@ section.sheet-body{padding: 0.25rem 0.5rem;}
|
||||
line-height: 1.5rem;
|
||||
border-top: 0 none;
|
||||
border-bottom: 0 none;
|
||||
background-color:black;
|
||||
border-right: 0 none;
|
||||
background-color:#B8A799F0;
|
||||
color:beige;
|
||||
}
|
||||
|
||||
@ -456,7 +475,7 @@ nav.sheet-tabs .item:after {
|
||||
right: 0;
|
||||
height: 2rem;
|
||||
width: 1px;
|
||||
border-right: 1px dashed rgba(52, 52, 52, 0.25);
|
||||
/*border-right: 1px dashed rgba(52, 52, 52, 0.25);*/
|
||||
}
|
||||
|
||||
.sheet .tab[data-tab] {
|
||||
@ -509,8 +528,8 @@ ul, li {
|
||||
}
|
||||
|
||||
.sheet li {
|
||||
margin: 0.010rem;
|
||||
padding: 0.25rem;
|
||||
/*margin: 0.010rem;*/
|
||||
/*padding: 0.25rem;*/
|
||||
}
|
||||
.header-fields li {
|
||||
margin: 0;
|
||||
@ -545,7 +564,7 @@ ul, li {
|
||||
display: flex !important;
|
||||
}
|
||||
.list-item-shadow {
|
||||
background:rgba(87, 60, 32, 0.35);
|
||||
background:rgba(151, 103, 52, 0.35);
|
||||
flex-grow: 0;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: flex-start;
|
||||
@ -607,7 +626,6 @@ ul, li {
|
||||
.devotion-label,
|
||||
.sort-label,
|
||||
.technique-label,
|
||||
.ame-label,
|
||||
.arme-label,
|
||||
.armure-label,
|
||||
.equipement-label,
|
||||
@ -615,6 +633,11 @@ ul, li {
|
||||
flex-grow: 2;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ame-label {
|
||||
flex-grow: 2;
|
||||
margin-left: 4px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.status-header-label {
|
||||
margin-left: 2px;
|
||||
}
|
||||
@ -709,6 +732,11 @@ ul, li {
|
||||
.small-label {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.ame-checkbox-label {
|
||||
flex-grow: 2;
|
||||
font-size: 0.6rem;
|
||||
min-width: 24px;
|
||||
}
|
||||
|
||||
.padd-right {
|
||||
margin-right: 8px;
|
||||
@ -716,7 +744,9 @@ ul, li {
|
||||
.padd-left {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.ame-padding {
|
||||
margin-left: 20px;
|
||||
}
|
||||
.stack-left {
|
||||
align-items:center;
|
||||
flex-shrink: 1;
|
||||
@ -1235,7 +1265,7 @@ ul, li {
|
||||
color: #CCC
|
||||
}
|
||||
#pause > img {
|
||||
content: url(../images/ui/pegasus_logo_v1.webp);
|
||||
content: url(../images/ui/logo_imperium5.webp);
|
||||
height: 160px;
|
||||
width: 256px;
|
||||
top: -80px;
|
||||
@ -1243,7 +1273,7 @@ ul, li {
|
||||
}
|
||||
|
||||
#logo {
|
||||
content : url(../images/ui/pegasus_logo_v1.webp);
|
||||
content : url(../images/ui/logo_imperium5.webp);
|
||||
width: 100px;
|
||||
height: 60px;
|
||||
}
|
||||
@ -1265,7 +1295,6 @@ ul, li {
|
||||
*/
|
||||
.sheet-box {
|
||||
border-radius: 5%;
|
||||
background-color: #403f3eB0;
|
||||
border-width: 1px;
|
||||
padding: 0.4rem;
|
||||
margin: 0.2rem;
|
||||
@ -1276,7 +1305,7 @@ ul, li {
|
||||
background: black;
|
||||
}
|
||||
.color-class-common {
|
||||
background: rgba(185, 183, 40, 0.45);
|
||||
/*background: rgba(185, 183, 40, 0.45);*/
|
||||
}
|
||||
.status-small-label {
|
||||
font-size: 0.65rem;
|
||||
@ -1308,9 +1337,13 @@ ul, li {
|
||||
.ame-block {
|
||||
min-width: 160px;
|
||||
}
|
||||
.ame-subtitle {
|
||||
font-size: 1.1rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
.ame-margin {
|
||||
margin-left: 4px;
|
||||
margin-top: 5px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
.combat-margin {
|
||||
margin-left: 4px;
|
||||
@ -1320,12 +1353,14 @@ ul, li {
|
||||
color: white;
|
||||
}
|
||||
.item-ame-roll {
|
||||
max-height: 42px;
|
||||
min-height: 36px;
|
||||
/*max-height: 42px;*/
|
||||
/*min-height: 36px;*/
|
||||
}
|
||||
.item-ame-roll select, .item-ame-roll input {
|
||||
margin-top: 4px;
|
||||
.cohesion-input,
|
||||
.item-ame-roll select,
|
||||
.item-ame-roll input {
|
||||
margin-right: 2px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
.table-momentum {
|
||||
background: none;
|
||||
@ -1338,7 +1373,7 @@ ul, li {
|
||||
}
|
||||
.items-title-bg {
|
||||
margin-top: 6px;
|
||||
background: black;
|
||||
/*background: black;*/
|
||||
color: white;
|
||||
}
|
||||
.items-title-text {
|
||||
@ -1359,13 +1394,14 @@ ul, li {
|
||||
}
|
||||
.item-name-label-header {
|
||||
flex-grow:2;
|
||||
max-width: 12rem;
|
||||
min-width: 12rem;
|
||||
max-width: 10rem;
|
||||
min-width: 10rem;
|
||||
}
|
||||
.item-name-label {
|
||||
flex-grow:2;
|
||||
max-width: 10rem;
|
||||
min-width: 10rem;
|
||||
margin-left: 4px;
|
||||
max-width: 8rem;
|
||||
min-width: 8rem;
|
||||
}
|
||||
.item-name-label-level2 {
|
||||
flex-grow:2;
|
||||
@ -1395,10 +1431,22 @@ ul, li {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
.item-filler {
|
||||
flex-grow: 6;
|
||||
flex-shrink: 7;
|
||||
flex-grow: 4;
|
||||
flex-shrink: 5;
|
||||
}
|
||||
.item-controls-fixed {
|
||||
min-width:2rem;
|
||||
max-width: 2rem;
|
||||
}
|
||||
.color-bg-ame {
|
||||
background-color: #D4D0CCFF;
|
||||
}
|
||||
.color-bg-archetype {
|
||||
background-color: #D4D0CC80;
|
||||
}
|
||||
.color-bg-paradigme {
|
||||
background-color: #97B5AEFF;
|
||||
}
|
||||
.color-text-ame {
|
||||
color: #806B64;
|
||||
}
|
Reference in New Issue
Block a user