Difference between revisions of "Template:Team:Freiburg/CSSnavigation"

m
Line 8: Line 8:
 
<!-- Begin CSS Stylesheet -->
 
<!-- Begin CSS Stylesheet -->
 
<style>
 
<style>
 +
 +
/* ============= Resetting css coming from wiki itself ============= */
 +
body {
 +
    font: sans-serif;
 +
    color: #000;
 +
    margin: 0px;
 +
    padding: 0px;
 +
    background-color: #AAA;
 +
line-height: 1.8;
 +
}
 +
 +
a {
 +
    color: #002BB8;
 +
    text-decoration: none;
 +
    background: transparent none repeat scroll 0% 0%;
 +
}
 +
 +
p {
 +
    margin: 0.4em 0px 0.5em;
 +
    line-height: 1.5em;
 +
}
 +
 +
#globalWrapper {
 +
    position: absolute;
 +
    font-size: 150%;
 +
    width: 100%;
 +
    margin: 0px;
 +
    padding: 0px 0px 0px;
 +
}
 +
 +
#mainContainer { 
 +
margin: 0;
 +
width: 100%;
 +
}
 +
 +
#top_menu_under {
 +
    position: relative;
 +
    width: 100%;
 +
    height: 16px;
 +
    border-bottom: 2px solid #000;
 +
}
 +
 +
#top_menu_14 {
 +
    position: fixed;
 +
    width: 100%;
 +
    top: 0px;
 +
    left: 0px;
 +
    height: 16px;
 +
    background-color: #383838;
 +
    border-bottom: 2px solid #000;
 +
    z-index: 9999;
 +
}
 +
 +
 +
#top_menu_inside {
 +
    display: block;
 +
    position: relative;
 +
    width: 900px;
 +
    height: 100%;
 +
    margin: 0px auto;
 +
    padding: 0px 10px;
 +
    border-left: 1px solid #C8C8C8;
 +
    border-right: 1px solid #C8C8C8;
 +
    font-family: "arial",sans-serif;
 +
    font-size: 12px;
 +
    font-weight: 400;
 +
    color: #FFF;
 +
}
 +
 +
 +
 +
#content {
 +
    position: relative;
 +
    width: 100%;
 +
    margin: 0;
 +
    padding: 0;
 +
    background: #FFF none repeat scroll 0% 0%;
 +
    color: #000;
 +
    border-left: 0;
 +
    border-right: 0;
 +
  /* line-height: 0; */
 +
    z-index: 2;
 +
 +
 +
}
 +
 +
.visualClear {
 +
    clear: both;
 +
}
 +
 +
 +
/* ============= END: Resetting css coming from wiki itself ============= */
 +
 +
 
/* Navigation Bar style sheet */
 
/* Navigation Bar style sheet */
  

Revision as of 08:24, 8 August 2015

DiaCHIP