master
candice 4 years ago
parent da3bf2247e
commit b20ccf0ec2

@ -37,7 +37,7 @@ h3 {
h3 em {color: #ad1818;
font-size: 35px;
font-weight: 800;
text-shadow: 1px 1px 1px #f1f1f1;}
text-shadow: 1px 1px 1px #f6f6f6;}
p {
line-height: 27px;
@ -52,7 +52,7 @@ p a {
}
p a:hover {
text-decoration: none;
background: #f1f1f1;
background: #f6f6f6;
transition: 1s;
color: #ad1818;
}
@ -284,7 +284,7 @@ table.infotable, table.monthWeather {
border-spacing: 0;
width: 100%;}
table.infotable th, table.monthWeather th {
background: #f1f1f1;
background: #f6f6f6;
padding: 15px 10px;
font-family: 'Goudy Old Style';
border-top: 1px solid #d1d1d1;
@ -858,7 +858,7 @@ table.story_table {width: 600px;
.chinamap_travelguide { width: 45%;
display: inline-block;
margin-top: 120px;}
.all_width_content { background: #f1f1f1;
.all_width_content { background: #f6f6f6;
padding: 30px 0;
}
.all_width_content_1200 {width:1200px; margin: 0 auto;}
@ -994,7 +994,7 @@ table.story_table {width: 600px;
margin: 0 10px 10px 0;
position: relative;}
.tourdetailinfo { padding: 15px;
background: #f1f1f1;
background: #f6f6f6;
}
.tourdetailinfo p { padding: 0; text-align: center;}
.expatstourname {
@ -1358,7 +1358,7 @@ input.dateicon {font-size: 16px;
position: relative;
display: block;
padding: 5px 20px;
color: #f1f1f1;
color: #f6f6f6;
transition: color 0.1s;
font-size: 24px;
font-family: 'Goudy Old Style';
@ -1370,8 +1370,8 @@ input.dateicon {font-size: 16px;
height: 10px;
transition: transform 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
border-top: 3px solid #f1f1f1;
border-right: 3px solid #f1f1f1;
border-top: 3px solid #f6f6f6;
border-right: 3px solid #f6f6f6;
float: right;
top: 15px;
right: 20px;
@ -1383,7 +1383,7 @@ input.dateicon {font-size: 16px;
.menu__link:focus,
.menu__link[data-submenu]:hover::after,
.menu__link[data-submenu]:focus::after {
color: #f1f1f1;
color: #f6f6f6;
}
.menu__link--current::before {
content: '\00B7';
@ -1393,7 +1393,7 @@ input.dateicon {font-size: 16px;
top: 50%;
left: 0.5em;
height: 4px;
color: #f1f1f1;
color: #f6f6f6;
}
[class^='animate-'],
[class*=' animate-'] {
@ -2111,7 +2111,7 @@ position: relative;
left: 0;
top: 0;
width: 100%;
padding: 230px 0 50px 0;
padding: 215px 0 50px 0;
bottom: 0;
display: block;
position: relative;
@ -2476,7 +2476,7 @@ h2, h3{ padding: 70px 15px 15px 15px;}
position: fixed;
width: 100%;
top: 0;
box-shadow: 1px 1px 6px 1px #f1f1f1;
box-shadow: 1px 1px 6px 1px #f6f6f6;
}
.bottomlogo {
font-size: 16px;

Loading…
Cancel
Save