-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathr2d2-editor-style.css
73 lines (61 loc) · 1.19 KB
/
r2d2-editor-style.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
/*
Theme Name: R2D2
Description: Used to style the TinyMCE editor.
Child Theme of: Twenty Thirteen
*/
/* Reset of post format background colour in editor
Twenty Thirteen colours don't conform to child theme colours
-------------------------------------------------------------- */
.post-format-aside,
.post-format-audio,
.post-format-chat,
.post-format-gallery,
.post-format-image,
.post-format-link,
.post-format-quote,
.post-format-status,
.post-format-video {
background-color: #fff;
}
.post-format-aside,
.post-format-audio,
.post-format-chat,
.post-format-gallery,
.post-format-image,
.post-format-link,
.post-format-quote,
.post-format-status,
.post-format-video {
color: #141412;
}
/**
* 4.0 Links
* ----------------------------------------------------------------------------
*/
a {
color: #5465c5;
text-decoration: none;
}
.post-format-aside a,
.post-format-audio a,
.post-format-chat a,
.post-format-gallery a,
.post-format-image a,
.post-format-link a,
.post-format-quote a,
.post-format-status a,
.post-format-video a {
color: #5465c5;
}
a:visited {
color: #6B75AE;
}
a:focus {
outline: thin dotted;
}
a:active,
a:hover {
color: #5465c5;
outline: 0;
text-decoration: underline;
}