-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
104 lines (86 loc) · 1.65 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
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500';
body {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
-moz-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
main {
margin: 0 auto;
max-width: 50em;
}
body {
line-height: 1.5;
}
body {
margin: 0;
padding: 0;
}
main {
padding: 4em 1em;
}
body {
color: #566b78;
}
h2 {
margin-top: 1em;
padding-top: 1em;
}
h1,
h2,
strong {
color: #333;
}
a {
color: #e81c4f;
}
a:hover {
color: #fff;
background: #e81c4f;
}
header {
/* gradient */
background: #d17300; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(left top, yellow, #d17300); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(bottom right, yellow, #d17300); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(bottom right, yellow, #d17300); /* For Firefox 3.6 to 15 */
background: linear-gradient(to bottom right, yellow, #d17300); /* Standard syntax */
/* ~gradient */
/*
background-color: #d17300;
background-image: url("header.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
*/
line-height: 1.2;
padding: 2vw 2em;
text-align: center;
}
header img {
display: inline-block;
vertical-align: top;
}
header h1 {
color: white;
font-size: 2.5em;
font-weight: 700;
}
download ul {
list-style-image: url('images/download.png');
}
download li {
padding-bottom: 0.5em;
}
download size {
color: darkgray;
font-size: 0.8em;
}
screenshots a {
margin-right: 1em;
display: inline-block;
}
screenshots img {
margin: 2px;
border: 0;
padding: 0;
}