Vorlage:Main page/Header/styles.css: Unterschied zwischen den Versionen
Aus Onos Wiki
Weitere Optionen
Kevkus (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Kevkus (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 36: | Zeile 36: | ||
} | } | ||
.onos-mainpage-header-search-form { | .onos-mainpage-header-search-form input[type="submit"] { | ||
background: #111; | |||
border: 0; | |||
border-radius: 999px; | border-radius: 999px; | ||
color: # | color: #fff; | ||
font-weight: 800; | font-weight: 800; | ||
padding: 0.55rem 0.9rem; | |||
min-width: 2.5rem; | |||
padding: 0. | |||
} | } | ||
Version vom 25. April 2026, 02:35 Uhr
.onos-mainpage-header {
position: relative;
margin-top: -2rem;
margin-bottom: 2rem;
padding-top: 6rem;
padding-bottom: 4rem;
clear: both;
overflow: hidden;
text-align: center;
}
.onos-mainpage-header-content {
position: relative;
align-items: center;
display: flex;
flex-direction: column;
text-align: center;
}
.onos-mainpage-header-wordmark {
color: #fff;
font-size: 5rem;
font-weight: 900;
line-height: 1;
letter-spacing: -0.05em;
text-shadow: 0 4px 20px rgba(0,0,0,0.75);
}
.onos-mainpage-header-tagline {
margin-top: 1.25rem;
color: #ffd45c;
font-size: 1rem;
font-weight: 700;
line-height: 1.2;
text-shadow: 0 2px 8px rgba(0,0,0,0.9);
}
.onos-mainpage-header-search-form input[type="submit"] {
background: #111;
border: 0;
border-radius: 999px;
color: #fff;
font-weight: 800;
padding: 0.55rem 0.9rem;
min-width: 2.5rem;
}
.onos-mainpage-header-search-icon:before {
content: '⌕';
font-size: 1.15rem;
line-height: 1;
margin-right: 0.65rem;
}
.onos-mainpage-header-search-input {
background: transparent;
border: 0;
color: #111;
font: inherit;
font-weight: 800;
outline: 0;
padding: 0.8rem 0;
width: 100%;
}
.onos-mainpage-header-search-input::placeholder {
color: #111;
opacity: 0.8;
}
.onos-mainpage-header-search:hover {
background-color: #ffe07a;
}