xChar
#to-top { width: unset; height: unset; border-width: unset; box-shadow: none; .xlog-back-to-top { background: url('ipfs://bafkreidu3jruq7af7k5mtimmodtrsg4322yobr346l3x7jljen3xflflny') center/cover !important; width: 70px !important; height: 900px !important; margin-top: 0 !important; opacity: 1 !important; border: none !important; right: 50px !important; } .xlog-back-to-top.xlog-fab-inactive { transform: translate(0, -900px) !important; display: block !important; } .xlog-back-to-top i { display: none !important; } footer { position: relative; margin-top: 260px; } footer:before { content: ' '; background: url(ipfs://bafkreigq3m2bj76jl7abz6i5rlzegutcrfc2j2nqkcypksbeyu67fsymoy) no-repeat center; height: 368px; width: 100%; display: block; position: absolute; top: -295px; left: 0; }

精簡樣式源碼的時候準備刪掉的(留個備份檔
非原創, 但做了些許修改


側欄的飛天哈基米
建議只在桌面端啓用

  .xlog-back-to-top {
  background: url('ipfs://bafkreidu3jruq7af7k5mtimmodtrsg4322yobr346l3x7jljen3xflflny') center/cover;
  width: 70px;
  height: 900px;
  margin-top: 0;
  opacity: 1;
  border: none;
  right: 50px;
}
.xlog-back-to-top.xlog-fab-inactive {
  transform: translate(0, -900px);
  display: block;
}
.xlog-back-to-top i {
  display: none;
}

Footer 的胖次

footer {
    position: relative;
    margin-top: 260px;
}
footer:before {
    content: ' ';
    background: url(ipfs://bafkreigq3m2bj76jl7abz6i5rlzegutcrfc2j2nqkcypksbeyu67fsymoy) no-repeat center;
    height: 368px;
    width: 100%;
    display: block;
    position: absolute;
    top: -295px;
    left: 0;
}
Loading comments...