틀:정보상자/styles.css: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
편집 요약 없음 |
편집 요약 없음 |
||
| 6번째 줄: | 6번째 줄: | ||
max-width: 100%; | max-width: 100%; | ||
margin: 0 0 1.25rem 1.25rem; | margin: 0 0 1.25rem 1.25rem; | ||
padding: 0. | padding: 0.78rem; | ||
border: 2px solid # | border: 2px solid #826950; | ||
border-radius: | border-radius: 20px; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
background | background: #e8ddc9; | ||
color: #3b3028; | color: #3b3028; | ||
font-family: | font-family: | ||
"SB Aggro L", | |||
"SB 어그로 L", | |||
-apple-system, | -apple-system, | ||
BlinkMacSystemFont, | BlinkMacSystemFont, | ||
| 24번째 줄: | 22번째 줄: | ||
sans-serif; | sans-serif; | ||
font-size: 0.92rem; | font-size: 0.92rem; | ||
font-weight: 300; | |||
line-height: 1.55; | line-height: 1.55; | ||
box-shadow: 0 | box-shadow: 0 9px 24px rgba(70, 52, 39, 0.15); | ||
overflow: | overflow: hidden; | ||
} | |||
.infobox::before { | |||
position: absolute; | |||
z-index: 0; | |||
top: 0; | |||
right: 0; | |||
bottom: 0; | |||
left: 0; | |||
border-radius: 18px; | |||
background-image: url("/wiki/Special:Redirect/file/paper_texture.png"); | |||
background-repeat: repeat; | |||
background-position: left top; | |||
background-size: 480px auto; | |||
content: ""; | |||
opacity: 0.04; | |||
} | } | ||
.infobox__hanger { | .infobox__hanger { | ||
display: none; | |||
} | |||
.infobox__title, | |||
.infobox__panel { | |||
position: relative; | |||
z-index: 1; | |||
} | } | ||
| 55번째 줄: | 60번째 줄: | ||
justify-content: center; | justify-content: center; | ||
width: 100%; | width: 100%; | ||
min-height: | min-height: 56px; | ||
padding: 0. | padding: 0.72rem 2.8rem 0.68rem 1.15rem; | ||
border: 1px solid # | border: 1px solid #765b45; | ||
border-radius: | border-radius: 14px; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
background: # | background: #927159; | ||
color: # | color: #fff9f1; | ||
font-family: | font-family: | ||
"SB Aggro B", | |||
"SB 어그로 B", | |||
-apple-system, | -apple-system, | ||
BlinkMacSystemFont, | BlinkMacSystemFont, | ||
| 76번째 줄: | 83번째 줄: | ||
overflow-wrap: anywhere; | overflow-wrap: anywhere; | ||
word-break: keep-all; | word-break: keep-all; | ||
} | |||
.infobox__title::before { | |||
position: absolute; | |||
top: 50%; | |||
right: 1rem; | |||
width: 14px; | |||
height: 14px; | |||
margin-top: -8px; | |||
border: 2px solid rgba(255, 249, 241, 0.68); | |||
border-radius: 50%; | |||
background: #765b45; | |||
content: ""; | |||
} | } | ||
| 81번째 줄: | 101번째 줄: | ||
position: absolute; | position: absolute; | ||
top: 50%; | top: 50%; | ||
right: | right: 1.38rem; | ||
width: | width: 22px; | ||
height: | height: 1px; | ||
background: rgba(255, 249, 241, 0.42); | |||
background | |||
content: ""; | content: ""; | ||
} | } | ||
| 108번째 줄: | 116번째 줄: | ||
.infobox__panel { | .infobox__panel { | ||
margin-top: 0. | margin-top: 0.66rem; | ||
padding: 0. | padding: 0.62rem; | ||
border: 1px solid #cbb99e; | border: 1px solid #cbb99e; | ||
border-radius: | border-radius: 14px; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
background | background: #f5eddf; | ||
overflow: hidden; | |||
} | |||
.infobox__panel::before { | |||
position: absolute; | |||
z-index: 0; | |||
top: 0; | |||
right: 0; | |||
bottom: 0; | |||
left: 0; | |||
border-radius: 13px; | |||
background-image: url("/wiki/Special:Redirect/file/paper_texture.png"); | background-image: url("/wiki/Special:Redirect/file/paper_texture.png"); | ||
background-repeat: repeat; | background-repeat: repeat; | ||
background-position: left top; | background-position: left top; | ||
background-size: | background-size: 480px auto; | ||
content: ""; | |||
opacity: 0.035; | |||
} | |||
.infobox__image, | |||
.infobox__details, | |||
.infobox__section { | |||
position: relative; | |||
z-index: 1; | |||
} | } | ||
.infobox__image { | .infobox__image { | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
width: 100%; | width: 100%; | ||
min-height: | min-height: 92px; | ||
max-height: | max-height: 230px; | ||
padding: | padding: 0.65rem; | ||
border: 1px solid # | border: 1px solid #d3c2a6; | ||
border-radius: | border-radius: 10px; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
background: rgba(252, 248, | background: rgba(252, 248, 240, 0.94); | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
| 139번째 줄: | 165번째 줄: | ||
.infobox__image::before { | .infobox__image::before { | ||
position: absolute; | position: absolute; | ||
top: 0. | top: 0.38rem; | ||
right: 0. | right: 0.38rem; | ||
bottom: 0. | bottom: 0.38rem; | ||
left: 0. | left: 0.38rem; | ||
border: 1px solid # | border: 1px solid #e7dcc9; | ||
border-radius: | border-radius: 7px; | ||
content: ""; | content: ""; | ||
} | } | ||
| 150번째 줄: | 176번째 줄: | ||
.infobox__image::after { | .infobox__image::after { | ||
position: absolute; | position: absolute; | ||
right: 0. | right: 0.72rem; | ||
bottom: 0. | bottom: 0.56rem; | ||
width: | width: 32px; | ||
height: | height: 3px; | ||
border-radius: | border-radius: 3px; | ||
background: # | background: #bc9870; | ||
content: ""; | content: ""; | ||
opacity: 0. | opacity: 0.48; | ||
} | } | ||
| 171번째 줄: | 197번째 줄: | ||
max-width: 100%; | max-width: 100%; | ||
height: auto; | height: auto; | ||
max-height: | max-height: 198px; | ||
margin: 0 auto; | margin: 0 auto; | ||
object-fit: contain; | object-fit: contain; | ||
} | } | ||
.infobox__section { | .infobox__section { | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
margin: 0.72rem 0 0.38rem; | |||
margin: 0. | padding: 0.34rem 0; | ||
padding: 0. | color: #5a4637; | ||
font-family: | |||
"SB Aggro M", | |||
"SB 어그로 M", | |||
-apple-system, | |||
BlinkMacSystemFont, | |||
"Segoe UI", | |||
"Apple SD Gothic Neo", | |||
"Noto Sans KR", | |||
sans-serif; | |||
font-size: 0.86rem; | font-size: 0.86rem; | ||
font-weight: | font-weight: 500; | ||
line-height: 1.4; | line-height: 1.4; | ||
} | } | ||
.infobox__section::before { | .infobox__section::before { | ||
width: 5px; | |||
height: 20px; | |||
margin-right: 0.52rem; | |||
border-radius: 4px; | |||
background: #9b7658; | |||
content: ""; | |||
} | |||
.infobox__section::after { | |||
background | flex: 1; | ||
height: 1px; | |||
margin-left: 0.62rem; | |||
background: #d0bea3; | |||
content: ""; | content: ""; | ||
} | } | ||
.infobox__details { | .infobox__details { | ||
display: block; | |||
width: 100%; | width: 100%; | ||
margin: | margin: 0; | ||
border: 0; | border: 0; | ||
border-collapse: separate; | border-collapse: separate; | ||
border-spacing: 0 | border-spacing: 0; | ||
background: transparent; | background: transparent; | ||
font-family: | font-family: | ||
"SB Aggro L", | |||
"SB 어그로 L", | |||
-apple-system, | -apple-system, | ||
BlinkMacSystemFont, | BlinkMacSystemFont, | ||
| 234번째 줄: | 259번째 줄: | ||
.infobox__image + .infobox__details { | .infobox__image + .infobox__details { | ||
margin-top: 0. | margin-top: 0.62rem; | ||
} | |||
.infobox__details tbody { | |||
display: block; | |||
width: 100%; | |||
} | |||
.infobox__details tr { | |||
display: block; | |||
width: 100%; | |||
margin: 0 0 0.46rem; | |||
border: 1px solid #cbb79a; | |||
border-radius: 11px; | |||
box-sizing: border-box; | |||
background: #fbf6ec; | |||
overflow: hidden; | |||
} | |||
.infobox__details tr:last-child { | |||
margin-bottom: 0; | |||
} | } | ||
.infobox__details th, | .infobox__details th, | ||
.infobox__details td { | .infobox__details td { | ||
display: block; | |||
width: 100%; | |||
min-width: 0; | min-width: 0; | ||
border: 0; | |||
box-sizing: border-box; | box-sizing: border-box; | ||
text-align: left; | |||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
.infobox__details th { | .infobox__details th { | ||
position: relative; | |||
padding | padding: 0.42rem 0.76rem 0.4rem 1.12rem; | ||
border-bottom: 1px solid #cdbb9e; | |||
border: 1px solid # | background: #dac9ae; | ||
color: #4b392e; | |||
font-family: | |||
"SB Aggro M", | |||
"SB 어그로 M", | |||
-apple-system, | |||
font-size: 0. | BlinkMacSystemFont, | ||
font-weight: | "Segoe UI", | ||
"Apple SD Gothic Neo", | |||
"Noto Sans KR", | |||
sans-serif; | |||
font-size: 0.82rem; | |||
font-weight: 500; | |||
letter-spacing: 0.01em; | |||
line-height: 1.4; | |||
white-space: normal; | white-space: normal; | ||
} | |||
.infobox__details th::before { | |||
position: absolute; | |||
top: 50%; | |||
left: 0.58rem; | |||
width: 5px; | |||
height: 16px; | |||
margin-top: -8px; | |||
border-radius: 4px; | |||
background: #987154; | |||
content: ""; | |||
} | } | ||
.infobox__details td { | .infobox__details td { | ||
padding | padding: 0.65rem 0.78rem 0.7rem; | ||
background: rgba(253, 249, 241, 0.96); | |||
background: rgba( | |||
color: #3b3028; | color: #3b3028; | ||
font-family: | |||
"SB Aggro L", | |||
"SB 어그로 L", | |||
-apple-system, | |||
BlinkMacSystemFont, | |||
"Segoe UI", | |||
"Apple SD Gothic Neo", | |||
"Noto Sans KR", | |||
sans-serif; | |||
font-size: 0.91rem; | font-size: 0.91rem; | ||
font-weight: | font-weight: 300; | ||
line-height: 1.55; | |||
overflow-wrap: anywhere; | overflow-wrap: anywhere; | ||
word-break: break-word; | word-break: break-word; | ||
| 279번째 줄: | 348번째 줄: | ||
.infobox__details p { | .infobox__details p { | ||
margin: 0. | margin: 0.18em 0; | ||
font: inherit; | |||
} | } | ||
| 286번째 줄: | 356번째 줄: | ||
margin: 0.22em 0 0.22em 1.2em; | margin: 0.22em 0 0.22em 1.2em; | ||
padding: 0; | padding: 0; | ||
font: inherit; | |||
} | } | ||
.infobox__details li { | .infobox__details li { | ||
margin: 0.12em 0; | margin: 0.12em 0; | ||
font: inherit; | |||
} | } | ||
| 297번째 줄: | 369번째 줄: | ||
.infobox a { | .infobox a { | ||
color: # | color: #75563e; | ||
font-family: inherit; | |||
font-weight: inherit; | |||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.infobox a:hover { | .infobox a:hover { | ||
color: # | color: #4f3727; | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
| 308번째 줄: | 382번째 줄: | ||
.infobox a:focus { | .infobox a:focus { | ||
outline: 2px solid #a17d5f; | outline: 2px solid #a17d5f; | ||
outline-offset: 2px; | |||
} | } | ||
| 317번째 줄: | 392번째 줄: | ||
max-width: 100%; | max-width: 100%; | ||
margin: 0 0 1.1rem; | margin: 0 0 1.1rem; | ||
padding: 0. | padding: 0.68rem; | ||
border-radius: | border-radius: 18px; | ||
font-size: 1rem; | font-size: 1rem; | ||
line-height: 1.55; | line-height: 1.55; | ||
box-shadow: 0 | box-shadow: 0 7px 18px rgba(70, 52, 39, 0.13); | ||
} | } | ||
. | .infobox::before { | ||
border-radius: 16px; | |||
} | } | ||
.infobox__title { | .infobox__title { | ||
min-height: | min-height: 62px; | ||
padding: 0. | padding: 0.82rem 3rem 0.78rem 1.05rem; | ||
border-radius: | border-radius: 13px; | ||
font-size: | font-size: 1.9rem; | ||
line-height: 1.18; | line-height: 1.18; | ||
} | |||
.infobox__title::before { | |||
right: 0.9rem; | |||
width: 15px; | |||
height: 15px; | |||
margin-top: -9px; | |||
} | } | ||
.infobox__title::after { | .infobox__title::after { | ||
right: 1. | right: 1.32rem; | ||
} | } | ||
.infobox__panel { | .infobox__panel { | ||
margin-top: 0. | margin-top: 0.6rem; | ||
padding: 0. | padding: 0.56rem; | ||
border-radius: | border-radius: 12px; | ||
} | } | ||
.infobox__image { | .infobox__image { | ||
min-height: | min-height: 104px; | ||
max-height: | max-height: 240px; | ||
padding: | padding: 0.62rem; | ||
border-radius: | border-radius: 9px; | ||
} | } | ||
.infobox__image img { | .infobox__image img { | ||
max-height: | max-height: 208px; | ||
} | } | ||
.infobox__section { | .infobox__section { | ||
font-size: 0.98rem; | font-size: 0.98rem; | ||
} | } | ||
. | .infobox__details tr { | ||
margin-bottom: 0.44rem; | |||
border-radius: 10px; | |||
} | } | ||
.infobox__details th { | .infobox__details th { | ||
padding: 0.48rem 0.76rem 0.46rem 1.18rem; | |||
font-size: 0.98rem; | |||
} | |||
.infobox__details th::before { | |||
left: 0.62rem; | |||
height: 17px; | |||
margin-top: -9px; | |||
} | } | ||
.infobox__details td { | .infobox__details td { | ||
padding | padding: 0.7rem 0.78rem 0.74rem; | ||
font-size: 1rem; | font-size: 1rem; | ||
} | } | ||
| 392번째 줄: | 467번째 줄: | ||
@media screen and (max-width: 480px) { | @media screen and (max-width: 480px) { | ||
.infobox { | .infobox { | ||
padding: 0. | padding: 0.56rem; | ||
border-radius: | border-radius: 16px; | ||
} | } | ||
. | .infobox__title { | ||
min-height: 57px; | |||
padding: 0.72rem 2.75rem 0.68rem 0.88rem; | |||
font-size: 1.7rem; | |||
} | } | ||
.infobox__title { | .infobox__title::before { | ||
right: 0.76rem; | |||
width: 13px; | |||
height: 13px; | |||
margin-top: -8px; | |||
} | } | ||
.infobox__title::after { | .infobox__title::after { | ||
right: | right: 1.12rem; | ||
width: | width: 18px; | ||
} | } | ||
.infobox__panel { | .infobox__panel { | ||
padding: 0.46rem; | |||
border-radius: 10px; | |||
} | |||
.infobox__image { | |||
min-height: 82px; | |||
max-height: 210px; | |||
padding: 0.5rem; | padding: 0.5rem; | ||
border-radius: | border-radius: 8px; | ||
} | } | ||
.infobox__image { | .infobox__image::before { | ||
top: 0.3rem; | |||
right: 0.3rem; | |||
bottom: 0.3rem; | |||
border-radius: | left: 0.3rem; | ||
border-radius: 6px; | |||
} | } | ||
.infobox__image img { | .infobox__image img { | ||
max-height: | max-height: 182px; | ||
} | } | ||
.infobox__section { | .infobox__section { | ||
margin-top: 0. | margin-top: 0.6rem; | ||
font-size: 0.94rem; | font-size: 0.94rem; | ||
} | } | ||
.infobox__details tr { | .infobox__details tr { | ||
margin-bottom: 0.38rem; | margin-bottom: 0.38rem; | ||
border-radius: 9px; | |||
} | } | ||
.infobox__details th { | .infobox__details th { | ||
padding: 0. | padding: 0.44rem 0.68rem 0.42rem 1.08rem; | ||
font-size: 0.94rem; | |||
} | |||
.infobox__details th::before { | |||
left: 0.55rem; | |||
width: 4px; | |||
height: 15px; | |||
margin-top: -8px; | |||
} | } | ||
.infobox__details td { | .infobox__details td { | ||
padding: 0. | padding: 0.62rem 0.68rem 0.66rem; | ||
font-size: 0.98rem; | |||
font-size: | |||
} | } | ||
} | } | ||
| 480번째 줄: | 543번째 줄: | ||
@media screen { | @media screen { | ||
html.skin-theme-clientpref-night .infobox { | html.skin-theme-clientpref-night .infobox { | ||
border-color: # | border-color: #705d4b; | ||
background | background: #39312b; | ||
color: #eee5da; | color: #eee5da; | ||
box-shadow: 0 | box-shadow: 0 9px 24px rgba(0, 0, 0, 0.28); | ||
} | |||
html.skin-theme-clientpref-night .infobox::before { | |||
opacity: 0.018; | |||
} | } | ||
html.skin-theme-clientpref-night .infobox__title { | html.skin-theme-clientpref-night .infobox__title { | ||
border-color: # | border-color: #755f4d; | ||
background: # | background: #6b5546; | ||
color: #fff5e9; | color: #fff5e9; | ||
} | |||
html.skin-theme-clientpref-night .infobox__title::before { | |||
border-color: rgba(255, 245, 233, 0.62); | |||
background: #4d3d33; | |||
} | |||
html.skin-theme-clientpref-night .infobox__title::after { | |||
background: rgba(255, 245, 233, 0.34); | |||
} | } | ||
html.skin-theme-clientpref-night .infobox__panel { | html.skin-theme-clientpref-night .infobox__panel { | ||
border-color: # | border-color: #645646; | ||
background- | background: #2e2823; | ||
} | |||
html.skin-theme-clientpref-night .infobox__panel::before { | |||
opacity: 0.016; | |||
} | } | ||
html.skin-theme-clientpref-night .infobox__image { | html.skin-theme-clientpref-night .infobox__image { | ||
border-color: # | border-color: #68594a; | ||
background: | background: #39322c; | ||
} | } | ||
html.skin-theme-clientpref-night .infobox__image::before { | html.skin-theme-clientpref-night .infobox__image::before { | ||
border-color: # | border-color: #50463e; | ||
} | } | ||
html.skin-theme-clientpref-night .infobox__image::after { | html.skin-theme-clientpref-night .infobox__image::after { | ||
background: # | background: #aa8462; | ||
} | |||
html.skin-theme-clientpref-night .infobox__section { | |||
color: #eee1d3; | |||
} | } | ||
html.skin-theme-clientpref-night . | html.skin-theme-clientpref-night .infobox__section::before { | ||
background: #ae8867; | |||
} | } | ||
html.skin-theme-clientpref-night .infobox__section { | html.skin-theme-clientpref-night .infobox__section::after { | ||
background: #635446; | |||
background: # | |||
} | } | ||
html.skin-theme-clientpref-night . | html.skin-theme-clientpref-night .infobox__details tr { | ||
border-color: #6b5949; | |||
background: #41372f; | |||
} | } | ||
html.skin-theme-clientpref-night .infobox__details th { | html.skin-theme-clientpref-night .infobox__details th { | ||
border-color: # | border-bottom-color: #705d4c; | ||
background: # | background: #58493d; | ||
color: #f0e4d7; | color: #f0e4d7; | ||
} | |||
html.skin-theme-clientpref-night .infobox__details th::before { | |||
background: #ba9270; | |||
} | } | ||
html.skin-theme-clientpref-night .infobox__details td { | html.skin-theme-clientpref-night .infobox__details td { | ||
background: #40362f; | |||
color: #eee5da; | color: #eee5da; | ||
} | } | ||
| 557번째 줄: | 637번째 줄: | ||
@media screen and (prefers-color-scheme: dark) { | @media screen and (prefers-color-scheme: dark) { | ||
html.skin-theme-clientpref-os .infobox { | html.skin-theme-clientpref-os .infobox { | ||
border-color: # | border-color: #705d4b; | ||
background | background: #39312b; | ||
color: #eee5da; | color: #eee5da; | ||
box-shadow: 0 | box-shadow: 0 9px 24px rgba(0, 0, 0, 0.28); | ||
} | |||
html.skin-theme-clientpref-os .infobox::before { | |||
opacity: 0.018; | |||
} | } | ||
html.skin-theme-clientpref-os .infobox__title { | html.skin-theme-clientpref-os .infobox__title { | ||
border-color: # | border-color: #755f4d; | ||
background: # | background: #6b5546; | ||
color: #fff5e9; | color: #fff5e9; | ||
} | |||
html.skin-theme-clientpref-os .infobox__title::before { | |||
border-color: rgba(255, 245, 233, 0.62); | |||
background: #4d3d33; | |||
} | |||
html.skin-theme-clientpref-os .infobox__title::after { | |||
background: rgba(255, 245, 233, 0.34); | |||
} | } | ||
html.skin-theme-clientpref-os .infobox__panel { | html.skin-theme-clientpref-os .infobox__panel { | ||
border-color: # | border-color: #645646; | ||
background- | background: #2e2823; | ||
} | |||
html.skin-theme-clientpref-os .infobox__panel::before { | |||
opacity: 0.016; | |||
} | } | ||
html.skin-theme-clientpref-os .infobox__image { | html.skin-theme-clientpref-os .infobox__image { | ||
border-color: # | border-color: #68594a; | ||
background: | background: #39322c; | ||
} | } | ||
html.skin-theme-clientpref-os .infobox__image::before { | html.skin-theme-clientpref-os .infobox__image::before { | ||
border-color: # | border-color: #50463e; | ||
} | } | ||
html.skin-theme-clientpref-os .infobox__image::after { | html.skin-theme-clientpref-os .infobox__image::after { | ||
background: # | background: #aa8462; | ||
} | |||
html.skin-theme-clientpref-os .infobox__section { | |||
color: #eee1d3; | |||
} | } | ||
html.skin-theme-clientpref-os . | html.skin-theme-clientpref-os .infobox__section::before { | ||
background: #ae8867; | |||
} | } | ||
html.skin-theme-clientpref-os .infobox__section { | html.skin-theme-clientpref-os .infobox__section::after { | ||
background: #635446; | |||
background: # | |||
} | } | ||
html.skin-theme-clientpref-os . | html.skin-theme-clientpref-os .infobox__details tr { | ||
border-color: #6b5949; | |||
background: #41372f; | |||
} | } | ||
html.skin-theme-clientpref-os .infobox__details th { | html.skin-theme-clientpref-os .infobox__details th { | ||
border-color: # | border-bottom-color: #705d4c; | ||
background: # | background: #58493d; | ||
color: #f0e4d7; | color: #f0e4d7; | ||
} | |||
html.skin-theme-clientpref-os .infobox__details th::before { | |||
background: #ba9270; | |||
} | } | ||
html.skin-theme-clientpref-os .infobox__details td { | html.skin-theme-clientpref-os .infobox__details td { | ||
background: #40362f; | |||
color: #eee5da; | color: #eee5da; | ||
} | } | ||
2026년 7월 23일 (목) 00:16 판
.infobox {
position: relative;
float: right;
clear: right;
width: 328px;
max-width: 100%;
margin: 0 0 1.25rem 1.25rem;
padding: 0.78rem;
border: 2px solid #826950;
border-radius: 20px;
box-sizing: border-box;
background: #e8ddc9;
color: #3b3028;
font-family:
"SB Aggro L",
"SB 어그로 L",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
sans-serif;
font-size: 0.92rem;
font-weight: 300;
line-height: 1.55;
box-shadow: 0 9px 24px rgba(70, 52, 39, 0.15);
overflow: hidden;
}
.infobox::before {
position: absolute;
z-index: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 18px;
background-image: url("/wiki/Special:Redirect/file/paper_texture.png");
background-repeat: repeat;
background-position: left top;
background-size: 480px auto;
content: "";
opacity: 0.04;
}
.infobox__hanger {
display: none;
}
.infobox__title,
.infobox__panel {
position: relative;
z-index: 1;
}
.infobox__title {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 56px;
padding: 0.72rem 2.8rem 0.68rem 1.15rem;
border: 1px solid #765b45;
border-radius: 14px;
box-sizing: border-box;
background: #927159;
color: #fff9f1;
font-family:
"SB Aggro B",
"SB 어그로 B",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
sans-serif;
font-size: 1.3rem;
font-weight: 700;
letter-spacing: -0.025em;
line-height: 1.28;
text-align: center;
overflow-wrap: anywhere;
word-break: keep-all;
}
.infobox__title::before {
position: absolute;
top: 50%;
right: 1rem;
width: 14px;
height: 14px;
margin-top: -8px;
border: 2px solid rgba(255, 249, 241, 0.68);
border-radius: 50%;
background: #765b45;
content: "";
}
.infobox__title::after {
position: absolute;
top: 50%;
right: 1.38rem;
width: 22px;
height: 1px;
background: rgba(255, 249, 241, 0.42);
content: "";
}
.infobox__title p {
margin: 0;
font: inherit;
color: inherit;
line-height: inherit;
}
.infobox__panel {
margin-top: 0.66rem;
padding: 0.62rem;
border: 1px solid #cbb99e;
border-radius: 14px;
box-sizing: border-box;
background: #f5eddf;
overflow: hidden;
}
.infobox__panel::before {
position: absolute;
z-index: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 13px;
background-image: url("/wiki/Special:Redirect/file/paper_texture.png");
background-repeat: repeat;
background-position: left top;
background-size: 480px auto;
content: "";
opacity: 0.035;
}
.infobox__image,
.infobox__details,
.infobox__section {
position: relative;
z-index: 1;
}
.infobox__image {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 92px;
max-height: 230px;
padding: 0.65rem;
border: 1px solid #d3c2a6;
border-radius: 10px;
box-sizing: border-box;
background: rgba(252, 248, 240, 0.94);
overflow: hidden;
}
.infobox__image::before {
position: absolute;
top: 0.38rem;
right: 0.38rem;
bottom: 0.38rem;
left: 0.38rem;
border: 1px solid #e7dcc9;
border-radius: 7px;
content: "";
}
.infobox__image::after {
position: absolute;
right: 0.72rem;
bottom: 0.56rem;
width: 32px;
height: 3px;
border-radius: 3px;
background: #bc9870;
content: "";
opacity: 0.48;
}
.infobox__image a,
.infobox__image img {
position: relative;
z-index: 1;
}
.infobox__image img {
display: block;
width: auto;
max-width: 100%;
height: auto;
max-height: 198px;
margin: 0 auto;
object-fit: contain;
}
.infobox__section {
display: flex;
align-items: center;
margin: 0.72rem 0 0.38rem;
padding: 0.34rem 0;
color: #5a4637;
font-family:
"SB Aggro M",
"SB 어그로 M",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
sans-serif;
font-size: 0.86rem;
font-weight: 500;
line-height: 1.4;
}
.infobox__section::before {
width: 5px;
height: 20px;
margin-right: 0.52rem;
border-radius: 4px;
background: #9b7658;
content: "";
}
.infobox__section::after {
flex: 1;
height: 1px;
margin-left: 0.62rem;
background: #d0bea3;
content: "";
}
.infobox__details {
display: block;
width: 100%;
margin: 0;
border: 0;
border-collapse: separate;
border-spacing: 0;
background: transparent;
font-family:
"SB Aggro L",
"SB 어그로 L",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
sans-serif;
}
.infobox__image + .infobox__details {
margin-top: 0.62rem;
}
.infobox__details tbody {
display: block;
width: 100%;
}
.infobox__details tr {
display: block;
width: 100%;
margin: 0 0 0.46rem;
border: 1px solid #cbb79a;
border-radius: 11px;
box-sizing: border-box;
background: #fbf6ec;
overflow: hidden;
}
.infobox__details tr:last-child {
margin-bottom: 0;
}
.infobox__details th,
.infobox__details td {
display: block;
width: 100%;
min-width: 0;
border: 0;
box-sizing: border-box;
text-align: left;
vertical-align: top;
}
.infobox__details th {
position: relative;
padding: 0.42rem 0.76rem 0.4rem 1.12rem;
border-bottom: 1px solid #cdbb9e;
background: #dac9ae;
color: #4b392e;
font-family:
"SB Aggro M",
"SB 어그로 M",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
sans-serif;
font-size: 0.82rem;
font-weight: 500;
letter-spacing: 0.01em;
line-height: 1.4;
white-space: normal;
}
.infobox__details th::before {
position: absolute;
top: 50%;
left: 0.58rem;
width: 5px;
height: 16px;
margin-top: -8px;
border-radius: 4px;
background: #987154;
content: "";
}
.infobox__details td {
padding: 0.65rem 0.78rem 0.7rem;
background: rgba(253, 249, 241, 0.96);
color: #3b3028;
font-family:
"SB Aggro L",
"SB 어그로 L",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
sans-serif;
font-size: 0.91rem;
font-weight: 300;
line-height: 1.55;
overflow-wrap: anywhere;
word-break: break-word;
}
.infobox__details p {
margin: 0.18em 0;
font: inherit;
}
.infobox__details ul,
.infobox__details ol {
margin: 0.22em 0 0.22em 1.2em;
padding: 0;
font: inherit;
}
.infobox__details li {
margin: 0.12em 0;
font: inherit;
}
.infobox__details sup {
line-height: 1;
}
.infobox a {
color: #75563e;
font-family: inherit;
font-weight: inherit;
text-decoration: none;
}
.infobox a:hover {
color: #4f3727;
text-decoration: underline;
}
.infobox a:focus {
outline: 2px solid #a17d5f;
outline-offset: 2px;
}
@media screen and (max-width: 720px) {
.infobox {
float: none;
clear: both;
width: 100%;
max-width: 100%;
margin: 0 0 1.1rem;
padding: 0.68rem;
border-radius: 18px;
font-size: 1rem;
line-height: 1.55;
box-shadow: 0 7px 18px rgba(70, 52, 39, 0.13);
}
.infobox::before {
border-radius: 16px;
}
.infobox__title {
min-height: 62px;
padding: 0.82rem 3rem 0.78rem 1.05rem;
border-radius: 13px;
font-size: 1.9rem;
line-height: 1.18;
}
.infobox__title::before {
right: 0.9rem;
width: 15px;
height: 15px;
margin-top: -9px;
}
.infobox__title::after {
right: 1.32rem;
}
.infobox__panel {
margin-top: 0.6rem;
padding: 0.56rem;
border-radius: 12px;
}
.infobox__image {
min-height: 104px;
max-height: 240px;
padding: 0.62rem;
border-radius: 9px;
}
.infobox__image img {
max-height: 208px;
}
.infobox__section {
font-size: 0.98rem;
}
.infobox__details tr {
margin-bottom: 0.44rem;
border-radius: 10px;
}
.infobox__details th {
padding: 0.48rem 0.76rem 0.46rem 1.18rem;
font-size: 0.98rem;
}
.infobox__details th::before {
left: 0.62rem;
height: 17px;
margin-top: -9px;
}
.infobox__details td {
padding: 0.7rem 0.78rem 0.74rem;
font-size: 1rem;
}
}
@media screen and (max-width: 480px) {
.infobox {
padding: 0.56rem;
border-radius: 16px;
}
.infobox__title {
min-height: 57px;
padding: 0.72rem 2.75rem 0.68rem 0.88rem;
font-size: 1.7rem;
}
.infobox__title::before {
right: 0.76rem;
width: 13px;
height: 13px;
margin-top: -8px;
}
.infobox__title::after {
right: 1.12rem;
width: 18px;
}
.infobox__panel {
padding: 0.46rem;
border-radius: 10px;
}
.infobox__image {
min-height: 82px;
max-height: 210px;
padding: 0.5rem;
border-radius: 8px;
}
.infobox__image::before {
top: 0.3rem;
right: 0.3rem;
bottom: 0.3rem;
left: 0.3rem;
border-radius: 6px;
}
.infobox__image img {
max-height: 182px;
}
.infobox__section {
margin-top: 0.6rem;
font-size: 0.94rem;
}
.infobox__details tr {
margin-bottom: 0.38rem;
border-radius: 9px;
}
.infobox__details th {
padding: 0.44rem 0.68rem 0.42rem 1.08rem;
font-size: 0.94rem;
}
.infobox__details th::before {
left: 0.55rem;
width: 4px;
height: 15px;
margin-top: -8px;
}
.infobox__details td {
padding: 0.62rem 0.68rem 0.66rem;
font-size: 0.98rem;
}
}
@media screen {
html.skin-theme-clientpref-night .infobox {
border-color: #705d4b;
background: #39312b;
color: #eee5da;
box-shadow: 0 9px 24px rgba(0, 0, 0, 0.28);
}
html.skin-theme-clientpref-night .infobox::before {
opacity: 0.018;
}
html.skin-theme-clientpref-night .infobox__title {
border-color: #755f4d;
background: #6b5546;
color: #fff5e9;
}
html.skin-theme-clientpref-night .infobox__title::before {
border-color: rgba(255, 245, 233, 0.62);
background: #4d3d33;
}
html.skin-theme-clientpref-night .infobox__title::after {
background: rgba(255, 245, 233, 0.34);
}
html.skin-theme-clientpref-night .infobox__panel {
border-color: #645646;
background: #2e2823;
}
html.skin-theme-clientpref-night .infobox__panel::before {
opacity: 0.016;
}
html.skin-theme-clientpref-night .infobox__image {
border-color: #68594a;
background: #39322c;
}
html.skin-theme-clientpref-night .infobox__image::before {
border-color: #50463e;
}
html.skin-theme-clientpref-night .infobox__image::after {
background: #aa8462;
}
html.skin-theme-clientpref-night .infobox__section {
color: #eee1d3;
}
html.skin-theme-clientpref-night .infobox__section::before {
background: #ae8867;
}
html.skin-theme-clientpref-night .infobox__section::after {
background: #635446;
}
html.skin-theme-clientpref-night .infobox__details tr {
border-color: #6b5949;
background: #41372f;
}
html.skin-theme-clientpref-night .infobox__details th {
border-bottom-color: #705d4c;
background: #58493d;
color: #f0e4d7;
}
html.skin-theme-clientpref-night .infobox__details th::before {
background: #ba9270;
}
html.skin-theme-clientpref-night .infobox__details td {
background: #40362f;
color: #eee5da;
}
html.skin-theme-clientpref-night .infobox a {
color: #dcb28b;
}
html.skin-theme-clientpref-night .infobox a:hover {
color: #f1cfad;
}
html.skin-theme-clientpref-night .infobox a:focus {
outline-color: #c39a76;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .infobox {
border-color: #705d4b;
background: #39312b;
color: #eee5da;
box-shadow: 0 9px 24px rgba(0, 0, 0, 0.28);
}
html.skin-theme-clientpref-os .infobox::before {
opacity: 0.018;
}
html.skin-theme-clientpref-os .infobox__title {
border-color: #755f4d;
background: #6b5546;
color: #fff5e9;
}
html.skin-theme-clientpref-os .infobox__title::before {
border-color: rgba(255, 245, 233, 0.62);
background: #4d3d33;
}
html.skin-theme-clientpref-os .infobox__title::after {
background: rgba(255, 245, 233, 0.34);
}
html.skin-theme-clientpref-os .infobox__panel {
border-color: #645646;
background: #2e2823;
}
html.skin-theme-clientpref-os .infobox__panel::before {
opacity: 0.016;
}
html.skin-theme-clientpref-os .infobox__image {
border-color: #68594a;
background: #39322c;
}
html.skin-theme-clientpref-os .infobox__image::before {
border-color: #50463e;
}
html.skin-theme-clientpref-os .infobox__image::after {
background: #aa8462;
}
html.skin-theme-clientpref-os .infobox__section {
color: #eee1d3;
}
html.skin-theme-clientpref-os .infobox__section::before {
background: #ae8867;
}
html.skin-theme-clientpref-os .infobox__section::after {
background: #635446;
}
html.skin-theme-clientpref-os .infobox__details tr {
border-color: #6b5949;
background: #41372f;
}
html.skin-theme-clientpref-os .infobox__details th {
border-bottom-color: #705d4c;
background: #58493d;
color: #f0e4d7;
}
html.skin-theme-clientpref-os .infobox__details th::before {
background: #ba9270;
}
html.skin-theme-clientpref-os .infobox__details td {
background: #40362f;
color: #eee5da;
}
html.skin-theme-clientpref-os .infobox a {
color: #dcb28b;
}
html.skin-theme-clientpref-os .infobox a:hover {
color: #f1cfad;
}
html.skin-theme-clientpref-os .infobox a:focus {
outline-color: #c39a76;
}
}