blob: 7cae2a91a5e546a2120360011893ab5840399602 (
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
50
51
52
53
54
55
56
57
58
59
60
61
62
|
body{
background : url("../img/background_texture.jpg") repeat fixed 50% 0 transparent;
padding-top:40px;
}
.title{
border-bottom : 1px solid #E1E2E1;
}
.top-row{
background:none repeat scroll 0 0 #8E8E8E;
margin-bottom:40px;
margin-top : 40px;
}
.main-video{
padding: 30px 20px 20px;
height : 100%;
}
.module-row{
border-bottom: 1px solid #E1E1E2;
margin-bottom: 20px;
padding-bottom: 10px;
}
.module-description{
margin-bottom : 10px;
}
.module-list{
border-right: 1px solid #E1E1E2;
float: left;
height: 200px;
margin-left: 20px;
padding: 10px;
position: relative;
width: 250px;
}
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;
}
|