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
Created page with ".nohoverzoom a.image { background: transparent !important; border: 0 !important; box-shadow: none !important; padding: 0 !important; } .nohoverzoom a.image img { border: 0 !important; outline: 0 !important; }"
 
No edit summary
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
.nohoverzoom a.image {
.or-headerRow{
   background: transparent !important;
   display:flex;
   border: 0 !important;
   align-items:center;
   box-shadow: none !important;
   justify-content:center;
   padding: 0 !important;
   gap:0.5rem;
  flex-wrap:nowrap;
}
}


.nohoverzoom a.image img {
.header-elements {
   border: 0 !important;
margin-top: 15px;
   outline: 0 !important;
}
 
.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);
}
}

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);
}