Add frontend assets and plugin bundles
Add the legacy frontend themes, scripts, and plugin assets required by the main SPOTA interfaces.
This commit is contained in:
114
assets/plugins/bootstrap-paginator/css/highlight.js/rainbow.css
Normal file
114
assets/plugins/bootstrap-paginator/css/highlight.js/rainbow.css
Normal file
@@ -0,0 +1,114 @@
|
||||
/*
|
||||
|
||||
Style with support for rainbow parens
|
||||
|
||||
*/
|
||||
|
||||
pre ::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
|
||||
pre ::selection { background:#FF5E99; color:#fff; text-shadow: none; }
|
||||
|
||||
pre code {
|
||||
display: block; padding: 0.5em;
|
||||
background: #474949; color: #D1D9E1;
|
||||
}
|
||||
|
||||
|
||||
pre .body,
|
||||
pre .collection {
|
||||
color: #D1D9E1;
|
||||
}
|
||||
|
||||
pre .comment,
|
||||
pre .template_comment,
|
||||
pre .diff .header,
|
||||
pre .doctype,
|
||||
pre .lisp .string,
|
||||
pre .javadoc {
|
||||
color: #969896;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
pre .keyword,
|
||||
pre .clojure .attribute,
|
||||
pre .winutils,
|
||||
pre .javascript .title,
|
||||
pre .addition,
|
||||
pre .css .tag {
|
||||
color: #cc99cc;
|
||||
}
|
||||
|
||||
pre .number { color: #f99157; }
|
||||
|
||||
pre .command,
|
||||
pre .string,
|
||||
pre .tag .value,
|
||||
pre .phpdoc,
|
||||
pre .tex .formula,
|
||||
pre .regexp,
|
||||
pre .hexcolor {
|
||||
color: #8abeb7;
|
||||
}
|
||||
|
||||
pre .title,
|
||||
pre .localvars,
|
||||
pre .function .title,
|
||||
pre .chunk,
|
||||
pre .decorator,
|
||||
pre .built_in,
|
||||
pre .lisp .title,
|
||||
pre .identifier
|
||||
{
|
||||
color: #b5bd68;
|
||||
}
|
||||
|
||||
pre .class .keyword
|
||||
{
|
||||
color: #f2777a;
|
||||
}
|
||||
|
||||
pre .variable,
|
||||
pre .lisp .body,
|
||||
pre .smalltalk .number,
|
||||
pre .constant,
|
||||
pre .class .title,
|
||||
pre .parent,
|
||||
pre .haskell .label,
|
||||
pre .id,
|
||||
pre .lisp .title,
|
||||
pre .clojure .title .built_in {
|
||||
color: #ffcc66;
|
||||
}
|
||||
|
||||
pre .tag .title,
|
||||
pre .rules .property,
|
||||
pre .django .tag .keyword,
|
||||
pre .clojure .title .built_in {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
pre .attribute,
|
||||
pre .clojure .title {
|
||||
color: #81a2be;
|
||||
}
|
||||
|
||||
pre .preprocessor,
|
||||
pre .pi,
|
||||
pre .shebang,
|
||||
pre .symbol,
|
||||
pre .symbol .string,
|
||||
pre .diff .change,
|
||||
pre .special,
|
||||
pre .attr_selector,
|
||||
pre .important,
|
||||
pre .subst,
|
||||
pre .cdata {
|
||||
color: #f99157;
|
||||
}
|
||||
|
||||
pre .deletion {
|
||||
color: #dc322f;
|
||||
}
|
||||
|
||||
pre .tex .formula {
|
||||
background: #eee8d5;
|
||||
}
|
||||
Reference in New Issue
Block a user