Difference between revisions of "Template:InfoCard/cardStyles.css"

From Bergsbruk
Jump to navigation Jump to search
Tag: Manual revert
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="float:right; border:thin solid green;">
.wiki-template-infocard {
Here comes a short paragraph that is<br />
border: 1px solid #ccc;
contained in a "div" element that is<br />
box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 );
floated to the right.
border-radius: 2px;
</div>
padding: 1em;
}
 
.wiki-template-infocard-title {
padding: 0 0 0.5625em 0;
margin: 0;
}
 
.wiki-template-infocard-content {
clear: both;
}

Latest revision as of 09:57, 19 July 2021

.wiki-template-infocard {
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 );
	border-radius: 2px;
	padding: 1em;
}

.wiki-template-infocard-title {
	padding: 0 0 0.5625em 0;
	margin: 0;
}

.wiki-template-infocard-content {
	clear: both;
}