Difference between revisions of "Template:Macquarie Australia"
(Added catch-all h2 and p) |
(Added in defaults and comments and hyperlink block styling) |
||
Line 26: | Line 26: | ||
float: center; | float: center; | ||
width: 100%; | width: 100%; | ||
+ | /* height: 35px; Comment: setting this affects the whole page*/ | ||
/* background-color: #0e232f; */ | /* background-color: #0e232f; */ | ||
− | + | padding: 0px; | |
/* 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 34: | ||
.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; */ | ||
+ | /* border-bottom: 1px solid #ccc; */ | ||
/* no colours, borders, width, or float here */ | /* no colours, borders, width, or float here */ | ||
} | } | ||
.menuHighlight { /* Creates highlight class */ | .menuHighlight { /* Creates highlight class */ | ||
− | /* | + | /* no styling required here so far */ |
} | } | ||
.contentContainer { /* Creates the container for the content - class */ | .contentContainer { /* Creates the container for the content - class */ | ||
− | width: | + | /* background-color: #EEEDEA; */ |
+ | width: 100%; | ||
float: left; | float: left; | ||
padding: 4px; | padding: 4px; | ||
+ | /* border-top: 6px solid #EE3e53; */ | ||
} | } | ||
Line 54: | Line 61: | ||
.regularInline { /* Creates the container for inline content - class */ | .regularInline { /* Creates the container for inline content - class */ | ||
display: inline-block; | display: inline-block; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
.regularTable { /* Creates regular table class */ | .regularTable { /* Creates regular table class */ | ||
border-collapse: collapse; | border-collapse: collapse; | ||
− | width: | + | width: 96%; |
text-align: left; | text-align: left; | ||
} | } | ||
.regularHeader { /* Creates regular header class */ | .regularHeader { /* Creates regular header class */ | ||
− | + | /* no styling required here so far */ | |
} | } | ||
.regularParagraph { /* Creates regular paragraph class */ | .regularParagraph { /* Creates regular paragraph class */ | ||
− | + | /* no styling required here so far */ | |
} | } | ||
.regularHyperlink { /* reates regular hyperlink class */ | .regularHyperlink { /* reates regular hyperlink class */ | ||
− | + | /* no styling required here so far */ | |
} | } | ||
/* VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */ | /* VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */ | ||
− | + | /* Class MainMenu styling */ | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | .mainmenu table { /* Styling of the menu table class */ | |
− | + | font-family: Verdana, Geneva, sans-serif; | |
− | + | font-size: 16px; | |
− | + | color: #ffffff; | |
− | + | } | |
− | + | .mainmenu a { /* Styling of the menu table hyperlinks */ | |
− | + | font-family: Verdana, Geneva, sans-serif; | |
− | + | display:block; /* makes the table cells clickable */ | |
− | + | /* background-color: #66cc66; Comment: setting this colours a bar across the text green */ | |
− | + | color: #000000; | |
+ | } | ||
− | + | /* Class MenuHighlight styling */ | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | .menuHighlight a { /* Styling of the menu table highlighted hyperlinks */ | |
− | + | font-family: Verdana, Geneva, sans-serif; | |
− | + | display:block; /* makes the table cells clickable */ | |
− | + | color: #ffffff; /* #ffffff is white */ | |
+ | } | ||
− | + | /* Class ContentContainer styling */ | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | .contentContainer h1, h2, h3, h4, h5, h6 { /* Colour and font family */ | |
− | + | font-family: Verdana, Geneva, sans-serif; | |
− | + | color: #000000; | |
− | + | border-bottom: none; | |
− | + | font-weight: bold; | |
− | + | /* text-transform: uppercase; */ | |
+ | } | ||
− | + | .contentContainer a { /*Style of the links */ | |
− | + | font-family: Verdana, Geneva, sans-serif; | |
− | + | display:inline; /* here to keep hyperlinks inline */ | |
+ | font-weight: bold; | ||
+ | color: #0645ad; /* hyperlink blue */ | ||
+ | text-decoration: underline; | ||
+ | } | ||
− | + | .contentContainer a:hover{ /* Styling links on hover */ | |
− | + | font-family: Verdana, Geneva, sans-serif; | |
− | + | color: #66cc66; /* websafe light green */ | |
− | + | } | |
− | + | ||
− | + | ||
− | + | /* Class SpecialInline styling */ | |
− | + | ||
− | + | ||
− | + | ||
− | + | figure.specialInline { /* Styling for figures in specialInline class */ | |
− | + | font-family: Verdana, Geneva, sans-serif; | |
− | + | margin-top: 1em; | |
+ | margin-bottom: 1em; | ||
+ | margin-left: 0px; | ||
+ | margin-right: 0px; | ||
+ | } | ||
− | + | figcaption.specialInline { /* Styling for figure captions - class */ | |
− | + | font-family: Verdana, Geneva, sans-serif; | |
− | + | display: block; /* here to keep the caption underneath the figure */ | |
− | + | text-align: left; | |
− | + | } | |
− | + | ||
− | + | /* REGULAR Class styling */ | |
− | + | ||
− | + | ||
− | + | ||
− | + | figure.regularInline { /* Styling for figures in regularInline class */ | |
− | + | font-family: Verdana, Geneva, sans-serif; | |
− | + | /* margin-top: 1em; removing this styling for now */ | |
− | + | /* margin-bottom: 1em; removing this styling for now */ | |
− | } | + | /* margin-left: 20px; Comment: adds a buffer I think */ |
+ | /* margin-right: 20px; Comment: adds a buffer */ | ||
+ | } | ||
− | + | figcaption.regularInline { /* Styling for figure captions - class */ | |
− | + | font-family: Verdana, Geneva, sans-serif; | |
− | + | display: block; /* here to keep the caption underneath the figure */ | |
+ | text-align: center; | ||
+ | } | ||
− | + | .regularTable table { /* default table formatting */ | |
− | + | font-family: Verdana, Geneva, sans-serif; | |
− | + | color: #000000; /*black*/ | |
− | + | } | |
− | + | ||
− | + | .regularTable th { /* default table header formatting */ | |
− | + | font-family: Verdana, Geneva, sans-serif; | |
− | + | border: 1px solid black; | |
− | + | color: #000000; /*black*/ | |
− | + | font-size: 14px; | |
− | + | } | |
− | + | .regularTable td { /* default table detail formatting */ | |
− | + | font-family: Verdana, Geneva, sans-serif; | |
− | + | border: 1px solid black; | |
− | + | color: #000000; /*black*/ | |
− | + | font-size: 12px; | |
+ | padding: 4px; | ||
+ | } | ||
− | + | .regularHeader h1 { /* Heading1 formatting */ | |
− | + | font-family: Verdana, Geneva, sans-serif; | |
− | + | color: #000000; /*black*/ | |
− | + | text-align: left; | |
− | + | } | |
− | + | .regularHeader h2 { /* heading2 formatting */ | |
− | + | font-family: Verdana, Geneva, sans-serif; | |
− | + | color: #000000; /*black*/ | |
− | + | text-align: left; | |
− | + | } | |
− | + | .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; | |
− | + | color: #000000; /*black*/ | |
− | + | /* font-size: 20px; */ | |
− | + | } | |
− | + | ||
− | + | .regularHyperlink a { /* hyperlink formatting */ | |
− | font-family: Verdana, Geneva, sans-serif; | + | font-family: Verdana, Geneva, sans-serif; |
− | color: # | + | font-weight: bold; |
− | + | color: #0645ad; /*hyperlink blue*/ | |
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | /* DEFAULT styling - no class specified */ | ||
+ | |||
+ | /* table { default table formatting */ | ||
+ | /* font-family: Verdana, Geneva, sans-serif; */ | ||
+ | /* border-collapse: collapse; */ | ||
+ | /* width: 100%; */ | ||
+ | /* } */ | ||
+ | |||
+ | /* table, th { default table header formatting */ | ||
+ | /* font-family: Verdana, Geneva, sans-serif; */ | ||
+ | /* border: 1px solid black; */ | ||
+ | /* height: 28px; */ | ||
+ | /* padding: 15px; */ | ||
+ | /* text-align: center; */ | ||
+ | /* vertical-align: middle; */ | ||
+ | /* background-color: #ffffff; white*/ | ||
+ | /* color: #000000; black*/ | ||
+ | /* } */ | ||
− | + | /* table, td { default table detail formatting */ | |
− | font-family: Verdana, Geneva, sans-serif; | + | /* font-family: Verdana, Geneva, sans-serif; */ |
− | color: #000000; /*black*/ | + | /* border: 1px solid black; */ |
− | /* font- | + | /* height: 28px; */ |
− | } | + | /* padding: 15px; */ |
+ | /* text-align: left; */ | ||
+ | /* vertical-align: middle; */ | ||
+ | /* background-color: #ffffff; white*/ | ||
+ | /* color: #000000; black*/ | ||
+ | /* } */ | ||
+ | |||
+ | figcaption { /* Styling for figure captions - class */ | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | display: block; /* here to keep the caption underneath the figure */ | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | h1 { /* Heading1 formatting */ | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | color: #000000; /*black*/ | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | h2 { /* heading2 formatting */ | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | color: #000000; /*black*/ | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | h3 { /* heading3 formatting */ | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | color: #000000; /*black*/ | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | h4 { /* heading4 formatting */ | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | color: #000000; /*black*/ | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | h5 { /* heading5 formatting */ | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | color: #000000; /*black*/ | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | h6 { /* heading6 formatting */ | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | color: #000000; /*black*/ | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | p { /* paragraph formatting */ | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | color: #000000; /*black*/ | ||
+ | } | ||
+ | |||
+ | a { hyperlink formatting */ | ||
+ | font-family: Verdana, Geneva, sans-serif; */ | ||
+ | display:inline; /* here to keep hyperlinks inline */ | ||
+ | } | ||
</style> | </style> | ||
</html> | </html> |