Template:SkillInfoBox/styles.css: Difference between revisions

From Ymirheim Wiki
m (Protected "Template:SkillInfoBox/styles.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
No edit summary
 
Line 1: Line 1:
.skill-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;
}
.skill-infobox img {
.skill-infobox img {
float: left;
float: left;
Line 18: Line 6:
.skill-infobox .heading {
.skill-infobox .heading {
color: #80FF00;
color: #80FF00;
font-size: 1.2em;
text-align: left;
font-weight: normal;
}
}
.skill-infobox em {
.skill-infobox em {
font-style: normal;
font-style: normal;
}
}

Latest revision as of 08:47, 9 July 2024


.skill-infobox img {
	float: left;
	margin: 0 5px 0 0;
}
.skill-infobox .heading {
	color: #80FF00;
	text-align: left;
	font-weight: normal;
}
.skill-infobox em {
	font-style: normal;
}