X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=inline;f=shm_utils%2Fumurmurd-websocket%2Fweb%2Fcss%2Fjson.human.css;fp=shm_utils%2Fumurmurd-websocket%2Fweb%2Fcss%2Fjson.human.css;h=0000000000000000000000000000000000000000;hb=1fbc5db2d0c6168e10b116cb474174d165192530;hp=9547bc9128d0de8351e2177174a96a82379d44c3;hpb=a738ff892738e239ad74f5aa686108298efa7cea;p=umurmur.git diff --git a/shm_utils/umurmurd-websocket/web/css/json.human.css b/shm_utils/umurmurd-websocket/web/css/json.human.css deleted file mode 100644 index 9547bc9..0000000 --- a/shm_utils/umurmurd-websocket/web/css/json.human.css +++ /dev/null @@ -1,77 +0,0 @@ -.jh-root, .jh-type-object, .jh-type-array, .jh-key, .jh-value, .jh-root tr{ - -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ - -moz-box-sizing: border-box; /* Firefox, other Gecko */ - box-sizing: border-box; /* Opera/IE 8+ */ -} - -.jh-key, .jh-value{ - margin: 0; - padding: 0.2em; -} - -.jh-value{ - border-left: 1px solid #ddd; -} - -.jh-type-bool, .jh-type-number{ - font-weight: bold; - text-align: center; - color: #5286BC; -} - -.jh-type-string{ - font-style: italic; - color: #839B00; -} - -.jh-array-key{ - font-style: italic; - font-size: small; - text-align: center; -} - -.jh-object-key, .jh-array-key{ - color: #444; - vertical-align: top; -} - -.jh-type-object > tr:nth-child(odd), .jh-type-array > tr:nth-child(odd){ - background-color: #f5f5f5; -} - -.jh-type-object > tr:nth-child(even), .jh-type-array > tr:nth-child(even){ - background-color: #fff; -} - -.jh-type-object, .jh-type-array{ - width: 100%; - border-collapse: collapse; -} - -.jh-root{ - border: 1px solid #ccc; - margin: 0.2em; -} - -th.jh-key{ - text-align: left; -} - -.jh-type-object > tr, .jh-type-array > tr{ - border: 1px solid #ddd; - border-bottom: none; -} - -.jh-type-object > tr:last-child, .jh-type-array > tr:last-child{ - border-bottom: 1px solid #ddd; -} - -.jh-type-object > tr:hover, .jh-type-array > tr:hover{ - border: 1px solid #F99927; -} - -.jh-empty{ - font-style: italic; - color: #999; - font-size: small; -}