Initial commit.
This commit is contained in:
commit
b2e2fde818
36 changed files with 1475 additions and 0 deletions
40
themes/blue/html/404.html
Normal file
40
themes/blue/html/404.html
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
#message{
|
||||
display:block;
|
||||
width:100%;
|
||||
padding:150px 0;
|
||||
line-height:1.6em;
|
||||
text-align:center;
|
||||
}
|
||||
h1, h2 {
|
||||
color: rgb(151, 151, 151);
|
||||
float: left;
|
||||
margin:0 0 0 40px;
|
||||
padding:0;
|
||||
float:left;
|
||||
font-family: Georgia, 'Times New Roman', Times, serif;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
#message .aside{display:block; width:80%; margin:0 auto; padding:0;}
|
||||
#message .aside h2 span{display:block; font-size:30px;}
|
||||
#message p:first-child{margin-top:0;}
|
||||
h1 {margin-top:-90px; font-size:200px;}
|
||||
h2 {font-size: 60px;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
<section id="message">
|
||||
<div class="aside">
|
||||
<h1>404</h1>
|
||||
<h2>Error ! <span>Page Not Found</span></h2>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue