Typepad users: Here is the custom CSS I used to customize the template. My template is Masala using the classic 2-columns right format. I don't know if it will work with all templates. The basic idea is to make font sizes bigger by default, and use a template that adapts to screen size (i.e. no hard-coded screen width).
body {
font-size: 18px;
font-family: verdana, 'trebuchet ms', sans-serif;
margin: 0;
padding: 0;
}
.pkg:after
{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.6em;
line-height: 0;
}
.typelist-thumbnailed .module-list-item:after
{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.6em;
line-height: 0;
}
.module-recent-photos .module-list:after
{
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.6em;
line-height: 0;
}

Comments