PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 1.3.0
Forumax – AI Powered Advanced Community Forum Plugin v1.3.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 / frontend / css / frontend.css

frontend.css in Forumax – AI Powered Advanced Community Forum Plugin 1.3.0, at assets/frontend/css/frontend.css

38 lines 666 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* FORUM CSS */
2 .bbpc-widget-forum-info {
3 table {
4 img {
5 display: inline;
6 }
7 tr td:last-child {
8 text-align: right;
9 }
10 }
11 }
12
13 .icon_action {
14 font-family: ElegantIcons;
15 font-style: normal;
16 vertical-align: middle;
17 }
18
19 .icon_action::before {
20 content: "\e012";
21 }
22
23 .bbpc-widget-forum-info tr i {
24 vertical-align: middle;
25 margin-right: 5px;
26 }
27
28 .bbp__success-subscribe .is-subscribed a.subscription-toggle {
29 background: transparent !important;
30 color: #4c4cf1 !important;
31 margin: 0;
32 padding: 0 !important;
33 }
34
35 .bbp__success-subscribe.alert {
36 border: 1px solid #94e3a1;
37 text-align: center;
38 }