Template:InfoBox/styles.css: Difference between revisions

From Ymirheim Wiki
No edit summary
Tag: Reverted
(Undo revision 7756 by Neris (talk))
Tag: Undo
Line 1: Line 1:
.monster-infobox .heading {
.infobox-wrapper {
color: #efc141;
float: right;
position: relative;
width: 300px;
margin: 0 0 1em 1em;
}
}


.monster-infobox-card {
.infobox {
clear: both;
background: rgba(0, 0, 0, 0.8);
font-size: 0.923em;
border: 1px solid #FFF;
border-radius: 5px;
box-shadow: 0 0 5px black;
padding: 5px;
color: #FFF;
}
}


.monster-infobox-card .item-infobox {
.infobox .heading {
float: none;
font-size: 1.2em;
width: auto;
font-weight: bold;
margin: 1em 0 0 0;
text-align: center;
}
 
.infobox .infobox-image {
text-align: center;
}
 
.infobox .infobox-table th {
text-align: left;
vertical-align: top;
}
 
.infobox .infobox-table ul {
margin: 0;
list-style: none;
}
}

Revision as of 08:21, 9 July 2024

.infobox-wrapper {
	float: right;
	position: relative;
	width: 300px;
	margin: 0 0 1em 1em;
}

.infobox {
	background: rgba(0, 0, 0, 0.8);
	font-size: 0.923em;
	border: 1px solid #FFF;
	border-radius: 5px;
	box-shadow: 0 0 5px black;
	padding: 5px;
	color: #FFF;
}

.infobox .heading {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.infobox .infobox-image {
	text-align: center;
}

.infobox .infobox-table th {
	text-align: left;
	vertical-align: top;
}

.infobox .infobox-table ul {
	margin: 0;
	list-style: none;
}