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
+26 -26
View File
@@ -12,7 +12,7 @@
body {
font-family: 'DejaVu Sans', sans-serif;
font-size: 11px;
color: #1A1A1A;
color: #2D322A;
direction: {{ $locale === 'ar' ? 'rtl' : 'ltr' }};
line-height: 1.6;
}
@@ -23,7 +23,7 @@
left: 0;
right: 0;
height: 70px;
border-bottom: 3px solid #A5C87A;
border-bottom: 3px solid #C4A882;
padding-bottom: 10px;
}
@@ -48,7 +48,7 @@
.brand-name {
font-size: 24px;
font-weight: bold;
color: #8AB357;
color: #2D3624;
}
.brand-subtitle {
@@ -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;
@@ -105,7 +105,7 @@
.cover-brand {
font-size: 48px;
font-weight: bold;
color: #8AB357;
color: #2D3624;
margin-bottom: 10px;
}
@@ -118,13 +118,13 @@
.cover-title {
font-size: 28px;
font-weight: bold;
color: #8AB357;
color: #2D3624;
margin-bottom: 20px;
}
.cover-period {
font-size: 22px;
color: #8AB357;
color: #A68966;
margin-bottom: 60px;
}
@@ -141,8 +141,8 @@
.section-title {
font-size: 18px;
font-weight: bold;
color: #8AB357;
border-bottom: 2px solid #A5C87A;
color: #2D3624;
border-bottom: 2px solid #C4A882;
padding-bottom: 8px;
margin-bottom: 20px;
margin-top: 30px;
@@ -165,7 +165,7 @@
display: table-cell;
width: 30px;
font-weight: bold;
color: #8AB357;
color: #A68966;
}
.toc-title {
@@ -176,7 +176,7 @@
display: table-cell;
width: 40px;
text-align: {{ $locale === 'ar' ? 'left' : 'right' }};
color: #8AB357;
color: #A68966;
}
/* Stats Grid */
@@ -198,8 +198,8 @@
}
.stat-box {
background-color: #E8E4DC;
border: 1px solid #A5C87A;
background-color: #F4F1EA;
border: 1px solid #C4A882;
border-radius: 4px;
padding: 15px;
text-align: {{ $locale === 'ar' ? 'right' : 'left' }};
@@ -215,11 +215,11 @@
.stat-value {
font-size: 24px;
font-weight: bold;
color: #8AB357;
color: #2D3624;
}
.stat-value-gold {
color: #8AB357;
color: #A68966;
}
/* Data Table */
@@ -230,8 +230,8 @@
}
.data-table th {
background-color: #8AB357;
color: #E8E4DC;
background-color: #2D3624;
color: #FFFFFF;
padding: 10px 12px;
text-align: {{ $locale === 'ar' ? 'right' : 'left' }};
font-weight: bold;
@@ -241,18 +241,18 @@
.data-table td {
padding: 10px 12px;
border-bottom: 1px solid #A5C87A;
border-bottom: 1px solid #C4A882;
text-align: {{ $locale === 'ar' ? 'right' : 'left' }};
}
.data-table tr:nth-child(even) {
background-color: #E8E4DC;
background-color: #F4F1EA;
}
/* Highlights */
.highlight-box {
background-color: #E8E4DC;
border: 1px solid #A5C87A;
background-color: #F4F1EA;
border: 1px solid #C4A882;
border-radius: 4px;
padding: 15px;
margin-bottom: 20px;
@@ -260,7 +260,7 @@
.highlight-item {
padding: 5px 0;
border-bottom: 1px solid rgba(165, 200, 122, 0.5);
border-bottom: 1px solid rgba(196, 168, 130, 0.5);
}
.highlight-item:last-child {
@@ -268,7 +268,7 @@
}
.highlight-bullet {
color: #8AB357;
color: #A68966;
font-weight: bold;
margin-{{ $locale === 'ar' ? 'left' : 'right' }}: 8px;
}
@@ -294,14 +294,14 @@
margin: 20px 0;
padding: 15px;
background-color: #fff;
border: 1px solid #A5C87A;
border: 1px solid #C4A882;
border-radius: 4px;
}
.chart-title {
font-size: 12px;
font-weight: bold;
color: #8AB357;
color: #2D3624;
margin-bottom: 15px;
}
@@ -350,7 +350,7 @@
text-align: center;
padding: 30px;
color: #666;
background-color: #E8E4DC;
background-color: #F4F1EA;
border-radius: 4px;
}
</style>