Wikipedia:Good articles/Summary/styles.css

Page semi-protected
From Wikipedia, the free encyclopedia
/* {{pp|small=y}} */
.wp-ga-summary-description,
.wp-ga-summary-nav {
	padding: 1em;
	border: 1px solid #107020;
	background-color: #F0FFEA;
	color: #202122; /* Define as Vector 2022 color, to dodge inversion on dark mode */
	margin-bottom: 2px;
}

.wp-ga-summary-description-header {
	font-size: 16pt;
	margin: 1em 0;
}

.wp-ga-summary-recent {
	padding: 0.2em 1em;
	border: 1px solid #107020;
	background-color: #F0FFEA;
	color: #202122; /* Define as Vector 2022 color, to dodge inversion on dark mode */
	margin-bottom: 2px;
}

.wp-ga-summary-topics {
	padding: 0.2em 1em;
	border: 1px solid #107020;
	background-color: #D8FFD8;
	color: #202122; /* Define as Vector 2022 color, to dodge inversion on dark mode */
	text-align: center;
	font-weight: bold;
}

.wp-ga-summary-all {
	border-bottom: 1px solid #c8ccd1;
}

.wp-ga-summary-topics-list {
	margin-left: 0; /* unset default margin */
}

.wp-ga-summary-topics-list > li {
	margin-bottom: 1em;
	list-style: none;
}

.wp-ga-summary-topics-list ul {
	font-weight: normal;
}

@media (min-width: 720px) {
	.wp-ga-summary-top {
		display: flex;
	}

	.wp-ga-summary-description {
		width: 70%;
		margin-right: 2px;
	}
	
	.wp-ga-summary-nav {
		width: 30%;
	}
}