Jump to content

Template:WMF Section header/styles.css: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
Imported from Collab Wiki
 
No edit summary
Line 10: Line 10:
}
}


#wmf-section-header-left > p:first-child {
#wmf-section-header-left > p:-child {
font-family: 'Georgia';
font-family: 'Georgia';
font-size: 1.5rem;
font-size: 1.5rem;
Line 17: Line 17:
}
}


#wmf-section-header-left > h1 {
#wmf-section-header-left > {
all: unset;
all: unset;
font-family: 'Helvetica Neue';
font-family: 'Helvetica Neue';

Revision as of 16:34, 6 December 2023

#wmf-section-header {
	padding: 2% 0;
	background-color: #F1F3F5;
	width:100%;
}

#wmf-section-header-left {
	padding-left: 5%;
	padding-right: 5%;
}

#wmf-section-header-left > p:nth-child(1) {
	font-family: 'Georgia';
	font-size: 1.5rem;
	line-height: 150%;
	color: #202122;
}

#wmf-section-header-left > p:nth-child(2) {
	all: unset;
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 700;
	font-size: 2.8vw;
	line-height: 125%;
	color: #202122;
}

#wmf-section-header-left-more {
	margin-top: 8%;
}

#wmf-section-header-left-more a {
	background-color: #3A25FF;
	color: #fff;
	text-decoration: none;
	padding: 0.8em;
	font-weight: bold;
}

#wmf-section-header-right-img {
	align-items: center;
	justify-content: flex-end;
	padding-right: 5%
}