|
0
|
1 |
/*! |
|
|
2 |
* modif from bootstrap for p4l |
|
|
3 |
*/ |
|
|
4 |
|
|
|
5 |
html, |
|
|
6 |
body { |
|
|
7 |
height: 100%; |
|
|
8 |
/* The html and body elements cannot have any padding or margin. */ |
|
|
9 |
} |
|
|
10 |
|
|
|
11 |
.container { |
|
|
12 |
margin: 0 auto; |
|
|
13 |
width: 950px; |
|
|
14 |
} |
|
|
15 |
.navbar { |
|
|
16 |
border-radius: 0; |
|
|
17 |
} |
|
|
18 |
.navbar-inverse { |
|
|
19 |
background-color: #333333; |
|
|
20 |
border: medium none; |
|
|
21 |
} |
|
|
22 |
.divctn{ |
|
|
23 |
min-height: 800px; |
|
|
24 |
} |
|
|
25 |
.videotitle{ |
|
|
26 |
margin-top: 10px; |
|
|
27 |
border-bottom: 1px dotted #333333; |
|
|
28 |
} |
|
|
29 |
.videolink{ |
|
|
30 |
cursor: pointer; |
|
|
31 |
} |
|
|
32 |
iframe { |
|
|
33 |
border: none; |
|
|
34 |
} |
|
|
35 |
|
|
|
36 |
footer { |
|
|
37 |
padding-bottom: 20px; |
|
|
38 |
border-top: 1px solid gray; |
|
|
39 |
} |
|
|
40 |
|