Team:UNIK Copenhagen/Signe Nav

From 2013.igem.org

(Difference between revisions)
Line 37: Line 37:
}
}
#menubar *{
#menubar *{
-
color: transparent;
+
color: black;
background: transparent;
background: transparent;
margin: 0px;
margin: 0px;
padding: 5px;
padding: 5px;
 +
width: 100%;
 +
}
 +
#menubar.left-menu ul{
 +
background: white;
 +
border-bottom-left-radius: 5px;
 +
border-bottom-right-radius: 5px;
 +
box-shadow: 0px 0px 5px #888888;
}
}
#menubar.left-menu{
#menubar.left-menu{
width: 100%;
width: 100%;
-
}
 
-
#top-section:hover #menubar *{
 
-
color: white;
 
-
background: #336666;
 
}
}
#footer-box{
#footer-box{
-
background-color: white;
+
background-color: rgba(50, 50, 50, 0.8);
z-index: 90;
z-index: 90;
-
height: 28px;
+
height: 50px;
-
position: fixed;
+
position: relative;
width: 99%;
width: 99%;
text-align: center;
text-align: center;
-
bottom: 0px;
+
bottom: 30px;
border: none;
border: none;
-
border-top: 1px solid #003333;
 
}
}
#footer, #footer ul{
#footer, #footer ul{
font-size: 10px;
font-size: 10px;
-
display: inline;
 
}
}
 +
#footer a{color: white;}
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*                Navigation Bar CSS                    */
/*                Navigation Bar CSS                    */
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
-
#full_width{
 
-
position: relative;
 
-
background: #003333;
 
-
height: 30px;
 
-
top: 30px;
 
-
left: 0px;
 
-
right: 0px;
 
-
padding: 0px;
 
-
margin: 0px;
 
-
z-index:-5;
 
-
}
 
#wrapper{
#wrapper{
-
width:1200px;
+
width:1000px;
 +
min-height: 1200px;
margin: auto;
margin: auto;
z-index: 95;
z-index: 95;
 +
background: white;
 +
top:30px;
}
}
#nav li{
#nav li{
Line 231: Line 225:
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
#our_logo{
#our_logo{
-
margin: -20px 0px 0px -40px;
+
margin: 10px;
}
}
#our_logo img{
#our_logo img{
Line 249: Line 243:
</head>
</head>
<body>
<body>
-
<div id="full_width"> </div>
 
<div id="wrapper">
<div id="wrapper">
 +
<div id="our_logo"><a href="https://2013.igem.org/Team:UNIK_Copenhagen"><img src="https://static.igem.org/mediawiki/2013/8/8e/UNIK_Copenhagen_our_logo.png" width="150"></a></div>
<div id="nav">
<div id="nav">
<ul>
<ul>
-
<li><div id="our_logo"><a href="https://2013.igem.org/Team:UNIK_Copenhagen"><img src="https://static.igem.org/mediawiki/2013/8/8e/UNIK_Copenhagen_our_logo.png" width="150"></a></div></li>
 
-
 
<li><a href="https://2013.igem.org/Team:UNIK_Copenhagen">Home</a></li>
<li><a href="https://2013.igem.org/Team:UNIK_Copenhagen">Home</a></li>
<li><a href="#">Project</a>
<li><a href="#">Project</a>

Revision as of 14:46, 24 August 2013