편집 요약 없음 |
편집 요약 없음 |
||
8번째 줄: | 8번째 줄: | ||
</noinclude> | </noinclude> | ||
<!-- 이 위의 서술을 임의로 수정하지 마세요. 이 줄 아래부터 연습장입니다. --> | <!-- 이 위의 서술을 임의로 수정하지 마세요. 이 줄 아래부터 연습장입니다. --> | ||
{{#css: | |||
:root { | |||
--ew-theme-main: var(--custom-theme-main); | |||
--ew-theme-secondary: var(--custom-theme-secondary); | |||
} | |||
html { | |||
--custom-theme-main: {{{MainColor|var(--ew-spec-brand-main)}}}; | |||
--custom-theme-secondary: {{{SecondaryColor|var(--ew-spec-brand-secondary)}}}; | |||
} | |||
.Liberty { | |||
background: {{{Libe-Background|none}}}; | |||
} | |||
.liberty-content-header { | |||
background: {{{Cont__SubBackground|none}}}; | |||
color: {{{Cont__SubColor|inherit}}} !important; | |||
} | |||
.liberty-content-main { | |||
background: {{{Cont__Background|none}}}; | |||
color: {{{Cont__Color|inherit}}} !important; | |||
} | |||
.liberty-footer { | |||
background: {{{Cont__SubBackground|none}}}; | |||
color: {{{Cont__SubColor|inherit}}} !important; | |||
} | |||
.liberty-sidebar .nav-link.active, .liberty-sidebar .nav-link:focus { | |||
background: {{{Side__Background|none}}}; | |||
color: {{{Side__Color|inherit}}} !important; | |||
} | |||
.liberty-sidebar .nav-item { | |||
background: {{{Side__SubBackground|none}}}; | |||
color: {{{Side__SubColor|inherit}}} !important; | |||
} | |||
.live-recent-content { | |||
background: {{{Side__Background|none}}}; | |||
} | |||
.live-recent-content .recent-item { | |||
color: {{{Side__Color|inherit}}} !important; | |||
} | |||
.live-recent-footer { | |||
background: {{{Side__SubBackground|none}}}; | |||
} | |||
.Rssfeed-header .nav { | |||
background: {{{Side__SubBackground|none}}}; | |||
} | |||
.Rssfeed-content { | |||
background: {{{Side__Background|none}}}; | |||
} | |||
.Rssfeed-content .Rssfeed-item { | |||
color: {{{Side__Color|inherit}}} !important; | |||
} | |||
.Rssfeed-footer { | |||
background: {{{Side__SubBackground|none}}}; | |||
} | |||
}} |
2023년 9월 10일 (일) 19:59 판
|
---|
연습장 1 연습장 2 대문 연습장 틀 연습장 |
연습장 안내문 (눌러주세요)
이곳은 이브위키에서 문서를 편집하기 전에 다양한 위키 문법과 편집 기술들을 미리 적용해 볼 수 있도록 만들어진 공간입니다. 여기에 적힌 모든 내용들은 수시로 누구나 제거할 수 있습니다. 개인적인 위키 문법을 기록하시고 싶다면 메모장 또는 자신의 사용자 문서에 저장하길 권장합니다. 동시 수정을 방지하기 위해 이브위키:연습장, 이브위키:연습장2 또는 자신의 사용자 문서를 이용하실 수 있습니다. 또한 틀 연습장은 틀:이브위키:연습장, 대문 연습장은 이브위키:연습장/대문에서 이용하시기 바랍니다. |
틀 설명문서 [만들기]