Template:MainPage/styles.css: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 29: | Line 29: | ||
display:block; | display:block; | ||
height:auto; | height:auto; | ||
} | |||
#skin-citizen-search-trigger { | |||
cursor: pointer; | |||
padding: 16px 24px; | |||
border: none; | |||
border-radius: 50px; | |||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); | |||
color: white; | |||
font-size: 16px; | |||
font-weight: 500; | |||
text-align: center; | |||
box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3); | |||
transition: all 0.3s ease; | |||
} | |||
#skin-citizen-search-trigger:hover { | |||
transform: translateY(-2px); | |||
box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4); | |||
} | |||
#skin-citizen-search-trigger:active { | |||
transform: translateY(0); | |||
box-shadow: 0 2px 10px rgba(102, 126, 234, 0.3); | |||
} | } | ||
Revision as of 04:57, 2 January 2026
.or-headerRow{
display:flex;
align-items:center;
justify-content:center;
gap:0.5rem;
flex-wrap:nowrap;
}
.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: 16px 24px;
border: none;
border-radius: 50px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
font-size: 16px;
font-weight: 500;
text-align: center;
box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
transition: all 0.3s ease;
}
#skin-citizen-search-trigger:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}
#skin-citizen-search-trigger:active {
transform: translateY(0);
box-shadow: 0 2px 10px rgba(102, 126, 234, 0.3);
}