MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Karalex
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;
}
}

Version vom 8. Februar 2023, 11:15 Uhr

/* per https://www.mediawiki.org/wiki/Manual:Remove_Tabs */
#ca-nstab-main { display: none !important; } 
#ca-nstab-user { display: none !important; }
#ca-talk { display: none !important; } 
#ca-watch { display: none !important; }
#ca-unwatch { display: none !important; }
#ca-history { display: none !important; }
#ca-viewsource { display: none !important; }

.center {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.mainpage-box {
  display: flex;
}

.mainpage-card {
  width: 200px; 
  height: 80px; 
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); 
  transition: 0.3s; 
  border-radius: 5px;
  margin: 10px;
}

.mainpage-card-header {
  width: 100%;
  height: 50%;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  color: white;
  background-color: black;
}

.mainpage-card-text {
  width: 100%;
  height: 50%;
}