index.css 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. To change this license header, choose License Headers in Project Properties.
  3. To change this template file, choose Tools | Templates
  4. and open the template in the editor.
  5. */
  6. /*
  7. Created on : 2/06/2020, 02:21:45 PM
  8. Author : Ale
  9. */
  10. .link{ cursor: pointer; overflow: hidden; }
  11. .link img{ width: 100%; -webkit-transition: .6s all ease; -moz-transition: .6s all ease; -o-transition: .6s all ease; -ms-transition: .6s all ease; transition: .6s all ease; }
  12. .link:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
  13. .textlink{ font-family: 'indivisa-display-italic'; font-size: 20px; text-shadow: 1px 1px 2px black, 0 0 25px #696969, 0 0 5px #969696; }
  14. .efecto{ background-image: linear-gradient(rgba(0,0,0,0) 50%,rgba(0,0,0,.7)); width: 100%; height: 100%; position: absolute; }
  15. /*@media (max-width:799px){
  16. #logo{
  17. min-height: 151px;
  18. max-height: 150px;
  19. }
  20. }
  21. @media (max-width:560px){
  22. #logo{
  23. min-height: 87px;
  24. max-height: 150px;
  25. }
  26. }
  27. @media (max-width:320px){
  28. #logo{ max-height: 70px; }
  29. }*/