Lena/styles.css: 두 판 사이의 차이

(새 문서: →‎바깥 배경: .ZEROCELL-template .wikitable { text-shadow:0px 0px 0px transparent; } →‎글자 색 변경: .ZEROCELL-template a { color: #DECC9C; } .ZEROCELL-template a:hover { color: #DECC9C; } .ZEROCELL-template a:active { color: #DECC9C; } .ZEROCELL-template a.new { color: #ba0000; } .ZEROCELL-template a.new:hover { color: #ba0000; } .ZEROCELL-template a.new:active { color: #ba0000; } .ZEROCELL-template a.external { color: #33b733; } .ZEROCELL-template a.extern...)
 
(내용을 "{{삭제요청}}"(으)로 바꿈)
태그: 대체됨
 
1번째 줄: 1번째 줄:
/* 바깥 배경*/
{{삭제요청}}
.ZEROCELL-template .wikitable {
text-shadow:0px 0px 0px transparent;
}
 
/* 글자 색 변경*/
.ZEROCELL-template a {
color: #DECC9C;
}
.ZEROCELL-template a:hover {
color: #DECC9C;
}
.ZEROCELL-template a:active {
color: #DECC9C;
}
.ZEROCELL-template a.new {
color: #ba0000;
}
.ZEROCELL-template a.new:hover {
color: #ba0000;
}
.ZEROCELL-template a.new:active {
color: #ba0000;
}
.ZEROCELL-template a.external {
color: #33b733;
}
.ZEROCELL-template a.external:hover {
color: #33b733;
}
.ZEROCELL-template a.external:active {
color: #33b733;
}
.mw-headline-number {
    color: #DECC9C!important;
}
 
/*목차 글자 색 변경*/
#mw-toc-heading{
color:#DECC9C;
}
.toctogglelabel:after {
color: #DECC9C!important;
}
.tocnumber {
color:#DECC9C!important;
}
.toctogglespan {
color:#DECC9C!important;
}
.toctext {
color:#ffffff!important;
}
.number-link {
color: #DECC9C;
}
 
/* 목차 순번 칸*/
 
.toc ul {
text-shadow:0px 0px 0px transparent;
background:#070707!important;
border: 1px solid #2e2e2e!important;
box-shadow:0px 0px 8px #DECC9C!important;
font-family: 'Sans-serif';
}
.toc li {
background:#070707!important;
}
.toc ul ul {
border: none!important;
box-shadow: none!important;
}
 
/* 목차 머리 칸*/
 
.toctitle {
background:#070707!important;
border: 1px solid #2e2e2e!important;
box-shadow:0px 0px 8px #DECC9C!important;
}
/* 폰트 볼드 설정 */
b {
font-family: 'Sans-serif';
}
 
/* 분류 칸 제거 */
.catlinks {
display:none;
}
 
/* 각주 선 제거 */
.mw-references-wrap {
border-top: none;
padding-top: 0em;
}

2024년 4월 4일 (목) 19:27 기준 최신판

{{삭제요청}}