미디어위키:Foreground.css
CABAL WIKI
참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.
- 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
- 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
- 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
- 오페라: Ctrl-F5를 입력.
html { scroll-behavior: smooth; } @media (min-width: 1025px) { .skin-foreground #toc, .skin-foreground .toc { position: fixed !important; top: 84px !important; left: 16px; width: 300px !important; height: calc(100vh - 100px) !important; overflow: auto !important; -webkit-overflow-scrolling: touch; margin: 0 !important; padding: 8px 10px !important; border: 1px solid #eee !important; background: #fff !important; z-index: 20 !important; float: none !important; font-size: 0.9rem !important; line-height: 1.25 !important; } .skin-foreground .mw-body, .skin-foreground .mw-body-content, .skin-foreground .mw-parser-output { } .skin-foreground #toc ul, .skin-foreground .toc ul { margin: 0 !important; padding-left: 0 !important; } .skin-foreground #toc li, .skin-foreground .toc li { margin: 0 !important; line-height: 1.25 !important; } .skin-foreground #toc a, .skin-foreground .toc a { display: block !important; padding: 2px 0 !important; text-decoration: none; } .skin-foreground #toc ul ul, .skin-foreground .toc ul ul { margin-left: 0.6em !important; } .skin-foreground #toc ul ul ul, .skin-foreground .toc ul ul ul { margin-left: 0.5em !important; } .skin-foreground .mw-parser-output .mw-headline { scroll-margin-top: 92px !important; } } @media (max-width: 1024px) { .skin-foreground #toc, .skin-foreground .toc { position: static !important; width: auto !important; height: auto !important; overflow: visible !important; margin: .5em 0 !important; padding: 6px 8px !important; border: 1px solid #eee !important; background: #fff !important; } .skin-foreground .mw-body, .skin-foreground .mw-body-content, .skin-foreground .mw-parser-output { margin-right: 0 !important; } } .skin-foreground #toc a[href="#"], .skin-foreground #toc a[href="#top"], .skin-foreground #toc a[href="#toc"] { pointer-events: none; opacity: .5; }