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

m (Changed comments and font family)
(Added container styles from template)
Line 2: Line 2:
 
<style type="text/css">
 
<style type="text/css">
  
body { /* Comment: background formatting */
+
/* PAGE LAYOUT */
background-color: #2a8e5a; /*dark green*/
+
}
+
  
h1 { /* Comment: heading1 formatting */
+
body { /* page background formatting */
font-family: Verdana, Geneva, sans-serif;
+
background-color: #2a8e5a; /*dark green*/
color: #000000; /*black*/
+
}
text-align: left;
+
}
+
  
h2 { /* Comment: heading2 formatting */
+
#mainContainer { /* Creates a container that wraps all of the content inside our wiki pages */
font-family: Verdana, Geneva, sans-serif;
+
width: 980px;
color: #000000; /*black*/
+
overflow: hidden;
}
+
float: center;
 +
/* margin-left: 20px; */
 +
/* background-color: #EEEDEA; */
 +
/* border-bottom: 6px solid #EE3e53; */
 +
}
  
p { /* Comment: paragraph formatting */
+
#menuContainer  { /* Creates the container for the menu */
font-family: Verdana, Geneva, sans-serif;
+
float: center;
color: #000000; /*black*/
+
width: 980px;
/* font-size: 20px; */
+
/* background-color: #0e232f; */
}
+
height: 80px;
 +
/* border-top: 6px solid #EE3e53; */
 +
font-family: Verdana, Geneva, sans-serif;
 +
}
 +
 
 +
#contentContainer { /* Creates the container for the content */
 +
/* background-color: #EEEDEA; */
 +
width: 810px;
 +
float: left;
 +
padding: 10px;
 +
/* border-top: 6px solid #EE3e53; */
 +
}
 +
 
 +
#bannerContainer { /*Set up height place holder for the banner*/
 +
height:200px;
 +
margin:auto;
 +
text-align:center;
 +
/* color: #24B694; */
 +
}
 +
 
 +
/* VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
 +
 
 +
#mainContainer p { /* Styling of text for everything inside main container */
 +
font-family: Verdana, Geneva, sans-serif;
 +
font-size: 12px;
 +
/* color: #0e232f; */
 +
}
 +
 
 +
#contentContainer h1, h2, h3, h4, h5, h6 { /* Colour and font family */
 +
font-family: Verdana, Geneva, sans-serif;
 +
/* color: #0e232f; */
 +
border-bottom: none;
 +
font-weight: bold;
 +
/* text-transform: uppercase; */
 +
}
 +
 
 +
#contentContainer a { /*Style of the links */
 +
font-weight: bold;
 +
color: #0645ad; /*hyperlink blue*/
 +
text-decoration: underline;
 +
}
 +
 
 +
#contentContainer a:hover{ /* Styling links on hover */
 +
color: #f4b248; /*dark blue*/
 +
}
 +
 
 +
h1 { /* Heading1 formatting */
 +
font-family: Verdana, Geneva, sans-serif;
 +
color: #000000; /*black*/
 +
text-align: left;
 +
}
 +
 
 +
h2 { /* Comment: heading2 formatting */
 +
font-family: Verdana, Geneva, sans-serif;
 +
color: #000000; /*black*/
 +
}
 +
 
 +
p { /* Comment: paragraph formatting */
 +
font-family: Verdana, Geneva, sans-serif;
 +
color: #000000; /*black*/
 +
/* font-size: 20px; */
 +
}
  
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 14:10, 5 July 2015