|
|
(٤٨ مراجعات متوسطة بواسطة نفس المستخدم غير معروضة) |
سطر ١: |
سطر ١: |
| <!-- Main Box Wrapper --> | | <!-- Static Header Section --> |
| <div class="box" style="
| |
| width: 100%;
| |
| height: {{{4|auto}}};
| |
| float: {{{5|none}}};
| |
| margin-bottom: {{#if:{{{8|}}}|0|20px}};
| |
| {{#if:{{{8|}}}|position: fixed; {{{8}}}}};
| |
| border: 2px solid #a2a9b1; /* Main Border */
| |
| background: #f8f9fa; /* Light Gray Background */
| |
| padding: 10px;
| |
| border-radius: 5px;
| |
| box-sizing: border-box; /* Ensures width stays within limits */
| |
| ">
| |
|
| |
|
| <!-- Static Header Section -->
| | <div style="width:100%;background:#e6f3ff;border:2px solid #cedff2;padding: 5px; border-radius:5px;"> |
| <div class="box-header" style="
| | <div style="font-size:1.3em;font-weight:bold;padding:8px;text-align:right; border:2px solid #cedff2;background: #99ceff; border-radius:5px; |
| width: 100%;
| | ">مقالة مختارة: {{{1}}}</div> |
| background: #cedff2; /* Light Blue Header */
| |
| border: 2px solid #0645ad; /* Blue Border */
| |
| padding: 8px;
| |
| font-size: 1.3em;
| |
| font-weight: bold;
| |
| text-align: center;
| |
| color: #0645ad;
| |
| border-radius: 5px;
| |
| margin-bottom: 10px;
| |
| ">
| |
| 📰 مقال مختار
| |
| </div>
| |
|
| |
|
| <!-- Main Content Section -->
| | <!-- Main Content Box --> |
| <div class="box-body" style="
| | <div class="box" style="height:{{{4}}};float:{{{5}}};margin-bottom:{{#if:{{{8|}}}|0|20px}};{{#if:{{{8|}}}|position:fixed;{{{8}}}}}; solid #a2a9b1;padding:10px;border-radius:5px;">{{#if:{{{image|}}}|<div style="float:left;margin-right:10px;margin-bottom:15px;">[[ملف:{{{image}}}|260px|alt=صورة المقال]]</div>}} |
| padding: 10px;
| |
| ">
| |
| <!-- Article Title -->
| |
| <h2 class="box-title" style="
| |
| font-size: 1.2em;
| |
| font-weight: bold;
| |
| color: #0645ad;
| |
| margin-bottom: 5px;
| |
| text-align: center;
| |
| ">
| |
| {{#if: {{{7|}}} | [[{{{7}}}|{{{1}}}]] | {{{1}}} }}
| |
| </h2>
| |
|
| |
|
| <!-- Main Article Content -->
| | <div {{#if:{{{collapse|}}}|id="mw-customcollapsible-{{{collapseid|wikiframe}}}" class|class}}="{{#if:{{{collapse|}}}|box-content {{{collapse}}} mw-collapsible|box-content}}" style="padding:5px;">{{{2}}}</div> |
| <div class="box-text" style="font-size: 1em; color: #000;">
| |
| {{{2}}}
| |
| </div>
| |
|
| |
|
| <!-- Show/Hide Toggle Button (If Collapsible) -->
| |
| {{#if:{{{collapse|}}}|
| |
| <div style="text-align: center; margin-top: 5px;">
| |
| <span style="font-size: 1rem; color: #4d97ff; cursor: pointer;" class="mw-customtoggle-{{{collapseid|wikiframe}}}">
| |
| {{{collapsetext|إظهار/إخفاء}}}
| |
| </span>
| |
| </div>}}
| |
|
| |
| </div>
| |
| </div> | | </div> |
| | | </div> |
| <noinclude>{{/doc}}[[Category:Templates]]</noinclude> | | <noinclude>{{/doc}}[[Category:Templates]]</noinclude> |