Skip to content

Commit 166a8fb

Browse files
author
Christophe Van Beneden
committed
v0.3.3.1
1 parent fd8c4d8 commit 166a8fb

File tree

13 files changed

+203
-19
lines changed

13 files changed

+203
-19
lines changed

EoE/css/swffg.css

Lines changed: 50 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,20 @@
8585
src: url("../fonts/SfDistantGalaxy-0l3d.ttf") format("truetype");
8686
}
8787

88+
@font-face {
89+
font-family: "Eras";
90+
src: url("../fonts/ERASMD.TTF") format("truetype");
91+
font-weight: normal;
92+
font-style: normal;
93+
}
94+
95+
@font-face {
96+
font-family: "Eras";
97+
src: url("../fonts/ERASBD.TTF") format("truetype");
98+
font-weight: Bold;
99+
font-style: normal;
100+
}
101+
88102
/******************************************************************/
89103
/******************************************************************/
90104

@@ -222,11 +236,12 @@ table td, table th {
222236
/*width: 20px;*/
223237
}
224238
tbody {
225-
display: unset;
239+
display: contents;
226240
vertical-align: middle;
227241
}
228242
.window-app {
229243
font-family: var(--major-button-font-family), sans-serif !important;
244+
font-size: var(--major-button-font-size);
230245
}
231246
/* ==================== (C) TINY MCE EDITOR FONT CHANGES ====== */
232247
.app.window-app .editor {
@@ -466,8 +481,15 @@ li.folder > .folder-header h3 {
466481
overflow: hidden;
467482
background: url(../ui/background.png) repeat;
468483
font-size: 14px;
484+
font-family: var(--major-button-font-family), sans-serif;
485+
font-size: var(--major-button-font-size);
469486
}
470-
487+
488+
button {
489+
font-family: var(--major-button-font-family), sans-serif;
490+
font-size: var(--major-button-font-size);
491+
}
492+
471493
input[type="text"], input[type="password"] {
472494
min-width: 20px;
473495
background: none;
@@ -484,7 +506,7 @@ li.folder > .folder-header h3 {
484506
-moz-user-select: text;
485507
-ms-user-select: text;
486508
user-select: text;
487-
font-size: 20px;
509+
font-size: var(--major-button-font-size);
488510
}
489511

490512
/* ==================== (E) GLOBAL CSS VARIABLES ============== */
@@ -650,7 +672,7 @@ input::placeholder, placeholder, *placeholder {
650672
}
651673

652674
.window-app .window-content textarea {
653-
color:#006d6db8;
675+
color:#66141a;
654676
}
655677

656678
.app.window-app.form ::-webkit-scrollbar {
@@ -8101,6 +8123,14 @@ img {
81018123
background: rgba(255, 255, 240, 0.65);
81028124
}
81038125

8126+
.starwarsffg .skill-name {
8127+
font-size: var(--major-button-font-size) !important;
8128+
}
8129+
8130+
.starwarsffg .skillsGrid .skillTable .skillsHeader div {
8131+
font-size: var(--major-button-font-size) !important;
8132+
}
8133+
81048134
.starwarsffg.sheet .sheet-body {
81058135
margin: 0px 9px 9px 7px !important;
81068136
background: rgb(172 165 154 / 50%) !important;
@@ -8145,6 +8175,10 @@ img {
81458175
background-color: #ffffff00;
81468176
}
81478177

8178+
.starwarsffg .item-sheet-species .characteristic {
8179+
background: #eee8d9;
8180+
}
8181+
81488182
.starwarsffg.sheet.actor .characteristic-item .characteristic {
81498183
background: #eee8d9;
81508184
}
@@ -8175,6 +8209,11 @@ img {
81758209
margin: 0 0 10px 20px;
81768210
}
81778211

8212+
.starwarsffg .header-fields .row div {
8213+
font-size: inherit !important;
8214+
color: #512326 !important;
8215+
}
8216+
81788217
/*--character-sheet-name-auberesh*/
81798218
.starwarsffg.sheet.actor .minion .header-fields .profile-block .auberesh-name {
81808219
font-family: var(--character-sheet-name-auberesh);
@@ -8261,7 +8300,9 @@ img {
82618300
.starwarsffg .item-sheet-species .characteristics .characteristic-item .characteristic-label {
82628301
position: relative;
82638302
background-color: #ffffff00 !important;
8264-
top: 15px;
8303+
/* top: 15px; */
8304+
/* bottom:2px; */
8305+
padding: 12px 0px 0px 0px;
82658306
}
82668307

82678308
.starwarsffg .characteristics .characteristic-item {
@@ -8312,6 +8353,7 @@ img {
83128353
.starwarsffg.sheet.actor.v2 .tabs .item,
83138354
.starwarsffg.v2 .tabs .item {
83148355
background: url(../ui/controls-background36x36.png) no-repeat !important;
8356+
background-size: contain !important;
83158357
}
83168358

83178359
.starwarsffg.sheet.item.v2 .tabs .item.active,
@@ -8322,12 +8364,13 @@ img {
83228364
background: url(../ui/controls-active-background36x36.png) no-repeat !important;
83238365
margin-right: 0px;
83248366
flex:0 0 2.5rem;
8367+
background-size: contain !important;
83258368
}
83268369

83278370
.starwarsffg.sheet.actor.v2 .tabs .item {
83288371
line-height: normal;
83298372
color:#66141a;
8330-
margin: 2px;
8373+
margin: 0px;
83318374
text-shadow: 0 0 black;
83328375
height: 35px;
83338376
}
@@ -8547,7 +8590,7 @@ img {
85478590

85488591
.pure-g [class*=pure-u] {
85498592
font-family: var(--major-button-font-family), sans-serif !important;
8550-
font-size : var(--actor-competence-font-size);
8593+
font-size : var(--actor-competence-font-size) !important;
85518594
}
85528595

85538596
#calendar-time-container {

EoE/fonts/ERASBD.TTF

56.2 KB
Binary file not shown.

EoE/fonts/ERASMD.TTF

59.3 KB
Binary file not shown.

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![](https://github.com/prolice/swffgUI-cc/blob/swffgUI-cc/cc-by.svg)
66

77
* **Author**: Prolice#9101
8-
* **Version**: ![](https://img.shields.io/badge/swffgUI--cc-v0.3.3-green)
8+
* **Version**: ![](https://img.shields.io/badge/swffgUI--cc-v0.3.3.1-green)
99
* **Foundry VTT Compatibility**: ![](https://img.shields.io/badge/Foundry-v0.7.6-informational) to ![](https://img.shields.io/badge/Foundry-v0.8.0-informational) the only version I ve tested !
1010
* **System Compatibility**: Starwarsffg 1.3 / starwarsffg system branche made by Mandar (1.3) & SWADE system
1111
* **Download**: ![Forge installs](https://img.shields.io/badge/dynamic/json?label=Forge%20Installs&query=package.installs&suffix=%25&url=https%3A%2F%2Fforge-vtt.com%2Fapi%2Fbazaar%2Fpackage%2FswffgUI-cc)![the latest version](https://img.shields.io/github/downloads/prolice/swffgUI-cc/latest/total)
@@ -49,6 +49,15 @@ May the the Interface be with you !
4949
* Do not overrule another UI, there is potential issues of compatibility.
5050

5151
## Release Notes:
52+
**Version [0.3.3.1]**
53+
* font-family & font-size settings bug fix.
54+
* characteristics color modification.
55+
* display species characteristics item bug fix.
56+
* new pause image on default ui.
57+
* new sidebar image on default ui.
58+
* add "Eras" font as default font to avoid blur effect.
59+
* decrease minimum settings font size to 10 instead of 12.
60+
5261
**Version [0.3.3]**
5362
* Add settings option to activate or deactivate the custom cursor in a theme.
5463

css/swffg.css

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7858,6 +7858,15 @@ img {
78587858
margin-right: 50px;
78597859
margin-left: 50px;
78607860
}
7861+
7862+
.starwarsffg .skill-name {
7863+
font-size: var(--major-button-font-size) !important;
7864+
}
7865+
7866+
.starwarsffg .skillsGrid .skillTable .skillsHeader div {
7867+
font-size: var(--major-button-font-size) !important;
7868+
}
7869+
78617870
.starwarsffg .character .characteristics .characteristic-item {
78627871
background: url(../ui/frames/caracteristics-background.png) no-repeat;
78637872
background-size:100% 100%;
@@ -7883,6 +7892,11 @@ img {
78837892
display: block;
78847893
min-width: 120px;
78857894
}
7895+
7896+
.starwarsffg .item-sheet-species .characteristic {
7897+
background: #eee8d9;
7898+
}
7899+
78867900
/*--character-sheet-name-auberesh*/
78877901
.starwarsffg.sheet.actor .character .header-fields .profile-block .auberesh-name {
78887902
font-family: var(--character-sheet-name-auberesh);
@@ -7957,7 +7971,7 @@ img {
79577971
.starwarsffg .item-sheet-species .characteristics .characteristic-item .characteristic-label {
79587972
position: relative;
79597973
background-color: #ffffff00 !important;
7960-
top: 15px;
7974+
padding: 12px 0px 0px 0px;
79617975
}
79627976

79637977
.starwarsffg .characteristics .characteristic-item {

darkside/css/swffg.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7841,6 +7841,14 @@ img {
78417841
margin-left: 50px;
78427842
}
78437843

7844+
.starwarsffg .skill-name {
7845+
font-size: var(--major-button-font-size) !important;
7846+
}
7847+
7848+
.starwarsffg .skillsGrid .skillTable .skillsHeader div {
7849+
font-size: var(--major-button-font-size) !important;
7850+
}
7851+
78447852
.starwarsffg .character .characteristics .characteristic-item {
78457853
background: url(../ui/frames/caracteristics-background.png) no-repeat;
78467854
background-size:100% 100%;
@@ -7853,6 +7861,10 @@ img {
78537861
background-color: #ffffff00;
78547862
}
78557863

7864+
.starwarsffg .item-sheet-species .characteristic {
7865+
background: #eee8d9;
7866+
}
7867+
78567868
.starwarsffg.sheet.actor .character .characteristic-item .characteristic-label {
78577869
background-color: #ffffff00;
78587870
}
@@ -7936,7 +7948,7 @@ img {
79367948
.starwarsffg .item-sheet-species .characteristics .characteristic-item .characteristic-label {
79377949
position: relative;
79387950
background-color: #ffffff00 !important;
7939-
top: 15px;
7951+
padding: 12px 0px 0px 0px;
79407952
}
79417953

79427954
.starwarsffg .characteristics .characteristic-item {

default-ui/pause-icon.png

30.9 KB
Loading

default-ui/sidebar.png

81.3 KB
Loading

lang/en.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313
"SWFFG.options.indicator.fonts.3": "Distant Galaxy (truetype)",
1414
"SWFFG.options.indicator.fonts.4": "Signika (foundry default)",
1515
"SWFFG.options.indicator.fonts.5": "Roboto (foundry default)",
16+
"SWFFG.options.indicator.fonts.6": "Eras (truetype)",
1617
"SWFFG.windowBorderSize": "Border size:",
1718
"SWFFG.windowBorderSizeHint": "Adapt the windows border for a better experience on the interface",
1819
"SWFFG.fontSize" : "Font size:",
1920
"SWFFG.fontSizeHint": "Adapt the font size for a better lisibility on the interface",
2021
"SWFFG.CursorSettings": "Activate/Deactivate the custom cursor:",
21-
"SWFFG.CursorSettingsHint": "If you only knew the power of the cursor."
22+
"SWFFG.CursorSettingsHint": "If you only knew the power of the cursor.",
23+
24+
"GAME.Paused": "Pause"
2225
}

lang/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"SWFFG.options.indicator.fonts.3": "Distant Galaxy (truetype)",
1414
"SWFFG.options.indicator.fonts.4": "Signika (foundry default)",
1515
"SWFFG.options.indicator.fonts.5": "Roboto (foundry default)",
16+
"SWFFG.options.indicator.fonts.6": "Eras (truetype)",
1617
"SWFFG.windowBorderSize": "Taille des contours fenêtres:",
1718
"SWFFG.windowBorderSizeHint": "Adapter la taille des contours des fenêtres pour une meilleurs expérience avec l'interface",
1819
"SWFFG.fontSize" : "Taille de la police de caractère:",

module.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "swffgUI-cc",
33
"title": "Star Wars - User Interface Creative Common",
4-
"description": "Starwars unofficial design - 0.3.3",
5-
"version": "0.3.3",
4+
"description": "Starwars unofficial design - 0.3.3.1",
5+
"version": "0.3.3.1",
66
"author": "Prolice",
77
"systems": [
88
"starwarsffg",
@@ -28,5 +28,5 @@
2828
"bugs": "https://github.com/prolice/swffgUI-cc/issues",
2929
"url": "https://github.com/prolice/swffgUI-cc",
3030
"manifest": "https://raw.githubusercontent.com/prolice/swffgUI-cc/swffgUI-cc/module.json",
31-
"download": "https://github.com/prolice/swffgUI-cc/archive/v0.3.3.zip"
31+
"download": "https://github.com/prolice/swffgUI-cc/archive/v0.3.3.1.zip"
3232
}

0 commit comments

Comments
 (0)