From 5128807c7ff709c5a3110a73bd7cfacf38d65a0c Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Tue, 9 Jul 2019 15:37:58 +0000 Subject: [PATCH] Minified the css --- includes/minithunix.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 includes/minithunix.css diff --git a/includes/minithunix.css b/includes/minithunix.css new file mode 100644 index 0000000..7daaba0 --- /dev/null +++ b/includes/minithunix.css @@ -0,0 +1,15 @@ +body{font-family:"Courier New",Courier,monospace;background:#000;color:lime} +#body{width:95%} +#body h1{color:green} +#body h2{color:green} +#body h3{color:green} +#body a{background:#000;color:lime} +#body a:visited{color:green} +#header{width:90%;text-align:center;font-size:xx-large} +#content{width:78%;float:left;font-size:medium} +#content img{max-height:400px;max-width:98%} +.lineitem{border:1px;border-color:#fff} +#sidebar{width:18%;float:right;font-size:small} +#sidebar h1{color:green;background:#000} +#sidebar h2{color:green;background:#000} +#footer{width:95%;text-align:center;clear:both;font-size:smaller}