css updated
This commit is contained in:
parent
85b453b16e
commit
1fd1d5dddd
@ -1,5 +1,5 @@
|
||||
div.seatCharts-container {
|
||||
/*min-width: 700px;*/
|
||||
min-width: 700px;
|
||||
}
|
||||
div.seatCharts-cell {
|
||||
|
||||
@ -25,11 +25,11 @@ div.seatCharts-seat {
|
||||
div.seatCharts-seat:focus {
|
||||
border: none;
|
||||
}
|
||||
/*
|
||||
|
||||
.seatCharts-seat:focus {
|
||||
outline: none;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
div.seatCharts-space {
|
||||
background-color: white;
|
||||
@ -61,6 +61,7 @@ div.seatCharts-seat.unavailable {
|
||||
|
||||
ul.seatCharts-legendList {
|
||||
list-style: none;
|
||||
cursor: default;
|
||||
}
|
||||
li.seatCharts-legendItem {
|
||||
margin-top: 10px;
|
||||
@ -69,3 +70,6 @@ li.seatCharts-legendItem {
|
||||
li.seatCharts-legendItem div {
|
||||
cursor: default;
|
||||
}
|
||||
li.seatCharts-legendItem > .seatCharts-cell {
|
||||
cursor: default;
|
||||
}
|
||||
|
@ -1,53 +1,63 @@
|
||||
body {
|
||||
font-family: 'Nunito', sans-serif;
|
||||
background-color: #f8fafc;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
text-align: center;
|
||||
margin: 100px;
|
||||
background-color: rgba(159, 183, 218, 0.856);
|
||||
border-radius: 10px;
|
||||
padding: 50px 0;
|
||||
|
||||
text-shadow: 0 0 2px rgba(56, 55, 55, 0.6);
|
||||
color: #545c5f;
|
||||
}
|
||||
|
||||
.wrapper h2 {
|
||||
font-size: 38px;
|
||||
padding: 15px 0;
|
||||
|
||||
font-size: 64px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.wrapper h3 {
|
||||
font-size: 22px;
|
||||
font-size: 36px;
|
||||
font-weight: 400;
|
||||
text-shadow: 1px 0px 0px rgb(160, 160, 160);
|
||||
}
|
||||
|
||||
#sel-seat {
|
||||
font-size: 30px;
|
||||
text-shadow: 1px 1px 1px rgb(160, 160, 160);
|
||||
font-size: 24px;
|
||||
text-shadow: 0px 0px 1px rgb(160, 160, 160);
|
||||
margin-top: -15px;
|
||||
margin-bottom: 100px;
|
||||
padding: 0;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.2em;
|
||||
}
|
||||
|
||||
button {
|
||||
margin: auto 0;
|
||||
font-size: 18px;
|
||||
background-color: #5d7cd3;
|
||||
border-radius: 2px;
|
||||
border: 0;
|
||||
min-width: 250px;
|
||||
padding: 25px 60px;
|
||||
text-align: center;
|
||||
box-shadow:0px 4px 0px #1e3572;
|
||||
font-family: monospace;
|
||||
float: right;
|
||||
color: #fff;
|
||||
background-color: #3490dc;
|
||||
border-color: #3490dc;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: 30%;
|
||||
transform: translate(-50%, -10%);
|
||||
}
|
||||
|
||||
button:hover {
|
||||
box-shadow: 0 0 rgb(103, 88, 184);
|
||||
background-color: #3654c9;
|
||||
cursor: pointer;
|
||||
color: #fff;
|
||||
background-color: #227dc7;
|
||||
border-color: #2176bd;
|
||||
}
|
||||
|
||||
button:active {
|
||||
top: 4px;
|
||||
box-shadow: 0 0 #b85a5b;
|
||||
background-color: #3654ff;
|
||||
}
|
||||
@ -61,7 +71,6 @@ button:active {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
box-shadow:0px 4px 0px #1e3572;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.checkout-button:hover {
|
||||
@ -71,7 +80,6 @@ button:active {
|
||||
}
|
||||
|
||||
.checkout-button:active {
|
||||
top: 4px;
|
||||
box-shadow: 0 0 #b85a5b;
|
||||
background-color: #3654ff;
|
||||
}
|
||||
|
@ -1,12 +1,11 @@
|
||||
body {
|
||||
background: rgb(210, 218, 231);
|
||||
background-color: #f8fafc;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
margin: 0 auto;
|
||||
display: inline-block;
|
||||
background-color: rgba(159, 183, 218, 0.856);
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
width: 70%;
|
||||
height:60vh;
|
||||
position: absolute;
|
||||
@ -18,21 +17,30 @@ body {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: -20%;
|
||||
bottom: -30%;
|
||||
transform: translate(-50%, -10%);
|
||||
box-shadow: 0 0 rgb(103, 88, 184);
|
||||
background-color: #3654c9;
|
||||
padding: 30px 40px;
|
||||
font-family: monospace;
|
||||
color: #fff;
|
||||
background-color: #3490dc;
|
||||
border-color: #3490dc;
|
||||
padding: 50px 100px;
|
||||
font-size: 30px;
|
||||
display: none;
|
||||
width: 70%;
|
||||
}
|
||||
.czytnik:hover {
|
||||
color: #fff;
|
||||
background-color: #227dc7;
|
||||
border-color: #2176bd;
|
||||
}
|
||||
|
||||
.czytnik.open {
|
||||
display: block;
|
||||
}
|
||||
.code-p {
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
.test-form {
|
||||
display: flex;
|
||||
@ -45,34 +53,30 @@ body {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.main-text {
|
||||
|
||||
font-family: "Oswald", Tahoma, sans-serif;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .15em;
|
||||
display: inline-block;
|
||||
text-shadow: 0 0 80px rgba(255,255,255,.5);
|
||||
color: #1C1C1C;
|
||||
font-family: 'Nunito', sans-serif;
|
||||
font-weight: 500;
|
||||
text-shadow: 0 0 2px rgba(56, 55, 55, 0.6);
|
||||
color: #636b6f;
|
||||
text-align: center;
|
||||
line-height: 15vh;
|
||||
font-size: 11vh;
|
||||
height: 10%;
|
||||
font-size: 12vh;
|
||||
}
|
||||
|
||||
@media (max-width: 1300px) {
|
||||
.main-text {
|
||||
font-size: 7.5vh;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.wrapper {
|
||||
height: 40%;
|
||||
height: 50%;
|
||||
}
|
||||
.main-text {
|
||||
font-size: 3.3em;
|
||||
font-size: 9vh;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 870px) {
|
||||
.wrapper {
|
||||
height: 35%;
|
||||
}
|
||||
.main-text {
|
||||
font-size: 3.5em;
|
||||
line-height: 10vh;
|
||||
width: 100%;
|
||||
}
|
||||
@ -93,7 +97,7 @@ body {
|
||||
}
|
||||
|
||||
.main-text {
|
||||
font-size: 2.1em;
|
||||
font-size: 2.7em;
|
||||
line-height: 6vh;
|
||||
width: 100%;
|
||||
padding: 20px 0;
|
||||
@ -109,7 +113,6 @@ body {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
box-shadow:0px 4px 0px #1e3572;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.checkout-button:hover {
|
||||
|
@ -1,6 +1,7 @@
|
||||
body {
|
||||
font-family: 'Lato', sans-serif;
|
||||
font-style: #b71a4c;
|
||||
background-color: #f8fafc;
|
||||
font-family: 'Nunito', sans-serif;
|
||||
font-weight: 600;
|
||||
}
|
||||
a {
|
||||
color: #b71a4c;
|
||||
@ -8,8 +9,8 @@ a {
|
||||
.front-indicator {
|
||||
width: 90%;
|
||||
margin: 5px 32px 5px 32px;
|
||||
background-color: #f6f6f6;
|
||||
color: #adadad;
|
||||
background-color: #ececec;
|
||||
color: #a1a1a1;
|
||||
text-align: center;
|
||||
padding: 15px;
|
||||
border-radius: 5px;
|
||||
@ -26,7 +27,6 @@ a {
|
||||
width: 49%;
|
||||
margin: 0 auto;
|
||||
float: left;
|
||||
font-family: monospace;
|
||||
font-size: 16px;
|
||||
}
|
||||
.booking-details {
|
||||
@ -50,15 +50,13 @@ a {
|
||||
margin: 25px 0 20px 0;
|
||||
font-size: 35px;
|
||||
color: #333333;
|
||||
font-family: monospace;
|
||||
letter-spacing: 0.15em;
|
||||
font-weight: bold;
|
||||
}
|
||||
.booking-details h3 {
|
||||
margin: 5px 5px 0 0;
|
||||
font-size: 18px;
|
||||
font-size: 40px;
|
||||
color: #333333;
|
||||
font-family: monospace;
|
||||
font-weight: bold;
|
||||
}
|
||||
div.seatCharts-cell {
|
||||
@ -70,8 +68,7 @@ div.seatCharts-cell {
|
||||
}
|
||||
div.seatCharts-seat {
|
||||
color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
|
||||
cursor: pointer;
|
||||
}
|
||||
div.seatCharts-row {
|
||||
height: 100px;
|
||||
@ -81,20 +78,19 @@ div.seatCharts-row {
|
||||
justify-content: center;
|
||||
}
|
||||
div.seatCharts-seat.available {
|
||||
background-color: #a8b9bd;
|
||||
|
||||
background-color: #649a24;
|
||||
}
|
||||
div.seatCharts-seat.available.student-class {
|
||||
background-color: #a8b9bd;
|
||||
}
|
||||
div.seatCharts-seat.focused {
|
||||
background-color: #758184;
|
||||
background-color: #1F5684;
|
||||
}
|
||||
div.seatCharts-seat.selected {
|
||||
background-color: rgb(216, 196, 230);
|
||||
background-color: #1b4d76;
|
||||
}
|
||||
div.seatCharts-seat.unavailable {
|
||||
background-color: #caaa41;
|
||||
background-color: #6F7881;
|
||||
}
|
||||
|
||||
div.seatCharts-container {
|
||||
@ -123,26 +119,20 @@ span.seatCharts-legendDescription {
|
||||
.checkout-button {
|
||||
margin: 10px 0;
|
||||
font-size: 14px;
|
||||
background-color: #5d7cd3;
|
||||
color: #fff;
|
||||
background-color: #3490dc;
|
||||
border-color: #3490dc;
|
||||
border-radius: 3px;
|
||||
border: 0;
|
||||
padding: 15px 40px;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
box-shadow:0px 4px 0px #1e3572;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.checkout-button:hover {
|
||||
box-shadow: 0 0 rgb(103, 88, 184);
|
||||
background-color: #3654c9;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.checkout-button:active {
|
||||
top: 4px;
|
||||
box-shadow: 0 0 #b85a5b;
|
||||
background-color: #3654ff;
|
||||
background-color: #227dc7;
|
||||
border-color: #2176bd;
|
||||
}
|
||||
a.checkout-button {
|
||||
color: black;
|
||||
@ -151,7 +141,6 @@ a.checkout-button {
|
||||
|
||||
#selected-seats {
|
||||
list-style-type: none;
|
||||
font-size: 14px;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
@ -10,14 +10,14 @@ function assignPlaces() {
|
||||
map_seat.css('backgroundColor', 'lightgrey');
|
||||
$(this).css('backgroundColor', 'lightgrey');
|
||||
}).on('mouseleave', () => {
|
||||
map_seat.css('backgroundColor', '#a8b9bd');
|
||||
map_seat.css('backgroundColor', '#649a24');
|
||||
$(this).css('backgroundColor', 'unset');
|
||||
});
|
||||
$(this).on('mouseover', () => {
|
||||
map_seat.css('backgroundColor', 'lightgrey');
|
||||
$(this).css('backgroundColor', 'lightgrey');
|
||||
}).on('mouseleave', () => {
|
||||
map_seat.css('backgroundColor', '#a8b9bd');
|
||||
map_seat.css('backgroundColor', '#649a24');
|
||||
$(this).css('backgroundColor', 'unset');
|
||||
})
|
||||
})
|
||||
|
@ -6,6 +6,8 @@
|
||||
<link rel="stylesheet" type="text/css" href="{{ asset('css/map/jquery.seat-charts.css') }}">
|
||||
<link rel="stylesheet" type="text/css" href="{{ asset('css/map/seatchart.css') }}">
|
||||
<script type="text/javascript" src="{{ asset('js/map/seatchart.js') }}"></script>
|
||||
<script type="text/javascript" src="{{ asset('js/map/seatchart-custom.js') }}"></script>
|
||||
<link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet">
|
||||
@endsection
|
||||
|
||||
@section('map_content')
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
@section('title') Wybór miejsca @endsection
|
||||
@section('map_meta')
|
||||
<link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="{{ asset('css/map/przylozlegitke.css') }}">
|
||||
@endsection
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
@section('title') Wybór miejsca @endsection
|
||||
@section('map_meta')
|
||||
<link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="{{ asset('css/map/koncowastrona.css') }}">
|
||||
@endsection
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user