틀:링크경고: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
>BANIP (common.css에서 분리) |
(틀:주석과 틀:삐의 최근 판을 따라 수정) |
||
1번째 줄: | 1번째 줄: | ||
<onlyinclude>{{#css: | <onlyinclude>{{#css: | ||
.tooltip { | |||
display: inline-block; | |||
} | |||
.tooltip:hover .tooltip-msg { | |||
display: block; | |||
position: absolute; | |||
padding: 0.25em 0.75em; | |||
} | |||
.tooltip-msg { | |||
display: none; | |||
width: auto; | |||
font-size: 100%; | |||
cursor: auto; | |||
} | |||
.tooltip-msg img { | |||
margin-right: 0.5em !important; | |||
} | |||
.linkwarn :not(.tooltip-msg) a, .linkwarn > a { | .linkwarn :not(.tooltip-msg) a, .linkwarn > a { | ||
border-bottom: 1px dashed #ff3399; | border-bottom: 1px dashed #ff3399; |