| --- |
| --- |
| |
| @import "{{ site.theme }}"; |
| |
| .lead, .page-title+.markdown-body>p:first-child { |
| margin-bottom: 30px; |
| font-size: 20px; |
| font-weight: 300; |
| color: #555; |
| } |
| |
| .container { |
| width: 1160px; |
| } |
| |
| .masthead { |
| padding-top: 1rem; |
| padding-bottom: 1rem; |
| margin-bottom: 1.5rem; |
| text-align: center; |
| background-color: #4078c0; |
| } |
| |
| .masthead .masthead-logo { |
| display: inline-block; |
| font-size: 1.5rem; |
| color: #fff; |
| float: left; |
| } |
| |
| .masthead-nav { |
| float: right; |
| margin-top: .5rem; |
| } |
| |
| .masthead-nav a:not(:last-child) { |
| margin-right: 1.25rem; |
| } |
| |
| .masthead a { |
| color: rgba(255,255,255,0.5); |
| font-size: 1rem; |
| } |
| |
| .masthead a:hover { |
| color: #fff; |
| text-decoration: none; |
| } |
| |
| .masthead-nav .active { |
| color: #fff; |
| font-weight: 500; |
| } |
| |
| td.right { |
| text-align: right; |
| } |
| |
| table td { |
| max-width: 600px; |
| vertical-align: text-top; |
| } |
| |
| td.pre { |
| white-space: pre; |
| } |
| |
| .nowrap { |
| white-space: nowrap; |
| } |
| |
| .scroll-table { |
| max-height: 190px; |
| overflow-x: auto; |
| } |
| |
| .footer { |
| padding-top: 1.5rem; |
| padding-bottom: 1.5rem; |
| margin-top: 3rem; |
| line-height: 1.75; |
| color: #7a7a7a; |
| border-top: 1px solid #eee; |
| } |
| |
| .footer strong { |
| color: #333; |
| } |
| |
| .footer a { |
| text-decoration: none; |
| } |
| |
| .menu { |
| margin-bottom: 15px; |
| list-style: none; |
| background-color: #fff; |
| border: 1px solid #d1d5da; |
| border-radius: 3px; |
| } |
| |
| .menu-item { |
| position: relative; |
| display: block; |
| padding: 8px 10px; |
| border-bottom: 1px solid #e1e4e8; |
| } |
| |
| .menu-item.indent { |
| padding-left: 30px; |
| } |
| |
| .menu-item.no-nav { |
| color: #7a7a7a; |
| } |
| |
| .menu-item.selected { |
| font-weight: 600; |
| color: #24292e; |
| cursor: default; |
| background-color: #fff; |
| } |
| |
| .menu-item:first-child { |
| border-top: 0; |
| border-top-left-radius: 2px; |
| border-top-right-radius: 2px; |
| } |
| |
| .menu-item:hover { |
| text-decoration: none; |
| background-color: #f6f8fa; |
| } |
| |
| .menu-item.selected::before { |
| position: absolute; |
| top: 0; |
| bottom: 0; |
| left: 0; |
| width: 2px; |
| content: ""; |
| background-color: #e36209; |
| } |
| |
| .menu-item:first-child::before { |
| border-top-left-radius: 2px; |
| } |
| |
| .markdown-body h1+ul { |
| margin-bottom: 52px; |
| } |