time:hover, time:active { visibility: hidden; max-height: .9em; }
time:hover::before, time:active::before { content: attr(title); visibility: visible; }
.nav-name a::after { color: grey; font-weight: normal; font-size: .66em; content: "\a"attr(title); }

Responses

In response to blip #134000

dba_afish said:

time:hover, time:active { visibility: hidden; max-height: .9em; }
time:hover::before, time:active::before { content: attr(title); visibility: visible; }
.nav-name a::after { color: grey; font-weight: normal; font-size: .66em; content: "\a"attr(title); }

Is this desktop exclusive? I don't think mobile has hover (also what does it do)