Difference between revisions of "Template:Macquarie Australia"

(Try centre again)
(Added some new styling)
Line 14: Line 14:
 
}
 
}
  
#mainContainer { /* Creates a container that wraps all of the content inside our wiki pages */
+
.mainContainer { /* Creates a container that wraps all of the content inside our wiki pages */
width: 980px;
+
width: 100%;
 
overflow: hidden;
 
overflow: hidden;
 
float: center;
 
float: center;
Line 23: Line 23:
 
}
 
}
  
#menuContainer { /* Creates the container for the menu */
+
.menuContainer { /* Creates the container for the menu */
 
float: center;
 
float: center;
width: 980px;
+
width: 100%;
 
/* background-color: #0e232f; */
 
/* background-color: #0e232f; */
height: 80px;
+
/* padding: 10px; */
 
/* border-top: 6px solid #EE3e53; */
 
/* border-top: 6px solid #EE3e53; */
 
font-family: Verdana, Geneva, sans-serif;
 
font-family: Verdana, Geneva, sans-serif;
Line 33: Line 33:
  
 
.mainmenu { /* Creates mainmenu class */
 
.mainmenu { /* Creates mainmenu class */
/* width: 100%; */
 
/* float: left; */
 
 
/* margin: 0 0 1em 0; */
 
/* margin: 0 0 1em 0; */
 
padding: 0;
 
padding: 0;
background-color: #f2f2f2;
+
/* no colours, borders, width, or float here */
border-bottom: 1px solid #ccc;
+
 
}
 
}
  
Line 46: Line 43:
  
 
.contentContainer { /* Creates the container for the content - class */
 
.contentContainer { /* Creates the container for the content - class */
/* background-color: #EEEDEA; */
+
width: 98%;
width: 940px;
+
 
float: left;
 
float: left;
padding: 10px;
+
padding: 4px;
/* border-top: 6px solid #EE3e53; */
+
 
}
 
}
  
#bannerContainer { /*Set up height place holder for the banner*/
+
.specialInline { /* Creates the container for inline content - class */
height:200px;
+
display: inline-block;
margin:auto;
+
text-align:center;
+
/* color: #24B694; */
+
 
}
 
}
  
.specialInline { /* Creates the container for inline content - class */
+
.regularInline { /* Creates the container for inline content - class */
 
display: inline-block;
 
display: inline-block;
 
}
 
}
Line 66: Line 58:
 
.CentreIt { /* Creates the container for centred content - class */
 
.CentreIt { /* Creates the container for centred content - class */
 
margin: auto;
 
margin: auto;
 +
}
 +
 +
.CentredFigure { /* Creates the container for CentredFigure - class */
 +
/* no styling required here so far */
 +
}
 +
 +
.CentreTextFigure { /* Creates the container for CentredTextFihure - class */
 +
/* no styling required here so far */
 +
}
 +
 +
.regularTable { /* Creates regular table class */
 +
border-collapse: collapse;
 +
width: 80%;
 +
text-align: left;
 +
}
 +
 +
.regularHeader { /* Creates regular header class */
 +
font-family: Verdana, Geneva, sans-serif;
 +
}
 +
 +
.regularParagraph { /* Creates regular paragraph class */
 +
font-family: Verdana, Geneva, sans-serif;
 +
}
 +
 +
.regularHyperlink { /* reates regular hyperlink class */
 +
font-family: Verdana, Geneva, sans-serif;
 
}
 
}
  
Line 134: Line 152:
 
}
 
}
  
h1 { /* Heading1 formatting */
+
figure.regularInline { /* Styling for figures in regularInline class */
 +
margin-top: 1em;
 +
margin-bottom: 1em;
 +
margin-left: 20px;
 +
margin-right: 20px;
 +
}
 +
 
 +
figure.CentredFigure { /* Styling for figures in CentredFigure class */
 +
margin: 0 auto 0.55em;
 +
display: block;
 +
}
 +
 
 +
p.CentreTextFigure { /* paragraph formatting */
 +
font-family: Verdana, Geneva, sans-serif;
 +
color: #000000; /*black*/
 +
text-align: center;
 +
}
 +
 
 +
.regularTable table { /* default table formatting */
 +
color: #000000; /*black*/
 +
}
 +
 
 +
.regularTable th { /* default table header formatting */
 +
border: 1px solid black;
 +
color: #000000; /*black*/
 +
font-size: 14px;
 +
}
 +
 
 +
.regularTable td { /* default table detail formatting */
 +
border: 1px solid black;
 +
color: #000000; /*black*/
 +
font-size: 12px;
 +
padding: 4px;
 +
}
 +
 
 +
.regularHeader h1 { /* Heading1 formatting */
 
font-family: Verdana, Geneva, sans-serif;
 
font-family: Verdana, Geneva, sans-serif;
 
color: #000000; /*black*/
 
color: #000000; /*black*/
Line 140: Line 193:
 
}
 
}
  
h2 { /* Comment: heading2 formatting */
+
.regularHeader h2 { /* heading2 formatting */
 
font-family: Verdana, Geneva, sans-serif;
 
font-family: Verdana, Geneva, sans-serif;
 
color: #000000; /*black*/
 
color: #000000; /*black*/
 +
text-align: left;
 
}
 
}
  
p { /* Comment: paragraph formatting */
+
.regularHeader h3 { /* heading3 formatting */
 +
font-family: Verdana, Geneva, sans-serif;
 +
color: #000000; /*black*/
 +
text-align: left;
 +
}
 +
 
 +
.regularHeader h4 { /* heading4 formatting */
 +
font-family: Verdana, Geneva, sans-serif;
 +
color: #000000; /*black*/
 +
text-align: left;
 +
}
 +
 
 +
.regularHeader h5 { /* heading5 formatting */
 +
font-family: Verdana, Geneva, sans-serif;
 +
color: #000000; /*black*/
 +
text-align: left;
 +
}
 +
 
 +
.regularHeader h6 { /* heading6 formatting */
 +
font-family: Verdana, Geneva, sans-serif;
 +
color: #000000; /*black*/
 +
text-align: left;
 +
}
 +
 
 +
.regularParagraph p { /* paragraph formatting */
 
font-family: Verdana, Geneva, sans-serif;
 
font-family: Verdana, Geneva, sans-serif;
 
color: #000000; /*black*/
 
color: #000000; /*black*/
 
/* font-size: 20px; */
 
/* font-size: 20px; */
 +
}
 +
 +
.regularHyperlink a { /* hyperlink formatting */
 +
font-family: Verdana, Geneva, sans-serif;
 +
font-weight: bold;
 +
color: #0645ad; /*hyperlink blue*/
 +
text-decoration: underline;
 
}
 
}
  
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 13:14, 7 August 2015

MqAust Burpey v46-bubblePetri44 Summary03.png