MediaWiki:Common.css: Difference between revisions

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


/* Style the individual blessings */
.shadow {
.blessing {
  border-radius: 50%;
  overflow: hidden;
  margin: 10px;
  width: 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: inline-block; /* Display blessings next to each other */
  vertical-align: middle; /* Center vertically relative to text */
}
/* Style the character name under each blessing */
.blessing a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
}
}


621

edits

Navigation menu