</head>
<!-- eklentileri.blogspot.com kod başlangıcı --> <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js' type='text/javascript'/> <script> $(document).ready(function(){ //ID, class and tag element that font size is adjustable in this array //Put in html or body if you want the font of the entire page adjustable var section = new Array('span','.section2'); section = section.join(','); // Reset Font Size var originalFontSize = $(section).css('font-size'); $(".resetFont").click(function(){ $(section).css('font-size', originalFontSize); }); // Increase Font Size $(".increaseFont").click(function(){ var currentFontSize = $(section).css('font-size'); var currentFontSizeNum = parseFloat(currentFontSize, 10); var newFontSize = currentFontSizeNum*1.2; $(section).css('font-size', newFontSize); return false; }); // Decrease Font Size $(".decreaseFont").click(function(){ var currentFontSize = $(section).css('font-size'); var currentFontSizeNum = parseFloat(currentFontSize, 10); var newFontSize = currentFontSizeNum*0.8; $(section).css('font-size', newFontSize); return false; }); }); </script> <!-- eklentileri.blogspot.com kod sonu -->
<div class='post-header-line-1'/>
<!-- eklentileri.blogspot.com kod baslangıcı --> <b:if cond='data:blog.pageType == "item"'> <table border='0' style='float:right; margin-left:5px;'><tr><td><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjX5xgb21IV0sH4avo67hDEJUOVeKj8FQ1Uj_0ib9KyCnWFVHCVlWu8n7rGOHdDtZRaY7IUzyzx61lErfAZgF_40vnAb_qXG4Yv8uRgIGlkquQB9ngWclLUQ1w4AjnGwJAXmk3S_tmctp8/s1600/font-size-blogger-gadget.png'/> | <a class='increaseFont' style='cursor: pointer; cursor: hand;' title='Larger Text'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgaxWGJD7Hg9C5FV-iq_5y0-S8CiYTZW_OaWkE9VGNASbrxZ1WWqIwu88eSO8op2aFZYUYWdGN78YvorSOfO-SqOLVb3AmGblCcFXhTCnxZCTNH69aFwko-3nmLD-gRTCv7vcxfFKGYIQE/s1600/bigger-font+-+Copy.png'/></a> <a class='decreaseFont' style='cursor: pointer; cursor: hand;' title='Smaller Text'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjg2aY4iSC48s1qsM2hqQfUwnOcjCSEh1XyU5JSQL13wBuvZQO7fsP_PUXygsHN6Z_FgtnhDZMLtmSSKbXOurRoSGisk0Of8Y8jcnnaOPUl77uFebPt28R8aUf4_9OTwqa1HDMxVeqj2Yk/s1600/smaller-font.png' style='cursor: hand;'/></a> <a class='resetFont' style='cursor: pointer; cursor: hand;' title='Reset Text Size'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3EEKpoCdXPPlgrEiINZFu0bAZBa5WubGVSgErAkUV6vQhxPWYcizblpNl7YBW-4vnGxmRIJb-_4oxAKDSzkB0UJUMSCGUFQSwoQkt7Wyh2cBuGwpuvN0-PeyPHEihCWmvrdZBCMcrWmI/s1600/reset-font.png' style='cursor: hand;'/></a></td></tr></table> </b:if> <!-- eklentileri.blogspot.com kod sonu -->
<data:post.body/>
<span><data:post.body/></span>