github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v2/content/en/docs/references/yaml/main.css (about) 1 .comment { 2 color: #008000; 3 } 4 5 .key { 6 color: #811f3f; 7 position: relative; 8 } 9 10 .key.required { 11 font-weight: bold; 12 } 13 14 .value { 15 color: blue; 16 } 17 18 .example { 19 color: gray; 20 font-weight: 100; 21 } 22 23 .key, .value, .comment, .example { 24 font-family: 'Roboto Mono', monospace; 25 font-size: 14px; 26 } 27 28 .key, .value, .example { 29 white-space: nowrap; 30 } 31 32 table { 33 border-collapse: collapse; 34 } 35 36 td { 37 border-bottom: 1px solid #EEE; 38 padding: 1px 0 !important; 39 vertical-align: top; 40 } 41 42 td:first-child { 43 padding: 1px 5px !important; 44 } 45 46 tr.top td { 47 background-color: #EEE; 48 } 49 50 tr.top .comment { 51 color: gray; 52 } 53 54 td:first-child { 55 white-space: nowrap; 56 padding-right: 10px; 57 } 58 59 tr:hover td { 60 background: #DDD; 61 } 62 63 code { 64 font-family: unset; 65 font-size: 85%; 66 border: 1px dotted gray; 67 border-radius: 3px; 68 padding: 0 .2em; 69 } 70 71 em { 72 font-family: unset; 73 font-size: 85%; 74 border: 1px dotted gray; 75 border-radius: 3px; 76 padding: 0 .2em; 77 } 78 79 a.anchor{ 80 position: relative; 81 display: inline; 82 visibility: hidden; 83 top: -70px; 84 } 85 86 @media (max-width: 768px) { 87 a.anchor { 88 top: -10px; 89 } 90 } 91 92 .stooltip__content { 93 background-color: #555; 94 border-radius: 5px; 95 color: #FFF; 96 display: inline-block; 97 font-size: 9px; 98 font-weight: 100; 99 padding: 5px 6px; 100 } 101 102 .stooltip__content::before { 103 background-color: #555; 104 border-radius: 1px; 105 bottom: -3px; 106 content: ''; 107 display: block; 108 height: 10px; 109 left: 9px; 110 position: absolute; 111 transform: rotate(45deg); 112 width: 10px; 113 z-index: -1; 114 } 115 116 .stooltip { 117 border-bottom: 10px solid transparent; 118 display: inline-block; 119 left: 0; 120 opacity: 0; 121 position: absolute; 122 top: -10px; 123 transform: translateY(-50%); 124 transition: opacity 0.3s; 125 visibility: hidden; 126 } 127 128 .stooltip__icon { 129 margin: 0 0 0 6px; 130 } 131 132 .key:hover > .stooltip { 133 opacity: 1; 134 visibility: visible; 135 } 136 137 .yaml-link { 138 color: #FFF; 139 } 140 141 .yaml-link:hover{ 142 color: #72A1E5; 143 } 144 145 .yaml-link__separator { 146 cursor: default; 147 } 148 149 .tooltip-img-continaer { 150 margin: 10px 0 0; 151 max-width: 220px; 152 }