Fixed site

@DigitalCheese broke my site making it legacy. I'm glad for the help, but it broke the assets, and I made it the way it was with a lot of work, and time.
This commit is contained in:
MattTheTekie 2023-10-07 11:54:41 -04:00
commit 582366851d
9 changed files with 52 additions and 100 deletions

View file

@ -1,17 +0,0 @@
body {background-color:black;background-image:url(/assets/CHT-BG.gif);color:white!important;font-family:'Arial', 'Courier New', 'Sans-serif';word-wrap:break-word!important}
div.content {max-width:99%;width:500px;margin:0px;float:right;}
div.head {background:#000;padding:4px;max-width:99%;width:500px;font-size:21px;text-align:center;margin-bottom:4px;}
div.nav {background:#333;color:white!important;text-align:center;padding:5px 0px;}
div.text {background:rgba(0,0,0,.5);text-align:center;font-size:0.85em}
div.footer {background:black;font-size:10px}
/* BROKEN CSS:
div.text h2:before{content:'';height:100%;width:.5rem;left:-1.5rem;background:#EE4B2B;position:absolute;} */
a {color:red;}
a:hover {background:red;color:white;}
h2 {font-weight:bold}
div.nav a:hover {background-color:white!important;color:black!important}
IMG {max-width:99%;height:auto;}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -1,2 +0,0 @@
let year = document.getElementById("year");
year.innerHTML = new Date().getFullYear();

View file

@ -38,7 +38,7 @@ body{
float: right;
padding: 1.5em;
max-width: 35em;
background: url(/assets/images/bg.gif) center center/cover fixed no-repeat;
background: url(https://cht.venith.net/assets/images/bg.gif) center center/cover fixed no-repeat;
}
header{
text-align: right;

View file

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 182 KiB

After

Width:  |  Height:  |  Size: 182 KiB

Before After
Before After