aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/public/index.css
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-03-23 07:39:03 +0000
committerterminaldweller <thabogre@gmail.com>2022-03-23 07:39:03 +0000
commitca5d35830ec1fb0b7176b101c9b56c48eeb1ea8f (patch)
tree3f52b57ebe118228d67968952296824c3be3d7f6 /spring-front/public/index.css
parentwip (diff)
downloadmdrtl-ca5d35830ec1fb0b7176b101c9b56c48eeb1ea8f.tar.gz
mdrtl-ca5d35830ec1fb0b7176b101c9b56c48eeb1ea8f.zip
wip
Diffstat (limited to 'spring-front/public/index.css')
-rw-r--r--spring-front/public/index.css52
1 files changed, 0 insertions, 52 deletions
diff --git a/spring-front/public/index.css b/spring-front/public/index.css
deleted file mode 100644
index 89813c7..0000000
--- a/spring-front/public/index.css
+++ /dev/null
@@ -1,52 +0,0 @@
-body {
- color: #005f87;
- background: #000000;
- font-family: "DejaVuSansMono NF", Helvetica, monospace;
- height: 95vh;
- width: 95vw;
-}
-
-.article{$
- text-align: left;
- padding: 2%;
- border-style: solid;
- position: relative;
- white-space: -moz-pre-wrap !important;
- color: #005f87;
- background: #000000;
- font-family: "DejaVuSansMono NF", Helvetica, monospace;
- overflow-wrap: break-word;
- float: left;
- /* width: 78%; */
- width: 95%;
-}
-
-a {
- color: #005f87;
- text-decoration: none;
-}
-
-hr {
- color: #005f87;
-}
-
-.left-footer {
- float: left;
-}
-
-.right-footer {
- float: right;
-}
-
-.editor {
- background: #000000;
- color: #ffffff;
- width: 40%;
- max-width: 40%;
- height: 90%;
- max-height: 90%;
-}
-
-div.code {
- white-space: pre;
-}