-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpretty-json.css
More file actions
49 lines (46 loc) · 814 Bytes
/
pretty-json.css
File metadata and controls
49 lines (46 loc) · 814 Bytes
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
/* common */
.mark-water{
color:#bbb;
}
/* eof common */
/* node */
.node-content-wrapper{
font-family: 'Quicksand', sans-serif;
background-color:#fff;
}
.node-content-wrapper ul{
border-left:1px dotted #ccc;
list-style:none;
padding-left:25px;
margin:0px;
}
.node-content-wrapper ul li{
list-style:none;
border-bottom:0;
padding-bottom:0
}
.node-hgl-path{
background-color:#fefbdf;
}
.node-bracket{
font-weight:bold;
display:inline-block;
cursor:pointer;
}
.node-bracket:hover{
color:#999;
}
/* eof node */
/* leaf */
.leaft-container{
width:100%;
max-width:300px;
height:100%;
}
.title{ color:#ccc;}
.string{ color:#70ff70;}
.number{ color:#ffd770;}
.boolean{ color:#ff70f0;}
.date{ color:#70fbff;}
.null{ color:#ff5050;}
/* eof leaf */