Difference between revisions of "Template:Macquarie Australia/TestCSS"

m (Changed mouse over to black)
(Changed to just contentContainer class)
Line 4: Line 4:
 
/* PAGE LAYOUT */
 
/* PAGE LAYOUT */
  
body { /* page background formatting */
+
body { /* Holds page background formatting */
/* background-color: #43733e; */ /*mq harmony green*/
+
background: linear-gradient(#7ec700, #43733e); /* mq harmony light green to dark green */
background: linear-gradient(#7ec700, #43733e);
+
/* background-color: #43733e; */ /* plain colour background commented out */
 
}
 
}
  
Line 27: Line 27:
 
}
 
}
  
#contentContainer { /* Creates the container for the content */
+
.contentContainer { /* Creates the container for the content - class */
 
/* background-color: #EEEDEA; */
 
/* background-color: #EEEDEA; */
 
width: 810px;
 
width: 810px;
Line 67: Line 67:
 
}
 
}
  
#contentContainer h1, h2, h3, h4, h5, h6 { /* Colour and font family */
+
.contentContainer h1, h2, h3, h4, h5, h6 { /* Colour and font family */
 
font-family: Verdana, Geneva, sans-serif;
 
font-family: Verdana, Geneva, sans-serif;
 
/* color: #0e232f; */
 
/* color: #0e232f; */
Line 75: Line 75:
 
}
 
}
  
#contentContainer a { /*Style of the links */
+
.contentContainer a { /*Style of the links */
 
font-weight: bold;
 
font-weight: bold;
 
color: #0645ad; /*hyperlink blue*/
 
color: #0645ad; /*hyperlink blue*/
Line 81: Line 81:
 
}
 
}
  
#contentContainer a:hover{ /* Styling links on hover */
+
.contentContainer a:hover{ /* Styling links on hover */
 
color: #f4b248; /*dark blue*/
 
color: #f4b248; /*dark blue*/
 
}
 
}
Line 104: Line 104:
 
</style>
 
</style>
  
<!-- menu -->
+
<!-- html top nav menu start -->
 
<table class="mainmenu" width="100%" cellspacing="0">
 
<table class="mainmenu" width="100%" cellspacing="0">
 
<tr height="12px"><td></td></tr>
 
<tr height="12px"><td></td></tr>
Line 160: Line 160:
 
</tr>
 
</tr>
 
</table>
 
</table>
<!-- end of menu -->
+
<!-- end of html top nav menu -->
  
 
</html>
 
</html>

Revision as of 05:05, 12 July 2015