xref: /template/writr/css/plugins/include.less (revision e034274bace3dc751bee80b81a1c635e0d519293)
1/* =Include Plugin
2----------------------------------------------- */
3
4.plugin_include_content {
5    padding-top: 0px;
6    padding-bottom: 0px;
7
8    .inclmeta {
9        font-size: 0;
10    }
11    .published{
12        font-size: 16px;
13        font-weight:normal;
14        border: none;
15        border-image-width: 0;
16        opacity: 60%;
17        float: right;
18        transition: all 0.25s ease-in-out;
19    }
20    .published:hover{
21        opacity: 100%;
22    }
23    .published::before{
24        font-family: 'bootstrap-icons';
25        content: "\f214";
26        font-weight: normal;
27        font-size: 20px;
28        line-height: 20px;
29        padding-right: 6px;
30        vertical-align: text-top;
31    }
32    .author{
33        font-size: 16px;
34        float: right;
35        margin-right: 8px;
36    }
37    .author::before{
38        font-family: 'bootstrap-icons';
39        content: "\f4e1";
40        font-size: 20px;
41        margin-right: 4px;
42        line-height: 20px;
43        vertical-align: text-top;
44    }
45    .comment{
46        font-size: 16px;
47        margin-right: 8px;
48    }
49    .comment::before{
50        font-family: 'bootstrap-icons';
51        content: "\f268";
52        font-size: 20px;
53        padding-right: 6px;
54        line-height: 20px;
55        vertical-align: text-top;
56    }
57    .linkback{
58        font-size: 16px;
59        margin-right: 8px;
60    }
61    .linkback::before{
62        font-family: 'bootstrap-icons';
63        content: "\f470";
64        font-size: 20px;
65        padding-right: 4px;
66        line-height: 20px;
67        vertical-align: text-top;
68    }
69    .tags {
70        span::before {
71            font-family: 'bootstrap-icons';
72            content: "\f5b2";
73            font-size: 20px;
74            padding-right: 8px;
75            line-height: 20px;
76            vertical-align: middle;
77        }
78        a {
79            border-radius: 5px;
80        }
81    }
82}
83
84p.include_readmore {
85    margin-bottom: 8px;
86}
87
88.plugin_include_content .comment a.wikilink1 {
89    text-decoration: none;
90}
91.include_readmore a {
92	-webkit-text-size-adjust: 100%;
93	word-wrap: break-word;
94	font-family: Montserrat,sans-serif;
95	margin: 0;
96	padding: 10px 20px !important;
97	border: none!important;
98	background: @ini_theme_color !important;
99	color: @ini_background !important;
100	font-size: 14px;
101	line-height: 1.5;
102	font-weight: bold;
103	text-transform: uppercase;
104	cursor: pointer;
105	-webkit-appearance: button;
106	box-sizing: border-box;
107	border-radius: 20px !important;
108	vertical-align: middle;
109	text-decoration: none;
110}
111