jquery.syntax.core.css
1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
pre code.syntax-theme-base {
display: block; }
pre code.syntax-theme-base > span {
display: block;
white-space: pre-wrap; }
pre code.syntax-theme-base .indent {
display: block;
float: left; }
pre code.syntax-theme-base .text {
white-space: pre-wrap;
display: block;
overflow: hidden;
padding-left: 1rem;
text-indent: -1rem; }
.syntax-theme-base {
font-family: Menlo, Monaco, Consolas, monospace;
line-height: 1.15em; }
.syntax-theme-base a {
text-decoration: none;
color: inherit; }
.syntax-theme-base .function {
color: #33f; }
.syntax-theme-base .keyword, .syntax-theme-base .access {
color: #7a0968; }
.syntax-theme-base .type {
color: #3239D6; }
.syntax-theme-base .comment {
color: #6ac; }
.syntax-theme-base .constant {
color: #1c00ce; }
.syntax-theme-base .string, .syntax-theme-base .symbol {
color: #c41a15; }
.syntax-theme-base .string .escape {
color: #f99; }
.syntax-theme-base .operator {
color: #000000; }
.syntax-theme-base .href {
color: #0e0eff;
text-decoration: underline; }
.syntax-theme-base .variable {
color: #466997; }
.syntax-theme-base .highlight {
background-color: #fdfdba; }
.syntax-theme-base pre {
overflow: auto;
font-family: inherit; }
.syntax-container.syntax-theme-base {
position: relative; }
.syntax-container.syntax-theme-base .toolbar {
font-size: 80%;
text-align: right;
padding: 0 0.2em 0.2em; }
.syntax-container.syntax-theme-base .toolbar a {
margin-left: 1em; }
.syntax-container.syntax-theme-base pre.raw {
overflow: auto;
padding: 0 0.4em 0 !important;
margin: 0 !important;
background-color: #f0f0f0;
border: 1px solid #aaa; }