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

편집 요약 없음
태그: 수동 되돌리기 되돌려진 기여
편집 요약 없음
태그: 되돌려진 기여
40번째 줄: 40번째 줄:
}
}


/*목차 글자 색 변경*/
/* 목차를 나무위키처럼 */
#mw-toc-heading{
.toc {
color:#ec9f19;
border-radius: 0!important;
border: 1px solid #ccc!important;
margin-left: 5px;
}
}
.toctogglelabel:after {
.toctitle {
color: #ec9f19!important;
min-width: 0!important;
border: none!important;
background-color: #fff!important;
font-size: 1.3rem;
}
#mw-toc-heading {
border: none!important;
font-weight: normal;
user-select: none;
}
}
.tocnumber {
.tocnumber {
color:#ec9f19!important;
color: #337ab7;
padding-right: .3em!important;
font-size: 1rem;
}
}
.toctogglespan {
.tocnumber:after {
color:#ec9f19!important;
content: '.';
}
}
.toctext {
.toctext {
color:#d8e6e6!important;
cursor: default;
font-size: 1rem;
}
}
 
.toctogglespan {
/* 목차 순번 칸*/
display: none;
 
.toc ul {
text-shadow:0px 0px 0px transparent;
background:#050c16!important;
border: 1px solid #ec9f19!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 #ec9f19!important;
box-shadow:0px 0px 0px !important;
font-size: 13px;
}
}

2024년 3월 30일 (토) 19:05 판

/* 바깥 배경*/
.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;
}

/* 목차를 나무위키처럼 */
.toc {
	border-radius: 0!important;
	border: 1px solid #ccc!important;
	margin-left: 5px;
}
.toctitle {
	min-width: 0!important;
	border: none!important;
	background-color: #fff!important;
	font-size: 1.3rem;
}
#mw-toc-heading {
	border: none!important;
	font-weight: normal;
	user-select: none;
}
.tocnumber {
	color: #337ab7;
	padding-right: .3em!important;
	font-size: 1rem;
}
.tocnumber:after {
	content: '.';
}
.toctext {
	cursor: default;
	font-size: 1rem;
}
.toctogglespan {
	display: none;
}