From ca5d35830ec1fb0b7176b101c9b56c48eeb1ea8f Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 23 Mar 2022 12:09:03 +0430 Subject: wip --- spring-front/public/index.css | 52 ------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 spring-front/public/index.css (limited to 'spring-front/public/index.css') 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; -} -- cgit v1.2.3