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

Template:MainPage/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 5: Line 5:
   gap:0.5rem;
   gap:0.5rem;
   flex-wrap:nowrap;
   flex-wrap:nowrap;
}
.header-elements {
margin-top: 15px;
}
}


Line 33: Line 37:
#skin-citizen-search-trigger {
#skin-citizen-search-trigger {
   cursor: pointer;
   cursor: pointer;
   padding: 16px 24px;
   padding: 0px 0px;
   border: none;
  padding-left: 20px;
   border: 1px solid rgba(255, 255, 255, 0.15);
   border-radius: 50px;
   border-radius: 50px;
   background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   background: rgba(255, 255, 255, 0.05);
   color: white;
   color: rgba(255, 255, 255, 0.7);
   font-size: 16px;
   font-size: 15px;
   font-weight: 500;
   font-family: Barlow;
   text-align: center;
   text-align: left;
   box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  display: inline-block;
   transition: all 0.3s ease;
   min-width: 500px;
   transition: all 0.2s ease;
}
}


#skin-citizen-search-trigger:hover {
#skin-citizen-search-trigger:hover {
   transform: translateY(-2px);
   background: rgba(255, 255, 255, 0.08);
   box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
   border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.9);
}
}


#skin-citizen-search-trigger:active {
#skin-citizen-search-trigger:active {
   transform: translateY(0);
   background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 2px 10px rgba(102, 126, 234, 0.3);
}
}

Latest revision as of 05:18, 2 January 2026

.or-headerRow{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0.5rem;
  flex-wrap:nowrap;
}

.header-elements {
	margin-top: 15px;
}

.or-h1{
	margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Barlow;
  font-size: 32px;
  color: white;
   border: none !important;
  outline: none !important;
}

.or-logo{
  margin:0 !important;
}

.or-logo figure{
  margin:0 !important;
}

.or-logo img{
  display:block;
  height:auto;
}

#skin-citizen-search-trigger {
  cursor: pointer;
  padding: 0px 0px;
  padding-left: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-family: Barlow;
  text-align: left;
  display: inline-block;
  min-width: 500px;
  transition: all 0.2s ease;
}

#skin-citizen-search-trigger:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.9);
}

#skin-citizen-search-trigger:active {
  background: rgba(255, 255, 255, 0.03);
}