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