PluginProbe ʕ •ᴥ•ʔ
Smash Balloon Social Post Feed – Simple Social Feeds for WordPress / 4.12.0
Smash Balloon Social Post Feed – Simple Social Feeds for WordPress v4.12.0
4.12.0 4.10.0 4.9.0 4.8.1 trunk 1.0 1.1 1.12.1 1.2.3 1.2.4 1.2.5 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.5 1.5.1 1.5.2 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.4.1 1.6.5 1.6.5.1 1.6.6 1.6.6.1 1.6.6.2 1.6.6.3 1.6.7 1.6.7.1 1.6.8 1.6.8.1 1.6.8.2 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 1.8.2 1.8.2.1 1.8.2.2 1.8.2.3 1.9.0 1.9.1 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.8.1 1.9.9 1.9.9.1 1.9.9.2 1.9.9.3 2.0 2.0.1 2.1 2.1.1 2.1.2 2.1.3 2.10 2.11 2.11.1 2.12 2.12.1 2.12.2 2.12.3 2.12.4 2.13 2.14 2.14.1 2.15 2.15.1 2.16 2.16.1 2.17 2.17.1 2.18 2.18.1 2.18.2 2.18.3 2.19 2.19.1 2.19.2 2.19.3 2.2 2.2.1 2.3 2.3.1 2.3.10 2.3.2 2.3.3 2.3.4 2.3.6 2.3.7 2.3.8 2.3.9 2.4 2.4.1 2.4.1.1 2.4.1.2 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.5 2.5.1 2.5.2 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.7 2.7.1 2.7.2 2.8 2.9 2.9.1 4.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.1 4.1.1 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.3.0 4.3.1 4.3.2 4.3.3 4.3.4 4.7.5 4.7.6 4.7.7
custom-facebook-feed / admin / assets / css / admin-notifications.css
custom-facebook-feed / admin / assets / css Last commit date
about.css 2 weeks ago admin-notifications.css 2 weeks ago callout.css 2 weeks ago cff-admin-style.css 2 weeks ago extensions.css 2 weeks ago oembeds.css 2 weeks ago settings.css 2 weeks ago support.css 2 weeks ago
admin-notifications.css
267 lines
1 #cff-notifications {
2 position: relative;
3 background: #FFFFFF 0 0 no-repeat padding-box;
4 box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
5 border-radius: 2px;
6 opacity: 1;
7 min-height: 48px;
8 padding: 20px 120px 20px 82px;
9 margin: 0 0 14px 0;
10 box-sizing: border-box;
11 }
12 #cff-notifications.cff_review_notice,
13 #cff-notifications.cff_discount_notice {
14 padding: 16px 70px 16px 82px
15 }
16 #cff-notifications * {
17 box-sizing: border-box;
18 }
19
20 #cff-notifications .bell,
21 #cff-notifications .thumb{
22 position: absolute;
23 top: 11px;
24 left: 24px;
25 width: 42px;
26 height: 42px;
27 }
28
29 #cff-notifications .rn_step_2 .bell,
30 #cff-notifications .rn_step_2 .thumb,
31 .cff_discount_notice .bell,
32 .cff_discount_notice .cff_thumb {
33 top: 16px !important;
34 }
35 #cff-notifications .thumb img,
36 #cff-notifications .bell img {
37 max-width: 100%;
38 }
39 #cff-notifications .thumb .img-overlay {
40 top: 42px;
41 left: -6px;
42 width: 54px;
43 position: absolute;
44 background: #ca4a1f;
45 color: #fff;
46 padding: 2px 4px;
47 border-radius: 3px;
48 line-height: 1;
49 font-size: 11px;
50 font-weight: bold;
51 text-align: center;
52 }
53
54 #cff-notifications .messages .message {
55 display: none;
56 }
57
58 #cff-notifications .messages .message.current {
59 display: block;
60 }
61
62 #cff-notifications .messages .message .title {
63 font-weight: 600;
64 font-size: 16px;
65 line-height: 25px;
66 margin: 0;
67 color: #141B38;
68 letter-spacing: -0.01em;
69 }
70
71 #cff-notifications .messages .message .content {
72 font-weight: normal;
73 font-size: 14px;
74 line-height: 22px;
75 margin: 2px 0 32px 0;
76 color: #434960;
77 }
78
79 #cff-notifications .messages .message .buttons {
80 margin: -15px 0px 3px 0;
81 display: flex;
82 }
83 .cff-btn {
84 transition: all 0.15s ease-in-out;
85 letter-spacing: 0.2px;
86 }
87 /*orange*/
88 .cff-btn-orange{
89 background: #FE544F!important;
90 color: #fff!important;
91 }
92 .cff-btn-orange:hover{
93 background: #EC352F!important;
94 color: #fff!important;
95 }
96 .cff-btn-orange:focus,
97 .cff-btn-orange:active{
98 background: #BC120E!important;
99 color: #fff!important;
100 }
101 /*grey*/
102 .cff-btn-grey{
103 background: #F3F4F5!important;
104 color: #141B38!important;
105 border: 1px solid #D0D1D7!important;
106 }
107 .cff-btn-grey:hover{
108 background: #fff!important;
109 color: #141B38!important;
110 border: 1px solid #DCDDE1!important;
111 }
112 .cff-btn-grey:focus,
113 .cff-btn-grey:active{
114 background: #E8E8EB!important;
115 color: #141B38!important;
116 border: 1px solid #D0D1D7!important;
117 }
118 #cff-notifications .messages .message .buttons a {
119 font-weight: 600;
120 padding: 6px 12px;
121 border-radius: 2px;
122 box-sizing: border-box;
123 text-decoration: none;
124 font-size: 12px;
125 border: none;
126 }
127 #cff-notifications .messages .message .buttons a.cff-btn-orange {
128 border: 1px solid #FE544F
129 }
130 #cff-notifications .messages .message .buttons a:not(:last-child) {
131 margin-right: 8px;
132 }
133 #cff-notifications .messages .message .buttons a:focus,
134 #cff-notifications .messages .message .buttons a:active {
135 box-shadow: none;
136 }
137 #cff-notifications .dismiss {
138 position: absolute;
139 top: 2px;
140 right: 6px;
141 width: 30px;
142 height: 32px;
143 color: #72777C;
144 font-size: 16px;
145 cursor: pointer;
146 align-items: center;
147 line-height: 16px;
148 display: flex;
149 justify-content: center;
150 }
151 #cff-notifications .dismiss svg {
152 width: 15px;
153 height: 15px;
154 }
155 #cff-notifications .dismiss svg path {
156 fill: #8C8F9A;
157 }
158 #cff-notifications .navigation {
159 position: absolute;
160 bottom: 24px;
161 right: 21px;
162 width: 72px;
163 height: 30px;
164 }
165
166 #cff-notifications .navigation a {
167 width: 32px;
168 height: 32px;
169 border: 1px solid #DCDDE1;
170 border-radius: 2px;
171 font-size: 8px;
172 text-align: center;
173 vertical-align: middle;
174 line-height: 30px;
175 cursor: pointer;
176 background: #F3F4F5;
177 color: #141B38;
178 display: flex;
179 align-items: center;
180 justify-content: center;
181 transition: all 0.15s ease-in-out;
182 }
183
184 #cff-notifications .navigation svg {
185 width: 9px;
186 height: 9px;
187 }
188
189 #cff-notifications .navigation a:not(.disabled):hover {
190 background-color: #fff;
191 }
192 #cff-notifications .navigation a:not(.disabled):focus,
193 #cff-notifications .navigation a:not(.disabled):active {
194 background: #E8E8EB;
195 color: #141B38;
196 }
197
198 #cff-notifications .navigation .prev {
199 float: left;
200 }
201
202 #cff-notifications .navigation .next {
203 float: right;
204 }
205
206 #cff-notifications .navigation .disabled {
207 background: #E8E8EB;
208 color: #8C8F9A;
209 cursor: default;
210 }
211 @media screen and (max-width: 880px) {
212 #cff-notifications .messages .message .buttons {
213 flex-wrap: wrap;
214 }
215 #cff-notifications .messages .message .buttons a,
216 .cff-notice-links a {
217 margin: 0;
218 display: inline-block;
219 margin-bottom: 6px;
220 }
221 }
222 @media screen and (max-width: 768px) {
223 #cff-notifications {
224 padding: 15px 15px 15px 72px;
225 }
226 #cff-notifications .messages .message .title {
227 margin: 0 30px 0 0;
228 }
229 #cff-notifications .messages .message .content {
230 font-size: 16px;
231 line-height: 24px;
232 }
233 #cff-notifications .messages .message .buttons {
234 margin: -10px 0 0;
235 }
236
237 #cff-notifications .messages .message .buttons .button-secondary {
238 margin-top: 6px;
239 }
240 }
241
242 @media screen and (max-width: 580px) {
243 #cff-notifications.cff_review_notice, #cff-notifications.cff_discount_notice {
244 padding: 16px 30px 16px 82px;
245 }
246 }
247 .cff-notice-alert {
248 display: inline-block;
249 position: absolute;
250 vertical-align: top;
251 box-sizing: border-box;
252 margin: 1px 0 0 4px;
253 padding: 0 5px;
254 min-width: 18px;
255 height: 18px;
256 border-radius: 9px;
257 background-color: #d63638;
258 color: #fff;
259 font-size: 11px;
260 line-height: 1.6;
261 text-align: center;
262 z-index: 26;
263 }
264
265 .cff-new-indicator.cff-notice-alert {
266 background-color: #1da867;
267 }