redone 12.5
This commit is contained in:
@@ -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,17 +143,17 @@
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
tr:hover {
|
||||
background-color: #E8E4DC;
|
||||
background-color: #F4F1EA;
|
||||
}
|
||||
|
||||
.status-pending {
|
||||
@@ -187,7 +187,7 @@
|
||||
}
|
||||
|
||||
.consultation-type {
|
||||
background-color: #E8E4DC;
|
||||
background-color: #F4F1EA;
|
||||
padding: 2px 6px;
|
||||
border-radius: 3px;
|
||||
font-size: 8px;
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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,17 +143,17 @@
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
tr:hover {
|
||||
background-color: #E8E4DC;
|
||||
background-color: #F4F1EA;
|
||||
}
|
||||
|
||||
.status-active {
|
||||
@@ -167,7 +167,7 @@
|
||||
}
|
||||
|
||||
.user-type {
|
||||
background-color: #E8E4DC;
|
||||
background-color: #F4F1EA;
|
||||
padding: 2px 6px;
|
||||
border-radius: 3px;
|
||||
font-size: 8px;
|
||||
|
||||
Reference in New Issue
Block a user