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

편집 요약 없음
편집 요약 없음
 
67번째 줄: 67번째 줄:
width: 100%;
width: 100%;
display: inline-block;
display: inline-block;
background-color: rgba(0,0,0,0.5);
background-color: rgba(0,0,0,0.25);
}
}



2024년 4월 6일 (토) 21:27 기준 최신판

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;
	width: 100%;
	display: inline-block;
	background-color: rgba(0,0,0,0.25);
}

.noHistory {
	padding: 25px 10px 15px 15px;
	text-align: center;
	display: inline-block;
}

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