Files
db_report/summary/00_header.html
2025-04-16 22:49:04 +02:00

73 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Rapport Oracle</title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #f9f9f9;
padding: 20px;
color: #333;
}
table {
width: 100%;
border-collapse: collapse;
margin: 10px 0;
background-color: #fff;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
th, td {
padding: 2px 2px;
border: 1px solid #ddd;
text-align: left;
font-size: 14px;
}
th {
background-color: #0066CC;
color: white;
cursor: pointer;
}
th:hover {
background-color: #0066AA;
}
tr:hover {
background-color: #f1f1f1;
cursor: pointer;
}
tr.selected {
background-color: #d1eaff !important;
}
th.asc::after {
content: " 🔼";
}
th.desc::after {
content: " 🔽";
}
/* Style pour les couleurs conditionnelles */
.orange {
background-color: #ff9800;
}
.red {
background-color: #f44336;
}
/* Alignement des cellules numériques à droite */
.numeric {
text-align: right;
}
</style>
</head>
<body>