diff options
author | Gitea <gitea@fake.local> | 2021-11-10 17:53:50 +0100 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2021-11-10 17:53:50 +0100 |
commit | 8fabf77b2a7720a357c63817c07035a9908818a0 (patch) | |
tree | d689fcac1403e2473010fe80bc337599a78c21a4 /Neutron-trunk/resources/css/admin_v2 | |
parent | 7b4af63a90a726b98a59b83e53f040a7a566a11d (diff) | |
download | electrode-8fabf77b2a7720a357c63817c07035a9908818a0.tar.gz electrode-8fabf77b2a7720a357c63817c07035a9908818a0.tar.bz2 electrode-8fabf77b2a7720a357c63817c07035a9908818a0.zip |
Update
Diffstat (limited to 'Neutron-trunk/resources/css/admin_v2')
-rw-r--r-- | Neutron-trunk/resources/css/admin_v2/chromium.css | 8 | ||||
-rw-r--r-- | Neutron-trunk/resources/css/admin_v2/iframe.css | 17 | ||||
-rw-r--r-- | Neutron-trunk/resources/css/admin_v2/inner.css | 90 | ||||
-rw-r--r-- | Neutron-trunk/resources/css/admin_v2/main.css | 23 | ||||
-rw-r--r-- | Neutron-trunk/resources/css/admin_v2/navigation.css | 131 |
5 files changed, 0 insertions, 269 deletions
diff --git a/Neutron-trunk/resources/css/admin_v2/chromium.css b/Neutron-trunk/resources/css/admin_v2/chromium.css deleted file mode 100644 index 95a694e..0000000 --- a/Neutron-trunk/resources/css/admin_v2/chromium.css +++ /dev/null @@ -1,8 +0,0 @@ -main { - background-color: rgba(17, 17, 17, .65); - backdrop-filter: blur(10px); -} - -.bg { - background-image: url("../../../resources/image/codename.jpg"); -}
\ No newline at end of file diff --git a/Neutron-trunk/resources/css/admin_v2/iframe.css b/Neutron-trunk/resources/css/admin_v2/iframe.css deleted file mode 100644 index de31677..0000000 --- a/Neutron-trunk/resources/css/admin_v2/iframe.css +++ /dev/null @@ -1,17 +0,0 @@ -#main-iframe { - border: none; -} - -#main-content { - position: fixed; - margin: 50px 70px; - left: 300px; - top: 0; - bottom: 0; - right: 80px; -} - -#main-title { - font-size: 30px; - font-weight: bold; -}
\ No newline at end of file diff --git a/Neutron-trunk/resources/css/admin_v2/inner.css b/Neutron-trunk/resources/css/admin_v2/inner.css deleted file mode 100644 index 7fad334..0000000 --- a/Neutron-trunk/resources/css/admin_v2/inner.css +++ /dev/null @@ -1,90 +0,0 @@ -body { - margin: 30px 0 0; -} - -#system-head { - display: grid; - grid-template-columns: 160px 1fr; - margin-bottom: 30px; -} - -#system-head-banner { - background: #000; - width: 150px; - height: 80px; - padding: 5px; - border-radius: 10px; -} - -#system-head-banner-image { - background-image: var(--mpcms-banner); - width: 100%; - height: 100%; - background-size: cover; - background-position: center; -} - -#system-head-version { - display: flex; - align-items: center; - margin-left: 20px; -} - -.inner-item { - background-color: rgba(0, 0, 0, .5); - border-radius: 10px; - padding: 10px 20px; - margin-bottom: 10px; - display: grid; - cursor: default; - grid-template-columns: 32px 1fr 32px; -} - -.inner-item:hover { - background-color: rgba(0, 0, 0, .75); -} - -.inner-item:active, .inner-item:focus { - background-color: rgba(0, 0, 0, 1); -} - -.inner-item-image-outer { - vertical-align: middle; - display: flex; - align-items: center; - width: 32px; -} - -.inner-item-image { - vertical-align: middle; - filter: invert(1); - width: 32px; -} - -.inner-item-enter-outer { - vertical-align: middle; - display: flex; - align-items: center; - justify-content: center; - text-align: center; - width: 32px; -} - -.inner-item-enter { - text-align: center; - vertical-align: middle; - filter: invert(1); - width: 24px; -} - -.inner-item-text { - margin-left: 15px; - display: flex; - margin-top: 5px; - margin-bottom: 5px; - align-items: center; -} - -.inner-item-description { - opacity: .5; -}
\ No newline at end of file diff --git a/Neutron-trunk/resources/css/admin_v2/main.css b/Neutron-trunk/resources/css/admin_v2/main.css deleted file mode 100644 index de75268..0000000 --- a/Neutron-trunk/resources/css/admin_v2/main.css +++ /dev/null @@ -1,23 +0,0 @@ -main { - position: fixed; - inset: 0; - z-index: 10; - background: #111 -} - -.bg { - position: fixed; - inset: 0; - z-index: 2; -} - -aside { - height: 100%; - width: 300px; - display: inline-block; -} - -* { - color: white; - font-family: "Noto Sans", "Segoe UI", "CMS", sans-serif; -}
\ No newline at end of file diff --git a/Neutron-trunk/resources/css/admin_v2/navigation.css b/Neutron-trunk/resources/css/admin_v2/navigation.css deleted file mode 100644 index e45e54f..0000000 --- a/Neutron-trunk/resources/css/admin_v2/navigation.css +++ /dev/null @@ -1,131 +0,0 @@ -#nav-header { - display: grid; - grid-template-columns: 64px 1fr; - margin: 30px 20px; - cursor: default; -} - -#nav-header-icon { - background: rgba(17, 17, 17, .5); - width: 64px; - height: 64px; - border-radius: 999px; -} - -#nav-header-names-outer { - margin-left: 15px; - display: flex; - align-items: center; -} - -.nav-item-icon { - vertical-align: middle; - width: 24px; - margin-left: 10px; -} - -.nav-item-name { - vertical-align: middle; - margin-left: 5px; -} - -.nav-item { - padding: 7px 0; - border-left: 3px solid transparent; - border-radius: 5px; - margin-left: 5px; - cursor: default; -} - -.nav-item.selected { - background: rgba(200, 200, 200, .25); - border-left: 3px solid var(--codename-light); -} - -.nav-item:not(.selected):hover { - background: rgba(200, 200, 200, .1); -} - -.nav-item:not(.selected):focus, .nav-item:not(.selected):active { - background: rgba(200, 200, 200, .25); -} - -.main-title-home { - top: -6px; - filter: invert(1); - width: 24px; - display: inline-block; - left: 2px; - position: relative; -} - -.main-title-home-outer { - display: none; - height: 28px; - display: inline-block; - padding: 2px; - width: 28px; - position: relative; - top: 8px; - border-radius: 5px; -} - -.main-title-home-outer:hover { - background: rgba(0, 0, 0, .5); -} - -.main-title-home-outer:active, .main-title-home-outer:focus { - background: rgba(0, 0, 0, .75); -} - -#nav-header { - border-radius: 5px; - margin: 20px 20px; - text-decoration: none; - padding: 10px 10px; - cursor: default; -} - -#nav-header:focus, #nav-header:active { - background: rgba(200, 200, 200, .25) !important; -} - -#nav-header:hover { - background: rgba(200, 200, 200, .1); -} - -@media (max-width: 700px) { - #nav-header-names-outer { - display: none !important; - } - - aside { - width: 64px !important; - } - - .nav-item-name { - display: none !important; - } - - .nav-item { - width: 45px !important; - } - - #main-content { - left: 64px !important; - top: 0 !important; - bottom: 0 !important; - right: 0 !important; - margin: 30px 20px !important; - } - - #nav-header-icon { - width: 32px !important; - height: 32px !important; - } - - #nav-header { - grid-template-columns: 32px 1fr !important; - margin: 5px 5px !important; - } -}
\ No newline at end of file |