사용자:Hsl0/common.css: 두 판 사이의 차이

리버티게임, 모두가 만들어가는 자유로운 게임
imported>Hsl0
편집 요약 없음
imported>Hsl0
편집 요약 없음
1번째 줄: 1번째 줄:
/* [[틀:툴팁|툴팁]]
* 제작자: [[사용자:hsl0|hsl0]]
*/
.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;
}
/* [[틀:툴팁|툴팁]] */
/* [[틀:링크경고|링크경고]]
/* [[틀:링크경고|링크경고]]
  * 제작자: [[사용자:hsl0|hsl0]]
  * 제작자: [[사용자:hsl0|hsl0]]

2021년 1월 1일 (금) 16:32 판

/* [[틀:링크경고|링크경고]]
 * 제작자: [[사용자:hsl0|hsl0]]
 */
.linkwarn :not(.linkwarn-msg) a {
    border-bottom: 1px dashed #ff3399;
}
.linkwarn :not(.linkwarn-msg) a::after {
    content: "!";
    color: #ff0000;
    vertical-align: super;
    font-size: smaller;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}
/* [[틀:링크경고|링크경고]] */