틀:툴팁: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
imported>Hsl0 (→사용법) |
imported>Hsl0 잔글편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
<onlyinclude>{{#css: | <onlyinclude>{{#css: | ||
. | .ref-symbol { | ||
border-bottom: 1px dashed #3399FF; | border-bottom: 1px dashed #3399FF; | ||
cursor: help; | cursor: help; | ||
} | } | ||
. | .ref-symbol::after { | ||
content: "?"; | content: "?"; | ||
color: #0000FF; | color: #0000FF; | ||
30번째 줄: | 30번째 줄: | ||
margin-right: 0.5em !important; | margin-right: 0.5em !important; | ||
} | } | ||
}}<span class="tooltip {{boolean|{{{sym|0}}}| | }}<span class="tooltip {{boolean|{{{sym|0}}}|ref-symbol}}">{{{1}}}<span class="tooltip-msg {{{class|messagebox}}}">{{{2}}}</span></span></onlyinclude> | ||
텍스트에 마우스를 댔을 때 메시지를 표시합니다. | 텍스트에 마우스를 댔을 때 메시지를 표시합니다. |