Template:InfoBox/styles.css: Difference between revisions

From Ymirheim Wiki
(Created page with ".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; } .in...")
 
No edit summary
Tag: Reverted
Line 1: Line 1:
.infobox-wrapper {
.monster-infobox .heading {
float: right;
color: #efc141;
position: relative;
width: 300px;
margin: 0 0 1em 1em;
}
}


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


.infobox .heading {
.monster-infobox-card .item-infobox {
font-size: 1.2em;
float: none;
font-weight: bold;
width: auto;
text-align: center;
margin: 1em 0 0 0;
}
 
.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

.monster-infobox .heading {
	color: #efc141;
}

.monster-infobox-card {
	clear: both;
}

.monster-infobox-card .item-infobox {
	float: none;
	width: auto;
	margin: 1em 0 0 0;
}