-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patha.css
More file actions
234 lines (209 loc) · 4.51 KB
/
Copy patha.css
File metadata and controls
234 lines (209 loc) · 4.51 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
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,600i');
html,body{
margin:0;
height:120%;
font-family: 'Josefin Sans', sans-serif;
}
/* Add a black background color to the top navigation */
.topnav {
background-color: transparent;
overflow: hidden;
float: right;
}
/* Style the links inside the navigation bar */
.topnav a {
float: left;
color: #f2f2f2;
text-align: right;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
text-decoration:none;
display:inline-flex;
align-items:center;
align-content:center;
margin: 15px;
padding:0px 10px;
font-weight:900;
font-size:1.1em;
line-height:1;
box-sizing:border-box;
height:40px
}
/* Change the color of links on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}
/* Add a color to the active/current link */
.topnav a.active {
background-color: #7dc3be;
color: white;
}
a{
text-decoration:none
}
.header{
position:relative;
overflow:hidden;
display:flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
align-content: flex-start;
height:50vw;
min-height:400px;
max-height:600px;
min-width:300px;
color:#eee;
}
.header:after{
content:"";
width:100%;
height:100%;
position:absolute;
bottom:0;
left:0;
z-index:-1;
background: linear-gradient(to bottom, rgba(0,0,0,0.12) 40%,rgba(27,32,48,1) 100%);
}
.header:before{
content:"";
width:100%;
height:200%;
position:absolute;
top:0;
left:0;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0); backface-visibility: hidden;
scale(1.0, 1.0);
transform: translateZ(0);
background:#1B2030 url(https://upload.wikimedia.org/wikipedia/commons/thumb/1/16/Lusitano_Hengst_%28132668445%29.jpeg/1200px-Lusitano_Hengst_%28132668445%29.jpeg) 50% 0 no-repeat;
background-size:100%;
background-attachment:fixed;
animation: grow 3600s linear 10ms limited-animation;
transition:all 0.4s ease-in-out;
z-index:-2
}
.header a{
color:#eee
}
.menu{
display:block;
width:40px;
height:30px;
border:2px solid #fff;
border-radius:3px;
position:absolute;
right:20px;
top:20px;
text-decoration:none
}
.menu:after{
content:"";
display:block;
width:20px;
height:3px;
background:#fff;
position:absolute;
margin:0 auto;
top:5px;
left:0;
right:0;
box-shadow:0 8px, 0 16px
}
.logo{
border:2px solid #fff;
border-radius:3px;
text-decoration:none;
display:inline-flex;
align-items:center;
align-content:center;
margin:20px;
padding:0px 10px;
font-weight:900;
font-size:1.1em;
line-height:1;
box-sizing:border-box;
height:40px
}
.sides, .info{
flex: 0 0 auto;
width:50%
}
.info{
width:100%;
padding:15% 10% 0 10%;
text-align:center;
text-shadow:0 2px 3px rgba(0,0,0,0.2)
}
.author{
display:inline-block;
width:50px;
height:50px;
border-radius:50%;
background:url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQOlqzRxKRZnQQV30-9lICfN8uVq85-tgh6ZittoeXRR1vNdglXnDEVTw1kj-i8MdqjbKg&usqp=CAU) center no-repeat;
background-size:cover;
box-shadow:0 2px 3px rgba(0,0,0,0.3);
margin-bottom:3px
}
.info h4, .meta{
font-size:0.7em
}
.meta{
font-style:italic;
}
@keyframes grow{
0% { transform: scale(1) translateY(0px)}
50% { transform: scale(1.2) translateY(-400px)}
}
.content{
padding:5% 10%;
text-align:justify
}
.btn{
color:#333;
border:2px solid;
border-radius:3px;
text-decoration:none;
display:inline-block;
padding:5px 10px;
font-weight:600
}
.twtr{
margin-top:100px
}.btn.twtr:after{content:"\1F426";padding-left:5px}
.footer-basic {
padding:20px 0;
background-color:#818181;
background-image: url("giorgio-manenti-YH-P6HiTlkQ-unsplash.jpg");
color:#434343;
width: 100%;
}
.footer-basic ul {
padding:0;
list-style:none;
text-align:center;
font-size:18px;
line-height:1.6;
margin-bottom:0;
}
.footer-basic li {
padding:0 10px;
}
.footer-basic ul a {
color:inherit;
text-decoration:none;
opacity:0.8;
}
.footer-basic ul a:hover {
opacity:5;
color: #000000;
}
.footer-basic .copyright {
margin-top:15px;
text-align:center;
font-size:18px;
color:#000000;
margin-bottom:0;
}