@CHARSET "UTF-8"; /** * @package WordPress * @subpackage Alter_Serendipity_Theme * @author David Coll - http://funkybudha.net * @copyright GNU GENERAL PUBLIC LICENSE - GPLv3 */ html * { opacity:1 !important; } #left_section, #top_bar, #left_section_trigger, #sidebar_right_bottom { display:none !important; } #content { padding:0 !important; margin:0 !important; } #content_wrapper{ max-width: 100% !important; margin:0 40px 0 0 !important; font-family : "Times New Roman", Times, serif; font-size : 12pt; } .main_section_content{ max-width: 100% !important; margin:0 !important; } #footer{ margin-left:0 !important; } .page_break{ page-break-after: always; } #comments { page-break-before: always; }