틀:스포일러 가림/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
5번째 줄: 5번째 줄:
filter: blur(4px);
filter: blur(4px);
/* IE에서 스포일러가 숨겨짐 */
/* IE에서 스포일러가 숨겨짐 */
color: transparent;
color: transparent !important;
}
}



2021년 5월 29일 (토) 17:54 판

.hidden_spoiler .mw-collapsible-content {
	transition: all 0.3s ease 0s;
	display: inline!important;
/* IE를 제외한 브라우저는 스포일러가 흐려짐 */
	filter: blur(4px);
	/* IE에서 스포일러가 숨겨짐 */
	color: transparent !important;
}

.hidden_spoiler .mw-collapsible-content:not([style*="display: none"]) {
	filter: blur(0px);
}