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

편집 요약 없음
편집 요약 없음
66번째 줄: 66번째 줄:
text-align: center;
text-align: center;
box-shadow: 0 0 15px #fd0;
box-shadow: 0 0 15px #fd0;
width: 60%;
width: 80%;
display: inline-block;
display: inline-block;
background-color: #670000;
background-color: #670000;

2024년 4월 6일 (토) 15:00 판

body {
    min-height: 100vh;
}

/* 목차 글자 색 변경 */

#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: 25px 10px 15px 15px;
	text-align: center;
	box-shadow: 0 0 15px #fd0;
	width: 80%;
	display: inline-block;
	background-color: #670000;
}

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

.flagImg {
	position: relative;
	display: inline-block;
}

.flagShadow {
	position: absolute;
	display: block;
	box-shadow: inset 0 0 25px #670000;
	top: 0;
	width: 100%;
	height: 100%;
}

.toctitle {
	border-top-right-radius: 0px!important;
    border-top-left-radius: 0px!important;
    background-color: transparent!important;
    border: 1px solid #fd0!important;
}

.toc li {
	background-color: #890000!important;
}

.toc ul {
	background-color: #890000!important;
	border-top: none!important;
	border-radius: 0!important;
}

.toc > ul {
	border: 1px solid #fd0!important;
}