Difference between revisions of "Desktop"

From Sinfronteras
Jump to: navigation, search
Line 8: Line 8:
  
 
<html>
 
<html>
 +
<style>
 +
 +
</style>
 +
 
<div id="container-button-tap" style="margin-top:-9px; width:200px; margin-top: -70px; margin-bottom:80px">
 
<div id="container-button-tap" style="margin-top:-9px; width:200px; margin-top: -70px; margin-bottom:80px">
 
     <button id="button-pe"    class="button izquierda    tablink bottom-selected"  onclick="openCity(event,'PE')"    > <i class="fas fa-atom"> </i>      </button>  
 
     <button id="button-pe"    class="button izquierda    tablink bottom-selected"  onclick="openCity(event,'PE')"    > <i class="fas fa-atom"> </i>      </button>  
Line 89: Line 93:
  
 
   }
 
   }
 +
 +
  $("#button-pe").hover(function(){
 +
    $(".fa-atom").css('font-size', '21px')
 +
    }, function(){
 +
    if ( $(this).hasClass("bottom-selected") ) {
 +
        $(".fa-atom").css('font-size', '21px')
 +
    }else{
 +
        $(".fa-atom").css('font-size', '19px')
 +
    }
 +
  });
 +
 +
  $("#button-menu").hover(function(){
 +
    $(".fa-ellipsis-v").css('font-size', '20px')
 +
    }, function(){
 +
    if ( $(this).hasClass("bottom-selected") ) {
 +
        $(".fa-ellipsis-v").css('font-size', '20px')
 +
    }else{
 +
        $(".fa-ellipsis-v").css('font-size', '18px')
 +
    }
 +
  });
 +
 +
  $("#button-others").hover(function(){
 +
    $(".fa-yin-yang").css('font-size', '21px')
 +
    }, function(){
 +
    if ( $(this).hasClass("bottom-selected") ) {
 +
        $(".fa-yin-yang").css('font-size', '21px')
 +
    }else{
 +
        $(".fa-yin-yang").css('font-size', '19px')
 +
    }
 +
  });
 +
 +
  $("#button-tools").hover(function() {
 +
    $(".fa-tools").css('font-size', '19px')
 +
    }, function() {
 +
    if ( $(this).hasClass("bottom-selected") ) {
 +
        $(".fa-tools").css('font-size', '19px')
 +
    }else{
 +
        $(".fa-tools").css('font-size', '17px')
 +
    }
 +
  });
 +
 
 
}
 
}
  

Revision as of 15:56, 21 March 2021



This is a protected page.