-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
132 lines (113 loc) · 2.16 KB
/
style.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
@import url(fonts/uni_sans_font.css);
@import url(http://fonts.googleapis.com/css?family=Raleway:100,400,700);
body {
background-image: url(bg.jpg);
background-position: center;
background-size: cover;
background-color: #CC0001;
}
h1 {
font-family: "Raleway";
font-size: 34px;
color: #000;
margin-top: 25px;
}
p {
font-family: "Raleway";
font-size: 20px;
color: #000;
margin-top: -25px;
}
#para {
width: 50%;
line-height: 25px;
}
#gbutton1 {
font-family: "Uni Sans Heavy";
font-size: 35px;
letter-spacing: 1px;
color: #000;
display: inline-block;
border: 3px solid #000;
padding: 20 80;
cursor: pointer;
transition: all .2s linear;
}
#gbutton1:hover {
background-color: rgba(0, 0, 0, 0.3);
color: #000;
transition: all .2s linear;
}
a {
text-decoration: none;
color: inherit;
}
footer {
position: absolute;
width: 99%;
bottom: 1px;
height: 75px; /* This value is the height of your footer */
}
#social {
font-size: 40px;
margin-top: 4px;
}
#social:hover {
opacity: 0.8;
}
footer.p_footer {
font-size: 28px;
}
/*--------------------------------------*/
/*--------DEFAULT PG CSS (START)--------*/
/*--------------------------------------*/
i {
margin-top: 7px;
margin-right: 7px;
}
img.pg_logo{
width: 20px;
padding-top: 15px;
position: fixed;
}
img.humanz_logo{
width: 20px;
padding-top: 15px;
margin-left: -3px;
position: fixed;
}
span {
margin-top: 13px;
display: inline-block;
}
span:hover {
background-color: #746F75;
color: #FFF;
display:inline-block;
cursor: pointer;
}
.pg-top {
font-family: Varela Round;
letter-spacing: 1px;
color: #FFFFFF;
line-height: 26px;
font-size: 12px;
background-color: #000;
/*background: rgba(246, 59, 4, 0.7);*/
z-index: 9999;
position: fixed;
box-shadow: 0px 4px 2px rgba(0,0,0,0.1);
display:block;
float:right;
width: 100%;
margin-top: -20px;
margin-left: -8px;
opacity: 0.8;
}
span a {
color: inherit;
text-decoration: none;
}
/*--------------------------------------*/
/*---------DEFAULT PG CSS (END)---------*/
/*--------------------------------------*/