틀:DL 문서틀/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
 
51번째 줄: 51번째 줄:
float: right;
float: right;
font-weight: bold;
font-weight: bold;
}
.number-link {
    color: #80ccda!important;
}
}



2024년 5월 3일 (금) 15:09 기준 최신판

/* 바깥 배경*/
.DL-template .wikitable {
	text-shadow:0px 0px 0px transparent;
}

/* 글자 색 변경*/
.DL-template a {
	color: #80ccda!important;
}
.DL-template a:hover {
	color: #cbe8f0!important;
	text-shadow:0px 0px 25px #6cc9f8!important;
}
.DL-template a:active {
	color: #80ccda!important;
}
.DL-template a.new {
	color: #ba0000!important;
}
.DL-template a.new:hover {
	color: #fe5757!important;
	text-shadow:0px 0px 25px #f80101!important;
}
.DL-template a.new:active {
	color: #ba0000!important;
}
.DL-template a.external {
	color: #33b733!important;
}
.DL-template a.external:hover {
	color: #95ed95!important;
	text-shadow:0px 0px 25px #17ec17!important;
}
.DL-template a.external:active {
	color: #33b733!important;
}
.DL-template .plainlinks a.external {
	color: #80ccda!important;
}
.DL-template .plainlinks:hover a.external {
	color: #cbe8f0!important;
	text-shadow:0px 0px 25px #6cc9f8!important;
}
.DL-template .plainlinks:active a.external {
	color: #80ccda!important;
}
.mw-headline-number {
    color: #80ccda!important;
}
.mw-editsection {
	float: right;
	font-weight: bold;
}
.number-link {
    color: #80ccda!important;
}


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

/* 목차 순번 칸*/
.toc ul {
	background-color: #000000!important;
	text-shadow:0px 0px 0px transparent;
	border: 2px solid #ffffff!important;
	box-shadow:0px 0px 8px #c7ebfe!important;
	border-bottom-right-radius: 0rem!important;
	border-bottom-left-radius: 0rem!important;
}
.toc li {
	background-color: transparent!important;
}
.toc ul ul {
	border: none!important;
	box-shadow: none!important;
}

/* 목차 머리 칸*/
.toctitle Liberty {
    background-color: transparent!important;
}

.toctitle {
	background-color: #000000!important;
	border: 2px solid #ffffff!important;
	box-shadow:0px 0px 8px #c7ebfe!important;
	border-top-right-radius: 0rem!important;
	border-top-left-radius: 0rem!important;
}

/* 리스트를 나무위키처럼 */
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;
}

/* 분류 칸 제거 */
.catlinks {
	display:none;
}