Difference between revisions of "Template:Uppsala"

(Prototype team template page)
 
Line 11: Line 11:
 
/* Change Background color*/
 
/* Change Background color*/
 
body {  
 
body {  
background-color: #fff;
+
background-color: #8D1919;
 +
                                padding: 0 10%;
 
}
 
}
  
 
/* 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: 1100px;
 
overflow:hidden;
 
overflow:hidden;
float:left;
+
<!--float:left;
margin-left:20px;
+
margin-left:20px;-->
 
margin-bottom: 10px;
 
margin-bottom: 10px;
 
background-color: #fff;  
 
background-color: #fff;  
Line 43: Line 44:
 
padding-right:10px;
 
padding-right:10px;
 
margin-bottom: 20px;
 
margin-bottom: 20px;
width: 814px;
+
width: 956px; <!--814px-->
 
padding-left: 20px;
 
padding-left: 20px;
 
float: left;
 
float: left;
background-color: #fff;  
+
background-color: #EFEFEF;  
 
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 84: Line 85:
 
  /* 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: #00003D;<!--#59bf92;-->
 
}
 
}
  
Line 145: Line 146:
 
#menuContainer li:hover {
 
#menuContainer li:hover {
 
color:  #FFF;
 
color:  #FFF;
background-color: #24B694;
+
background-color: #00003D; <!--#24B694;-->
 
}
 
}
  
Line 265: Line 266:
 
<!-- 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"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.-->
 +
                        </div>
 
</html>
 
</html>

Revision as of 09:00, 9 July 2015