From 18b36df573c0b27f5a8528071b1bdb6fc2b6a349 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 22 May 2013 15:13:45 +0800 Subject: [PATCH] Change colour for mobile sa --- ...obile.css.erb.css => orbit-mobile.css.erb} | 29 +++++++++---------- 1 file changed, 13 insertions(+), 16 deletions(-) rename app/assets/stylesheets/mobile/{orbit-mobile.css.erb.css => orbit-mobile.css.erb} (89%) diff --git a/app/assets/stylesheets/mobile/orbit-mobile.css.erb.css b/app/assets/stylesheets/mobile/orbit-mobile.css.erb similarity index 89% rename from app/assets/stylesheets/mobile/orbit-mobile.css.erb.css rename to app/assets/stylesheets/mobile/orbit-mobile.css.erb index dff993c85..466367d39 100644 --- a/app/assets/stylesheets/mobile/orbit-mobile.css.erb.css +++ b/app/assets/stylesheets/mobile/orbit-mobile.css.erb @@ -100,9 +100,8 @@ div[data-role="page"] { padding: 0; border: none; z-index: 50; - /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#545b60), to(#191a1c));*/ - background-image: -webkit-linear-gradient(top, #5282A6, #133757); - -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(127, 149, 165, 1), 0 -1px 0 rgba(31, 32, 36, 1) inset; + background-image: -webkit-linear-gradient(top, #e35479, #cb2d56); + -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.8),inset 0 1px 0 #7f95a5,0 -1px 0 #1f2024 inset; } .header h1.ui-title { margin: 8px 30%; @@ -115,14 +114,12 @@ div[data-role="page"] { left: 50%; margin-left: -15px; font-size: 20px; - /*color: #727272;*/ - color: #7CA6C5; - /*background-color: #252525;*/ - background-color: #144366; + color: #ffc8e7; + background-color: #cb2d56; border-radius: 0 0 5px 5px; height: 15px; line-height: 16px; - box-shadow: 1px 2px 2px rgba(0, 0, 0, .5); + box-shadow: 1px 2px 2px rgba(0,0,0,0.5); } .header .language .ui-btn-text { left: 0; @@ -135,14 +132,14 @@ div[data-role="page"] { background-image: none; } .header .ui-btn-up-a { - border: 1px solid #133547; - background-color: #0C4C64; - background-image: -webkit-gradient(linear, left top, left bottom, from( #0D6691 ), to( #0E3A4B )); - background-image: -webkit-linear-gradient( #0D6691 , #0E3A4B ); - background-image: -moz-linear-gradient( #0D6691 , #0E3A4B ); - background-image: -ms-linear-gradient( #0D6691 , #0E3A4B ); - background-image: -o-linear-gradient( #0D6691 , #0E3A4B ); - background-image: linear-gradient( #0D6691 , #0E3A4B ); + border: 1px solid #a21050; + background-color: #cb2d56; + background-image: -webkit-gradient(linear, left top, left bottom, from(#e35479), to(#cb2d56)); + background-image: -webkit-linear-gradient(#e35479, #cb2d56); + background-image: -moz-linear-gradient(#e35479, #cb2d56); + background-image: -ms-linear-gradient(#e35479, #cb2d56); + background-image: -o-linear-gradient(#e35479, #cb2d56); + background-image: linear-gradient(#e35479, #cb2d56); } .header h1 img { height: 30px;