틀:CLBI Document style 기본/styles.css: 두 판 사이의 차이

편집 요약 없음
(Rainbow (토론)의 708652 판 편집을 되돌림)
태그: 편집 취소
6번째 줄: 6번째 줄:
/* 글자 색 변경*/
/* 글자 색 변경*/
.CLBI-template a {
.CLBI-template a {
color: #FFF!important;
color: #d45aa2!important;
}
}
.CLBI-template a:hover {
.CLBI-template a:hover {

2025년 1월 22일 (수) 00:54 판

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

/* 글자 색 변경*/
.CLBI-template a {
	color: #d45aa2!important;
}
.CLBI-template a:hover {
	color: #fdecf9!important;
	text-shadow:0px 0px 25px #b3337d!important;
}
.CLBI-template a:active {
	color: #b3337d!important;
}
.CLBI-template a.new {
	color: #ba0000!important;
}
.CLBI-template a.new:hover {
	color: #fe5757!important;
	text-shadow:0px 0px 25px #f80101!important;
}
.CLBI-template a.new:active {
	color: #ba0000!important;
}
.CLBI-template a.external {
	color: #33b733!important;
}
.CLBI-template a.external:hover {
	color: #95ed95!important;
	text-shadow:0px 0px 25px #17ec17!important;
}
.CLBI-template a.external:active {
	color: #33b733!important;
}
.CLBI-template .plainlinks a.external {
	color: #da8080!important;
}
.CLBI-template .plainlinks:hover a.external {
	color: #fdecec!important;
	text-shadow:0px 0px 25px #b45c8f!important;
}
.CLBI-template .plainlinks:active a.external {
	color: #b45c8f!important;
}
.number-link {
    color: #b45c8f!important;
}
.mw-editsection {
    color: #b45c8f!important;
	float: right;
	font-weight: bold;
}

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

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

.toctitle {
	background-color: #0a0909!important;
	border: 2px solid #b45c8f!important;
	box-shadow:0px 0px 8px #835a71!important;
	border-top-right-radius: 0rem!important;
	border-top-left-radius: 0rem!important;
}

/* 목차 순번 칸*/
.toc ul {
	background-color: #0a0909!important;
	text-shadow:0px 0px 0px transparent;
	border: 2px solid #b45c8f!important;
	box-shadow:0px 0px 8px #835a71!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;
}

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