MediaWiki:Common.css
Aus Geodäsie Knowledge Hub
Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
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;
}