Difference between revisions of "Template:Team:Freiburg/wiki content start bubble"

Line 78: Line 78:
 
.bubble3 span {
 
.bubble3 span {
 
     height: 90px;
 
     height: 90px;
 +
}
 +
 +
 +
/* upwards navigation blob */
 +
 +
#bubble_wrapper{
 +
    display: none;
 +
}
 +
 +
 +
@media screen and (min-width: 1144px){
 +
    #bubble_wrapper{
 +
        transition: transform 0.5s ease;
 +
        display: inline;
 +
        position: absolute;
 +
        top: 900px;
 +
        right: 30px;
 +
        z-index: 1000;
 +
        transform: translateY(130px);
 +
    }
 
}
 
}
  

Revision as of 13:34, 18 September 2015