aboutsummaryrefslogtreecommitdiffstats
path: root/www/css/makemyisland.scss
diff options
context:
space:
mode:
Diffstat (limited to 'www/css/makemyisland.scss')
-rw-r--r--www/css/makemyisland.scss46
1 files changed, 46 insertions, 0 deletions
diff --git a/www/css/makemyisland.scss b/www/css/makemyisland.scss
new file mode 100644
index 0000000..80f0edd
--- /dev/null
+++ b/www/css/makemyisland.scss
@@ -0,0 +1,46 @@
+@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;
+}