mirror of
https://gitlab.silvrtree.co.uk/martind2000/vulcan.git
synced 2025-01-30 23:00:13 +00:00
153 lines
2.6 KiB
CSS
153 lines
2.6 KiB
CSS
.entry .gist {
|
|
background: #eee;
|
|
border: 1px solid color-border;
|
|
margin-top: 15px;
|
|
padding: 7px 15px;
|
|
border-radius: 2px;
|
|
text-shadow: 0 0 1px #fff;
|
|
line-height: 1.6;
|
|
overflow: auto;
|
|
color: #666;
|
|
}
|
|
.entry .gist .gist-file {
|
|
border: none;
|
|
font-family: inherit;
|
|
margin: 0;
|
|
font-size: 0.9em;
|
|
}
|
|
.entry .gist .gist-file .gist-data {
|
|
background: none;
|
|
border-bottom: none;
|
|
}
|
|
.entry .gist .gist-file .gist-data pre {
|
|
padding: 0 !important;
|
|
font-family: font-mono;
|
|
}
|
|
.entry .gist .gist-file .gist-meta {
|
|
background: none;
|
|
color: color-meta;
|
|
margin-top: 5px;
|
|
padding: 0;
|
|
text-shadow: 0 0 1px #fff;
|
|
font-size: 100%;
|
|
}
|
|
.entry .gist .gist-file .gist-meta a {
|
|
color: color-link;
|
|
}
|
|
.entry .gist .gist-file .gist-meta a:visited {
|
|
color: color-link;
|
|
}
|
|
figure.highlight {
|
|
background: #f5f5f5;
|
|
/*border: 1px solid color-border;*/
|
|
/*padding: 7px 15px;*/
|
|
/*border-radius: 2px;*/
|
|
text-shadow: 0 0 1px #fff;
|
|
line-height: 1.6;
|
|
overflow: auto;
|
|
position: relative;
|
|
font-size: 0.9em;
|
|
margin: 15px -15px;
|
|
padding: 5px 0;
|
|
border-left: 4px solid #CBC8C8;
|
|
}
|
|
figure.highlight figcaption {
|
|
color: color-meta;
|
|
margin-bottom: 5px;
|
|
text-shadow: 0 0 1px #fff;
|
|
}
|
|
figure.highlight figcaption a {
|
|
position: absolute;
|
|
right: 15px;
|
|
}
|
|
figure.highlight pre {
|
|
border: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
figure.highlight table {
|
|
margin-top: 0;
|
|
border-spacing: 0;
|
|
}
|
|
figure.highlight .gutter {
|
|
color: color-meta;
|
|
padding-right: 15px;
|
|
border-right: 1px solid color-border;
|
|
text-align: right;
|
|
}
|
|
figure.highlight .code {
|
|
padding-left: 15px;
|
|
border-left: 1px solid #eee;
|
|
color: #666;
|
|
}
|
|
figure.highlight .line {
|
|
height: 20px;
|
|
}
|
|
pre .comment,
|
|
pre .template_comment,
|
|
pre .diff .header,
|
|
pre .doctype,
|
|
pre .pi,
|
|
pre .lisp .string,
|
|
pre .javadoc {
|
|
color: #93a1a1;
|
|
font-style: italic;
|
|
}
|
|
pre .keyword,
|
|
pre .winutils,
|
|
pre .method,
|
|
pre .addition,
|
|
pre .css .tag,
|
|
pre .request,
|
|
pre .status,
|
|
pre .nginx .title {
|
|
color: #859900;
|
|
}
|
|
pre .number,
|
|
pre .command,
|
|
pre .string,
|
|
pre .tag .value,
|
|
pre .phpdoc,
|
|
pre .tex .formula,
|
|
pre .regexp,
|
|
pre .hexcolor {
|
|
color: #2aa198;
|
|
}
|
|
pre .title,
|
|
pre .localvars,
|
|
pre .chunk,
|
|
pre .decorator,
|
|
pre .built_in,
|
|
pre .identifier,
|
|
pre .vhdl,
|
|
pre .literal,
|
|
pre .id {
|
|
color: #268bd2;
|
|
}
|
|
pre .attribute,
|
|
pre .variable,
|
|
pre .lisp .body,
|
|
pre .smalltalk .number,
|
|
pre .constant,
|
|
pre .class .title,
|
|
pre .parent,
|
|
pre .haskell .type {
|
|
color: #b58900;
|
|
}
|
|
pre .preprocessor,
|
|
pre .preprocessor .keyword,
|
|
pre .shebang,
|
|
pre .symbol,
|
|
pre .symbol .string,
|
|
pre .diff .change,
|
|
pre .special,
|
|
pre .attr_selector,
|
|
pre .important,
|
|
pre .subst,
|
|
pre .cdata,
|
|
pre .clojure .title {
|
|
color: #cb4b16;
|
|
}
|
|
pre .deletion {
|
|
color: #dc322f;
|
|
} |