1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-08 15:43:24 +00:00

Ajoute une page 404

This commit is contained in:
Antoine
2016-07-19 18:05:48 +02:00
parent c4f8a146c4
commit da485bc289
3 changed files with 83 additions and 3 deletions

View File

@@ -138,9 +138,6 @@ a:hover,a:active,a:focus {
:-ms-input-placeholder {
opacity:1;
}
td {
vertical-align: top;
}
/**
* USEFUL CLASSES
* -----------------------------------------------------------------------------
@@ -668,6 +665,28 @@ noscript p {
.share-link .likely {
margin-top: 5px;
}
.video-wrapper {
height: 0;
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
}
.video-wrapper iframe {
height: 100%;
left: 0;
max-height: 315px;
position: absolute;
top: 0;
width: 100%;
}
#error404 {
margin: 0 auto;
max-width: 400px;
text-align: center;
}
#error404 .video-wrapper {
margin-bottom: 20px;
}
/**
* MEDIA QUERIES
* -----------------------------------------------------------------------------