Created
April 22, 2015 01:21
-
-
Save bborysenko/d7f90c8d41405fcf56a7 to your computer and use it in GitHub Desktop.
Google Site Gist
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
body, td, div, span, p { | |
font: 12px Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace !important; | |
} | |
.gist-highlight { | |
padding: 1em 0 !important; | |
} | |
.gist-syntax { background: #ffffff; !important } | |
.gist-syntax .c { color: #999988; font-style: italic !important } /* Comment */ | |
.gist-syntax .err { color: #a61717; background-color: #e3d2d2 !important } /* Error */ | |
.gist-syntax .k { color: #000000; font-weight: bold !important } /* Keyword */ | |
.gist-syntax .o { color: #000000; font-weight: bold !important } /* Operator */ | |
.gist-syntax .cm { color: #999988; font-style: italic !important } /* Comment.Multiline */ | |
.gist-syntax .cp { color: #999999; font-weight: bold !important } /* Comment.Preproc */ | |
.gist-syntax .c1 { color: #999988; font-style: italic !important } /* Comment.Single */ | |
.gist-syntax .cs { color: #999999; font-weight: bold; font-style: italic !important } /* Comment.Special */ | |
.gist-syntax .gd { color: #000000; background-color: #ffdddd !important } /* Generic.Deleted */ | |
.gist-syntax .gd .x { color: #000000; background-color: #ffaaaa !important } /* Generic.Deleted.Specific */ | |
.gist-syntax .ge { color: #000000; font-style: italic !important } /* Generic.Emph */ | |
.gist-syntax .gr { color: #aa0000 !important } /* Generic.Error */ | |
.gist-syntax .gh { color: #999999 !important } /* Generic.Heading */ | |
.gist-syntax .gi { color: #000000; background-color: #ddffdd !important } /* Generic.Inserted */ | |
.gist-syntax .gi .x { color: #000000; background-color: #aaffaa !important } /* Generic.Inserted.Specific */ | |
.gist-syntax .go { color: #888888 !important } /* Generic.Output */ | |
.gist-syntax .gp { color: #555555 !important } /* Generic.Prompt */ | |
.gist-syntax .gs { font-weight: bold !important } /* Generic.Strong */ | |
.gist-syntax .gu { color: #aaaaaa !important } /* Generic.Subheading */ | |
.gist-syntax .gt { color: #aa0000 !important } /* Generic.Traceback */ | |
.gist-syntax .kc { color: #000000; font-weight: bold !important } /* Keyword.Constant */ | |
.gist-syntax .kd { color: #000000; font-weight: bold !important } /* Keyword.Declaration */ | |
.gist-syntax .kp { color: #000000; font-weight: bold !important } /* Keyword.Pseudo */ | |
.gist-syntax .kr { color: #000000; font-weight: bold !important } /* Keyword.Reserved */ | |
.gist-syntax .kt { color: #445588; font-weight: bold !important } /* Keyword.Type */ | |
.gist-syntax .m { color: #009999 !important } /* Literal.Number */ | |
.gist-syntax .s { color: #d14 !important } /* Literal.String */ | |
.gist-syntax .na { color: #008080 !important } /* Name.Attribute */ | |
.gist-syntax .nb { color: #0086B3 !important } /* Name.Builtin */ | |
.gist-syntax .nc { color: #445588; font-weight: bold !important } /* Name.Class */ | |
.gist-syntax .no { color: #008080 !important } /* Name.Constant */ | |
.gist-syntax .ni { color: #800080 !important } /* Name.Entity */ | |
.gist-syntax .ne { color: #990000; font-weight: bold !important } /* Name.Exception */ | |
.gist-syntax .nf { color: #990000; font-weight: bold !important } /* Name.Function */ | |
.gist-syntax .nn { color: #555555 !important } /* Name.Namespace */ | |
.gist-syntax .nt { color: #000080 !important } /* Name.Tag */ | |
.gist-syntax .nv { color: #008080 !important } /* Name.Variable */ | |
.gist-syntax .ow { color: #000000; font-weight: bold !important } /* Operator.Word */ | |
.gist-syntax .w { color: #bbbbbb !important } /* Text.Whitespace */ | |
.gist-syntax .mf { color: #009999 !important } /* Literal.Number.Float */ | |
.gist-syntax .mh { color: #009999 !important } /* Literal.Number.Hex */ | |
.gist-syntax .mi { color: #009999 !important } /* Literal.Number.Integer */ | |
.gist-syntax .mo { color: #009999 !important } /* Literal.Number.Oct */ | |
.gist-syntax .sb { color: #d14 !important } /* Literal.String.Backtick */ | |
.gist-syntax .sc { color: #d14 !important } /* Literal.String.Char */ | |
.gist-syntax .sd { color: #d14 !important } /* Literal.String.Doc */ | |
.gist-syntax .s2 { color: #d14 !important } /* Literal.String.Double */ | |
.gist-syntax .se { color: #d14 !important } /* Literal.String.Escape */ | |
.gist-syntax .sh { color: #d14 !important } /* Literal.String.Heredoc */ | |
.gist-syntax .si { color: #d14 !important } /* Literal.String.Interpol */ | |
.gist-syntax .sx { color: #d14 !important } /* Literal.String.Other */ | |
.gist-syntax .sr { color: #009926 !important } /* Literal.String.Regex */ | |
.gist-syntax .s1 { color: #d14 !important } /* Literal.String.Single */ | |
.gist-syntax .ss { color: #990073 !important } /* Literal.String.Symbol */ | |
.gist-syntax .bp { color: #999999 !important } /* Name.Builtin.Pseudo */ | |
.gist-syntax .vc { color: #008080 !important } /* Name.Variable.Class */ | |
.gist-syntax .vg { color: #008080 !important } /* Name.Variable.Global */ | |
.gist-syntax .vi { color: #008080 !important } /* Name.Variable.Instance */ | |
.gist-syntax .il { color: #009999 !important } /* Literal.Number.Integer.Long */ |
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
document.write('<link rel="stylesheet" href="https://sites.google.com/site/githubgist/gist.css"/>'); |
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
<?xml version="1.0" encoding="UTF-8" ?> | |
<Module> | |
<ModulePrefs | |
title="Gist #__UP_gist_id__" | |
description="Gist Gadget" | |
height="50" | |
author="Kei Fukuda" | |
author_email="[email protected]" | |
screenshot="https://sites.google.com/site/githubgist/screenshot.png" | |
thumbnail="https://sites.google.com/site/githubgist/thumbnail.png" | |
title_url="https://gist.github.com/__UP_gist_id__"> | |
<Require feature="dynamic-height"/> | |
</ModulePrefs> | |
<UserPref name="gist_id" display_name="Gist #" required="true"/> | |
<Content type="html"> | |
<![CDATA[ | |
<script src="https://sites.google.com/site/githubgist/gist.js"></script> | |
<script src="https://gist.github.com/__UP_gist_id__.js"></script> | |
<script>gadgets.window.adjustHeight();</script> | |
]]> | |
</Content> | |
</Module> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment