Zum Inhalt springen

MediaWiki:Common.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:
#ca-history { display: none !important; }
#ca-history { display: none !important; }
#ca-viewsource { display: none !important; }
#ca-viewsource { display: none !important; }
.center {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}


.mainpage-box {
.mainpage-box {
Zeile 25: Zeile 32:
   height: 50%;
   height: 50%;
   border-radius: 5px 5px 0 0;
   border-radius: 5px 5px 0 0;
  text-align:center;
   font-weight: bold;
   font-weight: bold;
   color: white;
   color: white;
Zeile 34: Zeile 40:
   width: 100%;
   width: 100%;
   height: 50%;
   height: 50%;
  text-align: center;
}
}