initial commit

This commit is contained in:
Jo 2025-01-07 02:06:59 +01:00
parent 6715289efe
commit 788c3389af
37645 changed files with 2526849 additions and 80 deletions

View file

@ -0,0 +1,59 @@
.field {
font-size: 14px;
margin-bottom: 10px;
width: 100%;
}
.field TextField {
flex-direction: column;
}
.field TextField Label, .field-label {
margin: 5px;
}
#datacenter {
margin-bottom: 35px;
}
Label {
white-space: normal;
}
.hidden {
visibility: hidden;
height: 0;
}
.notification {
color: red;
height: 15px;
margin-bottom: 5px;
}
.footerButton {
padding: 5px 7px;
margin-top: 10px;
border-width: 2px;
border-radius: 0;
width: 125px;
}
#gettingDatacenters {
height: 30px;
flex-direction: row;
margin-top: 10px;
padding-top: 7px;
}
#gdSpinner {
margin-right: 5px;
}
#encryptExplanation {
color: grey;
}
#encryptLearnMore {
width: 65px;
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 55ebb8b19849d1447909e8355a13a5f9
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0

View file

@ -0,0 +1,26 @@
.form {
width: 55%;
height: 100%;
flex-direction: column;
}
.field {
flex-direction: column;
font-size: 14px;
margin-bottom: 20px;
}
.footer {
flex-direction: row;
justify-content: flex-end;
right: 0px;
bottom: 0px;
margin-right: 25px;
}
.footer Button {
padding: 5px 7px;
margin-top: 10px;
border-width: 2px;
border-radius: 0;
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: d69f9cc1b626cc64c802f5b33ce10dcf
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0

View file

@ -0,0 +1,38 @@
#container {
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 20px;
}
#footer {
display: flex;
flex-direction: row;
margin-top: 15px;
margin-left: 20px;
}
#title {
-unity-font-style: bold;
}
#progressControlsContainer {
height: 15px;
}
.display-none {
display: none;
}
.flex-grow {
flex-grow: 10;
}
Label {
white-space: normal;
margin-bottom: 10px;
}
Button {
width: 180px;
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 3073089003718474ab284d743790fbb2
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0

View file

@ -0,0 +1,25 @@
.organization-section {
margin: 10px 0px;
}
.organization-button {
width: 15%;
}
.align-end {
align-items: flex-end;
}
#organizationDropdown {
width: 85%;
margin-top: 3px;
}
#createOrganization {
margin: 25px 0px;
}
#createOrganizationLabel {
width: 83%;
margin-top: 3px;
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 642639f75f2dfbd4ab01e6708b58f304
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0

View file

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: bdbff59595cf01745a878710e081f046
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View file

@ -0,0 +1,7 @@
#ContentArea {
background-color: rgba(48, 48, 48, 255);
}
#StatusBar {
background-color: rgba(25, 25, 25, 255);
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 4d86c0522b1621f429b550217af2797d
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0

View file

@ -0,0 +1,7 @@
#ContentArea {
background-color: rgba(184, 184, 184, 255);
}
#StatusBar {
background-color: rgba(138, 138, 138, 255);
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: a2f1c1d1d67a2ff4e9db53ae0475bab1
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0

View file

@ -0,0 +1,89 @@
/* Basic Classes */
.display-none {
display: none;
}
.row {
flex-direction: row;
}
.column {
flex-direction: column;
}
.flex-container {
display: flex;
}
.grow {
flex-grow: 1;
}
.horizontally-centered {
justify-content: center;
}
.hidden {
visibility: hidden;
}
/* Plastic Window Tabview */
#TabView {
height: auto;
min-height: 235px;
flex-grow: 1;
}
#TabArea {
margin: 0px;
margin-top: 5px;
}
.tab-button {
width: 130px;
margin: 0px;
margin-top: 1px;
padding: 1px 16px 2px 16px;
font-size: 13px;
}
/* Notifications, buttons, and settings */
#ControlsContainer {
flex-grow: 1;
justify-content: flex-end;
margin-bottom: 3px;
}
#StatusBar {
flex-grow: 1;
justify-content: flex-end;
height: 22px;
max-height: 22px;
padding: 2px 1px 1px 1px;
}
#UpdateNotificationContainer {
padding-top: 2px;
}
#UpdateNotificationImage {
width: 15px;
height: 15px;
margin-right: 2px;
}
#RefreshButton,
#SettingsButton {
background-color: rgba(1, 1, 1, 0);
border-width: 0px;
padding: 0px;
width: 16px;
height: 16px;
}
#BranchLabel {
-unity-text-align: middle-right;
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 8d1a06afc3c8d984da03d49bb949ef54
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0

View file

@ -0,0 +1,12 @@
.display-none {
display: none;
}
.flex-container {
display: flex;
flex-direction: row;
}
#Status {
color: red;
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: e05b9be8556f5ae41aa78140b83146d5
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0

View file

@ -0,0 +1,82 @@
SignUp {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
padding: 20px 0;
height: 100%;
}
#email {
margin-bottom: 5px;
}
TextField {
flex-direction: column;
font-size: 14px;
}
#password {
height: 42px;
}
.password {
width: 48.5%;
margin-bottom: 1px;
}
#signUp {
margin-top: 10px;
height: 30px;
width: 195px;
margin-left: 56%;
margin-right: 25px;
}
#policyContainer {
margin: 5px;
}
.policyFont {
font-size: 11px;
}
#median {
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 0.5px;
border-color: rgba(196, 196, 196, 1);
height: 1px;
margin: 8px 20px 8px 20px;
}
.alternate-button {
width: 195px;
height: 30px;
margin-left: 56%;
margin-right: 25px;
}
.icon {
height: 25px;
width: 25px;
}
#unityIDButton {
color: white;
background-color: black;
}
#emailNotification, #passwordNotificationLabel, confirmPasswordNotificationLabel {
height: 15px;
}
#passwordNotificationLabel, confirmPasswordNotificationLabel {
width: 50%;
}
#progressContainer {
margin-top: 5px;
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 3337338cbeb79a24cba584de64190044
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0

View file

@ -0,0 +1,19 @@
.sign-in-buttons {
margin-top: 5px;
margin-bottom: 5px;
height: 30px;
}
#iconUnity, #iconEmail {
width: 32px;
height: 32px
}
#unityIDButton {
color: white;
background-color: black;
}
#emailButton {
color: black;
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: c673e4e20ea67ab40a4661592f51aa99
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0

View file

@ -0,0 +1,80 @@
/* Basic Classes */
.display-none {
display: none;
}
.row {
flex-direction: row;
}
.column {
flex-direction: column;
}
.flex-container {
display: flex;
}
.grow {
flex-grow: 1;
}
.horizontally-centered {
justify-content: center;
}
.flex-end {
justify-content: flex-end;
}
.hidden {
visibility: hidden;
}
/* General Classes */
.main {
margin-top: 10px;
padding-left: 25px;
padding-right: 20px;
}
.title {
margin: 10px 0px;
font-size: 18px;
}
Button {
cursor: link;
}
.anchor {
color: #2196F3;
padding: 0px;
margin: 0px;
background-color: transparent;
border-width: 0px;
}
.classic-button {
padding: 7px;
margin-top: 10px;
height: 30px;
}
Label {
white-space: normal;
}
.alert-label {
color: red;
}
.footer {
position: absolute;
margin: 20px 10px 0px 10px;
bottom: 5px;
}
#privacyStatement {
align-self: flex-start;
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: e29c9d2208f5c2a48a15e02f3fc55a4a
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0

View file

@ -0,0 +1,26 @@
#windowContainer {
height: 100%;
flex-grow: 1;
flex-direction: row;
margin-bottom: 30px;
}
#loginContainer TextField {
flex-direction: column;
font-size: 14px;
}
#emailNotification, #passwordNotification {
height: 15px;
margin-bottom: 5px;
}
#progressContainer {
height: 15px;
margin-top: 15px;
}
#signIn,
#back {
width: 125px;
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: b37675bc656348c429a6c56b2eda1345
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0

View file

@ -0,0 +1,37 @@
#TabView,
#ContentArea {
height: 100%;
}
.flex-container {
display: flex;
}
.row {
flex-direction: row;
}
#TabArea {
margin-top: 10px;
margin-left: 15px;
}
.tab-button {
padding-bottom: 2px;
margin-bottom: 0px;
border-width: 0px;
border-radius: 0px;
font-size: 15px;
background-color: rgba(1, 1, 1, 0);
}
#TabArea .tab-button:hover {
border-bottom-color: #2196F3;
border-bottom-width: 0.25px;
}
#TabArea .tab-button.active {
border-bottom-color: #2196F3;
border-bottom-width: 1.5px;
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 88da5407899aaaf448a40c85888108ae
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0

View file

@ -0,0 +1,74 @@
#configurationServerInfoSection {
margin-bottom: 40px;
}
#spinnerLabel {
margin-left: 2px;
}
#connectedLabel {
-unity-text-align: middle-right;
}
#credentialsOk {
-unity-text-align: middle-right;
}
#plasticConfigurationTitle {
font-size: 18px;
margin-bottom: 10px;
}
.container {
padding: 10px;
border-bottom-width: 1px;
border-bottom-color: #999999;
}
.container.last {
border-bottom-width: 0px;
}
.credentials {
width: 265px;
}
.display-none {
display: none;
}
.flex-container {
display: flex;
flex-direction: row;
}
.grow {
flex-grow: 1;
}
.sub-section {
margin-left: 10px;
}
.visibility-hidden {
visibility: hidden;
}
.error {
color: #FF0000;
}
Label {
white-space: normal;
}
TextField {
margin-left: 0px;
margin-top: 3px;
margin-right: 10px;
margin-bottom: 3px;
}
Toggle {
margin-left: 0px;
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 1cd69f37df825af4385cd9efe745fc30
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0

View file

@ -0,0 +1,9 @@
#wait {
margin-top: 20px;
padding-top: 40px;
}
#progressContainer {
padding-top: 3px;
margin-right: 50%;
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 90945345530e7174eb4f0575a0bec0bf
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
disableValidation: 0