Jump to content

📢 Please make sure to read our Style Guide before editing. For questions, suggestions, or technical issues, please contact Noah.

Template:Infobox Player/styles.css: Difference between revisions

From CrabCraft Wiki
added image style
Adds infobox section and removes duplicate css
 
Line 1: Line 1:
.infobox-player {
  background-color: #f0f8ff;
  border: 2px solid #87ceeb;
}
.infobox-title {
.infobox-title {
font-size:120%;  
font-size:120%;  
Line 10: Line 5:


.infobox-section {
.infobox-section {
background:#F4BB44;
}
 
.infobox-leftfield {
width:50%;
text-align:left;
font-weight:bold;
vertical-align:top;
}
 
.infobox-rightfield {
width:50%;
text-align:left;
vertical-align:top;
}
 
.infobox-image {
text-align:center;
}
}

Latest revision as of 20:57, 23 June 2025

.infobox-title {
	font-size:120%; 
	background:#F4BB44;
}

.infobox-section {
	background:#F4BB44;
}