Created
December 1, 2017 12:35
-
-
Save pankajpatel/c4889cc260bdd79007a02045c0cdbd90 to your computer and use it in GitHub Desktop.
Prettify CSS at https://time2hack.com
This file contains 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
code,kbd,pre,samp{font-family: Inconsolata,Consolas,Menlo,Monaco,Courier New,monospace}code.prettyprint,pre.prettyprint{color: #fff;background-color: #444;padding: 1em;line-height: 1.5}pre.prettyprint.small{padding: .5em}pre .tooltip{position: relative;cursor: pointer}pre .tooltip .property{border-bottom: 1px dotted #fff}pre .tooltip .property .kwd{color: #508b88}pre .tooltip:hover:after{content: attr(data-tooltip);position: absolute;background: rgba(0,0,0,.85);padding: 5px 9px;color: #fff;border-radius: 3px;left: 0;top: 25px;width: 390px;z-index: 100}.pln{color: #000}@media screen{.str{color: #080}.kwd{color: #008}.com{color: #800}.typ{color: #606}.lit{color: #066}.clo,.opn,.pun{color: #660}.tag{color: #008}.atn{color: #606}.atv{color: #080}.dec,.var{color: #606}.fun{color: red}}@media print,projection{.str{color: #060}.kwd{color: #006;font-weight: 700}.com{color: #600;font-style: italic}.typ{color: #404;font-weight: 700}.lit{color: #044}.clo,.opn,.pun{color: #440}.tag{color: #006;font-weight: 700}.atn{color: #404}.atv{color: #060}}ol.linenums{margin-top: 0;margin-bottom: 0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type: none}li.L1,li.L3,li.L5,li.L7,li.L9{background: #eee}code .str,pre .str{color: #65b042}code .kwd,pre .kwd{color: #e28964}code .com,pre .com{color: #aeaeae;font-style: italic}code .typ,pre .typ{color: #89bdff}code .lit,pre .lit{color: #3387cc}code .pln,code .pun,pre .pln,pre .pun{color: #fff}code .tag,pre .tag{color: #89bdff}code .atn,pre .atn{color: #bdb76b}code .atv,pre .atv{color: #65b042}code .dec,pre .dec{color: #3387cc} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment