-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
83 lines (83 loc) · 1018 Bytes
/
index.css
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
71
72
73
74
75
76
77
78
79
80
81
82
83
*{
font-family: "Open Sans",arial;
}
body,p{
margin:0;
}
a{
color: white;
}
header{
top:0;
background: #333;
color: #fff;
padding: 8px;
width: 100%;
position: fixed;
z-index: 2;
font-size: 18px;
}
footer{
bottom:0;
position: relative;
background: #333;
color: white;
padding: 8px;
font-size: 14px;
text-align: center;
}
ul,li{
margin:0;
padding: 0;
list-style:none;
}
li:nth-child(2n){
background: #f1f1f1;
}
.v-align-base{
vertical-align: baseline;
}
.v-align-middle{
vertical-align: middle;
}
#main-body{
margin-top:80px;
}
.speaker{
margin:44px 0 21px;
font-size: 20px;
font-weight: bold;
}
.title{
margin:10px 0;
font-size: 20px;
}
.social-icons{
padding: 5px;
}
.tweet-btn{
display: inline-block;
vertical-align: top;
margin-top: 10px;
}
.left{
float:left;
}
.right{
float:right;
}
.tile{
clear:both;
overflow: hidden;
margin: 10px 0;
padding: 10px 50px;
}
.video{
border:1px solid black;
width: 560px;
height: 315px;
}
.more-links{
color: black;
margin-left: 40px;
}