一些未知代码,我没在网页中找到相关元素

一些未知代码,我没在网页中找到相关元素

Spirit

可能没找全

.pattern-center-sakura {position:relative;top:0;left:0;width:800px;overflow:hidden;margin:0 auto}

@media (max-width:860px) {

  .pattern-center-sakura {position:relative;top:0;left:0;width:100%;overflow:hidden}

  .pattern-center-sakura header.single-header {padding:0 4%}

  .pattern-center-sakura h1.cat-title,.pattern-center-sakura h1.entry-title,.single-center .single-header h1.entry-title {font-size:26px}

}

.pattern-center-sakura::before {content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.3)}

.pattern-center-sakura header.pattern-header {position:absolute;top:45%;left:0;right:0;text-align:center;color:#FFF;z-index:1}

.pattern-center-sakura h1.cat-title,.pattern-center-sakura h1.entry-title {color:#FFF;font-size:40px;font-weight:500;width:80%;margin:auto;padding:0;border:0}


.site-statistics {display:none}

.butterBar {position:fixed;text-align:center;top:0;left:0;right:0;width:100%;z-index:10000}

.butterBar--center {margin:auto}

.butterBar-message {background:#16a085;color:#fff;border-bottom-left-radius:4px;border-bottom-right-radius:4px;display:inline-block;font-size:14px;margin-bottom:0;padding:12px 25px;z-index:10000;margin-top:-4px}


#footer-sponsor {font-size:9px}

@media (max-width:860px) {

  #footer-sponsor {margin-bottom:-20px}

}


.mashiro-author-info {background:url(//static.mashiro.top/wp-content/themes/Sakura/images/LOGO-Unicorn-Gradient.svg);width:200px;height:200px;margin:auto}

.itempic {min-height:280px;max-height:300px;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover}

.finish-icon-container {font-size:1rem;display:-webkit-box;display:box;display:-webkit-flex;display:flex;-webkit-box-align:center;box-align:center;-webkit-align-items:center;align-items:center}

.finish-icon-text {margin-right:8px}

.finish-icon {vertical-align:text-bottom}

progress {-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-size:auto;height:24px;width:100%}

.skill-list {list-style:none;margin:0;padding-top:25px}

.skill {margin-bottom:1em;position:relative}

.skill div {color:#fff;line-height:1;position:absolute;top:4px;font-size:1em;margin-top:0;margin-bottom:0;text-shadow:0 0 1px rgba(0,0,0,.22);width:100%;text-align:center}

.skill::-webkit-progress-value {-webkit-animation:bar-fill 2s;width:0}

.skill-1::-webkit-progress-value {background:#ff9e2c}

.skill-1::-moz-progress-bar {background:#ff9e2c}

@-webkit-keyframes bar-fill {0% {width:0}

}

@keyframes bar-fill {0% {width:0}

}

.alignright {width:auto !important}


.author-profile {padding:30px 12.78%;text-align:center}

.author-profile .info {overflow:hidden;text-align:center}

.author-profile .profile {display:inline-block;width:70px;height:70px}

.author-profile .profile img {max-width:100%;border-radius:100%;padding:3px;border:1px solid #ddd}

.author-profile hr {width:50%;height:0;margin:0}

.author-profile .meta {display:block;text-align:center}

.author-profile .meta h3 {margin:10px 0 0;text-transform:none}

.author-profile .meta h3 a {font-size:18px;font-weight:400;line-height:normal;letter-spacing:1px;color:#ABABAB}

.author-profile .meta .title {display:none}

.author-profile p {font-size:13px;line-height:30px;margin:15px 0 0;color:#7d8588;letter-spacing:0;display:inline-block;padding:10px 20px;border-top:1px solid #EFEFEF;border-bottom:1px solid #EFEFEF}

.author-profile i {color:#65C186;float:none;margin-right:10px;font-size:16px}

.mashiro-profile {color:#7a7b7c;text-align:left;width:330px;height:100px;position:relative;top:70px;left:50%;transform:translate(-50%,-50%);border-radius:5px;background-color:#fafafa;box-shadow:0 0 2rem #babbbc;animation:show-profile .5s forwards ease-in-out}

@keyframes show-profile {0% {width:0}

}

.mashiro-profile .content,.mashiro-profile .photo {box-sizing:border-box}

.mashiro-profile .photo {width:100px;height:100px;border-radius:50%;overflow:hidden;border:5px solid #fafafa;background-color:#fafafa;margin-left:-50px;box-shadow:0 0 .5rem #babbbc;animation:rotate-photo .5s forwards ease-in-out}

@keyframes rotate-photo {100% {transform:rotate(-360deg)}

}

.mashiro-profile .photo img {width:100%}

.mashiro-profile .content {padding:10px;overflow:hidden;position:absolute;width:100%;height:100%;top:0;left:0}

.mashiro-profile .content::before {content:"";position:absolute;width:230px;height:150px;background-color:#fef1c7;left:0;top:-20px;z-index:-1;transform:rotate(-8deg)}

.mashiro-profile .content .text {margin-top:20px;margin-left:50px}

.mashiro-profile .content .text h3,.mashiro-profile .content .text h6 {font-weight:400;margin:3px 0;letter-spacing:.5px;white-space:nowrap}

.mashiro-profile .content .btn {background-color:#abc;width:50px;height:50px;position:absolute;right:25px;top:25px;border-radius:50%;z-index:1;cursor:pointer;transition-duration:.3s;animation:pop-btn .3s both ease-in-out .5s}

@keyframes pop-btn {0% {transform:scale(0)}

80% {transform:scale(1.2)}

100% {transform:scale(1)}

}

.mashiro-profile .content .btn:hover {box-shadow:0 0 0 5px rgba(170,187,204,.5)}

.mashiro-profile .content .btn span {width:60%;height:2px;position:absolute;background-color:#fff;top:50%;left:20%;transform:translateY(-50%);animation:to-hamburger .3s forwards ease-in-out}

.mashiro-profile .content .btn span::after,.mashiro-profile .content .btn span::before {content:"";width:100%;height:2px;position:absolute;background-color:#fff;transition-duration:.3s;transform:rotate(0);right:0}

.mashiro-profile .content .btn span::before {margin-top:-7px}

.mashiro-profile .content .btn span::after {margin-top:7px}

.mashiro-profile .content .btn.active span {animation:to-arrow .3s forwards ease-in-out}

.mashiro-profile .content .btn.active span::after,.mashiro-profile .content .btn.active span::before {width:60%;right:-1px}

.mashiro-profile .content .btn.active span::before {transform:rotate(45deg)}

.mashiro-profile .content .btn.active span::after {transform:rotate(-45deg)}

@keyframes to-hamburger {from {transform:translateY(-50%) rotate(-180deg)}

}

@keyframes to-arrow {from {transform:translateY(-50%) rotate(0)}

to {transform:translateY(-50%) rotate(180deg)}

}

.mashiro-profile .box {width:150px;height:150px;opacity:0;border-radius:50%;background-color:rgba(255,255,255,.7);position:absolute;top:50%;right:-40%;transform:translate(-50%,-50%);transition-duration:.3s}

.mashiro-profile .box a {width:50px;height:50px;border-radius:50%;background-color:#ececec;font-size:26px;text-align:center;line-height:50px;position:absolute;left:18px;top:calc(75px - 50px/2);box-shadow:0 0 .5rem #babbbc;transition-duration:.3s;text-decoration:none}

.mashiro-profile .box a:hover {transition-delay:initial !important;box-shadow:0 0 0 5px #babbbc}

.mashiro-profile .box.open {opacity:1}

.mashiro-profile .box.open a {left:60px}

.mashiro-profile .box.open a:nth-of-type(1) {transform:rotate(-90deg) translateX(120px) rotate(90deg);transition-delay:0s}

.mashiro-profile .box.open a:nth-of-type(2) {transform:rotate(-45deg) translateX(120px) rotate(45deg);transition-delay:.1s}

.mashiro-profile .box.open a:nth-of-type(3) {transform:rotate(0) translateX(120px) rotate(0);transition-delay:.2s}

.mashiro-profile .box.open a:nth-of-type(4) {transform:rotate(45deg) translateX(120px) rotate(-45deg);transition-delay:.3s}

.mashiro-profile .box.open a:nth-of-type(5) {transform:rotate(90deg) translateX(120px) rotate(-90deg);transition-delay:.4s}


.chinese-font {font-family:'Merriweather Sans',Helvetica,Tahoma,Arial,'PingFang SC','Hiragino Sans GB','Microsoft Yahei','WenQuanYi Micro Hei',sans-serif}

.chinese-tranditional-font {font-family:Helvetica,Tahoma,Arial,"文泉驛正黑","WenQuanYi Zen Hei","儷黑 Pro","LiHei Pro","微軟正黑體","Microsoft JhengHei","標楷體",DFKai-SB,sans-serif}

.japanese-font {font-family:游ゴシック体,'Yu Gothic',YuGothic,'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,Osaka,'MS Pゴシック','MS PGothic',sans-serif}

.english-serif {font-family:'Noto Serif CJK SC','Noto Serif CJK',serif}

.code-font {font-family:'Source Code Pro',monospace}

.Ubuntu-font {font-family:Ubuntu,sans-serif}


.postava img {border-radius:50%;padding:2px;border:1px solid #E8E8E8;margin-top:25px}

.postava {float:right}

.post-status p {margin:0}

.s-time {position:relative;top:16px;font-size:12px;color:#989898;letter-spacing:1px;text-align:right;margin-bottom:10px;margin-top:-15px}

.s-content {min-height:60px;margin:0 14% 0 2%;padding:15px 30px;line-height:30px;border:1px dashed #E0E0E0;background:#FBFBFB}

.s-time i {font-size:13px;margin-right:5px}

.post-status {margin-bottom:80px}

.navigator {text-align:center;margin:80px 0;display:block}

.navigator a {display:inline-block;height:39px;line-height:39px;margin:20px 0}

.navigator i {font-size:15px;color:#D8D8D8;padding:10px;border:2px solid #ddd;border-radius:50%;margin:0 10px}

.navigator i:hover {color:#fff;background:#16a085;border:2px solid #16a085;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}


@media (max-width:630px) {.works-list {width:100% !important;margin:0 !important}

}

.we-content li {width:100%;margin-top:0}

.we-icon {top:50px !important}

.wtitle {top:130px !important}

.sub-text {top:160px !important}

.admin-login,.wesite-des {display:none}

.wesite-title {float:none;text-align:center;border-right:none;padding-right:0}

}

Report Page