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

리버티게임, 모두가 만들어가는 자유로운 게임
(새 문서: .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; } →‎<onlyinclude>{{#css:틀:툴팁/CSS}}{{#css:틀:링크경고/CSS}}</onlyinclude>)
 
편집 요약 없음
태그: 수동 되돌리기
 
(같은 사용자의 중간 판 3개는 보이지 않습니다)
8번째 줄: 8번째 줄:
     font-size: smaller;
     font-size: smaller;
     font-weight: bold;
     font-weight: bold;
    text-decoration: none;
    display: inline-block;
}
}


/* <onlyinclude>{{#css:틀:툴팁/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> */