-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhistoryapp.styl
176 lines (122 loc) · 2.18 KB
/
historyapp.styl
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
/* CSS declarations go here */
body
font-family: sans-serif
background-attachment: fixed
position: absolute
top: 0
bottom: 0
left: 0
right: 0
padding: 0
margin: 0
font-size: 1em
.container
margin: 0 auto
min-height: 1200px
background: white
header
background: #d2edf4
background-image: linear-gradient(to bottom, #d0edf5, #e1e5f0 100%)
padding: 20px 15px 15px 15px
position: relative
#login-buttons
display: block
h1
font-size: 1.5em
margin: 0
margin-bottom: 10px
display: inline-block
margin-right: 1em
form
margin-top: 10px
margin-bottom: -10px
position: relative
ul
margin: 0
padding: 0
background: white
.delete
float: right
font-weight: bold
background: none
font-size: 1em
border: none
position: relative
li
position: relative
list-style: none
padding: 0px
li .text
margin-left: 0px
li.checked
color: #888
li.checked .text
text-decoration: line-through
li.private
background: #eee
border-color: #ddd
header .hide-completed
float: right
.toggle-private
margin-left: 5px
.activeDate
color: #ff8800
.date
padding: 0px
margin: 0px
font-size: 1.25em
.slider-label
padding-left: 2px
color: black
bottom: 20px
position: relative
.map-container
width: 1000px
max-width: 100%
height: 300px
span.subtext
font-size: 0.75em
margin-left: 3px
margin-right: 3px
#america
fill: #440000
#america:hover
fill: #ff0000
#uk
fill: #004400
#uk:hover
fill: #00ff00
#europe
fill: #000044
#europe:hover
fill: #0000ff
#asia
fill: #440044
#asia:hover
fill: #ff00ff
#india_region
fill: #004444
#india_region:hover
fill: #00ffff
#middle_east
fill: #442200
#middle_east:hover
fill: #ff8800
#africa
fill: #444400
#africa:hover
fill: #ffff00
span.region-label
border: 1px solid #bbb
padding: 2px
.range-slider-handle
height: 30px
width: 30px
.range-slider
height: 25px
.range-slider-active-segment
height: 25px
.slider-label
font-size: 1em
#suggestModal .row
margin: 5px