Difference between revisions of "Template:Macquarie Australia/Homestyle"
(Added initial content - copied from main css template) |
(Added figure styling for petri dishes) |
||
Line 72: | Line 72: | ||
.specialInline { /* Creates the container for inline content - class */ | .specialInline { /* Creates the container for inline content - class */ | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | .HomeTopInline { /* Creates the container for inline content - class */ | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | .HomeBottomInline { /* Creates the container for inline content - class */ | ||
display: inline-block; | display: inline-block; | ||
} | } | ||
Line 201: | Line 209: | ||
display: block; /* here to keep the caption underneath the figure */ | display: block; /* here to keep the caption underneath the figure */ | ||
text-align: left; | text-align: left; | ||
+ | } | ||
+ | |||
+ | /* Class HomeInline styling */ | ||
+ | |||
+ | figure.HomeTopInline { /* Creates the container for inline content - class */ | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | margin-top: 1em; | ||
+ | margin-bottom: 1em; | ||
+ | margin-left: 10px; | ||
+ | margin-right: 20px; | ||
+ | } | ||
+ | |||
+ | figure.HomeBottomInline { /* Creates the container for inline content - class */ | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | margin-top: 1em; | ||
+ | margin-bottom: 1em; | ||
+ | margin-left: 10px; | ||
+ | margin-right: 0px; | ||
} | } | ||
Revision as of 14:57, 6 September 2015