Skip to content

ituring by wuyong

Details

Authorwuyong

LicenseNo License

Categoryituring

Created

Updated

Size2.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         ituring
@version      20220724.02.19
@namespace    userstyles.world/user/wuyong
@description  www.ituring.com.cn
@author       wuyong
@license      No License
==/UserStyle== */

@-moz-document domain("www.ituring.com.cn") {
.hljs-comment,
.hljs-quote {
	color: #000
}

.hljs-deletion,
.hljs-name,
.hljs-regexp,
.hljs-selector-class,
.hljs-selector-id,
.hljs-tag,
.hljs-template-variable,
.hljs-variable {
	color: #000
}

.hljs-built_in,
.hljs-builtin-name,
.hljs-link,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-params,
.hljs-type {
	color: #000
}

.hljs-attribute {
	color: #000
}

.hljs-addition,
.hljs-bullet,
.hljs-string,
.hljs-symbol {
	color: #000
}

.hljs-section,
.hljs-title {
	color: #000
}

.hljs-keyword,
.hljs-selector-tag {
	color: #000
}

.hljs {
	display: block;
	overflow-x: auto;
	background: #fff;
	color: #000;
	padding: .5em
}

.hljs-emphasis {
	font-style: italic
}

.hljs-strong {
	font-weight: bold
}
}

@-moz-document domain("www.ituring.com.cn") {
.article-content.md-body pre {
	white-space: pre-wrap;
	position: relative;
	border: 1px solid #000;
	border-radius: 0;
	font-size: .9em;
	display: block;
	margin: 0;
}

.article-content.md-body .hljs {
	border-radius: 0;
	font-size: 13px;
	padding: 1em;
}

code,
kbd,
samp {
	font-family: Ubuntu Mono, consolas, monospace;
	font-size: 1em;
}
}

@-moz-document domain("www.ituring.com.cn") {
/*

Visual Studio-like style based on original C# coloring by Jason Diamond

*/

.hljs-comment {
	color: #008000;
}

.hljs-pscommand,
.hljs-keyword,
.hljs-selector-tag,
.hljs-built_in,
.hljs-name,
.hljs-string .hljs-subst,
.hljs-tag {
	color: #0101fd;
}

.hljs-literal {
	color: darken(#09885a, 5%);
}

.hljs-string .hljs-subst,
.hljs-attr {
	color: #0451a5;
}

.hljs-string,
.hljs-string .hljs-subst .hljs-string,
.hljs-section,
.hljs-template-tag,
.hljs-template-variable,
.hljs-deletion,
.hljs-code {
	color: #a31515;
}

.hljs-parameter,
.hljs-type,
.hljs-attribute,
.hljs-title,
.hljs-addition,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-meta {
	color: darken(#007d9a, 5%);
}

.hljs-doctag {
	color: darken(#737373, 5%);
}

.hljs-control {
	color: #af00db;
}

.hljs-helper {
	color: #795e26;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link {
	color: darken(#0071e1, 5%);
}

.hljs-emphasis {
	font-style: italic;
}

.hljs-strong {
	font-weight: bold;
}

.hljs-reserved,
.hljs-constant {
	color: #cd3131;
}
}

Reviews

No reviews yet.