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,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