The skin The Screeny Exposure! has been set. This will last for your current session.
The Screeny Exposure! skin by lim
Exposes every heading, title, and name with the "landmark" class to the readers that can't read them
- Users:
- 38
- Role:
- Media:
- all
- Condition:
- normal
Navigation
CSS
/* SKIN: The Screeny Exposure!*/
/* DESCRIPTION:
Exposes every heading, title, and name with the "landmark" class
to the readers that can't read them*/
ul#skiplinks,
.landmark,
#outer .landmark,
.landmark a,
.index .heading.landmark {
font-size: 100%;
line-height: 1.5;
height: auto;
margin: auto;
clear: both;
color: #000;
opacity: 1;
}
