Skip to content

Instantly share code, notes, and snippets.

@sproutventure
Created December 1, 2010 18:14
Show Gist options
  • Save sproutventure/723932 to your computer and use it in GitHub Desktop.
Save sproutventure/723932 to your computer and use it in GitHub Desktop.
Color options
/*********** General ***********/
$this->registerColorChooser( array(
'id' => 'body_color',
'selector' => 'body, .body_color',
'name' => __('Body Text Color'),
'foreground' => true,
'default' => '000000',
'group' => __('General'),
) );
$this->registerColorChooser( array(
'id' => 'body_bg',
'selector' => 'body, .body_bg',
'name' => __('Body Background Color'),
'foreground' => false,
'default' => 'FFFFFF',
'group' => __('General'),
) );
$this->registerColorChooser( array(
'id' => 'inner_bg',
'selector' => '.inner, .inner_bg, .button.alt, .google-ads-miniad',
'name' => __('Main Area Background Color'),
'foreground' => false,
'default' => 'B2B2B2',
'hasOpacity' => true,
'defaultOpacity' => 100,
'group' => __('General'),
) );
/*********** Top Hat ***********/
$this->registerColorChooser( array(
'id' => 'top_hat_link_color',
'selector' => '.top_hat a, .top_hat_link_color',
'name' => __('Link Color'),
'foreground' => true,
'default' => '3c95fc',
'group' => __('Top Hat'),
) );
$this->registerColorChooser( array(
'id' => 'top_hat_link_color_hover',
'selector' => '.top_hat a:hover, .top_hat_link_color:hover',
'name' => __('Link Color Hover'),
'foreground' => true,
'default' => 'FFFFFF',
'group' => __('Top Hat'),
) );
$this->registerColorChooser( array(
'id' => 'top_hat_text_color',
'selector' => '.top_hat, .sso_links',
'name' => __('Top Hat Text Color'),
'foreground' => true,
'default' => 'FFFFFF',
'group' => __('Top Hat'),
) );
$this->registerColorChooser( array(
'id' => 'top_hat_bg',
'selector' => '.top_hat, .top_hat_bg',
'name' => __('Background'),
'foreground' => false,
'default' => '000000',
'hasImage' => true,
'backgroundImageDirectory' => 'gradients',
'defaultImage' => 'light.png',
'group' => __('Top Hat'),
) );
/*********** Navigation ***********/
$this->registerColorChooser( array(
'id' => 'nav_link_color',
'selector' => '.nav a, .nav a:visited, .nav_link_color',
'name' => __('Link Color'),
'foreground' => true,
'default' => '3c95fc',
'group' => __('Navigation'),
) );
$this->registerColorChooser( array(
'id' => 'nav_link_color_hover',
'selector' => '.nav a:hover, .nav_link_color:hover, .nav_link_color_hover',
'name' => __('Link Color Hover'),
'foreground' => true,
'default' => 'FFFFFF',
'group' => __('Navigation'),
) );
$this->registerColorChooser( array(
'id' => 'nav_bg',
'selector' => '.nav, .nav_bg, .nav .sub-menu li, .tec-calendar td.tec-present .daynum',
'name' => __('Background'),
'foreground' => false,
'default' => '474747',
'hasImage' => true,
'backgroundImageDirectory' => 'gradients',
'defaultImage' => 'light.png',
'group' => __('Navigation'),
) );
/*********** Content ***********/
$this->registerColorChooser( array(
'id' => 'post_title_link',
'selector' => '.title a',
'name' => __('Post Title Link Color'),
'foreground' => true,
'default' => 'ff9900',
'group' => __('Content'),
) );
$this->registerColorChooser( array(
'id' => 'post_title_link_hover',
'selector' => '.title a:hover',
'name' => __('Post Title Link Hover'),
'foreground' => true,
'default' => 'f00000',
'group' => __('Content'),
) );
$this->registerColorChooser( array(
'id' => 'the_content_h',
'selector' => '.the_content h1, .the_content h2, .the_content h3, .the_content h4, .the_content h5, .the_content h6, .content_h',
'name' => __('Content Header Color'),
'foreground' => true,
'default' => '3F6517',
'group' => __('Content'),
) );
$this->registerColorChooser( array(
'id' => 'link_color',
'selector' => 'a, .link_color, a:visited',
'name' => __('Link Color'),
'foreground' => true,
'default' => '3c95fc',
'group' => __('Content'),
) );
$this->registerColorChooser( array(
'id' => 'link_hover',
'selector' => 'a:hover, .link_hover',
'name' => __('Link Hover Color'),
'foreground' => true,
'default' => '307bd1',
'group' => __('Content'),
) );
$this->registerColorChooser( array(
'id' => 'more_link',
'selector' => '.more_link a',
'name' => __('More link'),
'foreground' => true,
'default' => 'F00000',
'group' => __('Content'),
) );
$this->registerColorChooser( array(
'id' => 'more_link_hover',
'selector' => '.more_link a:hover',
'name' => __('More link Hover'),
'foreground' => true,
'default' => 'FF9900',
'group' => __('Content'),
) );
$this->registerColorChooser( array(
'id' => 'content_bg',
'selector' => '.content, .content_bg, .on_air_message, #sb-body, #sb-loading',
'name' => __('Content Background Color'),
'foreground' => false,
'defaultOpacity' => 100,
'group' => __('Content'),
) );
$this->registerColorChooser( array(
'id' => 'category_header_bg',
'selector' => '#location_wrap',
'name' => __('Category Header Background'),
'foreground' => false,
'default' => 'ffffff',
'group' => __('Content'),
) );
$this->registerColorChooser( array(
'id' => 'header_input_bg',
'selector' => '#header #search_input',
'name' => __('Header Input Background'),
'foreground' => false,
'default' => 'ffffff',
'group' => __('Content'),
) );
/*********** Alternate Content ***********/
$this->registerColorChooser( array(
'id' => 'alt_color',
'selector' => '.alt_color',
'name' => __('Text Color'),
'foreground' => true,
'default' => '777777',
'group' => __('Alternate Content'),
) );
$this->registerColorChooser( array(
'id' => 'alt_heading_color',
'selector' => '.alt_heading_color',
'name' => __('Heading Color'),
'foreground' => true,
'default' => '444444',
'group' => __('Alternate Content'),
) );
$this->registerColorChooser( array(
'id' => 'alt_link_color',
'selector' => 'a.alt_link_color, .alt_link_color a, #footer-links a',
'name' => __('Link Color'),
'foreground' => true,
'default' => '3f6517',
'group' => __('Alternate Content'),
) );
$this->registerColorChooser( array(
'id' => 'alt_content_bg',
'selector' => '.alt_content_bg, ol.comments-list .comment-content, polldaddy-inline',
'name' => __('Background Color'),
'foreground' => false,
'default' => 'F6F6F6',
'group' => __('Alternate Content'),
) );
/*********** Pagination ***********/
$this->registerColorChooser( array(
'id' => 'secondary',
'selector' => '.secondary_bg,.loop .pagination_wrap .pagination .page_current,.loop .pagination_wrap .pagination a.pagi_item:hover,.shows_nav_links span.active a, .shows_nav_links span a:hover',
'name' => __('Text Color'),
'foreground' => true,
'default' => 'FFFFFF',
'group' => __('Pagination'),
) );
$this->registerColorChooser( array(
'id' => 'deactive',
'selector' => '.deactive',
'name' => __('Deactivate Text Color'),
'foreground' => true,
'default' => '999999',
'group' => __('Pagination'),
) );
$this->registerColorChooser( array(
'id' => 'secondary_bg',
'selector' => '.secondary_bg,.loop .pagination_wrap .pagination .page_current, .loop .pagination_wrap .pagination a.pagi_item:hover,.button.alt.active, .shows_nav_links span.active a, .shows_nav_links span a:hover',
'name' => __('Background Color'),
'foreground' => false,
'default' => '595959',
'group' => __('Pagination'),
) );
/*********** Widget ***********/
$this->registerColorChooser( array(
'id' => 'widget_header_bg',
'selector' => '.widget_header',
'name' => __('Header Background'),
'foreground' => false,
'default' => '595959',
'hasImage' => true,
'backgroundImageDirectory' => 'gradients',
'defaultImage' => 'light.png',
'group' => __('Widgets'),
) );
$this->registerColorChooser( array(
'id' => 'widget_header',
'selector' => '.widget_header, .widget_header a',
'name' => __('Header Text Color'),
'foreground' => true,
'default' => 'FFFFFF',
'group' => __('Widgets'),
) );
$this->registerColorChooser( array(
'id' => 'widget_bg',
'selector' => '.widget_bg, .listennow_wrapper',
'name' => __('Body Background Color'),
'foreground' => false,
'default' => 'E4E4E4',
'group' => __('Widgets'),
) );
/*********** Forms ***********/
$this->registerColorChooser( array(
'id' => 'button',
'selector' => '.button, .button a, .button a:hover, a.button, a.button:hover, .button_bg a, .pds-vote-button, .pds-vote-button-load, .pds-vote-button:hover, .pds-vote-button-load:hover',
'name' => __('Button Text Color'),
'foreground' => true,
'default' => 'FFFFFF',
'group' => __('Forms'),
) );
$this->registerColorChooser( array(
'id' => 'button_bg',
'selector' => '.button, .button_bg, .pds-vote-button, .pds-vote-button-load',
'name' => __('Button Background Color'),
'foreground' => false,
'default' => '3F6517',
'hasImage' => true,
'backgroundImageDirectory' => 'gradients',
'defaultImage' => 'light.png',
'group' => __('Forms'),
) );
$this->registerColorChooser( array(
'id' => 'input_color',
'selector' => 'input, .input_color',
'name' => __('Input Text Color'),
'foreground' => true,
'default' => '959595',
'group' => __('Forms'),
) );
$this->registerColorChooser( array(
'id' => 'input_focus',
'selector' => 'input:focus, input_focus',
'name' => __('Input:focus Text Color (after selection)'),
'foreground' => true,
'default' => '000000',
'group' => __('Forms'),
) );
/*********** Calendar ***********/
$this->registerColorChooser( array(
'id' => 'calendar_th_past',
'selector' => '.tec-past .daynum',
'name' => __('Day Header - Past'),
'foreground' => false,
'default' => 'CCCCCC',
'group' => __('Calendar'),
) );
$this->registerColorChooser( array(
'id' => 'calendar_th_future',
'selector' => '.tec-present .daynum',
'name' => __('Day Header - Present'),
'foreground' => false,
'default' => '999999',
'group' => __('Calendar'),
) );
$this->registerColorChooser( array(
'id' => 'calendar_th_present',
'selector' => '.tec-future .daynum',
'name' => __('Day Header - Future'),
'foreground' => false,
'default' => '999999',
'group' => __('Calendar'),
) );
$this->registerColorChooser( array(
'id' => 'calendar_th_main',
'selector' => '.tec-calendar th ',
'name' => __('Cell Header'),
'foreground' => false,
'default' => '333333',
'group' => __('Calendar'),
) );
$this->registerColorChooser( array(
'id' => 'calendar_th_text',
'selector' => '.tec-calendar th ',
'name' => __('Cell Header Text'),
'foreground' => true,
'default' => 'FFFFFF',
'group' => __('Calendar'),
) );
$this->registerColorChooser( array(
'id' => 'calendar_td_present',
'selector' => 'td.tec-present',
'name' => __('Present Day Cell'),
'foreground' => false,
'default' => 'FFFFFF',
'group' => __('Calendar'),
) );
$this->registerColorChooser( array(
'id' => 'calendar_td_past',
'selector' => 'td.tec-past',
'name' => __('Past Day Cell'),
'foreground' => false,
'default' => 'CCCCCC',
'group' => __('Calendar'),
) );
$this->registerColorChooser( array(
'id' => 'calendar_td_future',
'selector' => '.tec-calendar td.tec-future',
'name' => __('Future Day Cell'),
'foreground' => false,
'default' => 'FFFFFF',
'group' => __('Calendar'),
) );
// Border Styles
$this->registerColorChooser( array(
'id' => 'input_border',
'selector' => '.input_border',
'name' => __('Input Border Color'),
'foreground' => false,
'default' => '999'
) );
/*********** Features ***********/
$this->registerColorChooser( array(
'id' => 'featured_default_caption',
'selector' => '.nivo-caption, .featured_default_caption p, .pds-answer-feedback',
'name' => __('Caption Text Color'),
'foreground' => true,
'default' => 'FFFFFF',
'group' => __('Features'),
) );
$this->registerColorChooser( array(
'id' => 'featured_default_caption_bg',
'selector' => '.nivo-caption, .featured_default_caption, .pds-answer-feedback-bar',
'name' => __('Caption Background'),
'foreground' => false,
'default' => '3C95FC',
'hasImage' => true,
'backgroundImageDirectory' => 'gradients',
'defaultImage' => 'light.png',
'group' => __('Features'),
) );
/******* On-Air Schedule *********/
$this->registerColorChooser( array(
'id' => 'shows_active_day',
'selector' => '.on_air .active_background',
'name' => __('Time Span Background Active'),
'foreground' => false,
'default' => '333333',
'group' => __('On-Air Schedule'),
) );
$this->registerColorChooser( array(
'id' => 'shows_active_day_font',
'selector' => '.on_air .active_background td.show_start_end',
'name' => __('Time Span Active Font'),
'foreground' => true,
'default' => 'fff',
'group' => __('On-Air Schedule'),
) );
$this->registerColorChooser( array(
'id' => 'shows_week_nav',
'selector' => '.shows_nav_links span a',
'name' => __('Show Menu Link Color'),
'foreground' => true,
'default' => '333333',
'group' => __('On-Air Schedule'),
) );
$this->registerColorChooser( array(
'id' => 'shows_week_nav_hover',
'selector' => '.shows_nav_links span a:hover',
'name' => __('Show Menu Link Color Hover'),
'foreground' => true,
'default' => 'cccc',
'group' => __('On-Air Schedule'),
) );
$this->registerColorChooser( array(
'id' => 'shows_week_nav_active',
'selector' => '.shows_nav_links span.active a',
'name' => __('Show Menu Link Color Active Day'),
'foreground' => true,
'default' => 'ff9900',
'group' => __('On-Air Schedule'),
) );
$this->registerColorChooser( array(
'id' => 'shows_week_nav_active_bg',
'selector' => '.shows_nav_links span.active a, .shows_nav_links span a:hover ',
'name' => __('Show Menu Link Background Color'),
'foreground' => false,
'default' => 'ff3300',
'group' => __('On-Air Schedule'),
) );
/*********** Carousel ***********/
$this->registerColorChooser( array(
'id' => 'carousel_link',
'selector' => '.footer_post h5.small_title, .footer_post a ',
'name' => __('Link Color'),
'foreground' => true,
'default' => '333333',
'group' => __('Carousel'),
) );
$this->registerColorChooser( array(
'id' => 'carousel_bg',
'selector' => '.footer_post',
'name' => __('Background Color'),
'foreground' => false,
'default' => '999999',
'group' => __('Carousel'),
) );
/*********** Now Playing ***********/
$this->registerColorChooser( array(
'id' => 'live_on_air',
'selector' => '.live',
'name' => __('Now Playing - Current Song'),
'foreground' => false,
'default' => 'CCCCCC',
'group' => __('Now PLaying'),
) );
array(
'inner_bg' => array(
'div.BorderOption-One',
'div.Container-Footer'
),
'content_bg' => array(
'#GetPointsRSS',
'#UsePointsRSS',
'.tInformation',
'#CenterCol',
'body.centerFrame',
'body.centerFrame hr',
'body.centerFrame .odd',
'.tdContentTableOdd',
'.tListItem',
'.BorderLessInfoTable',
'.tbContentTableLargeSubset',
'.tbContentTableLarge',
'.tbContentTable',
'.tdContentTableTitle',
'.BorderLessInfoTable td.tListItem',
'body.centerFrame .even',
'.tdContentTableEven',
'div.InstanceContent',
'.ImageHTML',
'.ImageHTML p',
'.tbContentTable',
'table.tbCategoryList',
'#InstanceListRow li',
'#InstanceListRow a',
'#InstanceListRow a:hover',
'body.centerFrame #pagination li.nolink',
'.divContent',
'.divContent .TableOne',
'.divContent .TableTwo',
'.ThreeEighty',
'.divContent .BackgroundThree',
'.divContent .BackgroundFive-Even',
'.InstanceList li',
'.InstanceList a:link',
'.InstanceList a:visited',
'table.tInformation'
),
'body_color' => array(
'body.Main',
'h3.ActivityHistoryH',
'body.centerFrame p',
'body.centerFrame .EntryForm',
'body.centerFrame ul',
'body.centerFrame ol',
'body.centerFrame .f12b',
'body.centerFrame #InfoLists',
'body.centerFrame #InfoLists h4',
'body.centerFrame .InstanceDescription',
'body.centerFrame h4',
'body.centerFrame h3',
'body.centerFrame .odd',
'.tdContentTableOdd',
'.tListItem',
'.BorderLessInfoTable',
'.tbContentTableLargeSubset',
'.tbContentTableLarge',
'.tbContentTable',
'.tdContentTableTitle',
'.BorderLessInfoTable td.tListItem',
'body.centerFrame .even',
'.tdContentTableEven',
'div.InstanceContent',
'.ImageHTML',
'.ImageHTML p',
'.tbContentTable',
'table.tbCategoryList',
'body.centerFrame .oddLarge',
'.evenLarge',
'body.centerFrame #pagination li.nolink',
'#InstanceListRow li',
'.divContent .TableOne',
'.divContent .TableTwo',
'.ThreeEighty',
'.divContent .BackgroundOne',
'.divContent .BackgroundThree',
'.divContent .BackgroundFour-Odd',
'.divContent .BackgroundFive-Even'
),
'link_color' => array(
'#UsePointsRSS ul li a.displayblock',
'#GetPointsRSS ul li a.displayblock',
'#UsePointsRSS ul li a:link',
'#UsePointsRSS ul li a:visited',
'#GetPointsRSS ul li a:link',
'#GetPointsRSS ul li a:visited',
'.ListWithDescription .ListDescription',
'.ListWithDescription .ListDescription a',
'.ListWithDescriptionFF .ListDescription',
'.ListWithDescriptionFF .ListDescription a',
'body.centerFrame div.InstancetContainer h3.InstanceListTitle a:link',
'h3.InstanceListTitle a:visited',
'.CatTitle',
'.tbCategoryList a:link',
'.tbCategoryList a:visited',
'#InstanceListRow li',
'#InstanceListRow a',
'.divContent h3 a:link',
'.divContent h3 a:visited',
'.divContent .TableOne a:link',
'.divContent .TableOne a:visited',
'.divContent .TableTwo a:link',
'.divContent .TableTwo a:visited',
'.divContent .TableThree a:link',
'.divContent .TableThree a:visited',
'.divContent .BackgroundOne a:link',
'.divContent .BackgroundOne a:visited',
'.divContent .BackgroundTwo a:link',
'.divContent .BackgroundTwo a:visited',
'.divContent .BackgroundTwo-Tabbed a:link',
'.divContent .BackgroundTwo-Tabbed a:visited',
'.divContent .BackgroundThree a:link',
'.divContent .BackgroundThree a:visited',
'.divContent .BackgroundFour-Odd a:link',
'.divContent .BackgroundFour-Odd a:visited',
'.divContent .BackgroundFive-Even a:link',
'.divContent .BackgroundFive-Even a:visited',
'.InstanceList li',
'.InstanceList a:link',
'.InstanceList a:visited',
'body.centerFrame .odd p a:link',
'.odd p a:visited'
),
'link_hover' => array(
'#UsePointsRSS ul li a.displayblock:hover',
'#GetPointsRSS ul li a.displayblock:hover',
'body.centerFrame a:hover',
'body.centerFrame li a.f12b:hover',
'h3.InstanceTitle a:hover',
'.tbCategoryList a:hover',
'#InstanceListRow a:hover',
'.divContent h3 a:hover',
'.divContent .TableOne a:hover',
'.divContent .TableTwo a:hover',
'.divContent .TableThree a:hover',
'.divContent .BackgroundOne a:hover',
'.divContent .BackgroundTwo a:hover',
'.divContent .BackgroundTwo-Tabbed a:hover',
'.divContent .BackgroundThree a:hover',
'.divContent .BackgroundFour-Odd a:hover',
'.divContent .BackgroundFive-Even a:hover',
'.divContent .Highlight a:hover',
'.InstanceList a:hover',
'body.centerFrame .odd p a:hover'
),
'widget_header_bg' => array(
'#UsePointsRSS h3',
'#GetPointsRSS h3',
'.RSSMore a.displayblock',
'#GetPointsRSS h3 a:link',
'#GetPointsRSS h3 a:visited',
'.RSSMore a:hover',
'#GetPointsRSS h3 a:hover',
'#pagination li.current',
'.InstancetContainer',
'.instancename',
'.InstanceListContainerSingleLine',
'.BorderLessInfoTable td.InstancetContainer',
'.List-header',
'.divContent .BackgroundTwo'
),
'widget_header' => array(
'#UsePointsRSS h3',
'#GetPointsRSS h3',
'.RSSMore a.displayblock',
'#GetPointsRSS h3 a:link',
'#GetPointsRSS h3 a:visited',
'div.RSSMore a#aMorePrizes:link',
'div.RSSMore a#aMorePrizes:visited',
'.RSSMore a:hover',
'#GetPointsRSS h3 a:hover',
'#pagination li.current',
'.instancename',
'h3.InstanceListTitle',
'h3.InstanceTitleSingleLeft',
'h3.InstanceListTitleSingleLine',
'h3.InstanceListTitleSingleLineLeft',
'.tbContentTable h3.InstanceTitleNoMargin',
'.BorderLessInfoTable h3.InstanceTitle',
'.BorderLessInfoTable .InstancetContainer h3',
'.InstancetContainer h3.InstanceTitleSingleLine',
'.List-hpts',
'.List-title',
'table#tbInstancePageNamePointHeader h3.InstanceTitle',
'table#tbInstancePageNamePointHeader p.InstanceListPointsTitle',
'table#tbInstancePageNamePointHeader p.PointsForInstance',
'h3.InstanceTitleInfo',
'h3.InstanceTitle a',
'h3.InstanceTitle a:visited',
'h3.InstanceListTitle a:hover',
'.divContent .BackgroundTwo',
'.divContent .BackgroundTwo-Tabbed'
),
'nav_bg' => array(
'#menu li.dropheader .subcontainer',
'.Container-UserBar'
),
'nav_link_color' => array(
'#menu li.dropheader a',
'#menu li.dropheader .subcontainer ul li a'
),
'nav_link_color_hover' => array(
'#menu li.dropheader a:hover',
'#menu li.dropheader .subcontainer ul li a:hover',
'#menu li.dropheader div.subup ul li.use_title a:hover',
'#menu li.dropheader div.subup ul li.use_title a'
),
'top_hat_text_color' => array(
'#balancecontainer p',
'span#pointsval'
),
'button' => array(
'#userbar #logincontrol .button',
'#userbar #logincontrol a',
'#userbar #logincontrol .button:hover',
'#userbar #logincontrol a:hover',
'#userbar #logincontrol .button:focus',
'#userbar #logincontrol a:focus',
'body.centerFrame .btnLarge',
'a.LinkAsButton',
'body.centerFrame .btnSmall',
'.GenericErrorMessageNoBg p a.LinkAsButton',
'body.centerFrame .btnLarge:hover',
'a.LinkAsButton:hover',
'body.centerFrame .btnSmall:hover',
'.GenericErrorMessageNoBg p a.LinkAsButton:hover',
'body.centerFrame .btnLarge:hover',
'a.LinkAsButton:hover',
'body.centerFrame .btnSmall:hover',
'.GenericErrorMessageNoBg p a.LinkAsButton:hover',
'.divContent .Button',
'.divContent .Button:hover',
'.divContent .Button:focus',
'#ComplexForm div.register input',
'#ComplexForm div.register input:hover',
'#ComplexForm div.register input:focus',
'body.centerFrame #pagination li a',
'body.centerFrame #pagination li a:hover',
'body.Main #pagination li a',
'body.Main #pagination li a:hover'
),
'button_bg' => array(
'#userbar #logincontrol .button',
'#userbar #logincontrol a',
'#userbar #logincontrol .button:hover',
'#userbar #logincontrol a:hover',
'#userbar #logincontrol .button:focus',
'#userbar #logincontrol a:focus',
'body.centerFrame .btnLarge',
'a.LinkAsButton',
'body.centerFrame .btnSmall',
'.GenericErrorMessageNoBg p a.LinkAsButton',
'body.centerFrame .btnLarge:hover',
'a.LinkAsButton:hover',
'body.centerFrame .btnSmall:hover',
'.GenericErrorMessageNoBg p a.LinkAsButton:hover',
'body.centerFrame .btnLarge:hover',
'a.LinkAsButton:hover',
'body.centerFrame .btnSmall:hover',
'.GenericErrorMessageNoBg p a.LinkAsButton:hover',
'.divContent .Button',
'.divContent .Button:hover',
'.divContent .Button:focus',
'#ComplexForm div.register input',
'#ComplexForm div.register input:hover',
'#ComplexForm div.register input:focus',
'body.centerFrame #pagination li a',
'body.centerFrame #pagination li a:hover',
'body.Main #pagination li a',
'body.Main #pagination li a:hover'
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment