From 1e75a7a3dac013c7cd1a475b0ecccb0d7cdf8de9 Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 14 Oct 2011 17:56:21 +0530 Subject: [PATCH] front page --- best/static/rapidsms/stylesheets/layout.css | 8 +- best/templates/dashboard.html | 133 +++++++++++++++++++- 2 files changed, 136 insertions(+), 5 deletions(-) diff --git a/best/static/rapidsms/stylesheets/layout.css b/best/static/rapidsms/stylesheets/layout.css index 231a91c..73cd8d8 100644 --- a/best/static/rapidsms/stylesheets/layout.css +++ b/best/static/rapidsms/stylesheets/layout.css @@ -166,7 +166,8 @@ padding: 0 1em; border-right: 1px solid #FE0000; border-left: 1px solid #FE0000; outline: none; -background-color:#CE0000; } +background-color:#CE0000; +text-shadow: 1px 2px 1px #000; } /* there are unread messages in this tab! TODO: is this just * for the training app? if so, move it there! */ @@ -185,8 +186,9 @@ background-color:#CE0000; } background: #fff url("../images/tab-bg-active.png") repeat-x; text-decoration: none; - text-shadow: none; + text-shadow: #000 1px 1px 2px; color: #000; + /* the same color as the strip in header-bg.png */ border: 1px solid #cef1f5; @@ -202,7 +204,7 @@ background-color:#CE0000; } #tabs li a:hover, #page-tabs li a:hover, #tabs li a:focus, #page-tabs li a:focus { /*background-image: url("../images/tab-bg-hover.png");*/ - text-shadow: #FB8C07 1px 1px 2px; + text-shadow: #000 1px 1px 2px; text-decoration: none; } diff --git a/best/templates/dashboard.html b/best/templates/dashboard.html index e6a691c..ed25af1 100644 --- a/best/templates/dashboard.html +++ b/best/templates/dashboard.html @@ -5,8 +5,9 @@ {{ block.super }} {% endblock %} +{% block javascripts %} + {{ block.super }} + + +{% endblock %} {% block content %} +
+ English मराठी हिन्दी ગુજરાતી +
+
+ + +

Welcome!

+ +

How-To Use

+ +

BUS 21 +

+ +

STOP MAHIM +

+ +

FROM COLABA TO MAHIM +

+

Feedback

+ + +
+ + +{% endblock %} + +{% block footer %} + + {% endblock %}