@@ -525,8 +525,8 @@ Typografie a linearni design
525
525
526
526
*/
527
527
body , input , textarea , option , select {
528
- font-size : 12 px ;
529
- line-height : 18 px ;
528
+ font-size : 16 px ;
529
+ line-height : 24 px ;
530
530
font-family : Arial, Helvetica, sans-serif; }
531
531
532
532
h1 , h2 , h3 , h4 , h5 , h6 {
542
542
p , ul , ol , table , blockquote {
543
543
padding : 0 ;
544
544
margin : 0 ;
545
- margin-bottom : 18 px ; }
545
+ margin-bottom : 24 px ; }
546
546
547
547
h1 ,
548
548
.h1 {
@@ -584,17 +584,17 @@ h3,
584
584
h4 ,
585
585
.h4 {
586
586
display : block;
587
- font-size : 12 px ;
588
- line-height : 18 px ;
587
+ font-size : 16 px ;
588
+ line-height : 24 px ;
589
589
margin : 0 ;
590
590
padding : 0 ;
591
591
font-weight : bold;
592
592
color : # 666 ; }
593
593
594
594
h2 small ,
595
595
h3 small {
596
- font-size : 12 px ;
597
- line-height : 18 px ;
596
+ font-size : 16 px ;
597
+ line-height : 24 px ;
598
598
color : # 999 ; }
599
599
600
600
big {
@@ -604,7 +604,7 @@ big {
604
604
605
605
ul ,
606
606
ol {
607
- margin : 0 0 18 px 14px ;
607
+ margin : 0 0 24 px 14px ;
608
608
padding : 0 0 0 0 ;
609
609
color : # ccc ; }
610
610
@@ -1003,7 +1003,7 @@ Nová (od 12/2015)
1003
1003
## Řádka layoutu je `.row`
1004
1004
*/
1005
1005
.row {
1006
- margin-bottom : 18 px ;
1006
+ margin-bottom : 24 px ;
1007
1007
* zoom : 1 ; }
1008
1008
.row : before , .row : after {
1009
1009
display : table;
@@ -1162,7 +1162,7 @@ Hlavička obsahu stránky
1162
1162
*/
1163
1163
.content__head {
1164
1164
text-align : center;
1165
- padding : 36 px ;
1165
+ padding : 48 px ;
1166
1166
text-align : center; }
1167
1167
1168
1168
.content__head h1 {
@@ -1184,6 +1184,7 @@ Flag - priznaky slev, Last Minute atd.
1184
1184
=========================================
1185
1185
*/
1186
1186
.flag {
1187
+ font-size : 12px ;
1187
1188
display : inline-block;
1188
1189
font-weight : normal;
1189
1190
text-transform : uppercase;
@@ -1241,48 +1242,15 @@ a.flag:active {
1241
1242
left : 2px ; }
1242
1243
1243
1244
.flags .flag + .flag {
1244
- top : 32 px ; }
1245
+ top : 38 px ; }
1245
1246
@media only screen and (min-width : 768px ) {
1246
1247
.flags .flag + .flag .flag--lg {
1247
- top : 40 px ; } }
1248
+ top : 46 px ; } }
1248
1249
.flags .flag + .flag .flag--sm {
1249
- top : 28 px ; }
1250
+ top : 34 px ; }
1250
1251
@media only screen and (max-width : 420px ) {
1251
1252
.flags .flag + .flag {
1252
- top : 28px ; } }
1253
-
1254
- .flags .flag + .flag + .flag {
1255
- top : 62px ; }
1256
- @media only screen and (min-width : 768px ) {
1257
- .flags .flag + .flag + .flag .flag--lg {
1258
- top : 78px ; } }
1259
- .flags .flag + .flag + .flag .flag--sm {
1260
- top : 54px ; }
1261
- @media only screen and (max-width : 420px ) {
1262
- .flags .flag + .flag + .flag {
1263
- top : 54px ; } }
1264
-
1265
- .flags .flag + .flag + .flag + .flag {
1266
- top : 92px ; }
1267
- @media only screen and (min-width : 768px ) {
1268
- .flags .flag + .flag + .flag + .flag .flag--lg {
1269
- top : 116px ; } }
1270
- .flags .flag + .flag + .flag + .flag .flag--sm {
1271
- top : 80px ; }
1272
- @media only screen and (max-width : 420px ) {
1273
- .flags .flag + .flag + .flag + .flag {
1274
- top : 80px ; } }
1275
-
1276
- .flags .flag + .flag + .flag + .flag + .flag {
1277
- top : 122px ; }
1278
- @media only screen and (min-width : 768px ) {
1279
- .flags .flag + .flag + .flag + .flag + .flag .flag--lg {
1280
- top : 154px ; } }
1281
- .flags .flag + .flag + .flag + .flag + .flag .flag--sm {
1282
- top : 106px ; }
1283
- @media only screen and (max-width : 420px ) {
1284
- .flags .flag + .flag + .flag + .flag + .flag {
1285
- top : 106px ; } }
1253
+ top : 34px ; } }
1286
1254
1287
1255
/*
1288
1256
@@ -1324,7 +1292,9 @@ Foot - stara paticka
1324
1292
clip : rect (0 , 0 , 0 , 0 );
1325
1293
border : 0 ; }
1326
1294
.inline-list__item {
1327
- padding : 9px 8px 8px ;
1295
+ display : inline-block;
1296
+ padding : 4px 8px ;
1297
+ margin-bottom : 8px ;
1328
1298
background-color : transparent;
1329
1299
border : 1px solid # ccc ;
1330
1300
white-space : nowrap;
@@ -1349,47 +1319,49 @@ Foot - stara paticka
1349
1319
Napr. seznamy ubytovatelu, pobytu, last-minute atd.
1350
1320
1351
1321
*/
1322
+ .list-items {
1323
+ display : -webkit-box;
1324
+ display : -ms-flexbox;
1325
+ display : flex;
1326
+ -ms-flex-wrap : wrap;
1327
+ flex-wrap : wrap;
1328
+ -webkit-box-pack : justify;
1329
+ -ms-flex-pack : justify;
1330
+ justify-content : space-between; }
1331
+
1352
1332
.list-item {
1353
- position : relative;
1354
- padding : 9px 0 ;
1355
1333
border : 1px solid transparent;
1356
- color : # 666 ;
1334
+ color : # 555 ;
1357
1335
-webkit-box-sizing : border-box;
1358
- box-sizing : border-box; }
1336
+ box-sizing : border-box;
1337
+ padding : 9px ;
1338
+ margin-bottom : 18px ;
1339
+ display : -webkit-box;
1340
+ display : -ms-flexbox;
1341
+ display : flex; }
1359
1342
@media only screen and (min-width : 768px ) {
1360
1343
.list-item {
1361
- float : left;
1362
- width : calc ((100% - 42px ) / 3 );
1363
- height : 352px ;
1364
- padding : 18px 9px 9px ;
1365
- margin : 0 7px 0 7px ; } }
1344
+ display : block;
1345
+ width : calc (33.3% - 28 px/3); } }
1366
1346
1367
1347
.list-item .image {
1368
- position : relative;
1369
- float : left;
1370
- width : 36% ;
1371
- margin-right : 4% ; }
1348
+ width : 33.3% ;
1349
+ margin-right : 14px ;
1350
+ position : relative; }
1351
+ .list-item .image a , .list-item .image img {
1352
+ display : block; }
1372
1353
@media only screen and (min-width : 768px ) {
1373
1354
.list-item .image {
1374
1355
width : auto;
1375
- float : none;
1376
- height : 165px ;
1377
- overflow : hidden;
1378
1356
margin-bottom : 12px ;
1379
1357
margin-right : 0 ; } }
1380
- @media only screen and (min-width : 1180px ) {
1381
- .list-item .image {
1382
- height : 215px ; } }
1383
- .list-item .image img {
1384
- max-width : 100% ; }
1385
1358
1386
1359
.list-item .content {
1387
- float : left ;
1388
- width : 60 % ;
1360
+ position : relative ;
1361
+ width : calc ( 66.6 % - 14 px ) ;
1389
1362
padding : 0 ; }
1390
1363
@media only screen and (min-width : 768px ) {
1391
1364
.list-item .content {
1392
- float : none;
1393
1365
width : auto; } }
1394
1366
.list-item .content p {
1395
1367
margin-bottom : 0 ; }
@@ -1400,12 +1372,8 @@ Napr. seznamy ubytovatelu, pobytu, last-minute atd.
1400
1372
@media only screen and (min-width : 768px ) {
1401
1373
.list-item .content .price {
1402
1374
position : absolute;
1403
- right : 3px ;
1404
- top : 150px ; } }
1405
-
1406
- @media only screen and (min-width : 1180px ) {
1407
- .list-item .content .price {
1408
- top : 200px ; } }
1375
+ top : -52px ;
1376
+ right : -3px ; } }
1409
1377
1410
1378
.list-item .without_border {
1411
1379
border-bottom : 0 ; }
@@ -1495,10 +1463,10 @@ Ceny, datumy - velke "cenovky"
1495
1463
font-size : 24px ;
1496
1464
font-weight : bold;
1497
1465
color : # 9BD04E ;
1498
- padding : 18 px 0 ; }
1466
+ padding : 24 px 0 ; }
1499
1467
@media only screen and (min-width : 768px ) {
1500
1468
.site-logo {
1501
- padding : 54 px 0 ; } }
1469
+ padding : 72 px 0 ; } }
1502
1470
1503
1471
/* # Modul Site Nav
1504
1472
@@ -1536,7 +1504,7 @@ Na velkých displejích vedle sebe, na malých většina schovaná do ikonek.
1536
1504
-webkit-box-align : center;
1537
1505
-ms-flex-align : center;
1538
1506
align-items : center;
1539
- height : 36 px ;
1507
+ height : 48 px ;
1540
1508
color : # fff ; }
1541
1509
.site-nav a : hover , .site-nav a : focus , .site-nav a : active {
1542
1510
text-decoration : underline; }
@@ -1551,7 +1519,7 @@ Na velkých displejích vedle sebe, na malých většina schovaná do ikonek.
1551
1519
-ms-flex : 1 ;
1552
1520
flex : 1 ; }
1553
1521
.site-nav a {
1554
- height : 54 px ; } }
1522
+ height : 72 px ; } }
1555
1523
1556
1524
/* Modul About
1557
1525
===========
@@ -1587,7 +1555,7 @@ Na velkých displejích vedle sebe, na malých většina schovaná do ikonek.
1587
1555
@media only screen and (min-width : 768px ) {
1588
1556
.about-person-full-text ,
1589
1557
.about-person-full-contact {
1590
- margin-top : 9 px ; } }
1558
+ margin-top : 12 px ; } }
1591
1559
1592
1560
.about-history {
1593
1561
background-color : # d8dbd8 ;
0 commit comments