-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
60 lines (55 loc) · 1.34 KB
/
style.css
File metadata and controls
60 lines (55 loc) · 1.34 KB
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
/*
Theme Name: Customize Plus Demo
Theme URI: https://knitkode.com/demo/customize-plus
Description: Customize Plus plugin demo starter theme
Author: KnitKode
Author URI: https://knitkode.com
Version: 0.0.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: customize-plus-demo
*/
body {
font-family: 'Open Sans', sans-serif;
overflow-y: scroll;
}
body.admin-bar .fixed-top {
top: 32px;
}
.setting-name {
background: #eee;
padding: 4px 5px;
border: 1px solid #eee;
border-bottom: 0;
overflow: hidden;
white-space: nowrap;
font-size: 13px;
font-weight: bold;
text-overflow: ellipsis;
font-family: monospace;
}
.setting-preview {
height: 80px;
width: 100%;
margin: 0 0 15px 0;
padding: 5px;
border: 1px solid #eee;
border-top: 0;
background-color: #fafafa;
font-size: 12px;
box-shadow: 0 0 0 transparent;
-webkit-transition: box-shadow .7s ease, -webkit-transform .7s ease;
transition: box-shadow .7s ease, transform .7s ease;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
word-break: break-all;
word-break: break-word;
overflow: auto;
}
.flash {
box-shadow: 0 0 60px rgba(0, 0, 0, 0.7);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}