aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/public/index.css
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-03-21 21:57:51 +0000
committerterminaldweller <thabogre@gmail.com>2022-03-21 21:57:51 +0000
commitb9047281771af59bc9dc5c6380321c3cfc81f1c0 (patch)
treee21c3e54541b12db4a100e765fd7bcaa11856250 /spring-front/public/index.css
parentwip (diff)
downloadmdrtl-b9047281771af59bc9dc5c6380321c3cfc81f1c0.tar.gz
mdrtl-b9047281771af59bc9dc5c6380321c3cfc81f1c0.zip
wip
Diffstat (limited to '')
-rw-r--r--spring-front/public/index.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/spring-front/public/index.css b/spring-front/public/index.css
new file mode 100644
index 0000000..c23fdc6
--- /dev/null
+++ b/spring-front/public/index.css
@@ -0,0 +1,37 @@
+body {
+ color: #005f87;
+ background: #000000;
+ font-family: "DejaVuSansMono NF", Helvetica, monospace;
+}
+
+.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;
+}