1/* =Include Plugin 2----------------------------------------------- */ 3 4.plugin_include_content { 5 padding-top: 0px; 6 padding-bottom: 0px; 7 8 .published{ 9 font-weight:bold; 10 border: none; 11 border-image-width: 0; 12 } 13 .published::before{ 14 font-family: 'bootstrap-icons'; 15 content: "\f214"; 16 font-weight: normal; 17 font-size: 20px; 18 line-height: 20px; 19 padding-right: 6px; 20 vertical-align: text-top; 21 } 22 .author::before{ 23 font-family: 'bootstrap-icons'; 24 content: "\f4e1"; 25 font-size: 20px; 26 padding-right: 4px; 27 line-height: 20px; 28 vertical-align: text-top; 29 } 30 .comment::before{ 31 font-family: 'bootstrap-icons'; 32 content: "\f268"; 33 font-size: 20px; 34 padding-right: 6px; 35 line-height: 20px; 36 vertical-align: text-top; 37 } 38 .linkback::before{ 39 font-family: 'bootstrap-icons'; 40 content: "\f470"; 41 font-size: 20px; 42 padding-right: 4px; 43 line-height: 20px; 44 vertical-align: text-top; 45 } 46} 47 48p.include_readmore { 49 margin-bottom: 8px; 50} 51 52.plugin_include_content .comment a.wikilink1 { 53 text-decoration: none; 54}