redone 12.5

This commit is contained in:
Naser Mansour
2026-01-04 02:26:22 +02:00
parent e557fb1104
commit 45f029a1db
8 changed files with 169 additions and 145 deletions
+18 -18
View File
@@ -12,7 +12,7 @@
body {
font-family: 'DejaVu Sans', sans-serif;
font-size: 10px;
color: #1A1A1A;
color: #2D322A;
direction: {{ $locale === 'ar' ? 'rtl' : 'ltr' }};
}
@@ -22,7 +22,7 @@
left: 0;
right: 0;
height: 70px;
border-bottom: 3px solid #A5C87A;
border-bottom: 3px solid #C4A882;
padding-bottom: 10px;
}
@@ -47,7 +47,7 @@
.brand-name {
font-size: 22px;
font-weight: bold;
color: #8AB357;
color: #2D3624;
}
.brand-subtitle {
@@ -59,7 +59,7 @@
.report-title {
font-size: 14px;
font-weight: bold;
color: #8AB357;
color: #2D3624;
}
footer {
@@ -68,7 +68,7 @@
left: 0;
right: 0;
height: 50px;
border-top: 2px solid #A5C87A;
border-top: 2px solid #C4A882;
padding-top: 10px;
font-size: 9px;
color: #666;
@@ -97,8 +97,8 @@
}
.filters-section {
background-color: #E8E4DC;
border: 1px solid #A5C87A;
background-color: #F4F1EA;
border: 1px solid #C4A882;
border-radius: 4px;
padding: 10px 15px;
margin-bottom: 20px;
@@ -106,7 +106,7 @@
.filters-title {
font-weight: bold;
color: #8AB357;
color: #A68966;
margin-bottom: 5px;
}
@@ -118,11 +118,11 @@
.summary {
margin-bottom: 15px;
color: #8AB357;
color: #2D3624;
}
.summary strong {
color: #8AB357;
color: #A68966;
}
table {
@@ -132,8 +132,8 @@
}
th {
background-color: #8AB357;
color: #E8E4DC;
background-color: #2D3624;
color: #FFFFFF;
padding: 10px 8px;
text-align: {{ $locale === 'ar' ? 'right' : 'left' }};
font-weight: bold;
@@ -143,13 +143,13 @@
td {
padding: 8px;
border-bottom: 1px solid #A5C87A;
border-bottom: 1px solid #C4A882;
text-align: {{ $locale === 'ar' ? 'right' : 'left' }};
font-size: 9px;
}
tr:nth-child(even) {
background-color: #E8E4DC;
background-color: #F4F1EA;
}
.status-active {
@@ -163,16 +163,16 @@
}
.updates-section {
background-color: #E8E4DC;
background-color: #F4F1EA;
padding: 10px;
margin: 5px 0;
border-{{ $locale === 'ar' ? 'right' : 'left' }}: 3px solid #8AB357;
border-{{ $locale === 'ar' ? 'right' : 'left' }}: 3px solid #A68966;
}
.update-entry {
margin-bottom: 8px;
padding-bottom: 8px;
border-bottom: 1px dashed #A5C87A;
border-bottom: 1px dashed #C4A882;
}
.update-entry:last-child {
@@ -189,7 +189,7 @@
.update-text {
font-size: 9px;
color: #1A1A1A;
color: #2D322A;
}
.no-data {