-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.css
187 lines (185 loc) · 6.82 KB
/
footer.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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600");
/* Footer */
#footer {
background-color: #45543D;
color: rgba(255, 255, 255, 0.5);
padding: 5rem 3rem 6rem 3rem ; }
#footer input, #footer select, #footer textarea {
color: #ffffff; }
#footer a {
color: #ffffff; }
#footer strong, #footer b {
color: #ffffff; }
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
color: #ffffff; }
#footer blockquote {
border-left-color: rgba(255, 255, 255, 0.25); }
#footer code {
background: rgba(255, 255, 255, 0.075);
border-color: rgba(255, 255, 255, 0.25); }
#footer hr {
border-bottom-color: rgba(255, 255, 255, 0.25); }
#footer input[type="submit"],
#footer input[type="reset"],
#footer input[type="button"],
#footer button,
#footer .button {
background-color: transparent;
box-shadow: inset 0 0 0 1px #ffffff;
color: #ffffff !important; }
#footer input[type="submit"]:hover,
#footer input[type="reset"]:hover,
#footer input[type="button"]:hover,
#footer button:hover,
#footer .button:hover {
box-shadow: inset 0 0 0 1px #ffffff;
color: #ffffff !important; }
#footer input[type="submit"]:hover:active,
#footer input[type="reset"]:hover:active,
#footer input[type="button"]:hover:active,
#footer button:hover:active,
#footer .button:hover:active {
background-color: rgba(206, 27, 40, 0.25); }
#footer input[type="submit"].primary,
#footer input[type="reset"].primary,
#footer input[type="button"].primary,
#footer button.primary,
#footer .button.primary {
box-shadow: none;
background-color: #ffffff;
color: #ffffff !important; }
#footer input[type="submit"].primary:hover,
#footer input[type="reset"].primary:hover,
#footer input[type="button"].primary:hover,
#footer button.primary:hover,
#footer .button.primary:hover {
background-color: #ffffff;
box-shadow: none; }
#footer input[type="submit"].primary:hover:active,
#footer input[type="reset"].primary:hover:active,
#footer input[type="button"].primary:hover:active,
#footer button.primary:hover:active,
#footer .button.primary:hover:active {
background-color: #ffffff; }
#footer label {
color: #ffffff; }
#footer input[type="text"],
#footer input[type="password"],
#footer input[type="email"],
#footer input[type="tel"],
#footer input[type="search"],
#footer input[type="url"],
#footer select,
#footer textarea {
background-color: rgba(255, 255, 255, 0.075);
border-color: rgba(255, 255, 255, 0.25); }
#footer input[type="text"]:focus,
#footer input[type="password"]:focus,
#footer input[type="email"]:focus,
#footer input[type="tel"]:focus,
#footer input[type="search"]:focus,
#footer input[type="url"]:focus,
#footer select:focus,
#footer textarea:focus {
border-color: #ffffff;
box-shadow: 0 0 0 1px #ffffff; }
#footer select {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E"); }
#footer select option {
color: rgba(255, 255, 255, 0.5);
background-color: #111111; }
#footer input[type="checkbox"] + label,
#footer input[type="radio"] + label {
color: rgba(255, 255, 255, 0.5); }
#footer input[type="checkbox"] + label:before,
#footer input[type="radio"] + label:before {
background: rgba(255, 255, 255, 0.075);
border-color: rgba(255, 255, 255, 0.25); }
#footer input[type="checkbox"]:checked + label:before,
#footer input[type="radio"]:checked + label:before {
background-color: #ffffff;
border-color: #ffffff;
color: #ffffff; }
#footer input[type="checkbox"]:focus + label:before,
#footer input[type="radio"]:focus + label:before {
border-color: #ffffff;
box-shadow: 0 0 0 1px #ffffff; }
#footer ::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.4) !important; }
#footer :-moz-placeholder {
color: rgba(255, 255, 255, 0.4) !important; }
#footer ::-moz-placeholder {
color: rgba(255, 255, 255, 0.4) !important; }
#footer :-ms-input-placeholder {
color: rgba(255, 255, 255, 0.4) !important; }
#footer ul.alt li {
border-top-color: rgba(255, 255, 255, 0.25); }
#footer table tbody tr {
border-color: rgba(255, 255, 255, 0.25); }
#footer table tbody tr:nth-child(2n + 1) {
background-color: rgba(255, 255, 255, 0.075); }
#footer table th {
color: #ffffff; }
#footer table thead {
border-bottom-color: rgba(255, 255, 255, 0.25); }
#footer table tfoot {
border-top-color: rgba(255, 255, 255, 0.25); }
#footer table.alt tbody tr td {
border-color: rgba(255, 255, 255, 0.25); }
#footer .highlights .content {
background: #111111;
box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025); }
#footer .testimonials .content {
background: #111111;
box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025); }
#footer .testimonials .content .credit strong {
color: #ffffff; }
#footer a {
color: rgba(255, 255, 255, 0.5);
text-decoration: none; }
#footer a:hover {
color: #ffffff; }
#footer .content {
display: -moz-flex;
display: -webkit-flex;
display: -ms-flex;
display: flex; }
#footer .content section {
line-height: 25px;
width: 40%; }
#footer .content section:first-child {
width: 50%;
padding-right: 4rem; }
#footer .content section:last-child {
padding-left: 4rem; }
#footer .copyright {
border-top: 1px solid;
font-size: 0.8rem;
opacity: 0.5;
padding: 2rem 0;
text-align: center; }
@media screen and (max-width: 1280px) {
#footer {
padding: 4rem 0 2rem 0 ; } }
@media screen and (max-width: 980px) {
#footer .content {
-moz-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
#footer .content section {
width: 50%; }
#footer .content section:first-child {
width: 100%;
padding-right: 0; } }
@media screen and (max-width: 736px) {
#footer {
padding: 3rem 0 1rem 0 ; }
#footer .content section {
width: 100%; }
#footer .content section:last-child {
padding-left: 0; } }
@media screen and (max-width: 480px) {
#footer {
padding: 2rem 0 0.1rem 0 ; } }