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

리버티게임, 모두가 만들어가는 자유로운 게임
imported>Hsl0
편집 요약 없음
imported>Hsl0
편집 요약 없음
5번째 줄: 5번째 줄:
     border-bottom: 1px dashed #ff3399;
     border-bottom: 1px dashed #ff3399;
}
}
.linkwarn :not(.tooltip-msg) a::after, .linkwarn a::after {
.linkwarn :not(.tooltip-msg) a::after, .linkwarn > a::after {
     content: "!";
     content: "!";
     color: #ff0000;
     color: #ff0000;

2021년 1월 2일 (토) 16:38 판

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