틀:정보상자/styles.css: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
편집 요약 없음 |
편집 요약 없음 태그: 모바일 편집 모바일 웹 편집 |
||
| 7번째 줄: | 7번째 줄: | ||
margin: 0 0 1.25rem 1.25rem; | margin: 0 0 1.25rem 1.25rem; | ||
padding: 0.78rem; | padding: 0.78rem; | ||
border: 2px solid # | border: 2px solid #587656; | ||
border-radius: 20px; | border-radius: 20px; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
background: # | background: #dce8d8; | ||
color: # | color: #30402f; | ||
font-family: | font-family: | ||
"SB Aggro L", | "SB Aggro L", | ||
| 24번째 줄: | 24번째 줄: | ||
font-weight: 300; | font-weight: 300; | ||
line-height: 1.55; | line-height: 1.55; | ||
box-shadow: 0 9px 24px rgba( | box-shadow: 0 9px 24px rgba(51, 82, 49, 0.15); | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
| 60번째 줄: | 60번째 줄: | ||
border-radius: 0; | border-radius: 0; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
background: # | background: #638861; | ||
clip-path: polygon( | clip-path: polygon( | ||
0 0, | 0 0, | ||
| 69번째 줄: | 69번째 줄: | ||
100% 0 | 100% 0 | ||
); | ); | ||
color: # | color: #f7fbf5; | ||
font-family: | font-family: | ||
"SB Aggro B", | "SB Aggro B", | ||
| 98번째 줄: | 98번째 줄: | ||
margin-top: 0.66rem; | margin-top: 0.66rem; | ||
padding: 0.62rem; | padding: 0.62rem; | ||
border: 1px solid # | border: 1px solid #aebfa9; | ||
border-radius: 14px; | border-radius: 14px; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
background: # | background: #edf3e9; | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
| 135번째 줄: | 135번째 줄: | ||
max-height: 225px; | max-height: 225px; | ||
padding: 0.58rem; | padding: 0.58rem; | ||
border: 1px solid # | border: 1px solid #bdcbb8; | ||
border-radius: 10px; | border-radius: 10px; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
background: rgba( | background: rgba(248, 251, 246, 0.94); | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
| 149번째 줄: | 149번째 줄: | ||
height: 3px; | height: 3px; | ||
border-radius: 3px; | border-radius: 3px; | ||
background: # | background: #7fa17a; | ||
content: ""; | content: ""; | ||
opacity: 0.42; | opacity: 0.42; | ||
| 196번째 줄: | 196번째 줄: | ||
.infobox__details td { | .infobox__details td { | ||
min-width: 0; | min-width: 0; | ||
padding-top: 0. | padding-top: 0.5rem; | ||
padding-bottom: 0. | padding-bottom: 0.5rem; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
vertical-align: middle; | vertical-align: middle; | ||
line-height: 1. | line-height: 1.44; | ||
} | } | ||
.infobox__details th { | .infobox__details th { | ||
width: 31%; | width: 31%; | ||
padding-right: 0. | padding-right: 0.64rem; | ||
padding-left: 0. | padding-left: 0.64rem; | ||
border: 1px solid # | border: 1px solid #8fa58a; | ||
border-right: 0; | border-right: 0; | ||
border-radius: 9px 0 0 9px; | border-radius: 9px 0 0 9px; | ||
background: # | background: #c7d8c1; | ||
color: # | color: #30462f; | ||
font-family: | font-family: | ||
"SB Aggro M", | "SB Aggro M", | ||
| 229번째 줄: | 229번째 줄: | ||
.infobox__details td { | .infobox__details td { | ||
width: 69%; | width: 69%; | ||
padding-right: 0. | padding-right: 0.7rem; | ||
padding-left: 0. | padding-left: 0.7rem; | ||
border: 1px solid # | border: 1px solid #b2c3ad; | ||
border-left: 0; | border-left: 0; | ||
border-radius: 0 9px 9px 0; | border-radius: 0 9px 9px 0; | ||
background: rgba( | background: rgba(247, 250, 245, 0.96); | ||
color: # | color: #30402f; | ||
font-family: | font-family: | ||
"SB Aggro L", | "SB Aggro L", | ||
| 253번째 줄: | 253번째 줄: | ||
.infobox__details p { | .infobox__details p { | ||
margin: 0. | margin: 0.14em 0; | ||
font: inherit; | font: inherit; | ||
} | } | ||
| 259번째 줄: | 259번째 줄: | ||
.infobox__details ul, | .infobox__details ul, | ||
.infobox__details ol { | .infobox__details ol { | ||
margin: 0. | margin: 0.18em 0 0.18em 1.1em; | ||
padding: 0; | padding: 0; | ||
font: inherit; | font: inherit; | ||
| 265번째 줄: | 265번째 줄: | ||
.infobox__details li { | .infobox__details li { | ||
margin: 0. | margin: 0.1em 0; | ||
font: inherit; | font: inherit; | ||
} | } | ||
| 274번째 줄: | 274번째 줄: | ||
.infobox a { | .infobox a { | ||
color: # | color: #3f7441; | ||
font-family: inherit; | font-family: inherit; | ||
font-weight: inherit; | font-weight: inherit; | ||
| 281번째 줄: | 281번째 줄: | ||
.infobox a:hover { | .infobox a:hover { | ||
color: # | color: #2d5a30; | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
.infobox a:focus { | .infobox a:focus { | ||
outline: 2px solid # | outline: 2px solid #739370; | ||
} | } | ||
| 300번째 줄: | 300번째 줄: | ||
font-size: 1rem; | font-size: 1rem; | ||
line-height: 1.55; | line-height: 1.55; | ||
box-shadow: 0 7px 18px rgba( | box-shadow: 0 7px 18px rgba(51, 82, 49, 0.13); | ||
} | } | ||
| 351번째 줄: | 351번째 줄: | ||
.infobox__details th, | .infobox__details th, | ||
.infobox__details td { | .infobox__details td { | ||
padding-top: 0. | padding-top: 0.52rem; | ||
padding-bottom: 0. | padding-bottom: 0.52rem; | ||
line-height: 1. | line-height: 1.42; | ||
} | } | ||
.infobox__details th { | .infobox__details th { | ||
width: 30%; | width: 30%; | ||
padding-right: 0. | padding-right: 0.64rem; | ||
padding-left: 0. | padding-left: 0.64rem; | ||
font-size: 0.98rem; | font-size: 0.98rem; | ||
} | } | ||
| 365번째 줄: | 365번째 줄: | ||
.infobox__details td { | .infobox__details td { | ||
width: 70%; | width: 70%; | ||
padding-right: 0. | padding-right: 0.7rem; | ||
padding-left: 0. | padding-left: 0.7rem; | ||
font-size: 1rem; | font-size: 1rem; | ||
} | } | ||
| 420번째 줄: | 420번째 줄: | ||
.infobox__details th, | .infobox__details th, | ||
.infobox__details td { | .infobox__details td { | ||
padding-top: 0. | padding-top: 0.46rem; | ||
padding-bottom: 0. | padding-bottom: 0.46rem; | ||
line-height: 1. | line-height: 1.4; | ||
} | } | ||
.infobox__details th { | .infobox__details th { | ||
width: 34%; | width: 34%; | ||
padding-right: 0. | padding-right: 0.56rem; | ||
padding-left: 0. | padding-left: 0.56rem; | ||
border-radius: 8px 0 0 8px; | border-radius: 8px 0 0 8px; | ||
font-size: 0.92rem; | font-size: 0.92rem; | ||
| 435번째 줄: | 435번째 줄: | ||
.infobox__details td { | .infobox__details td { | ||
width: 66%; | width: 66%; | ||
padding-right: 0. | padding-right: 0.6rem; | ||
padding-left: 0. | padding-left: 0.6rem; | ||
border-radius: 0 8px 8px 0; | border-radius: 0 8px 8px 0; | ||
font-size: 0.96rem; | font-size: 0.96rem; | ||
| 444번째 줄: | 444번째 줄: | ||
@media screen { | @media screen { | ||
html.skin-theme-clientpref-night .infobox { | html.skin-theme-clientpref-night .infobox { | ||
border-color: # | border-color: #4f694d; | ||
background: # | background: #293329; | ||
color: # | color: #e3ebe0; | ||
box-shadow: 0 9px 24px rgba(0, 0, 0, 0.28); | box-shadow: 0 9px 24px rgba(0, 0, 0, 0.28); | ||
} | } | ||
| 455번째 줄: | 455번째 줄: | ||
html.skin-theme-clientpref-night .infobox__title { | html.skin-theme-clientpref-night .infobox__title { | ||
background: # | background: #486747; | ||
color: # | color: #f3f8f1; | ||
} | } | ||
html.skin-theme-clientpref-night .infobox__panel { | html.skin-theme-clientpref-night .infobox__panel { | ||
border-color: # | border-color: #4e604c; | ||
background: # | background: #222a22; | ||
} | } | ||
| 469번째 줄: | 469번째 줄: | ||
html.skin-theme-clientpref-night .infobox__image { | html.skin-theme-clientpref-night .infobox__image { | ||
border-color: # | border-color: #536651; | ||
background: # | background: #2c352c; | ||
} | } | ||
html.skin-theme-clientpref-night .infobox__image::after { | html.skin-theme-clientpref-night .infobox__image::after { | ||
background: # | background: #86a582; | ||
} | } | ||
html.skin-theme-clientpref-night .infobox__details th { | html.skin-theme-clientpref-night .infobox__details th { | ||
border-color: # | border-color: #5d745a; | ||
background: # | background: #3d503c; | ||
color: # | color: #e7efe4; | ||
} | } | ||
html.skin-theme-clientpref-night .infobox__details td { | html.skin-theme-clientpref-night .infobox__details td { | ||
border-color: # | border-color: #50634e; | ||
background: # | background: #303c30; | ||
color: # | color: #e3ebe0; | ||
} | } | ||
html.skin-theme-clientpref-night .infobox a { | html.skin-theme-clientpref-night .infobox a { | ||
color: # | color: #a4c9a0; | ||
} | } | ||
html.skin-theme-clientpref-night .infobox a:hover { | html.skin-theme-clientpref-night .infobox a:hover { | ||
color: # | color: #c1ddbe; | ||
} | } | ||
html.skin-theme-clientpref-night .infobox a:focus { | html.skin-theme-clientpref-night .infobox a:focus { | ||
outline-color: # | outline-color: #8caf88; | ||
} | } | ||
} | } | ||
| 504번째 줄: | 504번째 줄: | ||
@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: #4f694d; | ||
background: # | background: #293329; | ||
color: # | color: #e3ebe0; | ||
box-shadow: 0 9px 24px rgba(0, 0, 0, 0.28); | box-shadow: 0 9px 24px rgba(0, 0, 0, 0.28); | ||
} | } | ||
| 515번째 줄: | 515번째 줄: | ||
html.skin-theme-clientpref-os .infobox__title { | html.skin-theme-clientpref-os .infobox__title { | ||
background: # | background: #486747; | ||
color: # | color: #f3f8f1; | ||
} | } | ||
html.skin-theme-clientpref-os .infobox__panel { | html.skin-theme-clientpref-os .infobox__panel { | ||
border-color: # | border-color: #4e604c; | ||
background: # | background: #222a22; | ||
} | } | ||
| 529번째 줄: | 529번째 줄: | ||
html.skin-theme-clientpref-os .infobox__image { | html.skin-theme-clientpref-os .infobox__image { | ||
border-color: # | border-color: #536651; | ||
background: # | background: #2c352c; | ||
} | } | ||
html.skin-theme-clientpref-os .infobox__image::after { | html.skin-theme-clientpref-os .infobox__image::after { | ||
background: # | background: #86a582; | ||
} | } | ||
html.skin-theme-clientpref-os .infobox__details th { | html.skin-theme-clientpref-os .infobox__details th { | ||
border-color: # | border-color: #5d745a; | ||
background: # | background: #3d503c; | ||
color: # | color: #e7efe4; | ||
} | } | ||
html.skin-theme-clientpref-os .infobox__details td { | html.skin-theme-clientpref-os .infobox__details td { | ||
border-color: # | border-color: #50634e; | ||
background: # | background: #303c30; | ||
color: # | color: #e3ebe0; | ||
} | } | ||
html.skin-theme-clientpref-os .infobox a { | html.skin-theme-clientpref-os .infobox a { | ||
color: # | color: #a4c9a0; | ||
} | } | ||
html.skin-theme-clientpref-os .infobox a:hover { | html.skin-theme-clientpref-os .infobox a:hover { | ||
color: # | color: #c1ddbe; | ||
} | } | ||
html.skin-theme-clientpref-os .infobox a:focus { | html.skin-theme-clientpref-os .infobox a:focus { | ||
outline-color: # | outline-color: #8caf88; | ||
} | } | ||
} | } | ||
2026년 7월 23일 (목) 01:25 판
.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 #587656;
border-radius: 20px;
box-sizing: border-box;
background: #dce8d8;
color: #30402f;
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(51, 82, 49, 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__title,
.infobox__panel {
position: relative;
z-index: 1;
}
.infobox__title {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 0;
padding: 0.38rem 2.1rem 0.34rem;
border: 0;
border-radius: 0;
box-sizing: border-box;
background: #638861;
clip-path: polygon(
0 0,
21px 50%,
0 100%,
100% 100%,
calc(100% - 21px) 50%,
100% 0
);
color: #f7fbf5;
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.12;
text-align: center;
overflow-wrap: anywhere;
word-break: keep-all;
}
.infobox__title p {
margin: 0;
font: inherit;
color: inherit;
line-height: inherit;
}
.infobox__panel {
margin-top: 0.66rem;
padding: 0.62rem;
border: 1px solid #aebfa9;
border-radius: 14px;
box-sizing: border-box;
background: #edf3e9;
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 {
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 #bdcbb8;
border-radius: 10px;
box-sizing: border-box;
background: rgba(248, 251, 246, 0.94);
overflow: hidden;
}
.infobox__image::after {
position: absolute;
right: 0.7rem;
bottom: 0.52rem;
width: 30px;
height: 3px;
border-radius: 3px;
background: #7fa17a;
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__details {
width: 100%;
margin: 0.31rem 0 -0.42rem;
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.31rem;
}
.infobox__details th,
.infobox__details td {
min-width: 0;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
box-sizing: border-box;
vertical-align: middle;
line-height: 1.44;
}
.infobox__details th {
width: 31%;
padding-right: 0.64rem;
padding-left: 0.64rem;
border: 1px solid #8fa58a;
border-right: 0;
border-radius: 9px 0 0 9px;
background: #c7d8c1;
color: #30462f;
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 td {
width: 69%;
padding-right: 0.7rem;
padding-left: 0.7rem;
border: 1px solid #b2c3ad;
border-left: 0;
border-radius: 0 9px 9px 0;
background: rgba(247, 250, 245, 0.96);
color: #30402f;
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.14em 0;
font: inherit;
}
.infobox__details ul,
.infobox__details ol {
margin: 0.18em 0 0.18em 1.1em;
padding: 0;
font: inherit;
}
.infobox__details li {
margin: 0.1em 0;
font: inherit;
}
.infobox__details sup {
line-height: 1;
}
.infobox a {
color: #3f7441;
font-family: inherit;
font-weight: inherit;
text-decoration: none;
}
.infobox a:hover {
color: #2d5a30;
text-decoration: underline;
}
.infobox a:focus {
outline: 2px solid #739370;
}
@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(51, 82, 49, 0.13);
}
.infobox::before {
border-radius: 16px;
}
.infobox__title {
min-height: 0;
padding: 0.44rem 2.3rem 0.4rem;
clip-path: polygon(
0 0,
23px 50%,
0 100%,
100% 100%,
calc(100% - 23px) 50%,
100% 0
);
font-size: 1.9rem;
line-height: 1.12;
}
.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__details {
margin-top: 0.3rem;
margin-bottom: -0.44rem;
border-spacing: 0 0.44rem;
}
.infobox__image + .infobox__details {
margin-top: 0.3rem;
}
.infobox__details th,
.infobox__details td {
padding-top: 0.52rem;
padding-bottom: 0.52rem;
line-height: 1.42;
}
.infobox__details th {
width: 30%;
padding-right: 0.64rem;
padding-left: 0.64rem;
font-size: 0.98rem;
}
.infobox__details td {
width: 70%;
padding-right: 0.7rem;
padding-left: 0.7rem;
font-size: 1rem;
}
}
@media screen and (max-width: 480px) {
.infobox {
padding: 0.56rem;
border-radius: 16px;
}
.infobox__title {
min-height: 0;
padding: 0.4rem 1.9rem 0.36rem;
clip-path: polygon(
0 0,
18px 50%,
0 100%,
100% 100%,
calc(100% - 18px) 50%,
100% 0
);
font-size: 1.7rem;
line-height: 1.12;
}
.infobox__panel {
padding: 0.46rem;
border-radius: 10px;
}
.infobox__image {
min-height: 72px;
max-height: 205px;
padding: 0.46rem;
border-radius: 8px;
}
.infobox__image img {
max-height: 180px;
}
.infobox__details {
margin-top: 0.25rem;
margin-bottom: -0.36rem;
border-spacing: 0 0.36rem;
}
.infobox__image + .infobox__details {
margin-top: 0.25rem;
}
.infobox__details th,
.infobox__details td {
padding-top: 0.46rem;
padding-bottom: 0.46rem;
line-height: 1.4;
}
.infobox__details th {
width: 34%;
padding-right: 0.56rem;
padding-left: 0.56rem;
border-radius: 8px 0 0 8px;
font-size: 0.92rem;
}
.infobox__details td {
width: 66%;
padding-right: 0.6rem;
padding-left: 0.6rem;
border-radius: 0 8px 8px 0;
font-size: 0.96rem;
}
}
@media screen {
html.skin-theme-clientpref-night .infobox {
border-color: #4f694d;
background: #293329;
color: #e3ebe0;
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 {
background: #486747;
color: #f3f8f1;
}
html.skin-theme-clientpref-night .infobox__panel {
border-color: #4e604c;
background: #222a22;
}
html.skin-theme-clientpref-night .infobox__panel::before {
opacity: 0.006;
}
html.skin-theme-clientpref-night .infobox__image {
border-color: #536651;
background: #2c352c;
}
html.skin-theme-clientpref-night .infobox__image::after {
background: #86a582;
}
html.skin-theme-clientpref-night .infobox__details th {
border-color: #5d745a;
background: #3d503c;
color: #e7efe4;
}
html.skin-theme-clientpref-night .infobox__details td {
border-color: #50634e;
background: #303c30;
color: #e3ebe0;
}
html.skin-theme-clientpref-night .infobox a {
color: #a4c9a0;
}
html.skin-theme-clientpref-night .infobox a:hover {
color: #c1ddbe;
}
html.skin-theme-clientpref-night .infobox a:focus {
outline-color: #8caf88;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .infobox {
border-color: #4f694d;
background: #293329;
color: #e3ebe0;
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 {
background: #486747;
color: #f3f8f1;
}
html.skin-theme-clientpref-os .infobox__panel {
border-color: #4e604c;
background: #222a22;
}
html.skin-theme-clientpref-os .infobox__panel::before {
opacity: 0.006;
}
html.skin-theme-clientpref-os .infobox__image {
border-color: #536651;
background: #2c352c;
}
html.skin-theme-clientpref-os .infobox__image::after {
background: #86a582;
}
html.skin-theme-clientpref-os .infobox__details th {
border-color: #5d745a;
background: #3d503c;
color: #e7efe4;
}
html.skin-theme-clientpref-os .infobox__details td {
border-color: #50634e;
background: #303c30;
color: #e3ebe0;
}
html.skin-theme-clientpref-os .infobox a {
color: #a4c9a0;
}
html.skin-theme-clientpref-os .infobox a:hover {
color: #c1ddbe;
}
html.skin-theme-clientpref-os .infobox a:focus {
outline-color: #8caf88;
}
}