Difference between revisions of "Template:Michigan"

Line 7: Line 7:
 
<style type="text/css">
 
<style type="text/css">
  
/* PAGE LAYOUT */
 
 
/* Change Background color*/
 
 
body {  
 
body {  
 
background-color: #fff;
 
background-color: #fff;
 
}
 
}
 
/* Creates a container that will wrap all of the content inside your wiki pages. */
 
#mainContainer { 
 
margin: auto;
 
background-color: #fff;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
}
 
 
/*Change the styling of text for everything inside main container*/
 
#mainContainer p {
 
font-size: 13px;
 
color: #000000;
 
}
 
 
/*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>
 
</style>
Line 63: Line 26:
 
</head>
 
</head>
 
<body>
 
<body>
<div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
+
<div id="banner">
 
+
 
+
<div id="bannerContainer">
+
 
<br><br>
 
<br><br>
<h2> Add a banner to your wiki! </h2>
+
<h2> Michigan iGem </h2>
 
 
<p>You can make the image 980px  by  200px</p>
+
<!-- <p>You can make the image 980px  by  200px</p> -->
<p> Remember to call the file: "<i>Team_Michigan_banner.jpg</i>" </p>
+
 
</div>
 
</div>
  
 
<!-- Start of menu -->
 
<!-- Start of menu -->
<div id="menuContainer">
+
<div class="btn-group">
 +
 
 +
                                <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
 +
                                        Action <span class="caret"></span>
 +
                                </button>
 +
<ul class="dropdown-menu">
  
<!-- 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:Michigan"><li>Home</li></a>
 
<a href="https://2015.igem.org/Team:Michigan"><li>Home</li></a>
  
Line 123: Line 85:
 
</ul>
 
</ul>
 
</div>
 
</div>
<!-- End of menu  -->
 
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 00:03, 10 September 2015