-
Notifications
You must be signed in to change notification settings - Fork 79
/
Copy pathadmin.css
189 lines (180 loc) · 3.41 KB
/
admin.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
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
#formatdiv, /* hide default radio button UI */
#titlewrap {
display: none;
}
#post-body-content #postimagediv .inside p {
text-align: center;
}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.cf-elm-block {
margin-bottom: 18px;
}
.cf-elm-block label {
color: #666;
display: block;
margin-bottom: 2px;
padding-left: 10px;
text-transform: uppercase;
}
.cf-elm-block input[type="text"],
.cf-elm-block textarea,
.cf-elm-block select,
.cf-elm-block .cf-elm-container {
border: 1px #dfdfdf solid;
}
.cf-elm-block input[type="text"],
.cf-elm-block textarea {
font-size: 18px;
width: 100%;
}
.cf-elm-block textarea {
height: 161px;
padding-left: 8px;
}
.cf-elm-block input[type="text"] {
padding-left: 8px;
}
.cf-elm-block .description {
color: #999;
display: block;
font-size: 11px;
line-height: 1.6;
padding-left: 10px;
}
.cf-elm-block .cf-elm-source {
height: 96px;
}
.cf-elm-block .cf-elm-container {
background: #f0f0f0;
padding: 10px;
}
.cf-elm-block .cf-elm-container p.none {
text-align: center;
}
.cf-elm-block .cfpf-gallery-options {
padding-top: 0;
}
.cf-elm-block .cfpf-gallery-options label {
display: inline;
padding-left: 2px;
text-transform: capitalize;
}
#cfpf-format-gallery-shortcode {
margin-left: 8px;
min-width: 350px;
width: 70%;
}
.cf-elm-block .cf-elm-image-gallery {
margin: 0 0 -5px 0;
padding: 0;
}
.cf-elm-block .cf-elm-container .gallery {
margin: 0;
padding-bottom: 8px;
}
.cf-elm-block .cf-elm-container .gallery li {
cursor: move;
display: block;
float: left;
margin: 0 8px 8px 0;
padding: 0;
}
.cf-elm-block .cf-elm-container .gallery li img {
vertical-align: middle;
}
#cfpf-format-gallery-preview .cf-elm-container {
background: #fff;
}
/* Video Field */
#cfpf-format-video-embed {
height: 65px;
}
/* Featured Image */
#post-body-content #select-featured-image {
text-align: center;
}
#post-body-content #select-featured-image img {
display: block;
margin: 0 auto 4px;
}
#post-body-content #select-featured-image a {
float: none;
}
#post-body-content #select-featured-image a.button-secondary {
margin-right: 10px;
}
/** tab navigation
-------------------------------------------------- */
.cf-nav {
border-bottom: 1px solid #ccc;
margin: 12px 0 11px 0;
width: 100%;
}
.cf-nav ul {
list-style-type: none;
margin: 0 8px;
padding: 0;
}
.cf-nav ul li,
.cf-nav ul li a {
float: left;
margin: 0;
}
.cf-nav ul li a {
display: block;
color: #555;
background-color: #e4e4e4;
border: 1px solid #ccc;
border-bottom: 0;
font-size: 14px;
font-weight: 700;
line-height: 1.4;
margin-right: 8px;
padding: 8px 10px;
text-decoration: none;
}
.cf-nav ul li a:hover {
background-color: #fff;
color: #464646;
}
.cf-nav ul li a.current {
background: none;
border-bottom: 1px solid #f1f1f1;
color: #000;
margin-bottom: -1px;
}
.cf-nav ul li a:focus {
outline: none;
}
.cf-nav ul li a:before {
color: #888;
vertical-align: top;
}
.cf-nav ul li a:hover:before,
.cf-nav ul li a.current:before {
color: #666;
}
@media (max-width: 1020px) {
.cf-nav ul li a span {
display: none;
/*color: red;*/
}
.cf-nav ul li a:before {
margin-right: 0;
}
.cf-nav ul li a.current:before {
margin-right: 7px;
}
.cf-nav ul li a.current span {
display: inline;
}
}
@media (max-width: 850px) {
.cf-nav ul li a,
.cf-nav ul li a.current {
border-bottom: 1px solid #ccc;
margin-bottom: 7px;
}
}