更改

跳到导航 跳到搜索
添加1,283字节 、​ 2022年10月17日 (一) 11:25
创建页面,内容为“→‎这里的任何CSS将为使用Vector皮肤的用户加载:​ →‎* ZBC Sidebar v1.1 *:​ div#SidebarButton { position:absolute; display:block; left:11rem…”
/* 这里的任何CSS将为使用Vector皮肤的用户加载 */
/** ZBC Sidebar v1.1 **/
div#SidebarButton {
position:absolute;
display:block;
left:11rem;
top:14rem;
width: 18px;
height: 24px;
background-color:rgba(255,255,255,1);
border:1px solid #a7d7f9;
border-left:none;
border-radius: 0 12px 12px 0;
transition:0.2s all ease-out;
cursor: pointer;
}
body.hide div#SidebarButton::after{content:"\f054"}
div#SidebarButton::after{
display: inline-block;
padding: 3px;
content: "\f053";
position: relative;
font-weight: 900;
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 19px;
}
div#SidebarButton:hover{
background-color:#f4c430;
color:black;
}
body.hide #MenuSidebar{
opacity:0;z-index:-1
}
#MenuSidebar{
transition:0.2s all ease-out;opacity:1
}
body.hide #content,body.hide #footer,body.hide #left-navigation{
margin-left:0rem !important;
}
#content, #footer, #left-navigation {transition:0.2s margin-left ease-out;}
body.hide div#SidebarButton {left:0rem;}
#GFHideSidebar {display:none !important}


/** ZBC Sidebar end **/
15,684

个编辑

导航菜单