사용자:Hsl0/common.css: 두 판 사이의 차이
< 사용자:Hsl0
imported>Hsl0 편집 요약 없음 |
imported>Hsl0 편집 요약 없음 |
||
2번째 줄: | 2번째 줄: | ||
* 제작자: [[사용자:hsl0|hsl0]] | * 제작자: [[사용자:hsl0|hsl0]] | ||
*/ | */ | ||
.linkwarn :not(. | .linkwarn :not(.tooltip-msg) a { | ||
border-bottom: 1px dashed #ff3399; | border-bottom: 1px dashed #ff3399; | ||
} | } | ||
.linkwarn :not(. | .linkwarn :not(.tooltip-msg) a::after { | ||
content: "!"; | content: "!"; | ||
color: #ff0000; | color: #ff0000; |
2021년 1월 1일 (금) 23:57 판
/* [[틀:링크경고|링크경고]]
* 제작자: [[사용자:hsl0|hsl0]]
*/
.linkwarn :not(.tooltip-msg) a {
border-bottom: 1px dashed #ff3399;
}
.linkwarn :not(.tooltip-msg) a::after {
content: "!";
color: #ff0000;
vertical-align: super;
font-size: smaller;
font-weight: bold;
text-decoration: none;
display: inline-block;
}
/* [[틀:링크경고|링크경고]] */