Difference between revisions of "Template:Nankai"

Line 1: Line 1:
 
{{Template_All_Teams}}
 
{{Template_All_Teams}}
  
<!-- Declare that you are going to use html code instead of wiki code -->
+
<!DOCTYPE html>
<html>
+
<html lang="en-US">
 +
<head>
 +
<meta charset="UTF-8">
 +
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
 +
<title>Medigo Blue, free responsive template</title>
 +
    <meta name="keywords" content="">
 +
<meta name="description" content="">
 +
    <meta name="author" content="templatemo">
 +
   
 +
<!-- Stylesheets -->
 +
<link rel="stylesheet" type="text/css" href="https://2015.igem.org/Template:Nankai/bootstrapCSS?action=raw&ctype=text/css" />
 +
<link rel="stylesheet" type="text/css" href="https://2015.igem.org/Template:Nankai/miscCSS?action=raw&ctype=text/css" />
 +
<link rel="stylesheet" type="text/css" href="https://2015.igem.org/Template:Nankai/blue-schemeCSS?action=raw&ctype=text/css" />
 +
 +
<!-- JavaScripts -->
 +
<script src="js/jquery-1.10.2.min.js"></script>
 +
<script src="js/jquery-migrate-1.2.1.min.js"></script>
  
<!-- Start of CSS-->
+
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<style type="text/css">
+
<style type="text/css">
                .menu {
+
#logo1 {
font-family: arial, sans-serif;
+
margin: 0;
+
position: fixed;
+
min-width: 680px;
+
width: 100%;
+
filter: alpha(Opacity=80);
+
-moz-opacity: 0.8;
+
opacity: 0.8;
+
background-color: #5500DD;
+
}
+
.menu ul {
+
padding: 0;
+
margin: 0;
+
list-style-type: none;
+
}
+
.menu ul li {
+
 
float: left;
 
float: left;
position: relative;
+
height: 80px;
width: 10%;
+
width: 80px;
left: 20%;
+
min-width: 6em;
+
 
}
 
}
.menu ul li a, .menu ul li a:visited {
+
#logo2 {
display: block;
+
float: right;
text-align: center;
+
height: 80px;
text-decoration: none;
+
width: 80px;
width: 100%;
+
height: 100%;
+
color: #000;
+
line-height: 30px;
+
font-size: 11px;
+
 
}
 
}
.menu ul li ul {
+
    </style>
display: none;
+
</head>
left: 0px;
+
<body>
}
+
<div class="responsive_menu">
.menu ul li:hover a {
+
  <ul class="main_menu">
color: #FFFFFF;
+
    <li><a href="index.html">Home</a></li>
background-color: #7000FF;
+
  <li><a href="#">Team</a></li>
}
+
              <li><a href="#">Project</a>
.menu ul li:hover ul {
+
                <ul>
display: block;
+
                  <li><a href="blog.html">Description</a></li>
position: absolute;
+
                  <li><a href="blog-single.html">Experiments & Protocols</a></li>
width: 100%;
+
                  <li><a href="#">Results</a></li>
}
+
                  <li><a href="#">Design</a></li>
.menu ul li:hover ul li a {
+
                </ul>
display: block;
+
              </li>
color: #000;
+
              <li><a href="#">Parts</a>
}
+
                <ul>
.menu ul li:hover ul li a:hover {
+
                  <li><a href="blog.html">Team Parts</a></li>
color: #FFF;
+
                  <li><a href="blog-single.html">Basic Parts</a></li>
background-color: #000000;
+
                  <li><a href="#">Composite Parts</a></li>
}
+
                  <li><a href="#">Part Collection</a></li>
.menu ul li ul li {
+
                </ul>
left: 0px;
+
              <li><a href="#">Notebook</a>
position: relative;
+
              <li><a href="contact.html">Attributions</a></li>
width: 100%;
+
              <li><a href="contact.html">Collaborations</a></li>
}
+
              <li><a href="contact.html">Human Practices</a></li>
body {
+
              <li><a href="contact.html">Safety</a></li>
background-color: #fff;
+
              <li><a href="contact.html">Modeling</a></li>
}
+
              <li><a href="contact.html">Measurements</a></li>
 
+
  </ul>
/* Creates a container that will wrap all of the content inside your wiki pages. */
+
  <!-- /.main_menu -->
#mainContainer { 
+
width: 1278px;
+
overflow:hidden;
+
float:left;
+
margin-left:20px;
+
margin-bottom: 10px;
+
background-color: #fff;
+
border-bottom: 14px solid #565656;
+
border-right: 2px solid #565656;
+
border-left: 2px solid #565656;
+
border-top: 2px solid #565656;
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
}
+
 
+
/* Creates the container for the menu */
+
#menuContainer  {
+
float:left;
+
width: 134px;
+
padding: 20px 0px;
+
border-top: 14px solid #565656;
+
background-color: #E8E8E9;
+
}
+
 
+
/* Creates the container for the content */
+
#contentContainer {
+
padding-top:20px;
+
padding-right:10px;
+
margin-bottom: 20px;
+
width: 1114px;
+
padding-left: 20px;
+
float: left;
+
background-color: #fff;
+
border-top: 14px solid #565656;
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
}
+
 
+
/*Set up height place holder for the banner*/
+
#bannerContainer {
+
height:200px;
+
margin:auto;
+
text-align:center;
+
color: #24B694;
+
}
+
 
+
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
+
 
+
/*Change the styling of text for everything inside main container*/
+
#mainContainer p {
+
font-size: 13px;
+
color: #000000;
+
}
+
+
/*This changes the color and font family */
+
#contentContainer h1, h2, h3, h4, h5, h6 {
+
color: #565656;
+
border-bottom: none;
+
font-weight: bold;
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
margin-top:10px;
+
}
+
 
+
/*Style of the links - links are different inside the menu */
+
#contentContainer a {
+
font-weight: bold;
+
color: #23b593;
+
}
+
 
+
  /* Styling links on hover- links are different inside the menu */
+
#contentContainer a:hover {
+
color: #59bf92;
+
}
+
 
+
/*Change the styling of tables */
+
        #contentContainer table {
+
    border: 1px solid #565656;
+
    border-collapse: collapse;
+
    width: 90%
+
    margin: auto;
+
    margin-bottom: 15px;
+
    margin-top: 15px;
+
    margin-right: 10px;
+
    margin-left: 10px;
+
    }
+
 
+
/*Change the styling of table cells*/
+
    #contentContainer  td {
+
    padding: 10px;
+
    border: 1px solid #565656;
+
    border-collapse: collapse;
+
    vertical-align: text-top;
+
    }
+
 
+
/*Change the styling of table headers */
+
    #contentContainer th {
+
    background-color: #E8E8E9;
+
    padding: 10px;
+
    border: 1px solid #565656;
+
    border-collapse: collapse;
+
    vertical-align: text-top;
+
    }
+
 
+
 
+
 
+
/*MENU STYLING */
+
 
+
/*Styling for the links in the menu */
+
#menuContainer a {
+
color: #565656;
+
text-decoration:none;
+
font-weight: bold;
+
}
+
 
+
/* Sets the style for lists inside menuContainer  */
+
#menuContainer ul {
+
list-style: none;
+
margin-left:0px;
+
}
+
 
+
/*Styles the list items to become menu buttons */
+
#menuContainer ul li {
+
text-align: center;
+
display: block;
+
width: 100%;
+
height:30px;
+
padding-top:10px;
+
}
+
 
+
/*For the menu buttons, changes the color when hovering*/
+
#menuContainer li:hover {
+
color:  #FFF;
+
background-color: #24B694;
+
}
+
 
+
/*Submenus are not displayed as default*/
+
#menuContainer li ul {
+
display: none;
+
padding-top:15px;
+
margin-left: -19px;
+
}
+
 
+
/*Submenus are displayed when hovering the menu button */
+
#menuContainer li:hover ul {
+
/*display: inline-block; */
+
display: block;
+
position: absolute;
+
float:right;
+
margin-left: 134px;
+
margin-top:-42px;
+
}
+
 
+
/*Style the submenu buttons*/
+
#menuContainer li ul li{
+
background-color: #59BF92;
+
padding-left:20px;
+
padding-right:20px;
+
height:30px;
+
padding-top:10px;
+
margin-top:-2px;
+
color: #565656;
+
width: 150px;
+
}
+
 
+
/*CLASSES */
+
 
+
/*Clear class for all the pages, adds spacing too*/
+
.clear{
+
clear:both;
+
height: 10px;
+
}
+
 
+
 
+
/* highlight box for special messages */
+
    .highlightBox {
+
        width:500px;
+
        margin:auto;
+
        background-color: #E8E8E9;
+
margin-bottom: 15px;
+
margin-top: 15px;
+
padding: 15px;
+
padding-top: 5px;
+
    }
+
 
+
 
+
</style>
+
<!-- End of CSS -->
+
 
+
 
+
<!-- Start of the template html elements. -->
+
                <div class="menu">
+
<ul>
+
<li><a class="hide" href="https://2015.igem.org/Team:Nankai"><strong style="color: #FFF">Home</strong></a>
+
</li>
+
<li><a class="hide" href="https://2015.igem.org/Team:Nankai/Project"><strong style="color: #FFF">Project</strong></a>
+
</li>
+
<li><a class="hide" href="https://2015.igem.org/Team:Nankai/Parts"><strong style="color: #FFFFFF">Parts</strong></a>
+
</li>
+
<li><a class="hide" href="https://2015.igem.org/Team:Nankai/Practices"><strong style="color: #FFFFFF">Human Practices</strong></a>
+
    <ul>
+
    <li><a style="color: #FFFFFF" href="https://2015.igem.org/Team:Nankai/Practices Advisor">Cooperation</a></li>
+
    <li><a style="color: #FFFFFF">Activity</a></li>
+
    </ul>
+
</li>
+
<li><a class="hide" href="https://2015.igem.org/Team:Nankai/Team"><strong style="color: #fff">Team</strong></a>
+
    <ul>
+
    <li><a style="color: #FFFFFF">Advisor</a></li>
+
    <li><a style="color: #FFFFFF">Undergraduate</a></li>
+
    </ul>
+
 
+
</li>
+
<li><a class="hide" ><strong style="color: #fff">Contact</strong></a>
+
</li>
+
</ul>
+
<div class="clear"> </div>
+
 
</div>
 
</div>
<div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
+
<!-- /.responsive_menu -->
 
+
<header class="site-header clearfix">
 
+
  <div class="container">
<div id="bannerContainer">
+
    <div class="row">
<br><br>
+
      <div class="col-md-12">
<div class="header">
+
        <div class="main-navigation pull-right">
<div class="head-logo">
+
          <nav class="main-nav visible-md visible-lg">
<a href="index.html"><img src="https://static.igem.org/mediawiki/2015/d/df/Fc6c42f31370d7a44d8aed27f5df482a.jpg" alt="" width="1200" height="200" /></a> </div>
+
            <ul class="sf-menu"><div id="logo1"><img src="images/logo.png" width="80" height="80" alt=""/></div>
 
+
            <div id="logo2"><img src="images/logo2.png" width="80" height="80" alt=""/></div>
<!-- Start of menu -->
+
              <li class="active" id="first"><a href="index.html">Home</a></li>
<div id="menuContainer">
+
              <li><a href="#">Team</a></li>
 
+
              <li><a href="#">Project</a>
<!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
+
                <ul>
<ul>
+
                  <li><a href="blog.html">Description</a></li>
<a href="https://2015.igem.org/Team:Nankai"><li>HOME</li></a>
+
                  <li><a href="blog-single.html">Experiments & Protocols</a></li>
 
+
                  <li><a href="#">Results</a></li>
<a href="https://2015.igem.org/Team:Nankai/Team"><li>TEAM</li></a>
+
                  <li><a href="#">Design</a></li>
 
+
                </ul>
<a href="#"><li>PROJECT
+
              </li>
            <ul>
+
              <li><a href="#">Parts</a>
<a href="https://2015.igem.org/Team:Nankai/Description"><li>Description</li></a>
+
                <ul>
<a href="https://2015.igem.org/Team:Nankai/Experiments"><li>Experiments &amp; Protocols</li></a>
+
                  <li><a href="blog.html">Team Parts</a></li>
<a href="https://2015.igem.org/Team:Nankai/Results"><li>Results</li></a>
+
                  <li><a href="blog-single.html">Basic Parts</a></li>
<a href="https://2015.igem.org/Team:Nankai/Design"><li>Design</li></a>
+
                  <li><a href="#">Composite Parts</a></li>
</ul>
+
                  <li><a href="#">Part Collection</a></li>
</li></a>
+
                </ul>
 
+
              <li><a href="#">Notebook</a>
<a href="#"><li>PARTS
+
              <li><a href="contact.html">Attributions</a></li>
            <ul>
+
              <li><a href="contact.html">Collaborations</a></li>
<a href="https://2015.igem.org/Team:Nankai/Parts"><li>Team Parts</li></a>
+
              <li><a href="contact.html">Human Practices</a></li>
<a href="https://2015.igem.org/Team:Nankai/Basic_Part"><li>Basic Parts</li></a>
+
              <li><a href="contact.html">Safety</a></li>
<a href="https://2015.igem.org/Team:Nankai/Composite_Part"><li>Composite Parts</li></a>
+
              <li><a href="contact.html">Modeling</a></li>
<a href="https://2015.igem.org/Team:Nankai/Part_Collection"><li>Part Collection</li></a>
+
              <li><a href="contact.html">Measurements</a></li>
</ul>
+
            </ul>
</li></a>
+
            <!-- /.sf-menu -->
 
+
          </nav>
<a href="https://2015.igem.org/Team:Nankai/Notebook"><li>NOTEBOOK</li></a>
+
          <!-- /.main-nav -->
     
+
          <!-- This one in here is responsive menu for tablet and mobiles -->
<a href="https://2015.igem.org/Team:Nankai/Attributions"><li>ATTRIBUTIONS</li></a>
+
          <div class="responsive-navigation visible-sm visible-xs"> <a href="#nogo" class="menu-toggle-btn"> <i class="fa fa-bars"></i> </a> </div>
 
+
          <!-- /responsive_navigation -->
<a href="https://2015.igem.org/Team:Nankai/Collaborations"><li>COLLABORATIONS</li></a>
+
        </div>
 
+
        <!-- /.main-navigation -->
<a href="https://2015.igem.org/Team:Nankai/Practices"><li>HUMAN PRACTICES</li></a>
+
      </div>
 
+
      <!-- /.col-md-12 -->
<a href="https://2015.igem.org/Team:Nankai/Safety"><li>SAFETY</li></a>
+
    </div>
 
+
    <!-- /.row -->
<a href="https://2015.igem.org/Team:Nankai/Modeling"><li>MODELING</li></a>
+
  </div>
 
+
  <!-- /.container -->
<a href="https://2015.igem.org/Team:Nankai/Measurement"><li>MEASUREMENT</li></a>
+
</header>
 
+
<!-- /.site-header -->
<a href="https://2015.igem.org/Team:Nankai/Software"><li>SOFTWARE</li></a>
+
<!-- /#homeIntro --><!-- /.cta -->
 
+
<section class="light-content services">
<a href="https://2015.igem.org/Team:Nankai/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a>
+
  <div class="container">
 
+
    <div class="row"><!-- /.col-md-4 --><!-- /.col-md-4 --><!-- /.col-md-4 -->
</ul>
+
    </div>
</div>
+
    <div class="row"><!-- /.col-md-4 --><!-- /.col-md-4 --><!-- /.col-md-4 -->
<!-- End of menu  -->
+
    </div>
 +
    <!-- /.row -->
 +
  </div>
 +
  <!-- /.container -->
 +
</section>
 +
<!-- /.services --><!-- /.portfolio-holder --><!-- /.testimonials-widget --><!-- /.our-team -->
  
<!-- Start of content -->
+
<!-- /#blogPosts -->
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.-->
+
<footer class="site-footer">
 +
  <div class="container">
 +
   
 +
    <!-- /.row -->
 +
    <div class="row">
 +
      <div class="col-md-12">
 +
        <p class="copyright-text">Copyright &copy; Nankai University
 +
          </br> Nankai IGEM Team 2015</p>
 +
      </div>
 +
      <!-- /.col-md-12 -->
 +
    </div>
 +
    <!-- /.row -->
 +
  </div>
 +
  <!-- /.container -->
 +
</footer>
 +
<!-- /.site-footer -->
 +
<!-- Scripts -->
 +
<script src="js/min/plugins.min.js"></script>
 +
<script src="js/min/medigo-custom.min.js"></script>
 +
</body>
 
</html>
 
</html>

Revision as of 03:33, 26 July 2015

<!DOCTYPE html> Medigo Blue, free responsive template