This commit is contained in:
Bill Niblock 2016-11-23 19:51:38 -05:00
parent 2b27303fae
commit 0691fe3efb

View file

@ -4,15 +4,14 @@
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>++ H O M E ++</title>
<style> <style>
html { html {
background-color: #0e0e0e; color: #555555; } background-color: #0e0e0e; color: #555555; }
a { a {
color: #555555; text-decoration: none; color: #555555; text-decoration: none; transition: color 1s; }
transition: color 1s; }
a:hover { a:hover {
color: #d4d454; text-decoration: none; color: #d4d454; text-decoration: none; transition: color 1s; }
transition: color 1s; }
body { body {
position: absolute; bottom: 0px; display: table; position: absolute; bottom: 0px; display: table;
width: 100%; height: 100%; margin: 0; padding: 0; } width: 100%; height: 100%; margin: 0; padding: 0; }
@ -24,30 +23,30 @@
background: #270e24; border: 1px solid #270e24; border-radius: 50%; background: #270e24; border: 1px solid #270e24; border-radius: 50%;
font-size: 30px; text-align: center; } font-size: 30px; text-align: center; }
#icon a { #icon a {
display: table-cell; vertical-align: middle; } display: table-cell; vertical-align: middle; color: lightgray; }
#icon a:hover {
color:#d4d454; text-decoration:none; transition: color 1s; }
#fence { #fence {
display: table-cell; vertical-align: middle; display: table-cell; vertical-align: middle;
margin: 0px auto; width: 1000px; } margin: 0px auto; width: 1000px; }
#links { #links {
float: left; width: 150px; float: left; width: 150px;
margin: 25px 46px; padding: 0px 0px 12px 0px; margin: 25px 46px; padding: 0px 0px 12px 0px;
list-style: none; list-style: none; background: #270e24;
border: 2px solid #270e24; border-radius: 10px; border: 2px solid #270e24; border-radius: 10px; }
background: #270e24; }
#links #header { #links #header {
background-color: #270e24; background-color: #270e24;
color: lightgray; font-weight: bold; color: lightgray; font-weight: bold;
border-top-right-radius: 10px; border-top-left-radius: 10px; } border-top-right-radius: 10px; border-top-left-radius: 10px; }
#links li { #links li {
padding: 5px 10px; text-align: center; padding: 5px 10px; text-align: center; background-color: black; }
background-color: black; }
footer { footer {
position: fixed; bottom: 0px; left: 0px; right: 0px; width: 75%; position: fixed; bottom: 0px; left: 0px; right: 0px; width: 75%;
margin: 0px auto; margin: 0px auto; text-align: center; letter-spacing: 8px;
text-align: center; letter-spacing: 8px;
font-family: monospace; font-weight: bold; color: gray; } font-family: monospace; font-weight: bold; color: gray; }
</style> </style>
<title>++ H O M E ++</title> <script type="text/javascript">
</script>
</head> </head>
<body > <body >
<header> <header>