-
Notifications
You must be signed in to change notification settings - Fork 19
/
alo-easymail.css
55 lines (38 loc) · 1.35 KB
/
alo-easymail.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/*
ALO-EasyMail CSS Styles
To enable this file go to Settings > Newsletter > tab General.
Tip : copy this file to your theme directory and edit it there. Useful to prevent the loss of styles when you upgrade the plugin.
For more plugin classes and ids you can look at the source code of a blog page.
*/
/* Generic form styles */
.alo_easymail_widget_form { color:#000; }
/* Form for unknown visitors (not-registered) */
.alo_easymail_widget_form_public {}
/* Form for registered users */
.alo_easymail_widget_form_registered {}
/* Form elements */
.alo_easymail_widget_form .input-text {}
.alo_easymail_widget_form .input-checkbox {}
.alo_easymail_widget_form .input-radio {}
/* Lists table container */
.alo_easymail_lists_table {}
/* Error msg */
.alo_easymail_widget_error { color:#f00; }
/* Success msg */
.alo_easymail_widget_ok { color:#008000; }
/* Top claim, before form */
.alo_easymail_preform_msg {}
/* Policy disclaimer, after form */
.alo_easymail_disclaimer {}
/* Uncomment to customise the loading wheel (Note: be sure to copy this file into your theme dir and edit the image url) */
/*
.alo_em_widget_loading img { display: none }
.alo_em_widget_loading {
background: transparent url(images/loading.png) top left no-repeat;
padding-left: 20px;
}
*/
/* Shortcode newsletter Archive */
.easymail-newsletter-archive li {
margin-bottom: 5px;
}