Difference between revisions of "Template:TeamTemplateA"

m (Protected "Template:TeamTemplateA" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
 
(28 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<html>
+
{{Template_All_Teams}}
 +
 
 +
<!-- Declare that you are going to use html code instead of wiki code -->
 +
<html>
 +
 
 +
<!-- Start of CSS-->
 
<style type="text/css">
 
<style type="text/css">
  
Line 6: Line 11:
 
/* Change Background color*/
 
/* Change Background color*/
 
body {  
 
body {  
background-color: #C7FFAB;
+
background-color: #fff;
 
}
 
}
  
 
/* 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: 925px;
+
width: 978px;
 
overflow:hidden;
 
overflow:hidden;
 
float:left;
 
float:left;
Line 21: Line 26:
 
border-left: 2px solid #565656;
 
border-left: 2px solid #565656;
 
border-top: 2px solid #565656;
 
border-top: 2px solid #565656;
font-family: Times New Roman, sans-serif;
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
}
 
}
  
Line 27: Line 32:
 
#menuContainer  {  
 
#menuContainer  {  
 
float:left;
 
float:left;
width: 100%;
+
width: 134px;
 
padding: 20px 0px;
 
padding: 20px 0px;
 
border-top: 14px solid #565656;
 
border-top: 14px solid #565656;
 
background-color: #E8E8E9;
 
background-color: #E8E8E9;
                                font-size:20px;
 
 
}
 
}
  
Line 44: Line 48:
 
background-color: #fff;  
 
background-color: #fff;  
 
border-top: 14px solid #565656;
 
border-top: 14px solid #565656;
font-family: Helvetica, sans-serif;
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
}
 
}
  
Line 68: Line 72:
 
border-bottom: none;
 
border-bottom: none;
 
font-weight: bold;
 
font-weight: bold;
font-family: Helvetica, sans-serif;
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
margin-top:10px;
 
margin-top:10px;
 
}
 
}
Line 120: Line 124:
 
color: #565656;
 
color: #565656;
 
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 {  
                                display:block;
 
 
list-style: none;
 
list-style: none;
 
margin-left:0px;
 
margin-left:0px;
Line 132: Line 135:
 
/*Styles the list items to become menu buttons */
 
/*Styles the list items to become menu buttons */
 
#menuContainer ul li {  
 
#menuContainer ul li {  
                              list-style-type:none;
+
text-align: center;
                                display:inline;
+
display: block;
width: 10px;
+
width: 100%;
 
height:30px;
 
height:30px;
 
padding-top:10px;
 
padding-top:10px;
Line 154: Line 157:
 
/*Submenus are displayed when hovering the menu button */
 
/*Submenus are displayed when hovering the menu button */
 
#menuContainer li:hover ul {
 
#menuContainer li:hover ul {
display: inline-block;
+
/*display: inline-block; */
/*display: block;*/
+
display: block;  
position: relative;  
+
position: absolute;  
 
float:right;
 
float:right;
 
margin-left: 134px;
 
margin-left: 134px;
Line 164: Line 167:
 
/*Style the submenu buttons*/
 
/*Style the submenu buttons*/
 
#menuContainer li ul li{
 
#menuContainer li ul li{
                                display:block;
 
                                position:relative;
 
 
background-color: #59BF92;  
 
background-color: #59BF92;  
 
padding-left:20px;
 
padding-left:20px;
Line 210: Line 211:
 
 
 
<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>IIT_Madras_Logo.jpg</i>" </p>
+
<p> Remember to call the file: "<i>Team_Example_banner.jpg</i>" </p>
 
</div>
 
</div>
  
Line 218: Line 219:
 
<!-- 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:Example"><li>Home</li></a>
+
<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="https://2015.igem.org/Team:Example/Team"><li>TEAM</li></a>
  
<a href="#"><li>Project
+
<a href="#"><li>PROJECT
 
             <ul>
 
             <ul>
 
<a href="https://2015.igem.org/Team:Example/Description"><li>Description</li></a>
 
<a href="https://2015.igem.org/Team:Example/Description"><li>Description</li></a>
Line 231: Line 232:
 
</li></a>
 
</li></a>
  
<a href="#"><li>Parts
+
<a href="#"><li>PARTS
 
             <ul>
 
             <ul>
 
<a href="https://2015.igem.org/Team:Example/Parts"><li>Team Parts</li></a>
 
<a href="https://2015.igem.org/Team:Example/Parts"><li>Team Parts</li></a>
Line 240: Line 241:
 
</li></a>
 
</li></a>
  
<a href="https://2015.igem.org/Team:Example/Notebook"><li>Notebook</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/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/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/Practices"><li>HUMAN PRACTICES</li></a>
  
<a href="https://2015.igem.org/Team:Example/Safety"><li>Safety</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/Modeling"><li>MODELING</li></a>
  
<a href="https://2015.igem.org/Team:Example/Measurement"><li>Measurement</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/Software"><li>SOFTWARE</li></a>
  
<!-- <a href="https://2015.igem.org/Team:Example/Entrepreneurship"><li>Entrepreneurship</li></a>  -->
+
<a href="https://2015.igem.org/Team:Example/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a>
  
 
</ul>
 
</ul>

Latest revision as of 15:50, 29 July 2015