Aktionen

MediaWiki

Common.css: Unterschied zwischen den Versionen

Aus Geodäsie Knowledge Hub

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 2: Zeile 2:
   display: none;
   display: none;
}
}
a.fbg-button {
.fbg-button-label {
   display: flex;
   display: inline-block;
   align-items: center;
  min-width: 120px;
   justify-content: center;
  padding: 7px 14px;
   text-align: center;
  background: #ffffff;
  border: 1px solid #c8ccd1;
  border-radius: 10px;
   box-sizing: border-box;


   width: 48%;
   color: #e2001a;           /* <-- Fachbereichs-Rot */
   height: 36px;
   font-weight: 500;


   border: 1px solid #a2a9b1;
   transition: background-color 0.15s ease-in-out;
  border-radius: 6px;
}
  background: #f8f9fa;
 
  font-size: 95%;
  text-decoration: none;
  color: #202122 !important;


   box-sizing: border-box;
a:hover .fbg-button-label {
   transition: background-color 0.15s ease-in-out;
   background: #eef0f2;
   color: #a8ccd1;           /* minimal dunkler beim Hover */
}
}


a.fbg-button:hover {
#toc, .toc {
   background: #e9ecef;
  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;
}