Created
February 28, 2012 20:35
-
-
Save dbrajkovic/1934933 to your computer and use it in GitHub Desktop.
NSDictionary Hash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2012-02-28 15:09:52.944 Untitled[27437:707] { | |
"#business_information" = { | |
"-moz-text-shadow" = "1px 1px 1px #333333"; | |
"-ms-text-shadow" = "1px 1px 1px #333333"; | |
"-o-text-shadow" = "1px 1px 1px #333333"; | |
"-webkit-text-shadow" = "1px 1px 1px #333333"; | |
"background-color" = red; | |
"background-image" = "none !important"; | |
"border-top" = "1px solid #fe8184"; | |
color = "#fff !important"; | |
"text-shadow" = "1px 1px 1px #333333"; | |
}; | |
"#business_information *" = { | |
"-moz-text-shadow" = "1px 1px 1px #333333"; | |
"-ms-text-shadow" = "1px 1px 1px #333333"; | |
"-o-text-shadow" = "1px 1px 1px #333333"; | |
"-webkit-text-shadow" = "1px 1px 1px #333333"; | |
color = "#fff !important"; | |
"text-shadow" = "1px 1px 1px #333333"; | |
}; | |
"#business_information:active" = { | |
"-moz-text-shadow" = "1px 1px 1px #333333"; | |
"-ms-text-shadow" = "1px 1px 1px #333333"; | |
"-o-text-shadow" = "1px 1px 1px #333333"; | |
"-webkit-text-shadow" = "1px 1px 1px #333333"; | |
"background-color" = red; | |
"background-image" = "none !important"; | |
"border-top" = "1px solid #fe8184"; | |
color = "#fff !important"; | |
"text-shadow" = "1px 1px 1px #333333"; | |
}; | |
"#rating_new label" = { | |
color = "#000"; | |
}; | |
"#strongly_dislike" = { | |
display = none; | |
}; | |
"#strongly_like" = { | |
display = none; | |
}; | |
"#submit_rating_button" = { | |
"background-color" = "#222481"; | |
"background-image" = "url('http://www.dialogcentral.com/comment_cards/4e024cd3aa9d880001000024/assets/submit_button.png')"; | |
"background-position" = "0 0"; | |
"background-size" = "1px 44px"; | |
"text-transform" = none; | |
}; | |
"#submit_rating_button:hover" = { | |
"background-color" = "#222481"; | |
"background-image" = "url('http://www.dialogcentral.com/comment_cards/4e024cd3aa9d880001000024/assets/submit_button.png')"; | |
"background-position" = "0 0"; | |
"background-size" = "1px 44px"; | |
"text-transform" = none; | |
}; | |
".section" = { | |
"text-align" = center; | |
}; | |
body = { | |
background = "#e5e5e5 url('http://www.dialogcentral.com/comment_cards/4e024cd3aa9d880001000024/assets/background.png') repeat-x"; | |
}; | |
"body #rating_new" = { | |
color = "#000"; | |
}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment