편집 요약 없음 |
편집 요약 없음 태그: 되돌려진 기여 |
||
1,554번째 줄: | 1,554번째 줄: | ||
#liberty-recent-tab2 { | #liberty-recent-tab2 { | ||
display: none; | display: none; | ||
} | |||
/* 다크모드 기본 셋팅 */ | |||
.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); | |||
} | |||
/* 내비바 프로필 */ | |||
.dark .Liberty .nav-wrapper .navbar .navbar-login .dropdown-menu .fa, | |||
.dark .Liberty .nav-wrapper .navbar .navbar-login .dropdown-menu .fas, | |||
.dark .Liberty .nav-wrapper .navbar .navbar-login .dropdown-menu .far { | |||
color: #fff; | |||
} | |||
.dark .Liberty .nav-wrapper .navbar .navbar-login .dropdown-menu .login-title { | |||
color: var(--ew-theme-050); | |||
} | |||
.dark .Liberty .nav-wrapper .navbar .navbar-login .dropdown-menu .view-logout { | |||
background: var(--ew-theme-030); | |||
} | } |
2025년 2월 23일 (일) 11:45 판
@font-face {
font-family: 'Pretendard';
font-weight: 400;
font-style: normal;
font-display: auto;
src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard-Regular.woff2') format('woff2'),
}
@font-face {
font-family: 'Pretendard';
font-weight: 500;
font-style: normal;
font-display: auto;
src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard-Medium.woff2') format('woff2'),
}
@font-face {
font-family: 'Pretendard';
font-weight: 600;
font-style: normal;
font-display: auto;
src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard-SemiBold.woff2') format('woff2'),
}
@font-face {
font-family: 'Pretendard';
font-weight: 700;
font-style: normal;
font-display: auto;
src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard-Bold.woff2') format('woff2'),
}
@font-face {
font-family: 'Pretendard';
font-weight: 800;
font-style: normal;
font-display: auto;
src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard-ExtraBold.woff2') format('woff2'),
}
@font-face {
font-family: 'Pretendard';
font-weight: 900;
font-style: normal;
font-display: auto;
src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard-Black.woff2') format('woff2'),
}
html {
--ew-spec-brand-main: #3757C7;
--ew-spec-brand-secondary: #466DFA;
--ew-spec-overlay-white: #FFFFFF;
--ew-spec-overlay-ligntgray: #DDD;
--ew-spec-overlay-darkgray: #333;
--ew-spec-overlay-black: #000000;
--ew-theme-000: #050508;
--ew-theme-010: #151720;
--ew-theme-020: #262A39;
--ew-theme-030: #3A3F52;
--ew-theme-040: #4F556B;
--ew-theme-050: #666D83;
--ew-theme-060: #7F869C;
--ew-theme-070: #9AA0B5;
--ew-theme-080: #B7BBCE;
--ew-theme-090: #D5D9E6;
--ew-theme-100: #F5F7FF;
--ew-theme-link: #0275d8;
--ew-theme-link-hover: #0263b8;
--ew-theme-link-new: #B73333;
--ew-theme-link-new-hover: #7C2323;
--ew-theme-link-external: #33B733;
--ew-theme-link-external-hover: #2CA02C;
}
/* 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;
}
html {
font-size: 16px;
}
body {
font-size: 15px;
}
body {
font-size: 15px;
color: #000;
}
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;
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;
font-weight: 700;
}
input[type="password"] {
font-family: sans-serif;
}
h1 {
font-size: 2.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 */
.Liberty .nav-wrapper .navbar {
max-width: 1400px;
margin: 0 auto;
}
.Liberty .content-wrapper {
max-width: 1400px;
width: 100%;
}
/* Nav */
.Liberty .nav-wrapper {
box-shadow: none;
}
.Liberty .nav-wrapper .navbar .navbar-brand {
height: 3.5rem;
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link .fa.fa-bars {
margin-right: 0;
}
.navbar::after { display: none; }
.Liberty .content-wrapper {
margin-top: 4.5rem;
margin-bottom: 1rem;
}
@media (max-width: 1022.4px) {
.Liberty .content-wrapper {
margin-top: 6.2rem;
}
}
.Liberty .nav-wrapper .navbar .form-inline .btn .fa,
.Liberty .nav-wrapper .navbar .form-inline .btn .fas,
.Liberty .nav-wrapper .navbar .form-inline .btn .far,
.Liberty .nav-wrapper .navbar .randompage .fa,
.Liberty .nav-wrapper .navbar .darkModeToggle .fas {
font-size: 1em;
}
#pt-notifications-alert, #pt-notifications-notice {
top: 0;
margin-right: 0;
margin-left: 0;
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .hide-title {
font-weight: 500;
}
.Liberty .content-wrapper .liberty-content {
margin-bottom: auto;
margin-right: 335px;
}
@media (max-width: 1022.4px) {
.Liberty .content-wrapper .liberty-content {
margin-right: auto !important;
}
}
#pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-notice .mw-echo-notifications-badge {
margin-right: 8px;
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item {
border-radius: 0.5rem;
padding: 0.28rem 0.2rem;
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link {
margin-top: 5.7px;
padding-top: 5.25px;
padding-bottom: 8px;
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent {
border: 3px;
border-color: #000;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-footer {
background-color: #FFF;
border: none;
}
.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,
.dropdown-menu .dropdown-item:hover {
background-color: #005bfe;
}
/* 검색창 */
.Liberty .nav-wrapper .navbar .form-inline {
padding-top: 8px;
}
.Liberty .nav-wrapper .navbar .form-inline .form-control {
width: 15.0rem;
height: 2.4rem;
font-size: 0.85rem;
padding: 0 0 0 0.75rem;
border-radius: 2rem;
border-color: #FFF;
transition: width .3s cubic-bezier(0, 0.90, 0.50, 0.90);
}
.Liberty .nav-wrapper .navbar .form-inline .form-control:focus {
width: 20.0rem;
}
.navbar .btn {
display: none;
}
@media (max-width: 1022.4px) {
.input-group-btn {
display: none !important;
}
}
@media (max-width: 1022.4px) {
.Liberty .nav-wrapper .navbar .form-inline {
padding-top: 0px;
width: 100%; /* 전체 너비 차지 */
}
.Liberty .nav-wrapper .navbar .form-inline .form-control {
width: 100%; /* 검색창을 꽉 차게 */
}
.Liberty .nav-wrapper .navbar .form-inline .form-control:focus {
width: 100% !important; /* focus 시에도 변경되지 않도록 유지 */
}
}
/* 프로필 */
.Liberty .nav-wrapper .navbar .navbar-login {
padding-top: 2px;
}
.Liberty .nav-wrapper .navbar .navbar-login .profile-img {
width: 2.4rem;
height: 2.4rem;
border-radius: 9999rem;
margin: 0;
border: none;
}
/* 프로필 끝 */
.Liberty .nav-wrapper .navbar .randompage,
.Liberty .nav-wrapper .navbar .darkModeToggle {
width: 2.5rem;
height: 2.5rem;
display: flex;
justify-content: center;
align-items: center;
color: #4f5b63;
padding: 0.1875rem 0.45rem;
line-height: 22px;
}
.Liberty .nav-wrapper .navbar .form-inline .btn .fa,
.Liberty .nav-wrapper .navbar .form-inline .btn .fas,
.Liberty .nav-wrapper .navbar .form-inline .btn .far,
.Liberty .nav-wrapper .navbar .randompage .fa,
.Liberty .nav-wrapper .navbar .darkModeToggle .fas {
font-size: 1em;
}
.Liberty .nav-wrapper .navbar .form-inline .btn {
height: 2.5rem;
}
#pt-notifications-alert, #pt-notifications-notice {
top: 0;
margin-right: 0;
margin-left: 0;
}
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .hide-title {
font-weight: 500;
}
.Liberty .content-wrapper .liberty-content {
margin-bottom: auto;
}
#pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-notice .mw-echo-notifications-badge {
margin-right: 8px;
}
.Liberty .content-wrapper .liberty-footer {
border-top: 1px solid var(--ew-theme-090);
background-color: white;
padding: 1.5rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn {
border: 1px solid var(--ew-theme-090);
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-header .nav .nav-item .nav-link.active::before {
border-bottom: 0 !important;
}
#searchGoButton, #mw-searchButton {
border: none;
}
.footer-info li {
list-style: none;
}
.suggestions-result {
padding: 0.25rem 0.5rem !important;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0;
}
.content-tools .tools-btn {
border-radius: 0.5rem;
}
#pagehistory li.selected {
outline: 0;
background-color: transparent;
}
.Liberty .nav-wrapper .navbar .navbar-login {
display: flex;
align-items: center;
}
.oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button {
border-radius: 0.5rem;
border: 1px solid;
}
.oo-ui-inputWidget {
margin-right: 0;
}
input#wpSave, input#wpSave:hover {
background-color: var(--ew-spec-brand-main);
color: #fff;
}
input#wpPreview, input#wpPreview:hover {
background-color: var(--ew-theme-060);
color: #fff;
}
input#wpDiff, input#wpDiff:hover {
background-color: var(--ew-theme-060);
color: #fff;
}
input#wpSave:hover,
input#wpPreview:hover,
input#wpDiff:hover {
filter: saturate(150%)
}
.suggestions {
border: 1px solid var(--ew-theme-090);
border-radius: 0.5rem;
box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item-timestamp {
color: black;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item:hover {
text-decoration: none;
}
/* Content */
/* Bootstrap Custom */
.form-control {
font-size: 1em;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
/* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
0 0 8px rgba(102, 175, 233, 0.6); */
transition: 0.3s;
}
.btn {
box-shadow: none;
border-radius: 1.0rem;
}
.btn:hover {
transition: 0.3s;
}
.btn:active,
.btn:focus {
outline: 0;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
z-index: 3; /* Firefox, IE border bug fix */
}
.close:focus,
.close:hover {
transition: 0.3s;
}
caption {
color: #000;
caption-side: top;
}
/* Bootstrap Custom End */
/* Echo */
#pt-notifications-alert,
#pt-notifications-notice {
position: relative;
float: right;
list-style: none;
top: 0.8rem;
font-size: 1em;
margin-right: 0.6rem;
margin-left: 0.8rem;
}
/* Echo End */
#shareAPIPolyfill-container button {
color: inherit;
white-space: inherit;
line-height: inherit;
}
div.floatright {
float: right;
text-align: right;
}
.mw-changeslist-legend { color: black; }
.oo-ui-popupWidget-popup { color: black; }
dd {
margin-bottom: 0;
}
.wikiEditor-ui .ace_editor {
font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace !important;
}
/* pre */
pre::-webkit-scrollbar {
width: 12px;
transition: 250ms;
}
pre::-webkit-scrollbar-thumb {
background: #adb5bdb6;
border-radius: 20px;
border: 3px solid transparent;
background-clip: padding-box;
transition: 250ms;
}
pre::-webkit-scrollbar-track {
background: transparent;
transition: 250ms;
}
/* 스크롤 */
.scrollbar::-webkit-scrollbar {
width: 12px;
transition: 250ms;
}
.scrollbar::-webkit-scrollbar-thumb {
background: #adb5bdb6;
border-radius: 20px;
border: 3px solid transparent;
background-clip: padding-box;
transition: 250ms;
}
.scrollbar::-webkit-scrollbar-track {
background: transparent;
transition: 250ms;
}
/* 목록형(ul li) 펼치기 접기(펼접) */
.Liberty .content-wrapper .liberty-content .liberty-content-main ul.mw-collapsible {
margin: 0 !important;
text-align: center;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .mw-collapsible .mw-collapsible-toggle-li {
margin: 0 !important;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .mw-collapsible li {
list-style: none;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .mw-collapsible table li {
list-style: inherit;
}
/* 펼접 자동 열림 방지 */
.mw-collapsible .mw-collapsible-toggle-li + li {
display: none;
}
.mw-collapsible .mw-collapsible-content {
display: none;
}
/* 펼접 토글 드래그 방지 */
.mw-customtoggle, .mw-collapsible-toggle {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.btn-group, .btn-group-vertical {
border-radius: 0.5rem;
}
.btn-secondary {
border-color: #F5F8FA;
}
/* 파일 업로드 창 수정 */
#mw-upload-form fieldset {
border-radius: 0.5rem;
overflow-x: auto;
}
#mw-upload-form table {
width: 100%;
}
#mw-upload-form table td {
padding: 0.25rem 0;
}
#mw-upload-form .htmlform-tip {
padding-left: 15%;
}
#mw-upload-form input,
#mw-upload-form textarea,
#mw-upload-form select {
padding: 0.4rem 0.8rem;
border-radius: 0.5rem;
border: 1px solid #e1e8ed;
font-size: 1rem;
line-height: 1.5;
color: #55595c;
}
#mw-upload-form textarea#wpUploadDescription {
margin-bottom: -6px;
}
#mw-upload-form tr:has(.mw-editTools) {
display: none;
}
#mw-upload-form select::-webkit-scrollbar {
width: 12px;
transition: 250ms;
}
#mw-upload-form select::-webkit-scrollbar-thumb {
background: #adb5bdb6;
border-radius: 20px;
border: 3px solid transparent;
background-clip: padding-box;
transition: 250ms;
}
#mw-upload-form select::-webkit-scrollbar-track {
background: transparent;
transition: 250ms;
}
#mw-upload-form p.mw-upload-editlicenses {
margin: 0;
}
#mw-upload-form input.mw-htmlform-submit {
color: #fff;
}
#mw-upload-form .mw-destfile-warning {
border: none;gp
border-radius: 0.5rem;
padding: 1rem;
box-shadow: 0px 4px 20px rgba(0,0,0,.05);
}
#mw-upload-form table:has(.mw-destfile-warning) {
margin-bottom: 0.5rem;
}
/* 내비게이션바 수정 */
.Liberty .nav-wrapper {
min-height: 3.5rem;
box-shadow: none;
}
/* 이름공간 */
.mw-page-title-namespace {
box-shadow: inset 0 -0.5rem 0 #005bfe50;
}
/* 위키편집기 스크롤바 */
textarea#wpTextbox1::-webkit-scrollbar {
display: contents;
width: 12px;
transition: 250ms;
}
textarea#wpTextbox1::-webkit-scrollbar-thumb {
background: #adb5bdb6;
border-radius: 20px;
border: 3px solid transparent;
background-clip: padding-box;
transition: 250ms;
}
textarea#wpTextbox1::-webkit-scrollbar-track {
background: transparent;
transition: 250ms;
}
.CodeMirror-vscrollbar::-webkit-scrollbar {
display: contents;
width: 12px;
transition: 250ms;
}
.CodeMirror-vscrollbar::-webkit-scrollbar-thumb {
background: #adb5bdb6;
border-radius: 20px;
border: 3px solid transparent;
background-clip: padding-box;
transition: 250ms;
}
.CodeMirror-vscrollbar::-webkit-scrollbar-track {
background: transparent;
transition: 250ms;
}
/* 본문 문단 */
.mw-editsection {
float: right;
}
/* 제목부 수정 */
.Liberty .content-wrapper .liberty-content .liberty-content-main {
padding-top: 22.500px;
padding-bottom: 22.500px;
padding-left: 22.500px;
padding-right: 22.500px;
}
.Liberty .content-wrapper .liberty-content .liberty-content-header .title {
padding-top: 22.500px;
padding-bottom: 22.500px;
padding-left: 22.500px;
padding-right: 22.500px;
}
@media (max-width: 1022.4px) {
.Liberty .content-wrapper .liberty-content .liberty-content-main {
padding-top: 12px;
padding-bottom: 12px;
padding-left: 12px;
padding-right: 12px;
}
.Liberty .content-wrapper .liberty-content .liberty-content-header .title {
padding-top: 12px;
padding-bottom: 12px;
padding-left: 12px;
padding-right: 12px;
}
}
.title h1 {
font-size: 2.25rem;
}
/* 사이트노티스 */
.alert-info {
color: #0b3574;
background-color: #cee2fd;
}
.alert-info hr {
border-top-color: #7eaaed
}
.alert-info .alert-link {
color: #0b3574
}
.toctitle {
padding-top : 14px !important;
}
#mw-toc-heading {
border-bottom: none !important; /* 하단 점선 제거 */
}
/* 분류칸 그림자 제거 */
.skin-liberty .catlinks {
box-shadow: none !important; /* 그림자 제거 */
border: 1px solid #ddd; /* 필요 시 테두리 스타일을 정의 */
}
/* 실선 */
.mw-parser-output h2,
.mw-parser-output h3,
.mw-parser-output h4 {
border-bottom: 0.8px solid #e1e8ed !important; /* 0.8px 두께의 #e1e8ed 색상 실선 */
}
/* 분류 */
/* 분류 목록 한 줄로 나열하고 줄바꿈 방지 */
#catlinks {
white-space: nowrap; /* 텍스트 줄바꿈 방지 */
overflow: hidden; /* 넘치는 텍스트 숨기기 */
}
#catlinks ul {
display: inline; /* 목록을 인라인 요소로 설정 */
padding-left: 0;
}
#catlinks li {
display: inline; /* 각 항목을 인라인 요소로 설정 */
margin-right: 5px; /* 항목 간 간격 */
list-style-type: none; /* 기본 점 제거 */
}
#catlinks li::after {
content: "|"; /* 각 항목 뒤에 '|' 추가 */
margin-left: 5px;
color: #5a5d60;
}
#catlinks li:last-child::after {
content: ""; /* 마지막 항목에서 '|' 제거 */
}
.custom-line-height {
line-height: 1.5; /* 줄 간격을 2배로 설정 */
}
.toc + .mw-body-content {
line-height: 1.5; /* 줄 간격을 1.5로 설정 */
}
/* 본문에 들어가는 제목의 위쪽 간격을 늘리기 */
.mw-parser-output h2,
.mw-parser-output h3,
.mw-parser-output h4 {
margin-top: 30px !important; /* 제목 위쪽 간격 */
}
.mw-headline id {
color: #212529 !important;
}
.mw-headline a[href="#toc"] {
margin-right: 3px !important;
color: #0275d8 !important;
}
.mw-editsection {
float: right !important; /* 오른쪽 정렬 */
font-size: 14px !important; /* 글씨 크기 작게 */
color: #0275d8 !important; /* 글씨 색상 변경 */
}
a {
color: var(--ew-theme-link);
}
a.new {
color: var(--ew-theme-link-new);
}
a:hover,
a:focus {
color: var(--ew-theme-link-hover);
text-decoration: underline;
transition: 0.3s;
}
a.new:hover,
a.new:focus {
color: var(--ew-theme-link-new-hover);
text-decoration: underline;
transition: 0.3s;
}
a.external {
color: var(--ew-theme-link-external);
}
a.external:hover,
a.external:focus {
color: var(--ew-theme-link-external-hover);
text-decoration: underline;
transition: 0.3s;
}
a.external:before {
font-family: 'Font Awesome 5 Free';
font-weight: 600;
text-align: center;
color: var(--ew-theme-link-external);
content: '\f0c1';
}
.plainlinks a.external {
color: var(--ew-theme-link);
}
.plainlinks a.external:hover,
.plainlinks a.external:focus {
color: var(--ew-theme-link-hover);
text-decoration: underline;
transition: 0.3s;
}
.plainlinks a.external:before {
content: '';
}
.selflink {
font-weight: bold;
}
.selflink:hover,
.selflink:focus {
text-decoration: none;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .liberty-table-wrapper {
overflow-x: auto;
overflow-y: hidden;
max-width: 100%;
display: block;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .table-right {
float: right;
}
/* List that inside table margin remove */
.Liberty .content-wrapper .liberty-content .liberty-content-main .liberty-table-wrapper table ul {
margin: 0.28125rem 0 0.28125rem 0.1875rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox {
width: auto;
background: #fff;
border: none;
border-radius: 0.328125rem;
border-collapse: separate;
border-spacing: 0;
float: none;
margin: 0.75rem 0;
padding: 0;
/*color: #373a3c;*/
color: #000;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox {
float: right;
margin-left: 0.75rem;
margin-bottom: 2rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table caption {
font-size: 1.125rem;
padding: 0.1875rem 0;
font-weight: bold;
text-align: center;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main .mw-collapsed caption {
display: inline-block;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.jquery-tablesorter th.headerSort {
padding-right: 1.40625rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable {
width: auto;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable th {
background-color: #f5f8fa;
text-align: center;
word-break: keep-all;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable {
border-collapse: collapse;
border-radius: 0.328125rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > th,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.wikitable tr > td {
border: 1px solid #e1e8ed;
padding: 0.28125rem 0.5625rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox {
border-collapse: separate;
border-radius: 0.328125rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td {
border: 0;
padding: 0.28125rem 0.5625rem;
border-top: 1px solid #e1e8ed;
border-right: 1px solid #e1e8ed;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th:first-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td:first-child {
border-left: 1px solid #e1e8ed;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th:last-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td:last-child {
border-right: 1px solid #e1e8ed;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td {
border-bottom: 1px solid #e1e8ed;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > th:nth-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > td:nth-child( 1 ) {
border-radius: 0.328125rem 0 0 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > th:nth-last-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > td:nth-last-child( 1 ) {
border-radius: 0 0.328125rem 0 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > th:only-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:first-child > td:only-child {
border-radius: 0.328125rem 0.328125rem 0 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th:nth-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td:nth-child( 1 ) {
border-radius: 0 0 0 0.328125rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th:nth-last-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td:nth-last-child( 1 ) {
border-radius: 0 0 0.328125rem 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > th:only-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:last-child > td:only-child {
border-radius: 0 0 0.328125rem 0.328125rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > th:nth-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > td:nth-child( 1 ) {
border-radius: 0.328125rem 0 0 0.328125rem
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > th:nth-last-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > td:nth-last-child( 1 ) {
border-radius: 0 0.328125rem 0.328125rem 0
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > th:only-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr:only-child > td:only-child {
border-radius: 0.328125rem 0.328125rem 0.328125rem 0.328125rem;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox th {
background-color: #f5f8fa;
text-align: center;
word-break: keep-all;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th[rowspan]:first-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td[rowspan]:first-child {
border-right: 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th[rowspan]:first-child + td,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > th[rowspan]:first-child + th,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td[rowspan]:first-child + td,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.infobox tr > td[rowspan]:first-child + th {
border-left: 1px solid #e1e8ed;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > th,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > td {
border: 0;
border-right: 1px solid #e1e8ed;
border-bottom: 1px solid #e1e8ed;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > th:first-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > td:first-child {
border-left: 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > th:last-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr > td:last-child {
border-right: 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:first-child > th:only-child,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:first-child > td:only-child {
border-radius: 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:last-child > th,
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:last-child > td {
border-bottom: 0;
}
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:last-child > th:nth-child( 1 ),
.Liberty .content-wrapper .liberty-content .liberty-content-main table.subbox tr:last-child > td:nth-child( 1 ) {
border-radius: 0;
}
/* 최근 변경 */
/* Right menu End */
.nav .nav-item .nav-link {
padding: 0;
}
.Liberty .content-wrapper .liberty-sidebar {
float: right;
width: 20rem;
position: relative;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent, .Liberty .content-wrapper .liberty-sidebar .everest-rss {
width: 100%;
padding: 1.5rem;
background-color: #FFF;
border: 1px solid;
border-color: #e1e8ed;
border-radius: 0.5rem;
overflow: hidden;
}
.Liberty .content-wrapper .liberty-sidebar .everest-rss {
margin-top: 1rem;
}
.Liberty .content-wrapper .liberty-sidebar .everest-rss {
margin-top: 1rem;
}
.Liberty
.content-wrapper
.liberty-sidebar
.live-recent-wrapper
.live-recent
.live-recent-header
.nav,
.Liberty
.content-wrapper
.liberty-sidebar
.everest-rss
.Rssfeed-header
.nav {
border: 0;
}
.Liberty
.content-wrapper
.liberty-sidebar
.live-recent-wrapper
.live-recent
.live-recent-header
.nav
.nav-item
.nav-link,
.Liberty
.content-wrapper
.liberty-sidebar
.everest-rss
.Rssfeed-header
.nav {
padding-bottom: 1.125rem;
text-align: left;
font-size: 1.1rem;
color: #000;
}
.Liberty
.content-wrapper
.liberty-sidebar
.live-recent-wrapper
.live-recent
.live-recent-header
.nav
.nav-item {
width: 8.03125rem;
border: 0 solid transparent;
background-color: transparent;
}
.Liberty
.content-wrapper
.liberty-sidebar
.live-recent-wrapper
.live-recent
.live-recent-header
.nav
.nav-item
+ .nav-item {
margin-left: 0;
border-left: 0;
border-top-left-radius: 0;
border-top-right-radius: 0.5rem;
}
.Liberty
.content-wrapper
.liberty-sidebar
.live-recent-wrapper
.live-recent
.live-recent-header
.nav
.nav-item
.nav-link {
border: 0;
color: #6e7478;
position: relative;
border-radius: 0;
}
.Liberty
.content-wrapper
.liberty-sidebar
.live-recent-wrapper
.live-recent
.live-recent-header
.nav
.nav-item
+ .nav-item
.nav-link {
border-top-left-radius: 0;
border-top-right-radius: 0.5rem;
}
.Liberty
.content-wrapper
.liberty-sidebar
.live-recent-wrapper
.live-recent
.live-recent-header
.nav
.nav-item
.nav-link.active,
.Liberty
.content-wrapper
.liberty-sidebar
.live-recent-wrapper
.live-recent
.live-recent-header
.nav
.nav-item
.nav-link:hover,
.Liberty
.content-wrapper
.liberty-sidebar
.live-recent-wrapper
.live-recent
.live-recent-header
.nav
.nav-item
.nav-link:focus,
.Liberty
.content-wrapper
.liberty-sidebar
.live-recent-wrapper
.live-recent
.live-recent-header
.nav
.nav-item
.nav-link:active {
color: #000;
background-color: transparent;
}
.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 {
position: absolute;
left: -1px;
bottom: -1px;
content: " ";
width: 8.03125rem;
display: block;
}
.Liberty
.content-wrapper
.liberty-sidebar
.live-recent-wrapper
.live-recent
.live-recent-content,
.Liberty
.content-wrapper
.liberty-sidebar
.everest-rss
.Rssfeed-content {
border: 0 solid transparent;
border-top: 0;
z-index: 1;
}
.Liberty
.content-wrapper
.liberty-sidebar
.live-recent-wrapper
.live-recent
.live-recent-content
.live-recent-list,
.Liberty
.content-wrapper
.liberty-sidebar
.everest-rss
.Rssfeed-content
.Rssfeed-list {
display: block;
list-style: none;
}
.Liberty
.content-wrapper
.liberty-sidebar
.live-recent-wrapper
.live-recent
.live-recent-content
.live-recent-list
li,
.Liberty
.content-wrapper
.liberty-sidebar
.everest-rss
.Rssfeed-content
.Rssfeed-list
li {
margin: 0 0 .4rem;
}
.Liberty
.content-wrapper
.liberty-sidebar
.live-recent-wrapper
.live-recent
.live-recent-content
.live-recent-list
li:last-of-type,
.Liberty .content-wrapper .liberty-sidebar .everest-rss .Rssfeed-content .Rssfeed-list li:last-of-type {
margin-bottom: 0;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list li:last-child,
.Liberty .content-wrapper .liberty-sidebar .everest-rss .Rssfeed-content .Rssfeed-list li:last-child {
border-bottom: none;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item,
.Liberty .content-wrapper .liberty-sidebar .everest-rss .Rssfeed-content .Rssfeed-list .Rssfeed-item {
font-size: 1em;
display: flex;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item-timestamp {
font-size: 0.75rem;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-content .live-recent-list .recent-item.new {
font-size: 0.75rem;
color: #b73333;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-footer .label,
.Liberty .content-wrapper .liberty-sidebar .everest-rss .Rssfeed-footer .label {
padding: 0.375rem 0.6rem;
font-size: 0.75rem;
font-weight: 400;
border-radius: 1.0rem;
}
.Liberty .content-wrapper .liberty-sidebar .live-recent-wrapper .live-recent .live-recent-footer .label:hover,
.Liberty .content-wrapper .liberty-sidebar .everest-rss .Rssfeed-footer .label:hover {
transition: 0.3s;
}
.Liberty .content-wrapper .liberty-sidebar .right-ads {
position: absolute;
top: 24.121875rem;
width: 14.0625rem;
}
#liberty-recent-tab2 {
display: none;
}
/* 다크모드 기본 셋팅 */
.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);
}
/* 내비바 프로필 */
.dark .Liberty .nav-wrapper .navbar .navbar-login .dropdown-menu .fa,
.dark .Liberty .nav-wrapper .navbar .navbar-login .dropdown-menu .fas,
.dark .Liberty .nav-wrapper .navbar .navbar-login .dropdown-menu .far {
color: #fff;
}
.dark .Liberty .nav-wrapper .navbar .navbar-login .dropdown-menu .login-title {
color: var(--ew-theme-050);
}
.dark .Liberty .nav-wrapper .navbar .navbar-login .dropdown-menu .view-logout {
background: var(--ew-theme-030);
}