Skip to content

Instantly share code, notes, and snippets.

@dlenettr
Created December 28, 2014 13:26
Show Gist options
  • Save dlenettr/8ae0abe505d2df77e2df to your computer and use it in GitHub Desktop.
Save dlenettr/8ae0abe505d2df77e2df to your computer and use it in GitHub Desktop.
İçerikte kod gösterme (584) - 2
pre {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #23241f;
-webkit-text-size-adjust: none;
font-size: 13px;
margin-top: 10px;
text-shadow: 0px 1px 1px #222;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5) inset;
border-radius: 5px;
}
pre,
.tag,
.css .rules,
.css .value,
.css .function
.preprocessor,
.pragma {
color: #f8f8f2;
}
.strongemphasis,
.strong,
.emphasis {
color: #a8a8a2;
}
.bullet,
.blockquote,
.horizontal_rule,
.number,
.regexp,
.alias .keyword,
.literal,
.hexcolor {
color: #ae81ff;
}
.tag .value,
.code,
.title,
.css .class,
.class .title:last-child {
color: #a6e22e;
}
.link_url {
font-size: 80%;
}
.strong,
.strongemphasis {
font-weight: bold;
}
.emphasis,
.strongemphasis,
.class .title:last-child {
font-style: italic;
}
.keyword,
.function,
.change,
.winutils,
.flow,
.nginx .title,
.tex .special,
.header,
.attribute,
.symbol,
.symbol .string,
.tag .title,
.value,
.alias .keyword:first-child,
.css .tag,
.css .unit,
.css .important {
color: #f92672;
}
.function .keyword,
.class .keyword:first-child,
.constant,
.css .attribute {
color: #66d9ef;
}
.variable,
.params,
.class .title {
color: #f8f8f2;
}
.string,
.css .id,
.subst,
.type,
.ruby .class .parent,
.built_in,
.django .template_tag,
.django .variable,
.smalltalk .class,
.django .filter .argument,
.smalltalk .localvars,
.smalltalk .array,
.attr_selector,
.pseudo,
.addition,
.stream,
.envvar,
.apache .tag,
.apache .cbracket,
.tex .command,
.prompt,
.link_label,
.link_url {
color: #e6db74;
}
.comment,
.javadoc,
.annotation,
.decorator,
.template_comment,
.pi,
.doctype,
.deletion,
.shebang,
.apache .sqbracket,
.tex .formula {
color: #75715e;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment