Difference between revisions of "Template:InfoCard/cardStyles.css"
Jump to navigation
Jump to search
(T-Bone changed the content model of the page Template:InfoCard/cardStyles.css from "wikitext" to "Sanitized CSS": its css) Tag: content model change |
Tag: Manual revert |
||
Line 1: | Line 1: | ||
. | .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; | |||
padding | |||
. | |||
} | } | ||
. | .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; }