From 6bb7bce6182ad2926368429994e99c74c197fad3 Mon Sep 17 00:00:00 2001 From: polarisfm Date: Mon, 6 Jan 2020 12:17:41 -0600 Subject: [PATCH] Migrate upx.polarisfm.net to /uplexa/ directory (minus the Debian repository). --- www/uplexa/css/style.css | 95 ++++++++++++++++++++++++++++++++++++++++ www/uplexa/index.html | 37 ++++++++++++++++ 2 files changed, 132 insertions(+) create mode 100644 www/uplexa/css/style.css create mode 100644 www/uplexa/index.html diff --git a/www/uplexa/css/style.css b/www/uplexa/css/style.css new file mode 100644 index 0000000..779e3f4 --- /dev/null +++ b/www/uplexa/css/style.css @@ -0,0 +1,95 @@ +html { + position: relative; + min-height: 100%; +} + +body { + background-color: #333; + color: #ffffff; + font-family: Roboto; + margin: 0 0 2em; + padding: 1em; +} + +main { + text-align: center; +} + +main a { + color: #ffffff; +} + +main a::link { + color: #ffffff; +} + +#nav { + background-color: #eee; + color: #000000; + width: 100%; + text-align: center; +} + +#nav a { + color: #000000; +} + +#nav a::link { + color: #000000; +} + +#nav td { + border: none; +} + +table { + margin-left: auto; + margin-right: auto; + width: 30%; + text-align: center; +} + +#projects { + margin-left: auto; + margin-right: auto; + width: 70%; + text-align: center; +} + +th, +td { + border: .09em solid; +} + +menu { + background-color: #000000; + padding-bottom: 3em; + width: 100%; +} + +#navbottom { + width: 50%; + text-align: center; +} + +#navbottom a { + color: #ffffff; +} + +#navbottom a::link { + color: #ffffff; +} + +#navbottom td { + border: none; +} + +footer { + position: absolute; + left: 0em; + bottom: 0em; + width: 100%; + height: 3em; + overflow: hidden; +} + diff --git a/www/uplexa/index.html b/www/uplexa/index.html new file mode 100644 index 0000000..801280e --- /dev/null +++ b/www/uplexa/index.html @@ -0,0 +1,37 @@ + + + + + uPlexa Unofficial Resources + + + + + +

uPlexa Unofficial Resources

+
+ + + + + + + + +

Welcome to our new, improved website!

+
+ + + + +