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:
@@ -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
|
||||
* -----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user