aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js/google-code-prettify/prettify.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-06-30 13:17:58 -0700
committerMark Otto <[email protected]>2011-06-30 13:17:58 -0700
commit87f9ea00e4477b059453e8014693f621207c75eb (patch)
tree1b80e22a4e0a98f82433f836dbfc0c0f6afc9324 /docs/assets/js/google-code-prettify/prettify.css
parent4c2614841e0f1bedbd5b56a7ee2f704276fb32a4 (diff)
downloadbootstrap-87f9ea00e4477b059453e8014693f621207c75eb.tar.xz
bootstrap-87f9ea00e4477b059453e8014693f621207c75eb.zip
updated docs
Diffstat (limited to 'docs/assets/js/google-code-prettify/prettify.css')
-rw-r--r--docs/assets/js/google-code-prettify/prettify.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/assets/js/google-code-prettify/prettify.css b/docs/assets/js/google-code-prettify/prettify.css
new file mode 100644
index 000000000..579bf085a
--- /dev/null
+++ b/docs/assets/js/google-code-prettify/prettify.css
@@ -0,0 +1,40 @@
+.com { color: #93a1a1; }
+.lit { color: #195f91; }
+.pun, .opn, .clo { color: #93a1a1; }
+.fun { color: #dc322f; }
+.str, .atv { color: #268bd2; }
+.kwd, .tag { color: #195f91; }
+.typ, .atn, .dec, .var { color: #CB4B16; }
+.pln { color: #93a1a1; }
+pre.prettyprint { border: 1px solid #888; padding: 2px; }
+ol.linenums { margin-top: 0; margin-bottom: 0; }
+li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, i.L7, li.L8 { list-style-type: none; }
+li.L1, li.L3, li.L5, li.L7, li.L9 { background-color: #fdf6e3; }
+
+.prettyprint {
+ background: #fefbf3 !important;
+ padding: 9px !important;
+ border: 1px solid rgba(0,0,0,.2) !important;
+ -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
+ -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
+ box-shadow: 0 1px 2px rgba(0,0,0,.1);
+}
+
+/*
+$base03: #002b36;
+$base02: #073642;
+$base01: #586e75;
+$base00: #657b83;
+$base0: #839496;
+$base1: #93a1a1;
+$base2: #eee8d5;
+$base3: #fdf6e3;
+$yellow: #b58900;
+$orange: #cb4b16;
+$red: #dc322f;
+$magenta: #d33682;
+$violet: #6c71c4;
+$blue: #268bd2;
+$cyan: #2aa198;
+$green: #859900;
+*/ \ No newline at end of file