Template:MainPage/styles.css: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| (19 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; | |||
} | } | ||
.or-h1{ | .or-h1{ | ||
margin-left: | margin-top: 10px; | ||
margin-right: | margin-left: 10px; | ||
margin-right: 10px; | |||
font-family: Barlow; | font-family: Barlow; | ||
font-size: 32px; | font-size: 32px; | ||
| Line 28: | Line 33: | ||
display:block; | display:block; | ||
height:auto; | 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);
}