MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 65: Line 65:
   letter-spacing: 0.4px;
   letter-spacing: 0.4px;
   cursor: pointer;
   cursor: pointer;
  display: flex; /* Use flexbox to align children in a row */
  flex-wrap: nowrap; /* Prevent wrapping to the next line */
}
}


Line 108: Line 106:
   border-top: 1px solid black;
   border-top: 1px solid black;
   padding-top: 5px;
   padding-top: 5px;
  flex: 1; /* Allow each image to take equal width */
  margin-right: 10px; /* Adjust the spacing between images */
}
}
.image img {
.image img {
Line 118: Line 114:
.image2 {
.image2 {
   padding-top: 5px;
   padding-top: 5px;
  flex: 1; /* Allow each image to take equal width */
  margin-right: 10px; /* Adjust the spacing between images */
}
}
.image2 img {
.image2 img {
Line 128: Line 122:
.image3 {
.image3 {
   padding-top: 5px;
   padding-top: 5px;
  flex: 1; /* Allow each image to take equal width */
  margin-right: 10px; /* Adjust the spacing between images */
}
}
.image3 img {
.image3 img {
Line 135: Line 127:
   width: auto;
   width: auto;
   height: 80px;
   height: 80px;
 
}
}
/* Style the article window */
/* Style the article window */

Navigation menu