편집 요약 없음 |
편집 요약 없음 |
||
| 225번째 줄: | 225번째 줄: | ||
background-color: #f5f6f7; | background-color: #f5f6f7; | ||
} | } | ||
/* 다크 모드에서 배경색을 빨간색으로 바꿔서 적용 여부 확인 */ | |||
@media (prefers-color-scheme: dark) { | |||
body { | |||
background-color: red; /* 다크 모드일 때 배경색을 빨간색으로 */ | |||
} | |||
} | |||
/* 라이트 모드에서 배경색을 초록색으로 */ | |||
@media (prefers-color-scheme: light) { | |||
body { | |||
background-color: green; /* 라이트 모드일 때 배경색을 초록색으로 */ | |||
} | |||
} | |||
/* Background Color End*/ | /* Background Color End*/ | ||
| 690번째 줄: | 705번째 줄: | ||
font-size: 0.7rem; | font-size: 0.7rem; | ||
color: #000; | color: #000; | ||
} | |||
/* �ㅽ겕紐⑤뱶 湲곕낯 �뗮똿 */ | |||
.dark body { | |||
--ew-theme-link: #ec9e18; | |||
--ew-theme-link-hover: #ba7d14; | |||
--ew-theme-link-new: #f15f5f; | |||
--ew-theme-link-new-hover: #bf4b4b; | |||
--ew-theme-link-external: #33b733; | |||
--ew-theme-link-external-hover: #2ca02c; | |||
} | |||
.dark .bg-evewiki-main { background-color: var(--ew-spec-brand-main) !important;} | |||
.dark .bg-evewiki-secondary { background-color: var(--ew-spec-brand-secondary) !important;} | |||
.dark .dark\:bg-evewiki-000 { background-color: var(--ew-theme-000) !important; } | |||
.dark .dark\:bg-evewiki-010 { background-color: var(--ew-theme-010) !important; } | |||
.dark .dark\:bg-evewiki-020 { background-color: var(--ew-theme-020) !important; } | |||
.dark .dark\:bg-evewiki-030 { background-color: var(--ew-theme-030) !important; } | |||
.dark .dark\:bg-evewiki-040 { background-color: var(--ew-theme-040) !important; } | |||
.dark .dark\:bg-evewiki-050 { background-color: var(--ew-theme-050) !important; } | |||
.dark .dark\:bg-evewiki-060 { background-color: var(--ew-theme-060) !important; } | |||
.dark .dark\:bg-evewiki-070 { background-color: var(--ew-theme-070) !important; } | |||
.dark .dark\:bg-evewiki-080 { background-color: var(--ew-theme-080) !important; } | |||
.dark .dark\:bg-evewiki-090 { background-color: var(--ew-theme-090) !important; } | |||
.dark .dark\:bg-evewiki-100 { background-color: var(--ew-theme-100) !important; } | |||
.dark .dark\:text-evewiki-000 { color: var(--ew-theme-000) !important; } | |||
.dark .dark\:text-evewiki-010 { color: var(--ew-theme-010) !important; } | |||
.dark .dark\:text-evewiki-020 { color: var(--ew-theme-020) !important; } | |||
.dark .dark\:text-evewiki-030 { color: var(--ew-theme-030) !important; } | |||
.dark .dark\:text-evewiki-040 { color: var(--ew-theme-040) !important; } | |||
.dark .dark\:text-evewiki-050 { color: var(--ew-theme-050) !important; } | |||
.dark .dark\:text-evewiki-060 { color: var(--ew-theme-060) !important; } | |||
.dark .dark\:text-evewiki-070 { color: var(--ew-theme-070) !important; } | |||
.dark .dark\:text-evewiki-080 { color: var(--ew-theme-080) !important; } | |||
.dark .dark\:text-evewiki-090 { color: var(--ew-theme-090) !important; } | |||
.dark .dark\:text-evewiki-100 { color: var(--ew-theme-100) !important; } | |||
.dark .dark\:border-evewiki-000 { border-color: var(--ew-theme-000) !important; } | |||
.dark .dark\:border-evewiki-010 { border-color: var(--ew-theme-010) !important; } | |||
.dark .dark\:border-evewiki-020 { border-color: var(--ew-theme-020) !important; } | |||
.dark .dark\:border-evewiki-030 { border-color: var(--ew-theme-030) !important; } | |||
.dark .dark\:border-evewiki-040 { border-color: var(--ew-theme-040) !important; } | |||
.dark .dark\:border-evewiki-050 { border-color: var(--ew-theme-050) !important; } | |||
.dark .dark\:border-evewiki-060 { border-color: var(--ew-theme-060) !important; } | |||
.dark .dark\:border-evewiki-070 { border-color: var(--ew-theme-070) !important; } | |||
.dark .dark\:border-evewiki-080 { border-color: var(--ew-theme-080) !important; } | |||
.dark .dark\:border-evewiki-090 { border-color: var(--ew-theme-090) !important; } | |||
.dark .dark\:border-evewiki-100 { border-color: var(--ew-theme-100) !important; } | |||
.dark .evewiki-dark-bg { background: var(--ew-theme-010) !important; } | |||
.dark .evewiki-dark-txt { color: #e0e0e0 !important;} | |||
.dark table .evewiki-dark-txt { color: #fff !important;} | |||
/* �ㅽ겕紐⑤뱶 �꾪솚 �몃옖吏���(�꾩뿭) */ | |||
.Liberty .nav-wrapper, | |||
.Liberty .content-wrapper .liberty-notice, | |||
.Liberty .content-wrapper .liberty-content, | |||
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent, | |||
.Liberty .content-wrapper .liberty-sidebar .everest-rss { | |||
transition: background .05s cubic-bezier(0,0,.5,1); | |||
} | |||
/* �� */ | |||
/* ul 紐⑸줉 �� �꾪솚 */ | |||
ul:is(.dark *) { | |||
list-style-image: url(data:image/svg+xml,<%3Fxml%20version%3D"1.0"%20encoding%3D"UTF-8"%3F>%0A<svg%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20version%3D"1.1"%20width%3D"5"%20height%3D"13">%0A<circle%20cx%3D"2.5"%20cy%3D"9.5"%20r%3D"2.5"%20fill%3D"%23ffffff"%2F>%0A<%2Fsvg>%0A); | |||
} | |||
.nav:is(.dark *) { | |||
list-style: none; | |||
} | |||
.dark body, | |||
.dark .Liberty, | |||
.dark .Liberty .nav-wrapper .navbar .form-inline .btn, | |||
.dark table.mw_metadata th, | |||
.dark #preferences fieldset:not(.prefsection), | |||
.dark #preferences div.mw-prefs-buttons, | |||
.dark .navbox, | |||
.dark .navbox-subgroup, | |||
.dark .navbox > tbody > tr:nth-child(even) > .navbox-list, | |||
.dark .Liberty .nav-wrapper .navbar .form-inline { | |||
background-color: var(--ew-theme-000); | |||
color: #e0e0e0; | |||
} | |||
.dark .Liberty .liberty-content-main table { | |||
color: #fff; | |||
} | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable, | |||
.dark .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent, | |||
.dark .Liberty .content-wrapper .liberty-sidebar .everest-rss, | |||
.dark .suggestions .suggestions-results, | |||
.dark .suggestions .suggestions-special { | |||
background-color: var(--ew-theme-010); | |||
color: #e0e0e0; | |||
} | |||
.dark .editOptions, | |||
.dark html .wikiEditor-ui-toolbar, | |||
.dark #pagehistory li.selected, | |||
.dark .mw-datatable td, | |||
.dark table.mw_metadata td, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox, | |||
.dark #preferences, | |||
.dark .navbox-list, | |||
.dark .btn-group, | |||
.dark .btn-group-vertical, | |||
.dark .suggestions a.mw-searchSuggest-link { | |||
background-color: var(--ew-theme-020); | |||
color: #e0e0e0; | |||
} | |||
.dark .suggestions .suggestions-result-current, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .dropdown-divider { | |||
background-color: var(--ew-theme-030); | |||
color: #e0e0e0; | |||
} | |||
.dark .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link, | |||
.dark .Liberty .content-wrapper .liberty-sidebar .everest-rss .Rssfeed-header .nav { | |||
color: #e0e0e0; | |||
} | |||
.dark .suggestions-result, | |||
.dark .suggestions-special .special-query { | |||
color: #e0e0e0; | |||
} | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-header, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main, | |||
.dark .Liberty .content-wrapper .liberty-footer, | |||
.dark .mw-datatable th, | |||
.dark .mw-datatable tr:hover td, | |||
.dark textarea, | |||
.dark div.mw-warning-with-logexcerpt, | |||
.dark div.mw-lag-warn-high, | |||
.dark div.mw-cascadeprotectedwarning, | |||
.dark div#mw-protect-cascadeon, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main .catlinks, | |||
.dark .Liberty .content-wrapper .liberty-content { | |||
background-color: var(--ew-theme-010); | |||
} | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-header .title>h1, | |||
.dark caption { color: #e0e0e0; } | |||
.dark .btn-secondary { background: transparent; color: #e0e0e0; } | |||
.dark #pagehistory li { border: 0; } | |||
.dark .Liberty .content-wrapper .liberty-content, | |||
.dark .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent, | |||
.dark .Liberty .content-wrapper .liberty-sidebar .everest-rss, | |||
.dark .suggestions .suggestions-results, | |||
.dark .suggestions .suggestions-special { | |||
border: 1px solid var(--ew-theme-040) | |||
} | |||
@media screen and (max-width: 1023px) { | |||
.dark .Liberty .content-wrapper .liberty-content, | |||
.dark .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent, | |||
.dark .Liberty .content-wrapper .liberty-sidebar .everest-rss { | |||
border: 0; | |||
} | |||
} | |||
.dark .Liberty .content-wrapper .liberty-footer, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-header, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main, | |||
.dark .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item, | |||
.dark .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item + .nav-item, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn:hover, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn:focus, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn, | |||
.dark .dropdown-menu, | |||
.dark .dropdown-divider, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main fieldset, | |||
.dark hr, | |||
.dark .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list li, | |||
.dark .Liberty .content-wrapper .liberty-sidebar .everest-rss .Rssfeed-content .Rssfeed-list li, | |||
.dark .mw-changeslist-legend, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main .catlinks { border-color: var(--ew-theme-040); } | |||
.dark .flow-post, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctext { color: #e0e0e0; } | |||
.dark .flow-topic-titlebar { color: #000; } | |||
.dark .flow-ui-navigationWidget { color: #e0e0e0; } | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main .toc { border: 1px solid var(--ew-theme-040); } | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctitle, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main .toccolours, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main .toc ul, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main .toc li { background-color: var(--ew-theme-010); } | |||
.dark .Liberty .nav-wrapper .navbar .form-inline .form-control { | |||
border: none !important; | |||
background-color: var(--ew-theme-000); | |||
color: #e0e0e0; | |||
} | |||
.dark .nav-wrapper.navbar-fixed-top { | |||
background: linear-gradient(to bottom, rgba(70, 109, 250, 0.42), rgba(0, 0, 0, 0)); | |||
backdrop-filter: saturate(180%) blur(20px); | |||
} | |||
/* 理쒓렐 諛붾�� */ | |||
.dark .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined, | |||
.dark .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, | |||
.dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button, | |||
.dark .oo-ui-buttonElement-framed.oo-ui-iconElement.oo-ui-labelElement > .oo-ui-buttonElement-button, | |||
.dark .oo-ui-buttonElement-framed.oo-ui-iconElement.oo-ui-indicatorElement > .oo-ui-buttonElement-button, | |||
.dark .mw-changeslist-legend, | |||
.dark .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend, | |||
.dark .mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget, | |||
.dark .oo-ui-tagMultiselectWidget.oo-ui-tagMultiselectWidget-outlined .oo-ui-inputWidget-input, | |||
.dark .oo-ui-popupWidget-popup, | |||
.dark .mw-rcfilters-ui-filterMenuHeaderWidget-header { | |||
background-color: var(--ew-theme-010); | |||
color: #e0e0e0; | |||
border-color: var(--ew-theme-030); | |||
} | |||
.dark .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled, | |||
.dark .mw-rcfilters-ui-filterMenuSectionOptionWidget { | |||
background-color: var(--ew-theme-020); | |||
color: #e0e0e0; | |||
border-color: var(--ew-theme-030); | |||
} | |||
.dark .mw-rcfilters-ui-filterMenuHeaderWidget-title, | |||
.dark .mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label { | |||
color: #e0e0e0; | |||
} | |||
.dark .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget .oo-ui-iconElement-icon, | |||
.dark .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget .oo-ui-indicatorElement-indicator, | |||
.dark .mw-rcfilters-ui-savedLinksListWidget-button.oo-ui-widget .oo-ui-iconElement-icon, | |||
.dark .mw-rcfilters-ui-savedLinksListWidget-button.oo-ui-widget .oo-ui-indicatorElement-indicator, | |||
.dark .mw-rcfilters-ui-changesLimitAndDateButtonWidget.oo-ui-widget .oo-ui-iconElement-icon, | |||
.dark .mw-rcfilters-ui-changesLimitAndDateButtonWidget.oo-ui-widget .oo-ui-indicatorElement-indicator, | |||
.dark .mw-rcfilters-ui-liveUpdateButtonWidget.oo-ui-widget .oo-ui-iconElement-icon, | |||
.dark .mw-rcfilters-ui-liveUpdateButtonWidget.oo-ui-widget .oo-ui-indicatorElement-indicator, | |||
.dark .ui-widget-header .ui-icon, | |||
.dark .ui-widget-content .ui-icon { | |||
filter: invert(1); | |||
} | |||
.dark .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item-timestamp, | |||
.dark .mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title { color: #e0e0e0; } | |||
.dark .oo-ui-iconElement-icon { | |||
filter: invert(99%) sepia(80%) saturate(3%) hue-rotate(197deg) brightness(115%) contrast(100%); | |||
} | |||
.dark table.mw-enhanced-rc { | |||
border-bottom: 1px solid var(--ew-theme-030); | |||
} | |||
.dark table.mw-enhanced-rc tbody:hover { | |||
background: var(--ew-theme-020); | |||
} | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main .special > li { | |||
border-color: var(--ew-theme-030); | |||
} | |||
/* WikiEditer */ | |||
/* �ㅽ겕紐⑤뱶蹂대떎 湲곕뒫 �먯껜 CSS媛� �곗꽑 �곸슜�섎뒗 寃쎌슦媛� 留롮쑝誘�濡� !important�� 媛�湲됱쟻 �ы븿�� 寃� */ | |||
.dark .wikiEditor-ui-toolbar .tabs span.tab a { color: #EC9F19 !important; } | |||
.dark .wikiEditor-ui-toolbar .group .label, | |||
.dark .wikiEditor-ui-toolbar .page-table th { color: var(--ew-theme-090) !important; } | |||
.dark .wikiEditor-ui-toolbar .page-table td { color: #fff !important; } | |||
.dark .wikiEditor-ui-toolbar .section-help .page-table { background-color: transparent; } | |||
.dark .wikiEditor-ui-toolbar .oo-ui-indicatorElement-indicator, | |||
.dark .wikiEditor-ui-toolbar .oo-ui-iconElement-icon, | |||
.dark .wikiEditor-ui-toolbar .tabs span.tab a::before, | |||
.dark .wikiEditor-ui-toolbar .group .tool-select .label::after { | |||
filter: invert(1); | |||
} | |||
.dark .wikiEditor-ui-toolbar .page-characters div span { | |||
color: #e0e0e0; | |||
} | |||
.dark .template-documentation { background-color: rgb(162, 253, 207, 0.1) !important; } | |||
.dark .referencetooltip { color: #000; } | |||
.dark ol.references li:target, | |||
.dark sup.reference:target { background: transparent !important; } | |||
.dark .wikiEditor-ui .wikiEditor-ui-view, | |||
.dark .wikiEditor-ui .wikiEditor-ui-top, | |||
.dark .wikiEditor-ui-toolbar .group, | |||
.dark .wikiEditor-ui-toolbar .section-secondary .group { | |||
border-color: var(--ew-theme-050); | |||
} | |||
.dark .wikiEditor-ui-toolbar .sections .section { border-top-color: var(--ew-theme-050); } | |||
.dark .wikiEditor-ui-toolbar { background-color: var(--ew-theme-020); } | |||
.dark .editOptions { border-color: var(--ew-theme-050); } | |||
.dark .editOptions input#wpSummary { | |||
background-color: var(--ew-theme-010); | |||
color: #e0e0e0; | |||
border-color: var(--ew-theme-050); | |||
} | |||
.dark .oo-ui-checkboxInputWidget [type='checkbox'] + span { | |||
background-color: var(--ew-theme-030); | |||
border-color: var(--ew-theme-050); | |||
} | |||
.dark .oo-ui-popupToolGroup-tools { background-color: var(--ew-theme-020); } | |||
.dark .oo-ui-listToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled, | |||
.dark .wikiEditor-ui-toolbar .booklet > .index > .current, | |||
.dark .wikiEditor-ui-toolbar .booklet > .index > div:hover, | |||
.dark .oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle, | |||
.dark .oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:active, | |||
.dark .oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active > .oo-ui-tool-link, | |||
.dark .oo-ui-tool.oo-ui-widget-enabled.oo-ui-popupToolGroup-active > .oo-ui-tool-link, | |||
.dark .oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle:hover, | |||
.dark .oo-ui-popupToolGroup-tools .oo-ui-iconElement .oo-ui-tool-link:hover, | |||
.dark .oo-ui-tool.oo-ui-widget-enabled.oo-ui-popupToolGroup-active > .oo-ui-tool-link:hover, | |||
.dark .oo-ui-listToolGroup-tools .oo-ui-tool:hover, | |||
.dark .ve-init-mw-editSwitch .oo-ui-popupToolGroup.oo-ui-iconElement .oo-ui-popupToolGroup-handle:hover { | |||
background-color: var(--ew-theme-030); | |||
} | |||
.dark .ui-widget-content { | |||
background: var(--ew-theme-020); | |||
border-color: var(--ew-theme-040); | |||
color: #e0e0e0; | |||
} | |||
.dark .ui-widget-content .ui-widget-header { | |||
background: var(--ew-theme-030); | |||
border-color: var(--ew-theme-040); | |||
color: #e0e0e0; | |||
} | |||
.dark .ui-state-default, | |||
.dark .ui-widget-content .ui-state-default, | |||
.dark .ui-widget-header .ui-state-default { | |||
background: var(--ew-theme-030); | |||
border-color: var(--ew-theme-040); | |||
color: #e0e0e0; | |||
} | |||
.dark select, | |||
.dark input:not([type="button"]):not([type="checkbox"]):not([type="submit"]):not([class="oo-ui-inputWidget-input"]) { | |||
background-color: var(--ew-theme-010); | |||
border-color: var(--ew-theme-040); | |||
} | |||
/* WikiEditer 訝� CodeMirror */ | |||
.dark .CodeMirror { background: var(--ew-theme-010) !important; color: var(--ew-theme-090) !important; } | |||
.dark .CodeMirror-gutters { background-color: var(--ew-theme-010) !important; } | |||
/* WikiEditer 訝� CodeMirror �몃� */ | |||
.dark .cm-mw-htmltag-bracket, | |||
.dark .cm-mw-htmltag-name, | |||
.dark .cm-mw-htmltag-attribute { color: #00ffc7 !important; } | |||
.dark .cm-mw-exttag-bracket, | |||
.dark .cm-mw-exttag-name, | |||
.dark .cm-mw-exttag-attribute { color: #00ffc7 !important; } | |||
.dark .cm-mw-template-bracket, | |||
.dark .cm-mw-template-name, | |||
.dark .cm-mw-template-delimiter, | |||
.dark .cm-mw-template { color: #d47fff !important; } | |||
.dark .cm-mw-templatevariable-bracket, | |||
.dark .cm-mw-templatevariable-name, | |||
.dark .cm-mw-templatevariable-delimiter, | |||
.dark .cm-mw-templatevariable, | |||
.dark .cm-mw-template-argument-name { color: #ff9700 !important; } | |||
.dark .cm-mw-parserfunction-bracket, | |||
.dark .cm-mw-parserfunction-name, | |||
.dark .cm-mw-parserfunction-delimiter { color: #ff7979 !important; } | |||
.dark .cm-mw-link-bracket, | |||
.dark .cm-mw-link-pagename, | |||
.dark .cm-mw-link-delimiter { color: #54caff !important; } | |||
.dark .cm-mw-extlink-bracket, | |||
.dark .cm-mw-extlink-protocol, | |||
.dark .cm-mw-free-extlink-protocol, | |||
.dark .cm-mw-extlink, | |||
.dark .cm-mw-free-extlink { color: #54caff !important; } | |||
.dark .cm-mw-section-header { color: #54caff !important; } | |||
.dark .cm-mw-table-bracket, | |||
.dark .cm-mw-table-definition, | |||
.dark .cm-mw-table-delimiter { color: #ff6dc7 !important; } | |||
.dark .cm-mw-comment { color: var(--ew-theme-060) !important; } | |||
.dark .cm-mw-doubleUnderscore, | |||
.dark .cm-mw-signature, | |||
.dark .cm-mw-hr { background-color: var(--ew-theme-030) !important; } | |||
.dark .cm-mw-exttag { background-color: rgba(119, 0, 170, 0.75) !important; } | |||
/* Class Wikitable �щ챸�� */ | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td { | |||
background-color: transparent; | |||
color: #fff; | |||
border-color: var(--ew-theme-040); | |||
} | |||
/* CommentStreams */ | |||
.dark .cs-expanded .cs-comment-header { background-color: var(--ew-theme-020) !important; } | |||
.dark .cs-comment-details { color: #fff !important; } | |||
.dark .cs-edit-box { background-color: var(--ew-theme-020) !important; } | |||
.dark .cs-title-edit-field { background-color: var(--ew-theme-010) !important; color: #fff !important; } | |||
.dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button { color: #fff !important; } | |||
.dark .oo-ui-menuSelectWidget { | |||
border-color: var(--ew-theme-040); | |||
background-color: var(--ew-theme-010); | |||
} | |||
/* [[�뚯씪:�뚯씪紐�|�몃꽕��|�ㅻ챸]] 訝� �몃꽕�� */ | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main .thumbinner { background-color: var(--ew-theme-020); } | |||
/* Sitenotice */ | |||
.dark .Liberty .content-wrapper .liberty-notice { | |||
background-color: transparent; | |||
border: solid 1px #bcdff160; | |||
color: #d9edf7; | |||
} | |||
.dark .Liberty .content-wrapper .liberty-notice .close { | |||
opacity: 1; | |||
} | |||
/* 濡쒓렇�� */ | |||
.dark .close { | |||
color: #e0e0e0; | |||
} | |||
.dark .Liberty .login-modal .modal-content { | |||
background-color: var(--ew-theme-020); | |||
border: 1px solid var(--ew-theme-030) | |||
} | |||
.dark .Liberty .login-modal input:not([type="button"]):not([type="checkbox"]):not([type="submit"]):not([class="oo-ui-inputWidget-input"]), | |||
.dark .Liberty .login-modal .modal-checkbox:not(#noop) input[type="checkbox"] + label::before { | |||
background-color: var(--ew-theme-010); | |||
color: #e0e0e0; | |||
} | |||
/* <code> */ | |||
.dark code { | |||
background-color: var(--ew-theme-030); | |||
color: #ff7979; | |||
} | |||
/* <pre> */ | |||
.dark pre { | |||
background-color: var(--ew-theme-030); | |||
color: #e0e0e0; | |||
} | |||
/* 臾몃떒 */ | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main h1, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main h2, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main h3, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main h4, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main h5, | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main h6 { | |||
border-bottom: 1px solid var(--ew-theme-030); | |||
} | |||
/* 寃��� */ | |||
.dark .oo-ui-textInputWidget .oo-ui-inputWidget-input, | |||
.dark .mw-search-profile-tabs, | |||
.dark #mw-searchoptions { | |||
background-color: transparent; | |||
color: #e0e0e0; | |||
border: 1px solid var(--ew-theme-030); | |||
} | |||
.dark .search-types .current a { | |||
background-color: transparent; | |||
color: #e0e0e0; | |||
} | |||
.dark .oo-ui-indicator-clear { | |||
background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="#fff" > <title> clear </title> <path d="M10 0a10 10 0 1 0 10 10A10 10 0 0 0 10 0zm5.66 14.24-1.41 1.41L10 11.41l-4.24 4.25-1.42-1.42L8.59 10 4.34 5.76l1.42-1.42L10 8.59l4.24-4.24 1.41 1.41L11.41 10z"/> </svg>) | |||
} | |||
.dark .oo-ui-icon-search, .mw-ui-icon-search:before{ | |||
background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="#fff" > <title> search </title> <path d="M12.2 13.6a7 7 0 1 1 1.4-1.4l5.4 5.4-1.4 1.4-5.4-5.4zM3 8a5 5 0 1 0 10 0A5 5 0 1 0 3 8z"/> </svg>) | |||
} | |||
.dark #mw-searchoptions .divider { | |||
border-bottom: 1px solid var(--ew-theme-030); | |||
} | |||
/* 寃��� �� */ | |||
/* �ㅻ퉬寃뚯씠�섎컮 踰꾪듉 hover �� 議곗젙 */ | |||
.dark .Liberty .nav-wrapper .navbar .form-inline .btn:hover, | |||
.dark .Liberty .nav-wrapper .navbar .form-inline .btn:focus, | |||
.dark .Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:hover, | |||
.dark .Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:focus { | |||
background-color: transparent !important; | |||
} | |||
.dark .Liberty .content-wrapper .liberty-content { background-color: transparent; } | |||
.dark .Liberty .nav-wrapper .navbar .randompage, | |||
.dark .Liberty .nav-wrapper .navbar .darkModeToggle { | |||
border: none !important; | |||
background-color: var(--ew-theme-000); | |||
color: #e0e0e0; | |||
} | |||
/* 遺꾨쪟 */ | |||
.dark .catlinks .catlinks-button-container { | |||
background: linear-gradient(90deg, transparent, var(--ew-theme-010), var(--ew-theme-010)); | |||
} | |||
.dark .catlinks .catlinks-button-container .catlinks-button { | |||
background-color: var(--ew-theme-020); | |||
border-color: var(--ew-theme-040); | |||
color: #e0e0e0; | |||
} | |||
/* �쒕∼�ㅼ슫 */ | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .dropdown-menu, | |||
.dark .Liberty .nav-wrapper .navbar .dropdown-menu { | |||
background: var(--ew-theme-020); | |||
border-color: var(--ew-theme-040); | |||
} | |||
.dark .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .dropdown-menu .dropdown-item, | |||
.dark .Liberty .nav-wrapper .navbar .dropdown-menu .dropdown-item { | |||
color: #fff; | |||
} | |||
/* �낅줈�� */ | |||
.dark #mw-upload-form input, | |||
.dark #mw-upload-form textarea, | |||
.dark #mw-upload-form select { | |||
border-color: var(--ew-theme-040); | |||
color: #fff; | |||
} | |||
.dark #mw-upload-form figure, | |||
.dark #mw-upload-form figure * { | |||
background-color: var(--ew-theme-010); | |||
} | |||
.dark #mw-upload-form .mw-destfile-warning { | |||
color: lightyellow; | |||
background-color: #fdf1d150; | |||
} | |||
/* 誘몃뵒�댁쐞�� ui �ㅼ젙 �쇱젒 �꾩젽 */ | |||
.dark .oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget { | |||
color: #fff; | |||
} | |||
.dark .oo-ui-dropdownInputWidget.oo-ui-widget-enabled, | |||
.dark .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle, | |||
.dark .oo-ui-menuOptionWidget.oo-ui-optionWidget-selected { | |||
color: #fff; | |||
background-color: var(--ew-theme-030); | |||
border-color: var(--ew-theme-040); | |||
} | |||
/* ~�먯꽌 �섏뼱�� */ | |||
.dark .contentSub #mw-content-subtitle:has(.mw-redirectedfrom), | |||
.dark .contentSub #mw-content-subtitle:has(.mw-revision) { | |||
background-color: var(--ew-theme-020); | |||
filter: saturate(2); | |||
border: solid 1px #bcdff160; | |||
} | |||
/* 理쒓렐 諛붾�� �쇨큵 �섎룎由ш린 踰꾪듉 */ | |||
.dark .mw-usertoollinks span:has(.mw-usertoollinks-block), | |||
.dark .mw-rollback-link, | |||
.dark .mw-history-undo { | |||
background-color: #3d050b; | |||
border-color: #861520; | |||
} | |||
.dark .mw-usertoollinks span:has(.mw-usertoollinks-block), | |||
.dark .mw-usertoollinks span:has(.mw-usertoollinks-block) *, | |||
.dark .mw-rollback-link, | |||
.dark .mw-rollback-link *, | |||
.dark .mw-history-undo, | |||
.dark .mw-history-undo * { | |||
color: #eec0c0; | |||
text-decoration: none; | |||
} | |||
.dark .mw-tag-markers { | |||
background-color: var(--ew-theme-020); | |||
border-color: #bcdff160; | |||
filter: saturate(2); | |||
} | |||
.dark .mw-tag-markers, | |||
.dark .mw-tag-markers *, | |||
.dark .mw-tag-markers a:hover, | |||
.dark .mw-tag-markers a:focus { | |||
color: #d9edf7; | |||
text-decoration: none; | |||
} | |||
.dark .mw-usertoollinks span:has(.mw-usertoollinks-talk), | |||
.dark .mw-usertoollinks span:has(.mw-usertoollinks-contribs), | |||
.dark .mw-changeslist-links:has(.mw-changeslist-history) span, | |||
.dark .mw-changeslist-links[title$="upload"], | |||
.dark .mw-changeslist-links[title$="delete"] { | |||
background-color: var(--ew-theme-020); | |||
border: 1px solid var(--ew-theme-030); | |||
} | } | ||
2024년 12월 9일 (월) 19:21 판
/* HTML Tag */
* {
outline: none;
}
input:hover,
button:hover,
select:hover {
transition: 0.3s;
}
html, body {
overflow-x: hidden;
overflow-y: overlay;
}
body::-webkit-scrollbar {
display: none;
}
body::-webkit-scrollbar {
width: 12px;
transition: 250ms;
}
body::-webkit-scrollbar-thumb {
background: #adb5bdb6;
border-radius: 20px;
border: 3px solid transparent;
background-clip: padding-box;
transition: 250ms;
}
body::-webkit-scrollbar-track {
background: transparent;
transition: 250ms;
}
html {
font-size: 16px;
}
body {
font-size: 15px;
font-weight: 400;
color: #212529;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Pretendard", "Apple SD Gothic Neo", "Spoqa Han Sans", "SpoqaHanSans",
"Noto Sans KR", "Noto Sans", "Noto Sans CJK KR", "NanumBarunGothic",
"Nanum Gothic", "KoPub Dotum", "Malgun Gothic", sans-serif !important;
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
b {
font-family: "Pretendard", "Apple SD Gothic Neo", "Spoqa Han Sans", "SpoqaHanSans",
"Noto Sans KR", "Noto Sans", "Noto Sans CJK KR", "NanumBarunGothic",
"Nanum Gothic", "KoPub Dotum", "Malgun Gothic", sans-serif !important;
}
input[type="password"] {
font-family: sans-serif;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.8em;
}
h3 {
font-size: 1.6em;
}
h4 {
font-size: 1.5em;
}
h5 {
font-size: 1.3em;
}
h6 {
font-size: 1.1em;
}
ol,
ul,
p {
margin: 0;
padding: 0;
}
p {
margin-bottom: 1rem;
}
ol,
.mw-content-ltr ol,
.mw-content-rtl .mw-content-ltr ol {
margin: 0;
margin-left: 2.2rem;
margin-right: 1rem;
list-style-image: none;
}
pre {
display: block;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f8fa;
border: 1px solid #e1e8ed;
border-radius: 0.5rem;
padding: 0.8rem;
}
a:focus {
outline: 0;
}
p {
overflow-wrap: break-word;
}
ul {
list-style-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%225%22%20height%3D%2213%22%3E%0A%3Ccircle%20cx%3D%222.5%22%20cy%3D%229.5%22%20r%3D%222.5%22%20fill%3D%22%23373a3c%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}
img {
max-width: 100%;
height: auto;
margin: 0;
}
th[rowspan],
td[rowspan] {
position: relative;
}
th[rowspan]:after,
td[rowspan]:after {
content: "";
position: absolute;
top: 0;
right: -1px;
width: 1px;
height: 100%;
/*background: #e0e0e0;*/
}
input[type="search"] {
-webkit-appearance: none;
appearance: none;
/* Removes some iOS CSS Settings */
}
textarea {
width: 100%;
border: 1px solid #e1e8ed;
padding: 0.5rem;
}
hr {
border-top: 1px solid #e1e8ed;
}
html input[type="button"]:hover,
html input[type="submit"]:hover,
button:hover {
background-color: #466DFA;
}
label {
vertical-align: middle;
word-break: keep-all;
}
del,
s,
strike {
color: #808080;
}
/* HTML Tag End */
/* Content width, alian center */
.Liberty .nav-wrapper .navbar,
.Liberty .content-wrapper {
max-width: 1300px;
}
.content-tools {
border-bottom: 0px !important;
padding-top: 0px !important;
padding-right: 0px !important;
}
@media (max-width: 1022.8px) {
.content-tools {
padding-top: 0px !important;
padding-right: 0px !important;
padding-bottom: 20px !important;
}
}
/* Content width, alian center End */
/* Background Color */
.Liberty {
background-color: #f5f6f7;
}
/* 다크 모드에서 배경색을 빨간색으로 바꿔서 적용 여부 확인 */
@media (prefers-color-scheme: dark) {
body {
background-color: red; /* 다크 모드일 때 배경색을 빨간색으로 */
}
}
/* 라이트 모드에서 배경색을 초록색으로 */
@media (prefers-color-scheme: light) {
body {
background-color: green; /* 라이트 모드일 때 배경색을 초록색으로 */
}
}
/* Background Color End*/
/* Nav */
.nav-wrapper {
padding-bottom: 3px !important;
padding-top: 3px !important;
box-shadow: none !important;
background: linear-gradient(to right, #005bfe, #466dfa);
}
@media (max-width: 889.6px) {
.nav-wrapper {
background: #005bfe;
}
}
.navbar {
padding-right: 0px !important;
padding-left: 0px !important;
}
@media (max-width: 1300px) {
.navbar {
padding-right: 8px !important;
padding-left: 8px !important;
}
}
.content-wrapper {
margin-top: 68px !important;
}
@media (max-width: 889.6px) {
.content-wrapper {
margin-top: 89.2px !important;
}
}
.Liberty .nav-wrapper .navbar .form-inline {
padding: 0.4rem 0;
float: right;
}
.Liberty .nav-wrapper .navbar .form-inline .form-control {
font-size: 0.8rem;
height: 2rem;
width: 16rem;
padding: 0.2rem 1rem;
border-color: #FFF;
border-radius: 0;
border-radius: 99rem;
}
.Liberty .nav-wrapper .navbar .form-inline .btn {
height: 2.2rem;
color: #4f5b63;
padding: 0.2rem 0.4rem;
line-height: 22px;
}
.Liberty .nav-wrapper .navbar .form-inline .btn:hover,
.Liberty .nav-wrapper .navbar .form-inline .btn:focus {
color: #fff;
outline: 0;
}
.Liberty .nav-wrapper .navbar .form-inline .btn .fa,
.Liberty .nav-wrapper .navbar .form-inline .btn .fas,
.Liberty .nav-wrapper .navbar .form-inline .btn .far {
width: 0.9rem;
}
.Liberty .nav-wrapper .navbar .navbar-login {
float: right;
padding-left: 0.8rem;
}
.Liberty .nav-wrapper .navbar .navbar-login .fa,
.Liberty .nav-wrapper .navbar .navbar-login .fas,
.Liberty .nav-wrapper .navbar .navbar-login .far {
color: #fff;
padding: 0.7rem 0;
font-size: 1.5rem;
line-height: 1.4rem;
}
.input-group-btn {
display: none !important;
}
@media (max-width: 889.6px) {
.Liberty .nav-wrapper .navbar .form-inline {
padding-top: 0px !important;
}
}
.Liberty .nav-wrapper .navbar .navbar-login .profile-img {
width: 2rem;
height: 2rem;
border-radius: 9999rem;
margin: 0;
border: none;
}
.dropdown-menu {
margin-top: 3px !important;
}
.Liberty .nav-wrapper,
.Liberty .nav-wrapper .navbar .form-inline .btn:hover,
.Liberty .nav-wrapper .navbar .form-inline .btn:focus,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link.active::before,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:hover::before,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:focus::before,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:active::before,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-footer .label,
.Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn:hover,
.Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn:focus,
.Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn:active {
background-color: #005BFE;
}
.Liberty .nav-wrapper .navbar .form-inline .btn:hover,
.Liberty .nav-wrapper .navbar .form-inline .btn:focus {
border-color: #317afe;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link.active::before,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:hover::before,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:focus::before,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link:active::before {
border-bottom: 2px solid #005BFE;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-footer .label:hover,
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:hover,
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:focus {
background-color: #317afe;
border-radius: 8px;
}
.dropdown-menu .dropdown-item:hover {
background-color: #005bfe;
border-radius: 0px;
}
.Liberty .content-wrapper #liberty-bottombtn,
.Liberty .content-wrapper #liberty-bottombtn:hover {
background-color: #005BFE;
}
/* Nav End */
/* Content */
.liberty-content {
padding-bottom: 0px !important;
margin-bottom: 30px !important;
}
.liberty-content-header {
padding-top: 30px !important;
padding-right: 24px !important;
padding-left: 24px !important;
padding-bottom: 20px !important;
border-bottom: 0px !important;
background: #FFF !important;
}
.liberty-content-main {
padding-right: 24px !important;
padding-left: 24px !important;
}
.liberty-footer {
padding-right: 24px !important;
padding-left: 24px !important;
background: #FFF !important;
}
.contentSub #mw-content-subtitle .subpages {
display: none;
}
.contentSub #mw-content-subtitle #mw-redirectedfrom {
margin-right: 0.5rem;
}
.liberty-content-header #mw-content-subtitle:has(.mw-revision) + .footer-info {
display: none;
}
.contentSub #mw-content-subtitle:has(.mw-redirectedfrom),
.contentSub #mw-content-subtitle:has(.mw-revision) {
padding: .5rem .75rem;
background-color: #cee2fd;
border: 1px solid #7eaaed;
border-radius: 0.5rem;
}
.contentSub:not(:has(#mw-content-subtitle *)),
.contentSub:has(#mw-content-subtitle .mw-history-subtitle),
.contentSub:has(#mw-content-subtitle .subpages) {
display: none;
}
.contentSub:has(#mw-content-subtitle .mw-redirectedfrom) {
display: block;
}
.liberty-content-header:has(.mw-revision) .footer-info {
display: none;
}
.contentSub .mw-revision {
display: flex;
gap: 1rem;
}
.contentSub .mw-revision #mw-revision-info .mw-usertoollinks {
font-size: 75%;
margin-right: 4px;
}
.contentSub .mw-revision #mw-revision-info .comment {
display: none;
}
.contentSub {
padding-top: 40px !important;
padding-right: 0px !important;
padding-left: 0px !important;
padding-bottom: 0px !important;
}
/* 다크 모드 스타일 */
@media (prefers-color-scheme: dark) {
body {
background-color: #151720; /* 다크 모드 배경색 */
color: white; /* 다크 모드 텍스트 색 */
}
/* 다크 모드에서 다른 요소들 색상 */
.liberty-content-header {
background-color: #151720;
color: #FFFFFF;
border-color: #4f556b;
}
.liberty-content-main {
background-color: #151720;
color: #FFFFFF;
border-color: #4f556b;
}
.liberty-content-main {
background-color: #151720;
color: #FFFFFF;
border-color: #4f556b;
}
.liberty-footer {
background-color: #151720;
color: #FFFFFF;
border-color: #4f556b;
}
a {
color: #ec9e18;
}
}
@media (max-width: 1022.8px) {
.contentSub {
padding-top: 0px !important;
padding-right: 0px !important;
padding-left: 0px !important;
padding-bottom: 0px !important;
}
}
@media (max-width: 1022.8px) {
.liberty-content-header {
padding-top: 20px !important;
padding-left: 12px !important;
padding-right: 12px !important;
padding-bottom: 1px !important;
}
}
@media (max-width: 889.6px) {
.liberty-content-header {
padding-top: 12px !important;
padding-left: 12px !important;
padding-right: 12px !important;
padding-bottom: 1px !important;
}
}
@media (max-width: 1022.8px) {
.liberty-content-main {
padding-top: 12px !important;
padding-left: 12px !important;
padding-right: 12px !important;
}
}
.title {
font-size: 20px;
padding: 0px !important;
}
@media (max-width: 1022.8px) {
.title {
font-size: 18px;
margin-bottom: 5px;
margin-bottom: 20px;
}
}
.alert {
margin-top: 0px !important;
margin-right: 0px !important;
margin-left: 0px !important;
margin-bottom: 40px !important;
border: 0px !important;
box-shadow: 0px 4px 20px rgba(0,0,0,.05);
}
.alert-info {
color: #0b3574;
background-color: #cee2fd;
border-color: #7eaaed
}
.alert-info hr {
border-top-color: #7eaaed
}
.alert-info .alert-link {
color: #0b3574
}
h2 span.mw-headline a[href="#toc"],
h3 span.mw-headline a[href="#toc"],
h4 span.mw-headline a[href="#toc"] {
margin-right: 3px !important;
}
h2 span.mw-editsection,
h3 span.mw-editsection,
h4 span.mw-editsection {
float: right !important; /* 오른쪽 배열 */
font-size: 14px !important; /* 글자 크기 작게 */
font-weight: bold !important; /* 볼드체 */
color: #337ab7 !important; /* 파란색 글씨 */
margin-left: 10px !important; /* 왼쪽 여백을 주어 글자가 다른 요소와 겹치지 않도록 함 */
margin-top: 10px !important;
}
h2, h3, h4 {
margin-top: 32.4px !important;
margin-bottom: 10px !important;
padding-bottom: 10px !important;
border-bottom-style : solid !important;
}
h2 span.mw-headline {
font-size: 28px !important;
font-weight: bold !important; /* 볼드체 */
}
h3 span.mw-headline,
h4 span.mw-headline {
font-size: 24px !important;
font-weight: bold !important; /* 볼드체 */
}
#mw-toc-heading {
border-bottom: 0px !important;
}
.toctitle {
background: #FFF !important;
padding-top: 15px !important;
padding-bottom: 0px !important;
border-bottom: 0px !important;
}
#mw-content-subtitle {
padding-top: 10px !important;
padding-bottom: 10px !important;
border-left: 0px !important;
border-right: 0px !important;
border-top: 0px !important;
border-bottom: 0px !important;
box-shadow: 0px 4px 20px rgba(0,0,0,.05) !important;
}
@media screen and (max-width: 768px) {
.mobileBtn:active {
animation-name: btn-background;
animation-duration: .5s;
animation-iteration-count: 1;
animation-timing-function: steps(1, end);
animation-fill-mode: forwards;
}
}
.folding-margin-remove {
margin: 0 -10px -5.5px;
}
.folding-margin-remove-width {
margin: 0 -10px -5.5px;
}
.folding-margin-remove-width-multi {
margin: 0 -10px 0;
}
.tit-margin-remove {
margin: -5.5px -10px;
}
@keyframes btn-background {
from {
background: blue;
background: rgba(0, 0, 255, 0.1);
}
to {
background: inherit;
}
}
.catlinks {
position: relative;
}
.catlinks
.mw-normal-catlinks {
overflow: hidden;
text-overflow: ellipsis;
}
.catlinks
.catlinks-button-container {
position: absolute;
top: 0;
right: 0;
height: 100%;
padding: 0 0 0 4rem;
background: linear-gradient(90deg, transparent, #fff, #fff);
border-radius: 0.5rem;
}
.catlinks
.catlinks-button-container
.catlinks-button {
margin: .325rem .5rem 0 0;
padding: 0.1rem 0.4rem;
background-color: var(--ew-theme-100);
border: 1px solid var(--ew-theme-090);
font-size: 0.7rem;
color: #000;
}
/* �ㅽ겕紐⑤뱶 湲곕낯 �뗮똿 */
.dark body {
--ew-theme-link: #ec9e18;
--ew-theme-link-hover: #ba7d14;
--ew-theme-link-new: #f15f5f;
--ew-theme-link-new-hover: #bf4b4b;
--ew-theme-link-external: #33b733;
--ew-theme-link-external-hover: #2ca02c;
}
.dark .bg-evewiki-main { background-color: var(--ew-spec-brand-main) !important;}
.dark .bg-evewiki-secondary { background-color: var(--ew-spec-brand-secondary) !important;}
.dark .dark\:bg-evewiki-000 { background-color: var(--ew-theme-000) !important; }
.dark .dark\:bg-evewiki-010 { background-color: var(--ew-theme-010) !important; }
.dark .dark\:bg-evewiki-020 { background-color: var(--ew-theme-020) !important; }
.dark .dark\:bg-evewiki-030 { background-color: var(--ew-theme-030) !important; }
.dark .dark\:bg-evewiki-040 { background-color: var(--ew-theme-040) !important; }
.dark .dark\:bg-evewiki-050 { background-color: var(--ew-theme-050) !important; }
.dark .dark\:bg-evewiki-060 { background-color: var(--ew-theme-060) !important; }
.dark .dark\:bg-evewiki-070 { background-color: var(--ew-theme-070) !important; }
.dark .dark\:bg-evewiki-080 { background-color: var(--ew-theme-080) !important; }
.dark .dark\:bg-evewiki-090 { background-color: var(--ew-theme-090) !important; }
.dark .dark\:bg-evewiki-100 { background-color: var(--ew-theme-100) !important; }
.dark .dark\:text-evewiki-000 { color: var(--ew-theme-000) !important; }
.dark .dark\:text-evewiki-010 { color: var(--ew-theme-010) !important; }
.dark .dark\:text-evewiki-020 { color: var(--ew-theme-020) !important; }
.dark .dark\:text-evewiki-030 { color: var(--ew-theme-030) !important; }
.dark .dark\:text-evewiki-040 { color: var(--ew-theme-040) !important; }
.dark .dark\:text-evewiki-050 { color: var(--ew-theme-050) !important; }
.dark .dark\:text-evewiki-060 { color: var(--ew-theme-060) !important; }
.dark .dark\:text-evewiki-070 { color: var(--ew-theme-070) !important; }
.dark .dark\:text-evewiki-080 { color: var(--ew-theme-080) !important; }
.dark .dark\:text-evewiki-090 { color: var(--ew-theme-090) !important; }
.dark .dark\:text-evewiki-100 { color: var(--ew-theme-100) !important; }
.dark .dark\:border-evewiki-000 { border-color: var(--ew-theme-000) !important; }
.dark .dark\:border-evewiki-010 { border-color: var(--ew-theme-010) !important; }
.dark .dark\:border-evewiki-020 { border-color: var(--ew-theme-020) !important; }
.dark .dark\:border-evewiki-030 { border-color: var(--ew-theme-030) !important; }
.dark .dark\:border-evewiki-040 { border-color: var(--ew-theme-040) !important; }
.dark .dark\:border-evewiki-050 { border-color: var(--ew-theme-050) !important; }
.dark .dark\:border-evewiki-060 { border-color: var(--ew-theme-060) !important; }
.dark .dark\:border-evewiki-070 { border-color: var(--ew-theme-070) !important; }
.dark .dark\:border-evewiki-080 { border-color: var(--ew-theme-080) !important; }
.dark .dark\:border-evewiki-090 { border-color: var(--ew-theme-090) !important; }
.dark .dark\:border-evewiki-100 { border-color: var(--ew-theme-100) !important; }
.dark .evewiki-dark-bg { background: var(--ew-theme-010) !important; }
.dark .evewiki-dark-txt { color: #e0e0e0 !important;}
.dark table .evewiki-dark-txt { color: #fff !important;}
/* �ㅽ겕紐⑤뱶 �꾪솚 �몃옖吏���(�꾩뿭) */
.Liberty .nav-wrapper,
.Liberty .content-wrapper .liberty-notice,
.Liberty .content-wrapper .liberty-content,
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent,
.Liberty .content-wrapper .liberty-sidebar .everest-rss {
transition: background .05s cubic-bezier(0,0,.5,1);
}
/* �� */
/* ul 紐⑸줉 �� �꾪솚 */
ul:is(.dark *) {
list-style-image: url(data:image/svg+xml,<%3Fxml%20version%3D"1.0"%20encoding%3D"UTF-8"%3F>%0A<svg%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20version%3D"1.1"%20width%3D"5"%20height%3D"13">%0A<circle%20cx%3D"2.5"%20cy%3D"9.5"%20r%3D"2.5"%20fill%3D"%23ffffff"%2F>%0A<%2Fsvg>%0A);
}
.nav:is(.dark *) {
list-style: none;
}
.dark body,
.dark .Liberty,
.dark .Liberty .nav-wrapper .navbar .form-inline .btn,
.dark table.mw_metadata th,
.dark #preferences fieldset:not(.prefsection),
.dark #preferences div.mw-prefs-buttons,
.dark .navbox,
.dark .navbox-subgroup,
.dark .navbox > tbody > tr:nth-child(even) > .navbox-list,
.dark .Liberty .nav-wrapper .navbar .form-inline {
background-color: var(--ew-theme-000);
color: #e0e0e0;
}
.dark .Liberty .liberty-content-main table {
color: #fff;
}
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable,
.dark .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent,
.dark .Liberty .content-wrapper .liberty-sidebar .everest-rss,
.dark .suggestions .suggestions-results,
.dark .suggestions .suggestions-special {
background-color: var(--ew-theme-010);
color: #e0e0e0;
}
.dark .editOptions,
.dark html .wikiEditor-ui-toolbar,
.dark #pagehistory li.selected,
.dark .mw-datatable td,
.dark table.mw_metadata td,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox,
.dark #preferences,
.dark .navbox-list,
.dark .btn-group,
.dark .btn-group-vertical,
.dark .suggestions a.mw-searchSuggest-link {
background-color: var(--ew-theme-020);
color: #e0e0e0;
}
.dark .suggestions .suggestions-result-current,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .dropdown-divider {
background-color: var(--ew-theme-030);
color: #e0e0e0;
}
.dark .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link,
.dark .Liberty .content-wrapper .liberty-sidebar .everest-rss .Rssfeed-header .nav {
color: #e0e0e0;
}
.dark .suggestions-result,
.dark .suggestions-special .special-query {
color: #e0e0e0;
}
.dark .Liberty .content-wrapper .liberty-content .liberty-content-header,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main,
.dark .Liberty .content-wrapper .liberty-footer,
.dark .mw-datatable th,
.dark .mw-datatable tr:hover td,
.dark textarea,
.dark div.mw-warning-with-logexcerpt,
.dark div.mw-lag-warn-high,
.dark div.mw-cascadeprotectedwarning,
.dark div#mw-protect-cascadeon,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main .catlinks,
.dark .Liberty .content-wrapper .liberty-content {
background-color: var(--ew-theme-010);
}
.dark .Liberty .content-wrapper .liberty-content .liberty-content-header .title>h1,
.dark caption { color: #e0e0e0; }
.dark .btn-secondary { background: transparent; color: #e0e0e0; }
.dark #pagehistory li { border: 0; }
.dark .Liberty .content-wrapper .liberty-content,
.dark .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent,
.dark .Liberty .content-wrapper .liberty-sidebar .everest-rss,
.dark .suggestions .suggestions-results,
.dark .suggestions .suggestions-special {
border: 1px solid var(--ew-theme-040)
}
@media screen and (max-width: 1023px) {
.dark .Liberty .content-wrapper .liberty-content,
.dark .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent,
.dark .Liberty .content-wrapper .liberty-sidebar .everest-rss {
border: 0;
}
}
.dark .Liberty .content-wrapper .liberty-footer,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-header,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main,
.dark .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item,
.dark .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item + .nav-item,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn:hover,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn:focus,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn,
.dark .dropdown-menu,
.dark .dropdown-divider,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main fieldset,
.dark hr,
.dark .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list li,
.dark .Liberty .content-wrapper .liberty-sidebar .everest-rss .Rssfeed-content .Rssfeed-list li,
.dark .mw-changeslist-legend,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main .catlinks { border-color: var(--ew-theme-040); }
.dark .flow-post,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctext { color: #e0e0e0; }
.dark .flow-topic-titlebar { color: #000; }
.dark .flow-ui-navigationWidget { color: #e0e0e0; }
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main .toc { border: 1px solid var(--ew-theme-040); }
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main .toc .toctitle,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main .toccolours,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main .toc ul,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main .toc li { background-color: var(--ew-theme-010); }
.dark .Liberty .nav-wrapper .navbar .form-inline .form-control {
border: none !important;
background-color: var(--ew-theme-000);
color: #e0e0e0;
}
.dark .nav-wrapper.navbar-fixed-top {
background: linear-gradient(to bottom, rgba(70, 109, 250, 0.42), rgba(0, 0, 0, 0));
backdrop-filter: saturate(180%) blur(20px);
}
/* 理쒓렐 諛붾�� */
.dark .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined,
.dark .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle,
.dark .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button,
.dark .oo-ui-buttonElement-framed.oo-ui-iconElement.oo-ui-labelElement > .oo-ui-buttonElement-button,
.dark .oo-ui-buttonElement-framed.oo-ui-iconElement.oo-ui-indicatorElement > .oo-ui-buttonElement-button,
.dark .mw-changeslist-legend,
.dark .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend,
.dark .mw-rcfilters-ui-filterTagMultiselectWidget-views-select-widget.oo-ui-widget,
.dark .oo-ui-tagMultiselectWidget.oo-ui-tagMultiselectWidget-outlined .oo-ui-inputWidget-input,
.dark .oo-ui-popupWidget-popup,
.dark .mw-rcfilters-ui-filterMenuHeaderWidget-header {
background-color: var(--ew-theme-010);
color: #e0e0e0;
border-color: var(--ew-theme-030);
}
.dark .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled,
.dark .mw-rcfilters-ui-filterMenuSectionOptionWidget {
background-color: var(--ew-theme-020);
color: #e0e0e0;
border-color: var(--ew-theme-030);
}
.dark .mw-rcfilters-ui-filterMenuHeaderWidget-title,
.dark .mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label {
color: #e0e0e0;
}
.dark .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget .oo-ui-iconElement-icon,
.dark .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget .oo-ui-indicatorElement-indicator,
.dark .mw-rcfilters-ui-savedLinksListWidget-button.oo-ui-widget .oo-ui-iconElement-icon,
.dark .mw-rcfilters-ui-savedLinksListWidget-button.oo-ui-widget .oo-ui-indicatorElement-indicator,
.dark .mw-rcfilters-ui-changesLimitAndDateButtonWidget.oo-ui-widget .oo-ui-iconElement-icon,
.dark .mw-rcfilters-ui-changesLimitAndDateButtonWidget.oo-ui-widget .oo-ui-indicatorElement-indicator,
.dark .mw-rcfilters-ui-liveUpdateButtonWidget.oo-ui-widget .oo-ui-iconElement-icon,
.dark .mw-rcfilters-ui-liveUpdateButtonWidget.oo-ui-widget .oo-ui-indicatorElement-indicator,
.dark .ui-widget-header .ui-icon,
.dark .ui-widget-content .ui-icon {
filter: invert(1);
}
.dark .Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item-timestamp,
.dark .mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title { color: #e0e0e0; }
.dark .oo-ui-iconElement-icon {
filter: invert(99%) sepia(80%) saturate(3%) hue-rotate(197deg) brightness(115%) contrast(100%);
}
.dark table.mw-enhanced-rc {
border-bottom: 1px solid var(--ew-theme-030);
}
.dark table.mw-enhanced-rc tbody:hover {
background: var(--ew-theme-020);
}
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main .special > li {
border-color: var(--ew-theme-030);
}
/* WikiEditer */
/* �ㅽ겕紐⑤뱶蹂대떎 湲곕뒫 �먯껜 CSS媛� �곗꽑 �곸슜�섎뒗 寃쎌슦媛� 留롮쑝誘�濡� !important�� 媛�湲됱쟻 �ы븿�� 寃� */
.dark .wikiEditor-ui-toolbar .tabs span.tab a { color: #EC9F19 !important; }
.dark .wikiEditor-ui-toolbar .group .label,
.dark .wikiEditor-ui-toolbar .page-table th { color: var(--ew-theme-090) !important; }
.dark .wikiEditor-ui-toolbar .page-table td { color: #fff !important; }
.dark .wikiEditor-ui-toolbar .section-help .page-table { background-color: transparent; }
.dark .wikiEditor-ui-toolbar .oo-ui-indicatorElement-indicator,
.dark .wikiEditor-ui-toolbar .oo-ui-iconElement-icon,
.dark .wikiEditor-ui-toolbar .tabs span.tab a::before,
.dark .wikiEditor-ui-toolbar .group .tool-select .label::after {
filter: invert(1);
}
.dark .wikiEditor-ui-toolbar .page-characters div span {
color: #e0e0e0;
}
.dark .template-documentation { background-color: rgb(162, 253, 207, 0.1) !important; }
.dark .referencetooltip { color: #000; }
.dark ol.references li:target,
.dark sup.reference:target { background: transparent !important; }
.dark .wikiEditor-ui .wikiEditor-ui-view,
.dark .wikiEditor-ui .wikiEditor-ui-top,
.dark .wikiEditor-ui-toolbar .group,
.dark .wikiEditor-ui-toolbar .section-secondary .group {
border-color: var(--ew-theme-050);
}
.dark .wikiEditor-ui-toolbar .sections .section { border-top-color: var(--ew-theme-050); }
.dark .wikiEditor-ui-toolbar { background-color: var(--ew-theme-020); }
.dark .editOptions { border-color: var(--ew-theme-050); }
.dark .editOptions input#wpSummary {
background-color: var(--ew-theme-010);
color: #e0e0e0;
border-color: var(--ew-theme-050);
}
.dark .oo-ui-checkboxInputWidget [type='checkbox'] + span {
background-color: var(--ew-theme-030);
border-color: var(--ew-theme-050);
}
.dark .oo-ui-popupToolGroup-tools { background-color: var(--ew-theme-020); }
.dark .oo-ui-listToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled,
.dark .wikiEditor-ui-toolbar .booklet > .index > .current,
.dark .wikiEditor-ui-toolbar .booklet > .index > div:hover,
.dark .oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle,
.dark .oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:active,
.dark .oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active > .oo-ui-tool-link,
.dark .oo-ui-tool.oo-ui-widget-enabled.oo-ui-popupToolGroup-active > .oo-ui-tool-link,
.dark .oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle:hover,
.dark .oo-ui-popupToolGroup-tools .oo-ui-iconElement .oo-ui-tool-link:hover,
.dark .oo-ui-tool.oo-ui-widget-enabled.oo-ui-popupToolGroup-active > .oo-ui-tool-link:hover,
.dark .oo-ui-listToolGroup-tools .oo-ui-tool:hover,
.dark .ve-init-mw-editSwitch .oo-ui-popupToolGroup.oo-ui-iconElement .oo-ui-popupToolGroup-handle:hover {
background-color: var(--ew-theme-030);
}
.dark .ui-widget-content {
background: var(--ew-theme-020);
border-color: var(--ew-theme-040);
color: #e0e0e0;
}
.dark .ui-widget-content .ui-widget-header {
background: var(--ew-theme-030);
border-color: var(--ew-theme-040);
color: #e0e0e0;
}
.dark .ui-state-default,
.dark .ui-widget-content .ui-state-default,
.dark .ui-widget-header .ui-state-default {
background: var(--ew-theme-030);
border-color: var(--ew-theme-040);
color: #e0e0e0;
}
.dark select,
.dark input:not([type="button"]):not([type="checkbox"]):not([type="submit"]):not([class="oo-ui-inputWidget-input"]) {
background-color: var(--ew-theme-010);
border-color: var(--ew-theme-040);
}
/* WikiEditer 訝� CodeMirror */
.dark .CodeMirror { background: var(--ew-theme-010) !important; color: var(--ew-theme-090) !important; }
.dark .CodeMirror-gutters { background-color: var(--ew-theme-010) !important; }
/* WikiEditer 訝� CodeMirror �몃� */
.dark .cm-mw-htmltag-bracket,
.dark .cm-mw-htmltag-name,
.dark .cm-mw-htmltag-attribute { color: #00ffc7 !important; }
.dark .cm-mw-exttag-bracket,
.dark .cm-mw-exttag-name,
.dark .cm-mw-exttag-attribute { color: #00ffc7 !important; }
.dark .cm-mw-template-bracket,
.dark .cm-mw-template-name,
.dark .cm-mw-template-delimiter,
.dark .cm-mw-template { color: #d47fff !important; }
.dark .cm-mw-templatevariable-bracket,
.dark .cm-mw-templatevariable-name,
.dark .cm-mw-templatevariable-delimiter,
.dark .cm-mw-templatevariable,
.dark .cm-mw-template-argument-name { color: #ff9700 !important; }
.dark .cm-mw-parserfunction-bracket,
.dark .cm-mw-parserfunction-name,
.dark .cm-mw-parserfunction-delimiter { color: #ff7979 !important; }
.dark .cm-mw-link-bracket,
.dark .cm-mw-link-pagename,
.dark .cm-mw-link-delimiter { color: #54caff !important; }
.dark .cm-mw-extlink-bracket,
.dark .cm-mw-extlink-protocol,
.dark .cm-mw-free-extlink-protocol,
.dark .cm-mw-extlink,
.dark .cm-mw-free-extlink { color: #54caff !important; }
.dark .cm-mw-section-header { color: #54caff !important; }
.dark .cm-mw-table-bracket,
.dark .cm-mw-table-definition,
.dark .cm-mw-table-delimiter { color: #ff6dc7 !important; }
.dark .cm-mw-comment { color: var(--ew-theme-060) !important; }
.dark .cm-mw-doubleUnderscore,
.dark .cm-mw-signature,
.dark .cm-mw-hr { background-color: var(--ew-theme-030) !important; }
.dark .cm-mw-exttag { background-color: rgba(119, 0, 170, 0.75) !important; }
/* Class Wikitable �щ챸�� */
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td {
background-color: transparent;
color: #fff;
border-color: var(--ew-theme-040);
}
/* CommentStreams */
.dark .cs-expanded .cs-comment-header { background-color: var(--ew-theme-020) !important; }
.dark .cs-comment-details { color: #fff !important; }
.dark .cs-edit-box { background-color: var(--ew-theme-020) !important; }
.dark .cs-title-edit-field { background-color: var(--ew-theme-010) !important; color: #fff !important; }
.dark .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button { color: #fff !important; }
.dark .oo-ui-menuSelectWidget {
border-color: var(--ew-theme-040);
background-color: var(--ew-theme-010);
}
/* [[�뚯씪:�뚯씪紐�|�몃꽕��|�ㅻ챸]] 訝� �몃꽕�� */
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main .thumbinner { background-color: var(--ew-theme-020); }
/* Sitenotice */
.dark .Liberty .content-wrapper .liberty-notice {
background-color: transparent;
border: solid 1px #bcdff160;
color: #d9edf7;
}
.dark .Liberty .content-wrapper .liberty-notice .close {
opacity: 1;
}
/* 濡쒓렇�� */
.dark .close {
color: #e0e0e0;
}
.dark .Liberty .login-modal .modal-content {
background-color: var(--ew-theme-020);
border: 1px solid var(--ew-theme-030)
}
.dark .Liberty .login-modal input:not([type="button"]):not([type="checkbox"]):not([type="submit"]):not([class="oo-ui-inputWidget-input"]),
.dark .Liberty .login-modal .modal-checkbox:not(#noop) input[type="checkbox"] + label::before {
background-color: var(--ew-theme-010);
color: #e0e0e0;
}
/* <code> */
.dark code {
background-color: var(--ew-theme-030);
color: #ff7979;
}
/* <pre> */
.dark pre {
background-color: var(--ew-theme-030);
color: #e0e0e0;
}
/* 臾몃떒 */
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main h1,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main h2,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main h3,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main h4,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main h5,
.dark .Liberty .content-wrapper .liberty-content .liberty-content-main h6 {
border-bottom: 1px solid var(--ew-theme-030);
}
/* 寃��� */
.dark .oo-ui-textInputWidget .oo-ui-inputWidget-input,
.dark .mw-search-profile-tabs,
.dark #mw-searchoptions {
background-color: transparent;
color: #e0e0e0;
border: 1px solid var(--ew-theme-030);
}
.dark .search-types .current a {
background-color: transparent;
color: #e0e0e0;
}
.dark .oo-ui-indicator-clear {
background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="#fff" > <title> clear </title> <path d="M10 0a10 10 0 1 0 10 10A10 10 0 0 0 10 0zm5.66 14.24-1.41 1.41L10 11.41l-4.24 4.25-1.42-1.42L8.59 10 4.34 5.76l1.42-1.42L10 8.59l4.24-4.24 1.41 1.41L11.41 10z"/> </svg>)
}
.dark .oo-ui-icon-search, .mw-ui-icon-search:before{
background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="#fff" > <title> search </title> <path d="M12.2 13.6a7 7 0 1 1 1.4-1.4l5.4 5.4-1.4 1.4-5.4-5.4zM3 8a5 5 0 1 0 10 0A5 5 0 1 0 3 8z"/> </svg>)
}
.dark #mw-searchoptions .divider {
border-bottom: 1px solid var(--ew-theme-030);
}
/* 寃��� �� */
/* �ㅻ퉬寃뚯씠�섎컮 踰꾪듉 hover �� 議곗젙 */
.dark .Liberty .nav-wrapper .navbar .form-inline .btn:hover,
.dark .Liberty .nav-wrapper .navbar .form-inline .btn:focus,
.dark .Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:hover,
.dark .Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link:focus {
background-color: transparent !important;
}
.dark .Liberty .content-wrapper .liberty-content { background-color: transparent; }
.dark .Liberty .nav-wrapper .navbar .randompage,
.dark .Liberty .nav-wrapper .navbar .darkModeToggle {
border: none !important;
background-color: var(--ew-theme-000);
color: #e0e0e0;
}
/* 遺꾨쪟 */
.dark .catlinks .catlinks-button-container {
background: linear-gradient(90deg, transparent, var(--ew-theme-010), var(--ew-theme-010));
}
.dark .catlinks .catlinks-button-container .catlinks-button {
background-color: var(--ew-theme-020);
border-color: var(--ew-theme-040);
color: #e0e0e0;
}
/* �쒕∼�ㅼ슫 */
.dark .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .dropdown-menu,
.dark .Liberty .nav-wrapper .navbar .dropdown-menu {
background: var(--ew-theme-020);
border-color: var(--ew-theme-040);
}
.dark .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .dropdown-menu .dropdown-item,
.dark .Liberty .nav-wrapper .navbar .dropdown-menu .dropdown-item {
color: #fff;
}
/* �낅줈�� */
.dark #mw-upload-form input,
.dark #mw-upload-form textarea,
.dark #mw-upload-form select {
border-color: var(--ew-theme-040);
color: #fff;
}
.dark #mw-upload-form figure,
.dark #mw-upload-form figure * {
background-color: var(--ew-theme-010);
}
.dark #mw-upload-form .mw-destfile-warning {
color: lightyellow;
background-color: #fdf1d150;
}
/* 誘몃뵒�댁쐞�� ui �ㅼ젙 �쇱젒 �꾩젽 */
.dark .oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget {
color: #fff;
}
.dark .oo-ui-dropdownInputWidget.oo-ui-widget-enabled,
.dark .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle,
.dark .oo-ui-menuOptionWidget.oo-ui-optionWidget-selected {
color: #fff;
background-color: var(--ew-theme-030);
border-color: var(--ew-theme-040);
}
/* ~�먯꽌 �섏뼱�� */
.dark .contentSub #mw-content-subtitle:has(.mw-redirectedfrom),
.dark .contentSub #mw-content-subtitle:has(.mw-revision) {
background-color: var(--ew-theme-020);
filter: saturate(2);
border: solid 1px #bcdff160;
}
/* 理쒓렐 諛붾�� �쇨큵 �섎룎由ш린 踰꾪듉 */
.dark .mw-usertoollinks span:has(.mw-usertoollinks-block),
.dark .mw-rollback-link,
.dark .mw-history-undo {
background-color: #3d050b;
border-color: #861520;
}
.dark .mw-usertoollinks span:has(.mw-usertoollinks-block),
.dark .mw-usertoollinks span:has(.mw-usertoollinks-block) *,
.dark .mw-rollback-link,
.dark .mw-rollback-link *,
.dark .mw-history-undo,
.dark .mw-history-undo * {
color: #eec0c0;
text-decoration: none;
}
.dark .mw-tag-markers {
background-color: var(--ew-theme-020);
border-color: #bcdff160;
filter: saturate(2);
}
.dark .mw-tag-markers,
.dark .mw-tag-markers *,
.dark .mw-tag-markers a:hover,
.dark .mw-tag-markers a:focus {
color: #d9edf7;
text-decoration: none;
}
.dark .mw-usertoollinks span:has(.mw-usertoollinks-talk),
.dark .mw-usertoollinks span:has(.mw-usertoollinks-contribs),
.dark .mw-changeslist-links:has(.mw-changeslist-history) span,
.dark .mw-changeslist-links[title$="upload"],
.dark .mw-changeslist-links[title$="delete"] {
background-color: var(--ew-theme-020);
border: 1px solid var(--ew-theme-030);
}