편집 요약 없음 |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
.toc ul { | .toc ul { | ||
background-color:# | background-color:#111!important; | ||
text-shadow:0px 0px 2px transparent; | text-shadow:0px 0px 2px transparent; | ||
border: 2px solid #000!important; | border: 2px solid #000!important; | ||
16번째 줄: | 16번째 줄: | ||
.toctitle Liberty { | .toctitle Liberty { | ||
background-color: transparent!important; | background-color: transparent!important; | ||
} | |||
/* 글자 색 변경*/ | |||
a.new { | |||
color: #bbb !important;; text-shadow:0px 0px 1.5px #bbb!important; | |||
} | |||
a { | |||
color: #fff !important; text-shadow:0px 0px 1.5px #fff!important; | |||
} | |||
.Chongryuk-template a { | |||
color: #bbb; | |||
} | |||
.Chongryuk-template a:hover { | |||
color: #bbb; | |||
} | |||
.Chongryuk-template a:active { | |||
color: #bbb; | |||
} | |||
.Chongryuk-template a.new { | |||
color: #bbb; | |||
} | |||
.Chongryuk-template a.new:hover { | |||
color: #bbb; | |||
} | |||
.Chongryuk-template a.new:active { | |||
color: #bbb; | |||
} | |||
.Chongryuk-template a.external { | |||
color: #bbb; | |||
} | |||
.Chongryuk-template a.external:hover { | |||
color: #bbb; | |||
} | |||
.Chongryuk-template a.external:active { | |||
color: #bbb; | |||
} | |||
.mw-headline-number { | |||
color: #ABDFFF!important; | |||
} | |||
.mw-editsection { | |||
float: right; | |||
font-weight: bold; | |||
} | } | ||
.toctitle { | .toctitle { | ||
background-color: # | background-color: #111!important; | ||
border: 2px solid #000!important; | border: 2px solid #000!important; | ||
box-shadow:0px 0px 8px #800000!important; | box-shadow:0px 0px 8px #800000!important; | ||
31번째 줄: | 75번째 줄: | ||
#mw-toc-heading{ | #mw-toc-heading{ | ||
color:# | color: #ABDFFF; | ||
text-shadow:2px 2px 4px # | text-shadow:2px 2px 4px #ABDFFF!important; | ||
} | } | ||
.toctogglelabel:after { | .toctogglelabel:after { | ||
color: # | color: #ABDFFF!important; | ||
text-shadow:2px 2px 4px # | text-shadow:2px 2px 4px #ABDFFF!important; | ||
} | } | ||
.tocnumber { | .tocnumber { | ||
color:# | color: #ABDFFF!important; | ||
text-shadow:2px 2px 4px # | text-shadow:2px 2px 4px #ABDFFF!important; | ||
} | } | ||
.toctogglespan { | .toctogglespan { | ||
color:# | color: #ABDFFF!important; | ||
text-shadow:2px 2px 4px # | text-shadow:2px 2px 4px #ABDFFF!important; | ||
} | } | ||
.toctext { | .toctext { | ||
color:# | color: #ABDFFF!important; | ||
text-shadow:0px 0px 25px # | text-shadow:0px 0px 25px #ABDFFF!important; | ||
} | } | ||
2025년 4월 11일 (금) 23:13 판
.toc ul {
background-color:#111!important;
text-shadow:0px 0px 2px transparent;
border: 2px solid #000!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;
}
.toctitle Liberty {
background-color: transparent!important;
}
/* 글자 색 변경*/
a.new {
color: #bbb !important;; text-shadow:0px 0px 1.5px #bbb!important;
}
a {
color: #fff !important; text-shadow:0px 0px 1.5px #fff!important;
}
.Chongryuk-template a {
color: #bbb;
}
.Chongryuk-template a:hover {
color: #bbb;
}
.Chongryuk-template a:active {
color: #bbb;
}
.Chongryuk-template a.new {
color: #bbb;
}
.Chongryuk-template a.new:hover {
color: #bbb;
}
.Chongryuk-template a.new:active {
color: #bbb;
}
.Chongryuk-template a.external {
color: #bbb;
}
.Chongryuk-template a.external:hover {
color: #bbb;
}
.Chongryuk-template a.external:active {
color: #bbb;
}
.mw-headline-number {
color: #ABDFFF!important;
}
.mw-editsection {
float: right;
font-weight: bold;
}
.toctitle {
background-color: #111!important;
border: 2px solid #000!important;
box-shadow:0px 0px 8px #800000!important;
border-top-right-radius: 0rem!important;
border-top-left-radius: 0rem!important;
}
.number-link {
color: #ABDFFF!important;
}
#mw-toc-heading{
color: #ABDFFF;
text-shadow:2px 2px 4px #ABDFFF!important;
}
.toctogglelabel:after {
color: #ABDFFF!important;
text-shadow:2px 2px 4px #ABDFFF!important;
}
.tocnumber {
color: #ABDFFF!important;
text-shadow:2px 2px 4px #ABDFFF!important;
}
.toctogglespan {
color: #ABDFFF!important;
text-shadow:2px 2px 4px #ABDFFF!important;
}
.toctext {
color: #ABDFFF!important;
text-shadow:0px 0px 25px #ABDFFF!important;
}
.WW-bg {
position: relative;
width: 100%;
height: 100vh;
background: #222;
display: inherit;
justify-content: center;
align-items: center;
overflow: hidden;
z-index:-3;
}