Fidgeting...

This commit is contained in:
Bill Nibz 2015-04-09 22:08:46 -04:00
parent b6f58e69e8
commit f43bc4f9f0
2 changed files with 1 additions and 62 deletions

View file

@ -44,7 +44,7 @@
letter-spacing: 0.4em; color: grey; }
article {
margin: auto; padding: 10px; width: 100%; }
margin: auto auto; padding: 50px; }
</style>

View file

@ -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%;
}