틀:언싱커블/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
38번째 줄: 38번째 줄:
}
}


ul li::marker {
ul li::before {
content: "☭";
content: "☭";
}
}

2024년 3월 30일 (토) 13:07 판

/* 목차 글자 색 변경 */

#mw-toc-heading{
	color:#fd0!important;
}

.toctogglelabel:after {
	color: #fd0!important;
}
.tocnumber {
	color:#fd0!important;
}
.toctogglespan {
	color:#fd0!important;
}
.toctext {
	color:#fd0!important;
}

.mw-headline-number {
    color: #fff!important;
}

a {
	color: #fff!important;
}

.Liberty {
    background-color: #9a0000!important;
}

.number-link {
	color: #fff!important;
}

li::marker {
	display: none!important;
}

ul li::before {
	content: "☭";
}

ul:not(#toc) {
	list-style-type: disc;
	list-style-image: none;
}
ul ul:not(#toc) {
	list-style-type: circle;
	list-style-image: none;
}
ul ul ul:not(#toc) {
	list-style-type: square;
	list-style-image: none;
}