Your IP : 216.73.216.40


Current Path : /var/www/html/durgesh/hci/
Upload File :
Current File : /var/www/html/durgesh/hci/hci_logo.css

@font-face {
  font-family: 'Annie Use Your Telescope';
  font-style: normal;
  font-weight: 400;
  src: local('Annie Use Your Telescope'), local('AnnieUseYourTelescope'), url(http://themes.googleusercontent.com/static/fonts/annieuseyourtelescope/v4/2cuiO5VmaR09C8SLGEQjGgtSTT_xyPSRqbb82lxMsRH3rGVtsTkPsbDajuO5ueQw.woff) format('woff');
}


.logo1 {
  position: absolute;
  top: 30px;
  z-index: 80;
  left: 25%;
  background: transparent;
  transform: translateX(0%);
  cursor: pointer;
}

.titulo {
  clear: both;
  width: 100%;
  position: inherit;
  margin: 20px 0px 0px 0px;
}

.compname {
  font-family: "Annie Use Your Telescope", sans-serif;
  color: white;
  /*#636363;*/
  
  float: left;
  height: 70px;
  padding-left: 5px;
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: 300;
}

.subhead {
  font-family: 'calibri';
  color: #a3a3a3;
  float: left;
  padding-left: 7px;
  font-size: 20px;
  letter-spacing: 0px;
  font-weight: 300;
}

svg {
  border: solid white;
  padding-top: 5px;
  border-width: 0px 0px 0px 8px;
  border-radius: 30px 0px 0px 100px;
  padding-left: 1px;
}

#sh1 {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 0px;
  z-index: 90;
  opacity: 0;
  height: 20px;
  box-shadow: 5px 0px 10px 1px white;
}

.shinelogo {
  -webkit-animation: myanim2 500ms ease-in-out;
          animation: myanim2 500ms ease-in-out;
}

@-webkit-keyframes myanim2 {
  0% {
    -webkit-transform: translateX(0px)rotate(0deg);
            transform: translateX(0px)rotate(0deg);
    top: 5px;
    height: 50px;
    opacity: 1;
  }
  10% {
    -webkit-transform: translateX(0px)rotate(0deg);
            transform: translateX(0px)rotate(0deg);
    top: 5px;
    height: 30px;
    opacity: 0.8;
  }
  80% {
    -webkit-transform: translateX(180px)rotate(0deg);
            transform: translateX(180px)rotate(0deg);
    top: 5px;
    height: 50px;
    opacity: 0.8;
  }
  99% {
    -webkit-transform: translateX(200px)rotate(0deg);
            transform: translateX(200px)rotate(0deg);
    top: 17px;
    height: 5px;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(200px)scale(0);
            transform: translateX(200px)scale(0);
    height: 0px;
    top: 15px;
    opacity: 0;
  }
}

@keyframes myanim2 {
  0% {
    -webkit-transform: translateX(0px)rotate(0deg);
            transform: translateX(0px)rotate(0deg);
    top: 5px;
    height: 50px;
    opacity: 1;
  }
  10% {
    -webkit-transform: translateX(0px)rotate(0deg);
            transform: translateX(0px)rotate(0deg);
    top: 5px;
    height: 30px;
    opacity: 0.8;
  }
  80% {
    -webkit-transform: translateX(180px)rotate(0deg);
            transform: translateX(180px)rotate(0deg);
    top: 5px;
    height: 50px;
    opacity: 0.8;
  }
  99% {
    -webkit-transform: translateX(200px)rotate(0deg);
            transform: translateX(200px)rotate(0deg);
    top: 17px;
    height: 5px;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(200px)scale(0);
            transform: translateX(200px)scale(0);
    height: 0px;
    top: 15px;
    opacity: 0;
  }
}