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

H萌娘,万物皆可H的百科全书!
跳到导航 跳到搜索
imported>=海豚=
(清空页面)
imported>=海豚=
无编辑摘要
第1行: 第1行:
#sidebarHidden-logo-link {
   display: none;
   position: absolute;
   top: 60px;
   cursor: pointer;
   height: 40px;
   width: 9em;
   left: 1em;
   text-align: center;
   background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .3) 30%, rgba(255, 255, 255, .5)) !important;
   background-color: transparent !important;
}


@media screen and (min-width: 982px) {
   #sidebarHidden-logo-link {
     width: 10em;
   }
}
body.sidebarHidden #sidebarHidden-logo-link {
   display: block;
}
#sidebarHidden-logo {
   height: 100%;
   width: auto;
   position: absolute;
   transform: translateX(-50%);
   left: 50%;
   bottom: 0;
}
#sidebarHidden-arrow {
   position: fixed;
   width: .8em;
   height: .8em;
   top: calc(2.5em + 60px);
   cursor: pointer;
   padding: .3em;
   border-radius: 50%;
   text-align: center;
   border: 1px solid rgb(167, 215, 249);
   background: rgb(255, 255, 255);
   z-index: 99;
   left: 9.3em;
}
#sidebarHidden-arrow:hover {
   background-color: rgb(223, 245, 255);
}
@media screen and (min-width: 982px) {
   #sidebarHidden-arrow {
     left: 10.3em;
   }
}
body.sidebarHidden #sidebarHidden-arrow {
   left: 0.3em;
}
body.sidebarHidden #content,
body.sidebarHidden #footer {
   margin-left: 1em !important;
}
body.sidebarHidden #mw-panel {
   display: none !important;
}

2021年3月19日 (五) 18:41的版本

#sidebarHidden-logo-link {
    display: none;
    position: absolute;
    top: 60px;
    cursor: pointer;
    height: 40px;
    width: 9em;
    left: 1em;
    text-align: center;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .3) 30%, rgba(255, 255, 255, .5)) !important;
    background-color: transparent !important;
}

@media screen and (min-width: 982px) {
    #sidebarHidden-logo-link {
        width: 10em;
    }
}

body.sidebarHidden #sidebarHidden-logo-link {
    display: block;
}

#sidebarHidden-logo {
    height: 100%;
    width: auto;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}

#sidebarHidden-arrow {
    position: fixed;
    width: .8em;
    height: .8em;
    top: calc(2.5em + 60px);
    cursor: pointer;
    padding: .3em;
    border-radius: 50%;
    text-align: center;
    border: 1px solid rgb(167, 215, 249);
    background: rgb(255, 255, 255);
    z-index: 99;
    left: 9.3em;
}

#sidebarHidden-arrow:hover {
    background-color: rgb(223, 245, 255);
}

@media screen and (min-width: 982px) {
    #sidebarHidden-arrow {
        left: 10.3em;
    }
}

body.sidebarHidden #sidebarHidden-arrow {
    left: 0.3em;
}

body.sidebarHidden #content,
body.sidebarHidden #footer {
    margin-left: 1em !important;
}

body.sidebarHidden #mw-panel {
    display: none !important;
}