미디어위키:Common.css: 두 판 사이의 차이
편집 요약 없음 태그: 되돌려진 기여 |
편집 요약 없음 |
||
| (같은 사용자의 중간 판 25개는 보이지 않습니다) | |||
| 138번째 줄: | 138번째 줄: | ||
box-shadow: none; | box-shadow: none; | ||
} | } | ||
td:has(> .removetd) { | |||
display: none !important; | |||
} | |||
th:has(> .removetd) { | |||
display: none !important; | |||
} | |||
tr:has(> td > .removetr) { | |||
display: none !important; | |||
} | |||
.hiddencats { | .hiddencats { | ||
display: none; | display: none !important; | ||
} | |||
.cdx-button:enabled, .cdx-button.cdx-button--fake-button--enabled { | |||
background-color: var(--bg); | |||
color: var(--text); | |||
} | |||
.mw-content-ltr.mw-highlight-lines pre, .mw-content-ltr.content .mw-highlight-lines pre { | |||
padding-left: none; | |||
box-shadow: none; | |||
} | |||
.cdx-button:enabled:hover, .cdx-button.cdx-button--fake-button--enabled:hover { | |||
background-color: var(--altbg); | |||
border-color: var(--border); | |||
cursor: pointer; | |||
} | |||
.link_nocolor a { | |||
color: var(--text) !important; | |||
} | |||
hr { | |||
margin-left: 0; | |||
margin-right: 0; | |||
} | |||
s { | |||
color: #808080 !important; | |||
} | } | ||
pre { | |||
text-align: left !important; | |||
} | |||
.subpages { | |||
display: none; | |||
} | |||
2026년 1월 10일 (토) 12:23 판
: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%);
}
#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;
}
#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;
}
.hiddencats {
display: none !important;
}
.cdx-button:enabled, .cdx-button.cdx-button--fake-button--enabled {
background-color: var(--bg);
color: var(--text);
}
.mw-content-ltr.mw-highlight-lines pre, .mw-content-ltr.content .mw-highlight-lines pre {
padding-left: none;
box-shadow: none;
}
.cdx-button:enabled:hover, .cdx-button.cdx-button--fake-button--enabled:hover {
background-color: var(--altbg);
border-color: var(--border);
cursor: pointer;
}
.link_nocolor a {
color: var(--text) !important;
}
hr {
margin-left: 0;
margin-right: 0;
}
s {
color: #808080 !important;
}
pre {
text-align: left !important;
}
.subpages {
display: none;
}