Difference between revisions of "Team:Manchester/Templates/NavBar"

 
(40 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
<link href="https://2017.igem.org/Team:Manchester/Resources/CSS:Bootstrap?action=raw&ctype=text/css" rel="stylesheet">
 
<link href="https://2017.igem.org/Team:Manchester/Resources/CSS:Bootstrap?action=raw&ctype=text/css" rel="stylesheet">
  
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans|Open+Sans" rel="stylesheet">
+
<link href="https://2017.igem.org/Team:Manchester/Resources/CSS:font?action=raw&ctype=text/css" rel="stylesheet">
  
 
<link href="https://2017.igem.org/Team:Manchester/Resources/CSS:NEStyle?action=raw&ctype=text/css" rel="stylesheet">
 
<link href="https://2017.igem.org/Team:Manchester/Resources/CSS:NEStyle?action=raw&ctype=text/css" rel="stylesheet">
  
<script src="https://use.fontawesome.com/533a841c74.js"></script>
+
<script type="text/javascript" src="https://2017.igem.org/Team:Manchester/Resources/JS:fontawesome?action=raw&ctype=text/javascript"></script>
  
<script src="https://cdn.rawgit.com/arose/ngl/v0.10.3/dist/ngl.js"></script>
+
<script type="text/javascript" src="https://2017.igem.org/Team:Manchester/Resources/JS:NGL?action=raw&ctype=text/javascript"></script>
  
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
Line 19: Line 19:
 
</script>
 
</script>
  
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"></script>
+
<script src="https://2017.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
  
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
+
<script type="text/javascript" src="https://2017.igem.org/Team:Manchester/Resources/JS:jquery-2.1.4?action=raw&ctype=text/javascript"></script>
  
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
+
<script type="text/javascript" src="https://2017.igem.org/Team:Manchester/Resources/JS:bootstrap?action=raw&ctype=text/javascript"></script>
  
  
Line 36: Line 36:
 
   padding: 0!important;
 
   padding: 0!important;
 
}
 
}
 +
 +
.projectlink img:hover {
 +
  opacity: 0.7;
 +
}
 +
 +
.floatleft1 {
 +
  float: right!important;
 +
}
 +
 +
.floatright1 {
 +
  float: left!important;
 +
}
 +
  
 
a {
 
a {
Line 204: Line 217:
 
.clear {
 
.clear {
 
   clear: both;
 
   clear: both;
 +
}
 +
 +
.gonna-go-fast-to-the-top {
 +
  position: fixed;
 +
  bottom: 3vh;
 +
  right: 3vw;
 +
  z-index: 999999;
 +
  background-color: transparent;
 +
  opacity: 0.4;
 +
  width: 3em;
 +
  overflow: visible;
 +
  text-align: right
 +
}
 +
 +
.gonna-go-fast-to-the-top:hover {
 +
  opacity: 0.8
 +
}
 +
 +
a[href="#verytop"] {
 +
  color: #B266B2!important
 
}
 
}
  
Line 281: Line 314:
 
   padding: 0px 20px;
 
   padding: 0px 20px;
 
   font-size: 13px;
 
   font-size: 13px;
  font-family: 'Quicksand', sans-serif;
 
 
}
 
}
  
Line 290: Line 322:
 
   padding: 0px;
 
   padding: 0px;
 
   font-size: 13px;
 
   font-size: 13px;
  font-family: 'Quicksand', sans-serif;
 
 
}
 
}
  
Line 372: Line 403:
 
<body>
 
<body>
  
<div">
+
<div id="verytop">
  
 
   <nav class="navbar navbar-default navbar-fixed-top visible-md visible-lg gradient bmc-bg" style=" padding-top: 20px; padding-left: 8vw; padding-right: 8vw">
 
   <nav class="navbar navbar-default navbar-fixed-top visible-md visible-lg gradient bmc-bg" style=" padding-top: 20px; padding-left: 8vw; padding-right: 8vw">
Line 393: Line 424:
 
             <a class="dropdown-toggle active dropdowntextcenter" href="https://2017.igem.org/Team:Manchester/Description">Project<span class="caret"></span></a>
 
             <a class="dropdown-toggle active dropdowntextcenter" href="https://2017.igem.org/Team:Manchester/Description">Project<span class="caret"></span></a>
 
             <ul class="dropdown-menu" style="left:0;">
 
             <ul class="dropdown-menu" style="left:0;">
               <li><a href="https://2017.igem.org/Team:Manchester/Overview">Overview</a></li>
+
               <li><a href="https://2017.igem.org/Team:Manchester/Description">Overview</a></li>
               <li><a href="https://2017.igem.org/Team:Manchester/Description">Description</a></li>
+
               <li><a href="https://2017.igem.org/Team:Manchester/Description1">Description</a></li>
 
               <li><a href="https://2017.igem.org/Team:Manchester/Results">Results</a></li>
 
               <li><a href="https://2017.igem.org/Team:Manchester/Results">Results</a></li>
 
               <li><a href="https://2017.igem.org/Team:Manchester/Demonstrate">Demonstration</a></li>
 
               <li><a href="https://2017.igem.org/Team:Manchester/Demonstrate">Demonstration</a></li>
Line 464: Line 495:
  
 
</div>
 
</div>
 +
 +
<div class="gonna-go-fast-to-the-top"><a href="#verytop">
 +
<p><i class="fa fa-3x fa-arrow-circle-o-up"></i></p>
 +
</a></div>
  
 
</body>
 
</body>
  
 
</html>
 
</html>

Latest revision as of 03:49, 2 November 2017