Difference between revisions of "Template:IISER Pune"

m (Protected "Template:IISER Pune": Problem with this template being copied onto other teams' wiki pages ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
 
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template_All_Teams}}
+
<!-- This template belongs to Team IISER_Pune. It appeared on some other teams' wikis by accident. If you are from another team, please do not edit this page! Go back to your own page and change {{IISER_Pune}} to your own team name. Sincerely, iGEM HQ. -->
 +
 
 +
<!---{{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 10:
  
 
/* PAGE LAYOUT */
 
/* PAGE LAYOUT */
 
+
/* Change Background color*/
+
/* page background color*/
 
body {  
 
body {  
background-color: #fff;
+
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 56:
  
 
/*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 77:
 
#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 100:
 
     #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 120:
 
/*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 181:
 
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 198:
  
 
<!-- Start of the template html elements. -->
 
<!-- 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 ="mainContainer"><!--This div will close on the page.-->
 
+
  
 
<div id="bannerContainer">
 
<div id="bannerContainer">
<br>[[File:Team IISER Pune banner.jpg]]<br>
+
<br><br>
+
<h2> Indian Institute of Science Education and Research (IISER), Pune, India </h2>
 +
                  <img src="https://static.igem.org/mediawiki/2015/8/82/Logo_IISER_Pune.jpg" height = 120px>
 +
                  <img src="https://static.igem.org/mediawiki/2015/0/06/Team_IISER_Pune_Banner.jpg" width =780px height = 120px>
 +
                 
 +
                       
 +
                   
 +
<!--[[File:Team IISER Pune banner.jpg]]
 +
<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>
Line 219: Line 220:
  
 
<a href="https://2015.igem.org/Team:IISER_Pune/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:IISER_Pune/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:IISER_Pune/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:IISER_Pune/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 252: Line 253:
 
<a href="https://2015.igem.org/Team:IISER_Pune/Measurement"><li>MEASUREMENT</li></a>
 
<a href="https://2015.igem.org/Team:IISER_Pune/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:IISER_Pune/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a>
Line 261: Line 262:
  
 
<!-- 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>

Latest revision as of 16:15, 18 June 2015