MediaWiki:Common.css: Difference between revisions

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


/* Style the content on the left */
/* Style the bio info */
.content {
.bio-info {
   flex: 1;
   flex: 1;
  padding: 10px;
}
/* Style the character name */
.content h2 {
   text-align: center;
   text-align: center;
   font-size: 24px;
   padding: 20px;
   color: #333;
   background-color: #f0f0f0;
}
}


/* Style the character image */
/* Style the bio info text */
.content img {
.bio-info p {
   display: block;
   font-size: 18px;
  margin: 0 auto;
  max-width: 100%;
}
}


/* Style the character details */
/* Style the blessings section */
.content p {
.blessings {
   font-size: 16px;
   flex: 1;
   margin: 10px 0;
  text-align: center;
   padding: 20px;
  background-color: #f0f0f0;
}
}


/* Style the horizontal line */
/* Style the blessings heading */
.content hr {
.blessings h2 {
  border: none;
   font-size: 24px;
  border-top: 2px solid #ddd;
  margin: 20px 0;
}
 
/* Style the aptitude and blessings */
.content p:last-child {
   font-weight: bold;
   color: #0073e6;
   color: #0073e6;
}
}


/* Style the blessings wrapper */
/* Style the individual blessings */
.blessings-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
 
/* Style each blessing */
.blessing {
.blessing {
  text-align: center;
   border-radius: 50%;
   border-radius: 50%;
   overflow: hidden;
   overflow: hidden;
   margin-bottom: 10px;
   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;
}
}
contributors, Interface administrators, uploadaccess
875

edits

Navigation menu