]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/plugins/akismet/_inc/akismet.css
WordPress 4.4.1
[autoinstalls/wordpress.git] / wp-content / plugins / akismet / _inc / akismet.css
1
2 #submitted-on {
3     position: relative;
4 }
5 #the-comment-list .author .akismet-user-comment-count {
6     display: inline;
7 }
8 #the-comment-list .author a span {
9     text-decoration: none;
10     color: #999;
11 }
12 #the-comment-list .author a span.akismet-span-link {
13         text-decoration: inherit;
14         color: inherit;
15 }
16 #the-comment-list .remove_url {
17     margin-left: 3px;
18     color: #999;
19     padding: 2px 3px 2px 0;
20 }
21 #the-comment-list .remove_url:hover {
22     color: #A7301F;
23     font-weight: bold;
24     padding: 2px 2px 2px 0;
25 }
26 #dashboard_recent_comments .akismet-status {
27     display: none;
28 }
29 .akismet-status {
30     float: right;
31 }
32 .akismet-status a {
33     color: #AAA;
34     font-style: italic;
35 }
36 table.comments td.comment p a {
37     text-decoration: underline;
38 }
39 table.comments td.comment p a:after {
40     content: attr(href);
41     color: #aaa;
42     display: inline-block; /* Show the URL without the link's underline extending under it. */
43     padding: 0 1ex; /* Because it's inline block, we can't just use spaces in the content: attribute to separate it from the link text. */
44 }
45 .mshot-arrow {
46     width: 0;
47     height: 0;
48     border-top: 10px solid transparent;
49     border-bottom: 10px solid transparent;
50     border-right: 10px solid #5C5C5C;
51     position: absolute;
52     left: -6px;
53     top: 91px;
54 }
55 .mshot-container {
56     background: #5C5C5C;
57     position: absolute;
58     top: -94px;
59     padding: 7px;
60     width: 450px;
61     height: 338px;
62     z-index: 20000;
63     -moz-border-radius: 6px;
64     border-radius: 6px;
65     -webkit-border-radius: 6px;
66 }
67 .akismet-mshot {
68     position: absolute;
69     z-index: 100;
70 }
71 .akismet-mshot .mshot-image {
72     margin: 0;
73     height: 338px;
74     width: 450px;
75 }
76 h2.ak-header {
77     padding: 30px;
78     background: #649316 url('img/logo-full-2x.png') no-repeat 20px center;
79     background-size: 185px 33px;
80     height: 33px;
81     text-indent: -9999em;
82     margin-right: 10px;
83 }
84 .checkforspam {
85     display: inline-block !important;
86 }
87 .checkforspam-spinner {
88     display: inline-block;
89     margin-top: 7px;
90 }
91
92 .config-wrap {
93         margin-top: 2em;
94     max-width: 700px;
95 }
96
97 .activate-option {
98     background: #e3e3e3;
99     border-radius: 3px;
100     margin-bottom: 30px;
101     overflow: hidden;
102     padding: 20px;
103 }
104 .activate-option.clicked {
105         background: #649316;
106         color: #fff;
107 }
108 .activate-option.clicked:hover {
109         background: #68802E;
110         color: #fff;
111 }
112
113 .activate-option .button.button-secondary {
114         margin: 15px 0;
115 }
116
117 .activate-option p {
118         margin: 10px 0 10px;
119 }
120
121 .activate-highlight {
122         background: #fff;
123         padding: 30px;
124         margin-right: 10px;
125 }
126
127 .activate-highlight.secondary {
128         background: #ddd;
129         padding: 20px 30px;
130 }
131
132 .activate-highlight h3 {
133         margin: 0 0 0.3em;
134 }
135 .activate-highlight p {
136         color: #777;
137 }
138 .activate-highlight .button-primary {
139         margin-top: 15px;
140 }
141
142 #akismet-enter-api-key .regular-text {
143         width: 18em;
144         margin-top: 15px;
145 }
146
147 .right {
148         float: right;
149 }
150
151 .alert-text {
152         color: #dd3d36;
153 }
154 .success {
155         color: #649316;
156 }
157 .option-description {
158     float: left;
159     font-size: 16px;
160 }
161 .option-description span {
162     color: #666;
163     display: block;
164     font-size: 14px;
165     margin-top: 5px;
166 }
167 .option-action {
168     float: right;
169 }
170 .key-config-link {
171     font-size: 14px;
172     margin-left: 20px;
173 }
174 .jetpack-account {
175     float: left;
176     font-size: 18px;
177     margin-right: 40px;
178 }
179 .small-heading {
180     color: #777;
181     display: block;
182     font-size: 12px;
183     font-weight: bold;
184     margin-bottom: 5px;
185     text-transform: uppercase;
186 }
187 .inline-label {
188     background: #ddd;
189     border-radius: 3px;
190     font-size: 11px;
191     padding: 3px 8px;
192     text-transform: uppercase;
193 }
194 .inline-label.alert {
195     background: #e54747;
196     color: #fff;
197 }
198 .jetpack-account .inline-label {
199     margin-left: 5px;
200 }
201 .option-action .manual-key {
202     margin-top: 7px;
203 }
204
205 .alert {
206         border: 1px solid #e5e5e5;
207         padding: 0.4em 1em 1.4em 1em;
208     border-radius: 3px;
209     -webkit-border-radius: 3px;
210     border-width: 1px;
211     border-style: solid;
212 }
213
214 .alert h3.key-status {
215         color: #fff;
216         margin: 1em 0 0.5em 0;
217 }
218
219 .alert.critical {
220         background-color: #993300;
221 }
222
223 .alert.active {
224         background-color: #649316;
225 }
226
227 .alert p.key-status {
228         font-size: 24px;
229 }
230
231 .alert p.description {
232         color:#fff;
233         font-size: 14px;
234     margin: 0 0;
235         font-style: normal;
236 }
237
238 .alert p.description a,
239 .alert p.description a,
240 .alert p.description a,
241 .alert p.description a {
242         color: #fff;
243 }
244
245 .new-snapshot {
246         margin-top: 1em;
247         padding: 1em;
248         text-align: center;
249 }
250
251 .new-snapshot.stats {
252         background: #fff;
253         border: 1px solid #e5e5e5;
254 }
255
256 .new-snapshot h3 {
257     background: #f5f5f5;
258         color: #888;
259         font-size: 11px;
260     margin: 0;
261     padding: 3px;
262 }
263
264 .new-snapspot ul {
265         font-size: 12px;
266         width: 100%;
267 }
268
269 .new-snapshot ul li {
270     color: #999;
271         float: left;
272     font-size: 11px;
273         padding: 0 20px;
274     text-transform: uppercase;
275         width: 33%;
276         box-sizing: border-box;
277         -moz-box-sizing: border-box;
278         -webkit-box-sizing: border-box;
279         -ms-box-sizing: border-box;
280 }
281
282 .new-snapshot.stats ul li:first-child,
283 .new-snapshot.stats ul li:nth-child(2) {
284         border-right:1px dotted #ccc;
285 }
286
287 .new-snapshot.account ul li:nth-child(2) {
288         border-right: none;
289 }
290
291 .new-snapshot ul li span {
292     color: #52accc;
293         display: block;
294         font-size: 32px;
295         font-weight: lighter;
296         line-height: 1.5em;
297 }
298
299 .new-snapshot.stats {
300 }
301
302 .new-snapshot.account,
303 .new-snapshot.settings {
304         float: left;
305         padding: 0;
306         text-align: left;
307         width: 50%;
308         box-sizing: border-box;
309         -moz-box-sizing: border-box;
310         -webkit-box-sizing: border-box;
311         -ms-box-sizing: border-box;
312 }
313
314 .account-container {
315         background: #fff;
316         border: 1px solid #e5e5e5;
317         margin-right: 0.5em;
318 }
319
320 .settings-container {
321         background: #fff;
322         border: 1px solid #e5e5e5;
323         margin-left: 0.5em;
324 }
325
326 .new-snapshot.account ul li {
327         width:100%
328 }
329
330 .new-snapshot.account ul li span {
331         font-size: 14px;
332         font-weight: normal;
333 }
334
335
336 .new-snapshot.settings ul li {
337         border: none;
338         display: block;
339         width:100%
340 }
341
342 .new-snapshot.settings ul li span {
343         display: block;
344         font-size: 14px;
345         font-weight: normal;
346 }
347
348 .new-snapshot.settings p.submit {
349         margin: 0;
350         text-align: center;
351 }
352
353 .akismet-settings th:first-child {
354         vertical-align: top;
355         padding-top: 15px;
356 }
357
358 .akismet-settings th.akismet-api-key {
359         vertical-align: middle;
360         padding-top: 0;
361 }
362
363 .akismet-settings input[type=text] {
364         width: 75%;
365 }
366
367 .akismet-settings span.note{
368         float: left;
369         padding-left: 23px;
370         font-size: 75%;
371         margin-top: -10px;
372 }
373
374 .clearfix {
375         clear:both;
376 }
377
378 /**
379  * For the activation notice on the plugins page.
380  */
381 .akismet_activate {
382         min-width: 825px;
383         border: 1px solid #4F800D;
384         padding: 5px;
385         margin: 15px 0;
386         background: #83AF24;
387         background-image: -webkit-gradient(linear, 0% 0, 80% 100%, from(#83AF24), to(#4F800D));
388         background-image: -moz-linear-gradient(80% 100% 120deg, #4F800D, #83AF24);
389         -moz-border-radius: 3px;
390         border-radius: 3px;
391         -webkit-border-radius: 3px;
392         position: relative;
393         overflow: hidden;
394 }
395
396 .akismet_activate .aa_a {
397         position: absolute;
398         top: -5px;
399         right: 10px;
400         font-size: 140px;
401         color: #769F33;
402         font-family: Georgia, "Times New Roman", Times, serif;
403         z-index: 1;
404 }
405
406 .akismet_activate .aa_button {
407         font-weight: bold;
408         border: 1px solid #029DD6;
409         border-top: 1px solid #06B9FD;
410         font-size: 15px;
411         text-align: center;
412         padding: 9px 0 8px 0;
413         color: #FFF;
414         background: #029DD6;
415         background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#029DD6), to(#0079B1));
416         background-image: -moz-linear-gradient(0% 100% 90deg, #0079B1, #029DD6);
417         -moz-border-radius: 2px;
418         border-radius: 2px;
419         -webkit-border-radius: 2px;
420         width: 100%;
421         cursor: pointer;
422         margin: 0;
423 }
424
425 .akismet_activate .aa_button:hover {
426         text-decoration: none !important;
427         border: 1px solid #029DD6;
428         border-bottom: 1px solid #00A8EF;
429         font-size: 15px;
430         text-align: center;
431         padding: 9px 0 8px 0;
432         color: #F0F8FB;
433         background: #0079B1;
434         background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#0079B1), to(#0092BF));
435         background-image: -moz-linear-gradient(0% 100% 90deg, #0092BF, #0079B1);
436         -moz-border-radius: 2px;
437         border-radius: 2px;
438         -webkit-border-radius: 2px;
439 }
440
441 .akismet_activate .aa_button_border {
442         border: 1px solid #006699;
443         -moz-border-radius: 2px;
444         border-radius: 2px;
445         -webkit-border-radius: 2px;
446         background: #029DD6;
447         background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#029DD6), to(#0079B1));
448         background-image: -moz-linear-gradient(0% 100% 90deg, #0079B1, #029DD6);
449 }
450
451 .akismet_activate .aa_button_container {
452         display: inline-block;
453         background: #DEF1B8;
454         padding: 5px;
455         -moz-border-radius: 2px;
456         border-radius: 2px;
457         -webkit-border-radius: 2px;
458         width: 266px;
459 }
460
461 .akismet_activate .aa_description {
462         position: absolute;
463         top: 22px;
464         left: 285px;
465         margin-left: 25px;
466         color: #E5F2B1;
467         font-size: 15px;
468         z-index: 1000;
469 }
470
471 .akismet_activate .aa_description strong {
472         color: #FFF;
473         font-weight: normal;
474 }