Template:Template

From 2014.igem.org

(Difference between revisions)
Line 6: Line 6:
#menu {
#menu {
         margin: 0 23%;
         margin: 0 23%;
-
width: 80%;
+
width: 100%;
z-index: 99999;
z-index: 99999;
-
font-size: 17px; /* 14 tekstem pokazuje*/
+
font-size: 17px;  
-
background: url("../img/bg_menu.png");  
+
font-weight: 400;
font-weight: 400;
height: 100px;
height: 100px;
}
}
 +
 +
#menu ul {
 +
width: 100%;
 +
    margin: 0 auto;
 +
padding-top: 10px;
 +
list-style: none;
 +
display: noene;
 +
position: absolute;
 +
}
 +
 +
#menu li{
 +
position:relative;
 +
}
 +
#menu ul li {
#menu ul li {
Line 18: Line 31:
float: left;
float: left;
padding: 10px 37px;
padding: 10px 37px;
-
        width: 100px;
+
    width: 100px;
margin-top: 100px;
margin-top: 100px;
-
        border-top: 2px solid #F0A30A;
+
    border-top: 2px solid #F0A30A;  
-
}
+
-
 
+
-
#menu ul {
+
-
width: 100%;
+
-
        margin: 0 auto;
+
-
padding-top: 10px;
+
-
list-style: none;
+
}
}
Line 36: Line 42:
text-align: center;
text-align: center;
padding-bottom: 25px;
padding-bottom: 25px;
-
}
 
-
 
-
#menu ul li ul {
 
-
        margin-left:-1px !important;
 
-
        padding:0px !important;
 
-
        margin-top:0px !important;
 
-
        maring-bottom:0px !important
 
}
}

Revision as of 08:50, 17 October 2014