contributors, Interface administrators, uploadaccess
875
edits
No edit summary  | 
				No edit summary  | 
				||
| Line 104: | Line 104: | ||
.infobox-wrapper {  | .infobox-wrapper {  | ||
   display: flex;  |    display: flex;  | ||
   background-color: #f8f8f8;  | |||
  border: 2px solid #ddd;  | |||
  border-radius: 10px;  | |||
   padding: 20px;  | |||
  margin: 10px auto;  | |||
  max-width: 600px;  | |||
}  | }  | ||
/* Style the content on the left */  | /* Style the content on the left */  | ||
.content {  | .content {  | ||
   flex: 1;   |    flex: 1;  | ||
   padding: 10px;   |    padding: 10px;  | ||
}  | }  | ||
/* Style the   | /* Style the character name */  | ||
.  | .content h2 {  | ||
   text-align: center;  | |||
  font-size: 24px;  | |||
   color: #333;  | |||
}  | }  | ||
/* Style the   | /* Style the character image */  | ||
.  | .content img {  | ||
  display: block;  | |||
  margin: 0 auto;  | |||
  max-width: 100%;  | |||
}  | |||
/* Style the character details */  | |||
.content p {  | |||
  font-size: 16px;  | |||
  margin: 10px 0;  | |||
}  | |||
/* Style the horizontal line */  | |||
.content hr {  | |||
  border: none;  | |||
  border-top: 2px solid #ddd;  | |||
  margin: 20px 0;  | |||
}  | |||
/* Style the aptitude and blessings */  | |||
.content p:last-child {  | |||
   font-weight: bold;  | |||
  color: #0073e6;  | |||
}  | }  | ||