Skip to content

Commit 6ce82e7

Browse files
authored
Merge pull request #197 from aswanthkoleri/master
Fix link and member to team page
2 parents 65d112e + 72309ce commit 6ce82e7

3 files changed

Lines changed: 101 additions & 49 deletions

File tree

static/css/layout.css

Lines changed: 37 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ body{
138138
position: absolute;
139139
top:0;
140140
left:0;
141+
cursor: pointer;
142+
141143
}
142144

143145
.portfolio .label-text {
@@ -146,35 +148,40 @@ body{
146148
z-index:500;
147149
padding:5px 8px;
148150
font-size: 20px;
149-
151+
cursor: pointer;
150152
}
151153

152154
.portfolio .text-category {
153155
display:block;
154156
font-size:15px;
157+
cursor: pointer;
155158
}
156159

157160
.portfolio:hover .label {
158161
bottom:0;
162+
cursor: pointer;
159163
}
160164
.portfolio .text {
161165
position: relative;
162166
bottom: 150px;
163167
visibility: hidden;
168+
cursor: pointer;
164169
}
165170
.portfolio:hover .text {
166171

167172
visibility: visible;
173+
cursor: pointer;
168174
}
169175
.portfolio:hover img {
170176
-webkit-filter: blur(2px);
171177
filter: blur(2px);
172178
top:-30px;
173-
179+
cursor: pointer;
174180
}
175181
.table {
176182
display: table; /* Allow the centering to work */
177183
margin: 0 auto;
184+
cursor: pointer;
178185
}
179186
/* Hover effect */
180187
.image {
@@ -194,9 +201,11 @@ body{
194201
opacity:0;
195202
transition: all 0.5s;
196203
-webkit-transition: all 0.5s;
204+
cursor: pointer;
197205
}
198206
.image:hover:after {
199207
opacity:1;
208+
cursor: pointer;
200209
}
201210
#span {
202211
display: none;
@@ -238,16 +247,19 @@ body{
238247
}
239248
.image{
240249
width :100%;
250+
cursor: pointer;
241251

242252
}
243-
.portfolio .label-bg {
244-
background: #87345a;
245-
width: 100%;
246-
height:100%;
247-
position: absolute;
248-
top:0;
249-
left:0;
250-
}
253+
254+
.image:after {
255+
display: none;
256+
cursor: pointer;
257+
}
258+
.image:hover:after {
259+
display: none;
260+
cursor: pointer;
261+
}
262+
251263
.portfolio-wrapper {
252264
overflow:hidden;
253265
width : 100%;
@@ -257,9 +269,9 @@ body{
257269
}
258270
.table{
259271
display: none;
260-
visibility: hidden;
272+
visibility: hidden;
273+
cursor: pointer;
261274
}
262-
263275
#span {
264276
display: block;
265277
}
@@ -269,11 +281,20 @@ body{
269281
.navbar{
270282
display: block;
271283
}
284+
.portfolio:hover img {
285+
-webkit-filter: blur(2px);
286+
filter: blur(2px);
287+
top : 0px;
288+
cursor: pointer;
289+
}
290+
272291
#ads {
273292
display:none;
274293
}
275294

276-
295+
.back{
296+
display: none;
297+
}
277298
}
278299

279300

@@ -286,7 +307,9 @@ body{
286307
#ads {
287308
display:none;
288309
}
289-
310+
.back{
311+
display: none;
312+
}
290313
}
291314

292315
/* Footer Start */

0 commit comments

Comments
 (0)