-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBigger Wp-Admin
198 lines (163 loc) · 3.71 KB
/
Bigger Wp-Admin
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
/* DASHBOARD menu */
/* */
#adminmenu .wp-submenu-head,#adminmenu a.menu-top {
font-size: 15px!important;
}
#adminmenu .wp-has-current-submenu .wp-submenu {
padding-left: 24px!important;
width: calc(100% - 24px)!important;
}
/* */
/* */
/* */
/* APARIENCIA CUSTOMIZACIÓN */
/* */
/* MAXIMIZAR EL ESPACIO DE TRABAJO */
/* */
/* Ancho de la preview de la web */
.preview-desktop #customize-preview {
padding: 0!important;
}
.preview-desktop #customize-preview iframe {
width: calc(100% - 59px)!important;
margin-left: 59px!important;
height: calc(100% - 0px)!important;
}
/* Panel inferior */
.ct-panel-builder {
left: 61px!important;
width: calc(100% - 59px)!important;
}
/* Barra de la izquierda */
.wp-full-overlay-sidebar {
width: 380px!important;
}
/* Ampliar la letra del editor */
.ct-control>header label,.ct-controls-group>header label {
font-size: 16px!important;
}
#customize-controls .control-section>h3.accordion-section-title {
font-size: 16px!important;
}
.CodeMirror-code {
font-size: 16px!important;
}
.CodeMirror {
line-height: 20px!important;
}
/* Typography editor */
.ct-typography-single-font .ct-font-name {
opacity: .85!important;
font-size: 17px!important;
}
.ct-option-modal {
width: var(--option-modal-width,365px)!important;
}
.ct-typography-single-font .ct-font-preview {
font-size: 33px!important;
}
.ct-typography-fonts {
height: 520px!important;
max-height: 520px!important;
}
.ct-typography-container {
min-height: 590px!important;
}
.CodeMirror pre {
font-size: 17px!important;
line-height: 1.3!important;
}
/* */
/* */
/* */
/* CSS EDITOR EN NEGRO */
/* */
.CodeMirror {
background: #2B2B2B!important;
}
/* Fondo activo */
.CodeMirror-activeline-background {
background: #202033!important;
height: 20px!important;
line-height: 1.4;
}
.cm-invalidchar,.cm-s-default .cm-error {
color: #ffb1b1!important;
font-weight: 700;
font-size: 17px;
}
/* @Media */
.cm-s-default .cm-def {
color: DodgerBlue!important;
}
/* ul, a ... */
.cm-s-default .cm-tag {
color: white!important;
}
/* Comentario */
.cm-s-default .cm-comment {
color: orange!important;
}
/* Número */
.cm-s-default .cm-number {
color: springgreen!important;
}
/* Propiedades y símbolos ej. display */
.CodeMirror-lines {
color: aquamarine!important;
}
/* Clases */
.cm-s-default .cm-meta,.cm-s-default .cm-qualifier {
color: white!important;
}
/* id */
.cm-s-default .cm-builtin {
color: white!important;
}
.cm-s-default .cm-keyword {
color: GreenYellow!important;
}
/* hover */
.cm-s-default .cm-type,.cm-s-default .cm-variable-3 {
color: gold!important;
}
/* Valor que se leda a una propiedad ej. none */
.cm-s-default .cm-atom {
color: MediumSpringGreen!important;
}
/* Numeración de las líneas */
.CodeMirror-linenumber .CodeMirror-gutter-elt {
padding: 0!important;
margin-right: -10px!important;
margin-left: -10px!important;
}
/* Strings */
.cm-s-default .cm-string {
color: #fff!important;
}
.CodeMirror-gutter {
background-color: #2B2B2B!important;
}
.wrap .CodeMirror .CodeMirror-linenumber {
color: grey!important;
background-color: #2a2d30!important;
}
/* */
/* */
/* */
/* */
/* ADMIN CSS MU EDITOR */
/* */
/* uncommenting this rule leads to poor view in the CSS editor, but better view during the edition here
.cm-s-default .cm-property {
color: aquamarine!important;
}*/
.cm-s-default .cm-operator {
color: white!important;
}
cm-s-default .cm-string-2 {
color: white!important;
}
.cm-s-default .cm-string-2 {
color: MediumSpringGreen!important;
}