aboutsummaryrefslogtreecommitdiffstats
path: root/ops/static/css/github-prettify-theme.css
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2017-02-28 11:31:30 -0800
committerGitHub <noreply@github.com>2017-02-28 11:31:30 -0800
commitef412e6bd0a9e0e93bb3ae377725b41c63d49a49 (patch)
treeba7eddb71d7777e02fac7633b2cd86224b29341c /ops/static/css/github-prettify-theme.css
parentadaa0c62ac0230ee7a168524554d9176c57a48a4 (diff)
parent1f3170df75d42d1cab8860080d0c254fb1d9355e (diff)
downloadpelican-themes-ef412e6bd0a9e0e93bb3ae377725b41c63d49a49.tar.gz
Merge pull request #496 from kosmgco/master
Rename Coding-Now theme to Ops
Diffstat (limited to 'ops/static/css/github-prettify-theme.css')
-rw-r--r--ops/static/css/github-prettify-theme.css151
1 files changed, 151 insertions, 0 deletions
diff --git a/ops/static/css/github-prettify-theme.css b/ops/static/css/github-prettify-theme.css
new file mode 100644
index 0000000..0854811
--- /dev/null
+++ b/ops/static/css/github-prettify-theme.css
@@ -0,0 +1,151 @@
+/* GitHub Theme */
+.prettyprint {
+ background: #fff;
+ font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
+ font-size: 1.2rem;
+ padding: 2.5rem 3rem;
+ -webkit-font-smoothing: antialiased;
+}
+
+.pln {
+ color: #333333;
+}
+
+@media screen {
+ .str {
+ color: #dd1144;
+ }
+
+ .kwd {
+ color: #333333;
+ }
+
+ .com {
+ color: #999988;
+ }
+
+ .typ {
+ color: #445588;
+ }
+
+ .lit {
+ color: #445588;
+ }
+
+ .pun {
+ color: #333333;
+ }
+
+ .opn {
+ color: #333333;
+ }
+
+ .clo {
+ color: #333333;
+ }
+
+ .tag {
+ color: navy;
+ }
+
+ .atn {
+ color: teal;
+ }
+
+ .atv {
+ color: #dd1144;
+ }
+
+ .dec {
+ color: #333333;
+ }
+
+ .var {
+ color: teal;
+ }
+
+ .fun {
+ color: #990000;
+ }
+}
+
+@media print, projection {
+ .str {
+ color: #006600;
+ }
+
+ .kwd {
+ color: #006;
+ font-weight: bold;
+ }
+
+ .com {
+ color: #600;
+ font-style: italic;
+ }
+
+ .typ {
+ color: #404;
+ font-weight: bold;
+ }
+
+ .lit {
+ color: #004444;
+ }
+
+ .pun, .opn, .clo {
+ color: #444400;
+ }
+
+ .tag {
+ color: #006;
+ font-weight: bold;
+ }
+
+ .atn {
+ color: #440044;
+ }
+
+ .atv {
+ color: #006600;
+ }
+}
+
+/* Specify class=linenums on a pre to get line numbering */
+ol.linenums {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+
+/* IE indents via margin-left */
+li.L0,
+li.L1,
+li.L2,
+li.L3,
+li.L4,
+li.L5,
+li.L6,
+li.L7,
+li.L8,
+li.L9 {
+ /* */
+}
+
+/* Alternate shading for lines */
+li.L1,
+li.L3,
+li.L5,
+li.L7,
+li.L9 {
+ /* */
+}
+
+/* My additional styles */
+
+/*li.L0, li.L1, li.L2, li.L3,
+li.L5, li.L6, li.L7, li.L8
+{ list-style-type: decimal !important }*/
+
+.prettyprint li {
+ margin-bottom: .3rem;
+} \ No newline at end of file