github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v2/static/stylesheets/tabs.css (about) 1 ul.nav.nav-tabs { 2 padding: 0; 3 list-style-type: none; 4 overflow: hidden; 5 content: none; 6 border-bottom-color: lightgray; 7 border-bottom-width: 0.5px; 8 border-bottom-style: solid; 9 } 10 11 li.nav-tab { 12 padding: 10px 20px; 13 float: left; 14 text-align: center; 15 text-decoration: none; 16 font-weight: bold; 17 color: darkgray; 18 font-size: 14px; 19 } 20 21 li.active { 22 color: rgb(87, 119, 249); 23 background: #f5f5f5; 24 } 25 26 a.nav-tab { 27 all: unset; 28 cursor: pointer; 29 } 30 31 div.tab-pane { 32 display: none; 33 } 34 35 div.tab-pane.active { 36 display: block; 37 padding-left: 20px; 38 padding-bottom: 20px; 39 padding-top: 10px; 40 background: #f5f5f5; 41 } 42 43 code { 44 word-break: keep-all; 45 }