PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 1.3.2
Forumax – AI Powered Advanced Community Forum Plugin v1.3.2
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 / includes / features / bbpc_attachments / css / front.css

front.css in Forumax – AI Powered Advanced Community Forum Plugin 1.3.2, at includes/features/bbpc_attachments/css/front.css

214 lines 5.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .bbp-attachments ol.with-icons {
2 display: flex;
3 gap: 15px;
4 list-style: none;
5 padding: 0;
6 margin-bottom: 0;
7 }
8 .bbp-attachments ol.with-icons li .wp-caption {
9 margin-bottom: 0;
10 }
11 .bbp-attachments ol.with-icons li .wp-caption .wp-caption-text .d4p-bba-actions {
12 color: #f90000;
13 margin-top: 10px;
14 display: block;
15 }
16 .bbp-attachments ol.with-icons li .wp-caption .wp-caption-text .d4p-bba-actions:hover a {
17 color: #f90000;
18 }
19 .bbp-attachments ol.with-icons li:hover {
20 transition: all 0.3s;
21 }
22 .bbp-attachments ol.with-icons li:hover img {
23 border-color: var(--black_100);
24 }
25 .bbp-attachments ol.with-icons a {
26 text-decoration: none;
27 }
28 .bbp-attachments ol.with-icons a img {
29 border-radius: 10px;
30 border: solid 1px var(--black_50);
31 padding: 6px;
32 }
33
34 .bbp-attachments,
35 .bbp-attachments-errors {
36 border-top: 1px solid var(--black_75);
37 margin-top: 30px;
38 padding: 30px 0;
39 }
40
41 #bbpress-forums .bbp-attachments h6,
42 #bbpress-forums .bbp-attachments-errors h6 {
43 margin: 0 0 5px !important;
44 font-size: 1.2em;
45 font-weight: bold;
46 line-height: 1.4em;
47 }
48 #bbpress-forums .bbp-attachments ol,
49 #bbpress-forums .bbp-attachments-errors ol {
50 margin: 0 !important;
51 list-style: decimal inside none;
52 }
53 #bbpress-forums .bbp-attachments ol:after,
54 #bbpress-forums .bbp-attachments-errors ol:after {
55 content: "";
56 display: table;
57 clear: both;
58 }
59 #bbpress-forums .bbp-attachments li:last-child,
60 #bbpress-forums .bbp-attachments-errors li:last-child {
61 margin: 0 !important;
62 }
63 #bbpress-forums .bbp-attachments-errors li {
64 line-height: 16px;
65 margin: 0 0 8px !important;
66 }
67 #bbpress-forums .bbp-attachments-count {
68 background: transparent url(gfx/icons.png);
69 display: inline-block;
70 width: 16px;
71 height: 16px;
72 float: left;
73 margin-right: 4px;
74 }
75 #bbpress-forums .bbp-attachments-errors ol.with-icons li {
76 padding: 0;
77 list-style: none;
78 line-height: 20px;
79 }
80 #bbpress-forums .bbp-attachments-errors ol.with-icons li .bbp-atticon {
81 background: transparent url(gfx/icons.png) no-repeat;
82 display: block;
83 width: 16px;
84 height: 16px;
85 float: left;
86 margin: 2px 4px 0 0;
87 }
88 #bbpress-forums .bbp-attachments-errors ol.with-icons li .bbp-atticon.bbp-atticon-error {
89 background-position: 0 -288px;
90 }
91 #bbpress-forums .bbp-attachments-errors ol.with-icons li .d4p-bbp-att-wrapper {
92 display: block;
93 padding: 0 0 0 20px;
94 }
95 #bbpress-forums .bbp-attachments ol.with-icons {
96 list-style: none;
97 }
98 #bbpress-forums .bbp-attachments ol.with-icons li {
99 padding: 0;
100 list-style: none;
101 }
102 #bbpress-forums .bbp-attachments ol li {
103 line-height: 20px;
104 margin: 0 0 8px !important;
105 }
106 #bbpress-forums .bbp-attachments ol li span.d4p-bba-actions {
107 color: #f90000;
108 margin-top: 10px;
109 display: block;
110 }
111 #bbpress-forums .bbp-attachments ol li a {
112 text-decoration: none;
113 }
114 #bbpress-forums .bbp-attachments ol li.d4p-bbp-attachment {
115 padding: 0;
116 height: auto;
117 }
118 #bbpress-forums .bbp-attachments ol li.d4p-bbp-attachment.bbp-inline {
119 float: left;
120 margin-right: 5px !important;
121 }
122 #bbpress-forums .bbp-attachments ol li.d4p-bbp-attachment .wp-caption {
123 padding: 5px;
124 margin: 0;
125 height: auto;
126 }
127 #bbpress-forums .bbp-attachments ol li.d4p-bbp-attachment .wp-caption p.wp-caption-text {
128 margin: 5px 0 !important;
129 padding: 0;
130 border: 0;
131 word-wrap: break-word;
132 line-height: 1.3em;
133 }
134 #bbpress-forums .bbp-attachments ol li.d4p-bbp-attachment .wp-caption img {
135 margin: 0;
136 }
137 #bbpress-forums .bbp-attachments ol li a img {
138 display: block;
139 }
140 #bbpress-forums .bbp-attachments ol.with-icons.d4p-bba-thumbnails {
141 display: flex;
142 gap: 10px;
143 list-style: none;
144 padding: 0;
145 }
146 #bbpress-forums .bbp-attachments ol.with-icons.d4p-bba-thumbnails .bbp-atthumb {
147 border: none !important;
148 }
149 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon {
150 background: transparent url(gfx/icons.png) no-repeat;
151 display: block;
152 width: 16px;
153 height: 16px;
154 float: left;
155 margin: 2px 4px 0 0;
156 }
157 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-ai {
158 background-position: 0 -128px;
159 }
160 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-archive {
161 background-position: 0 -144px;
162 }
163 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-audio {
164 background-position: 0 -256px;
165 }
166 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-code {
167 background-position: 0 -32px;
168 }
169 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-documents {
170 background-position: 0 -240px;
171 }
172 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-excel {
173 background-position: 0 -64px;
174 }
175 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-generic {
176 background-position: 0 -16px;
177 }
178 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-html {
179 background-position: 0 -208px;
180 }
181 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-icon {
182 background-position: 0 -272px;
183 }
184 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-image {
185 background-position: 0 -96px;
186 }
187 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-pdf {
188 background-position: 0 -192px;
189 }
190 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-powerpoint {
191 background-position: 0 -176px;
192 }
193 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-psd {
194 background-position: 0 -112px;
195 }
196 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-text {
197 background-position: 0 -160px;
198 }
199 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-video {
200 background-position: 0 -224px;
201 }
202 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-word {
203 background-position: 0 -80px;
204 }
205 #bbpress-forums .bbp-attachments ol.with-icons li .bbp-atticon.bbp-atticon-xml {
206 background-position: 0 -48px;
207 }
208 #bbpress-forums .bbp-attachments ol.with-icons li .d4p-bbp-att-wrapper {
209 display: block;
210 padding: 0 0 0 20px;
211 }
212
213 /*# sourceMappingURL=front.css.map */
214