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

편집 요약 없음
태그: 수동 되돌리기
편집 요약 없음
6번째 줄: 6번째 줄:
/* 글자 색 변경*/
/* 글자 색 변경*/
.Liban-template a {
.Liban-template a {
color: #55c5c1;
color: #ec9f19;
}
}
.Liban-template a:hover {
.Liban-template a:hover {
color: #55c5c1;
color: #ec9f19;
}
}
.Liban-template a:active {
.Liban-template a:active {
color: #55c5c1;
color: #ec9f19;
}
}
.Liban-template a.new {
.Liban-template a.new {
color: #55c5c1;
color: #ec9f19;
}
}
.Liban-template a.new:hover {
.Liban-template a.new:hover {
color: #55c5c1;
color: #ec9f19;
}
}
.Liban-template a.new:active {
.Liban-template a.new:active {
color: #55c5c1;
color: #ec9f19;
}
}
.Liban-template a.external {
.Liban-template a.external {
color: #55c5c1;
color: #ec9f19;
}
}
.Liban-template a.external:hover {
.Liban-template a.external:hover {
color: #55c5c1;
color: #ec9f19;
}
}
.Liban-template a.external:active {
.Liban-template a.external:active {
color: #55c5c1;
color: #ec9f19;
}
}
.mw-headline-number {
.mw-headline-number {
     color: #55c5c1!important;
     color: #ec9f19!important;
}
}
.mw-editsection {
.mw-editsection {

2024년 3월 30일 (토) 18:53 판

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

/* 글자 색 변경*/
.Liban-template a {
	color: #ec9f19;
}
.Liban-template a:hover {
	color: #ec9f19;
}
.Liban-template a:active {
	color: #ec9f19;
}
.Liban-template a.new {
	color: #ec9f19;
}
.Liban-template a.new:hover {
	color: #ec9f19;
}
.Liban-template a.new:active {
	color: #ec9f19;
}
.Liban-template a.external {
	color: #ec9f19;
}
.Liban-template a.external:hover {
	color: #ec9f19;
}
.Liban-template a.external:active {
	color: #ec9f19;
}
.mw-headline-number {
    color: #ec9f19!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:#050c16!important;
	border: 1px solid #55c5c1!important;
	box-shadow:0px 0px 0px !important;
}
.toc li {
	background:#050c16!important;
}
.toc ul ul {
	border: none!important;
	box-shadow: none!important;
}

/* 목차 머리 칸*/

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