| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -128,6 +128,19 @@ a.type { | |||
| 128 | 128 | font-size: .9em; | |
| 129 | 129 | } | |
| 130 | 130 | ||
| 131 | + .skip-to-content { | ||
| 132 | + position: fixed; | ||
| 133 | + top: -300%; | ||
| 134 | + } | ||
| 135 | + .skip-to-content:focus { | ||
| 136 | + display: block; | ||
| 137 | + top: 0; | ||
| 138 | + left: 0; | ||
| 139 | + background-color: var(--green1); | ||
| 140 | + padding: 1rem; | ||
| 141 | + z-index: 999999; | ||
| 142 | + } | ||
| 143 | + | ||
| 131 | 144 | #content { | |
| 132 | 145 | position: relative; | |
| 133 | 146 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,6 +26,7 @@ | |||
| 26 | 26 | __JS_FLAVORED_DYNAMIC_CSS__ | |
| 27 | 27 | </head> | |
| 28 | 28 | <body class="alt apidoc" id="api-section-__FILENAME__"> | |
| 29 | + <a href="#apicontent" class="skip-to-content">Skip to content</a> | ||
| 29 | 30 | <div id="content" class="clearfix"> | |
| 30 | 31 | <div role="navigation" id="column2" class="interior"> | |
| 31 | 32 | <div id="intro" class="interior"> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments