aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/cyber.css
diff options
context:
space:
mode:
authorstonedDiscord <stonedDiscord@users.noreply.github.com>2024-11-20 13:35:44 +0000
committerGitHub Action <actions@github.com>2024-11-20 13:35:44 +0000
commit8ecc3578146542955ce9615085509145a137c9d6 (patch)
treeaac2f19497b46900701c3c359179d8fe52d23357 /webAO/styles/cyber.css
parent3bf5a2550aaca9810c1136b6d11173062f4cf259 (diff)
Prettified Code!
Diffstat (limited to 'webAO/styles/cyber.css')
-rw-r--r--webAO/styles/cyber.css179
1 files changed, 92 insertions, 87 deletions
diff --git a/webAO/styles/cyber.css b/webAO/styles/cyber.css
index 0863435..fbd105b 100644
--- a/webAO/styles/cyber.css
+++ b/webAO/styles/cyber.css
@@ -1,144 +1,149 @@
body {
- font-family: monospace;
+ font-family: monospace;
}
img {
- image-rendering: crisp-edges;
- image-rendering: pixelated;
+ image-rendering: crisp-edges;
+ image-rendering: pixelated;
}
@keyframes bg-scrolling {
- 0% {
- background-position: 0 0;
- }
+ 0% {
+ background-position: 0 0;
+ }
- 100% {
- background-position: 5px 5px;
- }
+ 100% {
+ background-position: 5px 5px;
+ }
}
@keyframes idling {
- 0% {
- right: -4px;
- }
+ 0% {
+ right: -4px;
+ }
- 50% {
- right: -8px;
- }
+ 50% {
+ right: -8px;
+ }
- 100% {
- right: -4px;
- }
+ 100% {
+ right: -4px;
+ }
}
#evi_name {
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFElEQVQImWNgYGDYjAVTV/A/w2YAfxQSe53wkNkAAAAASUVORK5CYII=) repeat;
- animation: bg-scrolling 0.2s infinite linear;
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFElEQVQImWNgYGDYjAVTV/A/w2YAfxQSe53wkNkAAAAASUVORK5CYII=)
+ repeat;
+ animation: bg-scrolling 0.2s infinite linear;
}
#evi_desc {
- flex: 1 auto;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFElEQVQImWNgYGDYjAVTV/A/w2YAfxQSe53wkNkAAAAASUVORK5CYII=) repeat;
- animation: bg-scrolling 0.2s infinite linear;
+ flex: 1 auto;
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFElEQVQImWNgYGDYjAVTV/A/w2YAfxQSe53wkNkAAAAASUVORK5CYII=)
+ repeat;
+ animation: bg-scrolling 0.2s infinite linear;
}
.evi_icon {
- width: 70px;
- min-width: 70px;
- height: 70px;
- background-color: #7b7b7b;
- outline: 2px ridge #fff;
- outline-offset: -2px;
- margin-right: 2px;
+ width: 70px;
+ min-width: 70px;
+ height: 70px;
+ background-color: #7b7b7b;
+ outline: 2px ridge #fff;
+ outline-offset: -2px;
+ margin-right: 2px;
}
#client_menu {
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFElEQVQImWNgYGDYjAVTV/A/w2YAfxQSe53wkNkAAAAASUVORK5CYII=) repeat;
- animation: bg-scrolling 0.2s infinite linear;
- overflow-y: auto;
- height: 100%;
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFElEQVQImWNgYGDYjAVTV/A/w2YAfxQSe53wkNkAAAAASUVORK5CYII=)
+ repeat;
+ animation: bg-scrolling 0.2s infinite linear;
+ overflow-y: auto;
+ height: 100%;
}
@keyframes shutter-effect {
- 0% {
- background-position: 0 0;
- }
+ 0% {
+ background-position: 0 0;
+ }
- 100% {
- background-position: 0 4px;
- }
+ 100% {
+ background-position: 0 4px;
+ }
}
#client_iccontrols {
- width: 100%;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFElEQVQImWNgYGDYjAVTV/A/w2YAfxQSe53wkNkAAAAASUVORK5CYII=) repeat;
- animation: bg-scrolling 0.2s infinite linear;
+ width: 100%;
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFElEQVQImWNgYGDYjAVTV/A/w2YAfxQSe53wkNkAAAAASUVORK5CYII=)
+ repeat;
+ animation: bg-scrolling 0.2s infinite linear;
}
.menu_text {
- color: #7b2900;
- background-color: #f7f7f7;
- border-radius: 3px;
- padding: 0 4px;
+ color: #7b2900;
+ background-color: #f7f7f7;
+ border-radius: 3px;
+ padding: 0 4px;
}
.menu_icon {
- display: inline-block;
- width: 1.5em;
- height: 1.5em;
- background-color: black;
- border: 2px ridge green;
- border-radius: 2px;
- margin-bottom: 2px;
+ display: inline-block;
+ width: 1.5em;
+ height: 1.5em;
+ background-color: black;
+ border: 2px ridge green;
+ border-radius: 2px;
+ margin-bottom: 2px;
}
.client_button {
- min-width: 6em;
- margin: 1px;
- padding: 6px 2px;
- cursor: pointer;
- text-align: center;
- color: green;
- background-color: #000;
- border: green solid 1px;
+ min-width: 6em;
+ margin: 1px;
+ padding: 6px 2px;
+ cursor: pointer;
+ text-align: center;
+ color: green;
+ background-color: #000;
+ border: green solid 1px;
}
#client_log {
- color: white;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFElEQVQImWNgYGDYjAVTV/A/w2YAfxQSe53wkNkAAAAASUVORK5CYII=) repeat;
- animation: bg-scrolling 0.2s infinite linear;
+ color: white;
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFElEQVQImWNgYGDYjAVTV/A/w2YAfxQSe53wkNkAAAAASUVORK5CYII=)
+ repeat;
+ animation: bg-scrolling 0.2s infinite linear;
}
#client_defense_hp {
- text-align: left;
+ text-align: left;
}
#client_prosecutor_hp {
- text-align: right;
+ text-align: right;
}
.health-box {
- background-color: #292929;
- height: 18px;
- width: 50%;
- margin: 0 auto;
- border: ridge 2px #dedede;
- border-radius: 2px;
- box-sizing: border-box;
- display: block;
+ background-color: #292929;
+ height: 18px;
+ width: 50%;
+ margin: 0 auto;
+ border: ridge 2px #dedede;
+ border-radius: 2px;
+ box-sizing: border-box;
+ display: block;
}
.health-bar {
- width: 100%;
- height: 60%;
- height: calc(100% - 4px);
- bottom: 0;
- border-width: 2px;
- border-style: groove none ridge none;
- position: relative;
- display: inline-block;
- transition: 1s linear;
- transition-property: width;
- background-color: #00b800;
- border-color: #84ff84 transparent #009c00 transparent;
+ width: 100%;
+ height: 60%;
+ height: calc(100% - 4px);
+ bottom: 0;
+ border-width: 2px;
+ border-style: groove none ridge none;
+ position: relative;
+ display: inline-block;
+ transition: 1s linear;
+ transition-property: width;
+ background-color: #00b800;
+ border-color: #84ff84 transparent #009c00 transparent;
}