미디어위키:Common.css: 두 판 사이의 차이
편집 요약 없음 |
편집 요약 없음 |
||
| (같은 사용자의 중간 판 228개는 보이지 않습니다) | |||
| 1번째 줄: | 1번째 줄: | ||
:root { | |||
--wiki: #81b11f; | |||
--current: light-dark(#e0ffdb,#123a0d); | |||
--alternativehistorytab: light-dark(#f5efe3, #2b251e); | |||
--alternativehistoryborder: light-dark(#d1c4b6, #696058); | |||
--alternativehistorytext: light-dark(#524940, HSL(30, 12%, 75%)); | |||
--usa: linear-gradient(120deg, #002664 0% 78%, #bb133e 78% 81%, #fff 81% 84%, #bb133e 84% 87%, #fff 87% 90%, #bb133e 90% 93%, #fff 93% 96%, #bb133e 96%); | |||
--korea: linear-gradient(120deg, #fff 5%, #000 5%, #000 9%, #fff 9%, #fff 10%, #000 10%, #000 14%, #fff 14%, #fff 15%, #000 15%, #000 19%, #fff 19%, #fff 81%, #cd313a 81%, #cd313a 90%, #0047a0 90%); | |||
--japan: radial-gradient(circle, #FE0000 69.9%, #fff 70.1%); | |||
--duan: linear-gradient(120deg, #b3344b 11%, #fff 11%, #fff 13%, #b3344b 13%, #b3344b 18%, #fff 18%, #fff 82%, #356c9c 82%, #356c9c 87%, #fff 87%, #fff 89%, #356c9c 89%); | |||
} | } | ||
. | html body.Vierthalb { | ||
background-color: light-dark(#f5f8fa, black); | |||
} | } | ||
form#powersearch table td textarea { width: 100% !important; box-sizing: border-b ox !important; } | |||
} | |||
#daemunche1 { | |||
background: url(https://w.halv.kr/images/e/ed/%EB%8C%80%EB%AC%B8%EC%A0%9C1.png) center no-repeat; | |||
background-size: contain; | |||
} | } | ||
#daemunche2 { | |||
background: url(https://w.halv.kr/images/2/26/%EB%8C%80%EB%AC%B8%EC%A0%9C2.png) center no-repeat; | |||
. | background-size: contain; | ||
} | } | ||
#daemunche3 { | |||
background: url(https://w.halv.kr/images/d/d5/%EB%8C%80%EB%AC%B8%EC%A0%9C3.png) center no-repeat; | |||
background-size: contain; | |||
} | } | ||
#daemunche4 { | |||
background: url(https://w.halv.kr/images/c/c5/%EB%8C%80%EB%AC%B8%EC%A0%9C4.png) center no-repeat; | |||
background-size: contain; | |||
} | } | ||
#daemunche5 { | |||
background: url(https://w.halv.kr/images/2/22/%EB%8C%80%EB%AC%B8%EC%A0%9C5.png) center no-repeat; | |||
background-size: contain; | |||
} | } | ||
#daemunche6 { | |||
background: url(https://w.halv.kr/images/8/8e/%EB%8C%80%EB%AC%B8%EC%A0%9C6.png) center no-repeat; | |||
background-size: contain; | |||
} | } | ||
#daemunche7 { | |||
background: url(https://w.halv.kr/images/8/86/%EB%8C%80%EB%AC%B8%EC%A0%9C7.png) center no-repeat; | |||
background-size: contain; | |||
} | } | ||
# | #daemunche8 { | ||
background: url(https://w.halv.kr/images/2/2c/%EB%8C%80%EB%AC%B8%EC%A0%9C8.png) center no-repeat; | |||
background-size: contain; | |||
} | } | ||
#daemunche9 { | |||
. | background: url(https://w.halv.kr/images/6/62/%EB%8C%80%EB%AC%B8%EC%A0%9C9.png) center no-repeat; | ||
background-size: contain; | |||
} | } | ||
. | #daemunchett { | ||
background: url(https://w.halv.kr/images/d/d0/%EB%8C%80%EB%AC%B8%EC%A0%9Ctt.png) center no-repeat; | |||
background-size: contain; | |||
} | } | ||
@media (prefers-color-scheme: light) { | |||
.light_template { display: block; } | |||
.dark_template { display: none; } | |||
} | } | ||
@media (prefers-color-scheme: dark) { | |||
.light_template { display: none; } | |||
.dark_template { display: block; } | |||
} | } | ||
.border-none { | |||
border-collapse: collapse !important; | |||
border: none !important; | |||
border | |||
} | } | ||
.border-none tr:first-child td { | |||
border-top: none !important; | |||
} | } | ||
.border-none tr:last-child td { | |||
border- | border-bottom: none !important; | ||
} | } | ||
. | .border-none tr td:first-child { | ||
border-left: none !important; | |||
} | } | ||
. | .border-none tr td:last-child { | ||
border-right: none !important; | |||
} | } | ||
. | @font-face { | ||
font-family: 'Youth'; | |||
src: url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/othrs/kywa/Youth/Youth.woff2') format('woff2'), | |||
url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/othrs/kywa/Youth/Youth.woff') format('woff'); | |||
font-weight: 400; | |||
font-display: swap; | |||
} | } | ||
. | .scrollabletable > table.wikitable { | ||
margin-top: 0 !important; | |||
margin-bottom: 0 !important; | |||
} | } | ||
. | div.noscrollbar::-webkit-scrollbar, .scrollabletable::-webkit-scrollbar { | ||
display: none !important; | |||
} | } | ||
div.noscrollbar, .scrollabletable { | |||
. | -ms-overflow-style: none !important; | ||
scrollbar-width: none !important; | |||
} | } | ||
#points-level { | |||
background-color: #81b11f; | |||
border-color: #81b11f52; | |||
border-width: 2px; | |||
border-style: solid; | |||
font-size: 15px; | |||
text-align: center; | |||
float: left; | |||
padding: 1px 14px; | |||
margin: -1px 8px 0 0; | |||
border-radius: 23px; | |||
} | } | ||
#points-level::after { | |||
content: ""; | |||
position: absolute; | |||
top: 0; | |||
left: 0; | |||
width: 100%; | |||
height: 100%; | |||
background: linear-gradient(296deg,transparent 2%,rgba(255,255,255,0.6) 41%,rgba(255,255,255,0.6)39%,transparent 24%); | |||
mix-blend-mode: overlay; | |||
} | } | ||
#points-level { | |||
# | |||
position: relative; | position: relative; | ||
box-shadow: 0 6px 12px rgba(0, 0, 0, 0), inset 0 -4px 10px rgba(255, 255, 255, 0.3); | |||
} | } | ||
. | .arrow--down, .arrow--up { | ||
height: 50px; | |||
} | } | ||
.mw-category.mw-category-columns { | |||
-moz-column-count: 3; | |||
column-count: 3; | |||
-moz-column-width: 24em; | |||
column-width: 16em; | |||
-top: 1rem; | |||
padding-top: 1rem; | |||
} | } | ||
.upload-badge { | .upload-badge { | ||
box-shadow: none; | |||
} | } | ||
td:has(> .removetd) { | |||
. | display: none !important; | ||
} | } | ||
th:has(> .removetd) { | |||
display: none !important; | |||
} | } | ||
tr:has(> td > .removetr) { | |||
display: none !important; | |||
} | } | ||
@font-face { | |||
font-family: 'SeoulAlrim'; | |||
src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2505-1@1.0/SeoulAlrimTTF-Medium.woff2') format('woff2'); | |||
font-weight: 400; | |||
@ | font-style: normal; | ||
unicode-range: U+30-39; | |||
} | } | ||
@font-face { | @font-face { | ||
font-family: | font-family: 'IntelOneMono'; | ||
src: url('https:// | src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/intelone-mono-font-family-regular.woff2') format('woff2'); | ||
font-weight: 400; | font-weight: 400; | ||
font-style: normal; | font-style: normal; | ||
unicode-range: U+30-39; | |||
} | } | ||
@font-face { | @font-face { | ||
font-family: | font-family: 'IntelOneMonoItalic'; | ||
src: url('https:// | src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/intelone-mono-font-family-mediumitalic.woff2') format('woff2'); | ||
font- | font-weigh: 400; | ||
font- | font-display: swap; | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: | font-family: 'Paperozi'; | ||
src: url('https:// | src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2'); | ||
font-weight: | font-weight: 100; | ||
font-display: swap; | |||
display: | |||
} | } | ||
@font-face { | @font-face { | ||
font-family: 'Paperozi'; | |||
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2'); | |||
font-weight: 200; | |||
font-display: swap; | |||
} | } | ||
@font-face { | @font-face { | ||
font-family: 'Paperozi'; | |||
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2'); | |||
font-weight: 300; | |||
font-display: swap; | |||
} | } | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Paperozi'; | ||
src: url('https:// | src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2'); | ||
font-weight: 400; | font-weight: 400; | ||
font- | font-display: swap; | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Paperozi'; | ||
src: url('https:// | src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2'); | ||
font-weight: | font-weight: 500; | ||
font- | font-display: swap; | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Paperozi'; | ||
font-weight: | src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2'); | ||
font- | font-weight: 600; | ||
font-display: swap; | |||
} | } | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Paperozi'; | ||
src: url('https:// | src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2'); | ||
font-weight: | font-weight: 700; | ||
font- | font-display: swap; | ||
display: | |||
} | } | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Paperozi'; | ||
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2'); | |||
font- | font-weight: 800; | ||
font-display: swap; | font-display: swap; | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: ' | font-family: 'Paperozi'; | ||
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2'); | |||
font-weight: 900; | |||
src: url | font-display: swap; | ||
@ | |||
} | } | ||
. | .timetable tr td, .timetable tr > td span { | ||
font-family: "IntelOneMono", "Zen Kaku Gothic Antique", "SeoulAlrim","Pretendard",monospace !important; | |||
letter-spacing: -0.035rem !important; | |||
} | } | ||
. | .timetable tr > td .seriftt, .seriftt { | ||
font-family: "IntelOneMonoItalic" !important; | |||
font-size: 0.9rem !important; | |||
letter-spacing: -0.05rem !important; | |||
} | } | ||
@supports (height: -moz-available) { | |||
td.fitstationmulti { | |||
height: 100% !important; | |||
} | } | ||
} | } | ||
body | body.page-대문 .vh-title, | ||
body.page-대문 .vh-footer, | |||
body.page-대문 .vh-page-actions, | |||
body.page-대문 .liberty-content-header, | |||
. | body.page-대문 .mw-references-wrap { | ||
display: none !important; | |||
. | |||
body. | |||
. | |||
} | } | ||
body.page-대문 .nstftnra { | |||
margin-top: 0.2rem !important; | |||
} | } | ||
body.page-대문 .carouselwrapper, | |||
body.page-대문 .width-131 { | |||
margin-bottom: 1rem; | |||
} | } | ||
body.page-대문 div.carouselwrapper > p > a { | |||
display: block !important; | |||
} | } | ||
body.page-대문 .vh-container { | |||
border: none; | border: none; | ||
background: var(--altbg); | |||
} | } | ||
body.page-대문 .vh-content { | |||
margin-top: -3px; | |||
padding: 0; | padding: 0; | ||
background: var(--altbg); | |||
} | } | ||
@media (prefers-color-scheme: dark) { | |||
body.page-대문 .vh-container, | |||
body.page-대문 .vh-content { | |||
background: black; | |||
body.page- | |||
body.page- | |||
. | |||
background: | |||
} | } | ||
} | } | ||
@media screen and (max-width: 1024px) { | @media screen and (max-width: 1024px) { | ||
. | body.page-대문 .vh-content { | ||
margin-left: 1.3rem !important; | |||
} | |||
} | |||
} | } | ||
@media screen and (max-width: 700px) { | |||
body.page-대문 div.twowords { | |||
flex-direction: column; | |||
height: min-content !important; | |||
} | |||
. | |||
} | |||
body.page-대문 div.onewords { | |||
width: 100% !important; | |||
height: 201px !important; | |||
} | |||
} | } | ||
/* 기본 */ | |||
.nm-small, .nm-big { | |||
line-height: 1.5em; | |||
} | } | ||
. | /* +1단계 / -1단계 */ | ||
.nm-small-1 { font-size: 0.92589em; } | |||
.nm-big-1 { font-size: 1.28889em; } | |||
} | |||
. | |||
font-size: 1. | |||
} | |||
.nm-small-2 { font-size: 0.83333em; } | |||
font- | .nm-big-2 { font-size: 1.38889em; } | ||
} | |||
.nm-small-3 { font-size: 0.74067em; } | |||
.nm-big-3 { font-size: 1.48144em; } | |||
} | |||
. | .nm-small-4 { font-size: 0.64811em; } | ||
.nm-big-4 { font-size: 1.57400em; } | |||
} | |||
.nm-small-5 { font-size: 0.62222em; } | |||
.nm-big-5 { font-size: 1.66667em; } | |||
} | |||
. | .collapsible > .namutable { | ||
margin-top: 5px !important; | |||
margin-bottom: -5px !important; | |||
border: none; | border: none; | ||
} | } | ||
. | .collapsible > .namutable:has(> tbody) { | ||
margin-bottom: -10.5px !important; | |||
margin-top: 5px !important; | |||
} | } | ||
@font-face { | |||
font-family: 'Tangba'; | |||
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2601-4@1.1/Tangba12.woff2') format('woff2'); | |||
font-weight: normal; | |||
font-display: swap; | |||
} | } | ||
.noarticletext:not(:has(.ext-discussiontools-emptystate)) { | |||
visibility: hidden; | |||
font-size: 0; | |||
} | } | ||
.noarticletext:not(:has(.ext-discussiontools-emptystate))::before { | |||
content: '이 문서가 현재 존재하지 않습니다. 이 문서에 대한 기록을 확인하거나 문서를 생성할 수 있습니다.'; | |||
visibility: visible; | |||
font-size: calc(15px * 1.02); | |||
} | } | ||
.noarticletext:not(:has(.ext-discussiontools-emptystate)) p { | |||
margin-top: 0.5rem; | |||
margin-bottom: 0.5rem; | |||
} | } | ||
.noarticletext:not(:has(.ext-discussiontools-emptystate)) .plainlinks a { | |||
. | margin-left: 0.5em; | ||
visibility: visible; | |||
. | |||
cursor: pointer; | cursor: pointer; | ||
background: var(--bg); | |||
color: var(--text); | |||
border-radius: 0.5rem; | |||
float: right; | float: right; | ||
border: 1px solid var(--border); | |||
font-size: 1rem; | |||
line-height: 1.5rem; | |||
padding: 3.55px 15px; | |||
. | |||
} | } | ||
. | .mw-echo-ui-notificationsInboxWidget-toolbarWrapper { | ||
position: initial; | |||
background: transparent; | |||
padding-bottom: 0; | |||
} | } | ||
.mw-echo-ui-notificationsInboxWidget-notice, .mw-echo-ui-datedNotificationsWidget { | |||
margin-top: 1rem; | |||
.mw- | |||
.mw- | |||
margin-top: | |||
} | } | ||
.mw-echo-ui-notificationsInboxWidget .oo-ui-buttonElement-button { | |||
background: var(--bg) !important; | |||
color: var(--text) !important; | |||
} | } | ||
.mw-echo-ui-notificationsInboxWidget .oo-ui-buttonElement-button:hover { | |||
background: var(--altbg) !important; | |||
} | } | ||
.mw-echo-ui-subGroupListWidget-header-row-markAllReadButton .oo-ui-labelElement-label, .mw-echo-ui-notificationsInboxWidget-toolbarWrapper .oo-ui-buttonElement-button .oo-ui-indicator-down { | |||
display: none; | |||
} | } | ||
@media (max-width: 981px) { | |||
.mw-echo-ui-datedSubGroupListWidget .mw-echo-ui-subGroupListWidget-header-row-markAllReadButton { | |||
font-size: 1em; | |||
} | } | ||
} | } | ||
. | .mw-echo-ui-notificationItemWidget-markAsReadButton { | ||
margin-left: 1em !important; | |||
} | } | ||
. | .mw-echo-ui-notificationItemWidget-markAsReadButton .oo-ui-buttonElement-button { | ||
padding: 0 !important; | |||
} | } | ||
. | .mw-echo-ui-notificationItemWidget-content-actions .oo-ui-buttonElement-button { | ||
background: transparent; | |||
} | } | ||
. | .mw-echo-ui-specialHelpMenuWidget-menu .oo-ui-iconElement-icon { | ||
display: none; | |||
. | |||
} | } | ||
.mw-echo-ui-notificationItemWidget { | |||
background-color: var(--bg); | |||
} | } | ||
.mw-echo-ui-notificationItemWidget:not(:last-child) { | |||
border-bottom: 1px solid var(--lightborder); | |||
} | } | ||
.mw-echo-ui-notificationItemWidget-content-message-header,.mw-echo-ui-notificationItemWidget-content-actions-timestamp, .mw-echo-ui-menuItemWidget > .oo-ui-buttonElement-button > .oo-ui-labelElement-label { | |||
color: var(--text); | |||
} | } | ||
. | .mw-echo-ui-notificationItemWidget:hover { | ||
background-color: var(--altbg); | |||
} | } | ||
.mw-echo-ui-notificationItemWidget-content-actions > .mw-echo-ui-notificationItemWidget-content-actions-buttons.oo-ui-buttonSelectWidget { | |||
overflow: inherit; | |||
} | } | ||
.mw-echo-ui-subGroupListWidget .mw-echo-ui-sortedListWidget-group:not(:empty), .mw-echo-ui-bundleNotificationItemWidget-group .mw-echo-ui-sortedListWidget-group:not(:empty) { | |||
border: none; | |||
} | } | ||
.mw-echo-ui-notificationItemWidget-unread { | |||
background: var(--altbg); | |||
} | } | ||
.mw-echo-ui-paginationWidget-label { | |||
padding: 0 1em; | |||
background: transparent; | |||
} | } | ||
. | .mw-echo-ui-pageNotificationsOptionWidget-label-count { | ||
background-color: var(--altbg); | |||
color: var(--text); | |||
} | } | ||
.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected, .mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-highlighted { | |||
background-color: var(--altbg); | |||
color: var(--text); | |||
} | } | ||
. | .oo-ui-optionWidget-selected .mw-echo-ui-pageNotificationsOptionWidget-label-count { | ||
color: var(--text); | |||
} | } | ||
. | .mw-echo-ui-crossWikiUnreadFilterWidget-title, .mw-echo-ui-crossWikiUnreadFilterWidget-subtitle { | ||
display: none; | |||
} | } | ||
. | .mw-echo-ui-pageFilterWidget { | ||
margin-top: 0 !important; | |||
} | } | ||
.mw-echo-ui-crossWikiUnreadFilterWidget { | |||
border-color: var(--border) !important; | |||
color: | border-radius: 0.7rem !important; | ||
} | } | ||
.mw-echo-ui-notificationItemWidget:focus { | |||
box-shadow: none !important; | |||
. | |||
} | } | ||
2026년 4월 4일 (토) 15:55 기준 최신판
:root {
--wiki: #81b11f;
--current: light-dark(#e0ffdb,#123a0d);
--alternativehistorytab: light-dark(#f5efe3, #2b251e);
--alternativehistoryborder: light-dark(#d1c4b6, #696058);
--alternativehistorytext: light-dark(#524940, HSL(30, 12%, 75%));
--usa: linear-gradient(120deg, #002664 0% 78%, #bb133e 78% 81%, #fff 81% 84%, #bb133e 84% 87%, #fff 87% 90%, #bb133e 90% 93%, #fff 93% 96%, #bb133e 96%);
--korea: linear-gradient(120deg, #fff 5%, #000 5%, #000 9%, #fff 9%, #fff 10%, #000 10%, #000 14%, #fff 14%, #fff 15%, #000 15%, #000 19%, #fff 19%, #fff 81%, #cd313a 81%, #cd313a 90%, #0047a0 90%);
--japan: radial-gradient(circle, #FE0000 69.9%, #fff 70.1%);
--duan: linear-gradient(120deg, #b3344b 11%, #fff 11%, #fff 13%, #b3344b 13%, #b3344b 18%, #fff 18%, #fff 82%, #356c9c 82%, #356c9c 87%, #fff 87%, #fff 89%, #356c9c 89%);
}
html body.Vierthalb {
background-color: light-dark(#f5f8fa, black);
}
form#powersearch table td textarea { width: 100% !important; box-sizing: border-b ox !important; }
#daemunche1 {
background: url(https://w.halv.kr/images/e/ed/%EB%8C%80%EB%AC%B8%EC%A0%9C1.png) center no-repeat;
background-size: contain;
}
#daemunche2 {
background: url(https://w.halv.kr/images/2/26/%EB%8C%80%EB%AC%B8%EC%A0%9C2.png) center no-repeat;
background-size: contain;
}
#daemunche3 {
background: url(https://w.halv.kr/images/d/d5/%EB%8C%80%EB%AC%B8%EC%A0%9C3.png) center no-repeat;
background-size: contain;
}
#daemunche4 {
background: url(https://w.halv.kr/images/c/c5/%EB%8C%80%EB%AC%B8%EC%A0%9C4.png) center no-repeat;
background-size: contain;
}
#daemunche5 {
background: url(https://w.halv.kr/images/2/22/%EB%8C%80%EB%AC%B8%EC%A0%9C5.png) center no-repeat;
background-size: contain;
}
#daemunche6 {
background: url(https://w.halv.kr/images/8/8e/%EB%8C%80%EB%AC%B8%EC%A0%9C6.png) center no-repeat;
background-size: contain;
}
#daemunche7 {
background: url(https://w.halv.kr/images/8/86/%EB%8C%80%EB%AC%B8%EC%A0%9C7.png) center no-repeat;
background-size: contain;
}
#daemunche8 {
background: url(https://w.halv.kr/images/2/2c/%EB%8C%80%EB%AC%B8%EC%A0%9C8.png) center no-repeat;
background-size: contain;
}
#daemunche9 {
background: url(https://w.halv.kr/images/6/62/%EB%8C%80%EB%AC%B8%EC%A0%9C9.png) center no-repeat;
background-size: contain;
}
#daemunchett {
background: url(https://w.halv.kr/images/d/d0/%EB%8C%80%EB%AC%B8%EC%A0%9Ctt.png) center no-repeat;
background-size: contain;
}
@media (prefers-color-scheme: light) {
.light_template { display: block; }
.dark_template { display: none; }
}
@media (prefers-color-scheme: dark) {
.light_template { display: none; }
.dark_template { display: block; }
}
.border-none {
border-collapse: collapse !important;
border: none !important;
}
.border-none tr:first-child td {
border-top: none !important;
}
.border-none tr:last-child td {
border-bottom: none !important;
}
.border-none tr td:first-child {
border-left: none !important;
}
.border-none tr td:last-child {
border-right: none !important;
}
@font-face {
font-family: 'Youth';
src: url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/othrs/kywa/Youth/Youth.woff2') format('woff2'),
url('//cdn.jsdelivr.net/korean-webfonts/1/orgs/othrs/kywa/Youth/Youth.woff') format('woff');
font-weight: 400;
font-display: swap;
}
.scrollabletable > table.wikitable {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
div.noscrollbar::-webkit-scrollbar, .scrollabletable::-webkit-scrollbar {
display: none !important;
}
div.noscrollbar, .scrollabletable {
-ms-overflow-style: none !important;
scrollbar-width: none !important;
}
#points-level {
background-color: #81b11f;
border-color: #81b11f52;
border-width: 2px;
border-style: solid;
font-size: 15px;
text-align: center;
float: left;
padding: 1px 14px;
margin: -1px 8px 0 0;
border-radius: 23px;
}
#points-level::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(296deg,transparent 2%,rgba(255,255,255,0.6) 41%,rgba(255,255,255,0.6)39%,transparent 24%);
mix-blend-mode: overlay;
}
#points-level {
position: relative;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0), inset 0 -4px 10px rgba(255, 255, 255, 0.3);
}
.arrow--down, .arrow--up {
height: 50px;
}
.mw-category.mw-category-columns {
-moz-column-count: 3;
column-count: 3;
-moz-column-width: 24em;
column-width: 16em;
-top: 1rem;
padding-top: 1rem;
}
.upload-badge {
box-shadow: none;
}
td:has(> .removetd) {
display: none !important;
}
th:has(> .removetd) {
display: none !important;
}
tr:has(> td > .removetr) {
display: none !important;
}
@font-face {
font-family: 'SeoulAlrim';
src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2505-1@1.0/SeoulAlrimTTF-Medium.woff2') format('woff2');
font-weight: 400;
font-style: normal;
unicode-range: U+30-39;
}
@font-face {
font-family: 'IntelOneMono';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/intelone-mono-font-family-regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
unicode-range: U+30-39;
}
@font-face {
font-family: 'IntelOneMonoItalic';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/intelone-mono-font-family-mediumitalic.woff2') format('woff2');
font-weigh: 400;
font-display: swap;
}
@font-face {
font-family: 'Paperozi';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
font-weight: 100;
font-display: swap;
}
@font-face {
font-family: 'Paperozi';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
font-weight: 200;
font-display: swap;
}
@font-face {
font-family: 'Paperozi';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
font-weight: 300;
font-display: swap;
}
@font-face {
font-family: 'Paperozi';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: 'Paperozi';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
font-weight: 500;
font-display: swap;
}
@font-face {
font-family: 'Paperozi';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
font-weight: 600;
font-display: swap;
}
@font-face {
font-family: 'Paperozi';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
font-weight: 700;
font-display: swap;
}
@font-face {
font-family: 'Paperozi';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
font-weight: 800;
font-display: swap;
}
@font-face {
font-family: 'Paperozi';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
font-weight: 900;
font-display: swap;
}
.timetable tr td, .timetable tr > td span {
font-family: "IntelOneMono", "Zen Kaku Gothic Antique", "SeoulAlrim","Pretendard",monospace !important;
letter-spacing: -0.035rem !important;
}
.timetable tr > td .seriftt, .seriftt {
font-family: "IntelOneMonoItalic" !important;
font-size: 0.9rem !important;
letter-spacing: -0.05rem !important;
}
@supports (height: -moz-available) {
td.fitstationmulti {
height: 100% !important;
}
}
body.page-대문 .vh-title,
body.page-대문 .vh-footer,
body.page-대문 .vh-page-actions,
body.page-대문 .liberty-content-header,
body.page-대문 .mw-references-wrap {
display: none !important;
}
body.page-대문 .nstftnra {
margin-top: 0.2rem !important;
}
body.page-대문 .carouselwrapper,
body.page-대문 .width-131 {
margin-bottom: 1rem;
}
body.page-대문 div.carouselwrapper > p > a {
display: block !important;
}
body.page-대문 .vh-container {
border: none;
background: var(--altbg);
}
body.page-대문 .vh-content {
margin-top: -3px;
padding: 0;
background: var(--altbg);
}
@media (prefers-color-scheme: dark) {
body.page-대문 .vh-container,
body.page-대문 .vh-content {
background: black;
}
}
@media screen and (max-width: 1024px) {
body.page-대문 .vh-content {
margin-left: 1.3rem !important;
}
}
@media screen and (max-width: 700px) {
body.page-대문 div.twowords {
flex-direction: column;
height: min-content !important;
}
body.page-대문 div.onewords {
width: 100% !important;
height: 201px !important;
}
}
/* 기본 */
.nm-small, .nm-big {
line-height: 1.5em;
}
/* +1단계 / -1단계 */
.nm-small-1 { font-size: 0.92589em; }
.nm-big-1 { font-size: 1.28889em; }
.nm-small-2 { font-size: 0.83333em; }
.nm-big-2 { font-size: 1.38889em; }
.nm-small-3 { font-size: 0.74067em; }
.nm-big-3 { font-size: 1.48144em; }
.nm-small-4 { font-size: 0.64811em; }
.nm-big-4 { font-size: 1.57400em; }
.nm-small-5 { font-size: 0.62222em; }
.nm-big-5 { font-size: 1.66667em; }
.collapsible > .namutable {
margin-top: 5px !important;
margin-bottom: -5px !important;
border: none;
}
.collapsible > .namutable:has(> tbody) {
margin-bottom: -10.5px !important;
margin-top: 5px !important;
}
@font-face {
font-family: 'Tangba';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2601-4@1.1/Tangba12.woff2') format('woff2');
font-weight: normal;
font-display: swap;
}
.noarticletext:not(:has(.ext-discussiontools-emptystate)) {
visibility: hidden;
font-size: 0;
}
.noarticletext:not(:has(.ext-discussiontools-emptystate))::before {
content: '이 문서가 현재 존재하지 않습니다. 이 문서에 대한 기록을 확인하거나 문서를 생성할 수 있습니다.';
visibility: visible;
font-size: calc(15px * 1.02);
}
.noarticletext:not(:has(.ext-discussiontools-emptystate)) p {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.noarticletext:not(:has(.ext-discussiontools-emptystate)) .plainlinks a {
margin-left: 0.5em;
visibility: visible;
cursor: pointer;
background: var(--bg);
color: var(--text);
border-radius: 0.5rem;
float: right;
border: 1px solid var(--border);
font-size: 1rem;
line-height: 1.5rem;
padding: 3.55px 15px;
}
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
position: initial;
background: transparent;
padding-bottom: 0;
}
.mw-echo-ui-notificationsInboxWidget-notice, .mw-echo-ui-datedNotificationsWidget {
margin-top: 1rem;
}
.mw-echo-ui-notificationsInboxWidget .oo-ui-buttonElement-button {
background: var(--bg) !important;
color: var(--text) !important;
}
.mw-echo-ui-notificationsInboxWidget .oo-ui-buttonElement-button:hover {
background: var(--altbg) !important;
}
.mw-echo-ui-subGroupListWidget-header-row-markAllReadButton .oo-ui-labelElement-label, .mw-echo-ui-notificationsInboxWidget-toolbarWrapper .oo-ui-buttonElement-button .oo-ui-indicator-down {
display: none;
}
@media (max-width: 981px) {
.mw-echo-ui-datedSubGroupListWidget .mw-echo-ui-subGroupListWidget-header-row-markAllReadButton {
font-size: 1em;
}
}
.mw-echo-ui-notificationItemWidget-markAsReadButton {
margin-left: 1em !important;
}
.mw-echo-ui-notificationItemWidget-markAsReadButton .oo-ui-buttonElement-button {
padding: 0 !important;
}
.mw-echo-ui-notificationItemWidget-content-actions .oo-ui-buttonElement-button {
background: transparent;
}
.mw-echo-ui-specialHelpMenuWidget-menu .oo-ui-iconElement-icon {
display: none;
}
.mw-echo-ui-notificationItemWidget {
background-color: var(--bg);
}
.mw-echo-ui-notificationItemWidget:not(:last-child) {
border-bottom: 1px solid var(--lightborder);
}
.mw-echo-ui-notificationItemWidget-content-message-header,.mw-echo-ui-notificationItemWidget-content-actions-timestamp, .mw-echo-ui-menuItemWidget > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
color: var(--text);
}
.mw-echo-ui-notificationItemWidget:hover {
background-color: var(--altbg);
}
.mw-echo-ui-notificationItemWidget-content-actions > .mw-echo-ui-notificationItemWidget-content-actions-buttons.oo-ui-buttonSelectWidget {
overflow: inherit;
}
.mw-echo-ui-subGroupListWidget .mw-echo-ui-sortedListWidget-group:not(:empty), .mw-echo-ui-bundleNotificationItemWidget-group .mw-echo-ui-sortedListWidget-group:not(:empty) {
border: none;
}
.mw-echo-ui-notificationItemWidget-unread {
background: var(--altbg);
}
.mw-echo-ui-paginationWidget-label {
padding: 0 1em;
background: transparent;
}
.mw-echo-ui-pageNotificationsOptionWidget-label-count {
background-color: var(--altbg);
color: var(--text);
}
.mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-selected, .mw-echo-ui-pageNotificationsOptionWidget.oo-ui-optionWidget-highlighted {
background-color: var(--altbg);
color: var(--text);
}
.oo-ui-optionWidget-selected .mw-echo-ui-pageNotificationsOptionWidget-label-count {
color: var(--text);
}
.mw-echo-ui-crossWikiUnreadFilterWidget-title, .mw-echo-ui-crossWikiUnreadFilterWidget-subtitle {
display: none;
}
.mw-echo-ui-pageFilterWidget {
margin-top: 0 !important;
}
.mw-echo-ui-crossWikiUnreadFilterWidget {
border-color: var(--border) !important;
border-radius: 0.7rem !important;
}
.mw-echo-ui-notificationItemWidget:focus {
box-shadow: none !important;
}