문서 편집 권한이 없습니다. 다음 이유를 확인해주세요: 요청한 명령은 다음 권한을 가진 사용자에게 제한됩니다: 사용자. 이 문서는 이 위키의 소프트웨어 인터페이스에 쓰이는 문서로, 부정 행위를 막기 위해 보호되어 있습니다. 모든 위키에 대한 번역을 추가하거나 바꾸려면 미디어위키 지역화 프로젝트인 translatewiki.net에 참여하시기 바랍니다. 모든 방문자에 영향을 미칠 수 있기 때문에 이 CSS를 편집할 권한이 없습니다. 문서의 원본을 보거나 복사할 수 있습니다. # This code is licensed under CC BY-SA 3.0 # Source: https://librewiki.net/wiki/미디어위키:Gadget-ReferenceTooltips.css # Contributors: https://librewiki.net/index.php?title=미디어위키:Gadget-ReferenceTooltips.css&action=history /* Drawer css start */ .mode-drawer #reference-drawer { position: fixed; bottom: 0; left: 0; right: 0; -webkit-transition: -webkit-transform .25s, opacity .25s, visibility 0s .25s; -ms-transition: -ms-transform .25s, opacity .25s, visibility 0s .25s; transition: transform .25s, opacity .25s, visibility 0s .25s; -webkit-transform: translate(0,100px); -ms-transform: translate(0,100px); transform: translate(0,100px); border: 1px solid #e1e8ed; z-index: 10000; opacity: 0; visibility: hidden; box-shadow: 0 -2px 5px rgba(0, 0, 0, .4); } .mode-drawer #reference-drawer.visible { -webkit-transition: -webkit-transform .25s, opacity .25s; -ms-transition: -ms-transform .25s, opacity .25s; transition: transform .25s, opacity .25s; -webkit-transform: translate(0,0); -ms-transform: translate(0,0); transform: translate(0,0); opacity: 1; visibility: visible; } .mode-drawer #reference-drawer .settings-icon { display: none; } /* Drawer css end */ /* Tooltip css */ .mode-tooltip #reference-drawer { position: absolute; display: none; opacity: 0; font-size : 0.9em; max-width: 300px; border-radius: 4px; box-shadow: 0 0 12px rgba(0,0,0,.375); z-index: 10000; } .mode-tooltip #reference-drawer .close-icon { display: none; } /* common css */ #reference-drawer { padding: 10px 15px; background: #fcfcfc; } #reference-origin { padding-right: 8px; } #reference-settings { position: fixed; top: 50%; left: 50%; width: 300px; height: 200px; margin-top: -100px; margin-left: -150px; padding: 10px; background: white; box-shadow: 0 0 6px gray; z-index: 1003; } #reference-settings .content { height: 150px; } #reference-settings .content label > input { margin-right: 4px; } #reference-settings .foot { text-align: right; } #reference-settings .foot input { margin-left: 4px; } #reference-drawer .settings-icon { margin: -5px -8px 0 5px; float: right; width: 14px; height: 14px; background: url(//upload.wikimedia.org/wikipedia/commons/thumb/1/13/Cog%2C_Web_Fundamentals.svg/14px-Cog%2C_Web_Fundamentals.svg.png); pointer: cursor; } #reference-drawer .close-icon { float: right; width: 16px; height: 16px; background: url(//upload.wikimedia.org/wikipedia/commons/thumb/8/8d/VisualEditor_-_Icon_-_Close.svg/24px-VisualEditor_-_Icon_-_Close.svg.png); background-position: -4px -4px; } 미디어위키:Gadget-ReferenceTooltips.css 문서로 돌아갑니다.