JAVASCRIPT   19
tcblock
Guest on 7th March 2023 12:08:42 AM


  1. var tcblock = {
  2.         // Required and steady
  3.         'container': 'tc',
  4.         'type': 'relatedsearch',
  5.         'colorBackground': 'transparent',
  6.        
  7.         'number': 9,
  8.        
  9.         // Font-Sizes and Line-Heights
  10.         'fontSizeAttribution': 14,
  11.         'fontSizeTitle': 24,
  12.         'lineHeightTitle': 34,
  13.         // Colors
  14.         'colorAttribution': '#aaa',
  15.         'colorTitleLink': '#0277bd',
  16.         // Alphabetically
  17.         'horizontalAlignment': 'center',
  18.         'noTitleUnderline': false,
  19.         'rolloverLinkColor': '#01579b',
  20.         'verticalSpacing': 10
  21.     };
  22.     var searchboxBlock = {
  23.         'container': 'search',
  24.         'type': 'searchbox',
  25.         'fontSizeSearchInput': 12,
  26.         'hideSearchInputBorder': false,
  27.         'hideSearchButtonBorder': true,
  28.         'fontSizeSearchButton': 13,
  29.         'colorBackground': 'transparent',
  30.         'colorSearchButton': '#0b3279',
  31.         'colorSearchButtonText': '#fff'
  32.     };

Raw Paste

Login or Register to edit or fork this paste. It's free.