편집
950
번
MediaWiki>Tacsipacsi (use real SVG images; add real image links in comment to show up in usage lists) |
Blue Electric (토론 | 기여) 잔글 (판 24개를 가져왔습니다) |
||
(사용자 4명의 중간 판 4개는 보이지 않습니다) | |||
23번째 줄: | 23번째 줄: | ||
.note-reminder { | .note-reminder { | ||
background-color: #fff9ea; | background-color: #fff9ea; | ||
/* [[File:OOjs_UI_icon_lightbulb- | /* [[File:OOjs_UI_icon_lightbulb-yellow.svg]] */ | ||
background-image: url(https://upload.wikimedia.org/wikipedia/commons/ | background-image: url(https://upload.wikimedia.org/wikipedia/commons/a/a8/OOjs_UI_icon_lightbulb-yellow.svg); | ||
background-size: 25px; | background-size: 25px; | ||
border-color: #fc3; | border-color: #fc3; | ||
min-height: 28px; | min-height: 28px; | ||
} | } | ||
.note-warn { | |||
background-color: #fff9ea; | |||
/* [[File:OOjs_UI_icon_alert-warning.svg]] */ | |||
background-image: url(https://upload.wikimedia.org/wikipedia/commons/3/3b/OOjs_UI_icon_alert-warning.svg); | |||
background-size: 25px; | |||
border-color: #fc3; | |||
min-height: 28px; | |||
} | |||
.note-error { | .note-error { | ||
background-color: #fee7e6; | background-color: #fee7e6; |