Initial commit: Backup der Webseiten
- zoesch.de - blitzkiste.net - gruene-hassberge (norbert.zoesch.de) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
51
zoesch.de/css/404.css
Normal file
51
zoesch.de/css/404.css
Normal file
@@ -0,0 +1,51 @@
|
||||
@charset "UTF-8";
|
||||
/* CSS Document 404*/
|
||||
body {background-color: #272727;}
|
||||
h1 {
|
||||
font-family: 'Oswald', sans-serif;
|
||||
font-size: 4em;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
margin-top: 50px;
|
||||
margin-bottom: 80px;
|
||||
}
|
||||
h2 {
|
||||
font-family: 'PT Sans', sans-serif;
|
||||
font-size: 2.3em;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
p {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-size: 1.5em;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.content .m404 {
|
||||
width: 1200px;
|
||||
padding: 0px 15px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.back-button {
|
||||
display: block;
|
||||
width: 220px;
|
||||
margin: 50px auto;
|
||||
color: #fff;
|
||||
border: none;
|
||||
outline: none;
|
||||
background-color: #1abc9c;
|
||||
font-size: 1.3em;
|
||||
font-family: 'PT Sans', sans-serif;
|
||||
}
|
||||
.back-button i {
|
||||
margin-right: 5px;
|
||||
font-size: 1em;
|
||||
}
|
||||
.back-button:hover, .back-button:focus {
|
||||
color: #fff;
|
||||
background-color: #1abc9c;
|
||||
-webkit-box-shadow: 0px 0px 7px 1px #1abc9c;
|
||||
-moz-box-shadow: 0px 0px 7px 1px #1abc9c;
|
||||
box-shadow: 0px 0px 7px 1px #1abc9c;
|
||||
Reference in New Issue
Block a user