Difference between revisions of "Template:Newcastle2"

Line 4: Line 4:
 
<link href="https://2017.igem.org/Team:Newcastle/Bradleytest/css/bootstrapmincss?action=raw&amp;ctype=text/css" rel="stylesheet">
 
<link href="https://2017.igem.org/Team:Newcastle/Bradleytest/css/bootstrapmincss?action=raw&amp;ctype=text/css" rel="stylesheet">
 
<link href="https://2017.igem.org/Team:Newcastle/Bradleytest/css/heroic-featurescss?action=raw&amp;ctype=text/css" rel="stylesheet">
 
<link href="https://2017.igem.org/Team:Newcastle/Bradleytest/css/heroic-featurescss?action=raw&amp;ctype=text/css" rel="stylesheet">
 +
<script src="https://2017.igem.org/Team:Newcastle/Bradleytest/js/imagescalerjs?action=raw&amp;ctype=text/javascript">
 +
 
<script>
 
<script>
 
 
/* Top Menu Bar Script */
 
 
function myFunction1() {
 
 
    document.getElementById("myDropdown1").classList.toggle("show");
 
}
 
 
function myFunction2() {
 
 
    document.getElementById("myDropdown2").classList.toggle("show");
 
}
 
 
 
// Close the dropdown if the user clicks outside of it
 
window.onclick = function(event) {
 
  if (!event.target.matches('.dropbtn')) {
 
 
    var dropdowns = document.getElementsByClassName("dropdown-content");
 
    var i;
 
    for (i = 0; i < dropdowns.length; i++) {
 
      var openDropdown = dropdowns[i];
 
      if (openDropdown.classList.contains('show')) {
 
        openDropdown.classList.remove('show');
 
      }
 
    }
 
  }
 
}
 
</script>
 
 
<style>
 
.dropdown-content {
 
    display: none;
 
    position: absolute;
 
    background-color: #f9f9f9;
 
    min-width: 160px;
 
    overflow: auto;
 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
    right: 0;
 
    z-index: 1;
 
}
 
 
.dropdown-content a {
 
    color: black;
 
    padding: 12px 16px;
 
    text-decoration: none;
 
    display: block;
 
</style>
 
 
 
    <!-- Top Menu Bar -->
 
    <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
 
        <div class="container">
 
            <!-- Brand and toggle get grouped for better mobile display -->
 
            <div class="navbar-header">
 
                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
 
                    <span class="sr-only">Toggle navigation</span>
 
                    <span class="icon-bar"></span>
 
                    <span class="icon-bar"></span>
 
                    <span class="icon-bar"></span>
 
                </button><br />
 
                <a class="navbar-brand" href="https://2017.igem.org/Team:Newcastle"></ br>Newcastle iGEM 2017</a>
 
            </div>
 
            <!-- Collect the nav links, forms, and other content for toggling -->
 
            <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
 
                <ul class="nav navbar-nav">
 
                    <li><br />
 
                        <button class="dropbtn" onclick="myFunction1()">Team</button>
 
                          <div id="myDropdown1" class="dropdown-content">
 
                                <a href="#home">Members</a>
 
                                <a href="#about">Collaborations</a>
 
                                <a href="#contact">Acknowledgements</a>
 
                                <a href="#contact">Sponsors</a>
 
                          </div>
 
                    </li>
 
                    <li><br />
 
                        <button class="dropbtn" onclick="myFunction2()">Project</button>
 
                          <div id="myDropdown2" class="dropdown-content">
 
                                <a href="#home">Overview</a>
 
                                <a href="#about">The Problem</a>
 
                                <a href="#contact">Our Solution</a>
 
                          </div>
 
                    </li>
 
                    <li><br />
 
                        <button class="dropbtn" onclick="myFunction3()">Parts</button>
 
                          <div id="myDropdown3" class="dropdown-content">
 
 
                          </div>
 
                    </li>
 
                    <li><br />
 
                        <button class="dropbtn" onclick="myFunction3()">Safety</button>
 
                          <div id="myDropdown3" class="dropdown-content">
 
 
                          </div>
 
                    </li>
 
                    <li><br />
 
                        <button class="dropbtn" onclick="myFunction3()">Human Practices</button>
 
                          <div id="myDropdown3" class="dropdown-content">
 
 
                          </div>
 
                    </li>
 
                    <li><br />
 
                        <button class="dropbtn" onclick="myFunction3()">Awards</button>
 
                          <div id="myDropdown3" class="dropdown-content">
 
 
                          </div>
 
                    </li>
 
                    <li><br />
 
                        <button class="dropbtn" onclick="myFunction3()">Judging Form</button>
 
                          <div id="myDropdown3" class="dropdown-content">
 
 
                          </div>
 
                    </li>
 
                </ul>
 
 
            </div>
 
            <!-- /.navbar-collapse -->
 
        </div>
 
        <!-- /.container -->
 
    </nav>
 
                <div style="position:fixed; right:0px; bottom:0px">
 
                    <a href="#" class="btn btn-primary" style="color: white">Go To Top</a>
 
                </div>
 
 
  
  
Line 228: Line 105:
  
 
<style>
 
<style>
 
 
 
 
 
 
/* Clear the default wiki settings */
 
/* Clear the default wiki settings */
Line 250: Line 124:
  
 
body {
 
body {
     background-color:white;
+
     background-color:lightblue;
 
}
 
}
  
Line 283: Line 157:
 
.table{border-collapse:collapse!important}
 
.table{border-collapse:collapse!important}
 
.table td,.table th{background-color:#fff!important}
 
.table td,.table th{background-color:#fff!important}
.table-bordered td,.table-bordered th
+
 
{border:1px solid #ddd!important}}
+
  
  
Line 299: Line 172:
 
padding:0px;
 
padding:0px;
 
float:right;  
 
float:right;  
border-left: 1px solid #d3d3d3;  
+
border-left: 1px #d3d3d3;  
 
background-color:#dddddd;  
 
background-color:#dddddd;  
 
text-align:left;
 
text-align:left;
Line 329: Line 202:
 
padding: 10px 0px 10px 15px;  
 
padding: 10px 0px 10px 15px;  
 
float:left;  
 
float:left;  
border-bottom: 1px solid #d3d3d3;  
+
border-bottom: 1px #d3d3d3;  
 
font-size: 12px;  
 
font-size: 12px;  
 
font-weight: bold;  
 
font-weight: bold;  
Line 383: Line 256:
 
float:left;
 
float:left;
 
background-color:#f2f2f2;  
 
background-color:#f2f2f2;  
border-bottom: 1px solid #d3d3d3;  
+
border-bottom: 1px #d3d3d3;  
 
font-size: 12px;  
 
font-size: 12px;  
 
color: #5e5f5f;  
 
color: #5e5f5f;  
Line 444: Line 317:
 
   margin: 5px 15px;
 
   margin: 5px 15px;
 
   display: block;
 
   display: block;
border: 4px solid #3399ff;
+
border: 4px #3399ff;
 
     font-weight: bold;
 
     font-weight: bold;
 
}
 
}
 
 
 
</style>
 
</style>
 +
  
  
Line 758: Line 632:
 
<p>Our wiki is currently under construction, please bear with us while we make it functional</p>
 
<p>Our wiki is currently under construction, please bear with us while we make it functional</p>
 
</div>
 
</div>
 +
</body>
  
  
  
 +
<!-- start of content -->
 +
<div class="igem_2017_content_wrapper">
  
  
 +
<script>
 +
imageMapResize();
 +
</script>
  
  
 
+
</html>
 
+
 
+
 
+
</body>
+
 
+
 
+
 
+
<!-- start of content -->
+
<div class="igem_2017_content_wrapper">
+

Revision as of 10:38, 25 July 2017

Our wiki is currently under construction, please bear with us while we make it functional