Predefinição:ItemInfoBox/styles.css: diferenças entre revisões
Fonte: Ymirheim Wiki
 (Created page with ".item-infobox { 	float: right; 	position: relative; 	width: 300px; 	background: rgba(0, 0, 0, 0.8); 	font-size: 0.923em; 	border: 1px solid #FFF; 	border-radius: 5px; 	box-sha...")  | 
				Sem resumo de edição  | 
				||
| Linha 17: | Linha 17: | ||
}  | }  | ||
.item-infobox .heading {  | .item-infobox .heading {  | ||
	font-size: 1.2em;  | 	font-size: 1.2em;  | ||
}  | |||
.item-infobox .heading.grade-1 {  | |||
	color: #9d9d9d;  | |||
}  | |||
.item-infobox .heading.grade-2 {  | |||
	color: #ffffff;  | |||
}  | |||
.item-infobox .heading.grade-3 {  | |||
	color: #80ff00;  | |||
}  | |||
.item-infobox .heading.grade-4 {  | |||
	color: #3f96ff;  | |||
}  | |||
.item-infobox .heading.grade-5 {  | |||
	color: #984bff;  | |||
}  | |||
.item-infobox .heading.grade-6 {  | |||
	color: #ffa304;  | |||
}  | }  | ||
.item-infobox em {  | .item-infobox em {  | ||
	font-style: normal;  | 	font-style: normal;  | ||
}  | }  | ||
Revisão das 16h16min de 10 de julho de 2022
.item-infobox {
	float: right;
	position: relative;
	width: 300px;
	background: rgba(0, 0, 0, 0.8);
	font-size: 0.923em;
	border: 1px solid #FFF;
	border-radius: 5px;
	box-shadow: 0 0 5px black;
	margin: 0 0 1em 1em;
	padding: 5px;
	color: #FFF;
}
.item-infobox img {
	float: left;
	margin: 0 5px 0 0;
}
.item-infobox .heading {
	font-size: 1.2em;
}
.item-infobox .heading.grade-1 {
	color: #9d9d9d;
}
.item-infobox .heading.grade-2 {
	color: #ffffff;
}
.item-infobox .heading.grade-3 {
	color: #80ff00;
}
.item-infobox .heading.grade-4 {
	color: #3f96ff;
}
.item-infobox .heading.grade-5 {
	color: #984bff;
}
.item-infobox .heading.grade-6 {
	color: #ffa304;
}
.item-infobox em {
	font-style: normal;
}