Difference between revisions of "Team:Grenoble-Alpes/Team"

Line 301: Line 301:
 
         color: #000;
 
         color: #000;
 
  }
 
  }
/******************** POP UP GEOLOCALISATION ******************/
 
 
.popup_geoloc
 
        {
 
            position: relative;
 
            display: float;
 
            cursor: pointer;
 
            -webkit-user-select: none;
 
            -moz-user-select: none;
 
            -ms-user-select: none;
 
            user-select: none;
 
            z-index:2;
 
            width:5%;
 
        }
 
 
#Popup_geo
 
        {
 
        position:absolute;
 
        padding: 1% 1% 1% 1%;
 
        top: -200%;
 
        left: 1600%;
 
        width: 300%;
 
        z-index: 2;
 
        }
 
 
 
.popup .popuptext
 
        {
 
            visibility: hidden;
 
            width: 10%;
 
            background-color: #364A5E;
 
            color: #fff;
 
            text-align: center;
 
            border-radius: 5%;
 
            padding: 10% 10% 10% 10%;
 
            position: relative;
 
            z-index:1;
 
 
        }
 
 
.popup .popuptext::after
 
        {
 
            content: "";
 
            top: 100%;
 
            left: 50%;
 
            margin-left: -5px;
 
            border-width: 5px;
 
            border-style: solid;
 
            border-color: #555 transparent transparent transparent;
 
            z-index:1;
 
        }
 
 
.popup .show {
 
            visibility: visible;
 
            -webkit-animation: fadeIn 1s;
 
            animation: fadeIn 1s;
 
        }
 
.popup .hide {
 
            visibility: hidden;
 
            -webkit-animation: fadeIn 1s;
 
            animation: fadeIn 1s;
 
        }
 
 
         </style>
 
         </style>
  

Revision as of 11:14, 23 September 2017

TEAM

MEMBERS

Designed by iGEM Grenoble-Alpes 2017 team | Site Map