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 */ | |
− | width: | + | width: 100%; |
overflow: hidden; | overflow: hidden; | ||
float: center; | float: center; | ||
Line 23: | Line 23: | ||
} | } | ||
− | + | .menuContainer { /* Creates the container for the menu */ | |
float: center; | float: center; | ||
− | width: | + | width: 100%; |
/* background-color: #0e232f; */ | /* background-color: #0e232f; */ | ||
− | + | /* 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 */ | ||
− | |||
− | |||
/* margin: 0 0 1em 0; */ | /* margin: 0 0 1em 0; */ | ||
padding: 0; | padding: 0; | ||
− | + | /* no colours, borders, width, or float here */ | |
− | + | ||
} | } | ||
Line 46: | Line 43: | ||
.contentContainer { /* Creates the container for the content - class */ | .contentContainer { /* Creates the container for the content - class */ | ||
− | + | width: 98%; | |
− | width: | + | |
float: left; | float: left; | ||
− | padding: | + | padding: 4px; |
− | + | ||
} | } | ||
− | + | .specialInline { /* Creates the container for inline content - class */ | |
− | + | display: inline-block; | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | . | + | .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 { /* | + | .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; | ||
} | } | ||
− | + | .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> |