aboutsummaryrefslogtreecommitdiffstats
path: root/www/css/makemyisland.scss
blob: ea8c43c8898905ef1c4d08dea11cbd43e80e3460 (plain)
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
@import "compass";

$yellow: rgb(249, 255, 198);
$blue: rgb(159, 217, 234);

.ios7 .ui-bar-a,
body.ios7 {
    background-color: $blue;
}

.ios7 .ui-bar-a {
    border-color: $blue;
}

#load-screen,
#locating {
    background: $blue;
    color: white;
}

#locating #progress-bar {
    background-color: #FFFF99;
}

#view-my-reports .draft_count{
    background-color: rgb(186,21,28);
    color: #fff;
    border-color: #ffea3d;
}

#display-help {
    background-color: $yellow;
    color: grey;
}


.ui-bar-a, .ui-btn-up-a, .ui-btn-hover-a, .ui-btn-down-a {
    border-color: darken($blue, 15%);
    @include background(linear-gradient(-90deg, darken($blue, 5%), lighten($blue, 5%) 98%));
}

.ui-corner-all,
.ui-btn-corner-all {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#load-screen .radar,
#locating .radar {
    background-image: url('../images/radar-makemyisland.png');
}