forked from divyansh-tripathi7/websiteBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathourSponsors.css
124 lines (111 loc) · 2.5 KB
/
ourSponsors.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
*,
*:before,
*:after {
box-sizing: border-box;
-webkit-box-sizing: border-box;
*zoom: 1;
font-family: "Open Sans", "Helvetica", sans-serif;
font-weight: 300;
margin: 0;
padding: 0;
}
body {
background: #434A54;
height: 100%;
}
.c {
width: 100%;
}
.p {
padding: 0px;
background: white;
border-radius: 0 0 6px 6px;
position: absolute;
top: 50%;
left:50%;
margin-left:-350px;
margin-top: -170px;
max-width: 700px;
width: 700px;
max-height: 340px;
height: 340px;
box-shadow: 2px 3px 0 0 rgba(0, 0, 0, .2), 0px -340px 0 0 rgba(0, 0, 0, .3);
overflow: hidden;
}
/* Sponsors Footer */
.sponsorsFooter {
width: 100%;
height: auto;
padding: 40px 0 10px;
z-index: 14;
margin-top: 0px;
z-index: 1 !important;
text-align: center !important;
z-index: 99;
}
.sponsorsFooter h1 {
font-weight: 300 !important;
color: #434A54 !important;
font-size: 22px;
}
.sponsorsFooter h1 > strong { font-weight: 700 !important;}
.sponsorsFooter img {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
height: auto;
vertical-align: middle;
max-width: 120px;
}
.sponsorsFooter ul {
padding: 0;
margin: 15px 0 0 0;
list-style: none;
display: block;
}
.sponsorsFooter ul.enter > span:not(.hover) {
opacity: .1;
}
.sponsorsFooter ul.enter > span.hover {
opacity: 1;
box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, .1), inset 1px 0 0 0 rgba(0, 0, 0, .1);
}
.sponsorsFooter ul span {
display: inline !important;
background: white;
word-break: break-all;
word-wrap: break-word;
margin: 0px;
padding: 26px 0;
-webkit-transition: opacity 0.25s ease;
-moz-transition: opacity 0.25s ease;
-ms-transition: opacity 0.25s ease;
-o-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.sponsorsFooter ul span,
.sponsorsFooter ul span li > a {
cursor: default !important;
border: none !important;
outline: 0 !important;
text-decoration: none !important;
}
.sponsorsFooter ul li {
margin: 35px 16px 0px;
display: inline-block;
}
@media(max-width: 750px) {
.p {
margin-left:-200px;
margin-top: -120px;
max-width: 400px;
width: 400px;
max-height: 240px;
height: 240px;
box-shadow: 2px 3px 0 0 rgba(0, 0, 0, .2), 0px -240px 0 0 rgba(0, 0, 0, .3), 0px -480px 0 0 rgba(0, 0, 0, .3);
}
.sponsorsFooter img { max-width: 70px; }
.sponsorsFooter ul li {
margin: 15px 5px 0px;
}
}