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

(Square one)
(New stuff today)
Line 63: Line 63:
 
.specialInline { /* Creates the container for inline content - class */
 
.specialInline { /* Creates the container for inline content - class */
 
display: inline-block;
 
display: inline-block;
 +
}
 +
 +
.regularTable { /* Creates regular table class */
 +
/* border-collapse: collapse; */
 +
width: 80%;
 +
}
 +
 +
.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 95: Line 112:
 
color: #ffffff; /* #ffffff is white */
 
color: #ffffff; /* #ffffff is white */
 
}
 
}
 
/*
 
.menuHighlight td { /* Styling of the menu table highlighted hyperlinks */
 
font-family: Verdana, Geneva, sans-serif;
 
color: #ffffff; /* #ffffff is white */
 
}
 
 
table.menuHighlight td { /* Styling of the menu table highlighted hyperlinks */
 
font-family: Verdana, Geneva, sans-serif;
 
color: #ffffff; /* #ffffff is white */
 
}
 
*/
 
  
 
.contentContainer h1, h2, h3, h4, h5, h6 { /* Colour and font family */
 
.contentContainer h1, h2, h3, h4, h5, h6 { /* Colour and font family */
Line 125: Line 130:
 
.contentContainer a:hover{ /* Styling links on hover */
 
.contentContainer a:hover{ /* Styling links on hover */
 
color: #f4b248; /*dark blue*/
 
color: #f4b248; /*dark blue*/
 +
}
 +
/*
 +
.regularTable table { /* default table formatting */
 +
color: #000000; /*black*/
 
}
 
}
  
 +
.regularTable th { /* default table header formatting */
 +
color: #000000; /*black*/
 +
}
 +
 +
.regularTable td { /* default table detail formatting */
 +
color: #000000; /*black*/
 +
}
 +
*/
 
figure.specialInline { /* Styling for figures in specialInline class */
 
figure.specialInline { /* Styling for figures in specialInline class */
 
margin-top: 1em;
 
margin-top: 1em;
Line 138: Line 155:
 
}
 
}
  
h1 { /* Heading1 formatting */
+
.regularHeader h1 { /* Heading1 formatting */
 
font-family: Verdana, Geneva, sans-serif;
 
font-family: Verdana, Geneva, sans-serif;
 
color: #000000; /*black*/
 
color: #000000; /*black*/
Line 144: Line 161:
 
}
 
}
  
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 07:52, 7 August 2015

MqAust Burpey v46-bubblePetri44 Summary03.png