mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
css styling
This commit is contained in:
parent
5dd7a38a96
commit
3bd2d0a654
1 changed files with 6 additions and 2 deletions
|
@ -1007,17 +1007,21 @@ hover_menu = function() {
|
|||
nav_a.css({'min-height': 111 - st + 'px'});
|
||||
nav_context.css({'margin-top': 215 - st + 'px'});
|
||||
sep_2.css({'box-shadow':'none'});
|
||||
sep_2.css({'background-color': '#ddd'});
|
||||
sep_2.css({'height': '1px'});
|
||||
}
|
||||
|
||||
if(st > 112){
|
||||
sep_1.css({'margin-top': '100px'});
|
||||
sep_2.css({'margin-top': '145px'});
|
||||
sep_2.css({'margin-top': '130px'});
|
||||
sep_2.css({'height': '15px'});
|
||||
sep_2.css({'background-color': '#fff'});
|
||||
nav_a.css({'height': '0'});
|
||||
nav_a.css({'min-height': '0'});
|
||||
nav_context.css({'margin-top': '101px'});
|
||||
nav_a.find('ul').css({'visibility': 'hidden'});
|
||||
nav_main.css({'padding-top': '27px'});
|
||||
sep_2.css({'box-shadow':'0 2px 5px 0 rgba(0, 0, 0, 0.6)'});
|
||||
sep_2.css({'box-shadow':'0 5px 3px 0 rgba(200, 200, 200, 0.5)'});
|
||||
}
|
||||
|
||||
if(st == 0){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue