MediaWiki:Common.css: Difference between revisions

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


/* Style the infobox content */
.infobox-content {
  flex: 1;
  margin-left: 20px; /* Add margin to separate infobox from other content */
}
/* Style the character name in the infobox */
.infobox-content h2 {
  text-align: center;
  font-size: 1.5em;
  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;
}


.smalltitle {
.smalltitle {
621

edits

Navigation menu