-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.css
More file actions
105 lines (89 loc) · 1.69 KB
/
main.css
File metadata and controls
105 lines (89 loc) · 1.69 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
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
105
html {
height: 100%;
}
body {
height: 100%;
font-family: 'Roboto', sans-serif;
color: #fff;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto Condensed', sans-serif;
}
h1 {
font-size: 4em;
margin-bottom: .2em
}
p {
font-size: 1.25em;
}
a {
color: #fff;
}
.forkme {
display: block;
position: absolute;
top: 0;
right: 0;
width: 149px;
height: 149px;
background-image: url(../images/networks/forkme.png);
background-size: 149px;
}
/* Centered texts in each section
* --------------------------------------- */
.section {
text-align: center;
background-size: cover;
}
.slide {
background-size: cover;
}
.intro {
width: 100%;
padding: 30px 0 50px 0;
background-color: rgba(0,0,0,.25);
text-shadow: 0.1em 0.1em 0.2em #000;
}
.logo {
width: 240px;
height: 150px;
background: url(../images/logo.svg) no-repeat;
display: inline-block;
}
/* Overwriting styles for control arrows for slides
* --------------------------------------- */
.controlArrow.prev {
left: 50px;
}
.controlArrow.next{
right: 50px;
}
#section-first {
background-image: url(../images/backgrounds/spb1.jpg);
}
#section-second {
background-image: url(../images/backgrounds/spb2.jpg);
}
#section-third {
background-image: url(../images/backgrounds/spb3.jpg);
}
.network-icon {
width: 150px;
background-size: 150px;
display: inline-block;
height: 150px;
}
.meetup {
background-image: url(../images/networks/meetup.png);
height: 150px;
display: inline-block;
width: 200px;
background-size: 200px;
}
.telegram {
margin-left: 30px;
background-image: url(../images/networks/telegram.png);
}
.google-plus {
background-image: url(../images/networks/google-plus.png);
}