From fcd1d73d9ce5e7509250e814020a63713b0b9c38 Mon Sep 17 00:00:00 2001 From: Parth Buch Date: Fri, 27 Jul 2012 15:56:33 +0530 Subject: UI Changes Changed style.css and base.html to bring the ground work up for popcornjs framework --- stapp/static/video/css/style.css | 33 +++++++++++++++++++++++++-------- stapp/static/video/img/fossee.jpg | Bin 0 -> 32868 bytes stapp/templates/base.html | 19 +++++-------------- 3 files changed, 30 insertions(+), 22 deletions(-) create mode 100644 stapp/static/video/img/fossee.jpg diff --git a/stapp/static/video/css/style.css b/stapp/static/video/css/style.css index 4e23946..da6ce4b 100644 --- a/stapp/static/video/css/style.css +++ b/stapp/static/video/css/style.css @@ -1,21 +1,18 @@ body{ + background : #D9D9D9; padding-top:40px; } .top-row{ - background-color:#3c8fc9; - background:-moz-linear-gradient(top,#3c8fc9,#ffffff); - background:-webkit-linear-gradient(top,#3c8fc9,#ffffff); - margin-left:-20px; - padding-right:40px; + background:none repeat scroll 0 0 #8E8E8E; margin-bottom:40px; + margin-top : 40px; } .main-video{ - padding-top:30px; - padding-left:20px; - padding-bottom:20px; + padding: 30px 20px 20px; + height : 495px; } .module-list{ @@ -27,6 +24,26 @@ body{ height:150px; } +video{ + box-shadow:1px 1px 5px 1px #373634; +} + +footer{ + background: none repeat scroll 0 0 #333333; + border-top: 3px solid #222222; + margin: 50px 0 0; + padding: 30px 0 50px; + color: #666666; +} +#video-panel{ + background: none repeat scroll 0 0 #F8F7F6; + border: 5px solid #5a5a5a; + height: 100%; + padding: 5px; +} + #videodescription{ font-size:14px; } + + diff --git a/stapp/static/video/img/fossee.jpg b/stapp/static/video/img/fossee.jpg new file mode 100644 index 0000000..a3c786a Binary files /dev/null and b/stapp/static/video/img/fossee.jpg differ diff --git a/stapp/templates/base.html b/stapp/templates/base.html index 7bea035..59bea6c 100644 --- a/stapp/templates/base.html +++ b/stapp/templates/base.html @@ -12,15 +12,6 @@ {% endblock %} - {% block css %} @@ -70,7 +61,7 @@ padding: 9px 0; {% block video %} {% endblock %} -
+
{% block video_description%} {% endblock %}
@@ -79,10 +70,10 @@ padding: 9px 0; {% block module_list %} {% endblock %} -
-
+ -- cgit