Template:Codesample/borland.css

From mediawiki.org
.wt-codesample-borland .wt-codesample-title {
	color: #ffffff;
	background: #000080;
}
.wt-codesample-borland .wt-codesample-header div {
	border-color:  #000080;
}
.wt-codesample-borland pre {
	color: #000000;
	background-color: #ffffff;
	border-color: #000080;
}
.wt-codesample-borland .lineno {
	color: #808080;
}

/* Borland pygments styles `pygmentize -f html -S borland -a .wt-codesample-borland` */
.wt-codesample-borland .hll { background-color: #ffffcc }
.wt-codesample-borland .c { color: #008800; font-style: italic } /* Comment */
.wt-codesample-borland .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.wt-codesample-borland .k { color: #000080; font-weight: bold } /* Keyword */
.wt-codesample-borland .ch { color: #008800; font-style: italic } /* Comment.Hashbang */
.wt-codesample-borland .cm { color: #008800; font-style: italic } /* Comment.Multiline */
.wt-codesample-borland .cp { color: #008080 } /* Comment.Preproc */
.wt-codesample-borland .cpf { color: #008800; font-style: italic } /* Comment.PreprocFile */
.wt-codesample-borland .c1 { color: #008800; font-style: italic } /* Comment.Single */
.wt-codesample-borland .cs { color: #008800; font-weight: bold } /* Comment.Special */
.wt-codesample-borland .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.wt-codesample-borland .ge { font-style: italic } /* Generic.Emph */
.wt-codesample-borland .gr { color: #aa0000 } /* Generic.Error */
.wt-codesample-borland .gh { color: #999999 } /* Generic.Heading */
.wt-codesample-borland .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.wt-codesample-borland .go { color: #888888 } /* Generic.Output */
.wt-codesample-borland .gp { color: #555555 } /* Generic.Prompt */
.wt-codesample-borland .gs { font-weight: bold } /* Generic.Strong */
.wt-codesample-borland .gu { color: #aaaaaa } /* Generic.Subheading */
.wt-codesample-borland .gt { color: #aa0000 } /* Generic.Traceback */
.wt-codesample-borland .kc { color: #000080; font-weight: bold } /* Keyword.Constant */
.wt-codesample-borland .kd { color: #000080; font-weight: bold } /* Keyword.Declaration */
.wt-codesample-borland .kn { color: #000080; font-weight: bold } /* Keyword.Namespace */
.wt-codesample-borland .kp { color: #000080; font-weight: bold } /* Keyword.Pseudo */
.wt-codesample-borland .kr { color: #000080; font-weight: bold } /* Keyword.Reserved */
.wt-codesample-borland .kt { color: #000080; font-weight: bold } /* Keyword.Type */
.wt-codesample-borland .m { color: #0000FF } /* Literal.Number */
.wt-codesample-borland .s { color: #0000FF } /* Literal.String */
.wt-codesample-borland .na { color: #FF0000 } /* Name.Attribute */
.wt-codesample-borland .nt { color: #000080; font-weight: bold } /* Name.Tag */
.wt-codesample-borland .ow { font-weight: bold } /* Operator.Word */
.wt-codesample-borland .w { color: #bbbbbb } /* Text.Whitespace */
.wt-codesample-borland .mb { color: #0000FF } /* Literal.Number.Bin */
.wt-codesample-borland .mf { color: #0000FF } /* Literal.Number.Float */
.wt-codesample-borland .mh { color: #0000FF } /* Literal.Number.Hex */
.wt-codesample-borland .mi { color: #0000FF } /* Literal.Number.Integer */
.wt-codesample-borland .mo { color: #0000FF } /* Literal.Number.Oct */
.wt-codesample-borland .sa { color: #0000FF } /* Literal.String.Affix */
.wt-codesample-borland .sb { color: #0000FF } /* Literal.String.Backtick */
.wt-codesample-borland .sc { color: #800080 } /* Literal.String.Char */
.wt-codesample-borland .dl { color: #0000FF } /* Literal.String.Delimiter */
.wt-codesample-borland .sd { color: #0000FF } /* Literal.String.Doc */
.wt-codesample-borland .s2 { color: #0000FF } /* Literal.String.Double */
.wt-codesample-borland .se { color: #0000FF } /* Literal.String.Escape */
.wt-codesample-borland .sh { color: #0000FF } /* Literal.String.Heredoc */
.wt-codesample-borland .si { color: #0000FF } /* Literal.String.Interpol */
.wt-codesample-borland .sx { color: #0000FF } /* Literal.String.Other */
.wt-codesample-borland .sr { color: #0000FF } /* Literal.String.Regex */
.wt-codesample-borland .s1 { color: #0000FF } /* Literal.String.Single */
.wt-codesample-borland .ss { color: #0000FF } /* Literal.String.Symbol */
.wt-codesample-borland .il { color: #0000FF } /* Literal.Number.Integer.Long */