الگو:صفحه کتاب مقدس: تفاوت میان نسخهها
ظاهر
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
خط ۱: | خط ۱: | ||
<noinclude> | |||
{{توضیح الگو | این الگو دو دکمه و یک تبلیغ متنی لینکدار در یک خط نمایش میدهد. }} | |||
</noinclude> | |||
<div style=" | <div style=" | ||
background: white; | background: white; | ||
padding: 15px; | padding: 15px; | ||
margin: -10px -10px 20px -10px; | margin: -10px -10px 20px -10px; | ||
display: flex; | |||
flex-wrap: wrap; | |||
align-items: center; | |||
justify-content: space-between; | |||
gap: 10px; | |||
"> | "> | ||
<!-- | <!-- دکمهها --> | ||
<div style=" | <div style="display: flex; gap: 10px; flex-shrink: 0;"> | ||
[[{{{1|Ai-pediabible}}}|<span style="background: #3e6f73cc; color: white; padding: 8px 20px; border-radius: 5px; display: inline-block;">{{{2|دکمه اول}}}</span>]] | |||
[[{{{3|صفحه دوم}}}|<span style="background: #3e6f73cc; color: white; padding: 8px 20px; border-radius: 5px; display: inline-block;">{{{4|دکمه دوم}}}</span>]] | |||
</div> | |||
<!-- تبلیغ متنی لینکدار --> | |||
<div style="flex-shrink: 0;"> | |||
[{{{5|https://example.com}}} <span style="background: #f5f5f5; padding: 8px 15px; border-radius: 5px; border-left: 3px solid #3e6f73cc;">{{{6|متن تبلیغاتی}}}</span>] | |||
</div> | </div> | ||
</div> | </div> | ||
<div style="background: white; padding: 15px; margin: -10px -10px 0 -10px; min-height: 100vh;"> | <div style="background: white; padding: 15px; margin: -10px -10px 0 -10px; min-height: 100vh;"> |