| /* |
| Copyright 2024 The Go Authors. All rights reserved. |
| Use of this source code is governed by a BSD-style |
| license that can be found in the LICENSE file. |
| */ |
| body { |
| font-family: sans-serif; |
| font-size: 1em; |
| color: #3e4042; |
| } |
| a { |
| color: #007d9c; |
| text-decoration: none; |
| } |
| a:hover { |
| text-decoration: underline; |
| } |
| .header { |
| display: block; |
| } |
| div.section { |
| padding: 0em 2em 1em 1em; |
| } |
| nav { |
| padding-top: 1em; |
| } |
| h1 { |
| margin: .25em 0; |
| } |
| #desc { |
| min-width: 200px; |
| width: 40%; |
| padding-bottom: .5em; |
| } |
| .emph { |
| font-weight: bold; |
| } |
| |
| /* Wrap long text inside <pre>. */ |
| pre.wrap { |
| white-space: pre-wrap; |
| } |
| |
| .filter-tips-box { |
| font-size: .75em; |
| padding-bottom: .5em; |
| } |
| .toggle { |
| font-weight: bold; |
| color: #007d9c; |
| } |
| .toggle:hover { |
| text-decoration: underline; |
| } |
| #filter-tips { |
| display: none; |
| } |
| |
| nav a#current-nav { |
| font-weight: bold; |
| } |
| |