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

Line 11: Line 11:
  
  
/*===================Amazing Bubble Sidebar==========================*/
+
/*===================Amazing Bubble Sidebar STYLE ==========================*/
 
#bubble_wrapper {
 
#bubble_wrapper {
 
     float:left;
 
     float:left;
Line 17: Line 17:
 
     margin-left: 1%;
 
     margin-left: 1%;
 
     margin-top: 5%;
 
     margin-top: 5%;
 +
    position: fixed; top: 10%;
 
}
 
}
  
Line 78: Line 79:
 
.bubble3 span {
 
.bubble3 span {
 
     height: 90px;
 
     height: 90px;
 +
}
 +
 +
 +
/*============== Movement of Amazing Bubble Sidebar ==============*/
 +
/* min-width is chosen so the bubbles do just not interfere with the content box */
 +
/* 1021 content_box-width + 46 blob-width + 20 scrollbar + some buffer space */
 +
@media screen and (min-width: 1144px){
 +
    #upwards_blob{
 +
        transition: transform 0.5s ease;
 +
        display: inline;
 +
        position: absolute;
 +
        top: 900px;
 +
        right: 30px;
 +
        z-index: 1000;
 +
        transform: translateY(130px);
 +
    }
 
}
 
}
 
</style>
 
</style>
 +
  
  

Revision as of 12:26, 18 September 2015