- var tcblock = {
- // Required and steady
- 'container': 'tc',
- 'type': 'relatedsearch',
- 'colorBackground': 'transparent',
- 'number': 9,
- // Font-Sizes and Line-Heights
- 'fontSizeAttribution': 14,
- 'fontSizeTitle': 24,
- 'lineHeightTitle': 34,
- // Colors
- 'colorAttribution': '#aaa',
- 'colorTitleLink': '#0277bd',
- // Alphabetically
- 'horizontalAlignment': 'center',
- 'noTitleUnderline': false,
- 'rolloverLinkColor': '#01579b',
- 'verticalSpacing': 10
- };
- var searchboxBlock = {
- 'container': 'search',
- 'type': 'searchbox',
- 'fontSizeSearchInput': 12,
- 'hideSearchInputBorder': false,
- 'hideSearchButtonBorder': true,
- 'fontSizeSearchButton': 13,
- 'colorBackground': 'transparent',
- 'colorSearchButton': '#0b3279',
- 'colorSearchButtonText': '#fff'
- };
Raw Paste