Difference between revisions of "MediaWiki:Vector.css"

From Marek Běhálek Wiki
Jump to navigation Jump to search
Line 10: Line 10:
 
}
 
}
 
/* This corresponds to the "native" style of Pygments as output by "pygmentize -S native -f html". */
 
/* This corresponds to the "native" style of Pygments as output by "pygmentize -S native -f html". */
 
+
.myDark > pre { background: #282a36; color: #f8f8f2}
.myTest > pre { background: red; }
+
.myDark > pre .hll { background-color: #49483e }
 +
.myDark > pre .c { color: #75715e } /* Comment */
 +
.myDark > pre .err { color: #960050; background-color: #1e0010 } /* Error */
 +
.myDark > pre .k { color: #66d9ef } /* Keyword */
 +
.myDark > pre .l { color: #ae81ff } /* Literal */
 +
.myDark > pre .n { color: #f8f8f2 } /* Name */
 +
.myDark > pre .o { color: #f92672 } /* Operator */
 +
.myDark > pre .p { color: #f8f8f2 } /* Punctuation */
 +
.myDark > pre .ch { color: #75715e } /* Comment.Hashbang */
 +
.myDark > pre .cm { color: #75715e } /* Comment.Multiline */
 +
.myDark > pre .cp { color: #75715e } /* Comment.Preproc */
 +
.myDark > pre .cpf { color: #75715e } /* Comment.PreprocFile */
 +
.myDark > pre .c1 { color: #75715e } /* Comment.Single */
 +
.myDark > pre .cs { color: #75715e } /* Comment.Special */
 +
.myDark > pre .gd { color: #f92672 } /* Generic.Deleted */
 +
.myDark > pre .ge { font-style: italic } /* Generic.Emph */
 +
.myDark > pre .gi { color: #a6e22e } /* Generic.Inserted */
 +
.myDark > pre .gs { font-weight: bold } /* Generic.Strong */
 +
.myDark > pre .gu { color: #75715e } /* Generic.Subheading */
 +
.myDark > pre .kc { color: #66d9ef } /* Keyword.Constant */
 +
.myDark > pre .kd { color: #66d9ef } /* Keyword.Declaration */
 +
.myDark > pre .kn { color: #f92672 } /* Keyword.Namespace */
 +
.myDark > pre .kp { color: #66d9ef } /* Keyword.Pseudo */
 +
.myDark > pre .kr { color: #66d9ef } /* Keyword.Reserved */
 +
.myDark > pre .kt { color: #66d9ef } /* Keyword.Type */
 +
.myDark > pre .ld { color: #e6db74 } /* Literal.Date */
 +
.myDark > pre .m { color: #ae81ff } /* Literal.Number */
 +
.myDark > pre .s { color: #e6db74 } /* Literal.String */
 +
.myDark > pre .na { color: #a6e22e } /* Name.Attribute */
 +
.myDark > pre .nb { color: #f8f8f2 } /* Name.Builtin */
 +
.myDark > pre .nc { color: #a6e22e } /* Name.Class */
 +
.myDark > pre .no { color: #66d9ef } /* Name.Constant */
 +
.myDark > pre .nd { color: #a6e22e } /* Name.Decorator */
 +
.myDark > pre .ni { color: #f8f8f2 } /* Name.Entity */
 +
.myDark > pre .ne { color: #a6e22e } /* Name.Exception */
 +
.myDark > pre .nf { color: #a6e22e } /* Name.Function */
 +
.myDark > pre .nl { color: #f8f8f2 } /* Name.Label */
 +
.myDark > pre .nn { color: #f8f8f2 } /* Name.Namespace */
 +
.myDark > pre .nx { color: #a6e22e } /* Name.Other */
 +
.myDark > pre .py { color: #f8f8f2 } /* Name.Property */
 +
.myDark > pre .nt { color: #f92672 } /* Name.Tag */
 +
.myDark > pre .nv { color: #f8f8f2 } /* Name.Variable */
 +
.myDark > pre .ow { color: #f92672 } /* Operator.Word */
 +
.myDark > pre .w { color: #f8f8f2 } /* Text.Whitespace */
 +
.myDark > pre .mb { color: #ae81ff } /* Literal.Number.Bin */
 +
.myDark > pre .mf { color: #ae81ff } /* Literal.Number.Float */
 +
.myDark > pre .mh { color: #ae81ff } /* Literal.Number.Hex */
 +
.myDark > pre .mi { color: #ae81ff } /* Literal.Number.Integer */
 +
.myDark > pre .mo { color: #ae81ff } /* Literal.Number.Oct */
 +
.myDark > pre .sa { color: #e6db74 } /* Literal.String.Affix */
 +
.myDark > pre .sb { color: #e6db74 } /* Literal.String.Backtick */
 +
.myDark > pre .sc { color: #e6db74 } /* Literal.String.Char */
 +
.myDark > pre .dl { color: #e6db74 } /* Literal.String.Delimiter */
 +
.myDark > pre .sd { color: #e6db74 } /* Literal.String.Doc */
 +
.myDark > pre .s2 { color: #e6db74 } /* Literal.String.Double */
 +
.myDark > pre .se { color: #ae81ff } /* Literal.String.Escape */
 +
.myDark > pre .sh { color: #e6db74 } /* Literal.String.Heredoc */
 +
.myDark > pre .si { color: #e6db74 } /* Literal.String.Interpol */
 +
.myDark > pre .sx { color: #e6db74 } /* Literal.String.Other */
 +
.myDark > pre .sr { color: #e6db74 } /* Literal.String.Regex */
 +
.myDark > pre .s1 { color: #e6db74 } /* Literal.String.Single */
 +
.myDark > pre .ss { color: #e6db74 } /* Literal.String.Symbol */
 +
.myDark > pre .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
 +
.myDark > pre .fm { color: #a6e22e } /* Name.Function.Magic */
 +
.myDark > pre .vc { color: #f8f8f2 } /* Name.Variable.Class */
 +
.myDark > pre .vg { color: #f8f8f2 } /* Name.Variable.Global */
 +
.myDark > pre .vi { color: #f8f8f2 } /* Name.Variable.Instance */
 +
.myDark > pre .vm { color: #f8f8f2 } /* Name.Variable.Magic */
 +
.myDark > pre .il { color: #ae81ff } /* Literal.Number.Integer.Long */

Revision as of 12:35, 12 August 2019

/* CSS placed here will affect users of the Vector skin */
#mw-panel { padding-left: 0; } /* Reduces sidebar padding on the left. */
#mw-panel div.portal { margin-left: 0; margin-right: 0; } /* Reduces sidebar margins. */
#mw-panel div.portal .body { margin-left: 0.5em; } /* Reduces left margin of sidebar toolbox */

.bash {
 background-color: black;
 color: silver;
 font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}
/* This corresponds to the "native" style of Pygments as output by "pygmentize -S native -f html". */
.myDark > pre { background: #282a36; color: #f8f8f2}
.myDark > pre .hll { background-color: #49483e }
.myDark > pre .c { color: #75715e } /* Comment */
.myDark > pre .err { color: #960050; background-color: #1e0010 } /* Error */
.myDark > pre .k { color: #66d9ef } /* Keyword */
.myDark > pre .l { color: #ae81ff } /* Literal */
.myDark > pre .n { color: #f8f8f2 } /* Name */
.myDark > pre .o { color: #f92672 } /* Operator */
.myDark > pre .p { color: #f8f8f2 } /* Punctuation */
.myDark > pre .ch { color: #75715e } /* Comment.Hashbang */
.myDark > pre .cm { color: #75715e } /* Comment.Multiline */
.myDark > pre .cp { color: #75715e } /* Comment.Preproc */
.myDark > pre .cpf { color: #75715e } /* Comment.PreprocFile */
.myDark > pre .c1 { color: #75715e } /* Comment.Single */
.myDark > pre .cs { color: #75715e } /* Comment.Special */
.myDark > pre .gd { color: #f92672 } /* Generic.Deleted */
.myDark > pre .ge { font-style: italic } /* Generic.Emph */
.myDark > pre .gi { color: #a6e22e } /* Generic.Inserted */
.myDark > pre .gs { font-weight: bold } /* Generic.Strong */
.myDark > pre .gu { color: #75715e } /* Generic.Subheading */
.myDark > pre .kc { color: #66d9ef } /* Keyword.Constant */
.myDark > pre .kd { color: #66d9ef } /* Keyword.Declaration */
.myDark > pre .kn { color: #f92672 } /* Keyword.Namespace */
.myDark > pre .kp { color: #66d9ef } /* Keyword.Pseudo */
.myDark > pre .kr { color: #66d9ef } /* Keyword.Reserved */
.myDark > pre .kt { color: #66d9ef } /* Keyword.Type */
.myDark > pre .ld { color: #e6db74 } /* Literal.Date */
.myDark > pre .m { color: #ae81ff } /* Literal.Number */
.myDark > pre .s { color: #e6db74 } /* Literal.String */
.myDark > pre .na { color: #a6e22e } /* Name.Attribute */
.myDark > pre .nb { color: #f8f8f2 } /* Name.Builtin */
.myDark > pre .nc { color: #a6e22e } /* Name.Class */
.myDark > pre .no { color: #66d9ef } /* Name.Constant */
.myDark > pre .nd { color: #a6e22e } /* Name.Decorator */
.myDark > pre .ni { color: #f8f8f2 } /* Name.Entity */
.myDark > pre .ne { color: #a6e22e } /* Name.Exception */
.myDark > pre .nf { color: #a6e22e } /* Name.Function */
.myDark > pre .nl { color: #f8f8f2 } /* Name.Label */
.myDark > pre .nn { color: #f8f8f2 } /* Name.Namespace */
.myDark > pre .nx { color: #a6e22e } /* Name.Other */
.myDark > pre .py { color: #f8f8f2 } /* Name.Property */
.myDark > pre .nt { color: #f92672 } /* Name.Tag */
.myDark > pre .nv { color: #f8f8f2 } /* Name.Variable */
.myDark > pre .ow { color: #f92672 } /* Operator.Word */
.myDark > pre .w { color: #f8f8f2 } /* Text.Whitespace */
.myDark > pre .mb { color: #ae81ff } /* Literal.Number.Bin */
.myDark > pre .mf { color: #ae81ff } /* Literal.Number.Float */
.myDark > pre .mh { color: #ae81ff } /* Literal.Number.Hex */
.myDark > pre .mi { color: #ae81ff } /* Literal.Number.Integer */
.myDark > pre .mo { color: #ae81ff } /* Literal.Number.Oct */
.myDark > pre .sa { color: #e6db74 } /* Literal.String.Affix */
.myDark > pre .sb { color: #e6db74 } /* Literal.String.Backtick */
.myDark > pre .sc { color: #e6db74 } /* Literal.String.Char */
.myDark > pre .dl { color: #e6db74 } /* Literal.String.Delimiter */
.myDark > pre .sd { color: #e6db74 } /* Literal.String.Doc */
.myDark > pre .s2 { color: #e6db74 } /* Literal.String.Double */
.myDark > pre .se { color: #ae81ff } /* Literal.String.Escape */
.myDark > pre .sh { color: #e6db74 } /* Literal.String.Heredoc */
.myDark > pre .si { color: #e6db74 } /* Literal.String.Interpol */
.myDark > pre .sx { color: #e6db74 } /* Literal.String.Other */
.myDark > pre .sr { color: #e6db74 } /* Literal.String.Regex */
.myDark > pre .s1 { color: #e6db74 } /* Literal.String.Single */
.myDark > pre .ss { color: #e6db74 } /* Literal.String.Symbol */
.myDark > pre .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.myDark > pre .fm { color: #a6e22e } /* Name.Function.Magic */
.myDark > pre .vc { color: #f8f8f2 } /* Name.Variable.Class */
.myDark > pre .vg { color: #f8f8f2 } /* Name.Variable.Global */
.myDark > pre .vi { color: #f8f8f2 } /* Name.Variable.Instance */
.myDark > pre .vm { color: #f8f8f2 } /* Name.Variable.Magic */
.myDark > pre .il { color: #ae81ff } /* Literal.Number.Integer.Long */