|
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{ |
|
7
|
23 |
min-height: 650px; |
|
0
|
24 |
} |
|
|
25 |
.videotitle{ |
|
|
26 |
border-bottom: 1px dotted #333333; |
|
6
|
27 |
padding-top: 10px; |
|
0
|
28 |
} |
|
|
29 |
.videolink{ |
|
|
30 |
cursor: pointer; |
|
|
31 |
} |
|
6
|
32 |
.active{ |
|
|
33 |
background-color: #EEEEEE; |
|
|
34 |
} |
|
7
|
35 |
.footer-img img, #copyright-version{ |
|
|
36 |
margin: 10px 10px 0; |
|
|
37 |
} |
|
0
|
38 |
iframe { |
|
|
39 |
border: none; |
|
12
|
40 |
} |
|
|
41 |
video { |
|
|
42 |
background-color: #000; |
|
0
|
43 |
} |
|
|
44 |
|
|
|
45 |
footer { |
|
|
46 |
padding-bottom: 20px; |
|
|
47 |
border-top: 1px solid gray; |
|
|
48 |
} |
|
|
49 |
|