codex.special
Version:
Module for making high-contrast version of websites.
62 lines (51 loc) • 922 B
CSS
/**
* Big text version style
*/
.special-big div {
font-size: 20px;
line-height: 1.5em;
}
.special-big div * {
font-size: inherit ;
line-height: inherit;
}
.special-big h1 {
font-size: 2em ;
line-height: 1.35em;
}
.special-big h2 {
font-size: 1.5em ;
line-height: 1.35em;
}
.special-big h3 {
font-size: 1.17em ;
line-height: 1.35em;
}
.special-big h4 {
font-size: 1.12em ;
line-height: 1.35em;
}
.special-big h5 {
font-size: 0.83em ;
line-height: 1.35em;
}
.special-big h6 {
font-size: 0.75em ;
line-height: 1.35em;
}
/*
.special-big input,
.special-big aside {
font-size: 1.2em !important;
}
.special-big ul,
.special-big ol {
font-size: 1em !important;
}
.special-big a {
font-size: 1em !important;
}
.special-big article {
font-size: 1.1em !important;
}
*/