틀:환련사록 문서틀/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
16번째 줄: 16번째 줄:


.mw-headline-number {
.mw-headline-number {
content: "a";
display: none;
}
}



2023년 10월 9일 (월) 15:57 판

#content {
	background: #faf2e8;
	color: #000;
	border: 2px solid #D2AF99;
	box-shadow: 0px 0px 30px #D2AF99;
	padding: 10px;
}

.mw-headline {
	font-size: 18pt;
}

* {
	font-family: 'Noto Serif KR';
}

.mw-headline-number {
	display: none;
}

a {
	color: brown!important;
	text-shadow: 0 0 5px transparent!important;
}

a.new {
	color: transparent!important;
	text-shadow: 0 0 5px brown!important;
}

.ignoreAColor .new {
	color: brown!important;
	text-shadow: 0 0 5px transparent!important;
}

li:nth-child(1)::marker { content: '一. '; }
li:nth-child(2)::marker { content: '二. '; }
li:nth-child(3)::marker { content: '三. '; }
li:nth-child(4)::marker { content: '四. '; }
li:nth-child(5)::marker { content: '五. '; }
li:nth-child(6)::marker { content: '六. '; }
ol[data-list-style-type='ko'] > li:nth-child(7)::marker { content: '七. '; }
ol[data-list-style-type='ko'] > li:nth-child(8)::marker { content: '八. '; }
ol[data-list-style-type='ko'] > li:nth-child(9)::marker { content: '九. '; }
ol[data-list-style-type='ko'] > li:nth-child(10)::marker { content: '十. '; }
ol[data-list-style-type='ko'] > li:nth-child(11)::marker { content: '十一. '; }
ol[data-list-style-type='ko'] > li:nth-child(12)::marker { content: '十二. '; }
ol[data-list-style-type='ko'] > li:nth-child(13)::marker { content: '十三. '; }
li:nth-child(14)::marker { content: '十四. '; }