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

Line 71: Line 71:
 
               filter: grayscale(0%);
 
               filter: grayscale(0%);
 
             }
 
             }
/******************** POP UP GEOLOCALISATION ******************/
 
 
.popup
 
        {
 
            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>
Line 148: Line 85:
  
 
             <div class="popup" onclick="Function_geo()"><img id="couvlogogeo" src="https://static.igem.org/mediawiki/2017/c/c9/LogolocalisationiGEMGrenoble.png">
 
             <div class="popup" onclick="Function_geo()"><img id="couvlogogeo" src="https://static.igem.org/mediawiki/2017/c/c9/LogolocalisationiGEMGrenoble.png">
                   <span class="popuptext" id="Popup_geo"> A little bit of abstract in this magnificent fresco entitled “Food for thought” painted by the American duo How & Nosm. The strength of this work is to let your imagination push back the boundaries of reality. <br> Credits: Noreen Louis
+
                   <span class="popuptext" id="Popup_geo" style="> A little bit of abstract in this magnificent fresco entitled “Food for thought” painted by the American duo How & Nosm. The strength of this work is to let your imagination push back the boundaries of reality. <br> Credits: Noreen Louis
 
                   </span>
 
                   </span>
 
             </div>
 
             </div>

Revision as of 17:06, 30 September 2017

TEAM

ATTRIBUTIONS