User:Becasita/syntaxHighlight.css

From Yugipedia
Jump to: navigation, search

Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: hold down Ctrl and click the Refresh or Reload button. Firefox: hold down ⇧ Shift while clicking Reload (or press Ctrl+⇧ Shift+R). Google Chrome and Safari users can just click the Reload button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

/* ************ For later ************** */
.ns-828 .ace_layer.ace_text-layer
{	/* Box. */
	color: white;
	background: #14161b;
	padding: 0px 4px;
}

.ns-828 .ace-tm .ace_keyword.ace_operator
{	/* Operators («=», «:», «~», etc.). */
	color: rgb(0, 105, 232);
}
.ns-828 .ace-tm .ace_storage, .ace-tm .ace_keyword
{	/* Keywords («local», «function», «return», etc.). */
	color: #E91E63;
}
.ns-828 .ace-tm .ace_constant.ace_library
{	/* Types. */
	color: #00BCD4;
}
.ns-828 .ace-tm .ace_constant.ace_language
{	/* Booleans. */
	color: rgb(140, 246, 88);
}
.ns-828 .ace-tm .ace_string
{	/* Strings. */
	color: #FFC107;
}
.ns-828 .ace-tm .ace_support.ace_function
{	/* "Methods" («concat», «format», «sub», etc.). */
	color: rgb(176, 41, 199);
}
.ns-828 .ace-tm .ace_comment
{	/* Comments. */
	color: rgb(76, 136, 107);
}

/* ****** Viewing */
.ns-828 .mw-highlight > pre
{/*bg*/
color: white;
background-color: #14161b;
}
.ns-828 .mw-highlight .o
{	/* Operators. */
	color: rgb(0, 105, 232);
}
.ns-828 .mw-highlight .kd,
.ns-828 .mw-highlight .kr
{	/* Keywords («local», «function», «return», etc.). */
	color: #E91E63;
}
.ns-828 .mw-highlight .nb
{	/* Methods, types, other keywords. */
	color:  #00BCD4
}
.ns-828 .mw-highlight .nf
{	/* New function. */
	color: greenyellow;
}
.ns-828 .mw-highlight .kc
{	/* Booleans, nil. */
	color: #00fdff;
}
.ns-828 .mw-highlight .s1
{	/* String. */
	color: #FFC107;
}

.ns-828 .mw-highlight .c1
{	/* Comments. */
	color: rgb(76, 136, 107);
}