-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle2.css
112 lines (100 loc) · 1.45 KB
/
style2.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
@charset "UTF-8";
body{
margin:0;
padding:0;
}
#bg img {
width: 100%;
position: fixed;
z-index:-99;
top:0;
left:0;
}
#content .menu .material-icons {
color: #FFFFFF;
font-size: 32px;
float: right;
margin-top: 13px;
margin-right: 11px;
}
#content .menu-text {
position: absolute;
right: 52px;
font-variant: small-caps;
top: 18px;
color:white;
}
.menu{
animation-delay: 4s;
}
.news, .some_text, .contact{
font-size:10px;
transform: rotate(90deg);
text-transform: uppercase;
transform-origin: left top 0;
color:white;
}
.news{
position: absolute;
top: 54px;
right: -8px;
}
.some_text{
position: absolute;
top: 104px;
right: -35px;
}
.contact{
position: absolute;
top: 180px;
right:-27px;
}
.fa-facebook{
position:absolute;
top:243px;
right:24px;
color:white;
}
.fa-twitter{
position:absolute;
top:270px;
right:20px;
color:white;
}
.fa-pinterest{
position:absolute;
top:300px;
right:20px;
color:white;
}#content .left {
float: left;
position: relative;
top: 164px;
left: 135px;
width: 431px;
}
#content .left h1 {
color: #FFFFFF;
}
#content .left p {
color: #FFFFFF;
animation-delay:1s;
}
.left .buttons a {
color: #FFFFFF;
text-decoration: none;
margin-left: 14px;
border: 3px solid rgba(0,0,0,0);
padding-left: 11px;
padding-top: 7px;
padding-right: 11px;
padding-bottom: 5px;
margin-top:10px;
animation-delay: 4s;
}
.left .buttons{
padding-top:20px;
}
.left .buttons a:hover{
border: 3px solid #FFFFFF;
}