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 32: Zeile 25:
   height: 50%;
   height: 50%;
   border-radius: 5px 5px 0 0;
   border-radius: 5px 5px 0 0;
  font-weight: bold;
  color: white;
   background-color: black;
   background-color: black;
}
}
Zeile 45: Zeile 36:
   flex-direction: column;
   flex-direction: column;
   color: white;
   color: white;
  font-weight: bold;
   text-decoration: none;
   text-decoration: none;
}
}