Blog.
This commit is contained in:
parent
aaa4d21cd7
commit
928e4c1067
94 changed files with 7497 additions and 5 deletions
39
docs/blog/theme/pygments/algol_nu.css
Normal file
39
docs/blog/theme/pygments/algol_nu.css
Normal file
|
@ -0,0 +1,39 @@
|
|||
.highlight { background-color: #ffffcc }
|
||||
.c { color: #888888; font-style: italic } /* Comment */
|
||||
.err { border: 1px solid #FF0000 } /* Error */
|
||||
.k { font-weight: bold } /* Keyword */
|
||||
.ch { color: #888888; font-style: italic } /* Comment.Hashbang */
|
||||
.cm { color: #888888; font-style: italic } /* Comment.Multiline */
|
||||
.cp { color: #888888; font-weight: bold } /* Comment.Preproc */
|
||||
.cpf { color: #888888; font-style: italic } /* Comment.PreprocFile */
|
||||
.c1 { color: #888888; font-style: italic } /* Comment.Single */
|
||||
.cs { color: #888888; font-weight: bold } /* Comment.Special */
|
||||
.kc { font-weight: bold } /* Keyword.Constant */
|
||||
.kd { font-weight: bold; font-style: italic } /* Keyword.Declaration */
|
||||
.kn { font-weight: bold } /* Keyword.Namespace */
|
||||
.kp { font-weight: bold } /* Keyword.Pseudo */
|
||||
.kr { font-weight: bold } /* Keyword.Reserved */
|
||||
.kt { font-weight: bold } /* Keyword.Type */
|
||||
.s { color: #666666; font-style: italic } /* Literal.String */
|
||||
.nb { font-weight: bold; font-style: italic } /* Name.Builtin */
|
||||
.nc { color: #666666; font-weight: bold; font-style: italic } /* Name.Class */
|
||||
.no { color: #666666; font-weight: bold; font-style: italic } /* Name.Constant */
|
||||
.nf { color: #666666; font-weight: bold; font-style: italic } /* Name.Function */
|
||||
.nn { color: #666666; font-weight: bold; font-style: italic } /* Name.Namespace */
|
||||
.nv { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable */
|
||||
.ow { font-weight: bold } /* Operator.Word */
|
||||
.sb { color: #666666; font-style: italic } /* Literal.String.Backtick */
|
||||
.sc { color: #666666; font-style: italic } /* Literal.String.Char */
|
||||
.sd { color: #666666; font-style: italic } /* Literal.String.Doc */
|
||||
.s2 { color: #666666; font-style: italic } /* Literal.String.Double */
|
||||
.se { color: #666666; font-style: italic } /* Literal.String.Escape */
|
||||
.sh { color: #666666; font-style: italic } /* Literal.String.Heredoc */
|
||||
.si { color: #666666; font-style: italic } /* Literal.String.Interpol */
|
||||
.sx { color: #666666; font-style: italic } /* Literal.String.Other */
|
||||
.sr { color: #666666; font-style: italic } /* Literal.String.Regex */
|
||||
.s1 { color: #666666; font-style: italic } /* Literal.String.Single */
|
||||
.ss { color: #666666; font-style: italic } /* Literal.String.Symbol */
|
||||
.bp { font-weight: bold; font-style: italic } /* Name.Builtin.Pseudo */
|
||||
.vc { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Class */
|
||||
.vg { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Global */
|
||||
.vi { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Instance */
|
Loading…
Add table
Add a link
Reference in a new issue