(새 문서: →바깥 배경: .acksteinuniverse-template .wikitable { text-shadow:0px 0px 0px transparent; } →글자 색 변경: .acksteinuniverse-template a { color: #DECC9C; } .acksteinu...) |
편집 요약 없음 |
||
(같은 사용자의 중간 판 하나는 보이지 않습니다) | |||
6번째 줄: | 6번째 줄: | ||
/* 글자 색 변경*/ | /* 글자 색 변경*/ | ||
.acksteinuniverse-template a { | .acksteinuniverse-template a { | ||
color: # | color: #89d123; | ||
} | } | ||
.acksteinuniverse-template a:hover { | .acksteinuniverse-template a:hover { | ||
color: # | color: #89d123; | ||
} | } | ||
.acksteinuniverse-template a:active { | .acksteinuniverse-template a:active { | ||
color: # | color: #89d123; | ||
} | } | ||
.acksteinuniverse-template a.new { | .acksteinuniverse-template a.new { | ||
33번째 줄: | 33번째 줄: | ||
} | } | ||
.mw-headline-number { | .mw-headline-number { | ||
color: # | color: #89d123!important; | ||
} | } | ||
/*목차 글자 색 변경*/ | /*목차 글자 색 변경*/ | ||
#mw-toc-heading{ | #mw-toc-heading{ | ||
color:# | color:#89d123; | ||
} | } | ||
.toctogglelabel:after { | .toctogglelabel:after { | ||
color: # | color: #89d123!important; | ||
} | } | ||
.tocnumber { | .tocnumber { | ||
color:# | color:#89d123!important; | ||
} | } | ||
.toctogglespan { | .toctogglespan { | ||
color:# | color:#89d123!important; | ||
} | } | ||
.toctext { | .toctext { | ||
59번째 줄: | 59번째 줄: | ||
background:#070707!important; | background:#070707!important; | ||
border: 1px solid #2e2e2e!important; | border: 1px solid #2e2e2e!important; | ||
box-shadow:0px 0px 8px # | box-shadow:0px 0px 8px #89d123!important; | ||
font-family: 'Sans-serif'; | font-family: 'Sans-serif'; | ||
} | } | ||
75번째 줄: | 75번째 줄: | ||
background:#070707!important; | background:#070707!important; | ||
border: 1px solid #2e2e2e!important; | border: 1px solid #2e2e2e!important; | ||
box-shadow:0px 0px 8px # | box-shadow:0px 0px 8px #89d123!important; | ||
} | } | ||
/* 폰트 볼드 설정 */ | /* 폰트 볼드 설정 */ | ||
b { | b { | ||
font-family: 'Sans-serif'; | font-family: 'Sans-serif'; | ||
} | |||
/* CSS Normal */ | |||
.ACUNIV-z { | |||
z-index:2; | |||
} | |||
.ACUNIV-z0 { | |||
z-index:-1; | |||
} | |||
.ACUNIV-z6 { | |||
z-index:6; | |||
} | |||
.ACUNIV-z3 { | |||
z-index:3; | |||
} | |||
.ACUNIV-BW { | |||
filter: grayscale(100%); | |||
} | } |
2023년 9월 24일 (일) 17:46 기준 최신판
/* 바깥 배경*/
.acksteinuniverse-template .wikitable {
text-shadow:0px 0px 0px transparent;
}
/* 글자 색 변경*/
.acksteinuniverse-template a {
color: #89d123;
}
.acksteinuniverse-template a:hover {
color: #89d123;
}
.acksteinuniverse-template a:active {
color: #89d123;
}
.acksteinuniverse-template a.new {
color: #ba0000;
}
.acksteinuniverse-template a.new:hover {
color: #ba0000;
}
.acksteinuniverse-template a.new:active {
color: #ba0000;
}
.acksteinuniverse-template a.external {
color: #33b733;
}
.acksteinuniverse-template a.external:hover {
color: #33b733;
}
.acksteinuniverse-template a.external:active {
color: #33b733;
}
.mw-headline-number {
color: #89d123!important;
}
/*목차 글자 색 변경*/
#mw-toc-heading{
color:#89d123;
}
.toctogglelabel:after {
color: #89d123!important;
}
.tocnumber {
color:#89d123!important;
}
.toctogglespan {
color:#89d123!important;
}
.toctext {
color:#ffffff!important;
}
/* 목차 순번 칸*/
.toc ul {
text-shadow:0px 0px 0px transparent;
background:#070707!important;
border: 1px solid #2e2e2e!important;
box-shadow:0px 0px 8px #89d123!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 #89d123!important;
}
/* 폰트 볼드 설정 */
b {
font-family: 'Sans-serif';
}
/* CSS Normal */
.ACUNIV-z {
z-index:2;
}
.ACUNIV-z0 {
z-index:-1;
}
.ACUNIV-z6 {
z-index:6;
}
.ACUNIV-z3 {
z-index:3;
}
.ACUNIV-BW {
filter: grayscale(100%);
}