Difference between revisions of "Template:Washington"

 
(341 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template_All_Teams}}
 
 
 
<!-- Declare that you are going to use html code instead of wiki code -->
 
<!-- Declare that you are going to use html code instead of wiki code -->
 
<html>
 
<html>
 +
    <!-- Start of CSS-->
 +
    <style type="text/css">
  
<!-- Start of CSS-->
+
        /* WIKI SETTINGS*/
<style type="text/css">
+
 +
/* Hide first heading */
 +
.firstHeading {
 +
display: none;
 +
}
 +
 +
/*-- Remove borders, float content left and remove padding/margin */
 +
#globalWrapper, #content{
 +
background-color: transparent;
 +
border: 0px;
 +
float: center;
 +
margin:0 auto;
 +
padding: 0px;
 +
                                width: 100%;
 +
}
  
 +
/*left align Black Menu Bar */
 +
#top_menu_inside {
 +
margin: 0 auto;
 +
}
 +
       
 
/* PAGE LAYOUT */
 
/* PAGE LAYOUT */
 
 
 
/* page background color*/
 
/* page background color*/
 
body {  
 
body {  
background-color: #A7A9AB;
+
background-color: #77525B;
 
+
                text-align: center;
 
}
 
}
  
Line 18: Line 37:
 
/* Creates a container that will wrap all of the content inside your wiki pages. */
 
/* Creates a container that will wrap all of the content inside your wiki pages. */
 
#mainContainer {
 
#mainContainer {
width: 980px;
+
width: auto;
overflow: hidden;
+
float:left;
+
margin: 0 auto;
margin-left: 20px;
+
background-color: #683f49;  
background-color: #EEEDEA;  
+
 
border-bottom: 6px solid #b48a27;
 
border-bottom: 6px solid #b48a27;
 
                                 font-family: "Open Sans", Helvetica, sans-serif;
 
                                 font-family: "Open Sans", Helvetica, sans-serif;
 +
 
}
 
}
 +
 +
                        #main {
 +
                                background-image:url("https://static.igem.org/mediawiki/2015/2/2d/Huskyigemtrans.png");
 +
                                background-repeat:no-repeat;
 +
                                background-position: 20% 6%;
 +
                                background-size: 707.25px 636.75px;
 +
}
  
 
/* Creates the container for the menu */
 
/* Creates the container for the menu */
 
#menuContainer  {  
 
#menuContainer  {  
float: left;
+
width: 100%;
width: 980px;
+
background-color: #EEEDEA;
background-color: #e8e3d3;
+
height: auto;
height: 60px;
+
 
border-bottom: 6px solid #b48a27;
 
border-bottom: 6px solid #b48a27;
 
font-family: "Open Sans", Helvetica, sans-serif;
 
font-family: "Open Sans", Helvetica, sans-serif;
Line 39: Line 64:
 
/* Creates the container for the content */
 
/* Creates the container for the content */
 
#contentContainer {
 
#contentContainer {
background-color: #EEEDEA;  
+
                                margin: 0 auto;
width: 980px;
+
                                height: auto;
float: left;
+
                                text-align: left;
 
padding: 10px;
 
padding: 10px;
 +
                                padding-right:24px;
 +
                                color: white;
 
}
 
}
  
Line 48: Line 75:
 
/*Set up height place holder for the banner*/
 
/*Set up height place holder for the banner*/
 
#bannerContainer {
 
#bannerContainer {
height:200px;
+
height:0;
 +
                                padding-top:32%;
 +
                                //background-image: url("https://static.igem.org/mediawiki/2015/6/69/Igem_front_page_UW.png");
 +
                                //background-image: url("https://static.igem.org/mediawiki/2015/7/7b/Igem_skyline_seattle.png");
 +
                                  background-image: url("https://static.igem.org/mediawiki/2015/d/d6/Igem_banner.jpg");
 +
                                background-repeat: no-repeat;
 +
                                background-size: 100%;
 +
                                width: 100%;
 
margin:auto;
 
margin:auto;
 
text-align:center;
 
text-align:center;
color: #24B694;
 
 
}
 
}
 +
 +
                        #wrapper{
 +
                                width: 960px;
 +
                                margin:0 auto:
 +
                                text-align:center;
 +
                        }
  
 
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
 
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
Line 58: Line 97:
  
 
/*Change the styling of text for everything inside main container*/
 
/*Change the styling of text for everything inside main container*/
#mainContainer > p {  
+
#mainContainer p, p2 {  
 
font-family: "Open Sans", Helvetica, sans-serif;
 
font-family: "Open Sans", Helvetica, sans-serif;
 
font-size: 12px;
 
font-size: 12px;
 
color: #0e232f;
 
color: #0e232f;
                                 width: 940px;
+
                                 width: 95%;
 +
                                line-height: 200%;
 +
                                line-spacing: 10px;
 
}
 
}
 
 
 
/*This changes the color and font family */
 
/*This changes the color and font family */
#contentContainer h1, h2, h3, h4, h5, h6 {  
+
#contentContainer h2, h3, h4, h5, h6 {  
 
font-family: "Uni Sans", Helvetica, sans-serif;
 
font-family: "Uni Sans", Helvetica, sans-serif;
color: #0e232f;
+
color: white;
 +
                                line-spacing: 5px;
 
border-bottom: none;
 
border-bottom: none;
font-weight: normal
+
font-weight: bold;
;
+
                                font-size: 25px;
 +
                                line-height:100%;
 +
                                padding-top: 1em;
 +
                                padding-bottom: 1em;
 +
                                text-align: center;
 +
                                margin-right: 20%;
 +
                                margin-left: 20%;
 +
                               
 
}
 
}
 +
 +
#contentContainer h1 {
 +
font-family: "Uni Sans", Helvetica, sans-serif;
 +
color: white;
 +
                                line-spacing: 5px;
 +
border-bottom: none;
 +
font-weight: bold;
 +
                                font-size: 25px;
 +
                                line-height:100%;
 +
                                padding-top: 1em;
 +
                                padding-bottom: 1em;
 +
                                margin-right: 20%;
 +
                                margin-left: 20%;
 +
                               
 +
}
 +
 +
                        #contentContainer p {
 +
                                margin-right: 15%;
 +
                                margin-left: 15%;
 +
font-family: "Uni Sans", Helvetica, sans-serif;
 +
color: white;
 +
                                line-spacing: 5px;
 +
border-bottom: none;
 +
font-weight: normal;
 +
                                line-height: 200%;
 +
                                font-size: 15.5px;
 +
}
 +
 +
                        #contentContainer p1 {
 +
font-family: "Uni Sans", Helvetica, sans-serif;
 +
color: white;
 +
                                line-spacing: 5px;
 +
border-bottom: none;
 +
font-weight: normal;
 +
                                line-height: 200%;
 +
                                font-size: 15.5px;
 +
}
 +
                        #contentContainer p2 {
 +
                                margin-right: 30%;
 +
                                margin-left: 30%;
 +
font-family: "Uni Sans", Helvetica, sans-serif;
 +
color: white;
 +
                                line-spacing: 5px;
 +
border-bottom: none;
 +
font-weight: normal;
 +
                                line-height: 200%;
 +
                                font-size: 15.5px;
 +
}
 +
  
 
/*Style of the links - links are different inside the menu */
 
/*Style of the links - links are different inside the menu */
 
#contentContainer a {  
 
#contentContainer a {  
                font-family: "Open Sans", sans-serif;
+
                                font-family: "Open Sans", sans-serif;
 
font-weight: bold;
 
font-weight: bold;
 
color: #85754d;
 
color: #85754d;
 
}
 
}
  
  /* Styling links on hover- links are different inside the menu */
+
/* Styling links on hover- links are different inside the menu */
 
#contentContainer a:hover{
 
#contentContainer a:hover{
 
color: #85754d;
 
color: #85754d;
Line 116: Line 214:
 
     }
 
     }
 
              
 
              
                #links {
+
                        #links {
                    display: inline-block;
+
                              display: inline-block;
                    position: relative;
+
                              position: relative;
                    width: 450px;
+
                              width: 450px;
                    height: 450px;
+
                              height: 450px;
                    float: inherit;
+
                              float: inherit;
                }
+
                        }
 
              
 
              
                #links p {
+
                        #links p {
                    text-align: right;
+
                              text-align: right;
                    padding-top: 10px;
+
                              padding-top: 10px;
                    padding-bottom: 10px;
+
                              padding-bottom: 10px;
                }
+
                        }
 
              
 
              
                #links a {
+
                        #links a {
                    font-size: 24px;
+
                              font-size: 24px;
                    font-weight: bold;
+
                              font-weight: bold;
                    font-family: "Encode Sans Normal";
+
                              font-family: "Encode Sans Normal";
                    color: #4b2e83;
+
                              color: #4b2e83;
                    text-decoration: none;
+
                              text-decoration: none;
                }
+
                        }
 
              
 
              
                #links a:hover {
+
                        #links a:hover {
                    font-size: 36px;
+
                              font-size: 36px;
                }
+
                        }
 +
                       
 +
                        img {
 +
                              float: center;
 +
                              margin: 0px 0px 15px 20px;
 +
}
  
  
Line 149: Line 252:
 
color: #4b2e83;
 
color: #4b2e83;
 
text-decoration:none;
 
text-decoration:none;
                font-weight: bold;
+
                                font-weight: bold;
                font-size: 12px;
+
                                font-size: 16px;
 
}
 
}
  
Line 157: Line 260:
 
list-style: none;
 
list-style: none;
 
margin-left: auto;
 
margin-left: auto;
                margin-right: auto;
+
                                margin-right: auto;
                margin-bottom: 0px;
+
                                margin-bottom: 0px;
                margin-top: 0px;
+
                                margin-top: -7px;
                padding-left: 0px;
+
                                padding-left: 0px;
                padding-right: 0px;
+
                                padding-right: 0px;
                text-align: center;
+
                                text-align: center;
                z-index: 1;
+
                                z-index: 1;
                width: 600px;
+
                                width: auto;
                background: #ffffff;
+
                                max-width: 950px;
                font-style: italic;
+
                                height: auto;
 +
                                background: #ffffff;
 +
                                font-style: bold;
  
 
}
 
}
Line 173: Line 278:
 
#menuContainer ul li {
 
#menuContainer ul li {
 
display: inline-block;
 
display: inline-block;
                width: 100px;
+
                                width: 100px;
padding: 21px 5px 19px 5px;  
+
padding: 21px 5px 20px 5px;  
                position: relative;
+
                                position: relative;
  
 
}
 
}
Line 206: Line 311:
 
}
 
}
  
#menuContainer li ul li:hover {
+
#menuContainer ul li ul li:hover {
 
background: #444444;  
 
background: #444444;  
 
color: #fff;
 
color: #fff;
Line 237: Line 342:
 
    padding-top: 5px;
 
    padding-top: 5px;
 
           }
 
           }
 +
                /* side bar css */
 +
#sidebar {
 +
    width:200px;
 +
float:right;
 +
}
 +
 +
 +
/* navigation */
 +
nav {
 +
    width:300px;
 +
    background-color:rgb(240,240,240);
 +
    border:solid 1px rgb(220,220,220);
 +
    padding:0 12px;
 +
}
 +
 +
nav.stick {
 +
    position: fixed;
 +
    top: 12px;
 +
    z-index: 10000;
 +
    margin-top:12px;
 +
}
 +
 +
nav ul {
 +
    margin:0;
 +
    padding:0;
 +
list-style-image:url("https://static.igem.org/mediawiki/2015/e/e9/Replace_pixel_washington.png");
 +
}
 +
 +
nav li {
 +
 +
}
 +
 +
nav li a {
 +
 +
    color:rgb(50,50,50);
 +
    font-weight:700;
 +
    color: #000;
 +
float: left;
 +
}
 +
 +
a.nav-active {
 +
    color:#ccc;
 +
}
 +
 +
      ul#tabs { list-style-type: none; margin: 30px 0 0 0; padding: 0 0 0.3em 0; margin-right: 20%; margin-left: 20%; }
 +
      ul#tabs li { display: inline; }
 +
      ul#tabs li a { color: #42454a; background-color: #dedbde; border: 1px solid #c9c3ba; border-bottom: none; padding: 0.3em; text-decoration: none; font-size: 17px; }
 +
      ul#tabs li a:hover { background-color: #f1f0ee; }
 +
      ul#tabs li a.selected { color: #000; background-color: #f1f0ee; font-size: 18px; padding: 0.7em 0.3em 0.38em 0.3em; }
 +
      div.tabContent { border: 1px solid #c9c3ba; padding: 1.5em; background-color: #b7a57a; font-size: 16px; line-height:1.5em; margin-right: 20%; margin-left: 20%;}
 +
      div.tabContent.hide { display: none; }
  
 
</style>
 
</style>
<!-- End of CSS -->
+
    <!-- End of CSS -->
 +
    <head>
 +
        <script data-require="jquery-cookie@1.3.1" data-semver="1.3.1" src="https://2015.igem.org/Template:Washington_jquary?action=raw&ctype=text/javascript" type="text/javascript"></script>
 +
        <script type="text/javascript">
 +
$(document).ready(function () {
 +
    // Read the cookie and if it's defined scroll to id
 +
    var scroll = $.cookie('scroll');
 +
    if(scroll){
 +
        scrollToID(scroll, 1000);
 +
        $.removeCookie('scroll');
 +
 
 +
 
 +
 
 +
 
 +
    }
 +
 
 +
    // Handle event onclick, setting the cookie when the href != #
 +
    $('.nav a').click(function (e) {
 +
        e.preventDefault();
 +
        var id = $(this).data('id');
 +
        var href = $(this).attr('href');
 +
        if(href === '#'){
 +
            scrollToID(id, 1000);
 +
        }else{
 +
            $.cookie('scroll', id);
 +
            window.location.href = href;
 +
        }
 +
    });
 +
 
 +
    // scrollToID function
 +
    function scrollToID(id, speed) {
 +
        var offSet = 70;
 +
        var obj = $('#' + id).offset();
 +
        var targetOffset = obj.top - offSet;
 +
        $('html,body').animate({ scrollTop: targetOffset }, speed);
 +
    }
 +
    $(window).scroll(function(){
 +
        var window_top = $(window).scrollTop() + 12; // the "12" should equal the margin-top value for nav.stick
 +
        var div_top = $('#nav-anchor').offset().top;
 +
            if (window_top > div_top) {
 +
                $('nav').addClass('stick');
 +
            } else {
 +
                $('nav').removeClass('stick');
 +
            }
 +
    });
 +
 
 +
});
 +
 
 +
$(document).ready(function(e){ 
 +
    var str= location.hash;
 +
    var n=str.replace("_temp","");
 +
    $('html,body').animate({scrollTop:$(n).offset().top}, 1000);
 +
});
 +
 
 +
 
 +
/* to make the sidebar anchor*/
 +
 
 +
 
 +
  var tabLinks = new Array();
 +
    var contentDivs = new Array();
 +
 
 +
    function init() {
 +
 
 +
      // Grab the tab links and content divs from the page
 +
      var tabListItems = document.getElementById('tabs').childNodes;
 +
      for ( var i = 0; i < tabListItems.length; i++ ) {
 +
        if ( tabListItems[i].nodeName == "LI" ) {
 +
          var tabLink = getFirstChildWithTagName( tabListItems[i], 'A' );
 +
          var id = getHash( tabLink.getAttribute('href') );
 +
          tabLinks[id] = tabLink;
 +
          contentDivs[id] = document.getElementById( id );
 +
        }
 +
      }
 +
 
 +
      // Assign onclick events to the tab links, and
 +
      // highlight the first tab
 +
      var i = 0;
 +
 
 +
      for ( var id in tabLinks ) {
 +
        tabLinks[id].onclick = showTab;
 +
        tabLinks[id].onfocus = function() { this.blur() };
 +
        if ( i == 0 ) tabLinks[id].className = 'selected';
 +
        i++;
 +
      }
 +
 
 +
      // Hide all content divs except the first
 +
      var i = 0;
 +
 
 +
      for ( var id in contentDivs ) {
 +
        if ( i != 0 ) contentDivs[id].className = 'tabContent hide';
 +
        i++;
 +
      }
 +
    }
  
 +
    function showTab() {
 +
      var selectedId = getHash( this.getAttribute('href') );
  
<!-- Start of the template html elements. -->
+
      // Highlight the selected tab, and dim all others.
<div id ="mainContainer"><!--This div will close on the page.-->
+
      // Also show the selected content div, and hide all others.
 +
      for ( var id in contentDivs ) {
 +
        if ( id == selectedId ) {
 +
          tabLinks[id].className = 'selected';
 +
          contentDivs[id].className = 'tabContent';
 +
        } else {
 +
          tabLinks[id].className = '';
 +
          contentDivs[id].className = 'tabContent hide';
 +
        }
 +
      }
  
<div id="bannerContainer">
+
      // Stop the browser following the link
<br><br>
+
      return false;
<h2> Add a banner to your wiki! </h2>
+
    }
+
<p>You can make the image 980px  by  200px</p>
+
<p> Remember to call the file: "<i>Team_Example_banner.jpg</i>" </p>
+
</div>
+
  
<!-- Start of menu -->
+
    function getFirstChildWithTagName( element, tagName ) {
<div id="menuContainer">
+
      for ( var i = 0; i < element.childNodes.length; i++ ) {
<!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
+
        if ( element.childNodes[i].nodeName == tagName ) return element.childNodes[i];
<ul>
+
      }
<a href="https://2015.igem.org/Team:Example2"><li>Home</li></a>
+
    }
                    <hr style="display: inline">
+
                    <a href="#"><li>Team
+
                        <ul>
+
                            <a href="https://2015.igem.org/Team:Example2/Team"><li>Members</li></a>
+
                            <a href="https://2015.igem.org/Team:Example2/Attributions"><li>Attributions</li></a>
+
                            <a href="https://2015.igem.org/Team:Example2/Collaborations"><li>Collaborations</li></a>
+
                        </ul>
+
                    </li></a>
+
                    <hr style="display: inline">
+
<a href="#"><li>Project
+
                        <ul>
+
<a href="https://2015.igem.org/Team:Example2/Description"><li>Description</li></a>
+
<a href="https://2015.igem.org/Team:Example2/Experiments"><li>Experiments & Protocols</li></a> 
+
<a href="https://2015.igem.org/Team:Example2/Results"><li>Results</li></a> 
+
</ul>
+
</li></a>
+
                    <hr style="display: inline">
+
<a href="#"><li>Parts
+
                        <ul>
+
<a href="https://2015.igem.org/Team:Example2/Parts"><li>Team Parts</li></a>
+
<a href="https://2015.igem.org/Team:Example2/Basic_Part"><li>Basic Parts</li></a> 
+
<a href="https://2015.igem.org/Team:Example2/Composite_Part"><li>Composite Parts</li></a>
+
<a href="https://2015.igem.org/Team:Example2/Part_Collection"><li>Part Collection</li></a> 
+
</ul>
+
</li></a>
+
                    <hr style="display: inline">
+
<a href="https://2015.igem.org/Team:Example2/Notebook"><li>Notebook</li></a>
+
  
</ul>
+
    function getHash( url ) {
</div>
+
      var hashPos = url.lastIndexOf ( '#' );
<!-- End of menu  -->
+
      return url.substring( hashPos + 1 );
 +
    }
  
<!-- Start of content -->
 
<div id="contentContainer"><!--This div will close on the page.-->
 
  
                         
+
</script>
</html>
+
    </head>
 +
    <!-- Start of the template html elements. -->
 +
    <div id ="mainContainer">
 +
        <!--This div will close on the page.-->
 +
        <div id="bannerContainer">
 +
            <br>
 +
                <br>
 +
                </div>
 +
            </div>
 +
            <!-- Start of menu -->
 +
            <!-- End of menu  -->
 +
            <!-- Start of content -->
 +
        </html>

Latest revision as of 22:39, 18 September 2015