You are viewing an old version of this page. Return to the latest version.
/*Styles for the transclusion template*/ .tc .clearfix::after {content: ""; clear: both; display: block;} .tcgrey {background:#f8f9fa; border:1px solid #c8ccd1; padding:20px;} .tcyellow {background:#fff5c9; border:1px solid #eed67a; padding:20px;} .tcblue {background:#d9edf7; border:1px solid #99c5e3; padding:20px;} .tcgreen {background:#dff0d8; border:1px solid #8dcc84; padding:20px;} .tcred {background:#f2dede; border:1px solid #cc958e; padding:20px;}
/*Styles for the transclusion template*/
.tc .clearfix::after {content: ""; clear: both; display: block;}
.tcgrey {background:#f8f9fa; border:1px solid #c8ccd1; padding:20px;}
.tcyellow {background:#fff5c9; border:1px solid #eed67a; padding:20px;}
.tcblue {background:#d9edf7; border:1px solid #99c5e3; padding:20px;}
.tcgreen {background:#dff0d8; border:1px solid #8dcc84; padding:20px;}
.tcred {background:#f2dede; border:1px solid #cc958e; padding:20px;}| Line 1: | Line 1: | ||
/*Styles for the transclusion template*/ | /*Styles for the transclusion template*/ | ||
| + | .tc .clearfix::after {content: ""; clear: both; display: block;} | ||
.tcgrey {background:#f8f9fa; border:1px solid #c8ccd1; padding:20px;} | .tcgrey {background:#f8f9fa; border:1px solid #c8ccd1; padding:20px;} | ||
.tcyellow {background:#fff5c9; border:1px solid #eed67a; padding:20px;} | .tcyellow {background:#fff5c9; border:1px solid #eed67a; padding:20px;} | ||