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 infobox player styles
 
Adds infobox section and removes duplicate css
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
.infobox-player {
.infobox-title {
  background-color: #f0f8ff;
font-size:120%;
  border: 2px solid #87ceeb;
background:#F4BB44;
}
 
.infobox-section {
background:#F4BB44;
}
}

Latest revision as of 20:57, 23 June 2025

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

.infobox-section {
	background:#F4BB44;
}