Skip to content
Snippets Groups Projects
Select Git revision
2 results Searching

A4_paysage.html

Blame
  • A4_paysage.html 15.14 KiB
    <style>
    	@page {
    		size: 29.7cm 20.7cm;
    		margin: 0px;
    	}
    
    	#A4_print_template {
    		position: absolute;
    		width: 29.7cm;
    		height: 20.7cm;
    		padding: 0.33cm;
    		border: 0px solid red;
    	}
    
    	.entete {
    		padding: 0;
    		width: 29cm;
    		height: 2cm;
    		border: 0px solid black;
    		background-color: #D3D3D3 !important;
    	}
    
    	.colonne_gauche {
    		margin-top: 0.33cm;
    		margin-right: 0.33cm;
    		margin-bottom: 0.33cm;
    		width: 5cm;
    		height: 16.5cm;
    		float: left;
    
    	}
    
    	.colonne_droite {
    		margin-top: 0.33cm;
    		margin-bottom: 0.33cm;
    		width: 23.7cm;
    		height: 17cm;
    		float: left;
    	}
    
    	.a4_paysage_titre {
    		font-size: 0.58cm;
    		font-weight: bold;
    	}
    
    	.a4_paysage_ss_titre {
    		font-size: 0.33cm;
    		font-weight: bold;
    	}
    
    	.a4_paysage_titre,
    	.a4_paysage_ss_titre {
    		text-align: center;
    		padding-top: 0.2cm;
    	}
    
    	.a4_paysage_comment {
    		width: auto;
    		height: 1.5cm;
    		padding: 0.12cm;
    		font-size: 0.29cm;
    		margin-bottom: 0.4cm;
    		border: 1px solid transparent;
    		background-color: #FFFFFF !important;
    		color: #333 !important;
    	}
    
    	.a4_paysage_legend {
    		width: auto;
    		font-size: 0.29cm;