Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-23 16:23:25 +02:00
committed by GitHub
parent ae8ac3c07a
commit 27c3ee739c
16 changed files with 330 additions and 38 deletions

View File

@ -336,14 +336,28 @@
text-align: center;
height: 250px;
}
.code.info img{
width: 75px;
height: 75px;
margin-top: 5px;
border: 1px solid #d3ebff;
border-radius: 5px;
padding: 5px;
transition: .5s ease;
backface-visibility: hidden;
}
.code.showtimes{
height: 500px;
height: 600px;
}
.code.showtimes p{
height: 5em;
overflow-x: auto;
overflow-y: auto;
}
}
.code.showtimes:hover {
filter: drop-shadow(5px 5px 10px #1f2c3d);
}
/* BlockQuotes */
.blockquote {

View File

@ -335,14 +335,28 @@ main img {
text-align: center;
height: 250px;
}
.code.info img{
width: 75px;
height: 75px;
margin-top: 5px;
border: 1px solid #d3ebff;
border-radius: 5px;
padding: 5px;
transition: .5s ease;
backface-visibility: hidden;
}
.code.showtimes{
height: 500px;
height: 600px;
}
.code.showtimes p{
height: 5em;
overflow-x: auto;
overflow-y: auto;
}
.code.showtimes:hover {
filter: drop-shadow(5px 5px 10px #1f2c3d);
}
/* BlockQuotes */