This repository has been archived by the owner on Mar 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
95 lines (94 loc) · 1.57 KB
/
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
/* CSS Document */
#header{
border-bottom: 1px solid #C2C2C2;
display: table;
width: 100%;
}
#body{
margin: 0;
color: #373737;
font-family: 'Roboto', 'Noto Sans SC', sans-serif;
}
#name {
padding: 1.25em;
display: table-cell;
}
#Addbtn {
width: 27.5px;
padding: 0.75em 1em 0.5em 1em;
text-align: center;
vertical-align: middle;
display: table-cell;
border-left: 1px solid #C2C2C2;
}
#Addbtn:active {
background-color: #f0f0f0;
}
.banner {
padding: 1.25em;
}
#list {
border-top: 0.5px solid #C2C2C2;
border-bottom: 0.5px solid #C2C2C2;
}
.type {
display: table;
border-top: 0.5px solid #C2C2C2;
border-bottom: 0.5px solid #C2C2C2;
width: 100%;
position: sticky;
top: 0;
background-color: #FFFFFF;
}
.icon {
width: 27.5px;
padding: 0.75em 1em 0.5em 1em;
text-align: center;
vertical-align: middle;
display: table-cell;
}
.name {
display: table-cell;
padding: 1.25em 1.25em 1.25em 0;
}
.device {
padding: 1.25em 1.25em 1.25em 3.75em;
border-top: 0.5px solid #C2C2C2;
border-bottom: 0.5px solid #C2C2C2;
}
.device:active {
background-color: #F0F0F0;
}
#footer {
font-size: 0.85em;
padding: 1.15em;
}
.palette {
padding-top: 1.25em;
display: table;
}
.blank {
width: 1em;
height: 27.5px;
display: table-cell;
}
.color {
width: 27.5px;
height: 27.5px;
border-radius: 13.75px;
display: table-cell;
}
/* Main Function */
#imageLoader{
display: none;
}
#imageCanvas{
display: none;
}
#img_div{
margin: 1em 0 0 0;
overflow:hidden;
}
#img_div img{
max-width: 50%;
}