HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
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;
}