태그: 편집 취소 |
편집 요약 없음 |
||
58번째 줄: | 58번째 줄: | ||
z-index:-3; | z-index:-3; | ||
} | |||
/* 글자 색 변경*/ | |||
.WW-template a { | |||
color: #da8080!important; | |||
} | |||
.WW-template a:hover { | |||
color: #fdecec!important; | |||
text-shadow:0px 0px 25px #fd8080!important; | |||
} | |||
.WW-template a:active { | |||
color: #da8080!important; | |||
} | |||
.WW-template a.new { | |||
color: #ba0000!important; | |||
} | |||
.WW-template a.new:hover { | |||
color: #fe5757!important; | |||
text-shadow:0px 0px 25px #f80101!important; | |||
} | |||
.WW-template a.new:active { | |||
color: #ba0000!important; | |||
} | |||
.WW-template a.external { | |||
color: #33b733!important; | |||
} | |||
.WW-template a.external:hover { | |||
color: #95ed95!important; | |||
text-shadow:0px 0px 25px #17ec17!important; | |||
} | |||
.WW-template a.external:active { | |||
color: #33b733!important; | |||
} | |||
.WW-template .plainlinks a.external { | |||
color: #da8080!important; | |||
} | |||
.WW-template .plainlinks:hover a.external { | |||
color: #fdecec!important; | |||
text-shadow:0px 0px 25px #fd8080!important; | |||
} | |||
.WW-template .plainlinks:active a.external { | |||
color: #da8080!important; | |||
} | |||
.number-link { | |||
color: #da8080!important; | |||
} | } |
2024년 12월 10일 (화) 15:56 판
.toc ul {
background-color:#050F1C!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;
}
.toctitle {
background-color: #050F1C!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;
}
#mw-toc-heading{
color:#877d7d;
text-shadow:2px 2px 4px #877d7d!important;
}
.toctogglelabel:after {
color: #877d7d!important;
text-shadow:2px 2px 4px #877d7d!important;
}
.tocnumber {
color:#877d7d!important;
text-shadow:2px 2px 4px #877d7d!important;
}
.toctogglespan {
color:#877d7d!important;
text-shadow:2px 2px 4px #877d7d!important;
}
.toctext {
color:#877d7d!important;
text-shadow:0px 0px 25px #877d7d!important;
}
.WW-bg {
position: relative;
width: 100%;
height: 100vh;
background: #222;
display: inherit;
justify-content: center;
align-items: center;
overflow: hidden;
z-index:-3;
}
/* 글자 색 변경*/
.WW-template a {
color: #da8080!important;
}
.WW-template a:hover {
color: #fdecec!important;
text-shadow:0px 0px 25px #fd8080!important;
}
.WW-template a:active {
color: #da8080!important;
}
.WW-template a.new {
color: #ba0000!important;
}
.WW-template a.new:hover {
color: #fe5757!important;
text-shadow:0px 0px 25px #f80101!important;
}
.WW-template a.new:active {
color: #ba0000!important;
}
.WW-template a.external {
color: #33b733!important;
}
.WW-template a.external:hover {
color: #95ed95!important;
text-shadow:0px 0px 25px #17ec17!important;
}
.WW-template a.external:active {
color: #33b733!important;
}
.WW-template .plainlinks a.external {
color: #da8080!important;
}
.WW-template .plainlinks:hover a.external {
color: #fdecec!important;
text-shadow:0px 0px 25px #fd8080!important;
}
.WW-template .plainlinks:active a.external {
color: #da8080!important;
}
.number-link {
color: #da8080!important;
}