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: Difference between revisions

Template page
Content deleted Content added
Created page with ".home-header { position: relative; padding-top: 15px; padding-bottom: 15px; line-height: 3px; text-align: center; } .home-header__pretitle { margin-bottom: 2px; color: lightgrey; font-size: 0.75rem; letter-spacing: 0.05em; } .home-header__title { margin: 0; font-size: 3rem; text-transform: uppercase; letter-spacing: 0.025em; line-height: 1; } .home-header__subtitle { margin-top: 3px; font-size: 0.75rem; } .home-header__search { padding: 10px; mar..."
 
No edit summary
Line 23: Line 23:


.home-header__subtitle {
.home-header__subtitle {
margin-top: 3px;
margin-top: 10px;
font-size: 0.75rem;
font-size: 0.75rem;
}
}

Revision as of 11:47, 28 September 2024

.home-header {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 3px;
	text-align: center;
}

.home-header__pretitle {
	margin-bottom: 2px;
    color: lightgrey;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
}

.home-header__title {
	margin: 0;
	font-size: 3rem;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	line-height: 1;
}

.home-header__subtitle {
	margin-top: 10px;
	font-size: 0.75rem;
}

.home-header__search {
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid;
	border-color: lightblue;
	border-radius: 50px;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 600;
	text-align: center;
}

.home-header__search .desktoponly {
	margin-left: 3px;
}

.home-header__search:hover {
	background-color: grey;
}

.home-header__searchIcon img {
	margin-right: 10px;
    opacity: 0.6;
}

/* Fix vertical alignment problem */
.home-header__search .keyboard-key {
	display: inline;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

html.skin-citizen-dark .home-header:before,
html.skin-citizen-dark .home-header__searchIcon img {
	filter: invert( 1 );
}

@media ( hover: none ) {
	.home-header__search .desktoponly {
		display: none;
	}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies. We only use cookie to make the site function and save your preferences, nothing else.