PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 2.2.0
Forumax – AI Powered Advanced Community Forum Plugin v2.2.0
2.4.4 2.4.3 2.4.2 2.4.1 2.4.0 trunk 1.0.8 1.1.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 2.0.0 2.1.0 All 29 releases
bbp-core / assets / admin / css / elementor-editor.css

elementor-editor.css in Forumax – AI Powered Advanced Community Forum Plugin 2.2.0, at assets/admin/css/elementor-editor.css

181 lines 4.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .elementor-control-raw-html.elementor-warning {
2 padding: 10px;
3 background-color: #ffc;
4 border-left: 6px solid #ffeb3b;
5 line-height: 1.4;
6 }
7
8 .elementor-control-raw-html.elementor-warning {
9 padding: 10px;
10 background-color: #ffc;
11 border-left: 6px solid #ffeb3b;
12 line-height: 1.4;
13 }
14
15 /** === Style Variations === **/
16 .elementor-control.elementor-control-style.elementor-control-type-choose.elementor-label-inline .elementor-control-input-wrapper,
17 .elementor-control.elementor-control-style .elementor-control-content,
18 .elementor-control.elementor-control-style .elementor-control-field {
19 display: block;
20 }
21
22 .elementor-control.elementor-control-style.elementor-control-type-choose.elementor-label-inline .elementor-control-input-wrapper {
23 margin-left: 0;
24 }
25
26 .elementor-control.elementor-control-style.elementor-control-type-choose label.elementor-control-title {
27 padding-bottom: 10px;
28 display: block;
29 }
30
31 .elementor-control.elementor-control-style .elementor-choices {
32 display: block;
33 height: auto;
34 width: 266px;
35 }
36
37 .elementor-control.elementor-control-style .elementor-choices .elementor-choices-label {
38 display: block;
39 width: 266px;
40 height: 110px;
41 }
42
43 .elementor-control.elementor-control-style .elementor-choices input:checked+.elementor-choices-label {
44 border-width: 2px;
45 padding-right: 2px;
46 }
47
48 .elementor-control.elementor-control-style .elementor-choices label:not(:first-of-type) {
49 margin-top: 10px;
50 }
51
52 .elementor-control.elementor-control-style .elementor-choices .elementor-choices-label:hover {
53 border: 1px solid #6d7882;
54 }
55
56 .elementor-control.elementor-control-style .elementor-choices .elementor-choices-label i {
57 position: relative;
58 width: 100%;
59 height: 100%;
60 display: block;
61 }
62
63 .elementor-control.elementor-control-style .elementor-choices .elementor-choices-label i::before {
64 content: "";
65 position: absolute;
66 left: 0;
67 top: 0;
68 width: 100%;
69 height: 100%;
70 opacity: 0.5;
71 }
72
73 .elementor-control.elementor-control-style .elementor-choices input+.elementor-choices-label:hover i::before,
74 .elementor-control.elementor-control-style .elementor-choices input:checked+.elementor-choices-label i::before {
75 opacity: 1;
76 }
77
78 .single_forum_1::before {
79 background: url("/img/forums3.jpg");
80 background-repeat: no-repeat;
81 background-size: cover;
82 background-position: top;
83 }
84
85 .single_forum_2::before {
86 background: url("/img/forums4.png");
87 background-repeat: no-repeat;
88 background-size: cover;
89 background-position: top;
90 }
91
92 /*==================== Widget Preview Icon =====================*/
93 .elementor-panel .elementor-element .icon .bbpc-lock-icon::after {
94 content: "\e96f";
95 opacity: .5;
96 position: absolute;
97 top: 5px;
98 right: 5px;
99 font-size: 13px;
100 }
101
102 .elementor-panel .elementor-element .icon i {
103 display: inline-block;
104 font-family: eicons;
105 font-size: inherit;
106 font-weight: 400;
107 font-style: normal;
108 font-variant: normal;
109 line-height: 1;
110 text-rendering: auto;
111 }
112
113 .elementor-panel .elementor-element .icon .bbpc_icon_ama_single_forum::before {
114 content: "\e968";
115 }
116
117 .elementor-panel .elementor-element .icon .bbpc_icon_ama_search::before {
118 content: "\e851";
119 }
120
121 .elementor-panel .elementor-element .icon .bbpc_icon_ama_ajax_forum::before {
122 content: "\e967";
123 }
124
125 .elementor-panel .elementor-element .icon .bbpc_icon_ama_forum_posts::before {
126 content: "\e843";
127 }
128
129 .elementor-panel .elementor-element .icon .bbpc_icon_ama_forum_tab::before {
130 content: "\e861";
131 }
132
133 .elementor-panel .elementor-element .icon .bbpc_icon_ama_forums::before {
134 content: "\e847";
135 }
136
137 /*==================== Docy Forum Widget Skins =====================*/
138 /* Forums (Docy Style) */
139 /* .docy_forums_1::before {
140 background: url("../images/skins/docy-forums-1.jpg");
141 background-repeat: no-repeat;
142 background-size: cover;
143 background-position: top;
144 }
145
146 .docy_forums_2::before {
147 background: url("../images/skins/docy-forums-2.jpg");
148 background-repeat: no-repeat;
149 background-size: cover;
150 background-position: top;
151 } */
152
153 /* Forum Topics (Docy Style) - Using same images as forums for now */
154 /* .docy_forum_topics_1::before {
155 background: url("../images/skins/docy-forums-1.jpg");
156 background-repeat: no-repeat;
157 background-size: cover;
158 background-position: top;
159 }
160
161 .docy_forum_topics_2::before {
162 background: url("../images/skins/docy-forums-2.jpg");
163 background-repeat: no-repeat;
164 background-size: cover;
165 background-position: top;
166 } */
167
168 /* Single Forum (Docy Style) */
169 /* .docy_single_forum_1::before {
170 background: url("../images/skins/docy-single-forum-1.jpg");
171 background-repeat: no-repeat;
172 background-size: cover;
173 background-position: top;
174 }
175
176 .docy_single_forum_2::before {
177 background: url("../images/skins/docy-single-forum-2.png");
178 background-repeat: no-repeat;
179 background-size: cover;
180 background-position: top;
181 } */