mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 15:21:17 -04:00
move 404 CSS back into file
This commit is contained in:
@@ -928,51 +928,3 @@ div.highlight span.ge {
|
||||
div.highlight span.gs {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*! 404 Styles */
|
||||
|
||||
body#error {
|
||||
background: #efefef;
|
||||
color: #5f5f5f;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body#error div#message {
|
||||
background: #fff;
|
||||
max-width: 400px;
|
||||
margin: 100px auto 16px;
|
||||
padding: 16px 32px;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 3px #e0e0e0, 0 1px 2px #888;
|
||||
}
|
||||
|
||||
body#error div#message h1 {
|
||||
margin: 16px 0;
|
||||
font-size: 24px;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
body#error div#message p {
|
||||
margin: 16px 0;
|
||||
font-size: 15px;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
body#error div#message a {
|
||||
color: #0077a7;
|
||||
}
|
||||
body#error div#message a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
body#error, body#error div#message {
|
||||
background: #fff;
|
||||
margin-top: 16px;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user