-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
104 lines (81 loc) · 1.2 KB
/
index.css
File metadata and controls
104 lines (81 loc) · 1.2 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
div.ControlsRow, div.HeadersRow {
font-family: Georgia;
}
.Canvas {
font-family: Lucida Console, Georgia;
font-size: 13px;
background-color: #ECECEC;
color: #000000;
border: solid 1px #CECECE;
}
.ObjectBrace {
color: #00AA00;
font-weight: bold;
}
.ArrayBrace {
color: #0033FF;
font-weight: bold;
}
.PropertyName {
color: #CC0000;
font-weight: bold;
}
.String {
color: #007777;
}
.Number {
color: #AA00AA;
}
.Boolean {
color: #0000FF;
}
.Function {
color: #AA6633;
text-decoration: italic;
}
.Null {
color: #0000FF;
}
.Comma {
color: #000000;
font-weight: bold;
}
PRE.CodeContainer {
margin-top: 0px;
margin-bottom: 0px;
}
PRE.CodeContainer img {
cursor: pointer;
border: none;
margin-bottom: -1px;
}
#CollapsibleViewDetail a {
padding-left: 10px;
}
#ControlsRow {
white-space: nowrap;
font: 11px Georgia;
}
#TabSizeHolder {
padding-left: 10px;
padding-right: 10px;
}
#HeaderTitle {
text-align: right;
font-size: 11px;
}
#HeaderSubTitle {
margin-bottom: 2px;
margin-top: 0px
}
#RawJson {
width: 99%;
height: 120px;
}
A.OtherToolsLink {
color: #555;
text-decoration: none;
}
A.OtherToolsLink:hover {
text-decoration: underline;
}