Toggle menu
Toggle preferences 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
Revision as of 20:38, 8 November 2025 by Polaris (talk | contribs)
.home-header {
	position: relative;
	padding-top: 3.2rem;
	padding-bottom: 3.2rem;
	line-height: 1.1;
	text-align: center;
}

.home-header__pretitle {
	color: #888;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	margin: -0.8rem;
}

.home-header__title {
	margin: 0;
	font-size: 4.5rem;
	text-transform: uppercase;
	line-height: 0.9;
	font-weight: 600;
}

.home-header__subtitle {
	margin-top: -0.6rem;
	color: #888;
	font-size: 0.9em;
}


/*
 * 1. STYLES FOR THE BUTTON ITSELF
 * (Now with Flexbox for icon alignment)
 */
.search-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  padding: 12px 24px;
  border-radius: 9999px;
  background-color: #ff0000;
  color: #eee;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;

  /* Make space for the border overlay */
  z-index: 1;
  overflow: hidden;
}

 /* 3. THE ANIMATED GLOW (::before pseudo-element)
 * (This is unchanged from before)
 */