תבנית:קישור לדרייב: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
יצירת דף עם התוכן "<div style="width: 85%; margin: auto; background-color: #e6f7ff; border: 2px solid #888; border-radius: 12px; padding: 20px; box-sizing: border-box; font-family: David; text-align: center;"> <a href="{{{1}}}" style="text-decoration: none; color: black;"> <div style="font-size: 28px; font-weight: bold; margin-bottom: 10px;"> {{{2}}} </div> <div style="font-size: 20px; color: #333; margin-bottom: 15px;"> {{{3}}} </div> <div..." |
אין תקציר עריכה |
||
שורה 1: | שורה 1: | ||
<div style="width: 85%; margin: auto; background-color: #e6f7ff; border: | <div style="width: 85%; margin: auto; background-color: #e6f7ff; border: 1px solid #888; border-radius: 12px; padding: 10px; box-sizing: border-box; font-family: David; direction: rtl; display: flex; align-items: center; justify-content: space-between;"> | ||
<!-- תמונת הספר --> | |||
<div style="flex: 0 0 100px; margin-left: 15px;"> | |||
[[קובץ:תמונת ספר.jpg|100px]] | |||
</div> | |||
<!-- טקסט וכפתור --> | |||
<div style="flex: 1; text-align: center;"> | |||
<div style="font-size: 20px; font-weight: bold; margin-bottom: 5px;"> | |||
{{#tag:span|[{{{1}}} {{{2}}}]|style=color: black; text-decoration: none;}} | |||
</div> | |||
<div style="font-size: 16px; margin-bottom: 10px;"> | |||
{{{3}}} | |||
</div> | |||
<span style="background-color: #007bff; color: white; padding: 6px 14px; border-radius: 5px; font-size: 15px;"> | |||
[{{{1}}} ⬇️ הורדה] | |||
</span> | |||
</div> | |||
</div> | </div> |