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

편집 요약 없음
편집 요약 없음
72번째 줄: 72번째 줄:
.flagShadow {
.flagShadow {
position: absolute;
position: absolute;
display: block;
display: inline-block;
box-shadow: inset 0 0 15px #670000;
box-shadow: inset 0 0 15px #670000;
height: 200px;
height: 200px;
}
}

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

/* 목차 글자 색 변경 */

#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: #9a0!important;
}

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

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

ul li::before {
	content: '\00a0';
    display: inline-block;
    width: 5px;
    height: 5px;
}

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;
}

.countrySection {
	padding: 15px;
	text-align: center;
	box-shadow: 0 0 15px #fd0;
	display: inline-block;
	background-color: #670000;
}

.flagImg {
	display: inline-block;
}

.flagShadow {
	position: absolute;
	display: inline-block;
	box-shadow: inset 0 0 15px #670000;
	height: 200px;
}