Team:SCU-China/nav.html

From 2014.igem.org

(Difference between revisions)
 
(2 intermediate revisions not shown)
Line 1: Line 1:
 +
{{CSS/Main}}
<html>
<html>
-
 
+
<style>
-
<style type="text/css">
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
-
#contentSub, #footer-box, #catlinks, #search-controls, #p-
+
-
 
+
-
logo, .printfooter, .firstHeading,.visualClear {display:  
+
-
 
+
-
none;} /*-- hides default wiki settings --*/
+
-
 
+
-
#top-section { /*-- styling for default menu bar (edit, page,
+
-
 
+
-
history, etc.) --*/
+
-
+
-
border: 0 none;
+
-
height: 14px;
+
-
z-index: 100;
+
-
top: 0;
+
-
position: fixed;
+
-
width: 975px;
+
-
left: 50%;
+
-
margin-left: -487px;
+
-
}
+
-
 
+
-
#globalWrapper, #content { /*-- changes default wiki settings
+
-
 
+
-
--*/
+
-
width: 100%;
+
-
height: 100%;
+
-
border: 0px;
+
-
background-color: transparent;
+
-
margin: 0px;
+
-
padding: 0px;
+
-
}
+
-
 
+
-
html, body, .wrapper { /*-- changes default wiki settings --
+
-
 
+
-
*/
+
-
width: 100%;
+
-
height: 100%;
+
-
background-color: transparent;
+
-
}
+
-
</style>
+
-
<style type="text/css">
+
-
nav ul ul {
+
-
display: none;
+
-
}
+
-
 
+
-
nav ul li:hover > ul {
+
-
display: block;
+
-
}
+
-
nav ul {
+
-
background: #efefef;
+
-
background: linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
+
-
background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
+
-
background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
+
-
box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
+
-
padding: 0 20px;
+
-
border-radius: 10px; 
+
-
list-style: none;
+
-
position: relative;
+
-
display: inline-table;
+
-
}
+
-
nav ul:after {
+
-
content: ""; clear: both; display: block;
+
-
}
+
-
nav ul li {
+
-
float: left;
+
-
}
+
-
nav ul li:hover {
+
-
background: #4b545f;
+
-
background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
+
-
background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
+
-
background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
+
-
}
+
-
nav ul li:hover a {
+
-
color: #fff;
+
-
}
+
-
+
-
nav ul li a {
+
-
display: block; padding: 25px 40px;
+
-
color: #757575; text-decoration: none;
+
-
}
+
-
nav ul ul {
+
-
background: #5f6975; border-radius: 0px; padding: 0;
+
-
position: absolute; top: 100%;
+
-
}
+
-
nav ul ul li {
+
-
float: none;
+
-
border-top: 1px solid #6b727c;
+
-
border-bottom: 1px solid #575f6a;
+
-
position: relative;
+
-
}
+
-
nav ul ul li a {
+
-
padding: 15px 40px;
+
-
color: #fff;
+
-
}
+
-
nav ul ul li a:hover {
+
-
background: #4b545f;
+
-
}
+
-
nav ul ul ul {
+
-
position: absolute; left: 100%; top:0;
+
-
}
+
</style>
</style>
<link rel="stylesheet" href="https://2014.igem.org/Team:SCU-China/bootstrap.min.css ?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="https://2014.igem.org/Team:SCU-China/bootstrap.min.css ?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css"/>
Line 106: Line 8:
<script src="https://2014.igem.org/Team:SCU-China/jquery.min.js ?action=raw&amp;ctype=text/javascript" type="text/javascript"></script>
<script src="https://2014.igem.org/Team:SCU-China/jquery.min.js ?action=raw&amp;ctype=text/javascript" type="text/javascript"></script>
<script src="https://2014.igem.org/Team:SCU-China/bootstrap.min.js ?action=raw&amp;ctype=text/javascript" type="text/javascript"></script>
<script src="https://2014.igem.org/Team:SCU-China/bootstrap.min.js ?action=raw&amp;ctype=text/javascript" type="text/javascript"></script>
-
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
+
<nav class="navbar navbar-default navbar-fixed-top" role="navigation" style="margin-top: 20px;">
       <div class="container">
       <div class="container">
         <div class="navbar-header">
         <div class="navbar-header">

Latest revision as of 12:10, 16 October 2014