Template:MainPage/styles.css: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 41: | Line 41: | ||
text-align: center; | text-align: center; | ||
display: inline-block; | display: inline-block; | ||
min-width: | min-width: 300px; | ||
transition: all 0.2s ease; | transition: all 0.2s ease; | ||
} | } | ||
Revision as of 05:06, 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: 10px 32px;
border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: 12px;
background: rgba(255, 255, 255, 0.05);
color: rgba(255, 255, 255, 0.7);
font-size: 15px;
text-align: center;
display: inline-block;
min-width: 300px;
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);
}