1 table.calltree { 2 width : 100%; 3 } 4 5 td { 6 padding-top: 0.1em; 7 padding-bottom: 0.1em; 8 } 9 10 .numeric { 11 width : 12ex; 12 } 13 14 .numeric-hidden { 15 display : none; 16 } 17 18 body { 19 font-family: 'Roboto', sans-serif; 20 } 21 22 .tree-row-arrow { 23 margin-right: 0.2em; 24 text-align: right; 25 } 26 27 .code-type-chip { 28 border-radius : 1em; 29 padding : 0.2em; 30 background-color : #4040c0; 31 color: #ffffff; 32 font-size : small; 33 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); 34 } 35 36 .tree-row-name { 37 margin-left: 0.2em; 38 } 39 40 .codeid-link { 41 text-decoration: underline; 42 cursor: pointer; 43 } 44 45 div.mode-button { 46 padding: 1em 3em; 47 display: inline-block; 48 background-color: #6070ff; 49 color : #ffffff; 50 margin: 0 0.2em 2em 0; 51 box-shadow: 3px 3px 2px #d0d0ff; 52 } 53 54 div.mode-button:hover { 55 background-color: #4858ff; 56 } 57 58 div.active-mode-button { 59 background-color: #0000ff; 60 box-shadow: 3px 3px 2px #a0a0ff; 61 } 62 63 div.active-mode-button:hover { 64 background-color: #0000ff; 65 } 66