Amelioration fiche items
This commit is contained in:
@ -52,7 +52,7 @@
|
||||
.sheet nav.sheet-tabs {
|
||||
font-size: 0.8rem;
|
||||
} /* For nav and title */
|
||||
.window-app input, .fvtt-ecryme .item-form, .sheet header.sheet-header .flex-group-center.flex-compteurs, .sheet header.sheet-header .flex-group-center.flex-fatigue, select, button, .item-checkbox, #sidebar, #players, #navigation #nav-toggle {
|
||||
.window-app input, .fvtt-te-deum .item-form, .sheet header.sheet-header .flex-group-center.flex-compteurs, .sheet header.sheet-header .flex-group-center.flex-fatigue, select, button, .item-checkbox, #sidebar, #players, #navigation #nav-toggle {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
@ -189,7 +189,7 @@ table {border: 1px solid #7a7971;}
|
||||
}
|
||||
|
||||
/* Styles limited to sheets */
|
||||
.fvtt-ecryme .sheet-header {
|
||||
.fvtt-te-deum .sheet-header {
|
||||
flex: 0 0 210px;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
@ -199,7 +199,7 @@ table {border: 1px solid #7a7971;}
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.fvtt-ecryme .sheet-header .profile-img {
|
||||
.fvtt-te-deum .sheet-header .profile-img {
|
||||
flex: 0 0 128px;
|
||||
width: 128px;
|
||||
height: auto;
|
||||
@ -248,18 +248,18 @@ table {border: 1px solid #7a7971;}
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.fvtt-ecryme .sheet-header .header-fields {
|
||||
.fvtt-te-deum .sheet-header .header-fields {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.fvtt-ecryme .sheet-header h1.charname {
|
||||
.fvtt-te-deum .sheet-header h1.charname {
|
||||
height: 50px;
|
||||
padding: 0px;
|
||||
margin: 5px 0;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.fvtt-ecryme .sheet-header h1.charname input {
|
||||
.fvtt-te-deum .sheet-header h1.charname input {
|
||||
font-family: MailartRubberstamp;
|
||||
font-size: 3rem;
|
||||
width: 100%;
|
||||
@ -267,15 +267,15 @@ table {border: 1px solid #7a7971;}
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.fvtt-ecryme .sheet-tabs {
|
||||
.fvtt-te-deum .sheet-tabs {
|
||||
flex: 0;
|
||||
font-family: MailartRubberstamp;
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
|
||||
.fvtt-ecryme .sheet-body,
|
||||
.fvtt-ecryme .sheet-body .tab,
|
||||
.fvtt-ecryme .sheet-body .tab .editor {
|
||||
.fvtt-te-deum .sheet-body,
|
||||
.fvtt-te-deum .sheet-body .tab,
|
||||
.fvtt-te-deum .sheet-body .tab .editor {
|
||||
height: 100%;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
@ -298,68 +298,68 @@ table {border: 1px solid #7a7971;}
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
.fvtt-ecryme .tox .tox-editor-container {
|
||||
.fvtt-te-deum .tox .tox-editor-container {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.fvtt-ecryme .tox .tox-edit-area {
|
||||
.fvtt-te-deum .tox .tox-edit-area {
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
.fvtt-ecryme .resource-label {
|
||||
.fvtt-te-deum .resource-label {
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.fvtt-ecryme .tabs {
|
||||
.fvtt-te-deum .tabs {
|
||||
height: 40px;
|
||||
border-top: 1px solid #AAA;
|
||||
border-bottom: 1px solid #AAA;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.fvtt-ecryme .tabs .item {
|
||||
.fvtt-te-deum .tabs .item {
|
||||
line-height: 40px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.fvtt-ecryme .tabs .item.active {
|
||||
.fvtt-te-deum .tabs .item.active {
|
||||
text-decoration: underline;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.fvtt-ecryme .items-list {
|
||||
.fvtt-te-deum .items-list {
|
||||
list-style: none;
|
||||
margin: 1px 0;
|
||||
padding: 0;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.fvtt-ecryme .items-list .item-header {
|
||||
.fvtt-te-deum .items-list .item-header {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.fvtt-ecryme .items-list .item {
|
||||
.fvtt-te-deum .items-list .item {
|
||||
height: 30px;
|
||||
line-height: 24px;
|
||||
padding: 1px 0;
|
||||
border-bottom: 1px solid #BBB;
|
||||
}
|
||||
|
||||
.fvtt-ecryme .items-list .item .item-image {
|
||||
.fvtt-te-deum .items-list .item .item-image {
|
||||
flex: 0 0 24px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.fvtt-ecryme .items-list .item img {
|
||||
.fvtt-te-deum .items-list .item img {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.fvtt-ecryme .items-list .item-name {
|
||||
.fvtt-te-deum .items-list .item-name {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.fvtt-ecryme .items-list .item-controls {
|
||||
.fvtt-te-deum .items-list .item-controls {
|
||||
flex: 0 0 86px;
|
||||
text-align: right;
|
||||
}
|
||||
@ -372,7 +372,8 @@ li.folder > .folder-header h3 {
|
||||
/* Sheet */
|
||||
.window-app.sheet .window-content .sheet-header{
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
background: url("../images/ui/fond_carnet_01.webp");
|
||||
/*background: url("../images/ui/frise_topleft_01.webp");*/
|
||||
background: rgba(226, 226, 222, 0.95);
|
||||
/*background: #494e6b;*/
|
||||
}
|
||||
|
||||
@ -394,15 +395,8 @@ select {
|
||||
|
||||
.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(19, 18, 18, 0.95);
|
||||
background: url("../images/ui/fond_carnet_01.webp");
|
||||
border: 1 none;
|
||||
margin-bottom: 0.25rem;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.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(19, 18, 18, 0.95);
|
||||
background: url("../images/ui/fond_carnet_01.webp");
|
||||
/*background: url("../images/ui/frise_topleft_01.webp");*/
|
||||
background: rgba(226, 226, 222, 0.95);
|
||||
border: 1 none;
|
||||
margin-bottom: 0.25rem;
|
||||
margin-left: 2px;
|
||||
@ -419,7 +413,8 @@ select {
|
||||
.window-app .window-content, .window-app.sheet .window-content .sheet-body{
|
||||
font-size: 0.8rem;
|
||||
/*background: url("../images/ui/pc_sheet_bg.webp") repeat left top;*/
|
||||
background: url("../images/ui/fond_carnet_01.webp");
|
||||
/*background: url("../images/ui/frise_topleft_01.webp");*/
|
||||
background: rgba(226, 226, 222, 0.95);
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
}
|
||||
|
||||
@ -448,14 +443,20 @@ section.sheet-body{padding: 0.25rem 0.5rem;}
|
||||
line-height: 1.5rem;
|
||||
border-top: 0 none;
|
||||
border-bottom: 0 none;
|
||||
background-color:#252525;
|
||||
color:beige;
|
||||
background: linear-gradient(rgba(226, 226, 222, 0.5), rgba(226, 226, 222, 0.5)), url("../images/ui/frise_bottom_01.webp");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
z-index: 1;
|
||||
/*background-color:#252525;*/
|
||||
}
|
||||
|
||||
/* background: rgb(245,245,240) url("../images/ui/fond4.webp") repeat left top;*/
|
||||
|
||||
nav.sheet-tabs .item {
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
opacity: 1.0;
|
||||
color:rgba(29, 28, 31);
|
||||
padding: 0 0.25rem;
|
||||
}
|
||||
|
||||
@ -772,7 +773,7 @@ ul, li {
|
||||
background-color:#f5f5f5;
|
||||
background-position: 0px 35px;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url("../images/ui/fond_carnet_01.webp");
|
||||
background: rgba(226, 226, 222, 0.95);
|
||||
color: rgba(19, 18, 18, 0.95);
|
||||
}
|
||||
|
||||
@ -1135,7 +1136,7 @@ ul, li {
|
||||
color: #CCC
|
||||
}
|
||||
#pause > img {
|
||||
content: url(../images/ui/ecryme_logo_small_01.webp);
|
||||
content: url(../images/ui/te-deum_logo_small_01.webp);
|
||||
height: 200px;
|
||||
width: 200px;
|
||||
top: -200px;
|
||||
@ -1143,7 +1144,7 @@ ul, li {
|
||||
}
|
||||
|
||||
#logo {
|
||||
content : url(../images/ui/ecryme_logo_small_01.webp);
|
||||
content : url(../images/ui/te-deum_logo_small_01.webp);
|
||||
width: 100px;
|
||||
height: 60px;
|
||||
}
|
||||
@ -1239,24 +1240,34 @@ ul, li {
|
||||
min-width: 10rem;
|
||||
}
|
||||
.item-name-label-long {
|
||||
margin-top: 4px;
|
||||
flex-grow:2;
|
||||
max-width: 12rem;
|
||||
min-width: 12rem;
|
||||
}
|
||||
.item-name-label-long2 {
|
||||
flex-grow:2;
|
||||
max-width: 20rem;
|
||||
min-width: 20rem;
|
||||
}
|
||||
.item-name-label-long3 {
|
||||
flex-grow:2;
|
||||
max-width: 18rem;
|
||||
min-width: 18rem;
|
||||
}
|
||||
.item-name-label-short {
|
||||
flex-grow:1;
|
||||
max-width: 4rem;
|
||||
min-width: 4rem;
|
||||
}
|
||||
.item-name-label-medium {
|
||||
margin-top: 4px;
|
||||
flex-grow:2;
|
||||
max-width: 6rem;
|
||||
min-width: 6rem;
|
||||
}
|
||||
.item-name-label-long2 {
|
||||
.item-name-label-text-margin {
|
||||
margin-top: 4px;
|
||||
}
|
||||
.item-name-label-long2 {
|
||||
flex-grow:2;
|
||||
max-width: 22rem;
|
||||
min-width: 22rem;
|
||||
@ -1319,10 +1330,10 @@ ul, li {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.ecryme-roll-dialog .window-header {
|
||||
.te-deum-roll-dialog .window-header {
|
||||
border-radius: 10px 10px 0% 0%;
|
||||
}
|
||||
.ecryme-roll-dialog .window-content {
|
||||
.te-deum-roll-dialog .window-content {
|
||||
border-radius: 0% 0% 10px 10px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user