Difference between revisions of "Template:Vanderbilt"

 
(233 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template_All_Teams}}
+
<html lang="en">
  
<!-- Declare that you are going to use html code instead of wiki code -->
+
<head>
<html>
+
<meta charset="utf-8">
 +
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
  
<!-- Start of CSS-->
+
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"></link>
<style type="text/css">
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
 +
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
 +
<script src="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css"></script>
  
/* PAGE LAYOUT */
+
<!-- get the Google font -->
 +
<link href='http://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
 +
 +
  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
 +
  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 +
  <!--[if lt IE 9]>
 +
  <script src="http://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
 +
  <script src="http://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
 +
  <![endif]-->
 +
 +
<script>
 +
</script>
 +
 +
<style type="text/css">
  
/* Change Background color*/
+
.firstHeading {
body {  
+
display: none;
background-color: #fff;
+
}
}
+
 +
p, h1, h2, h3, h4, h5, h6, div {
 +
position: relative;
 +
width: inherit;
 +
}
 +
 +
body, html, #content, #globalWrapper {
 +
font-family: 'Architects Daughter';
 +
<!--  needed for scrollspy (data-spy="scroll")-->
 +
position: relative;
 +
outline: 0;
 +
min-height: 100%;
 +
min-height: 100vh;
 +
min-width: 100%;
 +
 +
background-color: transparent;
 +
border: 0px;
 +
margin:0px;
 +
padding:0px;
 +
 +
display: flex;
 +
align-items: center;
 +
justify-content: center;
 +
flex-direction: column;
 +
}
 +
 +
body {
 +
padding-bottom: 60px;
 +
padding-top: 60px;
 +
}
  
/* Creates a container that will wrap all of the content inside your wiki pages. */
+
#top_menu_inside {
#mainContainer {
+
margin: 0%;
width: 978px;
+
font-family: 'Architects Daughter';
overflow:hidden;
+
}
float:left;
+
margin-left:20px;
+
a.no-change:link, a.no-change:visited, a.no-change:hover, a.no-change:active {
margin-bottom: 10px;
+
text-decoration: none;
background-color: #fff;  
+
color: #FFF;
border-bottom: 14px solid #565656;
+
}
border-right: 2px solid #565656;
+
border-left: 2px solid #565656;
+
@media (max-width: 979px) {
border-top: 2px solid #565656;
+
body {
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
padding-top: 0px;
}
+
padding-bottom:0px;
 +
}
 +
}
 +
.affix {
 +
top: 0;
 +
width: 100%;
 +
z-index: 9999 !important;
 +
}
 +
 +
.navbar {
 +
margin-bottom: 0px;
 +
}
 +
 +
.affix ~ .container-fluid {
 +
position:relative;
 +
top: 50px;
 +
}
 +
 +
#content {
 +
background-color:#ABC333;
 +
}
 +
 +
#globalWrapper {
 +
background-color:#333CBA;
 +
}
 +
 +
</style>
 +
</head>
  
/* 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 */
+
<body  id="page-top" class="index">
#contentContainer {
+
  <!-- Background Canvas -->
padding-top:20px;
+
  <div id = "background-canvas"></div>
padding-right:10px;
+
  <!-- Header -->
margin-bottom: 20px;
+
  <header class="row">
width: 814px;
+
    <div class="container">
padding-left: 20px;
+
      <div class="intro-text">
float: left;
+
        <div class="intro-lead-in">Welcome To Our Website!</div>
background-color: #fff;
+
        <div class="intro-heading"> Vanderbilt University </div>
border-top: 14px solid #565656;
+
      </div>
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
    </div>
}
+
  </header>
  
/*Set up height place holder for the banner*/
+
<div id="header" data-spy="scroll" data-target=".navbar" data-offset="50">
/*TEMPORARILY COMMENTED OUT
+
 
#bannerContainer {
+
<!-- title -->
height:200px;
+
<div class="container-fluid" style="background-color:#F44336;color:#fff;height:200px;">
margin:auto;
+
<h1><a class="no-change" href="#">Vanderbilt iGEM</a></h1>
text-align:center;
+
</div>
color: #24B694;
+
 
}
+
<!-- the navigation bar -->
*/
+
<nav class="navbar navbar-inverse" data-spy="affix" data-offset-top="197">
 
+
<div class="container-fluid">
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
+
<div class="navbar-header">
 
+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#menu">
/*Change the styling of text for everything inside main container*/
+
<!-- makes the horizontal lines that is a menu icon-->
#mainContainer p {
+
<span class="icon-bar"></span>
font-size: 13px;
+
<span class="icon-bar"></span>
color: #000000;
+
<span class="icon-bar"></span>
}
+
</button>
+
</div>
/*This changes the color and font family */
+
<div>
#contentContainer h1, h2, h3, h4, h5, h6 {
+
<div class="collapse navbar-collapse" id="menu">
color: #565656;
+
<ul class="nav navbar-nav">
border-bottom: none;
+
<li><a href="https://2015.igem.org/Team:Vanderbilt/Team">Team</a></li>
font-weight: bold;
+
<li class="dropdown">
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
<a class="dropdown-toggle" data-toggle="dropdown" href="https://2015.igem.org/Team:Vanderbilt/Project">Project<span class="caret"></span></a>
margin-top:10px;
+
<ul class="dropdown-menu">
}
+
<li><a href="https://2015.igem.org/Team:Vanderbilt/Project/Description">Description</a></li>
 
+
<li><a href="https://2015.igem.org/Team:Vanderbilt/Project/Experiment">Experiment & Protocols </a></li>
/*Style of the links - links are different inside the menu */
+
<li><a href="https://2015.igem.org/Team:Vanderbilt/Results">Results</a></li>
#contentContainer a {
+
<li><a href="https://2015.igem.org/Team:Vanderbilt/Design">Design</a></li>
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 id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
+
 
+
 
+
<div id="bannerContainer">
+
 
+
</div>
+
 
+
<!-- Start of menu -->
+
<div id="menuContainer">
+
 
+
<!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
+
<ul>
+
<a href="https://2015.igem.org/Team:Vanderbilt"><li>HOME</li></a>
+
 
+
<a href="https://2015.igem.org/Team:Vanderbilt/Team"><li>TEAM</li></a>
+
 
+
<a href="#"><li>PROJECT
+
            <ul>
+
<a href="https://2015.igem.org/Team:Vanderbilt/Description"><li>Description</li></a>
+
<a href="https://2015.igem.org/Team:Vanderbilt/Experiments"><li>Experiments &amp; Protocols</li></a>
+
<a href="https://2015.igem.org/Team:Vanderbilt/Results"><li>Results</li></a>
+
<a href="https://2015.igem.org/Team:Vanderbilt/Design"><li>Design</li></a>
+
 
</ul>
 
</ul>
</li></a>
+
</li>
 
+
<li class="dropdown">
<a href="#"><li>PARTS
+
<a class="dropdown-toggle" data-toggle="dropdown" href="https://2015.igem.org/Team:Vanderbilt/Parts">Parts<span class="caret"></span></a>
            <ul>
+
<ul class="dropdown-menu">
<a href="https://2015.igem.org/Team:Vanderbilt/Parts"><li>Team Parts</li></a>
+
<li><a href="https://2015.igem.org/Team:Vanderbilt/Parts/Team">Team Parts</a></li>
<a href="https://2015.igem.org/Team:Vanderbilt/Basic_Part"><li>Basic Parts</li></a>
+
<li><a href="https://2015.igem.org/Team:Vanderbilt/Parts/Basic">Basic Parts </a></li>
<a href="https://2015.igem.org/Team:Vanderbilt/Composite_Part"><li>Composite Parts</li></a>
+
<li><a href="https://2015.igem.org/Team:Vanderbilt/Parts/Composite">Composite Parts</a></li>
<a href="https://2015.igem.org/Team:Vanderbilt/Part_Collection"><li>Part Collection</li></a>
+
<li><a href="#https://2015.igem.org/Team:Vanderbilt/Parts/Collection">Part Collection</a></li>
 
</ul>
 
</ul>
</li></a>
+
</li>
 +
<li><a href="https://2015.igem.org/Team:Vanderbilt/Notebook">Notebook</a></li>
 +
<li><a href="https://2015.igem.org/Team:Vanderbilt/Attributions">Attributions</a></li>
 +
<li><a href="https://2015.igem.org/Team:Vanderbilt/Human_Practices">Policy and Practice</a></li>
 +
<li><a href="https://2015.igem.org/Team:Vanderbilt/Safety">Safety</a></li>
 +
<li><a href="https://2015.igem.org/Team:Vanderbilt/Modeling">Modeling</a></li>
 +
<li><a href="https://2015.igem.org/Team:Vanderbilt/Measuring">Measurement</a></li>
 +
<li><a href="https://2015.igem.org/Team:Vanderbilt/Software">Software</a></li>
 +
</ul>
 +
</div>
 +
</div>
 +
</div>
 +
</nav>
  
<a href="https://2015.igem.org/Team:Vanderbilt/Notebook"><li>NOTEBOOK</li></a>
+
<div id="test" class="container-fluid">
     
+
<h1> Test </h1>
<a href="https://2015.igem.org/Team:Vanderbilt/Attributions"><li>ATTRIBUTIONS</li></a>
+
<p>
 +
test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test
 +
</p>
  
<a href="https://2015.igem.org/Team:Vanderbilt/Collaborations"><li>COLLABORATIONS</li></a>
+
<p>
 +
test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test
 +
</p>
  
<a href="https://2015.igem.org/Team:Vanderbilt/Practices"><li>HUMAN PRACTICES</li></a>
 
 
<a href="https://2015.igem.org/Team:Vanderbilt/Safety"><li>SAFETY</li></a>
 
 
<a href="https://2015.igem.org/Team:Vanderbilt/Modeling"><li>MODELING</li></a>
 
 
<a href="https://2015.igem.org/Team:Vanderbilt/Measurement"><li>MEASUREMENT</li></a>
 
 
<a href="https://2015.igem.org/Team:Vanderbilt/Software"><li>SOFTWARE</li></a>
 
 
<a href="https://2015.igem.org/Team:Vanderbilt/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a>
 
 
</ul>
 
</div>
 
<!-- End of menu  -->
 
  
<!-- Start of content -->
+
</div>
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.-->
+
 
</html>
 
</html>

Latest revision as of 06:09, 27 August 2015

Welcome To Our Website!
Vanderbilt University