forked from ethereum/mist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
75 lines (64 loc) · 1.09 KB
/
main.css
File metadata and controls
75 lines (64 loc) · 1.09 KB
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
body {
font-family: 'Source Sans Pro', sans-serif;
background-color: #f4f4f4;
}
.container {
max-width: 960px;
}
.bg-image {
background-image: url(images/bg-wide.png);
background-position: center 45%;
background-size: cover;
}
.hero .row {
color: white;
min-height: 500px;
height: 100vh;
}
.hero a {
}
.hero h1 {
margin-top: 3em;
margin-bottom: 0.5em;
}
.hero p {
font-weight: 300;
font-size: 120%;
color: white;
line-height: 1.3em;
margin-bottom: 1.5em;
}
.hero .btn {
font-weight: 600;
background-color: #499bd0;
border-color: #499bd0;
}
.hero .download-btn-container {
margin-bottom: 2em;
}
.text-link {
color: white;
display: block;
font-size: 75%;
margin-left: 0.8em;
}
.text-link:hover {
color: white;
}
.main-content {
background-color: #fff;
border-radius: 8px 8px 0 0;
box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.36);
margin-top: -2.5em;
}
.downloads-row table a {
font-size: 90%;
}
.downloads-row table pre {
margin-bottom: 0;
color: #555;
font-size: 65%;
background-color: #eee;
padding: 1px 4px 0;
border-radius: 3px;
}