틀:정보상자/styles.css: 두 판 사이의 차이

식물 vs 좀비 위키
둘러보기로 이동 검색으로 이동
편집 요약 없음
태그: 모바일 편집 모바일 웹 편집
편집 요약 없음
5번째 줄: 5번째 줄:
max-width: 100%;
max-width: 100%;
margin: 0 0 1.25rem 1.25rem;
margin: 0 0 1.25rem 1.25rem;
padding: 0;
padding: 0.72rem;
border: 1px solid #dfcfb8;
border: 1px solid #c8a46f;
border-collapse: separate;
border-radius: 22px;
border-spacing: 0.5rem 0.42rem;
border-radius: 18px;
box-sizing: border-box;
box-sizing: border-box;
table-layout: fixed;
background: #f3dfbd;
background: #fff4e5;
color: #2f2924;
color: #403830;
font-family:
font-family:
-apple-system,
-apple-system,
23번째 줄: 20번째 줄:
font-size: 0.92rem;
font-size: 0.92rem;
line-height: 1.5;
line-height: 1.5;
box-shadow: 0 14px 36px rgba(104, 79, 52, 0.15);
box-shadow: 0 14px 32px rgba(83, 63, 42, 0.2);
}
 
.company-infobox th,
.company-infobox td {
box-sizing: border-box;
min-width: 0;
vertical-align: middle;
}
}


.company-infobox__title {
.company-infobox__title {
padding: 0.85rem 1rem;
padding: 0.9rem 1rem;
border: 1px solid #ddc6a7;
border-radius: 17px;
border-radius: 12px;
background: #76523d;
background: #f1dfc6;
color: #fffaf3;
color: #44382e;
font-family:
font-size: 1.18rem;
"SB Aggro B",
"SB 어그로 B",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
sans-serif;
font-size: 1.22rem;
font-weight: 700;
font-weight: 700;
letter-spacing: -0.02em;
letter-spacing: -0.02em;
line-height: 1.35;
line-height: 1.3;
text-align: center;
text-align: center;
overflow-wrap: anywhere;
overflow-wrap: anywhere;
48번째 줄: 44번째 줄:
}
}


.company-infobox__logo {
.company-infobox__panel {
padding: 1.15rem 1rem;
margin-top: 0.7rem;
border: 1px solid #d8e6e5;
border: 1px solid #ead4b2;
border-radius: 14px;
border-radius: 18px;
background: #eaf4f3;
overflow: hidden;
text-align: center;
background: #fff7e8;
}
 
.company-infobox__image {
display: flex;
align-items: center;
justify-content: center;
min-height: 225px;
padding: 1.5rem 1rem 1.35rem;
box-sizing: border-box;
background: #fff8eb;
}
}


.company-infobox__logo img {
.company-infobox__image img {
display: block;
display: block;
width: auto;
width: auto;
63번째 줄: 69번째 줄:
max-height: 210px;
max-height: 210px;
margin: 0 auto;
margin: 0 auto;
border-radius: 8px;
object-fit: contain;
filter: drop-shadow(0 11px 9px rgba(92, 62, 40, 0.24));
}
}


.company-infobox__row th,
.company-infobox__details {
.company-infobox__row td {
width: calc(100% - 2rem);
border-top: 1px solid #ead9c3;
margin: 0 1rem 0.8rem;
border-bottom: 1px solid #ead9c3;
padding-top: 0.45rem;
border-top: 1px solid #d7bfa0;
border-collapse: collapse;
border-spacing: 0;
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;
}
 
.company-infobox__details th,
.company-infobox__details td {
min-width: 0;
padding: 0.48rem 0;
border: 0;
box-sizing: border-box;
vertical-align: top;
font-family:
"SB Aggro L",
"SB 어그로 L",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
"Apple SD Gothic Neo",
"Noto Sans KR",
sans-serif;
line-height: 1.5;
}
}


.company-infobox__row th {
.company-infobox__details th {
width: 32%;
width: 35%;
padding: 0.62rem 0.65rem;
padding-right: 0.75rem;
border-left: 1px solid #ead9c3;
color: #312b26;
border-right: 0;
font-size: 0.86rem;
border-radius: 10px 0 0 10px;
font-weight: 600;
background: #f2e2cc;
color: #4a4037;
font-size: 0.82rem;
font-weight: 700;
letter-spacing: -0.01em;
line-height: 1.42;
text-align: left;
text-align: left;
white-space: normal;
white-space: normal;
}
}


.company-infobox__row td {
.company-infobox__details td {
padding: 0.62rem 0.72rem;
color: #38312b;
border-right: 1px solid #ead9c3;
border-left: 0;
border-radius: 0 10px 10px 0;
background: #fffaf2;
color: #352f29;
font-size: 0.9rem;
font-size: 0.9rem;
font-weight: 400;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: left;
overflow-wrap: anywhere;
overflow-wrap: anywhere;
103번째 줄: 131번째 줄:
}
}


.company-infobox p {
.company-infobox__details p {
margin: 0.22em 0;
margin: 0.2em 0;
}
}


.company-infobox ul,
.company-infobox__details ul,
.company-infobox ol {
.company-infobox__details ol {
margin: 0.25em 0 0.25em 1.2em;
margin: 0.2em 0 0.2em 1.2em;
padding: 0;
padding: 0;
}
}


.company-infobox li {
.company-infobox__details li {
margin: 0.12em 0;
margin: 0.1em 0;
}
}


.company-infobox sup {
.company-infobox__details sup {
line-height: 1;
line-height: 1;
}
}


.company-infobox a {
.company-infobox a {
color: #8b5935;
color: #875635;
font-weight: 500;
text-decoration: none;
text-decoration: none;
overflow-wrap: anywhere;
}
}


.company-infobox a:hover {
.company-infobox a:hover {
color: #603b24;
color: #5f3924;
text-decoration: underline;
text-decoration: underline;
}
}


.company-infobox a:focus {
.company-infobox a:focus {
outline: 2px solid #ad7b52;
outline: 2px solid #a97850;
outline-offset: 2px;
outline-offset: 2px;
border-radius: 3px;
border-radius: 3px;
146번째 줄: 172번째 줄:
max-width: 100%;
max-width: 100%;
margin: 0 0 1.1rem;
margin: 0 0 1.1rem;
border-spacing: 0.4rem 0.38rem;
padding: 0.62rem;
border-radius: 16px;
border-radius: 19px;
box-shadow: 0 12px 30px rgba(104, 79, 52, 0.14);
box-shadow: 0 12px 28px rgba(83, 63, 42, 0.18);
}
}


.company-infobox__title {
.company-infobox__title {
padding: 0.8rem 0.85rem;
padding: 0.84rem 0.85rem;
font-size: 1.13rem;
font-size: 1.16rem;
}
}


.company-infobox__logo {
.company-infobox__panel {
padding: 1rem 0.85rem;
margin-top: 0.62rem;
border-radius: 16px;
}
}


.company-infobox__logo img {
.company-infobox__image {
max-height: 190px;
min-height: 210px;
padding: 1.25rem 0.85rem;
}
}


.company-infobox__row th {
.company-infobox__image img {
width: 31%;
max-height: 195px;
padding: 0.58rem;
}
}


.company-infobox__row td {
.company-infobox__details {
padding: 0.58rem 0.65rem;
width: calc(100% - 1.6rem);
margin-right: 0.8rem;
margin-left: 0.8rem;
}
 
.company-infobox__details th {
width: 34%;
padding-right: 0.6rem;
}
}
}
}
176번째 줄: 210번째 줄:
@media screen and (max-width: 420px) {
@media screen and (max-width: 420px) {
.company-infobox {
.company-infobox {
border-spacing: 0.32rem 0.34rem;
padding: 0.52rem;
font-size: 0.9rem;
}
 
.company-infobox__image {
min-height: 190px;
}
 
.company-infobox__image img {
max-height: 180px;
}
 
.company-infobox__details {
width: calc(100% - 1.3rem);
margin-right: 0.65rem;
margin-left: 0.65rem;
}
}


.company-infobox__row th {
.company-infobox__details th {
width: 34%;
width: 36%;
padding: 0.54rem 0.5rem;
padding-right: 0.5rem;
font-size: 0.79rem;
font-size: 0.8rem;
}
}


.company-infobox__row td {
.company-infobox__details td {
padding: 0.54rem 0.56rem;
font-size: 0.86rem;
font-size: 0.87rem;
}
}
}
}
194번째 줄: 240번째 줄:
@media screen {
@media screen {
html.skin-theme-clientpref-night .company-infobox {
html.skin-theme-clientpref-night .company-infobox {
border-color: #66594d;
border-color: #7d674f;
background: #302923;
background: #3d332a;
color: #ece2d7;
color: #eee3d6;
box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
}
}


html.skin-theme-clientpref-night .company-infobox__title {
html.skin-theme-clientpref-night .company-infobox__title {
border-color: #746354;
background: #795a46;
background: #4c4036;
color: #fff5e9;
color: #f2e8dc;
}
}


html.skin-theme-clientpref-night .company-infobox__logo {
html.skin-theme-clientpref-night .company-infobox__panel {
border-color: #526361;
border-color: #665443;
background: #33413f;
background: #332b25;
}
}


html.skin-theme-clientpref-night .company-infobox__row th,
html.skin-theme-clientpref-night .company-infobox__image {
html.skin-theme-clientpref-night .company-infobox__row td {
background: #3a312a;
border-top-color: #665749;
border-bottom-color: #665749;
}
}


html.skin-theme-clientpref-night .company-infobox__row th {
html.skin-theme-clientpref-night .company-infobox__image img {
border-left-color: #665749;
filter: drop-shadow(0 11px 9px rgba(0, 0, 0, 0.36));
background: #4e4237;
color: #eadbca;
}
}


html.skin-theme-clientpref-night .company-infobox__row td {
html.skin-theme-clientpref-night .company-infobox__details {
border-right-color: #665749;
border-top-color: #705d4b;
background: #3b332c;
}
color: #eee5db;
 
html.skin-theme-clientpref-night .company-infobox__details th {
color: #f0e2d3;
}
 
html.skin-theme-clientpref-night .company-infobox__details td {
color: #eee6dc;
}
}


html.skin-theme-clientpref-night .company-infobox a {
html.skin-theme-clientpref-night .company-infobox a {
color: #e5b589;
color: #e8b78a;
}
}


html.skin-theme-clientpref-night .company-infobox a:hover {
html.skin-theme-clientpref-night .company-infobox a:hover {
color: #ffd0a5;
color: #ffd0a7;
}
}


html.skin-theme-clientpref-night .company-infobox a:focus {
html.skin-theme-clientpref-night .company-infobox a:focus {
outline-color: #d19a6a;
outline-color: #d6a070;
}
}
}
}
244번째 줄: 291번째 줄:
@media screen and (prefers-color-scheme: dark) {
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .company-infobox {
html.skin-theme-clientpref-os .company-infobox {
border-color: #66594d;
border-color: #7d674f;
background: #302923;
background: #3d332a;
color: #ece2d7;
color: #eee3d6;
box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
}
}


html.skin-theme-clientpref-os .company-infobox__title {
html.skin-theme-clientpref-os .company-infobox__title {
border-color: #746354;
background: #795a46;
background: #4c4036;
color: #fff5e9;
color: #f2e8dc;
}
 
html.skin-theme-clientpref-os .company-infobox__panel {
border-color: #665443;
background: #332b25;
}
 
html.skin-theme-clientpref-os .company-infobox__image {
background: #3a312a;
}
}


html.skin-theme-clientpref-os .company-infobox__logo {
html.skin-theme-clientpref-os .company-infobox__image img {
border-color: #526361;
filter: drop-shadow(0 11px 9px rgba(0, 0, 0, 0.36));
background: #33413f;
}
}


html.skin-theme-clientpref-os .company-infobox__row th,
html.skin-theme-clientpref-os .company-infobox__details {
html.skin-theme-clientpref-os .company-infobox__row td {
border-top-color: #705d4b;
border-top-color: #665749;
border-bottom-color: #665749;
}
}


html.skin-theme-clientpref-os .company-infobox__row th {
html.skin-theme-clientpref-os .company-infobox__details th {
border-left-color: #665749;
color: #f0e2d3;
background: #4e4237;
color: #eadbca;
}
}


html.skin-theme-clientpref-os .company-infobox__row td {
html.skin-theme-clientpref-os .company-infobox__details td {
border-right-color: #665749;
color: #eee6dc;
background: #3b332c;
color: #eee5db;
}
}


html.skin-theme-clientpref-os .company-infobox a {
html.skin-theme-clientpref-os .company-infobox a {
color: #e5b589;
color: #e8b78a;
}
}


html.skin-theme-clientpref-os .company-infobox a:hover {
html.skin-theme-clientpref-os .company-infobox a:hover {
color: #ffd0a5;
color: #ffd0a7;
}
}


html.skin-theme-clientpref-os .company-infobox a:focus {
html.skin-theme-clientpref-os .company-infobox a:focus {
outline-color: #d19a6a;
outline-color: #d6a070;
}
}
}
}

2026년 7월 22일 (수) 00:31 판

.company-infobox {
	float: right;
	clear: right;
	width: 320px;
	max-width: 100%;
	margin: 0 0 1.25rem 1.25rem;
	padding: 0.72rem;
	border: 1px solid #c8a46f;
	border-radius: 22px;
	box-sizing: border-box;
	background: #f3dfbd;
	color: #2f2924;
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		"Apple SD Gothic Neo",
		"Noto Sans KR",
		sans-serif;
	font-size: 0.92rem;
	line-height: 1.5;
	box-shadow: 0 14px 32px rgba(83, 63, 42, 0.2);
}

.company-infobox__title {
	padding: 0.9rem 1rem;
	border-radius: 17px;
	background: #76523d;
	color: #fffaf3;
	font-family:
		"SB Aggro B",
		"SB 어그로 B",
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		sans-serif;
	font-size: 1.22rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.3;
	text-align: center;
	overflow-wrap: anywhere;
	word-break: keep-all;
}

.company-infobox__panel {
	margin-top: 0.7rem;
	border: 1px solid #ead4b2;
	border-radius: 18px;
	overflow: hidden;
	background: #fff7e8;
}

.company-infobox__image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 225px;
	padding: 1.5rem 1rem 1.35rem;
	box-sizing: border-box;
	background: #fff8eb;
}

.company-infobox__image img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 210px;
	margin: 0 auto;
	object-fit: contain;
	filter: drop-shadow(0 11px 9px rgba(92, 62, 40, 0.24));
}

.company-infobox__details {
	width: calc(100% - 2rem);
	margin: 0 1rem 0.8rem;
	padding-top: 0.45rem;
	border-top: 1px solid #d7bfa0;
	border-collapse: collapse;
	border-spacing: 0;
	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;
}

.company-infobox__details th,
.company-infobox__details td {
	min-width: 0;
	padding: 0.48rem 0;
	border: 0;
	box-sizing: border-box;
	vertical-align: top;
	font-family:
		"SB Aggro L",
		"SB 어그로 L",
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		"Apple SD Gothic Neo",
		"Noto Sans KR",
		sans-serif;
	line-height: 1.5;
}

.company-infobox__details th {
	width: 35%;
	padding-right: 0.75rem;
	color: #312b26;
	font-size: 0.86rem;
	font-weight: 600;
	text-align: left;
	white-space: normal;
}

.company-infobox__details td {
	color: #38312b;
	font-size: 0.9rem;
	font-weight: 400;
	text-align: left;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.company-infobox__details p {
	margin: 0.2em 0;
}

.company-infobox__details ul,
.company-infobox__details ol {
	margin: 0.2em 0 0.2em 1.2em;
	padding: 0;
}

.company-infobox__details li {
	margin: 0.1em 0;
}

.company-infobox__details sup {
	line-height: 1;
}

.company-infobox a {
	color: #875635;
	text-decoration: none;
}

.company-infobox a:hover {
	color: #5f3924;
	text-decoration: underline;
}

.company-infobox a:focus {
	outline: 2px solid #a97850;
	outline-offset: 2px;
	border-radius: 3px;
}

@media screen and (max-width: 720px) {
	.company-infobox {
		float: none;
		clear: both;
		width: 100%;
		max-width: 100%;
		margin: 0 0 1.1rem;
		padding: 0.62rem;
		border-radius: 19px;
		box-shadow: 0 12px 28px rgba(83, 63, 42, 0.18);
	}

	.company-infobox__title {
		padding: 0.84rem 0.85rem;
		font-size: 1.16rem;
	}

	.company-infobox__panel {
		margin-top: 0.62rem;
		border-radius: 16px;
	}

	.company-infobox__image {
		min-height: 210px;
		padding: 1.25rem 0.85rem;
	}

	.company-infobox__image img {
		max-height: 195px;
	}

	.company-infobox__details {
		width: calc(100% - 1.6rem);
		margin-right: 0.8rem;
		margin-left: 0.8rem;
	}

	.company-infobox__details th {
		width: 34%;
		padding-right: 0.6rem;
	}
}

@media screen and (max-width: 420px) {
	.company-infobox {
		padding: 0.52rem;
	}

	.company-infobox__image {
		min-height: 190px;
	}

	.company-infobox__image img {
		max-height: 180px;
	}

	.company-infobox__details {
		width: calc(100% - 1.3rem);
		margin-right: 0.65rem;
		margin-left: 0.65rem;
	}

	.company-infobox__details th {
		width: 36%;
		padding-right: 0.5rem;
		font-size: 0.8rem;
	}

	.company-infobox__details td {
		font-size: 0.86rem;
	}
}

@media screen {
	html.skin-theme-clientpref-night .company-infobox {
		border-color: #7d674f;
		background: #3d332a;
		color: #eee3d6;
		box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
	}

	html.skin-theme-clientpref-night .company-infobox__title {
		background: #795a46;
		color: #fff5e9;
	}

	html.skin-theme-clientpref-night .company-infobox__panel {
		border-color: #665443;
		background: #332b25;
	}

	html.skin-theme-clientpref-night .company-infobox__image {
		background: #3a312a;
	}

	html.skin-theme-clientpref-night .company-infobox__image img {
		filter: drop-shadow(0 11px 9px rgba(0, 0, 0, 0.36));
	}

	html.skin-theme-clientpref-night .company-infobox__details {
		border-top-color: #705d4b;
	}

	html.skin-theme-clientpref-night .company-infobox__details th {
		color: #f0e2d3;
	}

	html.skin-theme-clientpref-night .company-infobox__details td {
		color: #eee6dc;
	}

	html.skin-theme-clientpref-night .company-infobox a {
		color: #e8b78a;
	}

	html.skin-theme-clientpref-night .company-infobox a:hover {
		color: #ffd0a7;
	}

	html.skin-theme-clientpref-night .company-infobox a:focus {
		outline-color: #d6a070;
	}
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .company-infobox {
		border-color: #7d674f;
		background: #3d332a;
		color: #eee3d6;
		box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
	}

	html.skin-theme-clientpref-os .company-infobox__title {
		background: #795a46;
		color: #fff5e9;
	}

	html.skin-theme-clientpref-os .company-infobox__panel {
		border-color: #665443;
		background: #332b25;
	}

	html.skin-theme-clientpref-os .company-infobox__image {
		background: #3a312a;
	}

	html.skin-theme-clientpref-os .company-infobox__image img {
		filter: drop-shadow(0 11px 9px rgba(0, 0, 0, 0.36));
	}

	html.skin-theme-clientpref-os .company-infobox__details {
		border-top-color: #705d4b;
	}

	html.skin-theme-clientpref-os .company-infobox__details th {
		color: #f0e2d3;
	}

	html.skin-theme-clientpref-os .company-infobox__details td {
		color: #eee6dc;
	}

	html.skin-theme-clientpref-os .company-infobox a {
		color: #e8b78a;
	}

	html.skin-theme-clientpref-os .company-infobox a:hover {
		color: #ffd0a7;
	}

	html.skin-theme-clientpref-os .company-infobox a:focus {
		outline-color: #d6a070;
	}
}