Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Main page/header/styles.css

Template page
/* Stlying for header */

.main-page-header-wrapper {
	display: block;
	text-align: center;
	margin-top: -2rem;
	margin-bottom: var(--space-sm);
}

.main-page-header {
	display: inline-block;
}

.main-logo {
	display: flex;
	justify-content: center;
}

.main-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.main-logo-subtitle {
	margin-top: var(--space-sm);
	margin-bottom: var(--space-sm);
	font-size: 1.25rem;
	text-align: center;
}

.main-page-search {
	border-radius: var(--border-radius--pill);
	border: 1px solid var(--border-color-base--darker);
	display: flex;
	justify-content: center;
	gap: 5px;
	font-size: 0.875rem;
	font-weight: var(--font-weight-medium);
	cursor: pointer;
	padding: var(--space-sm);
}

.main-page-search:hover {
	background-color: var(--background-color-quiet--hover);
}

.main-page-searchicon img {
	opacity: var(--opacity-icon-base);
	filter: var( --filter-invert );
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.