@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro'); @import url('https://fonts.googleapis.com/css?family=Source+Code+Pro'); html { font-family: "Source Sans Pro", sans-serif; } table, th, td { border: 1px solid #cccccc; } th, td { padding-top: 5px; padding-bottom: 5px; padding-left: 10px; padding-right: 10px; } pre, code { font-family: "Source Code Pro", monospace; font-size: 10pt; } a { color: #004d4d; } .page-header { background: #ccdddd; width: 100%; margin: 0; padding: 0; padding-left: 20px; padding-right: 20px; position: fixed; top: 0; left: 0; } .devbug-header { background: #509d9d; width: 100%; position: relative; margin: 0; padding: 5px; padding-left: 20px; margin-left: -20px; color: white; } .spacer { min-height: 165px; } .navul { list-style-type: none; margin: 0; padding: 0; padding-left: 20px; padding-top: 10px; padding-bottom: 10px; margin-left: -20px; position: relative; width: 100%; background: #004d4d; } .navli { display: inline; background: #eee; border-radius: 7px; margin-right: 10px; transition: all 0.5s ease; } .navli:hover { background: #509d9d; } .nava { text-decoration: none; padding: 20; transition: all 0.5s ease; } .nava:hover { color: #eee; } pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; } .string { color: darkslateblue; } .number { color: darkorange; } .boolean { color: blue; } .null { color: magenta; } .key { color: green; }