From 1f3170df75d42d1cab8860080d0c254fb1d9355e Mon Sep 17 00:00:00 2001 From: kosmgco Date: Mon, 27 Feb 2017 15:26:45 +0800 Subject: update --- ops/static/css/pygement.css | 164 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 ops/static/css/pygement.css (limited to 'ops/static/css/pygement.css') diff --git a/ops/static/css/pygement.css b/ops/static/css/pygement.css new file mode 100644 index 0000000..3064c45 --- /dev/null +++ b/ops/static/css/pygement.css @@ -0,0 +1,164 @@ +.highlight .hll { + background-color: #ffffcc +} + +.highlight { + background: #ffffff; +} + +.highlight .c { + color: #FF0000; + font-style: italic +} + +/* Comment */ +.highlight .k { + color: #0000FF +} + +/* Keyword */ +.highlight .ch { + color: #FF0000; + font-style: italic +} + +/* Comment.Hashbang */ +.highlight .cm { + color: #FF0000; + font-style: italic +} + +/* Comment.Multiline */ +.highlight .cp { + color: #FF0000; + font-style: italic +} + +/* Comment.Preproc */ +.highlight .cpf { + color: #FF0000; + font-style: italic +} + +/* Comment.PreprocFile */ +.highlight .c1 { + color: #FF0000; + font-style: italic +} + +/* Comment.Single */ +.highlight .cs { + color: #FF0000; + font-style: italic +} + +/* Comment.Special */ +.highlight .kc { + color: #0000FF +} + +/* Keyword.Constant */ +.highlight .kd { + color: #0000FF +} + +/* Keyword.Declaration */ +.highlight .kn { + color: #0000FF +} + +/* Keyword.Namespace */ +.highlight .kp { + color: #0000FF +} + +/* Keyword.Pseudo */ +.highlight .kr { + color: #0000FF +} + +/* Keyword.Reserved */ +.highlight .kt { + color: #0000FF +} + +/* Keyword.Type */ +.highlight .s { + color: #009C00 +} + +/* Literal.String */ +.highlight .nc { + color: #007575 +} + +/* Name.Class */ +.highlight .nd { + color: #CC00A3 +} + +/* Name.Decorator */ +.highlight .nf { + color: #C34E00 +} + +/* Name.Function */ +.highlight .sb { + color: #009C00 +} + +/* Literal.String.Backtick */ +.highlight .sc { + color: #009C00 +} + +/* Literal.String.Char */ +.highlight .sd { + color: #009C00 +} + +/* Literal.String.Doc */ +.highlight .s2 { + color: #009C00 +} + +/* Literal.String.Double */ +.highlight .se { + color: #009C00 +} + +/* Literal.String.Escape */ +.highlight .sh { + color: #009C00 +} + +/* Literal.String.Heredoc */ +.highlight .si { + color: #009C00 +} + +/* Literal.String.Interpol */ +.highlight .sx { + color: #009C00 +} + +/* Literal.String.Other */ +.highlight .sr { + color: #009C00 +} + +/* Literal.String.Regex */ +.highlight .s1 { + color: #009C00 +} + +/* Literal.String.Single */ +.highlight .ss { + color: #009C00 +} + +/* Literal.String.Symbol */ +.highlight { + border: 1px solid #E1E1E1; + margin-bottom: 20px; +} -- cgit