편집 요약 없음 태그: 수동 되돌리기 |
편집 요약 없음 |
||
115번째 줄: | 115번째 줄: | ||
} | } | ||
/* 분류 | /* 분류 */ | ||
.catlinks { | .Liberty .content-wrapper .liberty-content .liberty-content-main .catlinks { | ||
background: none; | |||
border: 2px solid #b45c8f; | |||
max-width: 1003px; | |||
width: 1003px; | |||
margin-left: -15px; | |||
margin-top: -5px; | |||
font-size: .94rem; | |||
padding: .2rem .5rem; | |||
position: relative; | |||
font-family: SUITE Variable; | |||
font-weight: 700; | |||
user-select: none; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main .catlinks a { | |||
color: #877d7d; | |||
text-shadow:2px 2px 4px #877d7d!important; | |||
} | |||
.Liberty .content-wrapper .liberty-content .liberty-content-main .catlinks a:hover { | |||
color: #877d7d; | |||
transition: all 0.3s; | |||
text-shadow:2px 2px 4px #877d7d!important; | |||
} | } |
2024년 11월 16일 (토) 09:22 판
/* 바깥 배경*/
.CLBI-template .wikitable {
text-shadow:0px 0px 0px transparent;
}
/* 글자 색 변경*/
.CLBI-template a {
color: #d45aa2!important;
}
.CLBI-template a:hover {
color: #fdecf9!important;
text-shadow:0px 0px 25px #b3337d!important;
}
.CLBI-template a:active {
color: #b3337d!important;
}
.CLBI-template a.new {
color: #ba0000!important;
}
.CLBI-template a.new:hover {
color: #fe5757!important;
text-shadow:0px 0px 25px #f80101!important;
}
.CLBI-template a.new:active {
color: #ba0000!important;
}
.CLBI-template a.external {
color: #33b733!important;
}
.CLBI-template a.external:hover {
color: #95ed95!important;
text-shadow:0px 0px 25px #17ec17!important;
}
.CLBI-template a.external:active {
color: #33b733!important;
}
.CLBI-template .plainlinks a.external {
color: #da8080!important;
}
.CLBI-template .plainlinks:hover a.external {
color: #fdecec!important;
text-shadow:0px 0px 25px #b45c8f!important;
}
.CLBI-template .plainlinks:active a.external {
color: #b45c8f!important;
}
.number-link {
color: #b45c8f!important;
}
.mw-editsection {
color: #b45c8f!important;
float: right;
font-weight: bold;
}
/*목차 글자 색 변경*/
#mw-toc-heading{
color:#ffffff;
}
.toctogglelabel:after {
color: #b45c8f!important;
}
.tocnumber {
color:#b45c8f!important;
}
.toctogglespan {
color:#b45c8f!important;
}
.toctext {
color:#e4e4e4!important;
}
/* 목차 머리 칸*/
.toctitle Liberty {
background-color: transparent!important;
}
.toctitle {
background-color: #0a0909!important;
border: 2px solid #b45c8f!important;
box-shadow:0px 0px 8px #835a71!important;
border-top-right-radius: 0rem!important;
border-top-left-radius: 0rem!important;
}
/* 목차 순번 칸*/
.toc ul {
background-color: #0a0909!important;
text-shadow:0px 0px 0px transparent;
border: 2px solid #b45c8f!important;
box-shadow:0px 0px 8px #835a71!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;
}
/* 리스트를 나무위키처럼 */
ul:not(#toc) {
list-style-type: disc;
list-style-image: none;
}
ul ul:not(#toc) {
list-style-type: circle;
list-style-image: none;
}
ul ul ul:not(#toc) {
list-style-type: square;
list-style-image: none;
}
/* 분류 */
.Liberty .content-wrapper .liberty-content .liberty-content-main .catlinks {
background: none;
border: 2px solid #b45c8f;
max-width: 1003px;
width: 1003px;
margin-left: -15px;
margin-top: -5px;
font-size: .94rem;
padding: .2rem .5rem;
position: relative;
font-family: SUITE Variable;
font-weight: 700;
user-select: none;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .catlinks a {
color: #877d7d;
text-shadow:2px 2px 4px #877d7d!important;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .catlinks a:hover {
color: #877d7d;
transition: all 0.3s;
text-shadow:2px 2px 4px #877d7d!important;
}