-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.css
More file actions
67 lines (56 loc) · 950 Bytes
/
Copy pathmain.css
File metadata and controls
67 lines (56 loc) · 950 Bytes
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
.header {
font-variant: small-caps;
margin-top: 10px;
margin-bottom: 20px;
font-size: 32px;
font-weight: 800;
padding-left: 40px;
line-height: 32px;
background: url("icon.png") no-repeat left top;
border-bottom: 1px solid #DDDDDD;
padding-bottom: 5px;
}
.header .small {
font-variant: normal;
font-weight: normal;
}
.alert {
padding: 5px 15px;
}
#color-preview {
padding: 2px;
height: 60px;
margin-top: 15px;
border-radius: 4px;
}
.select-color {
cursor: pointer;
}
.similar-preview {
height: 60px;
width: 60px;
padding: 2px;
margin-top: 15px;
border-radius: 4px;
display: inline-block;
}
#color-shadings {
margin-bottom: 0;
}
.no-color {
padding: 1px;
border: 1px solid #EEEEEE;
}
.shading-preview {
height: 30px;
margin-left: 15px;
}
.shading-preview-current{
height: 30px;
margin-left: 0;
border-radius: 15px 0 0 15px;
}
.table > tbody > tr > td {
padding: 2px;
border: none;
}