Aktionen

MediaWiki

Common.css: Unterschied zwischen den Versionen

Aus Geodäsie Knowledge Hub

Die Seite wurde neu angelegt: „Das folgende CSS wird für alle Benutzeroberflächen geladen.: FBG Buttons: .fbg-button a { display: block; text-align: center; border: 1px solid #a2a9b1; border-radius: 6px; padding: 6px 12px; background: #f8f9fa; font-size: 95%; text-decoration: none; color: #202122; transition: background-color 0.15s ease-in-out; } .fbg-button a:hover { background: #e9ecef; minimal dunkler: }“
 
Keine Bearbeitungszusammenfassung
 
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
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;


/* FBG Buttons */
.fbg-button a {
  display: block;
  text-align: center;
  border: 1px solid #a2a9b1;
  border-radius: 6px;
  padding: 6px 12px;
  background: #f8f9fa;
  font-size: 95%;
  text-decoration: none;
  color: #202122;
   transition: background-color 0.15s ease-in-out;
   transition: background-color 0.15s ease-in-out;
}
}


.fbg-button a:hover {
a:hover .fbg-button-label {
   background: #e9ecef; /* minimal dunkler */
   background: #eef0f2;
  color: #a8ccd1;           /* minimal dunkler beim Hover */
}
 
#toc, .toc {
  float: right;
  margin: 0 0 1em 1.5em;
  width: 300px;
}
}

Aktuelle Version vom 7. März 2026, 16:02 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;
}