diff options
author | Parth Buch | 2012-07-27 15:56:33 +0530 |
---|---|---|
committer | Parth Buch | 2012-07-27 15:56:33 +0530 |
commit | fcd1d73d9ce5e7509250e814020a63713b0b9c38 (patch) | |
tree | bb352ea3603ca5f0fbf179eb93990664e91034bb /stapp/static | |
parent | 0e03aed7a5f6a99905484f9f940cb5483f170a0a (diff) | |
download | stproject-fcd1d73d9ce5e7509250e814020a63713b0b9c38.tar.gz stproject-fcd1d73d9ce5e7509250e814020a63713b0b9c38.tar.bz2 stproject-fcd1d73d9ce5e7509250e814020a63713b0b9c38.zip |
UI Changes
Changed style.css and base.html to bring the ground work up
for popcornjs framework
Diffstat (limited to 'stapp/static')
-rw-r--r-- | stapp/static/video/css/style.css | 33 | ||||
-rw-r--r-- | stapp/static/video/img/fossee.jpg | bin | 0 -> 32868 bytes |
2 files changed, 25 insertions, 8 deletions
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 Binary files differnew file mode 100644 index 0000000..a3c786a --- /dev/null +++ b/stapp/static/video/img/fossee.jpg |