Skip to content

Instantly share code, notes, and snippets.

@algun
Created December 9, 2015 17:31
Show Gist options
  • Save algun/e637e8c66f05e0a80711 to your computer and use it in GitHub Desktop.
Save algun/e637e8c66f05e0a80711 to your computer and use it in GitHub Desktop.
body {
background: #222;
color: #ddd;
white-space: pre;
font-family: monospace;
}
a {
color: #6482c8;
}
.property {
color:lightgreen;
}
.type-null {
color: gray;
}
.type-boolean {
color: #fc5e5e;
}
.type-number {
color: #5ecdfc;
}
.type-string {
color: #a4fc5e;
}
.callback-function {
color: gray;
}
.collapser {
left: -12px;
top: 1px;
color: #000;
border-radius: 10px;
margin-left: -4px;
background: rgba(255,255,255,.2);
padding: 0 !important;
height:16px;
width: 16px;
text-align: center;
}
.collapser:after {
display: block;
content: "-";
font-family:monospaced;
font-size:14px;
line-height: 15px;
}
.collapsed > .collapser:after {
content: "+";
font-size:12px;
line-height: 15px;
}
.collapsed .collapser {
background: rgba(255,255,255,.4);
}
.ellipsis:after {
content: " … ";
color: gray;
}
.collapsible {
margin-left: 2em;
}
.hoverable {
padding: 4px;
border-radius: 3px;
border-left: 1px solid transparent;
}
.collapsible .hovered {
background-color: rgba(255, 255, 255, .065);
}
.collapser {
padding-right: 10px;
padding-left: 6px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment