PluginProbe ʕ •ᴥ•ʔ
Custom Twitter Feeds – A Tweets Widget or X Feed Widget / 2.8.0
Custom Twitter Feeds – A Tweets Widget or X Feed Widget v2.8.0
2.8.0 2.7.0 2.6.1 2.6.0 1.0 1.0.1 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.2 1.2.1 1.2.10 1.2.11 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 1.4 1.4.1 1.5 1.5.1 1.6 1.6.1 1.7 1.8 1.8.1 1.8.2 1.8.3 1.8.4 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1 2.1.1 2.1.2 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.5.4 2.5.5 trunk
custom-twitter-feeds / css / admin-notifications.css
custom-twitter-feeds / css Last commit date
admin-notifications.css 3 weeks ago ctf-admin-styles.css 3 weeks ago ctf-blocks.css 3 weeks ago ctf-styles.css 3 weeks ago ctf-styles.min.css 3 weeks ago
admin-notifications.css
227 lines
1 #ctf-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
13 #ctf-notifications * {
14 box-sizing: border-box;
15 }
16
17 #ctf-notifications .bell,
18 #ctf-notifications .thumb{
19 position: absolute;
20 top: 11px;
21 left: 24px;
22 width: 42px;
23 height: 42px;
24 }
25 #ctf-notifications .bell img,
26 #ctf-notifications .thumb img {
27 max-width: 100%;
28 width: 52px;
29 height: 52px;
30 }
31 #ctf-notifications .thumb .img-overlay {
32 top: 42px;
33 left: -6px;
34 width: 54px;
35 position: absolute;
36 background: #ca4a1f;
37 color: #fff;
38 padding: 2px 4px;
39 border-radius: 3px;
40 line-height: 1;
41 font-size: 11px;
42 font-weight: bold;
43 text-align: center;
44 }
45
46 #ctf-notifications .messages .message {
47 display: none;
48 }
49
50 #ctf-notifications .messages .message.current {
51 display: block;
52 }
53
54 #ctf-notifications .messages .message .title,
55 #ctf-builder-app #ctf-notifications .messages .message .title{
56 font-weight: 600;
57 font-size: 18px;
58 line-height: 25px;
59 margin: 0;
60 color: #141B38;
61 letter-spacing: 0;
62 }
63
64 #ctf-notifications .messages .message .content {
65 font-weight: normal;
66 font-size: 14px;
67 line-height: 22px;
68 margin: 6px 0 32px 0;
69 color: #434960;
70 }
71
72 #ctf-notifications .messages .message .buttons {
73 margin: -15px 105px 3px 0;
74 display: flex;
75 }
76 .ctf-btn {
77 transition: all 0.15s ease-in-out;
78 letter-spacing: 0.2px;
79 }
80 /*orange*/
81 .ctf-btn-orange{
82 background: #FE544F!important;
83 color: #fff!important;
84 }
85 .ctf-btn-orange:hover{
86 background: #EC352F!important;
87 color: #fff!important;
88 }
89 .ctf-btn-orange:focus,
90 .ctf-btn-orange:active{
91 background: #BC120E!important;
92 color: #fff!important;
93 }
94 /*grey*/
95 .ctf-btn-grey{
96 background: #F3F4F5!important;
97 color: #141B38!important;
98 border: 1px solid #D0D1D7!important;
99 }
100 .ctf-btn-grey:hover{
101 background: #fff!important;
102 color: #141B38!important;
103 border: 1px solid #DCDDE1!important;
104 }
105 .ctf-btn-grey:focus,
106 .ctf-btn-grey:active{
107 background: #E8E8EB!important;
108 color: #141B38!important;
109 border: 1px solid #D0D1D7!important;
110 }
111 #ctf-notifications .messages .message .buttons a {
112 font-weight: 600;
113 padding: 6px 12px;
114 border-radius: 2px;
115 box-sizing: border-box;
116 height: 32px;
117 text-decoration: none;
118 font-size: 12px;
119 }
120 #ctf-notifications .messages .message .buttons a.ctf-btn-orange {
121 border: 1px solid #FE544F
122 }
123 #ctf-notifications .messages .message .buttons a:not(:last-child) {
124 margin-right: 8px;
125 }
126 #ctf-notifications .messages .message .buttons a:focus,
127 #ctf-notifications .messages .message .buttons a:active {
128 outline: none;
129 box-shadow: none;
130 }
131 #ctf-notifications .dismiss {
132 position: absolute;
133 top: 14px;
134 right: 14px;
135 width: 16px;
136 height: 16px;
137 color: #72777C;
138 font-size: 16px;
139 cursor: pointer;
140 text-align: center;
141 vertical-align: middle;
142 line-height: 16px;
143 }
144 #ctf-notifications .dismiss svg {
145 width: 15px;
146 height: 15px;
147 }
148 #ctf-notifications .dismiss svg path {
149 fill: #8C8F9A;
150 }
151 #ctf-notifications .navigation {
152 position: absolute;
153 bottom: 24px;
154 right: 21px;
155 width: 72px;
156 height: 30px;
157 }
158
159 #ctf-notifications .navigation a {
160 width: 32px;
161 height: 32px;
162 border: 1px solid #DCDDE1;
163 border-radius: 2px;
164 font-size: 8px;
165 text-align: center;
166 vertical-align: middle;
167 line-height: 30px;
168 cursor: pointer;
169 background: #F3F4F5;
170 color: #141B38;
171 display: flex;
172 align-items: center;
173 justify-content: center;
174 transition: all 0.15s ease-in-out;
175 }
176
177 #ctf-notifications .navigation svg {
178 width: 9px;
179 height: 9px;
180 }
181
182 #ctf-notifications .navigation a:not(.disabled):hover {
183 background-color: #fff;
184 }
185 #ctf-notifications .navigation a:not(.disabled):focus,
186 #ctf-notifications .navigation a:not(.disabled):active {
187 background: #E8E8EB;
188 color: #141B38;
189 }
190
191 #ctf-notifications .navigation .prev {
192 float: left;
193 }
194
195 #ctf-notifications .navigation .next {
196 float: right;
197 }
198
199 #ctf-notifications .navigation .disabled {
200 background: #E8E8EB;
201 color: #8C8F9A;
202 cursor: default;
203 }
204
205 @media screen and (max-width: 768px) {
206 #ctf-notifications {
207 padding: 15px 15px 15px 72px;
208 }
209 #ctf-notifications .messages .message .title {
210 margin: 0 30px 0 0;
211 }
212 #ctf-notifications .messages .message .content {
213 font-size: 16px;
214 line-height: 24px;
215 }
216 #ctf-notifications .messages .message .buttons {
217 margin: -30px 80px 0 0;
218 }
219 #ctf-notifications .messages .message .buttons a {
220 margin: 0;
221 display: table;
222 }
223 #ctf-notifications .messages .message .buttons .button-secondary {
224 margin-top: 6px;
225 }
226 }
227