xref: /template/writr/css/plugins/include.less (revision 67af52c9f1bd9d920e7e894162659923623169e2)
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}
65.include_readmore a {
66	-webkit-text-size-adjust: 100%;
67	word-wrap: break-word;
68	font-family: Montserrat,sans-serif;
69	margin: 0;
70	padding: 10px 20px !important;
71	border: none!important;
72	background: @ini_theme_color !important;
73	color: @ini_background !important;
74	font-size: 14px;
75	line-height: 1.5;
76	font-weight: bold;
77	text-transform: uppercase;
78	cursor: pointer;
79	-webkit-appearance: button;
80	box-sizing: border-box;
81	border-radius: 20px !important;
82	vertical-align: middle;
83	text-decoration: none;
84}
85