, - body , . body { font-size: 13pt; }, , , . .postTitle { font-size: 120%; }.
, +/- -:
$('#enlargeText').click(function () {
$(document.body).css('font-size', $(document.body).css('font-size') * 1.5);
}
, body.
, ( ), , :
$('#enlargeText').click(function () {
$('img').each(function () {
this.width *= 1.5;
})
}
CSS, . AFAIK, CSS 3, , . , / .