Difference between revisions of "Template:Freiburg/CSS"

Line 137: Line 137:
 
/* ============= END: Text Styling ============= */
 
/* ============= END: Text Styling ============= */
  
 +
/* =================== Footer =================== */
 +
 +
.content_footer{
 +
    background: #0051A2 scroll;
 +
    width: 100%;
 +
    height: 75px;
 +
}
 +
 +
.contacts{
 +
    width: 320px;
 +
    margin: 0 auto;
 +
    display: flex;
 +
    justify-content: space-around;
 +
    display: -webkit-flex; /*Safari*/
 +
    -webkit-justify-content: space-around; /* Safari 6.1+ */
 +
}
 +
 +
#uni a img,
 +
#bioss a img,
 +
#facebook a img,
 +
#email a img,
 +
#zbsa a img{
 +
    max-height: 40px
 +
}
 +
 +
#uni,
 +
#bioss,
 +
#facebook,
 +
#email,
 +
#zbsa{
 +
    padding-top: 15px;
 +
    padding-right:10px;
 +
}
 +
 +
/* gap between social links and uni links */
 +
#facebook{
 +
    padding-right: 40px;
 +
}
 +
 +
@media screen and (max-width:400px){
 +
    #uni,
 +
    #zbsa{
 +
        display: none;
 +
    }
 +
}
 +
 +
/* The html for the footer is included in wiki_content-end! */
 +
 +
/* =================== END: Footer =================== */
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 17:03, 16 September 2017