PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 1.2.5
Forumax – AI Powered Advanced Community Forum Plugin v1.2.5
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 / css / bbpc.css

bbpc.css in Forumax – AI Powered Advanced Community Forum Plugin 1.2.5, at assets/css/bbpc.css

224 lines 4.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * BBP Core plugin main css file
3 */
4
5 .bbpc-attachment-lightbox {
6 position: fixed;
7 top: 0;
8 left: 0;
9 right: 0;
10 bottom: 0;
11 background: rgba(0, 0, 0, 0.8);
12 z-index: 9999;
13 width: 100%;
14 margin: auto;
15 padding: 100px 0;
16 display: flex;
17 justify-content: center;
18 align-items: center;
19 box-sizing: border-box;
20 }
21
22 .bbpc-attachment-lightbox-inner {
23 position: relative;
24 max-width: 85%;
25 display: flex;
26 align-items: center;
27 }
28
29 .bbpc-attachment-lightbox > .bbpc-attachment-lightbox-inner > span {
30 color: white;
31 font-size: 23px;
32 line-height: 22px;
33 background: red;
34 display: block;
35 height: 28px;
36 border-radius: 19px;
37 width: 28px;
38 text-align: center;
39 top: -15px;
40 right: -15px;
41 bottom: 100%;
42 z-index: 9999999999;
43 position: absolute;
44 cursor: pointer;
45 }
46
47 /* Voting button CSS */
48 .bbpc-agree-disagree-buttons button {
49 background: #f0f8ff;
50 border: 1px solid #cee1ef;
51 padding: 0px 15px;
52 height: 45px;
53 color: #333;
54 font-weight: 600;
55 transition: all 0.3s;
56 border-right: none;
57 box-sizing: border-box;
58 display: inline-block;
59 line-height: 10px !important;
60 border-top-right-radius: 0;
61 border-bottom-right-radius: 0;
62 }
63 .bbpc-agree-disagree-buttons button.active:hover {
64 background: #f0f8ff;
65 border-color: #cee1ef;
66 }
67 .bbpc-agree-disagree-buttons button.active {
68 background: var(--bbpc_brand_color);
69 }
70 .bbpc-agree-disagree-buttons span.bbpc-reactions-btn-counter {
71 font-size: 16px;
72 background: #ffffff;
73 border: 1px solid #c0cad2;
74 padding: 0px 15px;
75 margin-right: 10px;
76 color: #333;
77 font-weight: 600;
78 transition: all 0.3s;
79 display: inline-block;
80 line-height: 44px;
81 border-left-color: #d5d5d5;
82 width: 42px;
83 text-align: center;
84 border-top-right-radius: 5px;
85 border-bottom-right-radius: 5px;
86 }
87
88 /* Voting layout css */
89 .bbpc-voting-liked-wrap{
90 display: grid;
91 grid-template-columns: auto auto;
92 grid-gap: 10px;
93 }
94
95 .bbpc-voting-liked-wrap .bbpc-voting-liked a {
96 color: #333;
97 font-weight: 600;
98 text-decoration: none;
99 text-transform: capitalize;
100 margin: 5px 0 12px;
101 display: block;
102 padding: 10px;
103 background: #f0f8ff;
104 border: #cee1ef 1px solid !important;
105 box-sizing: border-box;
106 }
107 span.bbpc-agree-disagree-counter-wrap {
108 margin: 18px 0 5px;
109 display: block;
110 }
111 span.bbpc-agree-disagree-counter-wrap .fa-thumbs-up {
112 color: green;
113 font-size: 20px;
114 }
115 span.bbpc-agree-disagree-counter-wrap .fa-thumbs-down {
116 color: red;
117 font-size: 20px;
118 }
119
120 .bbpc-voting-liked::after,
121 .bbpc-voting-liked-wrap::after{
122 content: '';
123 display: block;
124 clear: both;
125 }
126
127 .bbpc-voting-liked-wrap.single-topic-wrap{
128 grid-template-columns: auto;
129 }
130
131 #bbp-user-body .bbpc-no-voting-wrap:not(:last-child){
132 display: none;
133 }
134
135 .bbpc-no-voting-wrap {
136 background: #f1f1f1;
137 padding: 10px 15px;
138 font-weight: 500 !important;
139 font-size: 16px !important;
140 }
141
142 .bbpc-footer-actions {
143 display: grid;
144 align-items: center;
145 vertical-align: middle;
146 grid-template-columns: auto auto;
147 position: absolute;
148 bottom: 10px;
149 right: 10px;
150 }
151
152 @media screen and (max-width: 768px) {
153 .bbpc-footer-actions,
154 .bbpc-voting-liked-wrap{
155 grid-template-columns: auto;
156 grid-gap: 5px;
157 justify-content: end;
158 position: unset;
159 display: flow-root;
160 }
161 .bbpc-agree-disagree-buttons {
162 display: grid;
163 grid-template-columns: auto auto;
164 grid-gap: 5px;
165 }
166 }
167
168 .bbpc-agree-disagree-buttons.absolute,
169 .bbpc-same-topic-voting-wrap.absolute {
170 position: absolute;
171 bottom: 10px;
172 right: 10px;
173 }
174
175 .bbpc-agree-disagree-buttons button {
176 position: relative;
177 }
178
179 .bbpc-agree-disagree-buttons button .bbpc-preloader::before {
180 content: "";
181 position: absolute;
182 top: 0;
183 left: 0;
184 width: 100%;
185 height: 100%;
186 opacity: 0.8;
187 z-index: 9999;
188 background: aliceblue;
189 }
190
191 .bbpc-agree-disagree-buttons button .bbpc-preloader::after {
192 content: "";
193 position: absolute;
194 top: 20px;
195 left: 32px;
196 transform: translate(-50%, -50%);
197 border: 5px solid #969696;
198 border-top: 5px solid #bc002b;
199 border-radius: 50%;
200 width: 30px;
201 height: 30px;
202 animation: geo_spin 1s linear infinite;
203 z-index: 10000;
204 right: 0px;
205 margin: auto;
206 text-align: center;
207 background: #ffffff;
208 }
209
210 @keyframes geo_spin {
211 0% {
212 transform: translate(-50%, -50%) rotate(0deg);
213 }
214 100% {
215 transform: translate(-50%, -50%) rotate(360deg);
216 }
217 }
218
219 .bbpc-voting-heading {
220 font-size: 20px;
221 display: block;
222 margin: 0 0 15px;
223 font-weight: 500;
224 }