Difference between revisions of "Template:UNAM-CU"

 
(24 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
/* Change Background color*/
 
/* Change Background color*/
 
body {  
 
body {  
background: linear-gradient(to right, #bbbbbb , #ffffff);
+
background: linear-gradient(to right, #FFDE93, #FFE3C4);
 
}
 
}
  
 
/* 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: 100%;
 
overflow:hidden;
 
overflow:hidden;
float:left;
+
                                float:left;
margin-left:10px;
+
margin-left: 10px;
 +
                                margin-right: 10px;
 
margin-bottom: 10px;
 
margin-bottom: 10px;
border-radius: 10px;
+
background-color: #ffffff;
    background: #ffffff;
+
                                border-radius: 10px;
 
border-top: 14px solid #134A5B;
 
border-top: 14px solid #134A5B;
 +
                                border-bottom: 14px solid #134A5B;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
}
 
}
Line 29: Line 32:
 
#menuContainer  {  
 
#menuContainer  {  
 
float:left;
 
float:left;
width: 134px;
+
width: 15%;
padding: 20px 0px;
+
                                border-radius: 0px 0px 10px 0px;
border-top: 14px solid #565656;
+
background-color: #FBA787;
background-color: #E8E8E9;
+
 
}
 
}
  
Line 38: Line 40:
 
#contentContainer {
 
#contentContainer {
 
padding-top:20px;
 
padding-top:20px;
 +
                               
 
padding-right:10px;
 
padding-right:10px;
 
margin-bottom: 20px;
 
margin-bottom: 20px;
width: 814px;
+
width: 82%;
padding-left: 20px;
+
float: right;
float: left;
+
background-color: #fff;
background-color: #fff;
+
border-top: 14px solid #565656;
+
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
}
 
}
  
/*Set up height place holder for the banner*/
+
#bannerContainer {
#bannerContainer {
+
width:100%;
height:200px;
+
text-align: center;
margin:auto;
+
margin-bottom: 5px;
text-align:center;
+
margin-top: 10px;
color: #24B694;
+
}
 +
 
 +
#bannerContainer img {
 +
width: 90%;
 +
height:283px;
 +
border-radius: 5px 50px;
 
}
 
}
  
Line 121: Line 127:
 
/*Styling for the links in the menu */
 
/*Styling for the links in the menu */
 
#menuContainer a {
 
#menuContainer a {
color: #565656;
+
color: #134A5B;
 
text-decoration:none;
 
text-decoration:none;
 
font-weight: bold;
 
font-weight: bold;
Line 137: Line 143:
 
display: block;
 
display: block;
 
width: 100%;
 
width: 100%;
height:30px;
+
/*height:30px;*/
 
padding-top:10px;
 
padding-top:10px;
 +
                                padding-bottom:10px;
 
}
 
}
  
/*For the menu buttons, changes the color when hovering*/
+
/*For the menu buttons, changes the color when hovering*//*DONE*/
 
#menuContainer li:hover {
 
#menuContainer li:hover {
color:  #FFF;
+
color:  #FFFFFF;
background-color: #24B694;
+
background-color: #134A5B;
 
}
 
}
  
Line 166: Line 173:
 
/*Style the submenu buttons*/
 
/*Style the submenu buttons*/
 
#menuContainer li ul li{
 
#menuContainer li ul li{
background-color: #59BF92;  
+
/*background-color: #59BF92;*/
 
padding-left:20px;
 
padding-left:20px;
 
padding-right:20px;
 
padding-right:20px;
 
height:30px;
 
height:30px;
 
padding-top:10px;
 
padding-top:10px;
margin-top:-2px;
+
                                padding-bottom:10px;
 +
/*margin-top:-2px;*/
 
color: #565656;
 
color: #565656;
 
width: 150px;
 
width: 150px;
 
}
 
}
 
/*CLASSES */
 
 
/*Clear class for all the pages, adds spacing too*/
 
.clear{
 
clear:both;
 
height: 10px;
 
}
 
 
 
/* highlight box for special messages */
 
    .highlightBox {
 
        width:500px;
 
        margin:auto;
 
        background-color: #E8E8E9;
 
margin-bottom: 15px;
 
margin-top: 15px;
 
padding: 15px;
 
padding-top: 5px;
 
    }
 
  
  
Line 201: Line 189:
  
  
<!-- Start of the template html elements. -->
+
<div id="bannerContainer">
 +
<img src="https://dl.dropboxusercontent.com/u/148930641/iGEM/banner.jpg">
 +
</div>
 
<div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
 
<div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
 
 
<div id="bannerContainer">
 
<center><img src="https://static.igem.org/mediawiki/2015/a/a1/Unamcu_main_banner.jpg" height="200"> </center>
 
</div>
 
  
 
<!-- Start of menu -->
 
<!-- Start of menu -->
Line 216: Line 201:
 
<a href="https://2015.igem.org/Team:UNAM-CU"><li>HOME</li></a>
 
<a href="https://2015.igem.org/Team:UNAM-CU"><li>HOME</li></a>
  
<a href="https://2015.igem.org/Team:UNAM-CU/Attributions"><li>TEAM
+
<a href="https://2015.igem.org/Team:UNAM-CU/Attributions"><li>TEAM</li></a>
<!--<ul>
+
<a href="https://2015.igem.org/Team:UNAM-CU/Students">
+
<li>Students</li></a>
+
<a href="https://2015.igem.org/Team:UNAM-CU/Advisors"><li>Advisors Protocols</li></a> 
+
<a href="https://2015.igem.org/Team:UNAM-CU/Acknowledgments"><li>Acknowledgments</li></a> 
+
<a href="https://2015.igem.org/Team:UNAM-CU/Sponsors"><li>Sponsors</li></a> 
+
</ul> -->
+
 
+
 
+
 
+
 
+
 
+
 
+
</li></a>
+
  
 
<a href="https://2015.igem.org/Team:UNAM-CU/project"><li>PROJECT</li></a>
 
<a href="https://2015.igem.org/Team:UNAM-CU/project"><li>PROJECT</li></a>
 
<!-- <a href="#"><li>PARTS
 
            <ul>
 
<a href="https://2015.igem.org/Team:UNAM-CU/Parts"><li>Team Parts</li></a>
 
<a href="https://2015.igem.org/Team:UNAM-CU/Basic_Part"><li>Basic Parts</li></a> 
 
<a href="https://2015.igem.org/Team:UNAM-CU/Composite_Part"><li>Composite Parts</li></a>
 
<a href="https://2015.igem.org/Team:UNAM-CU/Part_Collection"><li>Part Collection</li></a> 
 
</ul>
 
</li></a>
 
 
<a href="https://2015.igem.org/Team:UNAM-CU/Notebook"><li>NOTEBOOK</li></a>
 
     
 
<a href="https://2015.igem.org/Team:UNAM-CU/Attributions"><li>ATTRIBUTIONS</li></a> -->
 
 
 
  
 
<a href="https://2015.igem.org/Team:UNAM-CU/Collaborations"><li>COLLABORATIONS</li></a>
 
<a href="https://2015.igem.org/Team:UNAM-CU/Collaborations"><li>COLLABORATIONS</li></a>
  
<a href="https://2015.igem.org/Team:UNAM-CU/Practices"><li>HUMAN PRACTICES
+
<a href="https://2015.igem.org/Team:UNAM-CU/Practices"><li>HUMAN PRACTICES</li></a>
</li></a>
+
  
  
Line 265: Line 220:
  
 
</ul>
 
</ul>
 +
                                <center><img src="https://dl.dropboxusercontent.com/u/148930641/iGEM/bactulin.png" style="width:90%;"><center>
 
</div>
 
</div>
 
<!-- End of menu  -->
 
<!-- End of menu  -->

Latest revision as of 21:27, 30 September 2015