aboutsummaryrefslogtreecommitdiff
path: root/Neutron-trunk/resources/css/setup.css
diff options
context:
space:
mode:
authorGitea <gitea@fake.local>2021-11-10 17:53:50 +0100
committerGitea <gitea@fake.local>2021-11-10 17:53:50 +0100
commit8fabf77b2a7720a357c63817c07035a9908818a0 (patch)
treed689fcac1403e2473010fe80bc337599a78c21a4 /Neutron-trunk/resources/css/setup.css
parent7b4af63a90a726b98a59b83e53f040a7a566a11d (diff)
downloadelectrode-8fabf77b2a7720a357c63817c07035a9908818a0.tar.gz
electrode-8fabf77b2a7720a357c63817c07035a9908818a0.tar.bz2
electrode-8fabf77b2a7720a357c63817c07035a9908818a0.zip
Update
Diffstat (limited to 'Neutron-trunk/resources/css/setup.css')
-rw-r--r--Neutron-trunk/resources/css/setup.css102
1 files changed, 0 insertions, 102 deletions
diff --git a/Neutron-trunk/resources/css/setup.css b/Neutron-trunk/resources/css/setup.css
deleted file mode 100644
index bc63787..0000000
--- a/Neutron-trunk/resources/css/setup.css
+++ /dev/null
@@ -1,102 +0,0 @@
-* {
- font-family: CMS, Arial, Calibri, Ubuntu, Roboto, Liberation Sans, Helvetica, sans-serif;
-}
-
-body {
- background-image: url("../../resources/image/config.jpg") !important;
- background-size: 100%;
- background-repeat: no-repeat;
- background-position: initial;
-}
-
-.box {
- width: 60% !important;
- border-radius: 5px;
- box-shadow: 1px 1px 2px gray;
- padding: 20px;
- background-color: rgb(235, 235, 235);
-}
-
-h1, h2, h3, h4, h5, h6 {
- font-weight: normal;
-}
-
-.loader {
- width: 56px;
- height: 56px;
- filter: brightness(0%);
-}
-
-.tip-red {
- color: rgb(255, 75, 75);
-}
-
-.tip-green {
- color: rgb(132, 255, 75);
-}
-
-.tip-orange {
- color: rgb(255, 132, 75);
-}
-
-.termsbox {
- background: white;
- border: none;
- border-color: black;
- border-style: solid;
- border-width: 1px;
- border-radius: 5px;
- padding: 5px;
- box-shadow: 1px 1px 2px black;
-}
-
-@keyframes blink {
- 0% { opacity: 1; }
- 50% { opacity: 0; }
- 100% { opacity: 1; }
-}
-
-.finisher {
- width: 256px;
- height: 256px;
- filter: brightness(0%);
-}
-
-.update-cancel {
- padding: 5px 10px;
- border: 1px solid lightgray;
- border-radius: 5px;
- border-bottom-width: 2px;
- background: white;
- cursor: pointer;
- transition: background 200ms, border-color 200ms;
-}
-
-.update-cancel:hover {
- background: lightgray;
- border-color: gray;
-}
-
-.update-cancel:active {
- background: gray;
- border-color: black;
-}
-
-.box {
- display: block;
- box-shadow: none;
- backdrop-filter: blur(10px);
- background: rgba(0, 0, 0, .5);
- color: white;
-}
-
-.loader, .finisher {
- filter: none;
-}
-
-.termsbox {
- background: rgba(0, 0, 0, .5);
- border: none;
- border-radius: 5px;
- box-shadow: none;
-} \ No newline at end of file