From f4c566ca407c8dbdb0b68febc5f029db7c2852cb Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Wed, 24 Jul 2019 01:07:37 +0000 Subject: [PATCH] Adding a new testing theme --- includes/newthunix.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 includes/newthunix.css diff --git a/includes/newthunix.css b/includes/newthunix.css new file mode 100644 index 0000000..43bca3b --- /dev/null +++ b/includes/newthunix.css @@ -0,0 +1,16 @@ +/*@font-face { font-family: dot; src: url('https://thunix.net/~ubergeek/includes/dot.ttf'); } */ +body{font-family:"dot",Courier,monospace;background:#000;color:#F79862} +#body{width:95%} +#body h1{color:orange} +#body h2{color:orange} +#body h3{color:orange} +#body a{background:#000;color:#F79862} +#body a:visited{color:orange} +#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:orange;background:#000} +#sidebar h2{color:orange;background:#000} +#footer{width:95%;text-align:center;clear:both;font-size:smaller}