summaryrefslogtreecommitdiff
path: root/stapp/static/video
diff options
context:
space:
mode:
Diffstat (limited to 'stapp/static/video')
-rw-r--r--stapp/static/video/css/style.css33
-rw-r--r--stapp/static/video/img/fossee.jpgbin0 -> 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
new file mode 100644
index 0000000..a3c786a
--- /dev/null
+++ b/stapp/static/video/img/fossee.jpg
Binary files differ