-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.css
116 lines (104 loc) · 2.17 KB
/
credits.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
@charset "utf-8";
/* CSS Document */
body{
background-color:black;
background-image:
radial-gradient(white, rgba(255,255,255,.2) 2px, transparent 40px),
radial-gradient(white, rgba(255,255,255,.15) 1px, transparent 30px),
radial-gradient(white, rgba(255,255,255,.1) 2px, transparent 40px),
radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,.1) 2px, transparent 30px);
background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px;
background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;
}
#home_img:hover{
transform: translateX(-10px);
-webkit-transform: translateX(-10px);
}
#home{
margin-top: 10px;
transition:all .1s;
-webkit-transition: all .1s;
}
#titles
{
position: absolute;
width: 18em;
height: 50em;
bottom: 0;
left: 50%;
margin-left: -9em;
font-size: 350%;
font-weight: bold;
color:#FFFFFF;
text-align: justify;
overflow: hidden;
transform-origin: 50% 100%;
transform: perspective(300px) rotateX(25deg);
-webkit-transform-origin: 50% 100%;
-webkit-transform: perspective(300px) rotateX(25deg);
}
#logo_end{
width: 100%;
text-align: center;
visibility:hidden;
}
#titles:after
{
position: absolute;
content: ' ';
left: 0;
right: 0;
color:#FFFFFF;
top: 0;
bottom: 60%;
background-image: linear-gradient(top, rgba(0,0,0,1) 0%, transparent 100%);
pointer-events: none;
}
#titlecontent
{
position: absolute;
top: 100%;
-webkit-animation: scroll 100s linear 1s 1;
animation: scroll 100s linear 1s 1;
}
@keyframes scroll {
0% { top: 100%; }
100% { top: -170%; visibility:hidden; }
}
@-webkit-keyframes scroll {
0% { top: 100%; }
100% { top: -170%; visibility:hidden; }
}
#cyflag {
border-radius: 80px;
transition: all .5s;
-webkit-transition: all .5s;
}
#finlandflag {
border-radius: 80px;
transition: all .5s;
-webkit-transition: all .5s;
}
#romaniaflag {
border-radius: 80px;
transition: all .5s;
-webkit-transition: all .5s;
}
#polandflag {
border-radius: 80px;
transition: all .5s;
-webkit-transition: all .5s;
}
#italyflag {
border-radius: 80px;
transition: all .5s;
-webkit-transition: all .5s;
}
#spainflag {
border-radius: 80px;
transition: all .5s;
-webkit-transition: all .5s;
}
#countries{
text-align:center;
}