summaryrefslogtreecommitdiff
path: root/assets/logo
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2023-11-18 11:34:36 +0100
committerRaindropsSys <raindrops@equestria.dev>2023-11-18 11:34:36 +0100
commit9337aae8b1c87fad34884dacd5cd79d9591c60db (patch)
tree5340f9fa67cd6236e4c879f0057d51d0b1e21361 /assets/logo
parent953ddd82e48dd206cef5ac94456549aed13b3ad5 (diff)
downloadpluralconnect-9337aae8b1c87fad34884dacd5cd79d9591c60db.tar.gz
pluralconnect-9337aae8b1c87fad34884dacd5cd79d9591c60db.tar.bz2
pluralconnect-9337aae8b1c87fad34884dacd5cd79d9591c60db.zip
Updated 39 files, added 86 files, deleted 40 files and renamed 2 files (automated)
Diffstat (limited to 'assets/logo')
-rw-r--r--assets/logo/custom-2023.css149
-rw-r--r--assets/logo/custom.css782
-rw-r--r--assets/logo/dark.svg49
-rw-r--r--assets/logo/light.css220
-rw-r--r--assets/logo/light.svg47
-rw-r--r--assets/logo/newlogo-template.pngbin37664 -> 0 bytes
-rw-r--r--assets/logo/newlogo.pngbin5628 -> 0 bytes
-rw-r--r--assets/logo/newlogo3-template.pngbin46121 -> 0 bytes
-rw-r--r--assets/logo/newlogo3.pngbin6326 -> 0 bytes
-rw-r--r--assets/logo/pacifier.pngbin2128 -> 0 bytes
-rw-r--r--assets/logo/plush.pngbin2027 -> 0 bytes
11 files changed, 149 insertions, 1098 deletions
diff --git a/assets/logo/custom-2023.css b/assets/logo/custom-2023.css
index 05350e5..85b3266 100644
--- a/assets/logo/custom-2023.css
+++ b/assets/logo/custom-2023.css
@@ -968,4 +968,153 @@ hr {
.relation-intro {
background-color: var(--palette-2) !important;
border-right: 1px solid var(--palette-3) !important;
+}
+
+body {
+ margin-left: 300px;
+}
+
+.modal.show {
+ left: 300px;
+ width: calc(100% - 300px);
+}
+
+.modal {
+ left: 150px;
+}
+
+nav {
+ display: none !important;
+}
+
+#navigation-pane {
+ z-index: 9999;
+ background: black;
+ position: fixed;
+ top: 0;
+ left: 0;
+ bottom: 0;
+ width: 300px;
+ border-right: 1px solid rgba(255, 255, 255, .25);
+ overflow: auto;
+}
+
+#title-bar {
+ position: fixed;
+ top: 0;
+ left: 300px;
+ right: 0;
+ height: 34px;
+ background: rgba(0, 0, 0, .75);
+ z-index: 9999;
+ padding: 5px;
+ text-align: center;
+ backdrop-filter: blur(10px);
+ -webkit-backdrop-filter: blur(10px);
+ border-bottom: 1px solid rgba(255, 255, 255, .25);
+}
+
+#mobile-navigation {
+ display: none;
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ height: 48px;
+ background: rgba(0, 0, 0, .75);
+ backdrop-filter: blur(30px);
+ -webkit-backdrop-filter: blur(30px);
+ border-top: 1px solid rgba(255, 255, 255, .25);
+ z-index: 999999;
+}
+
+@media (max-width: 1360px) {
+ .modal.show {
+ left: 250px !important;
+ width: calc(100% - 250px) !important;
+ }
+
+ .modal {
+ left: 125px !important;
+ }
+
+ #title-bar {
+ left: 250px !important;
+ }
+
+ #navigation-pane {
+ width: 250px !important;
+ }
+
+ body {
+ margin-left: 250px !important;
+ }
+
+ #system-banner-container, #member-banner-container {
+ width: 100% !important;
+ }
+}
+
+@media (max-width: 1300px) {
+ .modal.show {
+ left: 200px !important;
+ width: calc(100% - 200px) !important;
+ }
+
+ .modal {
+ left: 100px !important;
+ }
+
+ #title-bar {
+ left: 200px !important;
+ }
+
+ #navigation-pane {
+ width: 200px !important;
+ }
+
+ body {
+ margin-left: 200px !important;
+ }
+}
+
+@media (max-width: 1195px) {
+ .modal.show {
+ left: 0 !important;
+ width: 100% !important;
+ }
+
+ .modal {
+ left: 0 !important;
+ }
+
+ #title-bar {
+ left: 0 !important;
+ }
+
+ #navigation-pane {
+ display: none !important;
+ }
+
+ body {
+ margin-left: 0 !important;
+ }
+
+ #mobile-navigation {
+ display: block !important;
+ }
+}
+
+@media (max-width: 700px) {
+ #title-bar-parts-mobile {
+ display: inline !important;
+ }
+
+ #title-bar-parts-desktop {
+ display: none;
+ }
+
+ #title-bar {
+ text-align: left;
+ }
} \ No newline at end of file
diff --git a/assets/logo/custom.css b/assets/logo/custom.css
deleted file mode 100644
index 79612cb..0000000
--- a/assets/logo/custom.css
+++ /dev/null
@@ -1,782 +0,0 @@
-img {
- image-rendering: pixelated !important;
-}
-
-.modal-dialog {
- margin-bottom: 3.5rem !important;
-}
-
-#admin-page {
- margin-left: 32px;
-}
-
-.debug-hidden {
- display: none;
-}
-
-#system-banner-container, #member-banner-container {
- z-index: -1;
-}
-
-.debug-outer:hover .debug-hidden {
- display: inline-block;
-}
-
-.modal {
- backdrop-filter: blur(30px);
- -webkit-backdrop-filter: blur(30px);
-}
-
-nav.navbar {
- background-color: rgba(0, 0, 0, .75) !important;
- backdrop-filter: blur(10px);
- -webkit-backdrop-filter: blur(10px);
- border-bottom: 1px solid rgba(255, 255, 255, .25);
-}
-
-body {
- background-color: black !important;
- color: white !important;
-}
-
-.hpd-item-card:hover {
- background-color: rgba(255, 255, 255, .15) !important;
-}
-
-.hpd-item-card:active, .hpd-item-card:focus {
- background-color: rgba(255, 255, 255, .2) !important;
-}
-
-.hpd-system {
- transition: opacity 200ms;
-}
-
-.hpd-item-card {
- outline-style: solid;
- outline-width: 0;
- transition: background-color 200ms, outline-width 200ms;
-}
-
-.hpd-item-card:hover {
- outline-style: solid;
- outline-width: 4px;
-}
-
-.hpd-item-card:active {
- outline-style: solid;
- outline-width: 6px;
-}
-
-.hpd-system:hover {
- opacity: .9 !important;
-}
-
-.hpd-system:active, .hpd-system:focus {
- opacity: .8 !important;
-}
-
-.hpd-link:hover {
- background-color: rgba(255, 255, 255, .15) !important;
-}
-
-.hpd-link:active, .hpd-link:focus {
- background-color: rgba(255, 255, 255, .2) !important;
-}
-
-.list-separator-mobile {
- display: none;
-}
-
-@media (max-width: 991px) {
- #hpd-cloudburst > div, #hpd-raindrops > div, #hpd-legacy > div, #hpd-other > div {
- grid-template-columns: repeat(3, 1fr) !important;
- }
-
- .list-separator-desktop {
- display: none;
- }
-
- span.list-separator-mobile {
- display: inline;
- }
-}
-
-@media (max-width: 768px) {
- #hpd-cloudburst > div, #hpd-raindrops > div, #hpd-legacy > div, #hpd-other > div {
- grid-template-columns: repeat(2, 1fr) !important;
- }
-}
-
-@media (max-width: 575px) {
- #hpd-cloudburst > div, #hpd-raindrops > div, #hpd-legacy > div, #hpd-other > div {
- grid-template-columns: repeat(1, 1fr) !important;
- }
-
- .hpd-item-card img {
- display: inline-block !important;
- margin-right: 5px !important;
- height: 32px !important;
- width: 32px !important;
- }
-
- #hpd-cloudburst > div, #hpd-raindrops > div, #hpd-legacy > div, #hpd-other > div {
- grid-gap: 5px !important;
- }
-
- .hpd-item-card div {
- display: inline-block !important;
- }
-
- .hpd-item-card div:nth-child(3)::before {
- content: "(";
- padding-left: 5px;
- color: white !important;
- }
-
- .hpd-item-card div:nth-child(3)::after {
- content: ")";
- color: white !important;
- }
-}
-
-.dropdown-menu {
- background-color: #222 !important;
-}
-
-.dropdown-item:hover {
- background-color: rgba(255, 255, 255, .1) !important;
-}
-
-.dropdown-item:active, .dropdown-item:focus {
- background-color: rgba(255, 255, 255, .2) !important;
-}
-
-.dropdown-item {
- color: white !important;
-}
-
-.dropdown-icon {
- filter: invert(1) !important;
-}
-
-.dropdown-toggle .dropdown-icon {
- opacity: .5; !important;
- transition: 200ms opacity !important;
-}
-
-.dropdown-toggle:hover .dropdown-icon, .dropdown-toggle:active .dropdown-icon, .dropdown-toggle:focus .dropdown-icon {
- opacity: .75 !important;
-}
-
-dd {
- margin-left: 20px;
-}
-
-#system-info a {
- color: white !important;
-}
-
-#system-info a:hover {
- opacity: .75;
-}
-
-#system-info a:active, #system-info a:focus {
- opacity: .5;
-}
-
-@media (max-width: 991px) {
- #member-card {
- grid-template-columns: repeat(3, 1fr) !important;
- }
-
- .species-name {
- display: none;
- }
-}
-
-.member-small-only {
- display: none;
-}
-
-@media (max-width: 767px) {
- #member-card {
- grid-template-columns: 1fr !important;
- text-align: left;
- }
-
- #member-icon-mobile {
- display: inline-block !important;
- }
-
- #mobile-left {
- text-align: left !important;
- }
-
- #mobile-species {
- display: inline-block !important;
- }
-
- #system-info {
- grid-template-columns: 1fr !important;
- }
-
- #member-icon, #member-icon-outer {
- display: none !important;
- }
-
- #member-relations {
- grid-template-columns: 1fr !important;
- text-align: left;
- }
-
- .member-small-separator {
- display: none;
- }
-
- .member-small-only {
- display: inline-block;
- }
-}
-
-#page-content a {
- color: #afd0ff;
-}
-
-#page-content .btn-outline-light:hover {
- color: black !important;
-}
-
-#page-content a:hover {
- opacity: .75;
-}
-
-#page-content a:active, #page-content a:focus {
- opacity: .5;
-}
-
-.tooltip.show {
- opacity: 1;
-}
-
-.tooltip-inner {
- background: #151515;
- box-shadow: 3px 4px 10px #ffffff26;
-}
-
-.alert {
- filter: invert(1) hue-rotate(180deg);
-}
-
-.member-link {
- color: white !important;
- text-decoration: none !important;
-}
-
-.system-action {
- border-radius: 10px;
- color: white !important;
- text-decoration: none !important;
- cursor: pointer;
- transition: background 200ms;
-}
-
-.system-action:hover {
- background: rgba(255, 255, 255, .1);
-}
-
-.table-dark {
- --bs-table-bg: #000000;
-}
-
-.comparison {
- display: grid;
- grid-template-columns: 3fr 1.5fr 1.5fr 2fr repeat(4, 1fr);
-}
-
-.comparison-header {
- border-bottom: 2px solid rgba(255, 255, 255, .25);
- font-weight: bold;
-}
-
-.comparison-item {
- padding: 5px 10px;
- text-align: center;
-}
-
-.comparison-item-clickable:hover {
- background-color: rgba(255, 255, 255, .1);
-}
-
-.comparison-item-clickable:active, .comparison-item-clickable:focus {
- background-color: rgba(255, 255, 255, .25);
-}
-
-@media (min-width: 1400px) {
- .comparison-header-l0 {
- display: inline;
- }
- .comparison-header-l1 {
- display: none;
- }
- .comparison-header-l2 {
- display: none;
- }
- .comparison-header-l3 {
- display: none;
- }
- .comparison-header-l4 {
- display: none;
- }
- .comparison-header-l5 {
- display: none;
- }
- .comparison-name-full {
- display: inline;
- }
- .comparison-name-small {
- display: none;
- }
- .comparison-colors {
- display: inline;
- }
- .comparison-relations-count {
- display: none;
- }
- .comparison-relations-full {
- display: inline;
- }
-}
-
-@media (max-width: 1399px) {
- .comparison-header-l0 {
- display: none;
- }
- .comparison-header-l1 {
- display: inline;
- }
- .comparison-header-l2 {
- display: none;
- }
- .comparison-header-l3 {
- display: none;
- }
- .comparison-header-l4 {
- display: none;
- }
- .comparison-header-l5 {
- display: none;
- }
- .comparison-name-full {
- display: inline;
- }
- .comparison-name-small {
- display: none;
- }
- .comparison-colors {
- display: inline;
- }
- .comparison-relations-count {
- display: none;
- }
- .comparison-relations-full {
- display: inline;
- }
-}
-
-@media (max-width: 1199px) {
- .comparison-header-l0 {
- display: none;
- }
- .comparison-header-l1 {
- display: none;
- }
- .comparison-header-l2 {
- display: initial;
- }
- .comparison-header-l3 {
- display: none;
- }
- .comparison-header-l4 {
- display: none;
- }
- .comparison-header-l5 {
- display: none;
- }
- .comparison-name-full {
- display: none;
- }
- .comparison-name-small {
- display: inline;
- }
- .comparison-colors {
- display: inline;
- }
- .comparison-relations-count {
- display: inline;
- }
- .comparison-relations-full {
- display: none;
- }
-}
-
-@media (max-width: 991px) {
- .comparison-header-l0 {
- display: none;
- }
- .comparison-header-l1 {
- display: none;
- }
- .comparison-header-l2 {
- display: none;
- }
- .comparison-header-l3 {
- display: initial;
- }
- .comparison-header-l4 {
- display: none;
- }
- .comparison-header-l5 {
- display: none;
- }
- .comparison-name-full {
- display: none;
- }
- .comparison-name-small {
- display: inline;
- }
- .comparison-colors {
- display: none !important;
- }
- .comparison-relations-count {
- display: inline;
- }
- .comparison-relations-full {
- display: none;
- }
-}
-
-@media (max-width: 767px) {
- .comparison-header-l0 {
- display: none;
- }
- .comparison-header-l1 {
- display: none;
- }
- .comparison-header-l2 {
- display: none;
- }
- .comparison-header-l3 {
- display: none;
- }
- .comparison-header-l4 {
- display: initial;
- }
- .comparison-header-l5 {
- display: none;
- }
- .comparison-name-full {
- display: none;
- }
- .comparison-name-small {
- display: none;
- }
- .comparison-colors {
- display: none !important;
- }
- .comparison-relations-count {
- display: inline;
- }
- .comparison-relations-full {
- display: none;
- }
-}
-
-@media (max-width: 575px) {
- .comparison-header-l0 {
- display: none;
- }
- .comparison-header-l1 {
- display: none;
- }
- .comparison-header-l2 {
- display: none;
- }
- .comparison-header-l3 {
- display: none;
- }
- .comparison-header-l4 {
- display: none;
- }
- .comparison-header-l5 {
- display: initial;
- }
- .comparison-name-full {
- display: none;
- }
- .comparison-name-small {
- display: none;
- }
- .comparison-colors {
- display: none !important;
- }
- .comparison {
- grid-template-columns: repeat(4, 2fr) repeat(4, 1fr) !important;
- }
- .comparison-relations-count {
- display: inline;
- }
- .comparison-relations-full {
- display: none;
- }
-}
-
-.tree-first-separator {
- height: 14px !important;
- top: 0 !important;
-}
-
-.tree-l0-separator {
- display: inline-block;
- width: 20px;
- margin-left: 35px;
- border-bottom: 1px solid white;
- border-left: 1px solid white;
- height: 26px;
- position: relative;
- top: -12px;
-}
-
-.tree-l1 .tree-l0-separator {
- border-bottom: none !important;
-}
-
-.tree-l1-separator {
- display: inline-block;
- width: 20px;
- margin-left: 35px;
- border-bottom: 1px solid white;
- border-left: 1px solid white;
- height: 26px;
- position: relative;
- top: -12px;
- left: -10px;
-}
-
-.tree-l1 .tree-l0-separator {
- width: 30px;
-}
-
-.tree-l1 .tree-inner {
- position: relative;
- left: -10px;
-}
-
-.tree-l1 .tree-l0-separator {
- border-bottom: none !important;
-}
-
-.tree-l2-separator {
- display: inline-block;
- width: 20px;
- margin-left: 35px;
- border-bottom: 1px solid white;
- border-left: 1px solid white;
- height: 26px;
- position: relative;
- top: -12px;
- left: -10px;
-}
-
-.tree-l2 .tree-l1-separator {
- width: 30px;
-}
-
-.tree-l2 .tree-l0-separator {
- width: 30px;
-}
-
-.tree-l2 .tree-inner {
- position: relative;
- left: -10px;
-}
-
-.tree-inner {
- display: inline-block;
-}
-
-.navbar-collapse.collapse.show, .navbar-collapse.collapsing {
- background: black;
- margin: 7px -12px;
- padding: 0 12px;
- border-bottom: 1px solid rgba(255, 255, 255, .25);
-}
-
-.new-homepage-system-title:hover {
- opacity: .85;
-}
-
-#new-homepage-systems {
- display: grid;
- grid-template-columns: repeat(3, 1fr);
- grid-gap: 20px;
-}
-
-
-@media (max-width: 1198px) {
- #new-homepage-systems {
- grid-template-columns: 1fr 1fr !important;
- }
-}
-
-@media (max-width: 991px) {
- #new-homepage-systems {
- grid-template-columns: 1fr !important;
- }
-}
-
-.new-homepage-system-list {
- background-color: rgba(255, 255, 255, .1);
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- display: grid;
-}
-
-.new-homepage-link-last {
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
-}
-
-.new-homepage-link:hover {
- opacity: .85;
-}
-
-.new-homepage-link:active {
- opacity: .75;
-}
-
-.new-homepage-system-title:active {
- opacity: .75;
-}
-
-peh-muted {
- --bs-text-opacity: 1;
- color: #6c757d!important;
-}
-
-.dropdown-toggle::after {
- margin-bottom: -3px !important;
-}
-
-.navbar-nav {
- width: 100%;
-}
-
-.card {
- background-color: #111 !important;
- border: 1px solid rgba(255, 255, 255, .125) !important;
-}
-
-#member-banner-container > #member-banner > #system-info {
- border-bottom-right-radius: 0 !important;
- border-bottom-left-radius: 0 !important;
-}
-
-#member-details {
- background: rgba(255, 255, 255, .1);
- border: 1px solid transparent;
- border-top: none;
- padding: 10px 20px;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- display: grid;
- grid-template-columns: repeat(4, 1fr);
- text-align: center;
-}
-
-#member-details.member-details-loggedIn {
- border-radius: 0;
- padding-bottom: 0 !important;
-}
-
-#member-details-2 {
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- padding: 10px 20px;
- text-align: center;
- display: grid;
- grid-template-columns: repeat(4, 1fr);
- background: rgba(255, 255, 255, .1);
- border: 1px solid transparent;
- border-top: none;
-}
-
-.navbar-collapse.show {
- z-index: 99999;
-}
-
-@media (max-width: 991px) {
- div#member-details.member-details-loggedIn, div#member-details.member-details-loggedIn2 {
- grid-template-columns: repeat(3, 1fr) !important;
- text-align: center;
- }
-
- #member-details {
- grid-template-columns: 1fr !important;
- text-align: left;
- }
-}
-
-@media (max-width: 767px) {
- div#member-details.member-details-loggedIn, div#member-details.member-details-loggedIn2 {
- grid-template-columns: repeat(2, 1fr) !important;
- text-align: left;
- }
-
- #member-details-2 {
- grid-template-columns: repeat(2, 1fr) !important;
- text-align: left;
- }
-
- .member-detail-desktop {
- display: none !important;
- }
-
- .member-detail-mobile {
- display: initial !important;
- }
-}
-
-.member-detail-desktop {
- display: initial;
-}
-
-.member-detail-mobile {
- display: none;
-}
-
-.linked-card {
- opacity: 1 !important;
- color: white !important;
- text-decoration: none !important;
-}
-
-.linked-card:hover {
- opacity: .75 !important;
-}
-
-.linked-card:active {
- opacity: .5 !important;
-}
-
-.navbar-brand {
- position: relative;
- z-index: 9999;
-}
-
-html, body {
- overflow-x: hidden;
-}
-
-.form-check-input {
- filter: invert(1) hue-rotate(180deg);
-} \ No newline at end of file
diff --git a/assets/logo/dark.svg b/assets/logo/dark.svg
deleted file mode 100644
index 38557db..0000000
--- a/assets/logo/dark.svg
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 4256 1080" style="enable-background:new 0 0 4256 1080;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:#FFFFFF;}
- .st1{opacity:0.25;fill:none;stroke:#FFFFFF;stroke-miterlimit:10;enable-background:new ;}
- .st2{opacity:0.54;fill:#333232;enable-background:new ;}
- .st3{fill:#333232;}
- .st4{opacity:0.1;fill:#FFFFFF;enable-background:new ;}
- .st5{fill:#212326;}
- .st6{fill:#1B1B1B;}
- .st7{fill:#292F35;}
- .st8{fill:#25292D;}
-</style>
-<path class="st0" d="M2214.1,552.7h-219.5v-25h219.5l-103.5-103.5l17.5-17.5l133.6,133.6l-133.6,133.6l-17.5-17.5L2214.1,552.7z"/>
-<g>
- <rect y="0.1" width="480.8" height="1080"/>
- <rect x="479.1" y="0.3" width="1440.9" height="1080"/>
- <line class="st1" x1="479.1" y1="0.3" x2="479.1" y2="1080.3"/>
- <line class="st1" x1="0" y1="174.6" x2="479.1" y2="174.6"/>
- <line class="st1" x1="0" y1="234.3" x2="479.1" y2="234.3"/>
- <line class="st1" x1="0" y1="724.6" x2="479.1" y2="724.6"/>
- <path class="st2" d="M1778.7,724.6H621.3c-11,0-20-9-20-20V294.3h1197.4v410.3C1798.7,715.7,1789.7,724.6,1778.7,724.6z"/>
- <path class="st2" d="M621.3,755.6h343c11,0,20,9,20,20v304.5h-383V775.6C601.3,764.5,610.3,755.6,621.3,755.6z"/>
- <path class="st2" d="M1027.9,755.6h343c11,0,20,9,20,20v304.5h-383V775.6C1007.9,764.5,1016.9,755.6,1027.9,755.6z"/>
- <path class="st2" d="M1435.7,755.6h343c11,0,20,9,20,20v304.5h-383V775.6C1415.7,764.5,1424.7,755.6,1435.7,755.6z"/>
- <path class="st3" d="M621.3,755.6h343c11,0,20,9,20,20v58.1h-383v-58.1C601.3,764.5,610.3,755.6,621.3,755.6z"/>
- <path class="st3" d="M1028.5,755.6h343c11,0,20,9,20,20v58.1h-383v-58.1C1008.5,764.5,1017.5,755.6,1028.5,755.6z"/>
- <path class="st3" d="M1435.7,755.6h343c11,0,20,9,20,20v58.1h-383v-58.1C1415.7,764.5,1424.7,755.6,1435.7,755.6z"/>
- <rect y="0.1" class="st4" width="1920" height="1080.2"/>
-</g>
-<g>
- <rect x="2336.2" y="0.3" class="st5" width="1920" height="1080"/>
- <path class="st6" d="M4206.5,1052.2H2510.6c-11,0-20-9-20-20V114.5c0-11,9-20,20-20h1695.8c11,0,20,9,20,20v917.7
- C4226.5,1043.2,4217.5,1052.2,4206.5,1052.2z"/>
- <path class="st7" d="M2414.8,335.9L2414.8,335.9c-23.7,0-42.9-19.2-42.9-42.9V161.2c0-23.7,19.2-42.9,42.9-42.9l0,0
- c23.7,0,42.9,19.2,42.9,42.9V293C2457.6,316.7,2438.4,335.9,2414.8,335.9z"/>
- <path class="st7" d="M3620.4,78.4h-648.2c-5.5,0-10-4.5-10-10v-34c0-5.5,4.5-10,10-10h648.3c5.5,0,10,4.5,10,10v33.9
- C3630.4,73.9,3625.9,78.4,3620.4,78.4z"/>
- <path class="st5" d="M3936.7,696.7H2779.2c-11,0-20-9-20-20V266.4h1197.4v410.3C3956.7,687.8,3947.7,696.7,3936.7,696.7z"/>
- <path class="st5" d="M2779.2,727.7h343c11,0,20,9,20,20v304.5h-383V747.7C2759.2,736.6,2768.2,727.7,2779.2,727.7z"/>
- <path class="st5" d="M3185.9,727.7h343c11,0,20,9,20,20v304.5h-383V747.7C3165.9,736.6,3174.9,727.7,3185.9,727.7z"/>
- <path class="st5" d="M3593.7,727.7h343c11,0,20,9,20,20v304.5h-383V747.7C3573.7,736.6,3582.7,727.7,3593.7,727.7z"/>
- <path class="st8" d="M2779.2,727.7h343c11,0,20,9,20,20v58.1h-383v-58.1C2759.2,736.6,2768.2,727.7,2779.2,727.7z"/>
- <path class="st8" d="M3186.4,727.7h343c11,0,20,9,20,20v58.1h-383v-58.1C3166.4,736.6,3175.4,727.7,3186.4,727.7z"/>
- <path class="st8" d="M3593.7,727.7h343c11,0,20,9,20,20v58.1h-383v-58.1C3573.7,736.6,3582.7,727.7,3593.7,727.7z"/>
-</g>
-</svg>
diff --git a/assets/logo/light.css b/assets/logo/light.css
deleted file mode 100644
index ead5586..0000000
--- a/assets/logo/light.css
+++ /dev/null
@@ -1,220 +0,0 @@
-@media (prefers-color-scheme: light) {
- body {
- color: black !important;
- background-color: #efefef !important;
- }
-
- #banner-lower {
- background: #dddddd8a !important;
- }
-
- #timeline-container {
- background: #dddddd8a !important;
- border-top-color: rgba(0, 0, 0, .1) !important;
- }
-
- #timeline a, .new-homepage-system-title, .new-homepage-link, .home-legacy, .member-card-name, .member-card-prefix, .member-card-prefix code, #navigation-pane *, #mobile-navigation-box-container *, .member-link, .relation-intro, .system-action, #member-banner code, #system-info a {
- color: black !important;
- }
-
- .timeline-indicator {
- border-right-color: rgba(0, 0, 0, .5) !important;
- }
-
- .home-legacy-icon, #explicit-modal img {
- filter: invert(1);
- }
-
- #hpd-legacy, .hpd-item-card {
- background-color: rgba(0, 0, 0, .05) !important;
- }
-
- .hpd-item-card:hover {
- background-color: rgba(0, 0, 0, .1) !important;
- }
-
- .hpd-item-card:active {
- background-color: rgba(0, 0, 0, .15) !important;
- }
-
- #navigation-pane {
- background-color: #ddd !important;
- border-right: 1px solid rgba(0, 0, 0, .1) !important;
- }
-
- #mobile-navigation {
- background-color: #ddd !important;
- border-top: 1px solid rgba(0, 0, 0, .1) !important;
- }
-
- .dropdown-icon, #login-link img, .alert, .btn-close, .relation img, .text-danger, .text-success, .form-select, .ck-toolbar, .form-check-input, .system-action img, #member-designs-inner img, .form-control, .list-group-item img {
- filter: none !important;
- }
-
- #login-link, #pane-header, .pane-group {
- border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
- }
-
- .pane-group-category {
- background: rgba(0, 0, 0, .025) !important;
- border: 1px solid rgba(0, 0, 0, .05) !important;
- }
-
- .pane-group-item:hover, .mobile-navigation-item:hover {
- background-color: rgba(0, 0, 0, .05);
- }
-
- .mobile-navigation-item:active, .mobile-navigation-item.open {
- background-color: rgba(0, 0, 0, .1);
- }
-
- #mobile-navigation-box-container {
- background-color: rgba(255, 255, 255, .5) !important;
- }
-
- #page-content a {
- color: #0d6efd;
- }
-
- #btn-on {
- background: hsl(0, 80%, 75%) !important;
- }
-
- .modal-backdrop {
- background-color: #fff !important;
- }
-
- .modal-header, #explicit-modal .modal-header {
- border-bottom: 1px solid #dee2e6 !important;
- }
-
- .modal-content, #explicit-modal .modal-content {
- background-color: #fff !important;
- border: 1px solid rgba(0,0,0,.2) !important;
- }
-
- .relation {
- background-color: rgba(0, 0, 0, .05) !important;
- }
-
- .relation-intro {
- background-color: rgba(0, 0, 0, .025) !important;
- border-right: 1px solid rgba(0, 0, 0, .05) !important;
- }
-
- .card {
- background-color: #fff !important;
- border: 1px solid rgba(0,0,0,.125) !important;
- color: black;
- }
-
- .list-group-item {
- color: #212529 !important;
- background-color: #fff !important;
- border-color: rgba(0,0,0,.125) !important;
- }
-
- .list-group-item-action:focus, .list-group-item-action:hover {
- color: #495057 !important;
- background-color: #f8f9fa !important;
- }
-
- .btn-outline-light, #page-content .btn-outline-light {
- color: #212529 !important;
- border-color: #212529 !important;
- }
-
- .btn-outline-light:hover, #page-content .btn-outline-light:hover {
- color: #fff !important;
- background-color: #212529 !important;
- border-color: #212529 !important;
- }
-
- .btn-check:active+.btn-outline-light, .btn-check:checked+.btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active, #page-content .btn-outline-light:active {
- color: #fff !important;
- background-color: #212529 !important;
- border-color: #212529 !important;
- }
-
- .form-control {
- color: #212529 !important;
- background-color: #fff !important;
- background-clip: padding-box !important;
- border: 1px solid #ced4da !important;
- }
-
- .contact-item {
- background-color: #ddd;
- }
-
- .contact-method {
- background-color: #ccc;
- }
-
- .dropdown-menu {
- background-color: #fff !important;
- }
-
- .dropdown-item {
- color: #212529 !important;
- opacity: 1 !important;
- }
-
- .dropdown-item:focus, .dropdown-item:hover {
- color: #1e2125 !important;
- background-color: #e9ecef !important;
- }
-
- .day-gradient {
- color: white;
- }
-
- #system-banner-inner, #member-banner-inner {
- background: linear-gradient(180deg, rgba(239,239,239,0) 0%, rgba(239,239,239,.25) 50%, rgba(239,239,239,1) 100%) !important;
- }
-
- #system-page, #member-page {
- background-color: rgba(226,226,226,0.8) !important;
- }
-
- .system-info-system {
- background-color: rgba(0, 0, 0, .05) !important;
- }
-
- #system-actions {
- background-color: rgba(0, 0, 0, .025) !important;
- }
-
- .system-action:hover {
- background: rgba(0, 0, 0, .05) !important;
- }
-
- #member-designs-inner {
- background-color: rgba(20, 20, 20, .05) !important;
- }
-
- .btn-dark {
- color: #000 !important;
- background-color: #f8f9fa !important;
- border-color: #f8f9fa !important;
- }
-
- .btn-dark:hover {
- color: #000 !important;
- background-color: #f9fafb !important;
- border-color: #f9fafb !important;
- }
-
- .btn-check:active+.btn-dark, .btn-check:checked+.btn-dark, .btn-dark.active, .btn-dark:active, .show>.btn-dark.dropdown-toggle {
- color: #000 !important;
- background-color: #f9fafb !important;
- border-color: #f9fafb !important;
- }
-
- .btn-check:focus+.btn-dark, .btn-dark:focus {
- color: #000 !important;
- background-color: #f9fafb !important;
- border-color: #f9fafb !important;
- box-shadow: 0 0 0 0.25rem rgba(211,212,213,.5) !important;
- }
-} \ No newline at end of file
diff --git a/assets/logo/light.svg b/assets/logo/light.svg
deleted file mode 100644
index c76f07e..0000000
--- a/assets/logo/light.svg
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 27.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
- viewBox="0 0 4256 1080" style="enable-background:new 0 0 4256 1080;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:#DDDDDD;}
- .st1{fill:#EFEFEF;}
- .st2{opacity:0.1;fill:none;stroke:#231F20;stroke-miterlimit:10;enable-background:new ;}
- .st3{opacity:0.54;fill:#DDDDDD;enable-background:new ;}
- .st4{fill:#EFF4F7;}
- .st5{fill:#FCFCFC;}
- .st6{fill:#DEEAF0;}
- .st7{fill:#E7EFF4;}
-</style>
-<g>
- <rect y="0" class="st0" width="480.8" height="1080"/>
- <rect x="479.1" y="0.2" class="st1" width="1440.9" height="1080"/>
- <line class="st2" x1="479.1" y1="0.2" x2="479.1" y2="1080.2"/>
- <line class="st2" x1="0" y1="174.5" x2="479.1" y2="174.5"/>
- <line class="st2" x1="0" y1="234.2" x2="479.1" y2="234.2"/>
- <line class="st2" x1="0" y1="724.5" x2="479.1" y2="724.5"/>
- <path class="st3" d="M1778.7,724.5H621.3c-11,0-20-9-20-20V294.2h1197.4v410.3C1798.7,715.6,1789.7,724.5,1778.7,724.5z"/>
- <path class="st3" d="M621.3,755.5h343c11,0,20,9,20,20V1080h-383V775.5C601.3,764.4,610.3,755.5,621.3,755.5z"/>
- <path class="st3" d="M1027.9,755.5h343c11,0,20,9,20,20V1080h-383V775.5C1007.9,764.4,1016.9,755.5,1027.9,755.5z"/>
- <path class="st3" d="M1435.7,755.5h343c11,0,20,9,20,20V1080h-383V775.5C1415.7,764.4,1424.7,755.5,1435.7,755.5z"/>
- <path class="st0" d="M621.3,755.5h343c11,0,20,9,20,20v58.1h-383v-58.1C601.3,764.4,610.3,755.5,621.3,755.5z"/>
- <path class="st0" d="M1028.5,755.5h343c11,0,20,9,20,20v58.1h-383v-58.1C1008.5,764.4,1017.5,755.5,1028.5,755.5z"/>
- <path class="st0" d="M1435.7,755.5h343c11,0,20,9,20,20v58.1h-383v-58.1C1415.7,764.4,1424.7,755.5,1435.7,755.5z"/>
-</g>
-<g>
- <rect x="2329.4" y="0.2" class="st4" width="1920" height="1080"/>
- <path class="st5" d="M4199.6,1052.1H2503.8c-11,0-20-9-20-20V114.4c0-11,9-20,20-20h1695.8c11,0,20,9,20,20v917.7
- C4219.6,1043.1,4210.6,1052.1,4199.6,1052.1z"/>
- <path class="st6" d="M2407.9,335.8L2407.9,335.8c-23.7,0-42.9-19.2-42.9-42.9V161.1c0-23.7,19.2-42.9,42.9-42.9l0,0
- c23.7,0,42.9,19.2,42.9,42.9v131.8C2450.7,316.6,2431.5,335.8,2407.9,335.8z"/>
- <path class="st6" d="M3613.5,78.3h-648.2c-5.5,0-10-4.5-10-10v-34c0-5.5,4.5-10,10-10h648.3c5.5,0,10,4.5,10,10v33.9
- C3623.5,73.8,3619.1,78.3,3613.5,78.3z"/>
- <path class="st4" d="M3929.8,696.6H2772.4c-11,0-20-9-20-20V266.3h1197.4v410.3C3949.8,687.7,3940.8,696.6,3929.8,696.6z"/>
- <path class="st4" d="M2772.4,727.6h343c11,0,20,9,20,20v304.5h-383V747.6C2752.4,736.5,2761.4,727.6,2772.4,727.6z"/>
- <path class="st4" d="M3179,727.6h343c11,0,20,9,20,20v304.5h-383V747.6C3159,736.5,3168,727.6,3179,727.6z"/>
- <path class="st4" d="M3586.8,727.6h343c11,0,20,9,20,20v304.5h-383V747.6C3566.8,736.5,3575.8,727.6,3586.8,727.6z"/>
- <path class="st7" d="M2772.4,727.6h343c11,0,20,9,20,20v58.1h-383v-58.1C2752.4,736.5,2761.4,727.6,2772.4,727.6z"/>
- <path class="st7" d="M3179.6,727.6h343c11,0,20,9,20,20v58.1h-383v-58.1C3159.6,736.5,3168.6,727.6,3179.6,727.6z"/>
- <path class="st7" d="M3586.8,727.6h343c11,0,20,9,20,20v58.1h-383v-58.1C3566.8,736.5,3575.8,727.6,3586.8,727.6z"/>
-</g>
-<path d="M2214.1,552.7h-219.5v-25h219.5l-103.5-103.5l17.5-17.5l133.6,133.6l-133.6,133.6l-17.5-17.5L2214.1,552.7z"/>
-</svg>
diff --git a/assets/logo/newlogo-template.png b/assets/logo/newlogo-template.png
deleted file mode 100644
index 14d8864..0000000
--- a/assets/logo/newlogo-template.png
+++ /dev/null
Binary files differ
diff --git a/assets/logo/newlogo.png b/assets/logo/newlogo.png
deleted file mode 100644
index 540f36c..0000000
--- a/assets/logo/newlogo.png
+++ /dev/null
Binary files differ
diff --git a/assets/logo/newlogo3-template.png b/assets/logo/newlogo3-template.png
deleted file mode 100644
index 2f67b11..0000000
--- a/assets/logo/newlogo3-template.png
+++ /dev/null
Binary files differ
diff --git a/assets/logo/newlogo3.png b/assets/logo/newlogo3.png
deleted file mode 100644
index ec7d40b..0000000
--- a/assets/logo/newlogo3.png
+++ /dev/null
Binary files differ
diff --git a/assets/logo/pacifier.png b/assets/logo/pacifier.png
deleted file mode 100644
index caa54ab..0000000
--- a/assets/logo/pacifier.png
+++ /dev/null
Binary files differ
diff --git a/assets/logo/plush.png b/assets/logo/plush.png
deleted file mode 100644
index e3a02b2..0000000
--- a/assets/logo/plush.png
+++ /dev/null
Binary files differ