MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 4: Line 4:


.welcome-banner {
.welcome-banner {
  width: 100%;
    width: 100%;
  overflow: hidden; /* Clears the float */
    overflow: hidden; /* Clears the float */
}
}


.welcome-text {
.welcome-text {
  width: 70%;
    width: 70%;
  float: left;
    float: left;
  background-color: #f0f0f0; /* Optional: for visibility */
    text-align: center;
    background-color: #f0f0f0; /* Optional: for visibility */
}
}


.welcome-image {
.welcome-image {
  width: 30%;
    width: 30%;
  float: left;
    float: left;
  background-color: #e0e0e0; /* Optional: for visibility */
    background-color: #e0e0e0; /* Optional: for visibility */
}
}