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

편집 요약 없음
편집 요약 없음
14번째 줄: 14번째 줄:
/* 글자 색 변경*/
/* 글자 색 변경*/
.Liban-template a {
.Liban-template a {
color: #ff40c3;
color: #18d7d5;
}
}
.Liban-template a:hover {
.Liban-template a:hover {
color: #ff40c3;
color: #18d7d5;
}
}
.Liban-template a:active {
.Liban-template a:active {
color: #ff40c3;
color: #18d7d5;
}
}
.Liban-template a.new {
.Liban-template a.new {
color: #ff40c3;
color: #18d7d5;
}
}
.Liban-template a.new:hover {
.Liban-template a.new:hover {
color: #ff40c3;
color: #18d7d5;
}
}
.Liban-template a.new:active {
.Liban-template a.new:active {
color: #ff40c3;
color: #18d7d5;
}
}
.Liban-template a.external {
.Liban-template a.external {
color: #ff40c3;
color: #18d7d5;
}
}
.Liban-template a.external:hover {
.Liban-template a.external:hover {
color: #ff40c3;
color: #18d7d5;
}
}
.Liban-template a.external:active {
.Liban-template a.external:active {
color: #ff40c3;
color: #18d7d5;
}
}
.mw-headline-number {
.mw-headline-number {
     color: #ff40c3!important;
     color: #18d7d5!important;
}
}
.mw-editsection {
.mw-editsection {

2024년 4월 7일 (일) 21:52 판

/*    배경    */
.Liban-Main  {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #02050a;
  display: inherit;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index:-3;
}

/* 글자 색 변경*/
.Liban-template a {
	color: #18d7d5;
}
.Liban-template a:hover {
	color: #18d7d5;
}
.Liban-template a:active {
	color: #18d7d5;
}
.Liban-template a.new {
	color: #18d7d5;
}
.Liban-template a.new:hover {
	color: #18d7d5;
}
.Liban-template a.new:active {
	color: #18d7d5;
}
.Liban-template a.external {
	color: #18d7d5;
}
.Liban-template a.external:hover {
	color: #18d7d5;
}
.Liban-template a.external:active {
	color: #18d7d5;
}
.mw-headline-number {
    color: #18d7d5!important;
}
.mw-editsection {
	float: right;
	font-weight: bold;
}

/*목차 글자 색 변경*/
#mw-toc-heading{
	color:#e0e0e0;
}
.toctogglelabel:after {
	color: #e0e0e0!important;
}
.tocnumber {
	color:#337ab7!important;
	font-size: 1rem;
}
.toctogglespan {
	color:#e0e0e0!important;
}
.toctext {
	color:#e0e0e0!important;
	font-size: 1rem;
}

/* 목차 순번 칸*/

.toc ul {
	text-shadow:0px 0px 0px transparent;
	background:#050c16!important;
	border: 1px solid #e0e0e0!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 #e0e0e0!important;
	box-shadow:0px 0px 0px !important;
}

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