-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgistmarklet.css
65 lines (57 loc) · 1.23 KB
/
gistmarklet.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
#header {
background: #f5f5f5;
-webkit-linear-gradient(top, #F9F9F9, #F3F3F3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f3f3f3'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f3f3f3)); /* for webkit browsers */
background: -moz-linear-gradient(top, #f9f9f9, #f3f3f3); /* for firefox 3.6+ */
border-bottom: 1px solid #E5E5E5;
}
#header img {
vertical-align: middle;
}
#header .button {
vertical-align: middle;
margin: 0;
}
#header input {
width: 75px;
vertical-align: middle;
margin: 0;
display: inline;
}
#landing {
padding-top: 50px;
}
#loading {
padding-top: 50px;
}
#demo {
padding-top: 20px;
border: 1px solid darkgrey;
text-align: center;
}
#demo-gist {
margin-top: 25px;
}
.example-title {
padding-top: 50px;
text-align: center;
}
#gistmarklet {
padding-top: 70px;
text-align: center;
}
#note {
padding-top: 70px;
color: #888;
}
/* override skeleton header font */
h1, h2, h3, h4, h5, h6 {
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
hr.large {
border: none;
height: 8px;
background: #EBEBEB;
margin: 50px 0;
}