Skip to content
Snippets Groups Projects
Select Git revision
  • 3050ee3b6d552c70dc977a572af1f70b4a706798
  • master default protected
  • next_version
  • 2025.05.00
  • 2025.04.00
  • 2025.03.04
  • 2025.03.03
  • 2025.03.02
  • 2025.03.01
  • 2025.03.00
  • 2025.02.01
  • 2025.02.00
  • 2025.01.01
  • 2025.01.00
  • 2024.04.03
  • 2024.04.02
  • 2024.04.01
  • 2024.04.00
  • 2024.03.01
  • 2024.03.00
  • 2024.02.02
  • 2024.02.01
  • 2024.02.00
23 results

A3_portrait.html

Blame
  • A3_portrait.html 14.77 KiB
    <style>
    	@page {
    		size: A3 portrait;
    		margin: 0px;
    	}
    
    	#A3_print_template {
    		position: absolute;
    		width: 29.7cm;
    		height: 42cm;
    		padding: 0.33cm;
    		border: 0px solid red;
    	}
    
    	.entete {
    		padding: 0;
    		width: 100%;
    		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: Calc(100% - 6cm);
    		float: left;
    	}
    
    	.colonne_droite {
    		margin-top: 0.33cm;
    		margin-bottom: 0.33cm;
    		width: Calc(100% - 5.33cm);
    		height: Calc(100% - 6cm);
    		float: left;
    	}
    
    	.a3_portrait_titre {
    		font-size: 0.68cm;
    		font-weight: bold;
    	}
    
    	.a3_portrait_ss_titre {
    		font-size: 0.43cm;
    		font-weight: bold;
    	}
    
    	.a3_portrait_titre,
    	.a3_portrait_ss_titre {
    		text-align: center;
    		padding-top: 0.2cm;
    	}
    
    	.a3_portrait_comment {
    		width: auto;
    		height: 6.5cm;
    		padding: 0.12cm;
    		font-size: 0.40cm;
    		margin-bottom: 0.4cm;
    		border: 1px solid transparent;
    		background-color: #FFFFFF !important;
    		color: #333 !important;
    	}
    
    	.a3_portrait_legend {
    		width: auto;
    		height: 26.5cm;