:툴팁/CSS

리버티게임, 모두가 만들어가는 자유로운 게임
< 틀:툴팁
Hsl0 (토론 | 기여)님의 2024년 6월 20일 (목) 21:46 판
.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;
}

/* <onlyinclude>{{#css:틀:툴팁/CSS}} </onlyinclude> */