企鹅物流-主题
评分: 0+x

:root{
    --sidebar-width:14rem;
    --float-img-width:80%;
    --float-img-height:80%; 
    --float-img-top:0px;
     --float-img-left:0%;
     --topbar-height:38px;
}
 
#header {
    height: 160px;
    position: relative;
    z-index: 10;
    padding-bottom: 22px;
    background: url(http://ark-logistics.wikidot.com/local--files/file:penguin/Penguin) 13.5rem 2.8rem no-repeat;
}
#header h2 {
    margin-left: 120px;
    padding: 1em 0 0 0;
    clear: left;
    float: left;
    font-size: 141%;
    max-height: 38px;
    line-height: 3rem;
    letter-spacing: -0.2em !important;
    color: transparent;
    text-shadow: none !important;
}
#header h2:before {
    content: '-企鹅物流 使命必达-';
    clear: left;
    float: left;
    font-size: 141%;
    max-height: 38px;
    line-height: 3rem;
    letter-spacing: -0.2em !important;
    margin-top: 0.7em;
    font-family: 'zuijinregular', "Source Han Serif", "Source Han Serif CN", Songti SC, serif !important;
    color: rgba(var(--ti-color));
    font-weight: 900;
    text-shadow: 0 0 5px rgba(var(--ti-shadow)), 0 0 10px rgba(var(--ti-shadow));
    letter-spacing: -.25rem !important;
    font-size: large;
    margin-left: 14.5rem;
}
@media screen and (max-width: 767px) {
#header h2:before {
    content: '-企鹅物流 使命必达-';
    clear: left;
    float: left;
    font-size: 141%;
    max-height: 38px;
    line-height: 3rem;
    letter-spacing: -0.2em !important;
    margin-top: 1.7em;
    font-family: 'zuijinregular', "Source Han Serif", "Source Han Serif CN", Songti SC, serif !important;
    color: rgba(var(--ti-color));
    font-weight: 900;
    text-shadow: 0 0 5px rgba(var(--ti-shadow)), 0 0 10px rgba(var(--ti-shadow));
    letter-spacing: -.25rem !important;
    font-size: large;
}
}
 
div#extra-div-1 {
    height:var(--topbar-height);
}
 
#side-bar,
#side-bar .side-block  a,
#side-bar .side-block .heading,
#side-bar .side-block .menu-item {
    width:var(--sidebar-width) !important;
}
 
div#extra-div-3 {
    position:relative;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-image:none ;
    z-index: 0;
    box-shadow: none;
         z-index:-1;
}
 
div#extra-div-3:before{
    content: ' ';
    background-image: url(http://note.youdao.com/yws/api/personal/file/WEBf70a5d3b1f67a9e885b475a8f10782ca?method=download&inline=true&shareKey=65f566ff8fe7e97517d5ad26f424d383);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position:fixed;
    top:10%;
    box-shadow:0 0 50px 30px #ffffff00 inset;
 
    width:100%;
    height: 100%;
    width:var(--float-img-width);
    height:var(--float-img-height);
    top:var(--float-img-top);
 
    right:-moz-calc((100% - var(--sidebar-width) - var(--float-img-width) )/2);
    right:-webkit-calc((100% - var(--sidebar-width) - var(--float-img-width) )/2);
    right:calc((100% - var(--sidebar-width) - var(--float-img-width) )/2);
 
    top:-moz-calc(100% - var(--topbar-height) -  var(--float-img-height));
    top:-webkit-calc(100% - var(--topbar-height) -  var(--float-img-height));
    top:calc((100% + var(--topbar-height) -  var(--float-img-height))/2);
 
}
 
@media (max-width: 767px){
div#extra-div-3:before {
     left:10% ;      
     left:-moz-calc((100% - var(--float-img-width))/2);
     left:-webkit-calc((110% - var(--float-img-width))/2);
     left:calc((100% - var(--float-img-width))/2);
}
}
 
div#extra-div-2 {
    position: fixed;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(http://note.youdao.com/yws/api/personal/file/WEBf70a5d3b1f67a9e885b475a8f10782ca?method=download&inline=true&shareKey=65f566ff8fe7e97517d5ad26f424d383);
    z-index: -2;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    box-shadow: none;
}
除非特别注明,本站内容采用 Creative Commons Attribution-NonCommercial-ShareAlike 4.0 协议授权。