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

From Monoskop
Jump to navigation Jump to search
(Created page with ".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 { paddin...")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
.wiki-template-infocard {
 
.wiki-template-infocard {
 
border: 1px solid #ccc;
 
border: 1px solid #ccc;
box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 );
+
box-shadow: 0 2px 2px rgba( 0, 0, 0, 0.15 );
 
border-radius: 2px;
 
border-radius: 2px;
 
padding: 1em;
 
padding: 1em;

Revision as of 21:20, 28 June 2020

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

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