Difference between revisions of "Template:Freiburg/CSS"

Line 26: Line 26:
 
/* CSS for the upwards-blob: on wiki_content_start
 
/* CSS for the upwards-blob: on wiki_content_start
 
/* CSS for Project Pages
 
/* CSS for Project Pages
 +
/* Horizontal Menu for Paragraphs
 
/* =================== END: CSS Navigation =================== */
 
/* =================== END: CSS Navigation =================== */
  
Line 911: Line 912:
  
 
<style>
 
<style>
/* ============= CSS for Project Pages ================ */
+
/* ============= BEGIN: CSS for Project Pages ================ */
 
.content_text {
 
.content_text {
 
     border-radius: 30px 60px;
 
     border-radius: 30px 60px;
Line 956: Line 957:
 
     margin: 2em 0px 0px;
 
     margin: 2em 0px 0px;
 
}
 
}
 +
/* ============= END: CSS for Project Pages ================ */
 +
 +
 +
/* ============= BEGIN: Horizontal Menu for Paragraphs ================ */
 +
.horizontal_menu {
 +
    margin: 0px auto;
 +
    padding: 5%;
 +
}
 +
 +
.horizontal_menu ul{
 +
    margin: 0px auto;
 +
    padding: 0px;
 +
}
 +
 +
.horizontal_menu li {
 +
    margin: 5px auto;
 +
    padding: 2.1%;
 +
    /*width: 120px;*/
 +
    list-style: none;
 +
    display: inline-block;
 +
    position: relative;
 +
    text-align: center;
 +
    border: 2px groove #0051A2;
 +
    border-radius: 8px;
 +
}
 +
/* ============= END: Horizontal Menu for Paragraphs ================ */
 
</style>
 
</style>
  
  
 
</html>
 
</html>

Revision as of 21:20, 14 September 2015