summaryrefslogtreecommitdiff
path: root/stapp/static/video/css/style.css
blob: da6ce4b68f7c9739b3e543980c1937f48aadad6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
body{
    background : #D9D9D9;
    padding-top:40px;
}


.top-row{
    background:none repeat scroll 0 0 #8E8E8E;
    margin-bottom:40px;
    margin-top : 40px;
}

.main-video{
    padding: 30px 20px 20px;
    height : 495px;
}

.module-list{
    position:relative; 
    float:left; 
    margin-right:30px; 
    margin-bottom:30px;
    width: 250px;
    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;
}