Difference between revisions of "Template:IISER Pune"

Line 1: Line 1:
{{Team_IISER_Pune_Template}}
+
{{Template_IISER_Pune}}
  
 
<!-- 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 -->
Line 8: Line 8:
  
 
/* PAGE LAYOUT */
 
/* PAGE LAYOUT */
 
+
/* Change Background color*/
+
/* page background color*/
 
body {  
 
body {  
background-color: #fff1;
+
background-color: #A7A9AB;
 
}
 
}
 +
  
 
/* 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: 978px;
+
width: 980px;
overflow:hidden;
+
overflow: hidden;
 
float:left;
 
float:left;
margin-left:20px;
+
margin-left: 20px;
margin-bottom: 10px;
+
background-color: #EEEDEA;  
background-color: #fff;  
+
border-bottom: 6px solid #EE3e53;
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 */
 
/* Creates the container for the menu */
 
#menuContainer  {  
 
#menuContainer  {  
float:left;
+
float:right;
width: 134px;
+
width: 150px;
padding: 20px 0px;
+
background-color: #0e232f;
border-top: 14px solid #565656;
+
height: 100%;
background-color: #E8E8E9;
+
border-top: 6px solid #EE3e53;
 +
font-family: "Arial", Helvetica, sans-serif;
 
}
 
}
  
 
/* Creates the container for the content */
 
/* Creates the container for the content */
 
#contentContainer {
 
#contentContainer {
padding-top:20px;
+
background-color: #EEEDEA;  
padding-right:10px;
+
width: 810px;
margin-bottom: 20px;
+
width: 814px;
+
padding-left: 20px;
+
 
float: left;
 
float: left;
background-color: #fff;  
+
padding: 10px;
border-top: 14px solid #565656;
+
border-top: 6px solid #EE3e53;
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
 
}
 
}
 +
  
 
/*Set up height place holder for the banner*/
 
/*Set up height place holder for the banner*/
Line 60: Line 54:
  
 
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
 
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
 +
  
 
/*Change the styling of text for everything inside main container*/
 
/*Change the styling of text for everything inside main container*/
 
#mainContainer p {  
 
#mainContainer p {  
font-size: 13px;
+
font-family: "Arial", Helvetica, sans-serif;
color: #000000;
+
font-size: 12px;
 +
color: #0e232f;
 
}
 
}
 
 
 
/*This changes the color and font family */
 
/*This changes the color and font family */
 
#contentContainer h1, h2, h3, h4, h5, h6 {  
 
#contentContainer h1, h2, h3, h4, h5, h6 {  
color: #565656;
+
font-family: "Arial", Helvetica, sans-serif;
 +
color: #0e232f;
 
border-bottom: none;
 
border-bottom: none;
 
font-weight: bold;
 
font-weight: bold;
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
text-transform: uppercase;
margin-top:10px;
+
 
}
 
}
  
Line 79: Line 75:
 
#contentContainer a {  
 
#contentContainer a {  
 
font-weight: bold;
 
font-weight: bold;
color: #23b593;
+
color: #ee3e53;
 
}
 
}
  
 
  /* 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: #59bf92;
+
color: #f4b248;
 
}
 
}
  
 
/*Change the styling of tables */
 
/*Change the styling of tables */
 
         #contentContainer table {
 
         #contentContainer table {
     border: 1px solid #565656;
+
     border: 1px solid #0e232f;
 
     border-collapse: collapse;
 
     border-collapse: collapse;
 
     width: 90%
 
     width: 90%
Line 102: Line 98:
 
     #contentContainer  td {
 
     #contentContainer  td {
 
     padding: 10px;
 
     padding: 10px;
     border: 1px solid #565656;
+
     border: 1px solid #0e232f;
 
     border-collapse: collapse;
 
     border-collapse: collapse;
 
     vertical-align: text-top;
 
     vertical-align: text-top;
 +
    background-color: #EEEDEA;
 
     }
 
     }
  
 
/*Change the styling of table headers */
 
/*Change the styling of table headers */
 
     #contentContainer th {
 
     #contentContainer th {
    background-color: #E8E8E9;
 
 
     padding: 10px;
 
     padding: 10px;
     border: 1px solid #565656;
+
     border: 1px solid #0e232f;
 
     border-collapse: collapse;
 
     border-collapse: collapse;
 
     vertical-align: text-top;
 
     vertical-align: text-top;
 +
    background-color: #e8d5b7;
 
     }
 
     }
 
  
  
Line 122: Line 118:
 
/*Styling for the links in the menu */
 
/*Styling for the links in the menu */
 
#menuContainer a {
 
#menuContainer a {
color: #565656;
+
color: #EEEDEA;
 
text-decoration:none;
 
text-decoration:none;
 
font-weight: bold;
 
font-weight: bold;
 
}
 
}
  
/* Sets the style for lists inside menuContainer  */
+
/* Sets the style for lists inside menuContainer  */
 
#menuContainer ul {  
 
#menuContainer ul {  
 +
width:100%;
 
list-style: none;
 
list-style: none;
margin-left:0px;
+
margin: auto;
 +
padding-top: 10px;
 +
padding-bottom: 10px;
 +
 
 
}
 
}
  
/*Styles the list items to become menu buttons */
+
/*Styles the list items to become menu buttons */
#menuContainer ul li {  
+
#menuContainer ul li {
text-align: center;
+
 
display: block;
 
display: block;
width: 100%;
+
position: relative;
height:30px;
+
padding: 10px;
padding-top:10px;
+
margin-bottom:5px;
 +
padding-left: -20px;
 
}
 
}
  
/*For the menu buttons, changes the color when hovering*/
+
#menuContainer ul li:hover {
#menuContainer li:hover {
+
background: #F4B248;
color: #FFF;
+
color: #0e232f;
background-color: #24B694;
+
 
}
 
}
  
/*Submenus are not displayed as default*/
+
 
 +
/*HIde the submenus and removes the padding */
 
#menuContainer li ul {
 
#menuContainer li ul {
 
display: none;
 
display: none;
 
padding-top:15px;
 
padding-top:15px;
margin-left: -19px;
+
margin-left: -9px;
 
}
 
}
  
/*Submenus are displayed when hovering the menu button */
+
/*Shows the submenus once you hover*/
 
#menuContainer li:hover ul {
 
#menuContainer li:hover ul {
/*display: inline-block; */
 
 
display: block;  
 
display: block;  
position: absolute;
+
}
float:right;
+
margin-left: 134px;
+
margin-top:-42px;
+
}
+
  
/*Style the submenu buttons*/
+
/*style the submenu buttons*/
#menuContainer li ul li{
+
#menuContainer li ul li {
background-color: #59BF92;
+
background: #0E232F;
padding-left:20px;
+
width: 100%;
padding-right:20px;
+
height:30px;
+
padding-top:10px;
+
margin-top:-2px;
+
color: #565656;
+
width: 150px;
+
 
}
 
}
  
/*CLASSES */
+
#menuContainer li ul li:hover {
 +
background: #EE3E53;
 +
color: #fff;
 +
}
  
 +
 +
 +
/*CLASSES */
 
/*Clear class for all the pages, adds spacing too*/
 
/*Clear class for all the pages, adds spacing too*/
 
.clear{
 
.clear{
Line 184: Line 179:
 
height: 10px;
 
height: 10px;
 
}
 
}
 
  
 
/* highlight box for special messages */
 
/* highlight box for special messages */
 
     .highlightBox {
 
     .highlightBox {
        width:500px;  
+
    width:500px;  
        margin:auto;  
+
            margin:auto;  
        background-color: #E8E8E9;  
+
            background-color: #E8D5B7;  
margin-bottom: 15px;
+
    margin-bottom: 15px;
margin-top: 15px;
+
    margin-top: 15px;
padding: 15px;
+
    padding: 15px;
padding-top: 5px;
+
    padding-top: 5px;
    }
+
          }
 
+
  
 
</style>
 
</style>
Line 203: Line 196:
  
 
<!-- Start of the template html elements. -->
 
<!-- Start of the template html elements. -->
 
+
<div id ="mainContainer"><!--This div will close on the page.-->
<div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
+
 
+
  
 
<div id="bannerContainer">
 
<div id="bannerContainer">
 
+
<br><br>
<br>[[File:Team IISER Pune banner.jpg]]<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>Team_Example_banner.jpg</i>" </p>
 
</div>
 
</div>
  
 
<!-- Start of menu -->
 
<!-- Start of menu -->
 
<div id="menuContainer">
 
<div id="menuContainer">
 
 
<!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
 
<!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
 
<ul>
 
<ul>
<a href="https://2015.igem.org/Team:IISER_Pune"><li>HOME</li></a>
+
<a href="https://2015.igem.org/Team:Example2"><li>HOME</li></a>
 +
 
 +
<a href="https://2015.igem.org/Team:Example2/Team"><li>TEAM</li></a>
  
<a href="https://2015.igem.org/Team:IISER_Pune/Team"><li>TEAM</li></a>
 
  
 
<a href="#"><li>PROJECT
 
<a href="#"><li>PROJECT
 
             <ul>
 
             <ul>
<a href="https://2015.igem.org/Team:IISER_Pune/Description"><li>Description</li></a>
+
<a href="https://2015.igem.org/Team:Example2/Description"><li>Description</li></a>
<a href="https://2015.igem.org/Team:IISER_Pune/Experiments"><li>Experiments &amp; Protocols</li></a>   
+
<a href="https://2015.igem.org/Team:Example2/Experiments"><li>Experiments & Protocols</li></a>   
<a href="https://2015.igem.org/Team:IISER_Pune/Results"><li>Results</li></a>   
+
<a href="https://2015.igem.org/Team:Example2/Results"><li>Results</li></a>   
<a href="https://2015.igem.org/Team:IISER_Pune/Design"><li>Design</li></a>
+
 
</ul>
 
</ul>
 
</li></a>
 
</li></a>
Line 233: Line 225:
 
<a href="#"><li>PARTS
 
<a href="#"><li>PARTS
 
             <ul>
 
             <ul>
<a href="https://2015.igem.org/Team:IISER_Pune/Parts"><li>Team Parts</li></a>
+
<a href="https://2015.igem.org/Team:Example2/Parts"><li>Team Parts</li></a>
<a href="https://2015.igem.org/Team:IISER_Pune/Basic_Part"><li>Basic 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:IISER_Pune/Composite_Part"><li>Composite 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:IISER_Pune/Part_Collection"><li>Part Collection</li></a>   
+
<a href="https://2015.igem.org/Team:Example2/Part_Collection"><li>Part Collection</li></a>   
 
</ul>
 
</ul>
 
</li></a>
 
</li></a>
  
<a href="https://2015.igem.org/Team:IISER_Pune/Notebook"><li>NOTEBOOK</li></a>
+
<a href="https://2015.igem.org/Team:Example2/Notebook"><li>NOTEBOOK</li></a>
 
        
 
        
<a href="https://2015.igem.org/Team:IISER_Pune/Attributions"><li>ATTRIBUTIONS</li></a>
+
<a href="https://2015.igem.org/Team:Example2/Attributions"><li>ATTRIBUTIONS</li></a>
  
<a href="https://2015.igem.org/Team:IISER_Pune/Collaborations"><li>COLLABORATIONS</li></a>
+
<a href="https://2015.igem.org/Team:Example2/Collaborations"><li>COLLABORATIONS</li></a>
  
<a href="https://2015.igem.org/Team:IISER_Pune/Practices"><li>HUMAN PRACTICES</li></a>
+
<a href="https://2015.igem.org/Team:Example2/Practices"><li>HUMAN PRACTICES</li></a>
  
<a href="https://2015.igem.org/Team:IISER_Pune/Safety"><li>SAFETY</li></a>
+
<a href="https://2015.igem.org/Team:Example2/Safety"><li>SAFETY</li></a>
  
<a href="https://2015.igem.org/Team:IISER_Pune/Modeling"><li>MODELING</li></a>
+
<a href="https://2015.igem.org/Team:Example2/Modeling"><li>MODELING</li></a>
  
<a href="https://2015.igem.org/Team:IISER_Pune/Measurement"><li>MEASUREMENT</li></a>
+
<a href="https://2015.igem.org/Team:Example2/Measurement"><li>MEASUREMENT</li></a>
  
<a href="https://2015.igem.org/Team:IISER_Pune/Software"><li>SOFTWARE</li></a>
+
<a href="https://2015.igem.org/Team:Example2/Software"><li>SOFTWARE</li></a>
  
<a href="https://2015.igem.org/Team:IISER_Pune/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a>
+
<a href="https://2015.igem.org/Team:Example2/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a>
  
 
</ul>
 
</ul>
Line 263: Line 255:
  
 
<!-- Start of content -->
 
<!-- Start of content -->
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.-->
+
<div id="contentContainer"><!--This div will close on the page.-->
 
</html>
 
</html>

Revision as of 02:34, 15 April 2015

Template:Template IISER Pune