MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 134: Line 134:
   padding: 20px;
   padding: 20px;
   background-color: #f0f0f0;
   background-color: #f0f0f0;
  display: flex; /* Display children in a row */
  justify-content: center; /* Center children horizontally */
}
}


Line 141: Line 143:
   color: #0073e6;
   color: #0073e6;
}
}


/* Style the individual blessings */
/* Style the individual blessings */
Line 150: Line 153:
   height: 100px;
   height: 100px;
   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 */
  display: flex; /* Display children in a column */
  flex-direction: column; /* Stack name under image */
  justify-content: center; /* Center content vertically */
}
}


Line 156: Line 163:
   text-decoration: none;
   text-decoration: none;
   font-weight: bold;
   font-weight: bold;
  display: block;
  padding: 5px;
   color: #333;
   color: #333;
}
}
contributors, Interface administrators, uploadaccess
875

edits

Navigation menu