PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / 1.2.9
Forumax – AI Powered Advanced Community Forum Plugin v1.2.9
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 / scss / front.scss

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

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