MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 733: Zeile 733:
// --------------Style Hauptseite
// --------------Style Hauptseite


.ados-hero{text-align:center;padding:.6rem .6rem .2rem;}
.ados-hero h1{font-size:1.6rem;margin:.1rem 0 .25rem;}
.ados-hero h1{font-size:1.6rem;margin:.1rem 0 .25rem;}
.ados-grid{display:grid;gap:12px;margin-top:10px;}
.ados-grid{display:grid;gap:12px;margin-top:10px;}
Zeile 1.070: Zeile 1.069:
     text-align: center;
     text-align: center;
   }
   }
}
/* OVERRIDE: keine weißen Boxen im Hero, auch nicht in Vector */
.ados-hero,
.ados-hero__center-box,
.ados-hero__title,
.ados-hero__cols,
.ados-hero__col {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}
}