틀:정보상자/styles.css: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
편집 요약 없음 |
편집 요약 없음 |
||
| 39번째 줄: | 39번째 줄: | ||
background-repeat: repeat; | background-repeat: repeat; | ||
background-position: left top; | background-position: left top; | ||
background-size: | background-size: 520px auto; | ||
content: ""; | content: ""; | ||
opacity: 0. | opacity: 0.015; | ||
} | } | ||
| 60번째 줄: | 60번째 줄: | ||
justify-content: center; | justify-content: center; | ||
width: 100%; | width: 100%; | ||
min-height: | min-height: 58px; | ||
padding: 0.72rem | padding: 0.72rem 3.3rem 0.68rem; | ||
border: 1px solid #765b45; | border: 1px solid #765b45; | ||
border-radius: | border-radius: 0; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
background: #927159; | background: #927159; | ||
| 85번째 줄: | 85번째 줄: | ||
} | } | ||
.infobox__title::before { | .infobox__title::before, | ||
.infobox__title::after { | |||
position: absolute; | position: absolute; | ||
z-index: 2; | |||
top: 50%; | top: 50%; | ||
width: 0; | |||
width: | height: 0; | ||
height: | margin-top: -30px; | ||
margin-top: - | border-top: 30px solid transparent; | ||
border: | border-bottom: 30px solid transparent; | ||
border- | |||
content: ""; | content: ""; | ||
} | |||
.infobox__title::before { | |||
left: -1px; | |||
border-left: 38px solid #e8ddc9; | |||
} | } | ||
.infobox__title::after { | .infobox__title::after { | ||
right: -1px; | |||
border-right: 38px solid #e8ddc9; | |||
right: | |||
} | } | ||
.infobox__title p { | .infobox__title p { | ||
position: relative; | |||
z-index: 3; | |||
margin: 0; | margin: 0; | ||
font: inherit; | font: inherit; | ||
| 136번째 줄: | 138번째 줄: | ||
background-repeat: repeat; | background-repeat: repeat; | ||
background-position: left top; | background-position: left top; | ||
background-size: | background-size: 520px auto; | ||
content: ""; | content: ""; | ||
opacity: 0. | opacity: 0.012; | ||
} | } | ||
| 153번째 줄: | 155번째 줄: | ||
justify-content: center; | justify-content: center; | ||
width: 100%; | width: 100%; | ||
min-height: | min-height: 82px; | ||
max-height: | max-height: 225px; | ||
padding: 0. | padding: 0.58rem; | ||
border: 1px solid #d3c2a6; | border: 1px solid #d3c2a6; | ||
border-radius: 10px; | border-radius: 10px; | ||
| 165번째 줄: | 167번째 줄: | ||
.infobox__image::before { | .infobox__image::before { | ||
position: absolute; | position: absolute; | ||
top: 0. | top: 0.34rem; | ||
right: 0. | right: 0.34rem; | ||
bottom: 0. | bottom: 0.34rem; | ||
left: 0. | left: 0.34rem; | ||
border: 1px solid #e7dcc9; | border: 1px solid #e7dcc9; | ||
border-radius: 7px; | border-radius: 7px; | ||
| 176번째 줄: | 178번째 줄: | ||
.infobox__image::after { | .infobox__image::after { | ||
position: absolute; | position: absolute; | ||
right: 0. | right: 0.7rem; | ||
bottom: 0. | bottom: 0.52rem; | ||
width: | width: 30px; | ||
height: 3px; | height: 3px; | ||
border-radius: 3px; | border-radius: 3px; | ||
background: #bc9870; | background: #bc9870; | ||
content: ""; | content: ""; | ||
opacity: 0. | opacity: 0.42; | ||
} | } | ||
| 240번째 줄: | 242번째 줄: | ||
.infobox__details { | .infobox__details { | ||
width: 100%; | width: 100%; | ||
margin: 0; | margin: 0; | ||
border: 0; | border: 0; | ||
border-collapse: separate; | border-collapse: separate; | ||
border-spacing: 0; | border-spacing: 0 0.42rem; | ||
table-layout: fixed; | |||
background: transparent; | background: transparent; | ||
font-family: | font-family: | ||
| 260번째 줄: | 262번째 줄: | ||
.infobox__image + .infobox__details { | .infobox__image + .infobox__details { | ||
margin-top: 0.62rem; | margin-top: 0.62rem; | ||
} | } | ||
.infobox__details th, | .infobox__details th, | ||
.infobox__details td { | .infobox__details td { | ||
min-width: 0; | min-width: 0; | ||
padding-top: 0.62rem; | |||
padding-bottom: 0.62rem; | |||
box-sizing: border-box; | box-sizing: border-box; | ||
vertical-align: middle; | |||
line-height: 1.5; | |||
} | } | ||
.infobox__details th { | .infobox__details th { | ||
position: relative; | position: relative; | ||
padding: 0. | z-index: 2; | ||
border | width: 35%; | ||
background: # | padding-right: 1rem; | ||
color: # | padding-left: 0.82rem; | ||
border: 1px solid #ae9272; | |||
border-right: 0; | |||
border-left-width: 5px; | |||
border-radius: 10px 0 0 10px; | |||
background: #d5c2a4; | |||
color: #49372c; | |||
font-family: | font-family: | ||
"SB Aggro M", | "SB Aggro M", | ||
| 308번째 줄: | 295번째 줄: | ||
"Noto Sans KR", | "Noto Sans KR", | ||
sans-serif; | sans-serif; | ||
font-size: 0. | font-size: 0.84rem; | ||
font-weight: 500; | font-weight: 500; | ||
text-align: left; | |||
white-space: normal; | white-space: normal; | ||
} | } | ||
.infobox__details th:: | .infobox__details th::after { | ||
position: absolute; | position: absolute; | ||
z-index: 3; | |||
top: 50%; | top: 50%; | ||
right: -11px; | |||
width: | width: 0; | ||
height: | height: 0; | ||
margin-top: - | margin-top: -11px; | ||
border- | border-top: 11px solid transparent; | ||
border-bottom: 11px solid transparent; | |||
border-left: 11px solid #d5c2a4; | |||
content: ""; | content: ""; | ||
} | } | ||
.infobox__details td { | .infobox__details td { | ||
padding: 0. | width: 65%; | ||
padding-right: 0.76rem; | |||
padding-left: 1.15rem; | |||
border: 1px solid #cbb79b; | |||
border-left: 0; | |||
border-radius: 0 10px 10px 0; | |||
background: rgba(253, 249, 241, 0.96); | background: rgba(253, 249, 241, 0.96); | ||
color: #3b3028; | color: #3b3028; | ||
| 342번째 줄: | 335번째 줄: | ||
font-size: 0.91rem; | font-size: 0.91rem; | ||
font-weight: 300; | font-weight: 300; | ||
text-align: left; | |||
overflow-wrap: anywhere; | overflow-wrap: anywhere; | ||
word-break: break-word; | word-break: break-word; | ||
| 382번째 줄: | 375번째 줄: | ||
.infobox a:focus { | .infobox a:focus { | ||
outline: 2px solid #a17d5f; | outline: 2px solid #a17d5f; | ||
} | } | ||
| 404번째 줄: | 396번째 줄: | ||
.infobox__title { | .infobox__title { | ||
min-height: | min-height: 64px; | ||
padding: 0.82rem | padding: 0.82rem 4rem 0.78rem; | ||
font-size: 1.9rem; | font-size: 1.9rem; | ||
line-height: 1.18; | line-height: 1.18; | ||
} | |||
.infobox__title::before, | |||
.infobox__title::after { | |||
margin-top: -33px; | |||
border-top-width: 33px; | |||
border-bottom-width: 33px; | |||
} | } | ||
.infobox__title::before { | .infobox__title::before { | ||
border-left-width: 44px; | |||
} | } | ||
.infobox__title::after { | .infobox__title::after { | ||
right: | border-right-width: 44px; | ||
} | } | ||
| 429번째 줄: | 424번째 줄: | ||
.infobox__image { | .infobox__image { | ||
min-height: | min-height: 90px; | ||
max-height: | max-height: 235px; | ||
padding: 0. | padding: 0.58rem; | ||
border-radius: 9px; | border-radius: 9px; | ||
} | } | ||
| 443번째 줄: | 438번째 줄: | ||
} | } | ||
.infobox__details | .infobox__details { | ||
border-spacing: 0 0.44rem; | |||
} | } | ||
.infobox__details th { | .infobox__details th { | ||
padding: 0. | width: 34%; | ||
padding-right: 1rem; | |||
padding-left: 0.78rem; | |||
font-size: 0.98rem; | font-size: 0.98rem; | ||
} | } | ||
.infobox__details td { | .infobox__details td { | ||
padding: 0. | width: 66%; | ||
padding-right: 0.76rem; | |||
padding-left: 1.18rem; | |||
font-size: 1rem; | font-size: 1rem; | ||
} | } | ||
| 472번째 줄: | 464번째 줄: | ||
.infobox__title { | .infobox__title { | ||
min-height: | min-height: 58px; | ||
padding: 0.72rem | padding: 0.72rem 3.35rem 0.68rem; | ||
font-size: 1.7rem; | font-size: 1.7rem; | ||
} | |||
.infobox__title::before, | |||
.infobox__title::after { | |||
margin-top: -30px; | |||
border-top-width: 30px; | |||
border-bottom-width: 30px; | |||
} | } | ||
.infobox__title::before { | .infobox__title::before { | ||
border-left-width: 37px; | |||
} | } | ||
.infobox__title::after { | .infobox__title::after { | ||
right | border-right-width: 37px; | ||
} | } | ||
| 495번째 줄: | 490번째 줄: | ||
.infobox__image { | .infobox__image { | ||
min-height: | min-height: 72px; | ||
max-height: | max-height: 205px; | ||
padding: 0. | padding: 0.46rem; | ||
border-radius: 8px; | border-radius: 8px; | ||
} | } | ||
.infobox__image::before { | .infobox__image::before { | ||
top: 0. | top: 0.28rem; | ||
right: 0. | right: 0.28rem; | ||
bottom: 0. | bottom: 0.28rem; | ||
left: 0. | left: 0.28rem; | ||
border-radius: 6px; | border-radius: 6px; | ||
} | } | ||
.infobox__image img { | .infobox__image img { | ||
max-height: | max-height: 180px; | ||
} | } | ||
| 518번째 줄: | 513번째 줄: | ||
} | } | ||
.infobox__details | .infobox__details { | ||
border-spacing: 0 0.36rem; | |||
} | } | ||
.infobox__details th { | .infobox__details th { | ||
padding: 0. | width: 38%; | ||
font-size: 0. | padding-right: 0.82rem; | ||
padding-left: 0.62rem; | |||
border-left-width: 4px; | |||
border-radius: 8px 0 0 8px; | |||
font-size: 0.92rem; | |||
line-height: 1.4; | |||
} | } | ||
.infobox__details th:: | .infobox__details th::after { | ||
right: -8px; | |||
margin-top: -8px; | margin-top: -8px; | ||
border-top-width: 8px; | |||
border-bottom-width: 8px; | |||
border-left-width: 8px; | |||
} | } | ||
.infobox__details td { | .infobox__details td { | ||
padding: 0. | width: 62%; | ||
font-size: 0. | padding-right: 0.58rem; | ||
padding-left: 0.92rem; | |||
border-radius: 0 8px 8px 0; | |||
font-size: 0.96rem; | |||
line-height: 1.5; | |||
} | } | ||
} | } | ||
| 550번째 줄: | 554번째 줄: | ||
html.skin-theme-clientpref-night .infobox::before { | html.skin-theme-clientpref-night .infobox::before { | ||
opacity: 0. | opacity: 0.007; | ||
} | } | ||
| 560번째 줄: | 564번째 줄: | ||
html.skin-theme-clientpref-night .infobox__title::before { | html.skin-theme-clientpref-night .infobox__title::before { | ||
border-color | border-left-color: #39312b; | ||
} | } | ||
html.skin-theme-clientpref-night .infobox__title::after { | html.skin-theme-clientpref-night .infobox__title::after { | ||
border-right-color: #39312b; | |||
} | } | ||
| 574번째 줄: | 577번째 줄: | ||
html.skin-theme-clientpref-night .infobox__panel::before { | html.skin-theme-clientpref-night .infobox__panel::before { | ||
opacity: 0. | opacity: 0.006; | ||
} | } | ||
| 600번째 줄: | 603번째 줄: | ||
html.skin-theme-clientpref-night .infobox__section::after { | html.skin-theme-clientpref-night .infobox__section::after { | ||
background: #635446; | background: #635446; | ||
} | } | ||
html.skin-theme-clientpref-night .infobox__details th { | html.skin-theme-clientpref-night .infobox__details th { | ||
border | border-color: #765f4b; | ||
background: # | background: #59483b; | ||
color: #f0e4d7; | color: #f0e4d7; | ||
} | } | ||
html.skin-theme-clientpref-night .infobox__details th:: | html.skin-theme-clientpref-night .infobox__details th::after { | ||
border-left-color: #59483b; | |||
} | } | ||
html.skin-theme-clientpref-night .infobox__details td { | html.skin-theme-clientpref-night .infobox__details td { | ||
border-color: #695849; | |||
background: #40362f; | background: #40362f; | ||
color: #eee5da; | color: #eee5da; | ||
| 644번째 줄: | 643번째 줄: | ||
html.skin-theme-clientpref-os .infobox::before { | html.skin-theme-clientpref-os .infobox::before { | ||
opacity: 0. | opacity: 0.007; | ||
} | } | ||
| 654번째 줄: | 653번째 줄: | ||
html.skin-theme-clientpref-os .infobox__title::before { | html.skin-theme-clientpref-os .infobox__title::before { | ||
border-color | border-left-color: #39312b; | ||
} | } | ||
html.skin-theme-clientpref-os .infobox__title::after { | html.skin-theme-clientpref-os .infobox__title::after { | ||
border-right-color: #39312b; | |||
} | } | ||
| 668번째 줄: | 666번째 줄: | ||
html.skin-theme-clientpref-os .infobox__panel::before { | html.skin-theme-clientpref-os .infobox__panel::before { | ||
opacity: 0. | opacity: 0.006; | ||
} | } | ||
| 694번째 줄: | 692번째 줄: | ||
html.skin-theme-clientpref-os .infobox__section::after { | html.skin-theme-clientpref-os .infobox__section::after { | ||
background: #635446; | background: #635446; | ||
} | } | ||
html.skin-theme-clientpref-os .infobox__details th { | html.skin-theme-clientpref-os .infobox__details th { | ||
border | border-color: #765f4b; | ||
background: # | background: #59483b; | ||
color: #f0e4d7; | color: #f0e4d7; | ||
} | } | ||
html.skin-theme-clientpref-os .infobox__details th:: | html.skin-theme-clientpref-os .infobox__details th::after { | ||
border-left-color: #59483b; | |||
} | } | ||
html.skin-theme-clientpref-os .infobox__details td { | html.skin-theme-clientpref-os .infobox__details td { | ||
border-color: #695849; | |||
background: #40362f; | background: #40362f; | ||
color: #eee5da; | color: #eee5da; | ||
2026년 7월 23일 (목) 00:22 판
.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: 520px auto;
content: "";
opacity: 0.015;
}
.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: 58px;
padding: 0.72rem 3.3rem 0.68rem;
border: 1px solid #765b45;
border-radius: 0;
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,
.infobox__title::after {
position: absolute;
z-index: 2;
top: 50%;
width: 0;
height: 0;
margin-top: -30px;
border-top: 30px solid transparent;
border-bottom: 30px solid transparent;
content: "";
}
.infobox__title::before {
left: -1px;
border-left: 38px solid #e8ddc9;
}
.infobox__title::after {
right: -1px;
border-right: 38px solid #e8ddc9;
}
.infobox__title p {
position: relative;
z-index: 3;
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: 520px auto;
content: "";
opacity: 0.012;
}
.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: 82px;
max-height: 225px;
padding: 0.58rem;
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.34rem;
right: 0.34rem;
bottom: 0.34rem;
left: 0.34rem;
border: 1px solid #e7dcc9;
border-radius: 7px;
content: "";
}
.infobox__image::after {
position: absolute;
right: 0.7rem;
bottom: 0.52rem;
width: 30px;
height: 3px;
border-radius: 3px;
background: #bc9870;
content: "";
opacity: 0.42;
}
.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 {
width: 100%;
margin: 0;
border: 0;
border-collapse: separate;
border-spacing: 0 0.42rem;
table-layout: fixed;
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 th,
.infobox__details td {
min-width: 0;
padding-top: 0.62rem;
padding-bottom: 0.62rem;
box-sizing: border-box;
vertical-align: middle;
line-height: 1.5;
}
.infobox__details th {
position: relative;
z-index: 2;
width: 35%;
padding-right: 1rem;
padding-left: 0.82rem;
border: 1px solid #ae9272;
border-right: 0;
border-left-width: 5px;
border-radius: 10px 0 0 10px;
background: #d5c2a4;
color: #49372c;
font-family:
"SB Aggro M",
"SB 어그로 M",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
sans-serif;
font-size: 0.84rem;
font-weight: 500;
text-align: left;
white-space: normal;
}
.infobox__details th::after {
position: absolute;
z-index: 3;
top: 50%;
right: -11px;
width: 0;
height: 0;
margin-top: -11px;
border-top: 11px solid transparent;
border-bottom: 11px solid transparent;
border-left: 11px solid #d5c2a4;
content: "";
}
.infobox__details td {
width: 65%;
padding-right: 0.76rem;
padding-left: 1.15rem;
border: 1px solid #cbb79b;
border-left: 0;
border-radius: 0 10px 10px 0;
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;
text-align: left;
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;
}
@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: 64px;
padding: 0.82rem 4rem 0.78rem;
font-size: 1.9rem;
line-height: 1.18;
}
.infobox__title::before,
.infobox__title::after {
margin-top: -33px;
border-top-width: 33px;
border-bottom-width: 33px;
}
.infobox__title::before {
border-left-width: 44px;
}
.infobox__title::after {
border-right-width: 44px;
}
.infobox__panel {
margin-top: 0.6rem;
padding: 0.56rem;
border-radius: 12px;
}
.infobox__image {
min-height: 90px;
max-height: 235px;
padding: 0.58rem;
border-radius: 9px;
}
.infobox__image img {
max-height: 208px;
}
.infobox__section {
font-size: 0.98rem;
}
.infobox__details {
border-spacing: 0 0.44rem;
}
.infobox__details th {
width: 34%;
padding-right: 1rem;
padding-left: 0.78rem;
font-size: 0.98rem;
}
.infobox__details td {
width: 66%;
padding-right: 0.76rem;
padding-left: 1.18rem;
font-size: 1rem;
}
}
@media screen and (max-width: 480px) {
.infobox {
padding: 0.56rem;
border-radius: 16px;
}
.infobox__title {
min-height: 58px;
padding: 0.72rem 3.35rem 0.68rem;
font-size: 1.7rem;
}
.infobox__title::before,
.infobox__title::after {
margin-top: -30px;
border-top-width: 30px;
border-bottom-width: 30px;
}
.infobox__title::before {
border-left-width: 37px;
}
.infobox__title::after {
border-right-width: 37px;
}
.infobox__panel {
padding: 0.46rem;
border-radius: 10px;
}
.infobox__image {
min-height: 72px;
max-height: 205px;
padding: 0.46rem;
border-radius: 8px;
}
.infobox__image::before {
top: 0.28rem;
right: 0.28rem;
bottom: 0.28rem;
left: 0.28rem;
border-radius: 6px;
}
.infobox__image img {
max-height: 180px;
}
.infobox__section {
margin-top: 0.6rem;
font-size: 0.94rem;
}
.infobox__details {
border-spacing: 0 0.36rem;
}
.infobox__details th {
width: 38%;
padding-right: 0.82rem;
padding-left: 0.62rem;
border-left-width: 4px;
border-radius: 8px 0 0 8px;
font-size: 0.92rem;
line-height: 1.4;
}
.infobox__details th::after {
right: -8px;
margin-top: -8px;
border-top-width: 8px;
border-bottom-width: 8px;
border-left-width: 8px;
}
.infobox__details td {
width: 62%;
padding-right: 0.58rem;
padding-left: 0.92rem;
border-radius: 0 8px 8px 0;
font-size: 0.96rem;
line-height: 1.5;
}
}
@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.007;
}
html.skin-theme-clientpref-night .infobox__title {
border-color: #755f4d;
background: #6b5546;
color: #fff5e9;
}
html.skin-theme-clientpref-night .infobox__title::before {
border-left-color: #39312b;
}
html.skin-theme-clientpref-night .infobox__title::after {
border-right-color: #39312b;
}
html.skin-theme-clientpref-night .infobox__panel {
border-color: #645646;
background: #2e2823;
}
html.skin-theme-clientpref-night .infobox__panel::before {
opacity: 0.006;
}
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 th {
border-color: #765f4b;
background: #59483b;
color: #f0e4d7;
}
html.skin-theme-clientpref-night .infobox__details th::after {
border-left-color: #59483b;
}
html.skin-theme-clientpref-night .infobox__details td {
border-color: #695849;
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.007;
}
html.skin-theme-clientpref-os .infobox__title {
border-color: #755f4d;
background: #6b5546;
color: #fff5e9;
}
html.skin-theme-clientpref-os .infobox__title::before {
border-left-color: #39312b;
}
html.skin-theme-clientpref-os .infobox__title::after {
border-right-color: #39312b;
}
html.skin-theme-clientpref-os .infobox__panel {
border-color: #645646;
background: #2e2823;
}
html.skin-theme-clientpref-os .infobox__panel::before {
opacity: 0.006;
}
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 th {
border-color: #765f4b;
background: #59483b;
color: #f0e4d7;
}
html.skin-theme-clientpref-os .infobox__details th::after {
border-left-color: #59483b;
}
html.skin-theme-clientpref-os .infobox__details td {
border-color: #695849;
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;
}
}