Release v0.9.6

This commit is contained in:
nimblefox-ci
2026-07-31 19:29:07 +03:00
parent 3602e87e0c
commit 8e6b90a10e
264 changed files with 12411 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
.link {
color: rgb(255, 255, 255);
}
.link:enabled {
cursor: link;
}
.link:disabled {
cursor: arrow;
}
.link:hover {
color: rgb(139, 223, 247);
}
.link:active {
color: rgb(30, 144, 255);
}
+11
View File
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 17bf6ba4838aa4546a88e3eaace2d153
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
+65
View File
@@ -0,0 +1,65 @@
.asset-button {
background-color: rgb(60, 60, 60);
}
.asset-button:focus {
}
.selected-asset {
border-left-color: rgb(255, 160, 40);
border-right-color: rgb(255, 160, 40);
border-top-color: rgb(255, 160, 40);
border-bottom-color: rgb(255, 160, 40);
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
}
.asset-placer-preview {
border-left-color: rgb(132, 132, 132);
border-right-color: rgb(132, 132, 132);
border-top-color: rgb(132, 132, 132);
border-bottom-color: rgb(132, 132, 132);
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}
.asset-placer-container {
border-top-width: 2px;
border-left-color: rgb(132, 132, 132);
border-right-color: rgb(132, 132, 132);
border-top-color: rgb(132, 132, 132);
border-bottom-color: rgb(132, 132, 132);
}
.collapsed-asset-button {
}
.collapsed-asset-button:hover Label {
color: rgb(255, 160, 40);
}
.collapsed-asset-button-selected {
background-color: rgb(255, 160, 40);
}
.collapsed-asset-button-selected Label {
background-color: rgb(255, 160, 40);
color: rgb(255, 255, 255);
}
.collapsed-asset-button-selected:hover Label {
color: rgb(255, 255, 255);
}
.settings-button {
background-color: rgba(0,0,0,0);
border-color: rgba(0,0,0,0);
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 6e8ce2452b6466f47816797348462309
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
+113
View File
@@ -0,0 +1,113 @@
.nf-container-1 {
background-color: rgb(170, 95, 45);
border-color: rgb(255, 160, 40);
border-width: 2px;
border-radius: 20px;
}
.nf-container-1:hover {
border-color: rgb(255, 190, 61);
}
.nf-error-container-1 {
background-color: rgb(170, 45, 46);
border-color: rgb(255, 160, 40);
border-width: 2px;
border-radius: 20px;
border-left-color: rgb(255, 44, 40);
border-right-color: rgb(255, 44, 40);
border-top-color: rgb(255, 44, 40);
border-bottom-color: rgb(255, 44, 40);
}
.nf-error-container-1:hover {
border-color: rgb(255, 190, 61);
border-left-color: rgb(255, 160, 40);
border-right-color: rgb(255, 160, 40);
border-top-color: rgb(255, 160, 40);
border-bottom-color: rgb(255, 160, 40);
}
.nf-container-2 {
background-color: rgb(60, 60, 60);
border-color: rgb(87, 87, 87);
border-width: 2px;
border-radius: 20px;
}
.nf-container-3 {
background-color: rgb(30, 30, 30);
border-color: rgb(87, 87, 87);
border-width: 2px;
border-radius: 20px;
}
.nf-container-2-interactable {
background-color: rgb(60, 60, 60);
border-color: rgb(87, 87, 87);
border-width: 2px;
border-radius: 20px;
}
.nf-container-2-interactable:hover {
border-color: rgb(132, 132, 132);
}
.nf-container-2-interactable:disabled {
border-color: rgb(87, 87, 87);
}
.nf-container-2-entitlement-locked {
background-color: rgb(45, 45, 45);
border-color: rgb(70, 70, 70);
opacity: 0.55;
}
.nf-container-2-entitlement-locked:hover {
border-color: rgb(70, 70, 70);
}
.nf-container-2-generation-failed {
background-color: rgb(45, 45, 45);
border-color: rgb(70, 70, 70);
opacity: 0.55;
}
.nf-container-2-generation-failed:hover {
border-color: rgb(70, 70, 70);
}
.nf-container-2-interactable-selected {
background-color: rgb(60, 60, 60);
border-color: rgb(255, 160, 40);
border-width: 2px;
border-radius: 20px;
}
.nf-container-2-interactable-selected:hover {
border-color: rgb(255, 190, 61);
}
.nf-button-style-1:hover {
-unity-background-image-tint-color: rgb(132, 132, 132);
border-color: rgb(132, 132, 132);
color: rgb(132, 132, 132);
}
.nf-button-style-1:active {
-unity-background-image-tint-color: rgb(196, 196, 196);
border-color: rgb(196, 196, 196);
color: rgb(196, 196, 196);
}
.nf-button-style-1:disabled #icon {
-unity-background-image-tint-color: rgb(60, 60, 60);
border-color: rgb(60, 60, 60);
color: rgb(60, 60, 60);
}
.nf-button-style-1:disabled {
-unity-background-image-tint-color: rgb(60, 60, 60);
border-color: rgb(60, 60, 60);
color: rgb(60, 60, 60);
}
+11
View File
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: ba288676d0df1fa40b711dddf331466c
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
+128
View File
@@ -0,0 +1,128 @@
Label {
color: #DCDCDC;
}
TextField {
color: #DCDCDC;
border-top-color: #3C3C3C;
border-right-color: #3C3C3C;
border-bottom-color: #3C3C3C;
border-left-color: #3C3C3C;
}
TextInput {
color: #DCDCDC;
background-color: #2A2A2A;
border-top-color: #3C3C3C;
border-right-color: #3C3C3C;
border-bottom-color: #3C3C3C;
border-left-color: #3C3C3C;
}
Button {
color: #DCDCDC; /* Button text */
background-color: #3A3A3A; /* Default dark button */
border-top-color: #4A4A4A;
border-right-color: #4A4A4A;
border-bottom-color: #2A2A2A;
border-left-color: #2A2A2A;
}
/* Hover */
Button:hover {
background-color: #454545;
}
/* Pressed */
Button:active {
background-color: #2F2F2F;
}
Toolbar {
background-color: #2B2B2B; /* Dark theme toolbar background */
border-bottom-color: #1E1E1E;
border-top-color: #3A3A3A;
border-left-color: #2B2B2B;
border-right-color: #2B2B2B;
}
ToolbarButton {
color: #DCDCDC; /* Dark theme text */
background-color: #2E2E2E; /* Dark toolbar background */
border-left-color: #3A3A3A;
border-right-color: #1F1F1F;
border-top-color: #3A3A3A;
border-bottom-color: #1F1F1F;
}
ToolbarButton:hover {
background-color: #3A3A3A;
}
ToolbarButton:active {
background-color: #242424;
}
ToolbarMenu {
color: #DCDCDC;
background-color: #2E2E2E;
border-left-color: #3A3A3A;
border-right-color: #1F1F1F;
border-top-color: #3A3A3A;
border-bottom-color: #1F1F1F;
}
ToolbarMenu .unity-text-element {
color: #DCDCDC;
}
ToolbarMenu:hover {
background-color: #3A3A3A;
}
ToolbarMenu:active {
background-color: #242424;
}
ToolbarSearchField {
background-color: #2E2E2E;
border-top-color: #3A3A3A;
border-right-color: #1F1F1F;
border-bottom-color: #1F1F1F;
border-left-color: #3A3A3A;
}
ToolbarSearchField .unity-text-input {
color: #DCDCDC; /* Text color */
background-color: #2E2E2E; /* Input background */
}
ToolbarSearchField:hover {
background-color: #3A3A3A;
}
/* FloatField */
.unity-floating-point-field {
background-color: #1e1e1e;
border-color: #3c3c3c;
border-width: 1px;
border-radius: 3px;
color: #ffffff;
}
/* Text element inside FloatField */
.unity-floating-point-field > .unity-text-input {
color: #ffffff;
}
/* Text inside nested float fields */
.unity-vector3-field .unity-floating-point-field > .unity-text-input {
color: #ffffff;
}
/* Vector3 label */
.unity-vector3-field > .unity-label {
color: #ffffff;
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 3d9b90f07ac76fe40862412937763455
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
+90
View File
@@ -0,0 +1,90 @@
.nf-error-link-button {
padding-top: 8px;
padding-bottom: 8px;
padding-left: 16px;
padding-right: 16px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
background-color: rgb(60, 60, 60);
border-left-color: rgb(87, 87, 87);
border-right-color: rgb(87, 87, 87);
border-top-color: rgb(87, 87, 87);
border-bottom-color: rgb(87, 87, 87);
}
.nf-error-link-button:hover {
background-color: rgb(87, 87, 87);
border-left-color: rgb(87, 87, 87);
border-right-color: rgb(87, 87, 87);
border-top-color: rgb(87, 87, 87);
border-bottom-color: rgb(87, 87, 87);
}
.nf-error-link-button:active {
background-color: rgb(87, 87, 87);
border-left-color: rgb(87, 87, 87);
border-right-color: rgb(87, 87, 87);
border-top-color: rgb(87, 87, 87);
border-bottom-color: rgb(87, 87, 87);
}
.nf-error-link-button-2 {
padding-top: 8px;
padding-bottom: 8px;
padding-left: 16px;
padding-right: 16px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
background-color: rgb(170, 95, 45);
border-left-color: rgb(255, 109, 0);
border-right-color: rgb(170, 95, 45);
border-top-color: rgb(255, 179, 61);
border-bottom-color: rgb(170, 95, 45);
}
.nf-error-link-button-2:hover {
background-color: rgb(255, 109, 0);
border-left-color: rgb(255, 109, 0);
border-right-color: rgb(170, 95, 45);
border-top-color: rgb(255, 179, 61);
border-bottom-color: rgb(170, 95, 45);
}
.nf-error-link-button-2:active {
background-color: rgb(255, 179, 61);
border-left-color: rgb(255, 109, 0);
border-right-color: rgb(170, 95, 45);
border-top-color: rgb(255, 179, 61);
border-bottom-color: rgb(170, 95, 45);
}
.response-error-style-bar {
border-left-color: #C5211B;
border-right-color: #C5211B;
border-top-color: #C5211B;
border-bottom-color: #C5211B;
}
.response-notice-style-bar {
border-left-color: #EAAB2F;
border-right-color: #EAAB2F;
border-top-color: #EAAB2F;
border-bottom-color: #EAAB2F;
}
.response-tokens-style-bar {
border-left-color: rgb(255, 109, 0);
border-right-color: rgb(255, 109, 0);
border-top-color: rgb(255, 109, 0);
border-bottom-color: rgb(255, 109, 0);
}
.response-update-style-bar {
border-left-color: #53B0F1;
border-right-color: #53B0F1;
border-top-color: #53B0F1;
border-bottom-color: #53B0F1;
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: cd63a1a2b5aaa8e4d8dfa3bc8f15bc42
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
+3
View File
@@ -0,0 +1,3 @@
NodeGrid {
background-color: #2B2B2B;
}
+11
View File
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 3174310edc3b596469c87f082dc45389
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
+70
View File
@@ -0,0 +1,70 @@
.nf-loading-overlay {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.55);
align-items: center;
justify-content: center;
flex-direction: column;
display: none;
}
.nf-loading-panel {
background-color: rgb(38, 38, 38);
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-color: rgba(92, 92, 92, 0.9);
border-right-color: rgba(92, 92, 92, 0.9);
border-top-color: rgba(92, 92, 92, 0.9);
border-bottom-color: rgba(92, 92, 92, 0.9);
padding-left: 14px;
padding-right: 14px;
padding-top: 12px;
padding-bottom: 12px;
align-items: center;
justify-content: center;
flex-direction: column;
min-width: 180px;
}
.nf-loading-spinner {
width: 24px;
height: 24px;
-unity-background-scale-mode: scale-to-fit;
margin-bottom: 8px;
}
.nf-loading-label {
color: rgb(200, 200, 200);
-unity-text-align: middle-center;
font-size: 12px;
}
.logout-button {
border-left-color: rgba(247, 35, 35, 0);
border-right-color: rgba(247, 35, 35, 0);
border-top-color: rgba(247, 35, 35, 0);
border-bottom-color: rgba(247, 35, 35, 0);
}
.logout-button:hover {
border-left-color: rgba(245, 49, 49, 1);
border-right-color: rgba(245, 49, 49, 1);
border-top-color: rgba(245, 49, 49, 1);
border-bottom-color: rgba(245, 49, 49, 1);
}
.logout-button:active {
border-left-color: rgba(245, 49, 49, 1);
border-right-color: rgba(245, 49, 49, 1);
border-top-color: rgba(245, 49, 49, 1);
border-bottom-color: rgba(245, 49, 49, 1);
}
+12
View File
@@ -0,0 +1,12 @@
fileFormatVersion: 2
guid: c1d2e3f4a5b6c7d8e9f0a1b2c3d4e5f6
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
unsupportedSelectorAction: 0
+62
View File
@@ -0,0 +1,62 @@
VisualElement {
}
.body {
background-color: rgb(60, 60, 60);
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-left-color: rgb(87, 87, 87);
border-right-color: rgb(87, 87, 87);
border-top-color: rgb(87, 87, 87);
border-bottom-color: rgb(87, 87, 87);
margin-left: 8px;
margin-bottom: 8px;
margin-top: 8px;
margin-right: 8px;
}
.node-name {
-unity-font-style: bold;
color: rgb(255, 255, 255);
font-size: 28px;
-unity-text-align: upper-center;
margin-bottom: 6px;
margin-top: 6px;
margin-left: 4px;
margin-right: 4px;
}
.node-description {
color: rgb(255, 255, 255);
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-left-color: rgb(87, 87, 87);
border-right-color: rgb(87, 87, 87);
border-top-color: rgb(87, 87, 87);
border-bottom-color: rgb(87, 87, 87);
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
padding-left: 6px;
padding-right: 6px;
padding-bottom: 4px;
padding-top: 4px;
background-color: rgb(43, 43, 43);
}
.node_inspector_button {
background-color: rgb(170, 95, 45);
}
.node_inspector_button:hover {
background-color: rgb(255, 160, 40);
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: f00cbcc3fbe360c46bed648edbe119a4
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
+185
View File
@@ -0,0 +1,185 @@
.darkened Label {
color: rgb(255, 255, 255);
}
.selected {
background-color: rgb(170, 95, 45);
border-top-width: 6px;
border-right-width: 6px;
border-bottom-width: 6px;
border-left-width: 6px;
border-left-color: rgb(255, 160, 40);
border-right-color: rgb(255, 160, 40);
border-top-color: rgb(255, 160, 40);
border-bottom-color: rgb(255, 160, 40);
-unity-background-image-tint-color: rgba(255, 255, 255, 0);
}
.highlight {
border-left-color: rgb(170, 95, 45);
border-right-color: rgb(170, 95, 45);
border-top-color: rgb(170, 95, 45);
border-bottom-color: rgb(170, 95, 45);
border-top-width: 4px;
border-right-width: 4px;
border-bottom-width: 4px;
border-left-width: 4px;
transition-property: border-left-color, border-top-color, border-right-color, border-bottom-color;
transition-duration: 0.1s, 0.1s, 0.1s, 0.1s;
transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
background-color: rgb(108, 55, 31);
-unity-background-image-tint-color: rgba(255, 255, 255, 0);
}
.darkened {
border-top-width: 6px;
border-right-width: 6px;
border-bottom-width: 6px;
border-left-width: 6px;
border-left-color: rgb(60, 60, 60);
border-right-color: rgb(60, 60, 60);
border-top-color: rgb(60, 60, 60);
border-bottom-color: rgb(60, 60, 60);
background-color: rgb(43, 43, 43);
-unity-background-image-tint-color: rgba(106, 106, 106, 0);
}
.locked_unimplemented Label {
color: rgb(87, 87, 87);
}
.locked_unimplemented_selected Label {
color: rgb(87, 87, 87);
}
.locked_unimplemented_highlighted Label {
color: rgb(87, 87, 87);
}
.unlocked_unimplemented Label {
color: rgb(87, 87, 87);
}
.unlocked_unimplemented_highlighted Label {
color: rgb(87, 87, 87);
}
.unlocked_unimplemented_selected Label {
color: rgb(87, 87, 87);
}
.darkened {
border-top-width: 6px;
border-right-width: 6px;
border-bottom-width: 6px;
border-left-width: 6px;
border-left-color: rgb(60, 60, 60);
border-right-color: rgb(60, 60, 60);
border-top-color: rgb(60, 60, 60);
border-bottom-color: rgb(60, 60, 60);
background-color: rgb(43, 43, 43);
-unity-background-image-tint-color: rgba(106, 106, 106, 0);
}
.locked_unimplemented {
border-top-width: 4px;
border-right-width: 4px;
border-bottom-width: 4px;
border-left-width: 4px;
border-left-color: rgb(60, 60, 60);
border-right-color: rgb(60, 60, 60);
border-top-color: rgb(60, 60, 60);
border-bottom-color: rgb(60, 60, 60);
background-color: rgb(43, 43, 43);
-unity-background-image-tint-color: rgba(255, 255, 255, 0.04);
}
.locked_unimplemented_selected {
border-top-width: 4px;
border-right-width: 4px;
border-bottom-width: 4px;
border-left-width: 4px;
border-left-color: rgb(255, 160, 40);
border-right-color: rgb(255, 160, 40);
border-top-color: rgb(255, 160, 40);
border-bottom-color: rgb(255, 160, 40);
background-color: rgb(43, 43, 43);
-unity-background-image-tint-color: rgba(255, 255, 255, 0.04);
}
.locked_unimplemented_highlighted {
border-top-width: 4px;
border-right-width: 4px;
border-bottom-width: 4px;
border-left-width: 4px;
border-left-color: rgb(196, 196, 196);
border-right-color: rgb(196, 196, 196);
border-top-color: rgb(196, 196, 196);
border-bottom-color: rgb(196, 196, 196);
background-color: rgb(43, 43, 43);
-unity-background-image-tint-color: rgba(255, 255, 255, 0.04);
}
.unlocked_unimplemented {
border-top-width: 4px;
border-right-width: 4px;
border-bottom-width: 4px;
border-left-width: 4px;
border-left-color: rgb(60, 60, 60);
border-right-color: rgb(60, 60, 60);
border-top-color: rgb(60, 60, 60);
border-bottom-color: rgb(60, 60, 60);
background-color: rgb(43, 43, 43);
-unity-background-image-tint-color: rgba(255, 255, 255, 0);
}
.unlocked_unimplemented_highlighted {
border-top-width: 4px;
border-right-width: 4px;
border-bottom-width: 4px;
border-left-width: 4px;
border-left-color: rgb(196, 196, 196);
border-right-color: rgb(196, 196, 196);
border-top-color: rgb(196, 196, 196);
border-bottom-color: rgb(196, 196, 196);
background-color: rgb(60, 60, 60);
-unity-background-image-tint-color: rgba(255, 255, 255, 0);
}
.unlocked_unimplemented_selected {
border-top-width: 4px;
border-right-width: 4px;
border-bottom-width: 4px;
border-left-width: 4px;
border-left-color: rgb(255, 160, 40);
border-right-color: rgb(255, 160, 40);
border-top-color: rgb(255, 160, 40);
border-bottom-color: rgb(255, 160, 40);
background-color: rgb(60, 60, 60);
-unity-background-image-tint-color: rgba(255, 255, 255, 0);
}
.project_node Label {
color: rgb(255, 255, 255);
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.project_node {
-unity-background-image-tint-color: rgba(255, 255, 255, 0);
background-color: rgba(87, 87, 87, 0);
border-top-width: 4px;
border-right-width: 4px;
border-bottom-width: 4px;
border-left-width: 4px;
border-left-color: rgb(196, 196, 196);
border-right-color: rgb(196, 196, 196);
border-top-color: rgb(196, 196, 196);
border-bottom-color: rgb(196, 196, 196);
border-top-left-radius: 56px;
border-top-right-radius: 56px;
border-bottom-right-radius: 56px;
border-bottom-left-radius: 56px;
}
+11
View File
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 0c63cfc753337c1488f06d67aa27ebc2
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
+32
View File
@@ -0,0 +1,32 @@
#ActionProgress {
width: 100%; /* or fixed width */
height: 6px;
border-radius: 0px;
background-color: transparent; /* track color */
overflow: hidden; /* clip the fill */
}
/* The fill element */
#ActionProgress #Fill {
height: 100%;
border-radius: 3px;
background-image: resource("gradient_100x100"); /* your image in Resources */
background-size: cover;
background-position: center;
/* Smooth fill animation */
transition-property: width;
}
.bar-empty {
width: 0%; /* start empty */
transition-duration: 10s;
transition-timing-function: ease-out;
}
.bar-filled {
width: 100%; /* start empty */
transition-duration: 10s;
transition-timing-function: ease-out;
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 6b1c475b9a6460e49b3c8544291dba99
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
+21
View File
@@ -0,0 +1,21 @@
.nf-mask-bar__progress {
background-color: rgb(40,40,40);
}
.nf-progress-bar__image {
background-image: resource("nf-progress-bar");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: Absolute;
width: 100%;
height: 100%;
border-radius: 2px;
opacity: 1;
transition: opacity 0.6s ease-in;
}
.nf-progress-bar__pulse {
opacity: 0.6;
transition: opacity 1.2s ease-in;
}
+11
View File
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 90c86802be535f94bb88847763946760
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
@@ -0,0 +1,48 @@
#ProjectDescriptionInput #unity-text-input {
border-radius: 8px;
border-color: #3C3C3C;
background-color: #3C3C3C;
padding-top: 16px;
padding-bottom: 32px;
}
#ProjectDescriptionInput:focus #unity-text-input {
border-color: #ff7300;
}
#ProjectDescriptionInput #unity-text-input .unity-text-element {
margin-left: 10px;
margin-right: 10px;
}
#ProjectDescriptionInput #unity-text-input .unity-scroller {
background-color: #1E1E1E;
border-width: 0px;
width: 0px;
}
#ProjectDescriptionInput #unity-text-input #unity-slider {
margin-top: 0px;
margin-bottom: 0px;
padding-left: 16px;
padding-right: 128px;
}
#ProjectDescriptionInput #unity-text-input #unity-high-button,
#ProjectDescriptionInput #unity-text-inpu #unity-low-button {
visibility: hidden;
height: 0px;
}
#ProjectDescriptionInput #unity-text-input .unity-scroll-view {
border-width: 4px;
padding-right: 12px;
}
#ProjectDescriptionInput #unity-text-input #unity-drag-container {
flex-direction: row-reverse;
}
#ProjectDescriptionInput #unity-text-input #unity-dragger {
width: 5px;
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: bec1ef8e1cb0dbd4ca0626f55e8708c7
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
+46
View File
@@ -0,0 +1,46 @@
#PromptInput #unity-text-input {
border-radius: 20px;
border-width: 2px;
border-color: #3C3C3C;
padding-top: 16px;
padding-bottom: 32px;
}
#PromptInput:focus #unity-text-input {
border-color: #ff7300;
}
#PromptInput #unity-text-input .unity-text-element {
margin-left: 10px;
margin-right: 10px;
}
#PromptInput #unity-text-input .unity-scroller {
background-color: transparent;
border-width: 0px;
width: 0px;
}
#PromptInput #unity-text-input #unity-slider {
margin-top: 0px;
margin-bottom: 0px;
}
#PromptInput #unity-text-input #unity-high-button,
#PromptInput #unity-text-inpu #unity-low-button {
visibility: hidden;
height: 0px;
}
#PromptInput #unity-text-input .unity-scroll-view {
border-width: 4px;
padding-right: 12px;
}
#PromptInput #unity-text-input #unity-drag-container {
flex-direction: row-reverse;
}
#PromptInput #unity-text-input #unity-dragger {
width: 5px;
}
+11
View File
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 97e3f698fb567fa4e97ce8400af5dc82
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
+290
View File
@@ -0,0 +1,290 @@
.nf-scaling-button {
scale: 1 1;
transition: transform 150ms ease-in-out;
}
.nf-scaling-button:hover {
scale: 1.1 1.1;
}
.nf-scaling-button:active {
scale: 1.2 1.2;
}
.nf-scaling-button:disabled {
scale: 1 1;
}
.nf-scaling-button:disabled:hover {
scale: 1 1;
}
.nf-scaling-button:disabled:active {
scale: 1 1;
}
.nf-scaling-button-small {
scale: 1 1;
transition: transform 150ms ease-in-out;
}
.nf-scaling-button-small:hover {
scale: 1.03 1.03;
}
.nf-scaling-button-small:active {
scale: 1.1 1.1;
}
.nf-scaling-button-small:disabled {
scale: 1 1;
}
.nf-scaling-button-small:disabled:hover {
scale: 1 1;
}
.nf-scaling-button-small:disabled:active {
scale: 1 1;
}
.nf-button-style-1 #icon {
-unity-background-image-tint-color: rgb(87, 87, 87);
border-color: rgb(87, 87, 87);
color: rgb(87, 87, 87);
}
.nf-button-style-1 {
-unity-background-image-tint-color: rgb(87, 87, 87);
border-color: rgb(87, 87, 87);
color: rgb(87, 87, 87);
}
.nf-button-style-1:hover #icon {
-unity-background-image-tint-color: rgb(132, 132, 132);
border-color: rgb(132, 132, 132);
color: rgb(132, 132, 132);
}
.nf-button-style-1:hover {
-unity-background-image-tint-color: rgb(132, 132, 132);
border-color: rgb(132, 132, 132);
color: rgb(132, 132, 132);
}
.nf-button-style-1:active #icon {
-unity-background-image-tint-color: rgb(196, 196, 196);
border-color: rgb(196, 196, 196);
color: rgb(196, 196, 196);
}
.nf-button-style-1:active {
-unity-background-image-tint-color: rgb(196, 196, 196);
border-color: rgb(196, 196, 196);
color: rgb(196, 196, 196);
}
.nf-button-style-1:disabled #icon {
-unity-background-image-tint-color: rgb(60, 60, 60);
border-color: rgb(60, 60, 60);
color: rgb(60, 60, 60);
}
.nf-button-style-1:disabled {
-unity-background-image-tint-color: rgb(60, 60, 60);
border-color: rgb(60, 60, 60);
color: rgb(60, 60, 60);
}
.nf-button-style-1-active {
-unity-background-image-tint-color: rgb(196, 196, 196);
border-color: rgb(196, 196, 196);
color: rgb(196, 196, 196);
}
.nf-button-style-2 #icon {
-unity-background-image-tint-color: rgb(255, 255, 255);
border-color: rgb(255, 255, 255);
color: rgb(255, 255, 255);
}
.nf-button-style-2 {
-unity-background-image-tint-color: rgb(255, 255, 255);
border-color: rgb(255, 255, 255);
color: rgb(255, 255, 255);
}
.nf-button-style-2:hover #icon {
-unity-background-image-tint-color: rgb(255, 255, 255);
border-color: rgb(255, 255, 255);
color: rgb(255, 255, 255);
}
.nf-button-style-2:hover {
-unity-background-image-tint-color: rgb(255, 255, 255);
border-color: rgb(255, 255, 255);
color: rgb(255, 255, 255);
}
.nf-button-style-2:active #icon {
-unity-background-image-tint-color: rgb(255, 255, 255);
border-color: rgb(255, 255, 255);
color: rgb(255, 255, 255);
}
.nf-button-style-2:active {
-unity-background-image-tint-color: rgb(255, 255, 255);
border-color: rgb(255, 255, 255);
color: rgb(255, 255, 255);
}
.nf-button-style-2:disabled #icon {
-unity-background-image-tint-color: rgb(132, 132, 132);
border-color: rgb(132, 132, 132);
color: rgb(132, 132, 132);
}
.nf-button-style-2:disabled {
-unity-background-image-tint-color: rgb(132, 132, 132);
border-color: rgb(132, 132, 132);
color: rgb(132, 132, 132);
}
.nf-button-style-3 #icon {
-unity-background-image-tint-color: rgb(255, 160, 40);
border-color: rgb(255, 160, 40);
color: rgb(255, 160, 40);
}
.nf-button-style-3 {
-unity-background-image-tint-color: rgb(255, 160, 40);
border-color: rgb(255, 160, 40);
color: rgb(255, 160, 40);
}
.nf-button-style-3:hover #icon {
-unity-background-image-tint-color: rgb(255, 190, 61);
border-color: rgb(255, 190, 61);
color: rgb(255, 190, 61);
}
.nf-button-style-3:hover {
-unity-background-image-tint-color: rgb(255, 190, 61);
border-color: rgb(255, 190, 61);
color: rgb(255, 190, 61);
}
.nf-button-style-3:active #icon {
-unity-background-image-tint-color: rgb(255, 255, 255);
border-color: rgb(255, 255, 255);
color: rgb(255, 255, 255);
}
.nf-button-style-3:active {
-unity-background-image-tint-color: rgb(255, 255, 255);
border-color: rgb(255, 255, 255);
color: rgb(255, 255, 255);
}
.nf-button-style-3:disabled #icon {
-unity-background-image-tint-color: rgb(170, 95, 45);
border-color: rgb(170, 95, 45);
color: rgb(170, 95, 45);
}
.nf-button-style-3:disabled {
-unity-background-image-tint-color: rgb(170, 95, 45);
border-color: rgb(170, 95, 45);
color: rgb(170, 95, 45);
}
.nf-confirm-button {
border-top-width: 4px;
border-right-width: 3px;
border-bottom-width: 4px;
border-left-width: 3px;
padding-top: 4px;
padding-right: 6px;
padding-bottom: 4px;
padding-left: 6px;
background-color: rgb(170, 95, 45);
border-color: rgb(255, 160, 40);
color: rgb(255, 255, 255);
border-width: 0;
border-radius: 8px;
scale: 1 1;
transform-origin: 100% 50%;
transition: transform 150ms ease-in-out;
}
.nf-confirm-button:hover {
background-color: rgb(255, 160, 40);
border-color: rgb(255, 190, 61);
color: rgb(255, 255, 255);
scale: 1.05 1.05;
}
.nf-confirm-button:active {
border-color: rgb(255, 255, 255);
color: rgb(255, 255, 255);
scale: 1.08 1.08;
}
.nf-confirm-button:disabled {
background-color: rgb(87, 87, 87);
color: rgb(255, 255, 255);
scale: 1 1;
}
.nf-button-style-default {
background-color: rgb(43, 43, 43);
border-color: rgb(87, 87, 87);
border-width: 1px;
border-radius: 10px;
padding-top: 4px;
padding-bottom: 4px;
padding-right: 6px;
padding-left: 6px;
margin-top: 1px;
margin-bottom: 1px;
margin-right: 3px;
margin-left: 3px;
}
.nf-no-outline {
border-width: 0;
}
.nf-transparent-bg {
background-color: transparent;
}
.nf-button-style-default:hover {
border-color: rgb(132, 132, 132);
}
.nf-button-style-default:disabled {
color: rgb(132, 132, 132);
}
.nf-progress-bar__image {
opacity: 1;
transition: opacity 0.6s ease-in;
}
.nf-progress-bar__pulse {
opacity: 0.6;
transition: opacity 1.2s ease-in;
}
.nf-transparent-icon-button {
background-color: rgba(0, 0, 0, 0);
border-radius: 4px;
border-width: 0;
-unity-font-style: normal;
-unity-background-image-tint-color: white;
}
.nf-selected-dropdown-element {
background-color: rgba(173, 173, 173, 0.36);
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 569790a38ecf9f54aa691d7383246fa3
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
+6
View File
@@ -0,0 +1,6 @@
.spinning {
animation-name: spin;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 2afec2ee2bc335e4e960e67f19d77999
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
+17
View File
@@ -0,0 +1,17 @@
.fade {
transition-property: opacity, visibility;
transition-duration: 0.2s; /* adjust fade speed */
transition-timing-function: ease-in-out;
}
/* Fade-in state */
.fade-in {
opacity: 1;
visibility: visible;
}
/* Fade-out state */
.fade-out {
opacity: 0;
visibility: hidden;
}
+11
View File
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 0aae27400f6d98b498c1be9c9d43b90c
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
+3
View File
@@ -0,0 +1,3 @@
.unity-list-view__item:hover {
background-color: rgba(0, 0, 0, 0)
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 419eea0f7b68a814e98f3e1d60690765
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
+37
View File
@@ -0,0 +1,37 @@
.ping-ticket-highlight {
transition: border-color 0.5s ease-out;
border-color: #FFBE3D;
}
.ping-ticket-default {
transition: border-color 1.2s ease-in-out;
border-color: #575757;
}
.transparent-hover-override:hover {
background-color: rgb(35, 35, 35);
background-color: rgba(42, 42, 42, 0);
}
.ping-item-highlight {
transition: background-color 0.5s ease-out, border-color 0.5s ease-out;
border-color: #FFBE3D;
}
.ping-item-default {
transition: background-color 1.2s ease-in-out, border-color 1.2s ease-in-out;
border-color: #575757;
}
.ping-fade-item-default {
opacity: 0; /* hidden by default */
transition: opacity 0.4s ease-in-out;
}
.ping-fade-item-highlight {
opacity: 1; /* visible */
transition: opacity 0.4s ease-in-out;
}
.link {
}
+11
View File
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: d582944a433e6764095d0ba1f3e21b51
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
+11
View File
@@ -0,0 +1,11 @@
.primary-button{
color: #484848;
}
.primary-button:hover {
color: #282828;
}
.primary-button:active {
color: #383838;
}
+11
View File
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 24eb650a6752263439179cd62168cb74
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
+10
View File
@@ -0,0 +1,10 @@
.third-button {
background-color: rgba(0, 0, 0, 0);
}
.third-button:hover {
background-color: rgb(56, 56, 56);
}
.unity-button {
}
+11
View File
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: f3b5fc72dcd36654a887ae45aeca6bf6
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
+11
View File
@@ -0,0 +1,11 @@
.secondary-button {
background-color: rgba(0, 0, 0, 0);
}
.secondary-button:hover {
background-color: #575757;
}
.secondary-button:active {
background-color: #848484;
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 6be8489b3d553b147a9bbd92aad0dfb4
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0
+14
View File
@@ -0,0 +1,14 @@
.third-button {
background-color: rgb(40, 40, 40);
}
.third-button:hover {
background-color: rgb(48, 48, 48);
color: rgb(27, 27, 27);
}
.ping-effects {
}
.link {
}
+11
View File
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 9c436a1066b7eac42ab65b37a967db88
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0