-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
67 lines (59 loc) · 1.43 KB
/
styles.css
File metadata and controls
67 lines (59 loc) · 1.43 KB
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
body {
font-family: 'Oswald', 'Helvetica', sans-serif;
font-weight: lighter;
background-color: #000;
background-image: linear-gradient(rgba(30,70,110,0.5), rgba(2,30,50,0));
background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#092F51), color-stop(0%,#000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #092F51 0%,#000 100%); /* Chrome10+,Safari5.1+ */
background-repeat: no-repeat;
background-attachment: fixed;
}
.bg-cream {
background-color: #F4F0E6;
background-image: linear-gradient(rgba(244,240,230,1) 0%, rgba(204,200,200,1) 100%);
background: -webkit-linear-gradient(top, rgba(244,240,230,1) 0%, rgba(244,240,230,1) 70%, rgba(204,200,200,1) 100%);
}
#background-bar {
position: absolute;
width: 100%;
height: 50%;
bottom: 0px;
}
.map-thumbnail {
max-height: 250px;
max-width: 250px;
border-radius: 6px;
border-style: solid;
margin-bottom: 10px;
border-color: #4445;
border-width: 1px;
border-top-color: #7775;
border-left-color: #7775;
cursor: pointer;
}
.alternate-image-color {
width: 15px;
height: 15px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 12px;
margin-top: 12px;
border-radius: 50%;
border-style: solid;
border-width: 1px;
border-color: #EEE3;
cursor: pointer;
}
.alternate-selected {
border-color: #333;
border-width: 2px;
}
.original {
background-color: #01917a;
}
.rose {
background-color: #ad496d;
}
.orange {
background-color: #cb5730;
}