折疊側欄
您現在最好給我停下來
本頁面內包含基金會維基內部使用的模板。
嚴禁任何人員在未經網站行政人員
之授權下修訂本頁面
評分: +2
[フレーム]
作品著作資訊
[フレーム]
原作:http://scp-wiki.wikidot.com/component:toggle-sidebar
作者:EstrellaYoshte EstrellaYoshte
翻譯:Dr Fishbone Dr Fishbone
[フレーム]
評分: +2
此組件用於將移動端側邊欄按鈕顯示於電腦螢幕上。
添加如下語法以應用此組件:
[[include :scp-zh-tr:component:toggle-sidebar]]
如果要將其用於某個外觀主題中,推薦將相應外觀主題置於這個 [[include]] 的下方。
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1*/ #top-bar.open-menua{position:fixed; top:0.5em; left:0.5em; z-index:5; font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans','Times New Roman',Helvetica,Roboto,sans-serif; font-size:30px; font-weight:700; width:30px; height:30px; line-height:0.9em; text-align:center; border:0.2emsolid#888; background-color:#fff; border-radius:3em; color:#888; pointer-events:auto; }@medianotalland (max-width: 767px) {#top-bar.mobile-top-bar{display:block; pointer-events:none; }#top-bar.mobile-top-barli{display:none; }#main-content{max-width:44.5rem; margin:0auto; padding:0; transition: max-width 0.2s ease-in-out; }#side-bar{display:block; position:fixed; top:0; left: -18rem; width:15.25rem; height:100%; margin:0; overflow-x:hidden; overflow-y:auto; z-index:10; padding:1em1em01em; background-color: rgba(0,0,0,0.1); transition:left0.4s ease-in-out; scrollbar-width:thin; }#side-bar:target{left:0; }#side-bar:focus-within{left:0; }#side-bar:target.close-menu{display:block; position:fixed; width:100%; height:100%; top:0; left:0; margin-left:17rem; opacity:0; z-index: -1; visibility:visible; }#side-bar:not(:target) .close-menu{display:none; }#top-bar.open-menua:hover { text-decoration: none; } }