/* Start of CMSMS style sheet 'CO : Print' */ /* Sections that are hidden when printing the page. We only want the content printed. */ body { color: #000 !important; font-family:serif; background: url(uploads/images/don/cb_logo.jpg) no-repeat; margin: 0; line-height: 0.9em; } /* no need for accessibility on printout. Mark all your elements in content you dont want to get printed with class="noprint" */ .accessibility, .noprint { display:none !important; } /* remove all width constraints from content area */ div#content, div#main { display:block !important; width:100% !important; border:0 !important; padding:0 1em 1em 1em !important; } /* hide everything else! */ div#header, div#header h1 a, div.breadcrumbs, div#search, div#footer, div#menu_vert, div#news, div.right49, div.left49, div#sidebar, div#leftCol, #rightCol, div#nav, .ariane, .case_envoi input, #vb_bouton_envoi, #ch_bouton_print input, .don_cb_plus a, .don_cb_defisc span, .type_don, .credits { display: none !important; } img { float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */ } h2 { text-align: right; font-size: 20px; margin-right: 25px; margin-top: 0; margin-bottom: 0; } /*Formulaire de prélèvement*/ #frm_don p.form_vb_action, #frm_don #form_vb_benef {display: inline-block; width: 40%;} #frm_don #form_vb_benef + p {margin: 0;} #frm_don #form_vb_benef + p + h3 {margin: 0;display: inline-block; width: 25%; height: 50px; vertical-align: top;} #don_cb_somme_table {margin: 0;display: inline-block; width: 70%;} #don_cb_somme_table td{padding-top: 0; padding-bottom: 0;} #form_vb_autorisation, #form_vb_autorisation + p + p + p + h3{margin-bottom: 0;} #form_vb_autorisation + p,#form_vb_autorisation + p + p, #form_vb_autorisation + p + p + p, #form_vb_autorisation + p + p + p + h3 + h4 {margin: 0;} #form_vb_autorisation td img{display: none;} .form_vb { font-size: 12px; } #form_vb_vous, #form_vb_banque { float: left; font-size: 12px; } #form_vb_vous { background-color: #eeeeee; width: 50%; } #form_vb_banque { background-color: #dddddd; width: 50%; } #form_vb_vous input, #form_vb_banque input { height: 16px; } #form_vb_vous h3, #form_vb_banque h3 { font-size: 12px; text-align: center; } #form_vb_vous ul, #form_vb_banque ul { list-style-type: none; } .intitule { width: 25%; } .saisie { width: 75%; border: solid 1px black; } #cp, #cp_banque, #date { background-color: #ffffff; } #nom, #prenom, #adresse, #ville, #signature, #etablissement, #agence, #adresse_banque, #ville_banque { width: 75%; background-color: #ffffff; } #adresse, #adresse_banque { height: 50px; } #signature { height: 90px; } .code input { width: 5%; background-color: #ffffff; } /*Formulaire chèque*/ .print_fond { background-color: #dddddd; } /* End of 'CO : Print' */