forked from chrishunt/chrishunt.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
128 lines (104 loc) · 1.52 KB
/
style.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 21px;
font-weight: 200;
color: #111;
background-color: #eee;
}
p {
line-height: 30px;
text-align: center;
}
h1 {
font-size: 1.2em;
text-align: center;
color: #000;
}
h1 a {
color: #000;
}
h1 a:hover {
color: #84596B;
}
a {
color: #777;
text-decoration: none;
}
a:hover, .current {
color: #84596B;
}
article {
padding-bottom: 10px;
}
#container {
width: 90%;
padding-bottom: 20px;
margin: 0 auto;
}
.description {
border-top: 0.25em solid #ddd;
border-bottom: 0.25em solid #ddd;
padding: 1em 0;
text-align: center;
}
.cfp h1 {
border-bottom: 0.25em solid #ddd;
padding: 0.5em 0;
}
.cfp h1, .cfp p {
text-align: left;
}
.cfp a.back {
font-size: 2em;
}
.video {
padding-top: 20px;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
.video iframe,
.video object,
.video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#navigation {
text-align: center;
}
#avatar img {
width: 80px;
border-radius: 100px;
display: block;
margin: 0 auto;
padding-bottom: 15px;
}
.icon img {
width: 40px;
}
#navigation {
margin: 20px 0 0 0;
font-size: 40px;
}
/* Larger screens */
@media (min-width: 710px) {
#container {
width: 700px;
}
h1 {
font-size: 1.5em;
}
#avatar img {
width: 140px;
}
.icon img {
width: 70px;
}
#navigation {
margin: 40px 0 0 0;
font-size: 70px;
}
}