Difference between revisions of "Template:UFMG Brazil"

(Prototype team template page)
 
Line 11: Line 11:
 
/* Change Background color*/
 
/* Change Background color*/
 
body {  
 
body {  
background-color: #fff;
+
background-color: #663399; /* original was #fff */
 
}
 
}
  
Line 21: Line 21:
 
margin-left:20px;
 
margin-left:20px;
 
margin-bottom: 10px;
 
margin-bottom: 10px;
background-color: #fff;  
+
background-color: #9966FF; /* original was #fff */
 
border-bottom: 14px solid #565656;
 
border-bottom: 14px solid #565656;
 
border-right: 2px solid #565656;
 
border-right: 2px solid #565656;
Line 35: Line 35:
 
padding: 20px 0px;
 
padding: 20px 0px;
 
border-top: 14px solid #565656;
 
border-top: 14px solid #565656;
background-color: #E8E8E9;
+
background-color: #9999FF; /* original was #E8E8E9 */
 
}
 
}
  
Line 46: Line 46:
 
padding-left: 20px;
 
padding-left: 20px;
 
float: left;
 
float: left;
background-color: #fff;  
+
background-color: #9966FF;  
 
border-top: 14px solid #565656;
 
border-top: 14px solid #565656;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
Line 64: Line 64:
 
#mainContainer p {  
 
#mainContainer p {  
 
font-size: 13px;
 
font-size: 13px;
color: #000000;
+
color: #fff;
 
}
 
}
 
 
 
/*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;
+
color: #fff; /* original was #565656 */
 
border-bottom: none;
 
border-bottom: none;
 
font-weight: bold;
 
font-weight: bold;
Line 79: Line 79:
 
#contentContainer a {  
 
#contentContainer a {  
 
font-weight: bold;
 
font-weight: bold;
color: #23b593;
+
color: #fff; /* original was #23b593 */
 
}
 
}
  
 
  /* 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: #CC66FF; /* original was #59bf92 */
 
}
 
}
  
Line 122: Line 122:
 
/*Styling for the links in the menu */
 
/*Styling for the links in the menu */
 
#menuContainer a {
 
#menuContainer a {
color: #565656;
+
color: #F8F8F8; /* original was #565656 */
 
text-decoration:none;
 
text-decoration:none;
 
font-weight: bold;
 
font-weight: bold;
Line 145: Line 145:
 
#menuContainer li:hover {
 
#menuContainer li:hover {
 
color:  #FFF;
 
color:  #FFF;
background-color: #24B694;
+
background-color: #CC66FF; /* original was #24B694 */
 
}
 
}
  
Line 167: Line 167:
 
/*Style the submenu buttons*/
 
/*Style the submenu buttons*/
 
#menuContainer li ul li{
 
#menuContainer li ul li{
background-color: #59BF92;  
+
background-color: #99CCFF; /* original was #59BF92 */
 
padding-left:20px;
 
padding-left:20px;
 
padding-right:20px;
 
padding-right:20px;
Line 204: Line 204:
 
<!-- 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"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
 +
  
  
 
<div id="bannerContainer">
 
<div id="bannerContainer">
<br><br>
+
 
<h2> Add a banner to your wiki! </h2>
+
                          <img src='https://static.igem.org/mediawiki/2015/a/a5/UFMG_Brazil_banner_v1.jpg'>
+
<p>You can make the image 980px  by  200px</p>
+
<p> Remember to call the file: "<i>Team_UFMG_Brazil_banner.jpg</i>" </p>
+
 
</div>
 
</div>
  

Revision as of 18:39, 15 July 2015