Fidgeting...
This commit is contained in:
parent
ba44162281
commit
b6f58e69e8
2 changed files with 41 additions and 3 deletions
42
404.html
42
404.html
|
@ -8,8 +8,46 @@
|
||||||
knowledge, and a decent ping." />
|
knowledge, and a decent ping." />
|
||||||
<meta name="author" content="Bill 'Vagabond Azulien' Nibz" />
|
<meta name="author" content="Bill 'Vagabond Azulien' Nibz" />
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css"
|
<style>
|
||||||
href="/src/404.css" />
|
body {
|
||||||
|
position: relative;
|
||||||
|
background-color: #EBEBFA; }
|
||||||
|
|
||||||
|
a,a:visited,a:link,a:focus {
|
||||||
|
text-decoration: none; }
|
||||||
|
|
||||||
|
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{
|
||||||
|
position: fixed; right: 0px; bottom: 10px;
|
||||||
|
font: 0.9em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||||
|
letter-spacing: 0.4em; color: grey; }
|
||||||
|
|
||||||
|
article {
|
||||||
|
margin: auto; padding: 10px; width: 100%; }
|
||||||
|
|
||||||
|
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -57,5 +57,5 @@ footer{
|
||||||
/* Body */
|
/* Body */
|
||||||
|
|
||||||
article {
|
article {
|
||||||
margin: 50px auto; padding: 10px;
|
margin: auto; padding: 10px; width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue