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

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

235 lines 6.1 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 {
147 &.with-icons {
148 li {
149 .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 &.bbp-atticon-ai {
158 background-position: 0 -128px;
159 }
160
161 &.bbp-atticon-archive {
162 background-position: 0 -144px;
163 }
164
165 &.bbp-atticon-audio {
166 background-position: 0 -256px;
167 }
168
169 &.bbp-atticon-code {
170 background-position: 0 -32px;
171 }
172
173 &.bbp-atticon-documents {
174 background-position: 0 -240px;
175 }
176
177 &.bbp-atticon-excel {
178 background-position: 0 -64px;
179 }
180
181 &.bbp-atticon-generic {
182 background-position: 0 -16px;
183 }
184
185 &.bbp-atticon-html {
186 background-position: 0 -208px;
187 }
188
189 &.bbp-atticon-icon {
190 background-position: 0 -272px;
191 }
192
193 &.bbp-atticon-image {
194 background-position: 0 -96px;
195 }
196
197 &.bbp-atticon-pdf {
198 background-position: 0 -192px;
199 }
200
201 &.bbp-atticon-powerpoint {
202 background-position: 0 -176px;
203 }
204
205 &.bbp-atticon-psd {
206 background-position: 0 -112px;
207 }
208
209 &.bbp-atticon-text {
210 background-position: 0 -160px;
211 }
212
213 &.bbp-atticon-video {
214 background-position: 0 -224px;
215 }
216
217 &.bbp-atticon-word {
218 background-position: 0 -80px;
219 }
220
221 &.bbp-atticon-xml {
222 background-position: 0 -48px;
223 }
224 }
225
226 .d4p-bbp-att-wrapper {
227 display: block;
228 padding: 0 0 0 20px;
229 }
230 }
231 }
232 }
233 }
234 }
235