-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdated-index.css
167 lines (147 loc) · 2.66 KB
/
updated-index.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
li {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
@font-face {
font-family: "HelveticaNeue-Light";
src: url(HelveticaNeue\ Light.ttf) format("truetype");
}
@font-face {
font-family: "Helvetica Neue";
src: url(HelveticaNeueLt.ttf) format("truetype");
}
html {
scroll-behavior: smooth;
}
body,
h1,
h2,
h3,
p,
span,
a {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
"Helvetica 25 UltraLight", "Helvetica Neue", Helvetica, Arial,
"Lucida Grande", sans-serif;
font-weight: 300;
}
#longNav {
display: run-in;
background-color: white;
}
#shortNav {
display: none;
background-color: white;
}
.ignore-css {
all: unset;
}
@font-face {
font-family: "Gotham";
src: url(Gotham-Font/GothamMedium_1.ttf) format("truetype");
}
/*Google logo colors*/
.g-blue {
color: #4285f4;
}
.o-red {
color: #db4437;
}
.o-yellow {
color: #f4b400;
}
.l-green {
color: #0f9d58;
}
.e-red {
display: inline-block;
}
@media (max-width: 430px) {
#longNav {
display: none;
}
#shortNav {
display: block;
}
}
#titleWidth {
padding-left: 0px;
}
#title {
font-size: revert;
}
@media (max-width: 474px) {
#title {
font-size: 23px;
}
}
@media (max-width: 398px) {
#titleWidth {
padding-left: 20px;
}
}
.demo a {
position: absolute;
left: 50%;
z-index: 2;
display: inline-block;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
color: #fff;
font: normal 400 20px/1 "Josefin Sans", sans-serif;
letter-spacing: 0.1em;
text-decoration: none;
transition: opacity 0.3s;
}
#section04 a {
padding-top: 60px;
}
#section04 a span {
position: absolute;
top: 0;
left: 50%;
width: 24px;
height: 24px;
margin-left: -12px;
border-left: 1px solid #707070;
border-bottom: 1px solid #707070;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: sdb04 2s infinite;
animation: sdb04 2s infinite;
box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
0% {
-webkit-transform: rotate(-45deg) translate(0, 0);
}
20% {
-webkit-transform: rotate(-45deg) translate(-10px, 10px);
}
40% {
-webkit-transform: rotate(-45deg) translate(0, 0);
}
}
@keyframes sdb04 {
0% {
transform: rotate(-45deg) translate(0, 0);
}
20% {
transform: rotate(-45deg) translate(-10px, 10px);
}
40% {
transform: rotate(-45deg) translate(0, 0);
}
}
.some-div .uk-icon {
position: relative;
top: -3px;
}
#card {
border-radius: 10px;
}