틀:링크경고/CSS: 두 판 사이의 차이

리버티게임, 모두가 만들어가는 자유로운 게임
편집 요약 없음
태그: 되돌려진 기여
편집 요약 없음
태그: 수동 되돌리기
 
8번째 줄: 8번째 줄:
     font-size: smaller;
     font-size: smaller;
     font-weight: bold;
     font-weight: bold;
    text-decoration: none;
}
}


/* <onlyinclude>{{툴팁/CSS}}{{#css:틀:링크경고/CSS}}</onlyinclude> */
/* <onlyinclude>{{툴팁/CSS}}{{#css:틀:링크경고/CSS}}</onlyinclude> */

2024년 8월 17일 (토) 21:20 기준 최신판

.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;
}

/* <onlyinclude>{{툴팁/CSS}}{{#css:틀:링크경고/CSS}}</onlyinclude> */