| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -122,6 +122,19 @@ a.type { | |||
| 122 | 122 | font-size: .9em; | |
| 123 | 123 | } | |
| 124 | 124 | ||
| 125 | + .skip-to-content { | ||
| 126 | + position: fixed; | ||
| 127 | + top: -300%; | ||
| 128 | + } | ||
| 129 | + .skip-to-content:focus { | ||
| 130 | + display: block; | ||
| 131 | + top: 0; | ||
| 132 | + left: 0; | ||
| 133 | + background-color: var(--green1); | ||
| 134 | + padding: 1rem; | ||
| 135 | + z-index: 999999; | ||
| 136 | + } | ||
| 137 | + | ||
| 125 | 138 | #content { | |
| 126 | 139 | position: relative; | |
| 127 | 140 | } | |
| 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