// homepee.com $(".webzine_type2").removeClass("webzine_type2").addClass("webzine_type table noto") $('.webzine_type_img a img').attr('width','100%').attr('height','auto').addClass("img-fluid"); $('#bbs_contents > table > tbody > tr > td > table.board').attr('border', '0').removeClass('board'); // Àͽº´Â ÄÄÇ»ÅÍ È­¸éÀü¿ëÀÔ´Ï´Ù. ¹ÝÀÀÇüÀÌ ¾ÈµÇµµ »ó°ü¾ø½À´Ï´Ù. // ÁÂÃø¸Þ´º ÀÖÀ»¶§ 1000px ¾øÀ»¶§ 1300px »ç¿ë // À̹ÌÁö¿£ max-width ÁÖ½Ã¸é ¹ÝÀÀÀÌ ¾ÈµË´Ï´Ù. À̹ÌÁö ÀúÀåÇϽNjš ⺸´ÙÀÛ°Ô ¿É¼ÇÀ» üũÇϽðí ÀúÀåÇϼ¼¿ä. $('.board_description').addClass('p-0'); /* ¾Æ·¡ 2°³Áß ¼±Åûç¿ë */ if ($('#bbs_contents').width() < 1100) { $('.board_description #post_area').attr('style','max-width:1000px').addClass('img-fluid p-0'); }else{ $('.board_description #post_area').attr('style','max-width:1260px').addClass('img-fluid p-0'); } /* // ¾Æ·¡ 2°³Áß ¼±Åûç¿ë */ $('.board_description #post_area img').attr('style','').addClass("img-fluid p-3"); // $("td[height='3']").attr('height','0'); $('#bbs_contents > table > tbody > tr > td > table[bordercolor="#e5e5e5"]').addClass('table'); $('#post_area > span').attr('style',''); $('#review_list').css('max-width','600px'); $('#review_list table table').attr('width','25%').attr('height','auto'); $('#review_list tr td a img').css('max-width','100%').attr('width','100%').attr('height','auto').addClass("img-fluid"); $('#border .public_input input_form').attr('size','30'); $('.bbsnewf5 > a > img').attr('width','').attr('height','auto'); $('#border').attr('size','30'); $('input#border[name="subject"]').attr('size', '30'); $('input#border[name="writer"]').attr('size', '30'); $('input#border[name="receiver_email"]').attr('size', '30'); $('td input[type=image]').css('vertical-align','-8px'); $('.bbsnewf5 > input').css('vertical-align','-8px');