diff --git a/404.html b/404.html index 3c1ca5d..fcdf235 100644 --- a/404.html +++ b/404.html @@ -44,7 +44,7 @@ letter-spacing: 0.4em; color: grey; } article { - margin: auto; padding: 10px; width: 100%; } + margin: auto auto; padding: 50px; } diff --git a/src/404.css b/src/404.css deleted file mode 100644 index e905409..0000000 --- a/src/404.css +++ /dev/null @@ -1,61 +0,0 @@ -/* - * CSS for theinternetvagabond.com 404 page - * (C)2015 Bill Niblock - * Licensed under the WTFPL [http://www.wtfpl.net] - */ - -/* General */ - -body { - position: relative; - background-color: #EBEBFA; -} - -a,a:visited,a:link,a:focus { - text-decoration: none; -} - -/* Header */ - -header { - position: fixed; top: 0px; left: 0px; right: 0px; - margin: 0px; padding: 10px; z-index: 5; - background-color: white; - border-bottom: 1px solid lightgrey; - box-shadow: 0px 2px 10px -5px blue; -} - -#title { - float: left; - list-style: none; - margin: 0px 25px; padding: 0px; -} - -#title li { - float:left; margin: 0px; padding: 0px; - font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - text-shadow: 2px 2px #DEDEDE; color: darkgrey; letter-spacing: 1.2em; -} - -#title li::first-letter { - margin: 0px; padding: 0px 2px; - font: 1.3em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - color: white; text-shadow: 0px 0px 10px blue; -} - -/* Footer */ - -footer{ - position: fixed; right: 0px; bottom: 10px; -} - -#cw { - font: 0.9em "Lucida Sans Unicode", "Lucida Grande", sans-serif; - letter-spacing: 0.4em; color: grey; -} - -/* Body */ - -article { - margin: auto; padding: 10px; width: 100%; -}