You are viewing an old version of this page. Return to the latest version.
/*Styles for the transclusion template*/ .grey {tc .clearfix::after {content: ""; clear: both; display: block;} .tcgrey {background:#f8f9fa; border:1px solid #c8ccd1; padding:20px;} .yellow tcyellow {background:#fff5c9; border:1px solid #f2c412#eed67a; padding:20px;} .blue tcblue {background:#d9edf7; border:1px solid #3498db#99c5e3; padding:20px;} .green tcgreen {background:#dff0d8; border:1px solid #00b241#8dcc84; padding:20px;} .red tcred {background:#f2dede; border:1px solid #c23c2b#cc958e; padding:20px;}
/*Styles for the transclusion template*/
.grey {tc .clearfix::after {content: ""; clear: both; display: block;}
.tcgrey {background:#f8f9fa; border:1px solid #c8ccd1;}
.yellow padding:20px;}
.tcyellow {background:#fff5c9; border:1px solid #f2c412;}
.blue#eed67a; padding:20px;}
.tcblue {background:#d9edf7; border:1px solid #3498db;}
.green#99c5e3; padding:20px;}
.tcgreen {background:#dff0d8; border:1px solid #00b241;}
.red#8dcc84; padding:20px;}
.tcred {background:#f2dede; border:1px solid #c23c2b;#cc958e; padding:20px;}| (3 intermediate revisions by the same user not shown) | |||
| 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;} |
| − | . | + | .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;} | ||