Common.css: Unterschied zwischen den Versionen
Aus Geodäsie Knowledge Hub
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 64: | Zeile 64: | ||
.fbg-create-form input[type="submit"] { | .fbg-create-form input[type="submit"] { | ||
height: 36px; | height: 36px; | ||
box-sizing: border-box; | |||
padding: 0 14px; | |||
border: 1px solid #c8ccd1; | |||
border-radius: 10px; | |||
background: #ffffff; | |||
color: #c00000; | |||
cursor: pointer; | |||
} | |||
.fbg-create-form input[type="submit"]:hover { | |||
background: #eef0f2; | |||
} | |||
.fbg-create-form { | |||
display: inline-block; | |||
} | |||
.fbg-create-form form { | |||
margin: 0; | |||
display: inline-flex; | |||
align-items: center; | |||
gap: 8px; | |||
} | |||
.fbg-create-form input[type="text"] { | |||
height: 38px; | |||
box-sizing: border-box; | |||
padding: 6px 10px; | |||
border: 1px solid #c8ccd1; | |||
border-radius: 10px; | |||
background: #ffffff; | |||
min-width: 190px; | |||
color: #202122; | |||
} | |||
.fbg-create-form input[type="submit"] { | |||
height: 38px; | |||
box-sizing: border-box; | box-sizing: border-box; | ||
padding: 0 14px; | padding: 0 14px; | ||
Version vom 7. März 2026, 20:59 Uhr
h3#tagline {
display: none;
}
.fbg-button-label {
display: inline-block;
min-width: 120px;
padding: 7px 14px;
text-align: center;
background: #ffffff;
border: 1px solid #c8ccd1;
border-radius: 10px;
box-sizing: border-box;
color: #e2001a; /* <-- Fachbereichs-Rot */
font-weight: 500;
transition: background-color 0.15s ease-in-out;
}
a:hover .fbg-button-label {
background: #eef0f2;
color: #a8ccd1; /* minimal dunkler beim Hover */
}
#toc, .toc {
float: right;
margin: 0 0 1em 1.5em;
width: 300px;
}
input[type="submit"] {
border: 1px solid #c8ccd1;
border-radius: 10px;
background: #ffffff;
padding: 6px 12px;
color: #c00000;
}
input[type="submit"]:hover {
background: #eef0f2;
}
.fbg-create-form {
display: inline-block;
}
.fbg-create-form form {
margin: 0;
display: inline-flex;
align-items: center;
gap: 8px;
}
.fbg-create-form input[type="text"] {
height: 36px;
box-sizing: border-box;
padding: 6px 10px;
border: 1px solid #c8ccd1;
border-radius: 8px;
background: #ffffff;
min-width: 190px;
}
.fbg-create-form input[type="submit"] {
height: 36px;
box-sizing: border-box;
padding: 0 14px;
border: 1px solid #c8ccd1;
border-radius: 10px;
background: #ffffff;
color: #c00000;
cursor: pointer;
}
.fbg-create-form input[type="submit"]:hover {
background: #eef0f2;
}
.fbg-create-form {
display: inline-block;
}
.fbg-create-form form {
margin: 0;
display: inline-flex;
align-items: center;
gap: 8px;
}
.fbg-create-form input[type="text"] {
height: 38px;
box-sizing: border-box;
padding: 6px 10px;
border: 1px solid #c8ccd1;
border-radius: 10px;
background: #ffffff;
min-width: 190px;
color: #202122;
}
.fbg-create-form input[type="submit"] {
height: 38px;
box-sizing: border-box;
padding: 0 14px;
border: 1px solid #c8ccd1;
border-radius: 10px;
background: #ffffff;
color: #c00000;
cursor: pointer;
}
.fbg-create-form input[type="submit"]:hover {
background: #eef0f2;
}