Skip to content

Instantly share code, notes, and snippets.

@kris-g
Created July 13, 2012 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kris-g/3108163 to your computer and use it in GitHub Desktop.
Save kris-g/3108163 to your computer and use it in GitHub Desktop.
Tumblr Gist css
.gist {
color: #000000;
}
.gist div {
margin: 0;
padding: 0;
}
.gist .gist-file {
border: 1px solid #DEDEDE;
font-family: Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
margin-bottom: 1em;
}
.gist .gist-file .gist-meta {
background-color: #EAEAEA;
color: #666666;
font-size: 85%;
overflow: hidden;
padding: 0.5em;
}
.gist .gist-file .gist-meta a {
color: #336699;
}
.gist .gist-file .gist-meta a:visited {
color: #773377;
}
.gist .gist-file .gist-data {
background-color: #F8F8FF;
border-bottom: 1px solid #DDDDDD;
font-size: 100%;
overflow: auto;
word-wrap: normal;
}
.gist .gist-file .gist-data pre {
background: none repeat scroll 0 0 transparent !important;
border: medium none !important;
font-family: 'Bitstream Vera Sans Mono','Courier',monospace;
margin: 0 !important;
padding: 0.25em 0.5em 0.5em !important;
}
.gist .gist-file .gist-data .gist-highlight {
background: none repeat scroll 0 0 transparent !important;
}
.gist .gist-file .gist-data .gist-line-numbers {
background-color: #ECECEC;
border-right: 1px solid #DDDDDD;
color: #AAAAAA;
text-align: right;
}
.gist .gist-file .gist-data .gist-line-numbers span {
clear: right;
display: block;
}
.gist-syntax {
background: none repeat scroll 0 0 #FFFFFF;
}
.gist-syntax .c {
color: #999988;
font-style: italic;
}
.gist-syntax .err {
background-color: #E3D2D2;
color: #A61717;
}
.gist-syntax .k {
color: #000000;
font-weight: bold;
}
.gist-syntax .o {
color: #000000;
font-weight: bold;
}
.gist-syntax .cm {
color: #999988;
font-style: italic;
}
.gist-syntax .cp {
color: #999999;
font-weight: bold;
}
.gist-syntax .c1 {
color: #999988;
font-style: italic;
}
.gist-syntax .cs {
color: #999999;
font-style: italic;
font-weight: bold;
}
.gist-syntax .gd {
background-color: #FFDDDD;
color: #000000;
}
.gist-syntax .gd .x {
background-color: #FFAAAA;
color: #000000;
}
.gist-syntax .ge {
color: #000000;
font-style: italic;
}
.gist-syntax .gr {
color: #AA0000;
}
.gist-syntax .gh {
color: #999999;
}
.gist-syntax .gi {
background-color: #DDFFDD;
color: #000000;
}
.gist-syntax .gi .x {
background-color: #AAFFAA;
color: #000000;
}
.gist-syntax .go {
color: #888888;
}
.gist-syntax .gp {
color: #555555;
}
.gist-syntax .gs {
font-weight: bold;
}
.gist-syntax .gu {
color: #AAAAAA;
}
.gist-syntax .gt {
color: #AA0000;
}
.gist-syntax .kc {
color: #000000;
font-weight: bold;
}
.gist-syntax .kd {
color: #000000;
font-weight: bold;
}
.gist-syntax .kp {
color: #000000;
font-weight: bold;
}
.gist-syntax .kr {
color: #000000;
font-weight: bold;
}
.gist-syntax .kt {
color: #445588;
font-weight: bold;
}
.gist-syntax .m {
color: #009999;
}
.gist-syntax .s {
color: #DD1144;
}
.gist-syntax .na {
color: #008080;
}
.gist-syntax .nb {
color: #0086B3;
}
.gist-syntax .nc {
color: #445588;
font-weight: bold;
}
.gist-syntax .no {
color: #008080;
}
.gist-syntax .ni {
color: #800080;
}
.gist-syntax .ne {
color: #990000;
font-weight: bold;
}
.gist-syntax .nf {
color: #990000;
font-weight: bold;
}
.gist-syntax .nn {
color: #555555;
}
.gist-syntax .nt {
color: #000080;
}
.gist-syntax .nv {
color: #008080;
}
.gist-syntax .ow {
color: #000000;
font-weight: bold;
}
.gist-syntax .w {
color: #BBBBBB;
}
.gist-syntax .mf {
color: #009999;
}
.gist-syntax .mh {
color: #009999;
}
.gist-syntax .mi {
color: #009999;
}
.gist-syntax .mo {
color: #009999;
}
.gist-syntax .sb {
color: #DD1144;
}
.gist-syntax .sc {
color: #DD1144;
}
.gist-syntax .sd {
color: #DD1144;
}
.gist-syntax .s2 {
color: #DD1144;
}
.gist-syntax .se {
color: #DD1144;
}
.gist-syntax .sh {
color: #DD1144;
}
.gist-syntax .si {
color: #DD1144;
}
.gist-syntax .sx {
color: #DD1144;
}
.gist-syntax .sr {
color: #009926;
}
.gist-syntax .s1 {
color: #DD1144;
}
.gist-syntax .ss {
color: #990073;
}
.gist-syntax .bp {
color: #999999;
}
.gist-syntax .vc {
color: #008080;
}
.gist-syntax .vg {
color: #008080;
}
.gist-syntax .vi {
color: #008080;
}
.gist-syntax .il {
color: #009999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment