-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom-style.css
72 lines (68 loc) · 1.1 KB
/
custom-style.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
.style-container{
position: fixed;
right:-205px;
top:150px;
width:212px;
height:260px;
background-color: #3c3c3c;
padding:10px;
z-index: 5000;
color:#fff;
}
#demo-custom{
position:absolute;
top:0;
left:-38px;
font-size: 25px;
text-align: center;
width:250px;
height:40px;
cursor: pointer;
z-index: 5000;
background-color: #353535;
text-align:left;
padding:1px 10px;
}
#demo-custom h4{
display: inline;
padding-left: 15px;
padding-top: 0;
margin-top: 0;
font-size: 20px;
}
ul.pre-styles{
margin: 60px 0px 10px -7px;
list-style: none;
}
ul.pre-styles li{
width:60px;
height:40px;
display: inline-block;
margin-right:10px;
margin-bottom:10px;
cursor: pointer;
}
ul.pre-styles li:hover{
border:2px solid #2c2c2c;
}
.default{
background-color:#03cc85;
}
.purple{
background-color:#ec46ef;
}
.red{
background-color:#ff5468;
}
.pink{
background-color:#f17098;
}
.yellow{
background-color:#d5eb7d;
}
.blue{
background-color:#9a9ef6;
}
.cyan{
background-color:#0bb;
}