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

편집 요약 없음
편집 요약 없음
5번째 줄: 5번째 줄:
.hidden_spoiler .mw-collapsible-content > span {
.hidden_spoiler .mw-collapsible-content > span {
transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
display: contents !important;
display: inline-grid !important;
}
}



2021년 5월 29일 (토) 19:07 판

.hidden_spoiler .mw-collapsible-content {
	display: inline !important;
}

.hidden_spoiler .mw-collapsible-content > span {
	transition: all 0.3s ease 0s;
	display: inline-grid !important;
}

.hidden_spoiler .mw-collapsible-content[style*="display: none"] > span {
	/* IE를 제외한 브라우저는 스포일러가 흐려짐 */
	filter: blur(4px);
	/* IE에서 스포일러가 숨겨짐 */
}