틀:링크경고/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:19 판
.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;
}
/* <onlyinclude>{{툴팁/CSS}}{{#css:틀:링크경고/CSS}}</onlyinclude> */