Template:Codesample/bw.css
Appearance
.wt-codesample-bw pre { background: #ffffff; color: #000000; border-color: #ffffcc }
.wt-codesample-bw .lineno { color: #cccccc }
.wt-codesample-bw span { color: #000000 !important } /* color reset for default styles */
/* `pygmentize -f html -S bw -a .wt-codesample-bw` */
.wt-codesample-bw .hll { background-color: #ffffcc }
.wt-codesample-bw .c { font-style: italic } /* Comment */
.wt-codesample-bw .err { border: 1px solid #FF0000 } /* Error */
.wt-codesample-bw .k { font-weight: bold } /* Keyword */
.wt-codesample-bw .ch { font-style: italic } /* Comment.Hashbang */
.wt-codesample-bw .cm { font-style: italic } /* Comment.Multiline */
.wt-codesample-bw .cpf { font-style: italic } /* Comment.PreprocFile */
.wt-codesample-bw .c1 { font-style: italic } /* Comment.Single */
.wt-codesample-bw .cs { font-style: italic } /* Comment.Special */
.wt-codesample-bw .ge { font-style: italic } /* Generic.Emph */
.wt-codesample-bw .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.wt-codesample-bw .gh { font-weight: bold } /* Generic.Heading */
.wt-codesample-bw .gp { font-weight: bold } /* Generic.Prompt */
.wt-codesample-bw .gs { font-weight: bold } /* Generic.Strong */
.wt-codesample-bw .gu { font-weight: bold } /* Generic.Subheading */
.wt-codesample-bw .kc { font-weight: bold } /* Keyword.Constant */
.wt-codesample-bw .kd { font-weight: bold } /* Keyword.Declaration */
.wt-codesample-bw .kn { font-weight: bold } /* Keyword.Namespace */
.wt-codesample-bw .kr { font-weight: bold } /* Keyword.Reserved */
.wt-codesample-bw .s { font-style: italic } /* Literal.String */
.wt-codesample-bw .nc { font-weight: bold } /* Name.Class */
.wt-codesample-bw .ni { font-weight: bold } /* Name.Entity */
.wt-codesample-bw .ne { font-weight: bold } /* Name.Exception */
.wt-codesample-bw .nn { font-weight: bold } /* Name.Namespace */
.wt-codesample-bw .nt { font-weight: bold } /* Name.Tag */
.wt-codesample-bw .ow { font-weight: bold } /* Operator.Word */
.wt-codesample-bw .sa { font-style: italic } /* Literal.String.Affix */
.wt-codesample-bw .sb { font-style: italic } /* Literal.String.Backtick */
.wt-codesample-bw .sc { font-style: italic } /* Literal.String.Char */
.wt-codesample-bw .dl { font-style: italic } /* Literal.String.Delimiter */
.wt-codesample-bw .sd { font-style: italic } /* Literal.String.Doc */
.wt-codesample-bw .s2 { font-style: italic } /* Literal.String.Double */
.wt-codesample-bw .se { font-weight: bold; font-style: italic } /* Literal.String.Escape */
.wt-codesample-bw .sh { font-style: italic } /* Literal.String.Heredoc */
.wt-codesample-bw .si { font-weight: bold; font-style: italic } /* Literal.String.Interpol */
.wt-codesample-bw .sx { font-style: italic } /* Literal.String.Other */
.wt-codesample-bw .sr { font-style: italic } /* Literal.String.Regex */
.wt-codesample-bw .s1 { font-style: italic } /* Literal.String.Single */
.wt-codesample-bw .ss { font-style: italic } /* Literal.String.Symbol */