틀:정보상자/styles.css: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
편집 요약 없음 |
편집 요약 없음 |
||
| 5번째 줄: | 5번째 줄: | ||
--infobox-inner-edge: #c8aa7e; | --infobox-inner-edge: #c8aa7e; | ||
--infobox-panel: #f3e8d7; | --infobox-panel: #f3e8d7; | ||
--infobox-image- | --infobox-image-box: #efe3cf; | ||
--infobox-image-pattern: rgba(135, 83, 64, 0.11); | |||
--infobox-image-line: #875340; | |||
--infobox-ribbon: #875340; | --infobox-ribbon: #875340; | ||
--infobox-row-bg: #f7efe4; | --infobox-row-bg: #f7efe4; | ||
| 143번째 줄: | 145번째 줄: | ||
width: calc(100% - 14px); | width: calc(100% - 14px); | ||
margin: 0 auto 0.78rem; | margin: 0 auto 0.78rem; | ||
padding: 0; | padding: 0.72rem 0.72rem 1.08rem; | ||
border: | border: 1px solid var(--infobox-row-edge); | ||
border-radius: | border-radius: 11px; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
background: transparent; | background-color: var(--infobox-image-box); | ||
box-shadow: | background-image: | ||
overflow: | radial-gradient( | ||
circle at 1px 1px, | |||
var(--infobox-image-pattern) 1.1px, | |||
transparent 1.2px | |||
); | |||
background-repeat: repeat; | |||
background-position: 0 0; | |||
background-size: 14px 14px; | |||
box-shadow: | |||
0 4px 11px rgba(68, 42, 31, 0.1), | |||
inset 0 0 0 3px rgba(255, 250, 242, 0.16); | |||
overflow: hidden; | |||
text-align: center; | text-align: center; | ||
} | } | ||
| 156번째 줄: | 169번째 줄: | ||
position: absolute; | position: absolute; | ||
z-index: 0; | z-index: 0; | ||
top: | top: 6px; | ||
right: | right: 6px; | ||
bottom: 6px; | |||
left: 6px; | |||
border: 1px solid rgba(135, 83, 64, 0.14); | |||
border-radius: 7px; | |||
box-sizing: border-box; | |||
content: ""; | content: ""; | ||
pointer-events: none; | pointer-events: none; | ||
} | } | ||
/* 오른쪽 아래 짧은 선 */ | |||
.infobox__image::after { | .infobox__image::after { | ||
position: absolute; | |||
z-index: 3; | |||
right: 0.78rem; | |||
bottom: 0.54rem; | |||
width: 30px; | |||
height: 3px; | |||
border-radius: 3px; | |||
background: var(--infobox-image-line); | |||
content: ""; | |||
opacity: 0.52; | |||
pointer-events: none; | |||
} | } | ||
| 206번째 줄: | 228번째 줄: | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); | grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); | ||
gap: 0.72rem; | gap: 0.72rem; | ||
width: 100% !important; | width: 100% !important; | ||
| 216번째 줄: | 237번째 줄: | ||
.infobox__image .gallerybox { | .infobox__image .gallerybox { | ||
display: | display: block; | ||
width: auto !important; | width: auto !important; | ||
margin: 0 !important; | margin: 0 !important; | ||
padding: 0 !important; | padding: 0 0 0.28rem !important; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
overflow: | overflow: hidden; | ||
} | } | ||
| 271번째 줄: | 290번째 줄: | ||
} | } | ||
/* 갤러리 설명문 박스 */ | |||
.infobox__image .gallerytext { | .infobox__image .gallerytext { | ||
position: relative; | position: relative; | ||
z-index: 2; | z-index: 2; | ||
width: calc(100% - | width: calc(100% - 0.8rem); | ||
margin: 0.58rem auto 0 !important; | margin: 0.58rem auto 0 !important; | ||
padding: 0.62rem 0.72rem !important; | padding: 0.62rem 0.72rem !important; | ||
| 281번째 줄: | 301번째 줄: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
background: var(--infobox-row-bg); | background: var(--infobox-row-bg); | ||
box-shadow: 0 | box-shadow: 0 3px 8px rgba(68, 42, 31, 0.1); | ||
color: var(--infobox-text); | color: var(--infobox-text); | ||
font-family: | font-family: | ||
| 554번째 줄: | 574번째 줄: | ||
.infobox__image { | .infobox__image { | ||
width: calc(100% - 12px); | width: calc(100% - 12px); | ||
padding: 0; | padding: 0.72rem 0.72rem 1.08rem; | ||
} | } | ||
| 628번째 줄: | 648번째 줄: | ||
.infobox__image { | .infobox__image { | ||
width: calc(100% - 8px); | width: calc(100% - 8px); | ||
padding: 0; | padding: 0.62rem 0.62rem 1rem; | ||
} | } | ||
| 636번째 줄: | 656번째 줄: | ||
.infobox__image .gallerytext { | .infobox__image .gallerytext { | ||
width: calc(100% - 0. | width: calc(100% - 0.7rem); | ||
margin-top: 0.5rem !important; | margin-top: 0.5rem !important; | ||
padding: 0.58rem 0.64rem !important; | padding: 0.58rem 0.64rem !important; | ||
| 699번째 줄: | 719번째 줄: | ||
--infobox-inner-edge: #8c7157; | --infobox-inner-edge: #8c7157; | ||
--infobox-panel: #3d332d; | --infobox-panel: #3d332d; | ||
--infobox-image- | --infobox-image-box: #4c4038; | ||
--infobox-image-pattern: rgba(239, 216, 196, 0.09); | |||
--infobox-image-line: #b98b72; | |||
--infobox-ribbon: #805542; | --infobox-ribbon: #805542; | ||
--infobox-row-bg: #433731; | --infobox-row-bg: #433731; | ||
| 725번째 줄: | 747번째 줄: | ||
--infobox-inner-edge: #8c7157; | --infobox-inner-edge: #8c7157; | ||
--infobox-panel: #3d332d; | --infobox-panel: #3d332d; | ||
--infobox-image- | --infobox-image-box: #4c4038; | ||
--infobox-image-pattern: rgba(239, 216, 196, 0.09); | |||
--infobox-image-line: #b98b72; | |||
--infobox-ribbon: #805542; | --infobox-ribbon: #805542; | ||
--infobox-row-bg: #433731; | --infobox-row-bg: #433731; | ||
2026년 7월 23일 (목) 21:05 판
.infobox {
--infobox-outer: #5d3b30;
--infobox-outer-edge: #45291f;
--infobox-inner: #ead5af;
--infobox-inner-edge: #c8aa7e;
--infobox-panel: #f3e8d7;
--infobox-image-box: #efe3cf;
--infobox-image-pattern: rgba(135, 83, 64, 0.11);
--infobox-image-line: #875340;
--infobox-ribbon: #875340;
--infobox-row-bg: #f7efe4;
--infobox-row-edge: #bca184;
--infobox-row-divider: #d5c0aa;
--infobox-label-text: #231915;
--infobox-text: #493329;
--infobox-link: #8f573f;
--infobox-link-hover: #653929;
--infobox-focus: #ad775f;
--infobox-title-text: #fffaf4;
--infobox-text-outline: #472b20;
--infobox-shadow: rgba(68, 42, 31, 0.16);
--infobox-shape-shadow: rgba(69, 41, 31, 0.24);
--infobox-background-shadow: rgba(69, 41, 31, 0.2);
position: relative;
float: right;
clear: right;
width: 328px;
max-width: 100%;
margin: 0 0 1.25rem 1.25rem;
padding: 1.05rem 0.48rem 1.18rem;
border: 3px solid var(--infobox-outer-edge);
border-radius: 24px;
box-sizing: border-box;
background: var(--infobox-inner);
color: var(--infobox-text);
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 0 22px 3px var(--infobox-shadow);
overflow: visible;
}
.infobox::before {
position: absolute;
top: 6px;
right: 6px;
bottom: 6px;
left: 6px;
border: 3px solid var(--infobox-inner-edge);
border-radius: 18px;
box-sizing: border-box;
content: "";
pointer-events: none;
}
.infobox__title,
.infobox__panel {
position: relative;
z-index: 1;
}
/* 이름칸 */
.infobox__title {
display: flex;
align-items: center;
justify-content: center;
width: calc(100% - 28px);
margin: 0.46rem auto 0;
padding: 0.94rem 2.35rem;
border: 0;
box-sizing: border-box;
background: var(--infobox-ribbon);
clip-path: polygon(
0 0,
100% 0,
calc(100% - 16px) 50%,
100% 100%,
0 100%,
16px 50%
);
color: var(--infobox-title-text);
font-family:
"SB Aggro B",
"SB 어그로 B",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
sans-serif;
font-size: 1.28rem;
font-weight: 700;
line-height: 1.14;
letter-spacing: -0.03em;
text-align: center;
text-shadow:
-2px -2px 0 var(--infobox-text-outline),
0 -2px 0 var(--infobox-text-outline),
2px -2px 0 var(--infobox-text-outline),
-2px 0 0 var(--infobox-text-outline),
2px 0 0 var(--infobox-text-outline),
-2px 2px 0 var(--infobox-text-outline),
0 2px 0 var(--infobox-text-outline),
2px 2px 0 var(--infobox-text-outline),
-1px -2px 0 var(--infobox-text-outline),
1px -2px 0 var(--infobox-text-outline),
-2px -1px 0 var(--infobox-text-outline),
2px -1px 0 var(--infobox-text-outline),
-2px 1px 0 var(--infobox-text-outline),
2px 1px 0 var(--infobox-text-outline),
-1px 2px 0 var(--infobox-text-outline),
1px 2px 0 var(--infobox-text-outline);
overflow-wrap: anywhere;
word-break: keep-all;
}
.infobox__title p {
margin: 0;
font: inherit;
color: inherit;
line-height: inherit;
}
/* 내부 영역 */
.infobox__panel {
margin-top: 0.58rem;
padding: 0 0.08rem 0.1rem;
background: transparent;
}
/* 이미지칸 */
.infobox__image {
position: relative;
display: block;
width: calc(100% - 14px);
margin: 0 auto 0.78rem;
padding: 0.72rem 0.72rem 1.08rem;
border: 1px solid var(--infobox-row-edge);
border-radius: 11px;
box-sizing: border-box;
background-color: var(--infobox-image-box);
background-image:
radial-gradient(
circle at 1px 1px,
var(--infobox-image-pattern) 1.1px,
transparent 1.2px
);
background-repeat: repeat;
background-position: 0 0;
background-size: 14px 14px;
box-shadow:
0 4px 11px rgba(68, 42, 31, 0.1),
inset 0 0 0 3px rgba(255, 250, 242, 0.16);
overflow: hidden;
text-align: center;
}
.infobox__image::before {
position: absolute;
z-index: 0;
top: 6px;
right: 6px;
bottom: 6px;
left: 6px;
border: 1px solid rgba(135, 83, 64, 0.14);
border-radius: 7px;
box-sizing: border-box;
content: "";
pointer-events: none;
}
/* 오른쪽 아래 짧은 선 */
.infobox__image::after {
position: absolute;
z-index: 3;
right: 0.78rem;
bottom: 0.54rem;
width: 30px;
height: 3px;
border-radius: 3px;
background: var(--infobox-image-line);
content: "";
opacity: 0.52;
pointer-events: none;
}
/* 일반 이미지 */
.infobox__image > a,
.infobox__image > img {
position: relative;
z-index: 1;
}
.infobox__image > a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
aspect-ratio: 1 / 1;
}
.infobox__image > img,
.infobox__image > a > img {
display: block;
width: 100%;
max-width: 100%;
aspect-ratio: 1 / 1;
height: auto;
margin: 0 auto;
object-fit: contain;
filter: drop-shadow(0 4px 4px var(--infobox-shape-shadow));
}
/* <gallery> 문법 */
.infobox__image .gallery {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
gap: 0.72rem;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
box-sizing: border-box;
list-style: none;
}
.infobox__image .gallerybox {
display: block;
width: auto !important;
margin: 0 !important;
padding: 0 0 0.28rem !important;
box-sizing: border-box;
overflow: hidden;
}
.infobox__image .gallerybox .thumb {
display: flex;
align-items: center;
justify-content: center;
width: 100% !important;
aspect-ratio: 1 / 1;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
background: transparent !important;
box-sizing: border-box;
}
.infobox__image .gallerybox .thumb > div {
display: flex;
align-items: center;
justify-content: center;
width: 100% !important;
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
background: transparent !important;
box-sizing: border-box;
}
.infobox__image .gallerybox .thumb a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.infobox__image .gallerybox .thumb img {
display: block;
width: 100% !important;
max-width: 100% !important;
height: 100% !important;
max-height: 100% !important;
margin: 0 auto;
object-fit: contain;
filter: drop-shadow(0 4px 4px var(--infobox-shape-shadow));
}
/* 갤러리 설명문 박스 */
.infobox__image .gallerytext {
position: relative;
z-index: 2;
width: calc(100% - 0.8rem);
margin: 0.58rem auto 0 !important;
padding: 0.62rem 0.72rem !important;
border: 1px solid var(--infobox-row-edge);
border-radius: 9px;
box-sizing: border-box;
background: var(--infobox-row-bg);
box-shadow: 0 3px 8px rgba(68, 42, 31, 0.1);
color: var(--infobox-text);
font-family:
"SB Aggro L",
"SB 어그로 L",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
sans-serif;
font-size: 0.78rem;
font-weight: 300;
line-height: 1.42;
text-align: center;
overflow-wrap: anywhere;
word-break: keep-all;
}
.infobox__image .gallerytext p {
margin: 0;
font: inherit;
}
/* 정보칸 */
.infobox__details {
width: calc(100% - 24px);
margin: 0 auto;
border: 0;
border-collapse: separate;
border-spacing: 0;
border-radius: 14px;
table-layout: fixed;
background: var(--infobox-row-bg);
box-sizing: border-box;
overflow: hidden;
}
.infobox__details tr {
background: transparent;
}
.infobox__details th,
.infobox__details td {
padding: 0.52rem 0.72rem;
border: 0;
border-radius: 0;
box-sizing: border-box;
background-color: var(--infobox-row-bg);
background-repeat: no-repeat;
line-height: 1.38;
text-align: left;
}
.infobox__details th {
width: 31%;
color: var(--infobox-label-text);
font-family:
"SB Aggro M",
"SB 어그로 M",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
sans-serif;
font-size: 0.83rem;
font-weight: 500;
vertical-align: top;
text-shadow: none;
word-break: keep-all;
}
.infobox__details td {
width: 69%;
color: var(--infobox-text);
font-family:
"SB Aggro L",
"SB 어그로 L",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
sans-serif;
font-size: 0.9rem;
font-weight: 300;
vertical-align: middle;
word-break: break-word;
overflow-wrap: anywhere;
}
/* 섹션 제목 */
.infobox__section-title,
.infobox__subtitle,
.infobox__panel > h2,
.infobox__panel > h3 {
position: relative;
display: block;
width: calc(100% - 14px);
margin: 0.9rem auto 0.62rem;
padding: 0.7rem 2.04rem 0.7rem 1.18rem;
border: 0;
box-sizing: border-box;
background: var(--infobox-ribbon);
clip-path: polygon(
0 0,
100% 0,
calc(100% - 12px) 50%,
100% 100%,
0 100%,
12px 50%
);
color: var(--infobox-title-text);
font-family:
"SB Aggro B",
"SB 어그로 B",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
sans-serif;
font-size: 1.08rem;
font-weight: 700;
line-height: 1.14;
text-align: center;
text-shadow:
-1px -1px 0 var(--infobox-text-outline),
0 -1px 0 var(--infobox-text-outline),
1px -1px 0 var(--infobox-text-outline),
-1px 0 0 var(--infobox-text-outline),
1px 0 0 var(--infobox-text-outline),
-1px 1px 0 var(--infobox-text-outline),
0 1px 0 var(--infobox-text-outline),
1px 1px 0 var(--infobox-text-outline);
}
.infobox__section-title::after,
.infobox__subtitle::after,
.infobox__panel > h2::after,
.infobox__panel > h3::after {
position: absolute;
top: 50%;
right: 0.84rem;
width: 0;
height: 0;
border-top: 8px solid var(--infobox-outer-edge);
border-right: 8px solid transparent;
border-left: 8px solid transparent;
content: "";
transform: translateY(-34%);
}
/* 섹션 본문 */
.infobox__section-body,
.infobox__listbox,
.infobox__games,
.infobox__appearance-list {
width: calc(100% - 14px);
margin: 0 auto 0.36rem;
padding: 0.84rem 0.92rem;
border: 1px solid var(--infobox-row-edge);
border-radius: 7px;
box-sizing: border-box;
background: var(--infobox-panel);
color: var(--infobox-text);
font-size: 0.92rem;
line-height: 1.48;
}
/* 공통 텍스트 */
.infobox__details p,
.infobox__section-body p,
.infobox__listbox p,
.infobox__games p,
.infobox__appearance-list p {
margin: 0.1em 0;
font: inherit;
}
.infobox__details ul,
.infobox__details ol,
.infobox__section-body ul,
.infobox__section-body ol,
.infobox__listbox ul,
.infobox__listbox ol,
.infobox__games ul,
.infobox__games ol,
.infobox__appearance-list ul,
.infobox__appearance-list ol {
margin: 0.14em 0 0.14em 1.12em;
padding: 0;
font: inherit;
}
.infobox__details li,
.infobox__section-body li,
.infobox__listbox li,
.infobox__games li,
.infobox__appearance-list li {
margin: 0.1em 0;
font: inherit;
}
.infobox small,
.infobox sup,
.infobox__details small,
.infobox__details sup,
.infobox__section-body small,
.infobox__section-body sup,
.infobox__listbox small,
.infobox__listbox sup,
.infobox__games small,
.infobox__games sup,
.infobox__appearance-list small,
.infobox__appearance-list sup {
position: static;
top: auto;
bottom: auto;
vertical-align: baseline;
line-height: inherit;
font-size: 0.85em;
}
.infobox a {
color: var(--infobox-link);
font-family: inherit;
font-weight: inherit;
text-decoration: none;
}
.infobox a:hover {
color: var(--infobox-link-hover);
text-decoration: underline;
}
.infobox a:focus {
outline: 2px solid var(--infobox-focus);
outline-offset: 2px;
}
/* 720px 이하 */
@media screen and (max-width: 720px) {
.infobox {
float: none;
clear: both;
width: 100%;
max-width: 100%;
margin: 0 0 1.1rem;
padding: 1rem 0.42rem 1.08rem;
border-radius: 22px;
font-size: 1rem;
}
.infobox::before {
top: 5px;
right: 5px;
bottom: 5px;
left: 5px;
border-radius: 17px;
}
.infobox__title {
width: calc(100% - 22px);
margin: 0.42rem auto 0;
padding: 0.9rem 2rem;
font-size: 1.46rem;
}
.infobox__image {
width: calc(100% - 12px);
padding: 0.72rem 0.72rem 1.08rem;
}
.infobox__details {
width: calc(100% - 20px);
border-radius: 13px;
}
.infobox__details th,
.infobox__details td {
padding: 0.52rem 0.72rem;
}
.infobox__details th {
width: 31%;
font-size: 0.96rem;
}
.infobox__details td {
width: 69%;
font-size: 1rem;
}
.infobox__section-title,
.infobox__subtitle,
.infobox__panel > h2,
.infobox__panel > h3,
.infobox__section-body,
.infobox__listbox,
.infobox__games,
.infobox__appearance-list {
width: calc(100% - 10px);
}
.infobox__section-title,
.infobox__subtitle,
.infobox__panel > h2,
.infobox__panel > h3 {
font-size: 1.2rem;
}
.infobox__section-body,
.infobox__listbox,
.infobox__games,
.infobox__appearance-list {
font-size: 1rem;
}
}
/* 480px 이하 */
@media screen and (max-width: 480px) {
.infobox {
padding: 0.92rem 0.34rem 0.96rem;
border-radius: 19px;
}
.infobox::before {
top: 4px;
right: 4px;
bottom: 4px;
left: 4px;
border-radius: 14px;
}
.infobox__title {
width: calc(100% - 18px);
margin: 0.36rem auto 0;
padding: 0.78rem 1.72rem;
font-size: 1.28rem;
}
.infobox__image {
width: calc(100% - 8px);
padding: 0.62rem 0.62rem 1rem;
}
.infobox__image .gallery {
gap: 0.58rem;
}
.infobox__image .gallerytext {
width: calc(100% - 0.7rem);
margin-top: 0.5rem !important;
padding: 0.58rem 0.64rem !important;
font-size: 0.84rem;
}
.infobox__details {
width: calc(100% - 16px);
border-radius: 12px;
}
.infobox__details th,
.infobox__details td {
padding: 0.52rem 0.72rem;
}
.infobox__details th {
width: 33%;
font-size: 0.89rem;
}
.infobox__details td {
width: 67%;
font-size: 0.95rem;
}
.infobox__section-title,
.infobox__subtitle,
.infobox__panel > h2,
.infobox__panel > h3,
.infobox__section-body,
.infobox__listbox,
.infobox__games,
.infobox__appearance-list {
width: calc(100% - 6px);
}
.infobox__section-title,
.infobox__subtitle,
.infobox__panel > h2,
.infobox__panel > h3 {
padding: 0.64rem 1.78rem 0.64rem 1rem;
font-size: 1.04rem;
}
.infobox__section-body,
.infobox__listbox,
.infobox__games,
.infobox__appearance-list {
padding: 0.76rem 0.8rem;
font-size: 0.95rem;
}
}
/* 수동 다크 모드 */
@media screen {
html.skin-theme-clientpref-night .infobox {
--infobox-outer: #4c3329;
--infobox-outer-edge: #36231c;
--infobox-inner: #6d5644;
--infobox-inner-edge: #8c7157;
--infobox-panel: #3d332d;
--infobox-image-box: #4c4038;
--infobox-image-pattern: rgba(239, 216, 196, 0.09);
--infobox-image-line: #b98b72;
--infobox-ribbon: #805542;
--infobox-row-bg: #433731;
--infobox-row-edge: #896c59;
--infobox-row-divider: #6f5748;
--infobox-label-text: #f3e8df;
--infobox-text: #f3e8df;
--infobox-link: #edc1a9;
--infobox-link-hover: #ffe1d0;
--infobox-focus: #d1a58b;
--infobox-title-text: #fff8f2;
--infobox-text-outline: #301d16;
--infobox-shadow: rgba(0, 0, 0, 0.24);
--infobox-shape-shadow: rgba(0, 0, 0, 0.32);
--infobox-background-shadow: rgba(0, 0, 0, 0.28);
}
}
/* OS 다크 모드 */
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .infobox {
--infobox-outer: #4c3329;
--infobox-outer-edge: #36231c;
--infobox-inner: #6d5644;
--infobox-inner-edge: #8c7157;
--infobox-panel: #3d332d;
--infobox-image-box: #4c4038;
--infobox-image-pattern: rgba(239, 216, 196, 0.09);
--infobox-image-line: #b98b72;
--infobox-ribbon: #805542;
--infobox-row-bg: #433731;
--infobox-row-edge: #896c59;
--infobox-row-divider: #6f5748;
--infobox-label-text: #f3e8df;
--infobox-text: #f3e8df;
--infobox-link: #edc1a9;
--infobox-link-hover: #ffe1d0;
--infobox-focus: #d1a58b;
--infobox-title-text: #fff8f2;
--infobox-text-outline: #301d16;
--infobox-shadow: rgba(0, 0, 0, 0.24);
--infobox-shape-shadow: rgba(0, 0, 0, 0.32);
--infobox-background-shadow: rgba(0, 0, 0, 0.28);
}
}