Created
July 7, 2010 19:38
-
-
Save juarezpaf/467154 to your computer and use it in GitHub Desktop.
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
| /* Stylesheet generated from TextMate theme | |
| * | |
| * GitHub | |
| * | |
| * | |
| */ | |
| /* Mostly to improve view within the TextMate HTML viewer */ | |
| body { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| pre.textmate-source { | |
| background: none repeat scroll 0 0 transparent; | |
| color: #232323; | |
| margin: 0 0 1em; | |
| padding: 0; | |
| position: relative; | |
| font-family: monospace; | |
| font-size: 14px; | |
| line-height: 1.5em; | |
| white-space: pre-wrap; | |
| word-wrap: break-word; | |
| } | |
| pre.textmate-source .source_shell { | |
| -moz-border-radius:4px; | |
| -webkit-border-radius:4px; | |
| border-radius:4px; | |
| padding: 16px 20px 13px; | |
| border: 1px solid #E6E5E9; | |
| } | |
| pre.textmate-source span.title { | |
| background: none repeat scroll 0 0 white; | |
| border: 0 none; | |
| color: #999999; | |
| font-family: Helvetica,Arial,sans-serif; | |
| font-size: 10px; | |
| font-style: normal; | |
| font-weight: bold; | |
| letter-spacing: normal; | |
| line-height: 22.4px; | |
| outline: 0 none; | |
| padding: 0 15px; | |
| position: absolute; | |
| text-transform: uppercase; | |
| top: 5px; | |
| vertical-align: baseline; | |
| word-spacing: 0; | |
| z-index: 9999; | |
| margin: 0px; | |
| } | |
| /*pre.textmate-source { | |
| color: #000000; | |
| background-color: #F8F8FF; | |
| }*/ | |
| pre.textmate-source .linenum { | |
| width: 75px; | |
| padding: 0.1em 1em 0.2em 0; | |
| color: #888; | |
| background-color: #eee; | |
| } | |
| pre.textmate-source span { | |
| padding-top: 0.2em; | |
| padding-bottom: 0.1em; | |
| } | |
| pre.textmate-source ::selection { | |
| background-color: #BCD5FA; | |
| } | |
| /* Source */ | |
| /*pre.textmate-source .source { | |
| background-color: #F8F8FF; | |
| }*/ | |
| /* Comment */ | |
| pre.textmate-source .comment { | |
| color: #999988; | |
| font-style: italic; | |
| } | |
| /* Keyword */ | |
| pre.textmate-source .keyword, pre.textmate-source .storage { | |
| color: #000000; | |
| font-weight: bold; | |
| } | |
| /* Keyword operator */ | |
| pre.textmate-source .keyword_operator_assignment { | |
| color: #000000; | |
| } | |
| /* keyword like new */ | |
| pre.textmate-source .keyword_other_special-method { | |
| } | |
| /* Function (definition) */ | |
| pre.textmate-source .entity_name_function, pre.textmate-source .keyword_other_name-of-parameter_objc { | |
| color: #990000; | |
| font-weight: bold; | |
| } | |
| /* Class (definition) */ | |
| pre.textmate-source .entity_name { | |
| color: #445588; | |
| font-weight: bold; | |
| } | |
| /* Number */ | |
| pre.textmate-source .constant_numeric { | |
| color: #009999; | |
| } | |
| /* Variable */ | |
| pre.textmate-source .variable_language, pre.textmate-source .variable_other { | |
| color: #108888; | |
| } | |
| /* Built-in constant */ | |
| pre.textmate-source .constant_language { | |
| color: #000000; | |
| font-weight: bold; | |
| } | |
| /* Variable */ | |
| pre.textmate-source .variable_other_constant_ruby { | |
| color: #0F8787; | |
| } | |
| /* Built-in constant */ | |
| pre.textmate-source .constant_language { | |
| color: #000000; | |
| font-weight: bold; | |
| } | |
| /* String */ | |
| pre.textmate-source .string { | |
| color: #DD1144; | |
| } | |
| /* Inherited class */ | |
| pre.textmate-source .entity_other_inherited-class { | |
| color: #0F8787; | |
| } | |
| /* Inherited class seperator */ | |
| pre.textmate-source .punctuation_separator_inheritance { | |
| color: #000000; | |
| font-weight: bold; | |
| } | |
| /* punctuation block */ | |
| pre.textmate-source .punctuation_separator_variable { | |
| color: #000000; | |
| font-weight: bold; | |
| } | |
| /* array brackets */ | |
| pre.textmate-source .punctuation_section_array { | |
| color: #000000; | |
| font-weight: bold; | |
| } | |
| /* hash separator */ | |
| pre.textmate-source .punctuation_separator_key-value { | |
| color: #000000; | |
| font-weight: bold; | |
| } | |
| /* () brackets */ | |
| pre.textmate-source .punctuation_section_function { | |
| color: #000000; | |
| } | |
| /* hash brackets */ | |
| pre.textmate-source .punctuation_section_scope { | |
| color: #000000; | |
| } | |
| /* Special ruby method */ | |
| pre.textmate-source .keyword_other_special-method_ruby { | |
| font-weight: bold; | |
| } | |
| /* symbol */ | |
| pre.textmate-source .constant_other_symbol { | |
| color: #AA2C8C; | |
| } | |
| /* Support class */ | |
| pre.textmate-source .support_class_ruby { | |
| color: #008080; | |
| } | |
| /* String.regexp */ | |
| pre.textmate-source .string_regexp { | |
| color: #009926; | |
| } | |
| /* String embedded source */ | |
| pre.textmate-source .string_quoted .source { | |
| color: #000000; | |
| } | |
| /* doctype punctation */ | |
| pre.textmate-source .meta_tag_sgml_html { | |
| color: #999999; | |
| font-weight: bold; | |
| } | |
| /* doctype declaration */ | |
| pre.textmate-source .entity_name_tag_doctype { | |
| color: #999999; | |
| font-weight: bold; | |
| } | |
| /* doctype string */ | |
| pre.textmate-source .string_quoted_double_doctype { | |
| color: #999999; | |
| font-weight: bold; | |
| } | |
| /* html tag punctuation */ | |
| pre.textmate-source .punctuation_definition_tag { | |
| color: #121289; | |
| } | |
| /* html tag punctuation */ | |
| pre.textmate-source .entity_name_tag { | |
| color: #121289; | |
| } | |
| /* html attribute */ | |
| pre.textmate-source .entity_other_attribute-name { | |
| color: #0A8585; | |
| } | |
| /* html attribute punctation */ | |
| pre.textmate-source .entity_other_attribute-name { | |
| color: #0A8585; | |
| } | |
| /* erb tags */ | |
| pre.textmate-source .punctuation_section_embedded_ruby { | |
| color: #999999; | |
| font-weight: bold; | |
| } | |
| /* ruby string interpolation */ | |
| pre.textmate-source .source_ruby_embedded_source .punctuation_section_embedded_ruby { | |
| color: #CF1040; | |
| } | |
| /* css brackets */ | |
| pre.textmate-source .punctuation_section_property-list_css { | |
| } | |
| /* css property */ | |
| pre.textmate-source .support_type_property-name_css { | |
| font-weight: bold; | |
| } | |
| /* css property punctuation */ | |
| pre.textmate-source .punctuation_separator_key-value_css { | |
| color: #000000; | |
| } | |
| /* css property value */ | |
| pre.textmate-source .meta_property-value, pre.textmate-source .constant_other_color { | |
| color: #009999; | |
| } | |
| /* css ending */ | |
| pre.textmate-source .punctuation_terminator_rule_css { | |
| color: #000000; | |
| } | |
| /* css font */ | |
| pre.textmate-source .support_constant_font-name { | |
| color: #000000; | |
| } | |
| /* css keyword */ | |
| pre.textmate-source .keyword_other_unit { | |
| color: #009999; | |
| } | |
| /* pseudo class */ | |
| pre.textmate-source .entity_other_attribute-name_pseudo-class { | |
| color: #000000; | |
| } | |
| /* css constant property value */ | |
| pre.textmate-source .support_constant_property-value { | |
| color: #000000; | |
| font-weight: bold; | |
| } | |
| /* css attribute class */ | |
| pre.textmate-source .entity_other_attribute-name_class { | |
| color: #445588; | |
| font-weight: bold; | |
| } | |
| /* css attribute id */ | |
| pre.textmate-source .entity_other_attribute-name_id { | |
| color: #990000; | |
| font-weight: bold; | |
| } | |
| /* diff header from */ | |
| pre.textmate-source .meta_diff_header_from-file { | |
| color: #000000; | |
| background-color: #FFDDDD; | |
| } | |
| /* diff header to */ | |
| pre.textmate-source .meta_diff_header_to-file { | |
| color: #000000; | |
| background-color: #DDFFDD; | |
| } | |
| /* diff inserted */ | |
| pre.textmate-source .markup_inserted_diff { | |
| background-color: #DDFFDD; | |
| } | |
| /* diff deleted */ | |
| pre.textmate-source .markup_deleted_diff { | |
| color: #000000; | |
| background-color: #FFDDDD; | |
| } | |
| pre.textmate-source .meta { | |
| font-size: 14px; | |
| text-transform: none; | |
| border: 0 none; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment