|
|
(사용자 2명의 중간 판 35개는 보이지 않습니다) |
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}}};
| |
| }
| |
| }}
| |