summaryrefslogtreecommitdiff
blob: 3aff6eded9d8ed7fe0085bc4bd1d81d4d029fecf (plain)
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
/* NOAUTORTL */
.for-codemirror, .CodeMirror {
	font-family: Consolas, Monaco, monospace;
	font-size: 12px;
	line-height: 16px;
	margin: 16px 0 0 0;
	direction: ltr;
	text-align: left;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.for-codemirror {
	width: 98%;
	height: 300px;
}
#customize-control-wpcom_custom_css_content_width_control > label {
	position: relative;
	width: 100px;
}
#customize-control-wpcom_custom_css_content_width_control .customize-control-title {
	padding-bottom: 6px;
}
#customize-controls #customize-control-wpcom_custom_css_content_width_control input[type="text"], /* stronger selector to override new-customizer.css */
#customize-control-wpcom_custom_css_content_width_control input[type="text"] {
	width: 64px;
	padding-right: 22px;
	text-align: right;
}
#customize-control-wpcom_custom_css_content_width_control input[type="text"] + span {
	position: absolute;
	left: 43px;
	padding-top: 3px;
	opacity: .8;
}
@-moz-document url-prefix() {
	#customize-control-wpcom_custom_css_content_width_control input[type="text"] + span {
		top: 47px;
	}
}
#customize-control-wpcom_custom_css_content_width_control input[type="text"]:focus + span {
	opacity: 1;
}

#customize-control-wpcom_custom_css_content_width_control .description {
	display: block;
	margin: 28px 0 0 0;
	color: #aaa;
}

#customize-control-wpcom_custom_css_content_width_control .description strong {
	font-style: normal;
}

#customize-control-jetpack_custom_css_control {
	position: relative;
}

.css-help {
	border-bottom: 1px solid #ddd;
	background: #ffffff;
	position: relative;
	right: 0;
	left: 0;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.css-help a {
	float: none;
	display: inline-block;
	text-decoration: none;
	border-bottom: 4px solid transparent;
	color: #555d66;
	padding: 7px 10px 5px;
	transition: .15s color ease-in-out,.15s background-color ease-in-out,.15s border-color ease-in-out;
}

.css-help a:hover {
	color: #0073aa;
	background-color: #f3f3f5;
}

.css-help a:before {
	display: inline-block;
	position: relative;
	font-family: dashicons;
	font-size: 20px;
	padding-right: 3px;
	top: 5px;
	line-height: 1px;
}

.css-help a:focus {
	color: #0073aa;
	background-color: #f3f3f5;
	border-bottom-color: #0073aa;
	box-shadow: none;
}

.css-help a#revisions-link:before {
	content: "\f321";
}

.css-help a#help-link:before {
	content: "\f223";
}

#sub-accordion-section-custom_css .customize-control {
	margin: 12px 0;
}

#sub-accordion-section-custom_css .customize-control-jetpackCss {
	margin: 0 -12px;
	width: calc( 100% + 24px );
}

#customize-theme-controls #sub-accordion-section-custom_css .customize-control-title {
	margin-left: 0;
	margin-right: 0;
}

#sub-accordion-section-custom_css #customize-control-jetpack_css_preprocessors_control select {
	max-width: 75%;
}

body.editing-css .wp-full-overlay-sidebar {
	width: 500px;
}

body.editing-css .wp-full-overlay.expanded {
	margin-left: 500px;
}

input[type=jetpackCss] {
	display: none;
}