미디어위키:Common.css: 두 판 사이의 차이
편집 요약 없음 태그: 수동 되돌리기 |
편집 요약 없음 |
||
9번째 줄: | 9번째 줄: | ||
width: 100%; | width: 100%; | ||
opacity: 0; | opacity: 0; | ||
} | |||
.spoiler { | |||
filter: blur(5px); | |||
} | |||
.spoiler:focus { | |||
filter: none; | |||
} | } |
2024년 4월 17일 (수) 00:11 판
/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
td {
position: relative;
}
.mw-collapsible-toggle {
position: absolute;
left: 0;
top: 0;
width: 100%;
opacity: 0;
}
.spoiler {
filter: blur(5px);
}
.spoiler:focus {
filter: none;
}