forked from mjangda/plugin-notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin-notes.css
76 lines (75 loc) · 1.73 KB
/
plugin-notes.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
.wp-plugin_note_box {
background: #EAF2FA;
border: 1px solid #21759B;
border-style: solid;
border-width: 1px;
margin-bottom: 5px;
padding: 3px 5px;
}
.wp-plugin_note_box_blank {
margin-bottom: 5px;
width: 500px;
}
.wp-plugin_note {
display: block;
margin-bottom: 5px;
}
.wp-plugin_note_user {
font-size:1em;
line-height:1.1em;
}
.wp-plugin_note_date {
color:#666666;
font-size:0.85em;
}
.wp-plugin_note_actions {
font-size:0.85em;
display: block;
}
.wp-plugin_note_actions a.delete {
color: #BC0B0B;
}
.wp-plugin_note_edit_actions {
display: block;
margin: 5px 0 5px 0;
}
.wp-plugin_note_error {
display: block;
color: #FF0000;
width: 350px;
}
.wp-plugin_note_success {
display: block;
color: #006600;
width: 350px;
}
.plugins .inactive .wp-plugin_note_form a.button-primary {
color: #fff !important;
}
.plugins .inactive .wp-plugin_note_form a.button-primary:hover,
.plugins .inactive .wp-plugin_note_form a.button-primary:active {
color: #EAF2FA !important;
}
.plugins .inactive .wp-plugin_note_form a.button {
color: #000 !important;
}
.plugins .inactive .wp-plugin_note_form a.button:hover,
.plugins .inactive a.button:active {
color: #000 !important;
}
.wp-plugin_note_box a[target="_blank"],
.wp-plugin_note_box a[target="_blank"]:link,
a.ext-link, a.ext-link:link {
background: url("images/external.png") no-repeat 100% 0;
padding-right: 13px;
}
.wp-plugin_note_box a[target="_blank"]:visited,
a.ext-link:visited, a.ext-link:visited {
background: url("images/external.png") no-repeat 100% -100px;
padding-right: 13px;
}
.wp-plugin_note_box a[target="_blank"]:active,
a.ext-link:hover, a.ext-link:active {
background: url("images/external.png") no-repeat 100% -200px;
padding-right: 13px;
}