forked from LeaVerou/inspire.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtalk.css
41 lines (35 loc) · 744 Bytes
/
talk.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
#intro {
background: rgba(0,0,0,.7);
padding: 0;
border: 0;
}
#intro h1 {
width: 60%;
min-height: 500px;
margin: 5% auto 0;
}
#intro .attribution {
font-family: Helvetica, sans-serif;
font-weight: bold;
text-align: center;
font-size: 100%;
line-height: .3;
color: rgba(0,0,0,.7);
text-shadow: none;
background: url(img/rainbow-wood.jpg) bottom;
padding:.6em 0 0;
overflow: hidden;
}
#css-controls-demo label {
display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio:0) {
/* hack to avoid using the Object element in Safari/WebKit, due to WebKit Bug 27190 */
object[type="image/svg+xml"] {
display: none;
}
#intro h1 {
background: url(logo.svg) no-repeat center;
background-size:100% auto;
}
}