Skip to content

Instantly share code, notes, and snippets.

@imam-san
Created July 6, 2015 09:12
Show Gist options
  • Select an option

  • Save imam-san/a7ad4d8f3346ac2ebd97 to your computer and use it in GitHub Desktop.

Select an option

Save imam-san/a7ad4d8f3346ac2ebd97 to your computer and use it in GitHub Desktop.
colourFlashiz
<!DOCTYPE html>
<html>
<head>
<title>HTML Tables</title>
</head>
<body>
<h1>List Colour Flashiz</h1>
<!--
static NSString *kBlack = @"#000000";
static NSString *kWhite = @"#ffffff";
static NSString *kMainOne = @"#4ea9c6";
static NSString *kMainTwo = @"#2f8ca5";
static NSString *kMainThree = @"#1b6d83";
static NSString *kTransferOne = @"#f8616a";
static NSString *kTransferTwo = @"#9d1111";
static NSString *kRewardsOne = @"#00b6ac";
//static NSString *kRewardsTwo = @"#01a39a";//not used
static NSString *kRewardsThree = @"#008e7c";
static NSString *kMonochromeOne = @"#efeeee";
static NSString *kMonochromeTwo = @"#dad9d9";
static NSString *kMonochromeThree = @"#454545";
-->
<table border ="1">
<tr>
<th style="width: 100px;">ID</th>
<th style="width: 100px;">Colour ID</th>
<th style="width: 100px;">View</th>
<tr>
<td >1</td>
<td >#e31200</td>
<td style="background-color: #e31200"></td>
</tr>
<tr>
<td >kBlack</td>
<td >#000000</td>
<td style="background-color: #000000"></td>
</tr>
<tr>
<td >kWhite</td>
<td >#ffffff</td>
<td style="background-color: #ffffff"></td>
</tr>
<tr>
<td >kMainOne</td>
<td >#4ea9c6</td>
<td style="background-color: #4ea9c6"></td>
</tr>
<tr>
<td >kmMinTwo</td>
<td >#2f8ca5</td>
<td style="background-color: #2f8ca5"></td>
</tr>
<tr>
<td >kMainThree</td>
<td >#1b6d83</td>
<td style="background-color: #1b6d83"></td>
</tr>
<tr>
<td >kTransferOne</td>
<td >#f8616a</td>
<td style="background-color: #f8616a"></td>
</tr>
<tr>
<td >kTransferTwo</td>
<td >#9d1111</td>
<td style="background-color: #9d1111"></td>
</tr>
<tr>
<td >kRewardOne</td>
<td >#00b6ac</td>
<td style="background-color: #00b6ac"></td>
</tr>
<tr>
<td >kRewardsTwo</td>
<td >#01a39a</td>
<td style="background-color: #01a39a"></td>
</tr>
<tr>
<td >kRewardsThree</td>
<td >#008e7c</td>
<td style="background-color: #008e7c"></td>
</tr>
<tr>
<td >kMonochromeOne</td>
<td >#efeeee</td>
<td style="background-color: #efeeee"></td>
</tr>
<tr>
<td >kMonochromeTwo</td>
<td >#dad9d9</td>
<td style="background-color: #dad9d9"></td>
</tr>
<tr>
<td >kMonochromeThree</td>
<td >#454545</td>
<td style="background-color: #454545"></td>
</tr>
<!-- PaymentTopupViewController -->
<tr>
<td style="background-color: black; color:white" >PaymentTopupViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td>paymentTopupViewController_lblAmount_textColor </td>
<td >#383838</td>
<td style="background-color: #383838"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >CardListViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td style="background-color: black; color:white" >BankAccountExpiredCell</td>
<td></td>
<td></td>
</tr>
<tr>
<td>bankAccountExpiredCell_backgroundColor </td>
<td >#ff0013</td>
<td style="background-color: #ff0013"></td>
</tr>
<tr>
<td>bankAccountExpiredCell_stringColor_backgroundColor </td>
<td >#b4b2b2</td>
<td style="background-color: #7d0004"></td>
</tr>
<tr>
<td>bankAccountExpiredCell_btnRight_backgroundColor </td>
<td >#b4b2b2</td>
<td style="background-color: #ff0013"></td>
</tr>
<tr>
<td>bankAccountExpiredCell_btnLeft_highlighted_titleColor </td>
<td >#b4b2b2</td>
<td style="background-color: #ff0013"></td>
</tr>
<tr>
<td>bankAccountExpiredCell_btnLeft_highlighted_backgroundColor </td>
<td >#b4b2b2</td>
<td style="background-color: #720c0c"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >BankAccountCell</td>
<td></td>
<td></td>
</tr>
<tr>
<td>bankAccountCell_stringColorEditionMode_backgroundColor </td>
<td >#b4b2b2</td>
<td style="background-color: #b4b2b2"></td>
</tr>
<tr>
<td>bankAccountCell_lblCardExpired_textColor </td>
<td >#b4b2b2</td>
<td style="background-color: #7d7d7d"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >ActionSuccessfulViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td style="background-color: black; color:white" >MenuViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td >menuViewController_viewLogout_backgroundColor</td>
<td >#ff0013</td>
<td style="background-color: #ff0013"></td>
</tr>
<tr>
<td >menuViewController_tableview_inAccountListMode_backgroundColor</td>
<td >#555555</td>
<td style="background-color: #555555"></td>
</tr>
<tr>
<td >menuViewController_tableview_inAccountListMode_separatorColor</td>
<td >#383838</td>
<td style="background-color: #383838"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >MenuUserCellManagement</td>
<td></td>
<td></td>
</tr>
<tr>
<td >menuUserCellManagement_myInformations_stringColor</td>
<td >#ff0078</td>
<td style="background-color: #ff0078"></td>
</tr>
<tr>
<td >menuUserCellManagement_myCards_stringColor</td>
<td >#f58a64</td>
<td style="background-color: #f58a64"></td>
</tr>
<tr>
<td >menuUserCellManagement_security_stringColor</td>
<td >#7d7d7d</td>
<td style="background-color: #7d7d7d"></td>
</tr>
<tr>
<td>MenuUserCell</td>
<td></td>
<td></td>
</tr>
<tr>
<td>menuUserCell_backgroundColor </td>
<td >#555555</td>
<td style="background-color: #555555"></td>
</tr>
<tr>
<td>MenuSmallCell</td>
<td></td>
<td></td>
</tr>
<tr>
<td >menuSmallCell_version_stringColor</td>
<td >#e8e9ea</td>
<td style="background-color: #e8e9ea"></td>
</tr>
<tr>
<td >menuSmallCell_stringColor</td>
<td >#383838</td>
<td style="background-color: #383838"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >MenuBigCell</td>
<td></td>
<td></td>
</tr>
<tr>
<td >menuBigCell_lbl_textColor</td>
<td >#171717</td>
<td style="background-color: #171717"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >TimeoutViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td style="background-color: black; color:white" >TutorialViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td style="background-color: black; color:white" >UserInformationViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td style="background-color: black; color:white" >PaymentCheckViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td >payButtonGradientOne</td>
<td >#23d0da</td>
<td style="background-color: #23d0da"></td>
</tr>
<tr>
<td >payButtonGradientTwo</td>
<td >#449eb6</td>
<td style="background-color: #449eb6"></td>
</tr>
<tr>
<td >payButtonGradientThree</td>
<td >#07adeb</td>
<td style="background-color: #07adeb"></td>
</tr>
<tr>
<td>paymentCheckViewController_view_backgroundColor </td>
<td >#1aabde</td>
<td style="background-color: #1aabde"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >LoginViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td >loginViewController_headerView_backgroundColor</td>
<td >#dad9d9</td>
<td style="background-color: #dad9d9"></td>
</tr>
<tr>
<td >loginViewController_btnConnect_titleColor</td>
<td >#454545</td>
<td style="background-color: #454545"></td>
</tr>
<tr>
<td >loginViewController_bottomView_backgroundColor</td>
<td >#efeeee</td>
<td style="background-color: #efeeee"></td>
</tr>
<tr>
<td >loginViewController_btnLogin_backgroundColor</td>
<td >#dad9d9</td>
<td style="background-color: #dad9d9"></td>
</tr>
<tr>
<td >loginViewController_btnForgottenPassword_titleColor</td>
<td >#454545</td>
<td style="background-color: #454545"></td>
</tr>
<tr>
<td >loginViewController_bottomView_valid_backgroundColor</td>
<td >#4ea9c6</td>
<td style="background-color: #4ea9c6"></td>
</tr>
<tr>
<td >loginViewController_btnLogin_valid_backgroundColor</td>
<td >#2f8ca5</td>
<td style="background-color: #2f8ca5"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >PinViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td >pinViewController_gradient_bottom</td>
<td >#009fe3</td>
<td style="background-color: #009fe3"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >PaymentViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td >paymentViewController_viewBackgroundSetUserInfos_backgroundColor</td>
<td >#ff0078</td>
<td style="background-color: #ff0078"></td>
</tr>
<tr>
<td >paymentViewController_viewBackgroundSetUserInfos_backgroundColor</td>
<td >#ff0078</td>
<td style="background-color: #ff0078"></td>
</tr>
<tr>
<td >paymentViewController_viewBackgroundAddCreditCard_backgroundColor</td>
<td >#f58a64</td>
<td style="background-color: #f58a64"></td>
</tr>
<tr>
<td >paymentViewController_btnAddCreditCard_backgroundColor</td>
<td >#f58a64</td>
<td style="background-color: #f58a64"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >CountryViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td >countryViewController_textFieldCountryName_placeHolderColor</td>
<td >#7d7d7d</td>
<td style="background-color: #7d7d7d"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >RegisterQuestionsViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td style="background-color: black; color:white" >ActionSuccessfulAfterPaymentViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td >actionSuccessfulAfterPaymentViewController_progressCircle_backgroundColor</td>
<td >#94e0dc</td>
<td style="background-color: #94e0dc"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >RewardsHomeViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td >rewardsHomeViewController_yourProgramsButton_backgroundColor</td>
<td >#0cc3b9</td>
<td style="background-color: #0cc3b9"></td>
</tr>
<tr>
<td >rewardsHomeViewController_yourProgramsButton_selected_backgroundColor</td>
<td >#007d76</td>
<td style="background-color: #007d76"></td>
</tr>
<tr>
<td >rewardsHomeViewController_allProgramsButton_backgroundColor</td>
<td >#0cc3b9</td>
<td style="background-color: #0cc3b9"></td>
</tr>
<tr>
<td >rewardsHomeViewController_allProgramsButton_selected_backgroundColor</td>
<td >#007d76</td>
<td style="background-color: #007d76"></td>
</tr>
<tr>
<td >rewardsHomeViewController_viewAccountBanner_textColor</td>
<td >#7d7d7d</td>
<td style="background-color: #7d7d7d"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >LoginCell</td>
<td></td>
<td></td>
</tr>
<tr>
<td style="background-color: black; color:white" >TransferStep1ViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td >transferStep1ViewController_toLabel_after_textColor</td>
<td >#555555</td>
<td style="background-color: #555555"></td>
</tr>
<tr>
<td >transferStep1ViewController_mailTextField_after_textColor</td>
<td >#555555</td>
<td style="background-color: #555555"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >ResponseCell</td>
<td></td>
<td></td>
</tr>
<tr>
<td style="background-color: black; color:white" >ountryCell</td>
<td></td>
<td></td>
</tr>
<tr>
<td style="background-color: black; color:white" >HistoryDetailCell</td>
<td></td>
<td></td>
</tr>
<tr>
<td >historyDetailCell_indicatorColorView_pending_backgroundColor</td>
<td >#7d7d7d</td>
<td style="background-color: #7d7d7d"></td>
</tr>
<tr>
<td >historyDetailCell_lblAmount_pending_textColor</td>
<td >#7d7d7d</td>
<td style="background-color: #7d7d7d"></td>
</tr>
<tr>
<td >historyDetailCell_indicatorColorView_credit_backgroundColor</td>
<td >#33b94c</td>
<td style="background-color: #33b94c"></td>
</tr>
<tr>
<td >historyDetailCell_lblAmount_credit_textColor</td>
<td >#33b94c</td>
<td style="background-color: #33b94c"></td>
</tr>
<tr>
<td >historyDetailCell_indicatorColorView_debit_backgroundColor</td>
<td >#ff0013</td>
<td style="background-color: #ff0013"></td>
</tr>
<tr>
<td >historyDetailCell_lblAmount_debit_textColor</td>
<td >#ff0013</td>
<td style="background-color: #ff0013"></td>
</tr>
<tr>
<td >historyDetailCell_contentView_refused_backgroundColor</td>
<td >#ababab</td>
<td style="background-color: #ababab"></td>
</tr>
<tr>
<td >historyDetailCell_contentView_canceled_backgroundColor</td>
<td >#ababab</td>
<td style="background-color: #ababab"></td>
</tr>
<tr>
<td >historyDetailCell_pendingCreditorAcceptButton_backgroundColor</td>
<td >#33b94c</td>
<td style="background-color: #33b94c"></td>
</tr>
<tr>
<td >historyDetailCell_pendingCreditorCancelButton_backgroundColor</td>
<td >#9d1111</td>
<td style="background-color: #9d1111"></td>
</tr>
<tr>
<td >historyDetailCell_pendingDebitorCancelButton_backgroundColor</td>
<td >#9d1111</td>
<td style="background-color: #9d1111"></td>
</tr>
<tr>
<td >historyDetailCell_pendingCreditorActionView_backgroundColor</td>
<td >#383838</td>
<td style="background-color: #383838"></td>
</tr>
<tr>
<td >historyDetailCell_pendingDebitorActionView_backgroundColor</td>
<td >#ff0013</td>
<td style="background-color: #ff0013"></td>
</tr>
<tr>
<td >historyDetailCell_pendingCreditorAcceptButton_highlighted_backgroundColor</td>
<td >#187f2c</td>
<td style="background-color: #187f2c"></td>
</tr>
<tr>
<td >historyDetailCell_pendingCreditorCancelButton_highlighted_backgroundColor</td>
<td >#720c0c</td>
<td style="background-color: #720c0c"></td>
</tr>
<tr>
<td >historyDetailCell_pendingDebitorCancelButton_highlighted_backgroundColor</td>
<td >#720c0c</td>
<td style="background-color: #720c0c"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >SuscribeTextViewCell</td>
<td></td>
<td></td>
</tr>
<tr>
<td>suscribeTextViewCell_lbl_textColor </td>
<td >#171717</td>
<td style="background-color: #171717"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >SuscribeTextViewCellSegment</td>
<td></td>
<td></td>
</tr>
<tr>
<td style="background-color: black; color:white" >SuscribeTextViewCellPicker</td>
<td></td>
<td></td>
</tr>
<tr>
<td style="background-color: black; color:white" >RegisterUserViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td >registerUserViewController_lblSubNavigation_textColor</td>
<td >#ffffff</td>
<td style="background-color: #ffffff"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >CustomTabBarViewController_btnPay_riddleColor</td>
<td></td>
<td></td>
</tr>
<tr>
<td style="background-color: black; color:white" >ProgramTableViewCell</td>
<td></td>
<td></td>
</tr>
<tr>
<td>programTableViewCell_lblProgramName_odd_textColor </td>
<td >#383838</td>
<td style="background-color: #383838"></td>
</tr>
<tr>
<td>programTableViewCell_lblMerchantName_odd_textColor </td>
<td >#7d7d7d</td>
<td style="background-color: #7d7d7d"></td>
</tr>
<tr>
<td>programTableViewCell_contentView_even_backgroundColor </td>
<td >#b4b2b2</td>
<td style="background-color: #0cc3b9"></td>
</tr>
<tr>
<td>programTableViewCell_lblProgramName_even_backgroundColor </td>
<td >#0cc3b9</td>
<td style="background-color: #0cc3b9"></td>
</tr>
<tr>
<td>programTableViewCell_lblMerchantName_even_backgroundColor </td>
<td >#0cc3b9</td>
<td style="background-color: #0cc3b9"></td>
</tr>
<tr>
<td>programTableViewCell_imageCoupons_even_bacgroundColor </td>
<td >#0cc3b9</td>
<td style="background-color: #0cc3b9"></td>
</tr>
<tr>
<td>programTableViewCell_imageLogo_even_backgroundColor </td>
<td >#b4b2b2</td>
<td style="background-color: #0cc3b9"></td>
</tr>
<tr>
<td>programTableViewCell_lblNumberOfCoupons_even_backgroundColor </td>
<td >#0cc3b9</td>
<td style="background-color: #0cc3b9"></td>
</tr>
<tr>
<td>programTableViewCell_lblAmountOfACoupons_even_backgroundColor </td>
<td >#0cc3b9</td>
<td style="background-color: #0cc3b9"></td>
</tr>
<tr>
<td>programTableViewCell_viewIndicationsPointsAndPercent_even_backgroundColor </td>
<td >#0cc3b9</td>
<td style="background-color: #0cc3b9"></td>
</tr>
<tr>
<td>programTableViewCell_viewIndicationsCoupons_even_backgroundColor </td>
<td >#0cc3b9</td>
<td style="background-color: #0cc3b9"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >HistoryViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td>historyViewController_allButton_borderColor </td>
<td >#383838</td>
<td style="background-color: #383838"></td>
</tr>
<tr>
<td>historyViewController_allButton_backgroundColor </td>
<td >#383838</td>
<td style="background-color: #383838"></td>
</tr>
<tr>
<td>historyViewController_outputButton_titleColor </td>
<td >#ff0013</td>
<td style="background-color: #ff0013"></td>
</tr>
<tr>
<td>historyViewController_outputButton_borderColor </td>
<td >#ff0013</td>
<td style="background-color: #ff0013"></td>
</tr>
<tr>
<td>historyViewController_inputButton_titleColor </td>
<td >#33b94c</td>
<td style="background-color: #33b94c"></td>
</tr>
<tr>
<td>historyViewController_inputButton_borderColor </td>
<td >#33b94c</td>
<td style="background-color: #33b94c"></td>
</tr>
<tr>
<td>historyViewController_pendingButton_titleColor </td>
<td >#7d7d7d</td>
<td style="background-color: #7d7d7d"></td>
</tr>
<tr>
<td>historyViewController_pendingButton_borderColor </td>
<td >#7d7d7d</td>
<td style="background-color: #7d7d7d"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >TransferReceiveStep1ViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td style="background-color: black; color:white" >TransferReceiveStep2ViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td style="background-color: black; color:white" >ValidatorViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td>validatorViewController_btnFirst_mode1_backgroundColor </td>
<td >#9d1111</td>
<td style="background-color: #9d1111"></td>
</tr>
<tr>
<td>validatorViewController_btnFirst_mode1_highlighted_titleColor </td>
<td >#ff0013</td>
<td style="background-color: #ff0013"></td>
</tr>
<tr>
<td>validatorViewController_btnFirst_mode1_highlighted_backgroundColor </td>
<td >#720c0c</td>
<td style="background-color: #720c0c"></td>
</tr>
<tr>
<td>validatorViewController_btnFirst_mode2_backgroundColor </td>
<td >#49a9c3</td>
<td style="background-color: #49a9c3"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >YourLoyaltyProgramDetailsViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td>yourLoyaltyProgramDetailsViewController_btnDeleteLoyaltyCard_highlighted_backgroundColor </td>
<td >#7d7d7d</td>
<td style="background-color: #7d7d7d"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >LoyaltyProgramDetailsViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td style="background-color: black; color:white" >RegisterResponseViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td style="background-color: black; color:white" >RegisterCaptchaViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td>registerCaptchaViewController_btnValidate_bacgroundColor </td>
<td >#3d9bb3</td>
<td style="background-color: #3d9bb3"></td>
</tr>
<tr>
<td>registerCaptchaViewController_viewBottom_bacgroundColor </td>
<td >#48a8c3</td>
<td style="background-color: #48a8c3"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >TransferHomeViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td style="background-color: black; color:white" >ForgottenPasswordSendMailViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td>forgottenPasswordSendMailViewController_viewSubNavigation_backgroundColor </td>
<td >#dad9d9</td>
<td style="background-color: #dad9d9"></td>
</tr>
<tr>
<td>forgottenPasswordSendMailViewController_lblSubNavigation_textColor </td>
<td >#454545</td>
<td style="background-color: #454545"></td>
</tr>
<tr>
<td>forgottenPasswordSendMailViewController_viewBottom_backgroundColor </td>
<td >#efeeee</td>
<td style="background-color: #efeeee"></td>
</tr>
<tr>
<td>forgottenPasswordSendMailViewController_btnValidate_backgroundColor </td>
<td >#dad9d9</td>
<td style="background-color: #dad9d9"></td>
</tr>
<tr>
<td>forgottenPasswordSendMailViewController_viewBottom_valid_backgroundColor </td>
<td >#4ea9c6</td>
<td style="background-color: #4ea9c6"></td>
</tr>
<tr>
<td>forgottenPasswordSendMailViewController_btnValidate_valid_backgroundColor </td>
<td >#2f8ca5</td>
<td style="background-color: #2f8ca5"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >ForgottenPasswordSecretAnswerViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td>forgottenPasswordSecretAnswerViewController_viewQuestion_backgroundColor </td>
<td >#efeeee</td>
<td style="background-color: #efeeee"></td>
</tr>
<tr>
<td>forgottenPasswordSecretAnswerViewController_lblQuestion_textColor </td>
<td >#7d7d7d</td>
<td style="background-color: #7d7d7d"></td>
</tr>
<tr>
<td>forgottenPasswordSecretAnswerViewController_viewBottom_backgroundColor </td>
<td >#efeeee</td>
<td style="background-color: #efeeee"></td>
</tr>
<tr>
<td>forgottenPasswordSecretAnswerViewController_btnValidate_backgroundColor </td>
<td >#dad9d9</td>
<td style="background-color: #dad9d9"></td>
</tr>
<tr>
<td>forgottenPasswordSecretAnswerViewController_viewBottom_valid_backgroundColor </td>
<td >#4ea9c6</td>
<td style="background-color: #4ea9c6"></td>
</tr>
<tr>
<td>forgottenPasswordSecretAnswerViewController_btnValidate_valid_backgroundColor </td>
<td >#2f8ca5</td>
<td style="background-color: #2f8ca5"></td>
</tr>
<tr>
<td>forgottenPasswordSecretAnswerViewController_viewBottom_bad_backgroundColor </td>
<td >#ff0013</td>
<td style="background-color: #ff0013"></td>
</tr>
<tr>
<td>forgottenPasswordSecretAnswerViewController_btnValidate_bad_backgroundColor </td>
<td >#9d1111</td>
<td style="background-color: #9d1111"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >ForgottenPasswordNewPasswordViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td>forgottenPasswordNewPasswordViewController_viewInstructions_backgroundColor </td>
<td >#efeeee</td>
<td style="background-color: #efeeee"></td>
</tr>
<tr>
<td>forgottenPasswordNewPasswordViewController_lblInstructions_textColor </td>
<td >#7d7d7d</td>
<td style="background-color: #7d7d7d"></td>
</tr>
<tr>
<td>forgottenPasswordNewPasswordViewController_viewBottom_backgroundColor </td>
<td >#efeeee</td>
<td style="background-color: #efeeee"></td>
</tr>
<tr>
<td>forgottenPasswordNewPasswordViewController_btnValidate_backgroundColor </td>
<td >#dad9d9</td>
<td style="background-color: #dad9d9"></td>
</tr>
<tr>
<td>forgottenPasswordNewPasswordViewController_viewBottom_valid_backgroundColor </td>
<td >#4ea9c6</td>
<td style="background-color: #4ea9c6"></td>
</tr>
<tr>
<td>forgottenPasswordNewPasswordViewController_btnValidate_valid_backgroundColor </td>
<td >#2f8ca5</td>
<td style="background-color: #2f8ca5"></td>
</tr>
<tr>
<td style="background-color: black; color:white" >AccountBannerViewController</td>
<td></td>
<td></td>
</tr>
<tr>
<td>accountBannerViewController_lblYourBalance_textColor </td>
<td >#383838</td>
<td style="background-color: #383838"></td>
</tr>
<tr>
<td>accountBannerViewController_lblCurrentBalance_textColor </td>
<td >#383838</td>
<td style="background-color: #383838"></td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment