편집 요약 없음 태그: 되돌려진 기여 |
편집 요약 없음 |
||
(같은 사용자의 중간 판 28개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
/* 기본 분류 가리기 */ | |||
.catlinks { | |||
display: none!important; | |||
} | |||
/* 모바일에서 */ | /* 모바일에서 */ | ||
@media screen and (max-width: 768px) { | @media screen and (max-width: 768px) { | ||
/* 모바일 분류 박스 */ | /* 모바일 분류 박스 */ | ||
.namucat-main-box { | .namucat-main-box { | ||
margin-bottom: . | margin-bottom: .8rem; | ||
border: 1px solid # | border: 1px solid #ccc; | ||
border-radius: 4px; | border-radius: 4px; | ||
padding: 3px 3px 3px 5px; | padding: 3px 3px 3px 5px; | ||
10번째 줄: | 15번째 줄: | ||
/* 모바일 미분류 박스 */ | /* 모바일 미분류 박스 */ | ||
.namucat-no-box { | .namucat-no-box { | ||
margin-bottom: . | margin-bottom: .8rem; | ||
border: 1px solid #bcdff1; | border: 1px solid #bcdff1; | ||
padding: 10px; | padding: 10px; | ||
16번째 줄: | 21번째 줄: | ||
border-radius: 5px; | border-radius: 5px; | ||
color: #31708f; | color: #31708f; | ||
} | |||
/* 헬퍼 버튼 */ | |||
.namucat-helper-btn { | |||
margin-bottom: .8rem; | |||
flex: 1; | |||
border-radius: 5px; | |||
background: #880e4f; | |||
padding: 10px; | |||
color: white; | |||
text-align: center; | |||
transition: font-weight .25s, font-size .25s, padding .25s; | |||
} | } | ||
/* 링크 클릭 시 파란 박스 */ | /* 링크 클릭 시 파란 박스 */ | ||
26번째 줄: | 42번째 줄: | ||
} | } | ||
/* 순환 링크 애니메이션 제외 */ | /* 순환 링크 애니메이션 제외 */ | ||
a.selflink:active | a.selflink:active { | ||
animation: none; | animation: none; | ||
} | } | ||
33번째 줄: | 49번째 줄: | ||
@keyframes btn-background { | @keyframes btn-background { | ||
from { | from { | ||
background: rgba(0, 0, 255, .15); | |||
background: rgba(0, 0, 255, | |||
} | } | ||
to { | to { | ||
background: | background: initial; | ||
} | } | ||
} | } | ||
45번째 줄: | 60번째 줄: | ||
/* PC 분류 박스 */ | /* PC 분류 박스 */ | ||
.namucat-main-box { | .namucat-main-box { | ||
margin-bottom: | margin-bottom: .8rem; | ||
border: 1px solid # | border: 1px solid #ccc; | ||
border-radius: 4px; | border-radius: 4px; | ||
padding: 3px 3px 3px 5px; | padding: 3px 3px 3px 5px; | ||
52번째 줄: | 67번째 줄: | ||
/* PC 미분류 박스 */ | /* PC 미분류 박스 */ | ||
.namucat-no-box { | .namucat-no-box { | ||
margin-bottom: | margin-bottom: .8rem; | ||
border: 1px solid #bcdff1; | border: 1px solid #bcdff1; | ||
padding: 10px; | padding: 10px; | ||
58번째 줄: | 73번째 줄: | ||
border-radius: 5px; | border-radius: 5px; | ||
color: #31708f; | color: #31708f; | ||
} | |||
/* 헬퍼 버튼 */ | |||
.namucat-helper-btn { | |||
margin-bottom: .8rem; | |||
flex: 1; | |||
border-radius: 5px; | |||
background: #880e4f; | |||
padding: 10px; | |||
color: white; | |||
text-align: center; | |||
transition: font-weight .25s, font-size .25s, padding .25s; | |||
} | } | ||
} | |||
/* 헬퍼 버튼 사이 여백 */ | |||
.namucat-helper-btn-margin { | |||
display: inline-block; | |||
width: 5px; | |||
} | } | ||
71번째 줄: | 103번째 줄: | ||
/* 분류 간 구분선 */ | /* 분류 간 구분선 */ | ||
.namucat-stick:after { | .namucat-stick:after { | ||
border-left: 1px solid #888; | |||
content: ""; | |||
display: inline-block; | |||
height: 0.8rem; | |||
margin: 0 0.4rem -0.1rem; | |||
. | |||
} | } | ||
/* 리스트를 나무위키처럼 */ | /* 리스트를 나무위키처럼 */ | ||
ul:not(#toc) { | ul:not(#toc) { | ||
margin: .2em 0 .2em 1.5em | margin: .2em 0 .2em 1.5em; | ||
padding-left: .5rem!important; | padding-left: .5rem!important; | ||
list-style-type: disc; | list-style-type: disc; | ||
123번째 줄: | 118번째 줄: | ||
} | } | ||
ol:not(#toc) { | ol:not(#toc) { | ||
margin: .2em 0 .2em 1.5em | margin: .2em 0 .2em 1.5em; | ||
padding-left: .5rem!important; | padding-left: .5rem!important; | ||
} | } | ||
dl { | dl { | ||
margin: .2em 0 .2em 1.5em | margin: .2em 0 .2em 1.5em; | ||
padding-left: .5rem!important; | padding-left: .5rem!important; | ||
} | } | ||
152번째 줄: | 147번째 줄: | ||
border: none; | border: none; | ||
border-radius: 0; | border-radius: 0; | ||
background: | background-color: transparent; | ||
} | } | ||
#toc ul ul { | #toc ul ul { | ||
163번째 줄: | 158번째 줄: | ||
border: none; | border: none; | ||
border-radius: 0; | border-radius: 0; | ||
background: | background-color: transparent; | ||
} | } | ||
169번째 줄: | 164번째 줄: | ||
.toc { | .toc { | ||
border-radius: 0!important; | border-radius: 0!important; | ||
margin-left: 5px; | margin-left: 5px; | ||
font-size: 15px!important; | |||
background-color: transparent; | |||
} | } | ||
.toctitle { | .toctitle { | ||
min-width: 0!important; | min-width: 0!important; | ||
background-color: | border: none!important; | ||
background-color: transparent!important; | |||
} | } | ||
#mw-toc-heading { | #mw-toc-heading { | ||
180번째 줄: | 177번째 줄: | ||
font-weight: normal; | font-weight: normal; | ||
user-select: none; | user-select: none; | ||
background-color: transparent; | |||
color: | |||
} | } | ||
.tocnumber:after { | .tocnumber:after { | ||
196번째 줄: | 190번째 줄: | ||
/* 문단을 나무위키처럼 */ | /* 문단을 나무위키처럼 */ | ||
.reference-paragraph { | .reference-paragraph { | ||
border-bottom: 1px solid #777!important; | border-bottom: 1px solid #777!important; | ||
219번째 줄: | 195번째 줄: | ||
.mw-headline { | .mw-headline { | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.mw-headline-number { | .mw-headline-number { | ||
247번째 줄: | 212번째 줄: | ||
display: none; | display: none; | ||
} | } | ||
.mw- | |||
margin: 0 | /* 기타 */ | ||
/* 이미지 테두리 색 변경 */ | |||
.mw-image-border .mw-file-element { | |||
border: 1px solid #ddd; | |||
} | |||
/* pre 태그 상하 여백 */ | |||
pre { | |||
margin: .8rem 0; | |||
} | |||
/* del 태그도 마우스 올리면 취소선 해제 */ | |||
s:hover { | |||
text-decoration: none; | |||
} | |||
del:hover { | |||
text-decoration: none; | |||
} | |||
/* 수식 텍스트 모드 겹침 해결 */ | |||
.ltx_document { | |||
display: none!important; | |||
} | } |
2025년 2월 17일 (월) 02:49 기준 최신판
/* 기본 분류 가리기 */
.catlinks {
display: none!important;
}
/* 모바일에서 */
@media screen and (max-width: 768px) {
/* 모바일 분류 박스 */
.namucat-main-box {
margin-bottom: .8rem;
border: 1px solid #ccc;
border-radius: 4px;
padding: 3px 3px 3px 5px;
}
/* 모바일 미분류 박스 */
.namucat-no-box {
margin-bottom: .8rem;
border: 1px solid #bcdff1;
padding: 10px;
background: #d9edf7;
border-radius: 5px;
color: #31708f;
}
/* 헬퍼 버튼 */
.namucat-helper-btn {
margin-bottom: .8rem;
flex: 1;
border-radius: 5px;
background: #880e4f;
padding: 10px;
color: white;
text-align: center;
transition: font-weight .25s, font-size .25s, padding .25s;
}
/* 링크 클릭 시 파란 박스 */
a:active {
animation-name: btn-background;
animation-duration: .5s;
animation-iteration-count: 1;
animation-timing-function: steps(1, end);
animation-fill-mode: forwards;
}
/* 순환 링크 애니메이션 제외 */
a.selflink:active {
animation: none;
}
}
/* 파란 박스가 0.5초 뒤 사라지는 애니메이션 */
@keyframes btn-background {
from {
background: rgba(0, 0, 255, .15);
}
to {
background: initial;
}
}
/* PC에서 */
@media screen and (min-width: 768px) {
/* PC 분류 박스 */
.namucat-main-box {
margin-bottom: .8rem;
border: 1px solid #ccc;
border-radius: 4px;
padding: 3px 3px 3px 5px;
}
/* PC 미분류 박스 */
.namucat-no-box {
margin-bottom: .8rem;
border: 1px solid #bcdff1;
padding: 10px;
background: #d9edf7;
border-radius: 5px;
color: #31708f;
}
/* 헬퍼 버튼 */
.namucat-helper-btn {
margin-bottom: .8rem;
flex: 1;
border-radius: 5px;
background: #880e4f;
padding: 10px;
color: white;
text-align: center;
transition: font-weight .25s, font-size .25s, padding .25s;
}
}
/* 헬퍼 버튼 사이 여백 */
.namucat-helper-btn-margin {
display: inline-block;
width: 5px;
}
/* 분류 블러 */
.namucat-blur {
filter: blur(3px);
}
.namucat-blur:hover {
filter: none;
}
/* 분류 간 구분선 */
.namucat-stick:after {
border-left: 1px solid #888;
content: "";
display: inline-block;
height: 0.8rem;
margin: 0 0.4rem -0.1rem;
}
/* 리스트를 나무위키처럼 */
ul:not(#toc) {
margin: .2em 0 .2em 1.5em;
padding-left: .5rem!important;
list-style-type: disc;
list-style-image: none;
}
ol:not(#toc) {
margin: .2em 0 .2em 1.5em;
padding-left: .5rem!important;
}
dl {
margin: .2em 0 .2em 1.5em;
padding-left: .5rem!important;
}
li:not(#toc) {
margin: .2em 0!important;
}
dt {
margin: .2em 0!important;
}
dd {
margin: .2em 0!important;
}
ul ul:not(#toc) {
list-style-type: circle;
list-style-image: none;
}
ul ul ul:not(#toc) {
list-style-type: square;
list-style-image: none;
}
#toc ul {
margin: 0!important;
padding: 0.6rem 1.2rem!important;
border: none;
border-radius: 0;
background-color: transparent;
}
#toc ul ul {
margin: 0 0 0 1rem!important;
padding: 0!important;
}
#toc li {
margin: 0!important;
padding: 0!important;
border: none;
border-radius: 0;
background-color: transparent;
}
/* 목차를 나무위키처럼 */
.toc {
border-radius: 0!important;
margin-left: 5px;
font-size: 15px!important;
background-color: transparent;
}
.toctitle {
min-width: 0!important;
border: none!important;
background-color: transparent!important;
}
#mw-toc-heading {
border: none!important;
font-weight: normal;
user-select: none;
background-color: transparent;
}
.tocnumber:after {
content: '.';
}
.toctext {
cursor: default;
}
.toctogglespan {
display: none;
}
/* 문단을 나무위키처럼 */
.reference-paragraph {
border-bottom: 1px solid #777!important;
}
.mw-headline {
font-weight: bold;
}
.mw-headline-number {
cursor: pointer;
}
.mw-headline-number:hover {
text-decoration: underline;
}
.mw-editsection {
float: right;
font-weight: bold;
}
.mw-editsection-visualeditor {
display: none;
}
.mw-editsection-divider {
display: none;
}
/* 기타 */
/* 이미지 테두리 색 변경 */
.mw-image-border .mw-file-element {
border: 1px solid #ddd;
}
/* pre 태그 상하 여백 */
pre {
margin: .8rem 0;
}
/* del 태그도 마우스 올리면 취소선 해제 */
s:hover {
text-decoration: none;
}
del:hover {
text-decoration: none;
}
/* 수식 텍스트 모드 겹침 해결 */
.ltx_document {
display: none!important;
}