-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCBstyle.css
More file actions
executable file
·70 lines (64 loc) · 824 Bytes
/
CBstyle.css
File metadata and controls
executable file
·70 lines (64 loc) · 824 Bytes
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
63
64
65
66
67
68
69
70
body{
background-color: #f0f0f5;
}
.jumbotron{
padding-top: 0;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
background-color: white;
}
.jumbotron img{
width: 100%;
border-radius: 1em;
}
h3{
font-size: 3em;
}
.container{
padding-top: 1.5em;
background-color: white;
}
li{
list-style-type: none;
margin: .75em;
}
h2{
color: #337ab7;
}
.pub strong{
font-size: 1.2em;
}
.StructJumper{
text-align: center;
}
.StructJumper p{
text-align: justify;
}
.TGV{
text-align: center;
}
.TGV p{
text-align: justify;
}
#contact{
text-align: center;
}
.conf{
font-size: .9em;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
width: 75%;
margin: auto;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}