:리반문서틀/styles.css

리반 (토론 | 기여)님의 2023년 8월 10일 (목) 04:32 판 (새 문서: →‎바깥 배경: .OEU-template .wikitable { text-shadow:0px 0px 0px transparent; } →‎글자 색 변경: .OEU-template a { color: #d8e6e6; } .OEU-template a:hover { color: #d8e...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
/* 바깥 배경*/
.OEU-template .wikitable {
	text-shadow:0px 0px 0px transparent;
}

/* 글자 색 변경*/
.OEU-template a {
	color: #d8e6e6;
}
.OEU-template a:hover {
	color: #d8e6e6;
}
.OEU-template a:active {
	color: #d8e6e6;
}
.OEU-template a.new {
	color: #55c5c1;
}
.OEU-template a.new:hover {
	color: #55c5c1;
}
.OEU-template a.new:active {
	color: #55c5c1;
}
.OEU-template a.external {
	color: #55c5c1;
}
.OEU-template a.external:hover {
	color: #55c5c1;
}
.OEU-template a.external:active {
	color: #55c5c1;
}
.mw-headline-number {
    color: #55c5c1!important;
}
.mw-editsection {
	float: right;
	font-weight: bold;
}

/*목차 글자 색 변경*/
#mw-toc-heading{
	color:#55c5c1;
}
.toctogglelabel:after {
	color: #55c5c1!important;
}
.tocnumber {
	color:#55c5c1!important;
}
.toctogglespan {
	color:#55c5c1!important;
}
.toctext {
	color:#d8e6e6!important;
}

/* 목차 순번 칸*/

.toc ul {
	text-shadow:0px 0px 0px transparent;
	background:#1A1010!important;
	border: 1px solid #693838!important;
	box-shadow:0px 0px 8px #FF3535!important;
}
.toc li {
	background:#050c16!important;
}
.toc ul ul {
	border: none!important;
	box-shadow: none!important;
}

/* 목차 머리 칸*/

.toctitle {
	background:#050c16!important;
	border: 1px solid #693838!important;
	box-shadow:0px 0px 8px #FF3535!important;
}