contributors, Interface administrators, uploadaccess
875
edits
No edit summary  | 
				No edit summary  | 
				||
| Line 115: | Line 115: | ||
}  | }  | ||
/* Style the   | /* Style the bio info */  | ||
.  | .bio-info {  | ||
   flex: 1;  |    flex: 1;  | ||
   text-align: center;  |    text-align: center;  | ||
   padding: 20px;  | |||
   color: #  |    background-color: #f0f0f0;  | ||
}  | }  | ||
/* Style the   | /* Style the bio info text */  | ||
.  | .bio-info p {  | ||
   font-size: 18px;  | |||
}  | }  | ||
/* Style the   | /* Style the blessings section */  | ||
.  | .blessings {  | ||
   flex: 1;  | |||
  text-align: center;  | |||
   padding: 20px;  | |||
  background-color: #f0f0f0;  | |||
}  | }  | ||
/* Style the   | /* Style the blessings heading */  | ||
.  | .blessings h2 {  | ||
   font-size: 24px;  | |||
   font-  | |||
   color: #0073e6;  |    color: #0073e6;  | ||
}  | }  | ||
/* Style the blessings   | /* Style the individual blessings */  | ||
.blessing {  | .blessing {  | ||
   border-radius: 50%;  |    border-radius: 50%;  | ||
   overflow: hidden;  |    overflow: hidden;  | ||
   margin  |    margin: 10px;  | ||
   width: 100px;  |    width: 100px;  | ||
   height: 100px;  |    height: 100px;  | ||
| Line 180: | Line 159: | ||
   padding: 5px;  |    padding: 5px;  | ||
   color: #333;  |    color: #333;  | ||
}  | |||
/* Style the infobox content */  | |||
.infobox-content {  | |||
  flex: 1;  | |||
  padding: 20px;  | |||
}  | |||
/* Style the character name in the infobox */  | |||
.infobox-content h2 {  | |||
  text-align: center;  | |||
  font-size: 24px;  | |||
  color: #333;  | |||
}  | |||
/* Style the character image */  | |||
.infobox-content img {  | |||
  display: block;  | |||
  margin: 0 auto;  | |||
  max-width: 100%;  | |||
}  | |||
/* Style the character details */  | |||
.infobox-content p {  | |||
  font-size: 16px;  | |||
  margin: 10px 0;  | |||
}  | }  | ||