Difference between revisions of "Template:TeamTemplateA"

Line 1: Line 1:
<html>
+
@charset "UTF-8";
<style type="text/css">
+
/* CSS Document */
  
/* PAGE LAYOUT */
+
/*---------------HEAD start--------------*/
  
/* Change Background color*/
+
/*---------------HEAD end----------------*/
body {  
+
/*---------------To ignore iGEM template start----------*/
background-color: #C7FFAB;
+
html, body, .wrapper { /*-- changes default wiki settings --*/
}
+
width: 100%;
 +
height: 100%;
 +
background-color: transparent;
 +
}
 +
/*---------------To ignore iGEM template end----------*/
  
/* Creates a container that will wrap all of the content inside your wiki pages. */
+
/*---------------General start-----------*/
#mainContainer { 
+
/*----------------Colors---------------*/
width: 925px;
+
/*compound scheme: #A99059 #E5CC00 #4C4826 #428CBC #00C7E5*/
overflow:hidden;
+
/*compound scheme: #A99059 #DCCE5E #433D08 #8CA4B4 #5ECBDC*/
float:left;
+
/*triad scheme: #A99059 #5C4C27 #72B699 #643276 #D475F5*/
margin-left:20px;
+
/*complementary scheme: #A99059 #5C4C27 #F5D99A #1E345C #5974A9*/
margin-bottom: 10px;
+
h1, h2, h3, h4, h5 {
background-color: #fff;
+
font-family: Georgia, Times, "Times New Roman", serif;
border-bottom: 14px solid #565656;
+
}
border-right: 2px solid #565656;
+
h3 {
border-left: 2px solid #565656;
+
    font-weight:bold;
border-top: 2px solid #565656;
+
    padding-top: 30px;
font-family: Calibri, sans-serif;
+
}
}
+
  
/* Creates the container for the menu */
+
body {  
#menuContainer  {  
+
background-color: #fff;
float:left;
+
}
width: 100%;
+
body{
padding: 20px 0px;
+
background-color: #FEF5E1;
border-top: 14px solid #565656;
+
    margin-left:0px;
background-color: #E8E8E9;
+
}
                                font-size:20px;
+
p {
}
+
    font-size: 19px;
 +
text-align:justify;
 +
}
 +
p img {
 +
    float:left;
 +
    padding-right:20px;
 +
}
  
/* Creates the container for the content */
+
a:hover{
#contentContainer {
+
background-color: #A99059;
padding-top:20px;
+
}
padding-right:10px;
+
a.active{
margin-bottom: 20px;
+
background-color: #A99059;
width: 814px;
+
}
padding-left: 20px;
+
float: left;
+
background-color: #fff;
+
border-top: 14px solid #565656;
+
font-family: Helvetica, sans-serif;
+
}
+
  
/*Set up height place holder for the banner*/
+
ul, li {
#bannerContainer {
+
    margin:0px;
height:200px;
+
}
margin:auto;
+
/*li {
text-align:center;
+
    margin:0px;
color: #24B694;
+
}*/
}
+
  
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
+
/*--------------General end-----------------*/
  
/*Change the styling of text for everything inside main container*/
+
/*--------------Global/content start----------------*/
#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: Calibri, sans-serif;
+
margin-top:10px;
+
}
+
  
/*Style of the links - links are different inside the menu */
+
#global-wrapper {
#contentContainer a {
+
width: 100%;
font-weight: bold;
+
height: 100%;
color: #23b593;
+
border: 0px;
}
+
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
    padding-top: 100px;
 +
    width: 960px;
 +
    text-align: left;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
 +
min-width: 780px;
 +
max-width: 1000px
 +
}
 +
#content { /*-- changes default wiki settings --*/
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
  
  /* Styling links on hover- links are different inside the menu */
+
/*--------------Global end------------------*/
#contentContainer a:hover {
+
color: #59bf92;
+
}
+
  
/*Change the styling of tables */
+
/*---------------Header start------------*/
        #contentContainer table {
+
.firstHeading {
    border: 1px solid #565656;
+
width: 975px;  
    border-collapse: collapse;
+
margin: 0px auto;
    width: 90%
+
padding-top: 100px;
    margin: auto;
+
margin-bottom: 20px;
    margin-bottom: 15px;
+
font-family: Georgia, Times, "Times New Roman", serif;
    margin-top: 15px;
+
display: none;  
    margin-right: 10px;
+
}
    margin-left: 10px;
+
    }
+
  
/*Change the styling of table cells*/
+
#spacer{
    #contentContainer  td {
+
height: 200px;
    padding: 10px;
+
}
    border: 1px solid #565656;
+
    border-collapse: collapse;
+
    vertical-align: text-top;
+
    }
+
  
/*Change the styling of table headers */
+
#headerWrapper {
    #contentContainer th {
+
    position:fixed;
    background-color: #E8E8E9;
+
    top:19px;
    padding: 10px;
+
    height: 85px; /*wass 105px*/
    border: 1px solid #565656;
+
    width:100%;
    border-collapse: collapse;
+
background-color: black;
    vertical-align: text-top;
+
    z-index:30;
    }
+
}
 +
#stripe{
 +
width: 100%;
 +
background-color: blue;
 +
height: 26px;
 +
}
  
 +
#headerWrapper a,
 +
#headerWrapper a:hover,
 +
#headerWrapper a:visited,
 +
#headerWrapper a:active {
 +
    text-decoration:none;
 +
    color:white;
 +
}
 +
#header {
 +
    width:950px;
 +
    margin: auto;
 +
width: 80%;
 +
min-width: 780px;
 +
max-width: 1000px;
 +
}
 +
#header-content{
 +
 +
 +
}
 +
#logo img {
 +
    width: 130px;
 +
    float: left;
 +
    padding-top: 7px;
 +
}
  
 +
/*------------------Navigation----------------*/
 +
/*
 +
#wiki-navigation {
 +
    font-size: 8pt;
 +
    padding-bottom: 10px;
 +
}*/
 +
#navigation {
 +
    float: right;
 +
    font-family: Verdana, Geneva, sans-serif;
 +
    font-size: 0.85em;
 +
margin: auto;
 +
}
 +
#navigation ul li {
 +
    display: inline;
 +
    float:left;
 +
}
 +
#sub-navigation-content {
 +
clear:both;
 +
    position:relative;
 +
background-color: #A99059;
 +
    height: 26px;
 +
    padding-top: 5px;
 +
margin-left: -5px;
 +
    -webkit-box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.75);
 +
    -moz-box-shadow:    0px 7px 5px -3px rgba(50, 50, 50, 0.75);
 +
    box-shadow:        0px 7px 5px -3px rgba(50, 50, 50, 0.75);
 +
}
 +
#sub-navigation {
 +
    text-align: right;
 +
    font-family: Verdana, Geneva, sans-serif;
 +
    font-size: 0.8em;
 +
    margin:auto;
 +
clear:both;
 +
    position:relative;
 +
width: 80%;
 +
min-width: 780px;
 +
max-width: 1000px;
 +
}
 +
#sub-navigation ul li {
 +
    display: inline;
 +
    float:left;
 +
}
  
/*MENU STYLING */
+
#sub-navigation ul {
 +
    display: inline;
 +
    float:right;
 +
list-style-type: square;
 +
}
  
/*Styling for the links in the menu */
+
#sub-navigation > ul {
#menuContainer a {
+
    display:none;
color: #565656;
+
}
text-decoration:none;
+
/*font-weight: bold;*/
+
}
+
  
/* Sets the style for lists inside menuContainer  */
+
#sub-navigation li {
#menuContainer ul {  
+
display: inline;
                                display:block;
+
    float: left;
list-style: none;
+
    padding-left: 10px;
margin-left:0px;
+
padding-right: 10px;
}
+
}
 +
#sub-navigation li:before{
 +
    content:"•";
 +
/*content: " * ";*/
 +
    padding-right:10px;
 +
    color:white;
 +
}
 +
#sub-navigation li:first-child:before{
 +
    content:"";
 +
}
  
/*Styles the list items to become menu buttons */
+
#sub-navigation a:hover{
#menuContainer ul li {
+
color: #5F7077;
                              list-style-type:none;
+
}
                                display:inline;
+
width: 10px;
+
height:30px;
+
padding-top:10px;
+
}
+
  
/*For the menu buttons, changes the color when hovering*/
+
/*-----------------------Navigation items---------------*/
#menuContainer li:hover {
+
.nav-item {
color: #FFF;
+
    display: block;
background-color: #24B694;
+
    background-size: 32px;
}
+
    float: left;
 +
    background-position: center bottom 35px;
 +
    background-repeat: no-repeat;
 +
    line-height: 40px;
 +
    text-align:center;
 +
    padding-top: 45px;
 +
    padding-right:10px;
 +
    padding-left:10px;
 +
}
 +
/*-------------------Images for nav bar--------------*/
 +
.project { /*image from openclipart.org*/
 +
    background-image: url(images/flask3-white.gif);
 +
background-size: 50px;
 +
}
 +
/*medals*/
 +
.medals { /*image from openclipart.org*/
 +
    background-image: url(images/medal-white.gif);
 +
background-size: 50px;
 +
}
 +
/*parts*/
 +
.parts { /*image from openclipart.org */
 +
    background-image: url(images/gear-icon-white.gif);
 +
background-size: 50px;
 +
}
 +
.team { /*image from openclipart.org*/
 +
    background-image: url(images/people-white.gif);
 +
background-size: 50px 35px;
 +
padding-right:13px;
 +
    padding-left:13px;
 +
}
 +
.human-practice { /*image from openclipart.org*/
 +
background-image: url(images/rig1-white.gif);
 +
background-size: 100px 55px;
 +
background-position: center bottom 28px;
 +
 +
}
 +
/*notebook*/
 +
.notebook { /*image from openclipart.org*/
 +
background-image: url(images/notebook_2-white.gif);
 +
background-size: 75px;
 +
background-position: center bottom 27px;
 +
}  
  
/*Submenus are not displayed as default*/
+
/*-----------------Header end---------------------*/
#menuContainer li ul {
+
display: none;
+
padding-top:15px;
+
margin-left: -19px;
+
}
+
  
/*Submenus are displayed when hovering the menu button */
+
/*-----------------Article start------------------*/
#menuContainer li:hover ul {
+
article{
display: inline-block;
+
width: 80%;
/*display: block;*/
+
min-width: 780px;
position: relative;  
+
max-width: 1000px; /* Vertical margins, and auto to center */
float:right;
+
margin: auto;
margin-left: 134px;
+
margin-top: 180px;
margin-top:-42px;
+
margin-bottom: 100px;
}
+
/*Note: There appears to be space already allocated for above the article
 +
so top margin may not be necessary */
 +
}
 +
/* to indent a line, use text-indent: xxx; */
 +
/*article h1 {
 +
text-decoration: underline;
 +
}*/
 +
abbr {
 +
    border-bottom: 1px dotted #111;
 +
    cursor: help;
 +
}
 +
abbr:hover{
 +
color: #5F7077;
 +
}
 +
.box-float-right {
 +
background-color: white;
 +
margin: 25px;
 +
padding: 5px;
 +
width: 200px;
 +
border: medium inset gray;
 +
float: right;
 +
}
 +
/*-----------------Article end--------------------*/
  
/*Style the submenu buttons*/
+
/*-----------------Footer start-------------------*/
#menuContainer li ul li{
+
footer
                                display:block;
+
{
                                position:relative;
+
background-color: #555;
background-color: #59BF92;  
+
text-align: center;
padding-left:20px;
+
height: 200px;
padding-right:20px;
+
}
height:30px;
+
padding-top:10px;
+
margin-top:-2px;
+
color: #565656;
+
width: 150px;
+
}
+
  
/*CLASSES */
+
#footer-content
 +
{
 +
padding: 20px;
 +
color: snow;
 +
}
 +
#footer-content h2, #footer-content h3 {
 +
border:0;
 +
padding:0;
 +
margin:0;
 +
font-style: italic;
 +
font-size: 30px;
 +
}
 +
#footer-content p {
 +
text-align: center;
 +
font-size: 20px;
 +
}
 +
#footer-logos a{
 +
background-color: inherit;
 +
}
 +
#footer-logos a img{
 +
height: 80px;
 +
margin: 10px;
 +
}
 +
/*-----------------Footer end---------------------*/
  
/*Clear class for all the pages, adds spacing too*/
 
.clear{
 
clear:both;
 
height: 10px;
 
}
 
  
 +
/*-----------------Citation start-----------------*/
 +
/*Some of the CSS code on this page was modified from the LMU-Munich 2014 iGEM team
 +
(https://2014.igem.org/Team:LMU-Munich)
  
/* highlight box for special messages */
+
/*-----------------Citation end-------------------*/
    .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">
+
<br><br>
+
<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>IIT_Madras_Logo.jpg</i>" </p>
+
</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:Example"><li>Home</li></a>
+
 
+
<a href="https://2015.igem.org/Team:Example/Team"><li>Team</li></a>
+
 
+
<a href="#"><li>Project
+
            <ul>
+
<a href="https://2015.igem.org/Team:Example/Description"><li>Description</li></a>
+
<a href="https://2015.igem.org/Team:Example/Experiments"><li>Experiments &amp; Protocols</li></a> 
+
<a href="https://2015.igem.org/Team:Example/Results"><li>Results</li></a> 
+
<a href="https://2015.igem.org/Team:Example/Design"><li>Design</li></a>
+
</ul>
+
</li></a>
+
 
+
<a href="#"><li>Parts
+
            <ul>
+
<a href="https://2015.igem.org/Team:Example/Parts"><li>Team Parts</li></a>
+
<a href="https://2015.igem.org/Team:Example/Basic_Part"><li>Basic Parts</li></a> 
+
<a href="https://2015.igem.org/Team:Example/Composite_Part"><li>Composite Parts</li></a>
+
<a href="https://2015.igem.org/Team:Example/Part_Collection"><li>Part Collection</li></a> 
+
</ul>
+
</li></a>
+
 
+
<a href="https://2015.igem.org/Team:Example/Notebook"><li>Notebook</li></a>
+
     
+
<a href="https://2015.igem.org/Team:Example/Attributions"><li>Attributions</li></a>
+
 
+
<a href="https://2015.igem.org/Team:Example/Collaborations"><li>Collaborations</li></a>
+
 
+
<!-- <a href="https://2015.igem.org/Team:Example/Practices"><li>Human Practises</li></a>  -->
+
 
+
<a href="https://2015.igem.org/Team:Example/Safety"><li>Safety</li></a>
+
 
+
<a href="https://2015.igem.org/Team:Example/Modeling"><li>Modelling</li></a>
+
 
+
<a href="https://2015.igem.org/Team:Example/Measurement"><li>Measurement</li></a>
+
 
+
        <!-- <a href="https://2015.igem.org/Team:Example/Software"><li>Software</li></a>  -->
+
 
+
<!-- <a href="https://2015.igem.org/Team:Example/Entrepreneurship"><li>Entrepreneurship</li></a>  -->
+
 
+
</ul>
+
</div>
+
<!-- End of menu  -->
+
 
+
<!-- Start of content -->
+
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.-->
+
</html>
+

Revision as of 04:26, 8 July 2015

@charset "UTF-8"; /* CSS Document */

/*---------------HEAD start--------------*/

/*---------------HEAD end----------------*/ /*---------------To ignore iGEM template start----------*/ html, body, .wrapper { /*-- changes default wiki settings --*/ width: 100%; height: 100%; background-color: transparent; } /*---------------To ignore iGEM template end----------*/

/*---------------General start-----------*/ /*----------------Colors---------------*/ /*compound scheme: #A99059 #E5CC00 #4C4826 #428CBC #00C7E5*/ /*compound scheme: #A99059 #DCCE5E #433D08 #8CA4B4 #5ECBDC*/ /*triad scheme: #A99059 #5C4C27 #72B699 #643276 #D475F5*/ /*complementary scheme: #A99059 #5C4C27 #F5D99A #1E345C #5974A9*/ h1, h2, h3, h4, h5 { font-family: Georgia, Times, "Times New Roman", serif; } h3 {

   font-weight:bold;
   padding-top: 30px;

}

body { background-color: #fff; } body{ background-color: #FEF5E1;

   margin-left:0px;

} p {

   font-size: 19px;

text-align:justify; } p img {

   float:left;
   padding-right:20px;

}

a:hover{ background-color: #A99059; } a.active{ background-color: #A99059; }

ul, li {

   margin:0px;

} /*li {

   margin:0px;

}*/

/*--------------General end-----------------*/

/*--------------Global/content start----------------*/

  1. global-wrapper {

width: 100%; height: 100%; border: 0px; background-color: transparent; margin: 0px; padding: 0px;

   padding-top: 100px;
   width: 960px;
   text-align: left;
   margin-left: auto;
   margin-right: auto;

min-width: 780px;

	max-width: 1000px

}

  1. content { /*-- changes default wiki settings --*/

width: 100%; height: 100%; border: 0px; background-color: transparent; margin: 0px; padding: 0px; }

/*--------------Global end------------------*/

/*---------------Header start------------*/ .firstHeading { width: 975px; margin: 0px auto; padding-top: 100px; margin-bottom: 20px; font-family: Georgia, Times, "Times New Roman", serif; display: none; }

  1. spacer{

height: 200px; }

  1. headerWrapper {
   position:fixed;
   top:19px;
   height: 85px; /*wass 105px*/
   width:100%;

background-color: black;

   z-index:30;

}

  1. stripe{

width: 100%; background-color: blue; height: 26px; }

  1. headerWrapper a,
  2. headerWrapper a:hover,
  3. headerWrapper a:visited,
  4. headerWrapper a:active {
   text-decoration:none;
   color:white;

}

  1. header {
   width:950px;
   margin: auto;

width: 80%;

	min-width: 780px;
	max-width: 1000px;

}

  1. header-content{


}

  1. logo img {
   width: 130px;
   float: left;
   padding-top: 7px;

}

/*------------------Navigation----------------*/ /*

  1. wiki-navigation {
   font-size: 8pt;
   padding-bottom: 10px;

}*/

  1. navigation {
   float: right;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 0.85em;

margin: auto; }

  1. navigation ul li {
   display: inline;
   float:left;

}

  1. sub-navigation-content {

clear:both;

   position:relative;

background-color: #A99059;

   height: 26px;
   padding-top: 5px;

margin-left: -5px;

   -webkit-box-shadow: 0px 7px 5px -3px rgba(50, 50, 50, 0.75);
   -moz-box-shadow:    0px 7px 5px -3px rgba(50, 50, 50, 0.75);
   box-shadow:         0px 7px 5px -3px rgba(50, 50, 50, 0.75);

}

  1. sub-navigation {
   text-align: right;
   font-family: Verdana, Geneva, sans-serif;
   font-size: 0.8em;
   margin:auto;

clear:both;

   position:relative;

width: 80%;

	min-width: 780px;
	max-width: 1000px;

}

  1. sub-navigation ul li {
   display: inline;
   float:left;

}

  1. sub-navigation ul {
   display: inline;
   float:right;

list-style-type: square; }

  1. sub-navigation > ul {
   display:none;

}

  1. sub-navigation li {

display: inline;

   float: left;
   padding-left: 10px;

padding-right: 10px; }

  1. sub-navigation li:before{
   content:"•";

/*content: " * ";*/

   padding-right:10px;
   color:white;

}

  1. sub-navigation li:first-child:before{
   content:"";

}

  1. sub-navigation a:hover{

color: #5F7077; }

/*-----------------------Navigation items---------------*/ .nav-item {

   display: block;
   background-size: 32px;
   float: left;
   background-position: center bottom 35px;
   background-repeat: no-repeat;
   line-height: 40px;
   text-align:center;
   padding-top: 45px;
   padding-right:10px;
   padding-left:10px;

} /*-------------------Images for nav bar--------------*/ .project { /*image from openclipart.org*/

   background-image: url(images/flask3-white.gif);

background-size: 50px; } /*medals*/ .medals { /*image from openclipart.org*/

   background-image: url(images/medal-white.gif);

background-size: 50px; } /*parts*/ .parts { /*image from openclipart.org */

   background-image: url(images/gear-icon-white.gif);

background-size: 50px; } .team { /*image from openclipart.org*/

   background-image: url(images/people-white.gif);

background-size: 50px 35px; padding-right:13px;

   padding-left:13px;

} .human-practice { /*image from openclipart.org*/ background-image: url(images/rig1-white.gif); background-size: 100px 55px; background-position: center bottom 28px;

} /*notebook*/ .notebook { /*image from openclipart.org*/ background-image: url(images/notebook_2-white.gif); background-size: 75px; background-position: center bottom 27px; }

/*-----------------Header end---------------------*/

/*-----------------Article start------------------*/ article{ width: 80%;

	min-width: 780px;
	max-width: 1000px; /* Vertical margins, and auto to center */
	margin: auto;

margin-top: 180px; margin-bottom: 100px; /*Note: There appears to be space already allocated for above the article so top margin may not be necessary */ } /* to indent a line, use text-indent: xxx; */ /*article h1 { text-decoration: underline; }*/ abbr {

   border-bottom: 1px dotted #111;
   cursor: help;

} abbr:hover{ color: #5F7077; } .box-float-right {

	background-color: white;
	margin: 25px;
	padding: 5px;
	width: 200px;
	border: medium inset gray;

float: right; } /*-----------------Article end--------------------*/

/*-----------------Footer start-------------------*/ footer { background-color: #555; text-align: center; height: 200px; }

  1. footer-content

{ padding: 20px; color: snow; }

  1. footer-content h2, #footer-content h3 {

border:0; padding:0; margin:0; font-style: italic; font-size: 30px; }

  1. footer-content p {

text-align: center; font-size: 20px; }

  1. footer-logos a{

background-color: inherit; }

  1. footer-logos a img{

height: 80px; margin: 10px; } /*-----------------Footer end---------------------*/


/*-----------------Citation start-----------------*/ /*Some of the CSS code on this page was modified from the LMU-Munich 2014 iGEM team (https://2014.igem.org/Team:LMU-Munich)

/*-----------------Citation end-------------------*/