用户:夕舞八弦/common.css

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:前往菜单 → 历史(Mac为Opera → Preferences),或按Ctrl-Shift-Del,然后清除浏览数据 → 勾选“已缓存的图片和文件” → 清除数据
/*右侧目录*/
.rtshow #rtocbt{
    display: none;
}
.rthide #rtocbt{
    display: inline-block;
}
.rtshow #rtoculw{
    box-shadow: 1px 1px 5px black;
}
#rightToc{
    position: fixed;
	top:20vh;
    right: 0px;
    z-index:999;
}
#rtocbt{
    display: inline-block;
    vertical-align: middle;
    background: #000;
    color:#fff;
    opacity: 0.5;
    width: 20px;
    text-align: center;
    padding: 15px 3px;
}
#rtocul{
    margin-left: 5px;
    padding-right: 5px;
    list-style: none;
    max-height: 45vh;
    overflow-y: auto;
}
#rtoculw{
	display: inline-block;
	vertical-align: middle;
	margin-left: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #a2a9b1;
}
.popup-css {
    display: inline;
    position: relative;
}

.popup-content-css {
    display: none;
}

.popup-css:hover .popup-content-css,
.popup-css:active .popup-content-css {
    display: inline-block;
    position: absolute;
    background-color: white;
    box-shadow: 0px 0px 5px #888888;
    padding: 5px;
    left: 100%;
    top: 100%;
}
/*
@media (max-width: 1264px) {
    #mw-panel {
        display: none;
    }

    #content {
        margin-left: 0px;
    }

    #btn-nav {
        display: block;
    }

    #left-navigation{
        margin-left: 0px;
    }
}

@media (min-width:1264px) {
    #btn-nav {
        display: none;
    }
}
*/