update koncowastrona css
This commit is contained in:
parent
afd066fe00
commit
cce61938b8
@ -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;
|
|
||||||
}
|
}
|
@ -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 »</button>
|
<button class="gotomain-button" onclick="doStronyGlownej()">Następny student »</button>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user