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
No edit summary
No edit summary
Line 3: Line 3:
padding-top: 15px;
padding-top: 15px;
padding-bottom: 15px;
padding-bottom: 15px;
line-height: 3px;
line-height: 5px;
text-align: center;
text-align: center;
}
}


.home-header__pretitle {
.home-header__pretitle {
margin-bottom: 2px;
margin-bottom: 10px;
color: lightgrey;
color: lightgrey;
font-size: 0.75rem;
font-size: 0.75rem;
Line 19: Line 19:
text-transform: uppercase;
text-transform: uppercase;
letter-spacing: 0.025em;
letter-spacing: 0.025em;
line-height: 1;
line-height: 5;
}
}


Line 34: Line 34:
margin-right: auto;
margin-right: auto;
border: 1px solid;
border: 1px solid;
border-color: lightblue;
border-color: yellow;
border-radius: 50px;
border-radius: 50px;
cursor: pointer;
cursor: pointer;
Line 52: Line 52:
.home-header__searchIcon img {
.home-header__searchIcon img {
margin-right: 10px;
margin-right: 10px;
opacity: 0.6;
opacity: 0.3;
}
}



Revision as of 11:50, 28 September 2024

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

.home-header__pretitle {
	margin-bottom: 10px;
    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: 5;
}

.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: yellow;
	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.3;
}

/* 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.