-
Notifications
You must be signed in to change notification settings - Fork 613
Expand file tree
/
Copy pathstyles.css
More file actions
117 lines (112 loc) · 2.14 KB
/
styles.css
File metadata and controls
117 lines (112 loc) · 2.14 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
106
107
108
109
110
111
112
113
114
115
116
117
html {
background:#faebd7 url('./duskBg1.png') no-repeat center center fixed;
background-size: cover;
}
body {
font-family: 'Encode Sans', sans-serif;
color: #444;
background-color: transparent;
}
a:hover {
background-color: rgba(150, 200, 255, .5);
text-decoration: none;
color: #faebd7;
}
.github-link {
display: inline-block;
border-radius: 25px;
}
.lemur-link:hover, .logo-link:hover {
background-color: transparent;
}
.page-root {
max-width: 1000px;
}
.moneyshot {
padding: 3rem 0;
text-align: center;
}
.mascotBlock {
perspective: 1000px;
margin-bottom: -0.4rem;
}
.logoBlock {
perspective: 1000px;
margin-bottom: .5rem;
}
.lemurInYourFace:hover {
transform: translateZ(100px);
}
.hideLemur .lemurInYourFace {
opacity: 0;
visibility: hidden;
transform: translateZ(200px);
}
.hideLemur .lemurInYourFace {
opacity: 0;
visibility: hidden;
transform: translateZ(200px);
}
.hideOctocat .github-icon {
visibility: hidden;
}
.lemurInYourFace {
transition: transform 750ms ease, opacity 750ms ease, visibility 800ms ease;
width: 50%;
/*min-width: 270px;*/
z-index: 1;
position: relative;
}
.hideLemur #lemurButt {
opacity: 1;
}
#lemurButt {
position: absolute;
left: calc(50% - 40px);
bottom: 10px;
opacity: 0;
width: 20%;
max-width: 100px;
}
.github-icon {
width: 50px;
}
.cta {
display: block;
}
.BackstopJS3:hover {
transform: translateZ(50px);
}
.BackstopJS3 {
transition: transform 750ms ease;
width: 60%;
/*min-width: 270px;*/
}
.getItBlock, .supportsBlock {
padding: 3rem 0;
text-align: center;
font-weight: 200;
}
.casper {
color: #BD10E0;
}
.chrome {
color: #9013FE;
}
h1, p { font-size: 1em; color: #666; font-weight: 300}
/*Small devices (landscape phones, 576px and up)*/
@media screen and (min-width: 576px) {
h1, p { font-size: 1.3rem; }
}
/*Medium devices (tablets, 768px and up)*/
@media screen and (min-width: 768px) {
h1, p { font-size: 1.5rem; }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
h1, p { font-size: 1.8rem; }
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
h1, p { font-size: 2.1rem; }
}