User:Irukaza/common.css:修订间差异

删除167字节 、​ 2021年3月30日 (星期二)
无编辑摘要
imported>=海豚=
无编辑摘要
imported>=海豚=
无编辑摘要
第1行: 第1行:
#sidebarHidden-logo-link {
#sidebarHidden-logo-link {
   z-index: 999;
    opacity: 0;
    opacity: 0;
    pointer-events: none;
    pointer-events: none;
第19行: 第18行:
    opacity: 1;
    opacity: 1;
    pointer-events: all;
    pointer-events: all;
   width: 9em;
   left: 1em;
}
}


第47行: 第44行:
    transition: .37s ease-in-out all;
    transition: .37s ease-in-out all;
    position: fixed;
    position: fixed;
   width: .8em;
   height: .8em;
    top: calc(2.5em + 60px);
    top: calc(2.5em + 60px);
    cursor: pointer;
    cursor: pointer;
第56行: 第51行:
    border: 1px solid rgb(167, 215, 249);
    border: 1px solid rgb(167, 215, 249);
    background: rgb(255, 255, 255);
    background: rgb(255, 255, 255);
   z-index: 99;
    left: 9.3em;
    left: 9.3em;
}
}
第63行: 第57行:
#sidebarHidden-arrow-right {
#sidebarHidden-arrow-right {
    position: absolute;
    position: absolute;
   top: .3em;
   left: .3em;
   right: .3em;
   bottom: .3em;
    pointer-events: none;
    pointer-events: none;
    transition: .37s ease-in-out all;
    transition: .37s ease-in-out all;
匿名用户