틀:CLBI Document style 크림슨 레더/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
태그: 수동 되돌리기
 
6번째 줄: 6번째 줄:
/* 글자 색 변경*/
/* 글자 색 변경*/
.CLBI-template a {
.CLBI-template a {
color: #C60000!important;
color: #5287c8!important;
}
}
.CLBI-template a:hover {
.CLBI-template a:hover {
color: #fdecec!important;
color: #fdecec!important;
text-shadow:0px 0px 25px #A90000!important;
text-shadow:0px 0px 25px #437abc!important;
}
}
.CLBI-template a:active {
.CLBI-template a:active {
40번째 줄: 40번째 줄:
.CLBI-template .plainlinks:hover a.external {
.CLBI-template .plainlinks:hover a.external {
color: #fdecec!important;
color: #fdecec!important;
text-shadow:0px 0px 25px #A90000!important;
text-shadow:0px 0px 25px #437abc!important;
}
}
.CLBI-template .plainlinks:active a.external {
.CLBI-template .plainlinks:active a.external {
color: #C60000!important;
color: #5287c8!important;
}
}
.number-link {
.number-link {
     color: #C60000!important;
     color: #5287c8!important;
}
}
.mw-editsection {
.mw-editsection {
     color: #C60000!important;
     color: #5287c8!important;
float: right;
float: right;
font-weight: bold;
font-weight: bold;
59번째 줄: 59번째 줄:
}
}
.toctogglelabel:after {
.toctogglelabel:after {
color: #C60000!important;
color: #5287c8!important;
}
}
.tocnumber {
.tocnumber {
color:#C60000!important;
color:#5287c8!important;
}
}
.toctogglespan {
.toctogglespan {
color:#C60000!important;
color:#5287c8!important;
}
}
.toctext {
.toctext {

2025년 1월 22일 (수) 14:39 기준 최신판

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

/* 글자 색 변경*/
.CLBI-template a {
	color: #5287c8!important;
}
.CLBI-template a:hover {
	color: #fdecec!important;
	text-shadow:0px 0px 25px #437abc!important;
}
.CLBI-template a:active {
	color: #5289cc!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 #437abc!important;
}
.CLBI-template .plainlinks:active a.external {
	color: #5287c8!important;
}
.number-link {
    color: #5287c8!important;
}
.mw-editsection {
    color: #5287c8!important;
	float: right;
	font-weight: bold;
}

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

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

.toctitle {
	background-color: #0a0909!important;
	border: 2px solid #a90000!important;
	box-shadow:0px 0px 8px #3f0000!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 #a90000!important;
	box-shadow:0px 0px 8px #3f0000!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;
}