Skip to content

Instantly share code, notes, and snippets.

@evandrix
Created July 4, 2011 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evandrix/1063767 to your computer and use it in GitHub Desktop.
Save evandrix/1063767 to your computer and use it in GitHub Desktop.
tumblr stylesheet
/* evandrix.tumblr.com */
pre {
border: 1px solid #CCC;
border-color: #BBB #DDD #DDD #BBB;
margin : 0.5em;
padding : 0.5em;
line-height: 1.1em;
font-size: 1em;
background: #F5F5F5 !important;
overflow: auto;
color: #000 !important;
}
code {
font-size: 1.2em;
}
.javascript .comment, .ruby .comment {
color : green;
}
.javascript .string, .ruby .string {
color : teal;
}
.javascript .keywords, .ruby .keywords {
color : purple;
}
.javascript .global {
color : blue;
}
.javascript .brackets, .ruby .brackets {
color : navy;
}
.css .comment {
color : gray;
}
.css .properties {
color : navy;
}
.css .selectors {
color : maroon;
font-weight : bold;
}
.css .units {
color :red;
}
.css .urls {
color :green;
}
.html .tag {
color : purple;
}
.html .comment {
color : gray;
font-style: italic;
}
.html .string {
color : navy;
}
.html .doctype {
color : teal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment