Pygments: Fix styles override.

This fixes #119.
This commit is contained in:
Alexandre Vicenzi 2018-06-24 00:01:22 -03:00
parent 65cc7b24c9
commit 82daaf6e52
123 changed files with 3823 additions and 3767 deletions

View file

@ -1,38 +1,39 @@
.highlight { background-color: #ffffcc }
.c { font-style: italic } /* Comment */
.err { border: 1px solid #FF0000 } /* Error */
.k { font-weight: bold } /* Keyword */
.ch { font-style: italic } /* Comment.Hashbang */
.cm { font-style: italic } /* Comment.Multiline */
.cpf { font-style: italic } /* Comment.PreprocFile */
.c1 { font-style: italic } /* Comment.Single */
.cs { font-style: italic } /* Comment.Special */
.ge { font-style: italic } /* Generic.Emph */
.gh { font-weight: bold } /* Generic.Heading */
.gp { font-weight: bold } /* Generic.Prompt */
.gs { font-weight: bold } /* Generic.Strong */
.gu { font-weight: bold } /* Generic.Subheading */
.kc { font-weight: bold } /* Keyword.Constant */
.kd { font-weight: bold } /* Keyword.Declaration */
.kn { font-weight: bold } /* Keyword.Namespace */
.kr { font-weight: bold } /* Keyword.Reserved */
.s { font-style: italic } /* Literal.String */
.nc { font-weight: bold } /* Name.Class */
.ni { font-weight: bold } /* Name.Entity */
.ne { font-weight: bold } /* Name.Exception */
.nn { font-weight: bold } /* Name.Namespace */
.nt { font-weight: bold } /* Name.Tag */
.ow { font-weight: bold } /* Operator.Word */
.sa { font-style: italic } /* Literal.String.Affix */
.sb { font-style: italic } /* Literal.String.Backtick */
.sc { font-style: italic } /* Literal.String.Char */
.dl { font-style: italic } /* Literal.String.Delimiter */
.sd { font-style: italic } /* Literal.String.Doc */
.s2 { font-style: italic } /* Literal.String.Double */
.se { font-weight: bold; font-style: italic } /* Literal.String.Escape */
.sh { font-style: italic } /* Literal.String.Heredoc */
.si { font-weight: bold; font-style: italic } /* Literal.String.Interpol */
.sx { font-style: italic } /* Literal.String.Other */
.sr { font-style: italic } /* Literal.String.Regex */
.s1 { font-style: italic } /* Literal.String.Single */
.ss { font-style: italic } /* Literal.String.Symbol */
.highlight .hll { background-color: #ffffcc }
.highlight { background: #ffffff; }
.highlight .c { font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */
.highlight .ch { font-style: italic } /* Comment.Hashbang */
.highlight .cm { font-style: italic } /* Comment.Multiline */
.highlight .cpf { font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { font-style: italic } /* Comment.Single */
.highlight .cs { font-style: italic } /* Comment.Special */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gh { font-weight: bold } /* Generic.Heading */
.highlight .gp { font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { font-weight: bold } /* Generic.Subheading */
.highlight .kc { font-weight: bold } /* Keyword.Constant */
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
.highlight .kn { font-weight: bold } /* Keyword.Namespace */
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
.highlight .s { font-style: italic } /* Literal.String */
.highlight .nc { font-weight: bold } /* Name.Class */
.highlight .ni { font-weight: bold } /* Name.Entity */
.highlight .ne { font-weight: bold } /* Name.Exception */
.highlight .nn { font-weight: bold } /* Name.Namespace */
.highlight .nt { font-weight: bold } /* Name.Tag */
.highlight .ow { font-weight: bold } /* Operator.Word */
.highlight .sa { font-style: italic } /* Literal.String.Affix */
.highlight .sb { font-style: italic } /* Literal.String.Backtick */
.highlight .sc { font-style: italic } /* Literal.String.Char */
.highlight .dl { font-style: italic } /* Literal.String.Delimiter */
.highlight .sd { font-style: italic } /* Literal.String.Doc */
.highlight .s2 { font-style: italic } /* Literal.String.Double */
.highlight .se { font-weight: bold; font-style: italic } /* Literal.String.Escape */
.highlight .sh { font-style: italic } /* Literal.String.Heredoc */
.highlight .si { font-weight: bold; font-style: italic } /* Literal.String.Interpol */
.highlight .sx { font-style: italic } /* Literal.String.Other */
.highlight .sr { font-style: italic } /* Literal.String.Regex */
.highlight .s1 { font-style: italic } /* Literal.String.Single */
.highlight .ss { font-style: italic } /* Literal.String.Symbol */