contributors, Interface administrators, uploadaccess
875
edits
No edit summary  | 
				No edit summary  | 
				||
| Line 104: | Line 104: | ||
/* Style the infobox wrapper */  | |||
.infobox-wrapper {  | .infobox-wrapper {  | ||
   display: flex;  |    display: flex;  | ||
| Line 111: | Line 112: | ||
   padding: 20px;  |    padding: 20px;  | ||
   margin: 10px auto;  |    margin: 10px auto;  | ||
   max-width:   |    max-width: 800px;  | ||
}  | }  | ||
| Line 151: | Line 152: | ||
   font-weight: bold;  |    font-weight: bold;  | ||
   color: #0073e6;  |    color: #0073e6;  | ||
}  | |||
/* Style the blessings wrapper */  | |||
.blessings-wrapper {  | |||
  display: flex;  | |||
  flex-direction: column;  | |||
  align-items: center;  | |||
  margin-top: 20px;  | |||
}  | |||
/* Style each blessing */  | |||
.blessing {  | |||
  text-align: center;  | |||
  border-radius: 50%;  | |||
  overflow: hidden;  | |||
  margin-bottom: 10px;  | |||
  width: 100px;  | |||
  height: 100px;  | |||
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);  | |||
}  | |||
/* Style the character name under each blessing */  | |||
.blessing a {  | |||
  text-decoration: none;  | |||
  font-weight: bold;  | |||
  display: block;  | |||
  padding: 5px;  | |||
  color: #333;  | |||
}  | }  | ||