MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 128: Line 128:
}
}


/* Style the blessings section */
.blessings {
.blessings {
   flex: 1;
   flex: 1;
Line 134: Line 133:
   padding: 20px;
   padding: 20px;
   background-color: #f0f0f0;
   background-color: #f0f0f0;
  display: flex; /* Display children in a row */
  flex-direction: column; /* Stack children in a column */
  align-items: center; /* Center children horizontally */
}
}
/* Style the blessings heading */
.blessings h2 {
  font-size: 24px;
  color: #0073e6;
}


/* Style the individual blessings */
/* Style the individual blessings */
Line 155: Line 144:
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
   text-align: center; /* Center the content inside the circle */
   text-align: center; /* Center the content inside the circle */
   display: flex; /* Display children in a column */
   display: inline-block; /* Display blessings next to each other */
  flex-direction: column; /* Stack name under image */
   vertical-align: middle; /* Center vertically relative to text */
   justify-content: center; /* Center content vertically */
}
}


contributors, Interface administrators, uploadaccess
875

edits

Navigation menu