跳转到内容

Template:Infobox PRCG/styles.css

维基百科,自由的百科全书
.ib-prcg .infobox-image {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

.ib-prcg .infobox-header {
	background-color: #df2407;
	color: var(--color-inverted, white);
}

.ib-prcg .infobox-label {
	width: 8em;
}

.ib-prcg .infobox-below,
.ib-prcg-related-content {
	text-align: left;
}

.ib-prcg-cpc,
.ib-prcg-cpc a {
	color: var(--color-destructive, #d73333);
}

.ib-prcg-foreign-name {
	font-size: smaller;
}

.ib-prcg-alias-row {
	display: none;
}

/* 深色模式下无法转换为白色 */
.ib-prcg-alias-label a {
	color: var(--color-base, #202122);
}

.ib-prcg-alias-data {
	font-weight: bold;
}

.ib-prcg-header-with-link a {
	color: var(--color-inverted, white);
}

.ib-prcg-header-link {
	text-decoration: underline;
}

.ib-prcg-motto {
	font-size: 115%;
	font-weight: bold;
}

.ib-prcg-term {
	white-space: nowrap;
	font-weight: normal;
}

.ib-prcg-office-num {
	display: inline;
	font-weight: normal;
}

.ib-prcg-term::before,
.ib-prcg-office-num::before {
	content: "(";
}

.ib-prcg-term::after,
.ib-prcg-office-num::after {
	content: ")";
}

.ib-prcg-office-rank {
	display: inline;
	font-size: smaller;
}

.ib-prcg-office-rank::before {
	content: "\202f";
}

.ib-prcg-related {
	font-size: 95%;
	text-align: center;
}

.ib-prcg-related-title-and-toggle {
	line-height: 1.6em;
}

.ib-prcg-related-title {
	margin: 0 4em;
}

.ib-prcg-related-table {
	width: 100%;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);
	color: var(--color-base, #202122);
	font-weight: normal;
}

.ib-prcg-related-data-row {
	padding: 0;
}