Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prolice committed Nov 12, 2023
1 parent 2cfef6d commit 1357cf8
Show file tree
Hide file tree
Showing 10 changed files with 330 additions and 76 deletions.
54 changes: 46 additions & 8 deletions EoE/css/swffg.css
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ div.swffgui-settings {
flex: 0;
text-align: center;
background:url(../ui/game-settings-background.png);
margin : 0 60px 0 60px;
margin : 0 53px 0 48px;
}

h3.auberesh {
Expand Down Expand Up @@ -4588,9 +4588,10 @@ border-image-outset: 0px !important;
border-image-width: 162px 81px 67px 80px;
border-image-outset: 0px;
background: none;
height: 802px !important;
width: 800px !important;
/*height: 802px !important;
width: 800px !important;*/
box-shadow: none !important;
max-width:1100px;
}
#client-settings .window-header {
border: none;
Expand All @@ -4600,6 +4601,10 @@ border-image-outset: 0px !important;
position: relative;
/* top: 38px; */
margin: 0px;
}
#client-settings .window-resizable-handle {
right: 32px;
bottom: 5px;
}
#client-settings .window-header h4 {
display: none;
Expand All @@ -4614,7 +4619,7 @@ border-image-outset: 0px !important;
padding: 0px;
border: none;
background: url(../ui/game-settings-background.png);
background-size: 199%;
background-size: contain;
background-position-x: center;
border-radius: 6px;
opacity: 0.95;
Expand Down Expand Up @@ -8794,15 +8799,18 @@ img {
position: absolute;
width: 120px;
z-index: 40;
bottom: 70px;
bottom: 90px;
padding-top: 5px;
--notchSize: 6px;
-webkit-clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)));
clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)));
background-color: #84725e;
max-height: 36px;
max-width:120px;
/*max-height: 36px;*/
max-width:124px;
/* top:102px; */
opacity : 0;
transform: translateX(-100%);
transition: transform 0.3s, opacity 0.8s;
}

.starwarsffg.sheet.actor .character .header-fields .profile-block .auberesh-name {
Expand All @@ -8822,6 +8830,9 @@ img {
clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)));
background-color: #771113;
max-height: 36px;
opacity : 0;
transform: translateX(-100%);
transition: transform 0.3s, opacity 0.8s;
}

.starwarsffg.sheet.actor .vehicle .header-fields .profile-block .auberesh-name {
Expand All @@ -8842,14 +8853,41 @@ img {
-webkit-clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)));
clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)));
background-color: #00304f;
opacity : 0;
transform: translateX(-100%);
transition: transform 0.3s, opacity 0.8s;
}

.starwarsffg.sheet.actor .character .header-fields .profile-block:hover .auberesh-name {
opacity: 0.75;
transform: translateX(0);
}
.starwarsffg.sheet.actor .character .header-fields .profile-block .auberesh-name:hover {
opacity: 0.75;
transform: translateX(0);
}
.starwarsffg.sheet.actor .vehicle .header-fields .profile-block:hover .auberesh-name {
opacity: 0.75;
transform: translateX(0);
}
.starwarsffg.sheet.actor .vehicle .header-fields .profile-block .auberesh-name:hover {
opacity: 0.75;
transform: translateX(0);
}

.starwarsffg.sheet.actor .minion .header-fields .profile-block:hover .auberesh-name {
opacity: 0.75;
transform: translateX(0);
}
.starwarsffg.sheet.actor .minion .header-fields .profile-block .auberesh-name:hover {
opacity: 0.75;
transform: translateX(0);
}
.starwarsffg .item-display {
border: 2px solid #782e22 !important;
background: rgb(102 20 26 / 20%) !important;
border-radius: 10px;
}
}

.destiny-flip .destiny-left {
background: rgb(102 20 26 / 30%);
Expand Down
49 changes: 44 additions & 5 deletions blackEmpire/css/swffg.css
Original file line number Diff line number Diff line change
Expand Up @@ -650,10 +650,11 @@ select:focus {
/*border-image-slice: 190 110 85 110;*/
border-image-outset: 0px;
background: none;
height: 850px !important;
width: 850px !important;
/*height: 850px !important;
width: 850px !important;*/
box-shadow: none !important;
min-height: 500px !important;
max-width: 1068px;
}
#client-settings .window-header {
border: none;
Expand All @@ -672,14 +673,17 @@ select:focus {
top: 58px;
left: -60px;
}

#client-settings .window-resizable-handle {
right: 32px;
bottom: 5px;
}
#client-settings .window-header h4 {
display: none;
}
#client-settings .window-header .close {
position: relative;
top: 58px;
left:-60px;
top: 117px;
left:-50px;
}
#client-settings .window-content {
margin: 0px 53px 24px 48px;
Expand Down Expand Up @@ -1044,6 +1048,9 @@ select:focus {
clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)));
background-color: #white;
animation: textShadow 1.6s infinite;
opacity : 0;
transform: translateX(-100%);
transition: transform 0.3s, opacity 0.8s;
}

.starwarsffg.sheet.actor .vehicle .header-fields .profile-block .auberesh-name {
Expand All @@ -1065,6 +1072,9 @@ select:focus {
clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)));
background-color: #00304f;
animation: textShadow 1.6s infinite;
opacity : 0;
transform: translateX(-100%);
transition: transform 0.3s, opacity 0.8s;
}

.starwarsffg.sheet.actor .minion .header-fields .profile-block .auberesh-name {
Expand All @@ -1086,6 +1096,35 @@ select:focus {
max-width:130px;
/* top:102px; */
animation: textShadow 1.6s infinite;
opacity : 0;
transform: translateX(-100%);
transition: transform 0.3s, opacity 0.8s;
}

.starwarsffg.sheet.actor .character .header-fields .profile-block:hover .auberesh-name {
opacity: 0.75;
transform: translateX(0);
}
.starwarsffg.sheet.actor .character .header-fields .profile-block .auberesh-name:hover {
opacity: 0.75;
transform: translateX(0);
}
.starwarsffg.sheet.actor .vehicle .header-fields .profile-block:hover .auberesh-name {
opacity: 0.75;
transform: translateX(0);
}
.starwarsffg.sheet.actor .vehicle .header-fields .profile-block .auberesh-name:hover {
opacity: 0.75;
transform: translateX(0);
}

.starwarsffg.sheet.actor .minion .header-fields .profile-block:hover .auberesh-name {
opacity: 0.75;
transform: translateX(0);
}
.starwarsffg.sheet.actor .minion .header-fields .profile-block .auberesh-name:hover {
opacity: 0.75;
transform: translateX(0);
}

.starwarsffg.sheet.actor .character .header-fields .profile-block {
Expand Down
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
## Release Notes:

**Version [2.4.0]**
* Compatiblity verified FVTT 11.315
* Auberesh name for minion, vehicle and actor retractable
* Settings windows border (theme Rebel and Galatic Empire) re-designed
* Settings windows resizing fixed
* Add option to deactivate auberesh name
* Some color adaptation

**Version [2.3.2]**
* Compatiblity verified FVTT 11.313
* Retro compatibility version 10
Expand Down
Loading

0 comments on commit 1357cf8

Please sign in to comment.