Difference between revisions of "Template:Freiburg/CSS"

Line 18: Line 18:
 
/* CSS-slider: inline for the respective pages. e.g. https://2015.igem.org/wiki/index.php?title=Team:Freiburg/PaP/ScienceFair
 
/* CSS-slider: inline for the respective pages. e.g. https://2015.igem.org/wiki/index.php?title=Team:Freiburg/PaP/ScienceFair
 
/* CSS classes and ids for Human Practice
 
/* CSS classes and ids for Human Practice
 +
/* CSS for the upwards-blob: on wiki_content_start
 
/* =================== END: CSS Navigation =================== */
 
/* =================== END: CSS Navigation =================== */
  
Line 472: Line 473:
 
}
 
}
  
/* upwards navigation blob */
 
 
#upwards_blob{
 
    display: none;
 
}
 
 
@media screen and (min-width: 1021px){
 
    #upwards_blob{
 
        transition: transform 0.5s ease;
 
        display: block;
 
        position: fixed;
 
        right: -100px;
 
        bottom: 3%;
 
    }
 
}
 
 
/* ============= END: Important Site setup ============= */
 
/* ============= END: Important Site setup ============= */
  

Revision as of 07:33, 7 September 2015