Difference between revisions of "Template:Macquarie Australia"
(Added wrapped image class styling) |
(Added special HONY styling) |
||
Line 62: | Line 62: | ||
padding: 4px; | padding: 4px; | ||
/* border-top: 6px solid #EE3e53; */ | /* border-top: 6px solid #EE3e53; */ | ||
+ | } | ||
+ | |||
+ | .honyWhite { /* Creates unique HONY table class */ | ||
+ | border-collapse: collapse; /* Prevents a double line for both th td borders */ | ||
+ | width: 100%; | ||
+ | text-align: left; | ||
} | } | ||
Line 136: | Line 142: | ||
font-family: Verdana, Geneva, sans-serif; | font-family: Verdana, Geneva, sans-serif; | ||
color: #66cc66; /* websafe light green */ | color: #66cc66; /* websafe light green */ | ||
+ | } | ||
+ | |||
+ | /* Class honyWhite styling */ | ||
+ | |||
+ | .honyWhite table { /* default table formatting */ | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | color: #000000; /*black*/ | ||
+ | table-layout: fixed; /* prevents auto-resizing of column widths */ | ||
+ | } | ||
+ | |||
+ | .honyWhite th { /* default table header formatting */ | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | border: 0px solid white; | ||
+ | color: #000000; /*black*/ | ||
+ | font-size: 14px; | ||
+ | } | ||
+ | |||
+ | .honyWhite td { /* default table detail formatting */ | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | border: 0px solid white; | ||
+ | color: #000000; /*black*/ | ||
+ | font-size: 12px; | ||
+ | padding: 16px; | ||
+ | } | ||
+ | |||
+ | .honyCol40 { /* For fixed table Column width */ | ||
+ | width: 40%; | ||
+ | } | ||
+ | |||
+ | .honyWhite a { /* default table detail formatting */ | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | display:inline; /* here to keep hyperlinks inline */ | ||
+ | font-weight: bold; | ||
+ | color: #0645ad; /*hyperlink blue*/ | ||
+ | text-decoration: underline; | ||
} | } | ||
Revision as of 12:08, 22 August 2015