File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 199199 animation : progress linear;
200200 animation-timeline : scroll ();
201201}
202+ .skip-to-main-content-link {
203+ position : absolute;
204+ left : -9999px ;
205+ z-index : 999 ;
206+ padding : 1em ;
207+ background-color : black;
208+ color : white;
209+ opacity : 0 ;
210+ }
211+ .skip-to-main-content-link : focus {
212+ left : 50% ;
213+ transform : translateX (-50% );
214+ color : white;
215+ opacity : 1 ;
216+ }
202217@keyframes progress {
203218 from { transform : scaleX (0 ); }
204219}
11871202 < noscript > < iframe src ="https://gtm.vreeman.com/ns.html?id=GTM-WKSDWK " height ="0 " width ="0 " style ="display:none;visibility:hidden "> </ iframe > </ noscript >
11881203 < div id ="progress " role ="progressbar " aria-label ="progress "> </ div >
11891204 < header id ="header ">
1205+ < a href ="#introduction " class ="skip-to-main-content-link "> Skip to main content</ a >
11901206 < h1 > Meditations · < em > < abbr title ="Things to one's self "> Ta eis heauton</ abbr > </ em > · by Marcus Aurelius</ h1 >
11911207 < h2 > A new translation, with an introduction, by Gregory Hays</ h2 >
11921208 </ header >
You can’t perform that action at this time.
0 commit comments