add updated thunix.css (as used on my site)

this is the version of thunix.css that is used on my website.
This commit is contained in:
Anton McClure 2019-07-08 21:00:17 -04:00
parent e5f4fa47db
commit 818596a076
No known key found for this signature in database
GPG Key ID: DC9155FB2EEAA2EF
1 changed files with 88 additions and 0 deletions

88
includes/thunix.css Normal file
View File

@ -0,0 +1,88 @@
/*
This file is licensed under the GPL 3.0 or later.
*/
body {
margin: 0px 50px 0px 50px;
font-family: "Courier New", Courier, monospace;
background: black;
color: lime;
}
#body {
width: 100%;
}
#body h1 {
background: lightgray;
color: green;
padding-left: 8px;
}
#body h2 {
background: lightgray;
color: green;
padding-left: 6px;
}
#body h3 {
background: lightgray;
color: green;
padding-left: 4px;
}
#body a {
background: black;
color: lime;
}
a {
color: lime;
}
a:visited {
color: green;
}
#body a:visited {
color: green;
}
#header {
width: 100%;
text-align: center;
font-size: xx-large;
}
#content {
width: 79%;
float: right;
font-size: medium;
}
#content img {
max-height: 400px;
max-width: 98%;
}
#sidebar {
width: 19%;
float: left;
font-size: small;
}
#sidebar h1 {
color: lime;
background: black;
}
#sidebar h2 {
color: lime;
background: black;
}
#footer {
width: 100%;
text-align: center;
clear: both;
font-size: smaller;
}