File: /www/wwwroot//beauty-up.com.tw/5.13/css/header.css
.site-header {
line-height: 75px;
position: relative;
width: 100%;
background: #fff;
z-index: 1000;
-webkit-transition: all 1s ease-out;
-webkit-transition: all .5s ease-out;
transition: all .5s ease-out;
box-shadow: 0 5px 10px 0 rgba(50,50,50,.06);
}
.container {
position: relative;
margin-left: auto;
margin-right: auto;
padding-right: 15px;
padding-left: 15px;
}
.site-branding .has-logo-img {
line-height: 60px;
}
.site-branding .no-logo-img.has-desc .site-title, .site-branding .has-logo-img .site-title {
margin-top: -5px;
position: relative;
}
.site-branding .site-title, .site-branding .site-text-logo {
margin: 0;
font-size: 23px;
letter-spacing: 1px;
text-transform: uppercase;
color: #000;
display: initial;
vertical-align: middle;
font-weight: 600;
}
.site-header {
line-height: 75px;
position: relative;
width: 100%;
background: #fff;
z-index: 1000;
-webkit-transition: all 1s ease-out;
-webkit-transition: all .5s ease-out;
transition: all .5s ease-out;
box-shadow: 0 5px 10px 0 rgba(50,50,50,.06);
}
.breadcrumbs {
font-size: 10px;
padding: 15px 0;
border-bottom: 1px solid #e9e9e9;
color: #858585;
}
.breadcrumbs span {
margin-right: 20px;
position: relative;
}
.entry-header .entry-title {
font-weight: 500;
text-transform: none;
letter-spacing: -.6px;
font-size: 25px;
line-height: 1.3;
}
.entry-meta {
text-transform: uppercase;
letter-spacing: 1.5px;
font-size: 12px;
font-weight: 600;
padding-bottom: 30px;
border-bottom: 1px solid #e9e9e9;
}
h2{
background-color: rgb(238, 134, 122);
font-size: 1.25rem;
line-height: 2rem;
padding: 13px 15px;
margin-top: 2.6rem;
margin-bottom: 1.6rem;
color: #fff;
border-radius: 4px;
position: relative;
font-weight: 400;
letter-spacing: 0;
}
h2:before {
position: absolute;
content: '';
height: 1px;
width: 98%;
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 60%, transparent 60%, transparent 100%);
background-size: 10px 3px;
top: 5px;
left: 1%;
z-index: 999;
}
h2:after {
position: absolute;
content: '';
height: 1px;
width: 98%;
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 60%, transparent 60%, transparent 100%);
background-size: 10px 3px;
bottom: 5px;
left: 1%;
z-index: 999;
}