Merge branch 'master' of git.wmi.amu.edu.pl:s452108/atcheck

This commit is contained in:
s416422 2019-12-13 23:28:22 +01:00
commit 85b453b16e
7 changed files with 106 additions and 84 deletions

View File

@ -1,6 +1,8 @@
/*
div.seatCharts-container { div.seatCharts-container {
/*min-width: 700px;*/ min-width: 700px;
} }
*/
div.seatCharts-cell { div.seatCharts-cell {
height: 16px; height: 16px;
@ -29,11 +31,12 @@ div.seatCharts-seat:focus {
.seatCharts-seat:focus { .seatCharts-seat:focus {
outline: none; outline: none;
} }
*/
div.seatCharts-space { div.seatCharts-space {
background-color: white; background-color: white;
} }
*/
div.seatCharts-row { div.seatCharts-row {
height: 50px; height: 50px;
} }
@ -56,13 +59,19 @@ div.seatCharts-seat.available {
div.seatCharts-seat.unavailable { div.seatCharts-seat.unavailable {
background-color: red; background-color: red;
cursor: not-allowed;
} }
ul.seatCharts-legendList { ul.seatCharts-legendList {
list-style: none; list-style: none;
cursor: default;
} }
li.seatCharts-legendItem { li.seatCharts-legendItem {
margin-top: 10px; margin-top: 10px;
line-height: 2; line-height: 2;
} }
li.seatCharts-legendItem > .seatCharts-cell {
cursor: default;
}

View File

@ -1,33 +1,36 @@
body { body {
font-family: monospace, sans-serif; font-family: 'Nunito', sans-serif;
background-color: #f8fafc;
} }
.wrapper { .wrapper {
text-align: center; text-align: center;
margin: 100px; margin: 100px;
background-color: rgba(159, 183, 218, 0.856);
border-radius: 10px; border-radius: 10px;
padding: 50px 0; padding: 50px 0;
text-shadow: 0 0 2px rgba(56, 55, 55, 0.6);
color: #545c5f;
} }
.wrapper h2 { .wrapper h2 {
font-size: 38px; font-size: 64px;
padding: 15px 0; padding: 0;
} }
.wrapper h3 { .wrapper h3 {
font-size: 22px; font-size: 36px;
font-weight: 400;
text-shadow: 1px 0px 0px rgb(160, 160, 160);
} }
#sel-seat { #sel-seat {
font-size: 30px; font-size: 24px;
text-shadow: 1px 1px 1px rgb(160, 160, 160); text-shadow: 0px 0px 1px rgb(160, 160, 160);
margin-top: -15px; margin-top: -15px;
margin-bottom: 100px; margin-bottom: 100px;
padding: 0; padding: 0;
font-weight: 600;
letter-spacing: 0.2em;
} }
button { button {
@ -39,18 +42,20 @@ button {
min-width: 250px; min-width: 250px;
padding: 25px 60px; padding: 25px 60px;
text-align: center; text-align: center;
box-shadow:0px 4px 0px #1e3572; color: #fff;
font-family: monospace; background-color: #3490dc;
float: right; border-color: #3490dc;
display: inline-block;
text-align: center;
position: absolute;
left: 50%;
bottom: 30%;
transform: translate(-50%, -10%);
} }
button:hover { button:hover {
box-shadow: 0 0 rgb(103, 88, 184); box-shadow: 0 0 rgb(103, 88, 184);
background-color: #3654c9; color: #fff;
} background-color: #227dc7;
border-color: #2176bd;
button:active {
top: 4px;
box-shadow: 0 0 #b85a5b;
background-color: #3654ff;
} }

View File

@ -8,6 +8,7 @@
<script type="text/javascript" src="jquery.seat-charts.min.js"></script> <script type="text/javascript" src="jquery.seat-charts.min.js"></script>
<link rel="stylesheet" type="text/css" href="koncowastrona.css"> <link rel="stylesheet" type="text/css" href="koncowastrona.css">
<script type="text/javascript" src="seatchart.js"></script> <script type="text/javascript" src="seatchart.js"></script>
<link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet">
</head> </head>
<body> <body>
@ -17,7 +18,7 @@
<h3>wybrane miejsce:</h3> <h3>wybrane miejsce:</h3>
<ul id="sel-seat"></ul> <ul id="sel-seat"></ul>
<button class="gotomain-button" onclick="doStronyGlownej()">Przejdź do strony głównej &raquo;</button> <button class="gotomain-button" onclick="doStronyGlownej()">Następny student &raquo;</button>
</div> </div>
</body> </body>

View File

@ -1,19 +1,17 @@
body { body {
background: rgb(210, 218, 231); background-color: #f8fafc;
} }
.wrapper { .wrapper {
margin: 0 auto; margin: 0 auto;
display: inline-block; display: inline-block;
background-color: rgba(159, 183, 218, 0.856); padding: 20px;
border-radius: 10px;
width: 70%; width: 70%;
height:60vh; height:60vh;
position: absolute; position: absolute;
left: 50%; left: 50%;
top: 50%; top: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
} }
.czytnik { .czytnik {
@ -21,49 +19,50 @@ body {
text-align: center; text-align: center;
position: absolute; position: absolute;
left: 50%; left: 50%;
bottom: -20%; bottom: -30%;
transform: translate(-50%, -10%); transform: translate(-50%, -10%);
background-color: rgba(139, 152, 172, 0.856); color: #fff;
padding: 30px 80px; background-color: #3490dc;
font-family: monospace; border-color: #3490dc;
padding: 50px 100px;
font: 400 13.3333px Arial;
font-size: 30px; font-size: 30px;
font-weight: 400;
} }
.czytnik:hover { .czytnik:hover {
box-shadow: 0 0 rgb(103, 88, 184); box-shadow: 0 0 rgb(103, 88, 184);
background-color: #3654c9; color: #fff;
cursor: progress; background-color: #227dc7;
border-color: #2176bd;
} }
.main-text { .main-text {
font-family: "Oswald", Tahoma, sans-serif;
font-display: bold;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: .15em; font-family: 'Nunito', sans-serif;
display: inline-block; font-weight: 500;
text-shadow: 0 0 80px rgba(255,255,255,.5); text-shadow: 0 0 2px rgba(56, 55, 55, 0.6);
color: #1C1C1C; color: #636b6f;
text-align: center; text-align: center;
line-height: 15vh; font-size: 12vh;
font-size: 11vh;
height: 10%;
} }
@media (max-width: 1300px) { @media (max-width: 1300px) {
.main-text { .wrapper {
font-size: 7.5vh; height: 50%;
}
.main-text {
font-size: 9vh;
width: 100%; width: 100%;
} }
} }
@media (max-width: 900px) { @media (max-width: 870px) {
.wrapper { .wrapper {
height: 40%; height: 35%;
} }
.main-text { .main-text {
font-size: 3.3em; font-size: 3.5em;
line-height: 10vh; line-height: 10vh;
width: 100%; width: 100%;
} }
@ -74,17 +73,16 @@ body {
padding: 30px 50px; padding: 30px 50px;
font-size: 25px; font-size: 25px;
} }
} }
@media (max-width: 650px) { @media (max-width: 650px) {
.wrapper { .wrapper {
height: 30%; height: 30%;
} }
.main-text { .main-text {
font-size: 2.1em; font-size: 2.7em;
line-height: 6vh; line-height: 6vh;
width: 100%; width: 100%;
padding: 20px 0; padding: 20px 0;
} }
}

View File

@ -9,6 +9,7 @@
<script type="text/javascript" src="jquery.seat-charts.min.js"></script> <script type="text/javascript" src="jquery.seat-charts.min.js"></script>
<link rel="stylesheet" type="text/css" href="przylozlegitke.css"> <link rel="stylesheet" type="text/css" href="przylozlegitke.css">
<script type="text/javascript" src="przylozlegitke.js"></script> <script type="text/javascript" src="przylozlegitke.js"></script>
<link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet">
<title>@CHECK</title> <title>@CHECK</title>
</head> </head>

View File

@ -1,15 +1,19 @@
body { body {
font-family: 'Lato', sans-serif; background-color: #f8fafc;
font-family: 'Nunito', sans-serif;
font-weight: 600;
font-style: #b71a4c; font-style: #b71a4c;
} }
a { a {
color: #b71a4c; color: #b71a4c;
} }
.front-indicator { .front-indicator {
width: 90%; width: 90%;
margin: 5px 32px 5px 32px; margin: 5px 32px 5px 32px;
background-color: #f6f6f6; background-color: #ececec;
color: #adadad; color: #a1a1a1;
text-align: center; text-align: center;
padding: 15px; padding: 15px;
border-radius: 5px; border-radius: 5px;
@ -19,60 +23,64 @@ a {
margin: 0 auto; margin: 0 auto;
text-align: left; text-align: left;
} }
.seat-stat-wrapper { .seat-stat-wrapper {
display: inline; display: inline;
} }
#legend { #legend {
width: 49%; width: 49%;
margin: 0 auto; margin: 0 auto;
float: left; float: left;
font-family: monospace;
font-size: 16px; font-size: 16px;
} }
.booking-details { .booking-details {
display: inline-block; display: inline-block;
text-align: right; text-align: right;
font-size: 12px; font-size: 12px;
width: 49%; width: 49%;
margin: 0 auto; margin: 0 auto;
} }
@media screen and (max-width: 550px) { @media screen and (max-width: 550px) {
#legend { #legend {
width: 100%; width: 100%;
} }
.booking-details { .booking-details {
width: 100%; width: 100%;
text-align: left; text-align: left;
} }
} }
.booking-details h2 { .booking-details h2 {
margin: 25px 0 20px 0; margin: 25px 0 20px 0;
font-size: 35px; font-size: 40px;
color: #333333; color: #333333;
font-family: monospace; letter-spacing: 0.1em;
letter-spacing: 0.15em;
font-weight: bold; font-weight: bold;
} }
.booking-details h3 { .booking-details h3 {
margin: 5px 5px 0 0; margin: 5px 5px 0 0;
font-size: 18px; font-size: 22px;
color: #333333; color: #333333;
font-family: monospace;
font-display: bold; font-display: bold;
} }
div.seatCharts-cell { div.seatCharts-cell {
color: #182C4E; color: #182C4E;
height: 90px; height: 90px;
width: 90px; width: 90px;
line-height: 90px; line-height: 90px;
} }
div.seatCharts-seat { div.seatCharts-seat {
color: #FFFFFF; color: #FFFFFF;
cursor: pointer; cursor: pointer;
} }
div.seatCharts-row { div.seatCharts-row {
height: 100px; height: 100px;
width: 90%; width: 90%;
@ -80,21 +88,25 @@ div.seatCharts-row {
/*align-items: center;*/ /*align-items: center;*/
justify-content: center; justify-content: center;
} }
div.seatCharts-seat.available {
background-color: #a8b9bd;
div.seatCharts-seat.available {
background-color: #649a24;
} }
div.seatCharts-seat.available.student-class { div.seatCharts-seat.available.student-class {
background-color: #a8b9bd; background-color: #a8b9bd;
} }
div.seatCharts-seat.focused { div.seatCharts-seat.focused {
background-color: #758184; background-color: #1F5684;
} }
div.seatCharts-seat.selected { div.seatCharts-seat.selected {
background-color: rgb(216, 196, 230); background-color: #1b4d76;
} }
div.seatCharts-seat.unavailable { div.seatCharts-seat.unavailable {
background-color: #caaa41; background-color: #6F7881;
} }
div.seatCharts-container { div.seatCharts-container {
@ -102,8 +114,8 @@ div.seatCharts-container {
padding: 20px 0; padding: 20px 0;
margin: 0 auto; margin: 0 auto;
text-align: center; text-align: center;
} }
div.seatCharts-legend { div.seatCharts-legend {
display: inline-block; display: inline-block;
} }
@ -115,6 +127,7 @@ div.seatCharts-legend li {
ul.seatCharts-legendList { ul.seatCharts-legendList {
padding-left: 0px; padding-left: 0px;
} }
span.seatCharts-legendDescription { span.seatCharts-legendDescription {
margin-left: 5px; margin-left: 5px;
line-height: 100px; line-height: 100px;
@ -123,30 +136,24 @@ span.seatCharts-legendDescription {
.checkout-button { .checkout-button {
margin: 10px 0; margin: 10px 0;
font-size: 14px; font-size: 14px;
background-color: #5d7cd3; color: #fff;
background-color: #3490dc;
border-color: #3490dc;
border-radius: 3px; border-radius: 3px;
border: 0; border: 0;
padding: 15px 40px; padding: 15px 40px;
display: inline-block; display: inline-block;
text-align: center; text-align: center;
box-shadow:0px 4px 0px #1e3572;
font-family: monospace;
} }
.checkout-button:hover { .checkout-button:hover {
box-shadow: 0 0 rgb(103, 88, 184); box-shadow: 0 0 rgb(103, 88, 184);
background-color: #3654c9; background-color: #227dc7;
} border-color: #2176bd;
.checkout-button:active {
top: 4px;
box-shadow: 0 0 #b85a5b;
background-color: #3654ff;
} }
#selected-seats { #selected-seats {
list-style-type: none; list-style-type: none;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri;
font-size: 14px; font-size: 14px;
margin-left: 0; margin-left: 0;
padding-left: 0; padding-left: 0;

View File

@ -9,6 +9,7 @@
<script type="text/javascript" src="jquery.seat-charts.min.js"></script> <script type="text/javascript" src="jquery.seat-charts.min.js"></script>
<link rel="stylesheet" type="text/css" href="seatchart.css"> <link rel="stylesheet" type="text/css" href="seatchart.css">
<script type="text/javascript" src="seatchart.js"></script> <script type="text/javascript" src="seatchart.js"></script>
<link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet">
<title>@CHECK</title> <title>@CHECK</title>
</head> </head>