-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.less
80 lines (66 loc) · 1.33 KB
/
index.less
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
body {
padding-top: 70px;
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Ubuntu, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
font-size: 16px;
> header {
background-color: #333;
border-color: #080808;
nav.navbar {
margin-bottom: 0;
}
nav.navbar-inverse {
background-color: #333;
border: none;
}
.navbar-inverse {
.navbar-brand, .navbar-nav > li > a {
color: #fff;
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
background-color: #222;
}
}
}
}
.page-title {
margin-top: -20px;
padding: 60px 0;
font-size: 18px;
color: #f2f0ff;
text-shadow: 0 1px 0 rgba(0,0,0,.1);
background: #563d7c linear-gradient(to bottom, #563d7c 0, #a17ac3 100%) repeat-x;
overflow: hidden;
height: 960px;
h1 {
text-align: center;
color: #fff;
font-size: 48px;
line-height: 60px;
margin-bottom: 30px;
}
ul {
margin-left: 300px;
}
.buttons {
margin-top: 30px;
text-align: center;
a {
margin: 0 5px;
}
}
}
.row-screenshot {
margin-top: 50px;
text-align: center;
}
.page-features {
padding-bottom: 60px;
}
.page-footer {
padding: 60px 0;
font-size: 18px;
p {
text-align: right;
margin-bottom: 2px;
}
}