mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 12:41:23 +01:00
Update style.css
This commit is contained in:
parent
bd14db7014
commit
8092cd36dd
1 changed files with 1 additions and 9 deletions
|
@ -1159,14 +1159,10 @@ nav ul > li > a.current, nav ul > li > a:hover {
|
||||||
margin-bottom: -4px;
|
margin-bottom: -4px;
|
||||||
-webkit-transition: all .35s;
|
-webkit-transition: all .35s;
|
||||||
transition: all .35s;
|
transition: all .35s;
|
||||||
background-position: -30px;
|
background-position: -30px
|
||||||
-webkit-background-size: 115% 115%;
|
|
||||||
background-size: 115%;
|
|
||||||
}
|
}
|
||||||
.speaker-item:hover figure {
|
.speaker-item:hover figure {
|
||||||
background-position: center left;
|
background-position: center left;
|
||||||
-webkit-background-size: 105% 105%;
|
|
||||||
background-size: 105%;
|
|
||||||
}
|
}
|
||||||
.team-item .overlay, .speaker-item .overlay {
|
.team-item .overlay, .speaker-item .overlay {
|
||||||
-webkit-transition: all .35s;
|
-webkit-transition: all .35s;
|
||||||
|
@ -1455,13 +1451,9 @@ nav ul > li > a.current, nav ul > li > a:hover {
|
||||||
-webkit-transition: all .35s;
|
-webkit-transition: all .35s;
|
||||||
transition: all .35s;
|
transition: all .35s;
|
||||||
background-position: -30px;
|
background-position: -30px;
|
||||||
-webkit-background-size: 115% 115%;
|
|
||||||
background-size: 115%;
|
|
||||||
}
|
}
|
||||||
.team-item:hover figure {
|
.team-item:hover figure {
|
||||||
background-position: center left;
|
background-position: center left;
|
||||||
-webkit-background-size: 105% 105%;
|
|
||||||
background-size: 105%;
|
|
||||||
}
|
}
|
||||||
.team-item:hover .overlay {
|
.team-item:hover .overlay {
|
||||||
background: rgba(0, 0, 0, .3);
|
background: rgba(0, 0, 0, .3);
|
||||||
|
|
Loading…
Reference in a new issue