-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdemoStyles.css
93 lines (93 loc) · 1.31 KB
/
demoStyles.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
[ng-cloak] {
display: none;
}
* {
box-sizing: border-box
}
body {
font: 12px/16px helvetica, arial, sans-serif;
background: #eee;
}
ol {
margin:4px 0;
border: 0 none transparent;
padding: 0;
background:#eee;
}
li {
list-style:none;
margin: 1px;
border: 1px solid #ddd;
padding: 8px 8px 4px 8px;
background: #fff;
}
.ui-sortable li {
cursor: move;
}
.live input, .shadow input {
margin: 0;
border: 1px solid #ddd;
padding: 1px;
font: inherit;
font-weight: bold;
height:2em;
}
.ui-state-highlight {
border: 1px solid #fc0;
background: #ffe;
}
.live, .shadow {
float: left;
width: 45%;
margin-right: 5%;
}
.shadow {
opacity: 0.7;
}
.debug {
clear: both;
}
.debug textarea {
width: 100%;
height: 40em;
font: 10px/13px monospace;
}
textarea, input {
outline: none;
}
.pregnant {
border: 1px solid #ddd;
}
.bg0 {
background:#fcc;
}
.bg1 {
background:#ffc;
}
.bg2 {
background:#cfc;
}
.bg3 {
background:#cff;
}
.bg4 {
background:#ccf;
}
.bg5 {
background:#fcf;
}
.minimized > ol > li {
display:none;
}
.minimized > ol {
border: 0 none transparent;
}
.toggle {
border: 0 none transparent;
background:transparent;
width:2em;
color:#aaa;
}
button {
cursor: pointer
}