diff --git a/legacy/CHT-BG.gif b/legacy/CHT-BG.gif index e69de29..46f8f80 100644 Binary files a/legacy/CHT-BG.gif and b/legacy/CHT-BG.gif differ diff --git a/legacy/CHT-Line.gif b/legacy/CHT-Line.gif index e69de29..21acab8 100644 Binary files a/legacy/CHT-Line.gif and b/legacy/CHT-Line.gif differ diff --git a/legacy/CHT.css b/legacy/CHT.css index e69de29..7afcc5f 100644 --- a/legacy/CHT.css +++ b/legacy/CHT.css @@ -0,0 +1,17 @@ +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;} \ No newline at end of file diff --git a/legacy/CHT.ico b/legacy/CHT.ico index e69de29..526f709 100644 Binary files a/legacy/CHT.ico and b/legacy/CHT.ico differ diff --git a/legacy/CHT.js b/legacy/CHT.js index e69de29..bad3d32 100644 --- a/legacy/CHT.js +++ b/legacy/CHT.js @@ -0,0 +1,2 @@ +let year = document.getElementById("year"); +year.innerHTML = new Date().getFullYear(); \ No newline at end of file diff --git a/legacy/CHT.png b/legacy/CHT.png index e69de29..b54e9f2 100644 Binary files a/legacy/CHT.png and b/legacy/CHT.png differ