Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-24 10:18:17 +02:00
committed by GitHub
parent 27c3ee739c
commit 1ad88d42a2
4 changed files with 58 additions and 17 deletions

View File

@ -358,6 +358,22 @@
.code.showtimes:hover {
filter: drop-shadow(5px 5px 10px #1f2c3d);
}
.code.purchase {
text-align: center;
}
.code.purchase img {
margin: 0.1em 0 0.8em 0;
width: 100%;
box-shadow: 0 4px 8px 0 #00020f, 0 6px 20px 0 #00020f;
}
.code.purchase select, .code.purchase select option {
width: 100%;
font-weight: bold !important;
color: #1f2c3d !important;
background-color: #d3ebff;
text-transform: uppercase;
}
/* BlockQuotes */
.blockquote {

View File

@ -331,11 +331,11 @@ main img {
.code.plan {
height: 1150px;
}
.code.info{
.code.info {
text-align: center;
height: 250px;
}
.code.info img{
.code.info img {
width: 75px;
height: 75px;
margin-top: 5px;
@ -344,12 +344,11 @@ main img {
padding: 5px;
transition: .5s ease;
backface-visibility: hidden;
}
.code.showtimes{
.code.showtimes {
height: 600px;
}
.code.showtimes p{
.code.showtimes p {
height: 5em;
overflow-x: auto;
overflow-y: auto;
@ -357,6 +356,21 @@ main img {
.code.showtimes:hover {
filter: drop-shadow(5px 5px 10px #1f2c3d);
}
.code.purchase {
text-align: center;
}
.code.purchase img {
margin: 0.1em 0 0.8em 0;
width: 100%;
box-shadow: 0 4px 8px 0 #d3ebff, 0 6px 20px 0 #d3ebff;
}
.code.purchase select, .code.purchase select option {
width: 100%;
font-weight: bold !important;
color: #1f2c3d !important;
background-color: #d3ebff;
text-transform: uppercase;
}
/* BlockQuotes */