-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
74 lines (72 loc) · 1.26 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
body {
font-family: helvetica neue;
text-align: center;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin:0;
}
#sneaker {
max-width: 500px;
}
#sneaker .accent_top {
fill: #EB1C31;
}
#sneaker .accent_bottom {
fill: #F7931E;
}
#sneaker .base_front {
fill: #E9E9E8;
}
#sneaker .base_back {
fill: #F1EEF1;
}
h1, h2, h3 {
font-weight: 200;
}
h4 {
color: #ccc;
font-weight: 400;
}
hr {
background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
border: 0;
height: 1px;
}
.predicted-sneaker {
/* background: black; */
border: 1px solid #ccc;
border-radius: 20px;
display: inline-block;
margin: 10px;
padding: 10px;
width: 457px;
}
.editor-wrapper {
background: #333;
display: inline-block;
font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Inconsolata", 'Courier New', monospace;
font-size: 10pt;
font-weight: normal;
padding: 8px;
text-align: left;
width: 400px;
}
.star {
background: none;
border: none;
color: #999;
cursor: pointer;
font-size: 18pt;
margin: 0;
outline: none;
padding: 0;
}
.star.gold {
color: goldenrod;
}
li {
color: #6f6f6f;
list-style-type: none;
font-size: 10pt;
font-weight: 400;
}