ויקימילון
hewiktionary
https://he.wiktionary.org/wiki/%D7%95%D7%99%D7%A7%D7%99%D7%9E%D7%99%D7%9C%D7%95%D7%9F:%D7%A2%D7%9E%D7%95%D7%93_%D7%A8%D7%90%D7%A9%D7%99
MediaWiki 1.47.0-wmf.6
case-sensitive
מדיה
מיוחד
שיחה
משתמש
שיחת משתמש
ויקימילון
שיחת ויקימילון
קובץ
שיחת קובץ
מדיה ויקי
שיחת מדיה ויקי
תבנית
שיחת תבנית
עזרה
שיחת עזרה
קטגוריה
שיחת קטגוריה
נספח
שיחת נספח
TimedText
TimedText talk
יחידה
שיחת יחידה
אירוע
שיחת אירוע
משתמש:Ariel1024/עיצוב 2026/styles.css
2
64222
521572
2026-06-11T15:50:06Z
Ariel1024
4319
יצירת דף עם התוכן "/* מכולה ראשית */ .wm-main-container { max-width: 1200px; margin: 0 auto; direction: rtl; font-family: 'Assistant', sans-serif; color: #101828; } /* אינדקס אלפביתי */ .wm-alphabet-index { margin-top: 2rem; font-size: 1.2rem; word-spacing: 0.5rem; color: #475467; } /* מערכת ניווט מהיר (Chips/Pills) */ .wm-quick-nav { display: flex; flex-wrap: wrap; justify-content: center;..."
521572
css
text/css
/* מכולה ראשית */
.wm-main-container {
max-width: 1200px;
margin: 0 auto;
direction: rtl;
font-family: 'Assistant', sans-serif;
color: #101828;
}
/* אינדקס אלפביתי */
.wm-alphabet-index {
margin-top: 2rem;
font-size: 1.2rem;
word-spacing: 0.5rem;
color: #475467;
}
/* מערכת ניווט מהיר (Chips/Pills) */
.wm-quick-nav {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1rem;
margin: 2rem 0;
}
.wm-quick-nav a {
background-color: #f2f4f7;
color: #344054;
padding: 0.5rem 1.25rem;
border-radius: 9999px; /* Pill shape */
text-decoration: none;
font-weight: 600;
transition: background-color 0.2s, color 0.2s;
}
.wm-quick-nav a:hover {
background-color: #0033cc;
color: #ffffff;
}
/* רשת למבנה כרטיסיות מודרני */
.wm-grid-layout {
display: grid;
grid-template-columns: 3fr 2fr;
gap: 1.5rem;
align-items: start;
}
/* התאמה למסכי מובייל: קריסה לטור יחיד */
@media (max-width: 768px) {
.wm-grid-layout {
grid-template-columns: 1fr;
}
}
/* עיצוב כרטיסייה (מחליף את הטבלאות הממוסגרות) */
.wm-card {
background: #ffffff;
border: 1px solid #eaecf0;
border-radius: 12px;
box-shadow: 0 1px 3px rgba(16, 24, 40, 0.05);
overflow: hidden;
}
.wm-card-title {
background-color: #0033cc; /* שימור הצבעוניות המזהה של ויקימילון העברי */
color: #ffffff;
margin: 0;
padding: 0.75rem 1.25rem;
font-family: 'Frank Ruhl Libre', serif;
font-size: 1.25rem;
font-weight: 700;
border-bottom: 1px solid #eaecf0;
}
/* הגדרת כרטיסיות משנה עם צבעים ייעודיים כפי שהיה במקור */
.wm-card-psycho .wm-card-title {
background-color: #3366FF;
}
.wm-card-tools .wm-card-title {
background-color: #3333FF;
}
.wm-card-content {
padding: 1.5rem;
line-height: 1.6;
}
.wm-center-content {
text-align: center;
}
/* חלוקה פנימית באזור הכלים (לקוראים / לכותבים) */
.wm-tools-split {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1rem;
}
.wm-tools-col h3 {
font-size: 1.1rem;
color: #101828;
margin-bottom: 0.5rem;
border-bottom: 2px solid #f2f4f7;
padding-bottom: 0.25rem;
display: inline-block;
}
.wm-tools-col ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.wm-tools-col li {
margin-bottom: 0.5rem;
}
.wm-tools-col li::before {
content: "•";
color: #0033cc;
margin-left: 0.5rem;
}
/* רצועות פוטר */
.wm-footer-bands {
margin-top: 3rem;
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.wm-band {
border: 1px solid #66CCFF;
border-radius: 8px;
overflow: hidden;
}
.wm-band .wm-card-title {
background-color: #66CCFF;
color: #ffffff;
text-align: center;
}
.wm-band-content {
padding: 1rem;
text-align: center;
background: #ffffff;
}
c6csqjxsocisrkghnwof88c9eru58a6
521573
521572
2026-06-11T15:52:45Z
Ariel1024
4319
Ariel1024 שינה את מודל התוכן של הדף [[משתמש:Ariel1024/עיצוב 2026/styles.css]] מ־CSS ל־CSS מחוטא
521573
sanitized-css
text/css
/* מכולה ראשית */
.wm-main-container {
max-width: 1200px;
margin: 0 auto;
direction: rtl;
font-family: 'Assistant', sans-serif;
color: #101828;
}
/* אינדקס אלפביתי */
.wm-alphabet-index {
margin-top: 2rem;
font-size: 1.2rem;
word-spacing: 0.5rem;
color: #475467;
}
/* מערכת ניווט מהיר (Chips/Pills) */
.wm-quick-nav {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1rem;
margin: 2rem 0;
}
.wm-quick-nav a {
background-color: #f2f4f7;
color: #344054;
padding: 0.5rem 1.25rem;
border-radius: 9999px; /* Pill shape */
text-decoration: none;
font-weight: 600;
transition: background-color 0.2s, color 0.2s;
}
.wm-quick-nav a:hover {
background-color: #0033cc;
color: #ffffff;
}
/* רשת למבנה כרטיסיות מודרני */
.wm-grid-layout {
display: grid;
grid-template-columns: 3fr 2fr;
gap: 1.5rem;
align-items: start;
}
/* התאמה למסכי מובייל: קריסה לטור יחיד */
@media (max-width: 768px) {
.wm-grid-layout {
grid-template-columns: 1fr;
}
}
/* עיצוב כרטיסייה (מחליף את הטבלאות הממוסגרות) */
.wm-card {
background: #ffffff;
border: 1px solid #eaecf0;
border-radius: 12px;
box-shadow: 0 1px 3px rgba(16, 24, 40, 0.05);
overflow: hidden;
}
.wm-card-title {
background-color: #0033cc; /* שימור הצבעוניות המזהה של ויקימילון העברי */
color: #ffffff;
margin: 0;
padding: 0.75rem 1.25rem;
font-family: 'Frank Ruhl Libre', serif;
font-size: 1.25rem;
font-weight: 700;
border-bottom: 1px solid #eaecf0;
}
/* הגדרת כרטיסיות משנה עם צבעים ייעודיים כפי שהיה במקור */
.wm-card-psycho .wm-card-title {
background-color: #3366FF;
}
.wm-card-tools .wm-card-title {
background-color: #3333FF;
}
.wm-card-content {
padding: 1.5rem;
line-height: 1.6;
}
.wm-center-content {
text-align: center;
}
/* חלוקה פנימית באזור הכלים (לקוראים / לכותבים) */
.wm-tools-split {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1rem;
}
.wm-tools-col h3 {
font-size: 1.1rem;
color: #101828;
margin-bottom: 0.5rem;
border-bottom: 2px solid #f2f4f7;
padding-bottom: 0.25rem;
display: inline-block;
}
.wm-tools-col ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.wm-tools-col li {
margin-bottom: 0.5rem;
}
.wm-tools-col li::before {
content: "•";
color: #0033cc;
margin-left: 0.5rem;
}
/* רצועות פוטר */
.wm-footer-bands {
margin-top: 3rem;
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.wm-band {
border: 1px solid #66CCFF;
border-radius: 8px;
overflow: hidden;
}
.wm-band .wm-card-title {
background-color: #66CCFF;
color: #ffffff;
text-align: center;
}
.wm-band-content {
padding: 1rem;
text-align: center;
background: #ffffff;
}
c6csqjxsocisrkghnwof88c9eru58a6
521574
521573
2026-06-11T16:00:50Z
Ariel1024
4319
521574
sanitized-css
text/css
/* הגדרות מעטפת בסיסית */
.wm-modern-container {
max-width: 1000px;
margin: 0 auto;
direction: rtl;
background-color: #ffffff;
}
/* אזור המיקוד */
.wm-hero {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 4rem 1rem;
border-bottom: 1px solid #eaecf0;
}
.wm-hero-brand {
margin-bottom: 2rem;
}
/* טיפוגרפיה: שימוש בגופני מערכת וגופני קוד פתוח נפוצים ללא ייבוא חיצוני */
.wm-hero-title {
font-family: 'Frank Ruhl Libre', 'David Libre', 'Times New Roman', serif;
font-size: 3.5rem;
font-weight: 700;
color: #101828;
margin: 1rem 0 0.5rem 0;
line-height: 1.2;
}
.wm-hero-subtitle {
font-family: 'Assistant', 'Heebo', 'Segoe UI', sans-serif;
font-size: 1.35rem;
color: #475467;
margin: 0;
}
/* עיצוב שורת החיפוש */
.wm-hero-search {
width: 100%;
max-width: 600px;
}
.wm-hero-search .mw-inputbox-centered {
margin: 0 auto;
}
.wm-hero-search input.mw-searchInput {
width: 100%;
font-family: 'Assistant', 'Heebo', 'Segoe UI', sans-serif;
font-size: 1.125rem;
padding: 0.875rem 1.25rem;
border: 1px solid #d0d5dd;
border-radius: 8px;
color: #101828;
box-shadow: 0 2px 4px rgba(16, 24, 40, 0.05);
transition: border-color 0.2s, box-shadow 0.2s;
}
.wm-hero-search input.mw-searchInput:focus {
border-color: #0033cc;
box-shadow: 0 0 0 3px rgba(0, 51, 204, 0.1);
outline: none;
}
7nrd7zzw79xb8uknfba2z4udiradz31
521575
521574
2026-06-11T16:03:59Z
Ariel1024
4319
521575
sanitized-css
text/css
/* הגדרות מעטפת בסיסית */
.wm-modern-container {
max-width: 1000px;
margin: 0 auto;
direction: rtl;
background-color: #ffffff;
}
/* אזור המיקוד */
.wm-hero {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 4rem 1rem;
border-bottom: 1px solid #eaecf0;
}
.wm-hero-brand {
margin-bottom: 2rem;
}
/* טיפוגרפיה */
.wm-hero-title {
font-family: 'Frank Ruhl Libre', 'David Libre', 'Times New Roman', serif;
font-size: 3.5rem;
font-weight: 700;
color: #101828;
margin: 1rem 0 0.5rem 0;
line-height: 1.2;
}
.wm-hero-subtitle {
font-family: 'Assistant', 'Heebo', 'Segoe UI', sans-serif;
font-size: 1.35rem;
color: #475467;
margin: 0;
}
/* עיצוב מכולת החיפוש */
.wm-hero-search {
width: 100%;
max-width: 600px;
margin: 0 auto;
}
/* דריסת תצוגת הבסיס של InputBox ליצירת שורה אחת */
.wm-hero-search .searchbox {
display: flex;
justify-content: center;
align-items: center;
}
.wm-hero-search input.mw-searchInput {
flex-grow: 1;
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 1.125rem;
padding: 0.875rem 1.25rem;
border: 1px solid #d0d5dd;
border-left: none;
border-radius: 0 8px 8px 0; /* פינות מעוגלות מימין */
color: #101828;
outline: none;
}
.wm-hero-search input.mw-searchInput:focus {
border-color: #0033cc;
box-shadow: inset 0 0 0 1px #0033cc;
}
/* עיצוב כפתור החיפוש המובנה */
.wm-hero-search input.mw-searchButton {
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 1.125rem;
padding: 0.875rem 1.5rem;
background-color: #0033cc;
color: #ffffff;
border: 1px solid #0033cc;
border-radius: 8px 0 0 8px; /* פינות מעוגלות משמאל */
cursor: pointer;
transition: background-color 0.2s;
}
.wm-hero-search input.mw-searchButton:hover {
background-color: #002299;
}
cjpz6blyt4i0uef0kjmsf0sdtzov1ft
521576
521575
2026-06-11T16:06:54Z
Ariel1024
4319
521576
sanitized-css
text/css
/* הגדרות מעטפת בסיסית */
.wm-modern-container {
max-width: 1000px;
margin: 0 auto;
direction: rtl;
background-color: #ffffff;
}
/* אזור המיקוד */
.wm-hero {
padding: 4rem 1rem;
text-align: center;
border-bottom: 1px solid #eaecf0;
}
.wm-hero-brand {
margin-bottom: 2rem;
}
/* עיצוב מכולת החיפוש */
.wm-hero-search {
max-width: 600px;
margin: 0 auto;
}
/* מיקוד לטופס עצמו שנוצר על ידי InputBox - הופך את האלמנטים לשורה אחת */
.wm-hero-search form {
display: flex;
justify-content: center;
align-items: stretch;
}
/* שדה הקלט (צד ימין ב-RTL) */
.wm-hero-search input.mw-searchInput {
flex-grow: 1;
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 1.125rem;
padding: 0.75rem 1rem;
border: 2px solid #0033cc;
border-left: none; /* הסרת הגבול השמאלי להתחברות רציפה לכפתור */
border-radius: 0 8px 8px 0; /* עיגול פינות רק בצד ימין */
color: #101828;
outline: none;
box-shadow: none;
margin: 0;
height: auto;
}
.wm-hero-search input.mw-searchInput:focus {
background-color: #f8faff;
}
/* כפתור החיפוש (צד שמאל ב-RTL) */
.wm-hero-search input.mw-searchButton,
.wm-hero-search input.mw-searchButton:hover {
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 1.125rem;
font-weight: bold;
padding: 0 1.5rem;
background-color: #0033cc;
color: #ffffff;
border: 2px solid #0033cc;
border-radius: 8px 0 0 8px; /* עיגול פינות רק בצד שמאל */
cursor: pointer;
margin: 0;
transition: background-color 0.2s, border-color 0.2s;
height: auto;
box-shadow: none;
}
/* שינוי צבע בעת ריחוף */
.wm-hero-search input.mw-searchButton:hover {
background-color: #002299;
border-color: #002299;
}
b5yqls6fsnpxu08ow6ko1qfauz0zxtm
521577
521576
2026-06-11T16:24:22Z
Ariel1024
4319
521577
sanitized-css
text/css
/* =========================================
ארכיטקטורת שולחן עבודה (Desktop Layout)
========================================= */
.wm-hero-module {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem; /* רווח נקי ומשמעותי בין הלוגו לשורת החיפוש */
max-width: 1000px;
margin: 3rem auto;
direction: rtl;
}
/* מודול 1: לוגו (תופס את גובה השורה, שומר על פרופורציה צרה) */
.wm-hero-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
/* מעטפת למודול 2 ו-3 */
.wm-hero-content {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 650px;
}
/* מודול 2: כליאת שדה החיפוש והכפתור למקשה אחת (Pill-shape) */
.wm-hero-search .searchbox {
display: flex;
border: 2px solid #0033cc;
border-radius: 50px;
overflow: hidden;
background: #ffffff;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
}
.wm-hero-search input.mw-searchInput {
flex-grow: 1;
border: none;
padding: 0.85rem 1.5rem;
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 1.15rem;
outline: none;
box-shadow: none;
background: transparent;
color: #101828;
}
.wm-hero-search input.mw-searchButton {
border: none;
background-color: #0033cc;
color: #ffffff;
padding: 0 2rem;
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 1.15rem;
font-weight: 700;
cursor: pointer;
transition: background-color 0.2s ease;
}
.wm-hero-search input.mw-searchButton:hover {
background-color: #002299;
}
/* מודול 3: כפתורי ניווט מינימליסטיים תחת שורת החיפוש */
.wm-hero-nav {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
padding-right: 0.5rem; /* יישור אופטי ביחס לקימור של שורת החיפוש */
}
.wm-hero-nav a {
background-color: #f2f4f7;
color: #344054;
padding: 0.35rem 1rem;
border-radius: 99px;
text-decoration: none;
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 0.95rem;
font-weight: 600;
transition: background-color 0.2s ease, color 0.2s ease;
}
.wm-hero-nav a:hover {
background-color: #e4e7ec;
color: #101828;
}
/* =========================================
ארכיטקטורת מובייל (Mobile Layout)
========================================= */
@media (max-width: 768px) {
.wm-hero-module {
flex-direction: column;
gap: 1.5rem;
margin: 2rem auto;
padding: 0 1rem;
}
.wm-hero-logo {
width: 100%;
justify-content: center;
}
.wm-hero-content {
width: 100%;
max-width: 100%;
}
.wm-hero-nav {
justify-content: center;
padding-right: 0;
}
}
bqxcvblabewd1pl7pvxx0n1c7phgt5l
521580
521577
2026-06-11T16:30:14Z
Ariel1024
4319
521580
sanitized-css
text/css
/* =========================================
ארכיטקטורת שולחן עבודה (Desktop)
========================================= */
.wm-hero-module {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
max-width: 1000px;
margin: 3rem auto;
direction: rtl;
}
/* מודול 1: לוגו */
.wm-hero-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wm-hero-logo img,
.wm-hero-logo a.image {
border: none !important;
background: transparent !important;
display: block;
}
/* מעטפת תוכן (חיפוש + ניווט) */
.wm-hero-content {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 650px;
}
/* =========================================
מודול 2: שורת חיפוש (תיקון הניתוק)
========================================= */
.wm-hero-search {
width: 100%;
}
/* איפוס העטיפה החיצונית של הרחבת InputBox */
.wm-hero-search .mw-inputbox-centered {
display: block !important;
width: 100% !important;
margin: 0 !important;
}
/* הגדרת הטופס כמקשה אחת (Pill) */
.wm-hero-search form.searchbox {
display: flex !important;
flex-direction: row !important;
align-items: stretch !important; /* מתיחת הכפתור לגובה מלא */
width: 100% !important;
margin: 0 !important;
border: 2px solid #0033cc !important;
border-radius: 50px !important;
background: #ffffff !important;
overflow: hidden !important; /* חיתוך פינות הכפתור בתוך הקימור */
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}
/* שדה ההזנה */
.wm-hero-search input.mw-searchInput {
flex-grow: 1 !important;
width: auto !important;
min-width: 0 !important; /* מניעת גלישה ב-Flexbox */
border: none !important;
background: transparent !important;
padding: 0.85rem 1.5rem !important;
margin: 0 !important;
font-family: 'Assistant', 'Heebo', sans-serif !important;
font-size: 1.15rem !important;
color: #101828 !important;
box-shadow: none !important;
outline: none !important;
}
/* כפתור החיפוש */
.wm-hero-search input.mw-searchButton {
flex-shrink: 0 !important;
border: none !important;
background: #0033cc !important;
color: #ffffff !important;
padding: 0 2rem !important;
margin: 0 !important;
border-radius: 0 !important; /* ביטול קימורים פנימיים מצד הליבה */
font-family: 'Assistant', 'Heebo', sans-serif !important;
font-size: 1.15rem !important;
font-weight: 700 !important;
cursor: pointer !important;
box-shadow: none !important;
transition: background-color 0.2s ease !important;
}
.wm-hero-search input.mw-searchButton:hover {
background: #002299 !important;
}
/* =========================================
מודול 3: ניווט מינימלי
========================================= */
.wm-hero-nav {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
padding-right: 0.5rem;
}
.wm-hero-nav a {
background-color: #f2f4f7;
color: #344054;
padding: 0.35rem 1rem;
border-radius: 99px;
text-decoration: none;
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 0.95rem;
font-weight: 600;
transition: background-color 0.2s ease, color 0.2s ease;
}
.wm-hero-nav a:hover {
background-color: #e4e7ec;
color: #101828;
}
/* =========================================
ארכיטקטורת מובייל (Mobile)
========================================= */
@media (max-width: 768px) {
.wm-hero-module {
flex-direction: column;
gap: 1.5rem;
margin: 2rem auto;
padding: 0 1rem;
}
.wm-hero-logo {
width: 100%;
justify-content: center;
}
.wm-hero-content {
width: 100%;
max-width: 100%;
}
.wm-hero-nav {
justify-content: center;
padding-right: 0;
}
}
n25te718wmw1yhr6hmcocqdw6qrnsh4
521581
521580
2026-06-11T16:46:24Z
Ariel1024
4319
521581
sanitized-css
text/css
.wm-hero-module {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
max-width: 1000px;
margin: 3rem auto;
direction: rtl;
}
.wm-hero-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wm-hero-logo img,
.wm-hero-logo a.image {
border: none !important;
background: transparent !important;
display: block;
}
.wm-hero-content {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 650px;
}
/* =========================================
תיקון מודול החיפוש (<inputbox>)
אכיפת מבנה Pill על טבלאות/טפסים מובנים
========================================= */
.wm-hero-search {
width: 100%;
}
/* דריסת פלט הטבלה (Table) או המעטפת (Div) של InputBox */
.wm-hero-search .mw-inputbox-centered,
.wm-hero-search table.searchbox,
.wm-hero-search div.searchbox,
.wm-hero-search form {
display: flex !important;
align-items: stretch !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 2px solid #0033cc !important;
border-radius: 50px !important;
overflow: hidden !important;
background: #ffffff !important;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}
/* ביטול מאפייני טבלה פנימיים הפוגעים ב-Flexbox */
.wm-hero-search table.searchbox tbody,
.wm-hero-search table.searchbox tr,
.wm-hero-search table.searchbox td {
display: flex !important;
flex-grow: 1 !important;
padding: 0 !important;
border: none !important;
}
/* שדה ההזנה */
.wm-hero-search input.mw-searchInput {
flex-grow: 1 !important;
width: 100% !important;
border: none !important;
padding: 0.85rem 1.5rem !important;
font-family: 'Assistant', 'Heebo', sans-serif !important;
font-size: 1.15rem !important;
outline: none !important;
box-shadow: none !important;
background: transparent !important;
color: #101828 !important;
}
/* כפתור החיפוש */
.wm-hero-search input.mw-searchButton {
flex-shrink: 0 !important;
border: none !important;
background: #0033cc !important;
color: #ffffff !important;
padding: 0 2rem !important;
font-family: 'Assistant', 'Heebo', sans-serif !important;
font-size: 1.15rem !important;
font-weight: 700 !important;
cursor: pointer !important;
border-radius: 0 !important;
transition: background-color 0.2s ease !important;
}
.wm-hero-search input.mw-searchButton:hover {
background: #002299 !important;
}
/* =========================================
מודול ניווט - בידוד תצוגת כפתורים (Chips)
========================================= */
.wm-hero-nav {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
padding-right: 0.5rem;
}
/* החלת העיצוב אך ורק על תגיות <a> הנמצאות בתוך המחלקה הייעודית .wm-chip */
.wm-chip a {
display: inline-block;
background-color: #f2f4f7;
color: #344054;
padding: 0.35rem 1rem;
border-radius: 99px;
text-decoration: none !important;
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 0.95rem;
font-weight: 600;
transition: background-color 0.2s ease, color 0.2s ease;
}
.wm-chip a:hover {
background-color: #e4e7ec;
color: #101828;
}
/* =========================================
התאמה למובייל (Mobile)
========================================= */
@media (max-width: 768px) {
.wm-hero-module {
flex-direction: column;
gap: 1.5rem;
margin: 2rem auto;
padding: 0 1rem;
}
.wm-hero-logo {
width: 100%;
justify-content: center;
}
.wm-hero-content {
width: 100%;
max-width: 100%;
}
.wm-hero-nav {
justify-content: center;
padding-right: 0;
}
}
2ojwwa5zuwzptxvhmtureec0z3m9wop
521585
521581
2026-06-11T17:05:24Z
Ariel1024
4319
521585
sanitized-css
text/css
.wm-hero-module {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
max-width: 1000px;
margin: 3rem auto;
direction: rtl;
}
.wm-hero-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wm-hero-logo img,
.wm-hero-logo a.image {
border: none !important;
background: transparent !important;
display: block;
}
.wm-hero-content {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 650px;
}
/* =========================================
תיקון מודול החיפוש (<inputbox>)
אכיפת מבנה Pill על טבלאות/טפסים מובנים
========================================= */
.wm-hero-search {
width: 100%;
}
/* דריסת פלט הטבלה (Table) או המעטפת (Div) של InputBox */
.wm-hero-search .mw-inputbox-centered,
.wm-hero-search table.searchbox,
.wm-hero-search div.searchbox,
.wm-hero-search form {
display: flex !important;
align-items: stretch !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 2px solid #0033cc !important;
border-radius: 50px !important;
overflow: hidden !important;
background: #ffffff !important;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}
/* ביטול מאפייני טבלה פנימיים הפוגעים ב-Flexbox */
.wm-hero-search table.searchbox tbody,
.wm-hero-search table.searchbox tr,
.wm-hero-search table.searchbox td {
display: flex !important;
flex-grow: 1 !important;
padding: 0 !important;
border: none !important;
}
/* שדה ההזנה */
.wm-hero-search input.mw-searchInput {
flex-grow: 1 !important;
width: 100% !important;
border: none !important;
padding: 0.85rem 1.5rem !important;
font-family: 'Assistant', 'Heebo', sans-serif !important;
font-size: 1.15rem !important;
outline: none !important;
box-shadow: none !important;
background: transparent !important;
color: #101828 !important;
}
/* כפתור החיפוש */
.wm-hero-search input.mw-searchButton {
flex-shrink: 0 !important;
border: none !important;
background: #0033cc !important;
color: #ffffff !important;
padding: 0 2rem !important;
font-family: 'Assistant', 'Heebo', sans-serif !important;
font-size: 1.15rem !important;
font-weight: 700 !important;
cursor: pointer !important;
border-radius: 0 !important;
transition: background-color 0.2s ease !important;
}
.wm-hero-search input.mw-searchButton:hover {
background: #002299 !important;
}
/* =========================================
מודול ניווט - בידוד תצוגת כפתורים (Chips)
========================================= */
.wm-hero-nav {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
padding-right: 0.5rem;
}
/* החלת העיצוב אך ורק על תגיות <a> הנמצאות בתוך המחלקה הייעודית .wm-chip */
.wm-chip a {
display: inline-block;
background-color: #f2f4f7;
color: #344054;
padding: 0.35rem 1rem;
border-radius: 99px;
text-decoration: none !important;
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 0.95rem;
font-weight: 600;
transition: background-color 0.2s ease, color 0.2s ease;
}
.wm-chip a:hover {
background-color: #e4e7ec;
color: #101828;
}
/* =========================================
התאמה למובייל (Mobile)
========================================= */
@media (max-width: 768px) {
.wm-hero-module {
flex-direction: column;
gap: 1.5rem;
margin: 2rem auto;
padding: 0 1rem;
}
.wm-hero-logo {
width: 100%;
justify-content: center;
}
.wm-hero-content {
width: 100%;
max-width: 100%;
}
.wm-hero-nav {
justify-content: center;
padding-right: 0;
}
}
/* =========================================
שלב 2: קרוסלת תוכן דינמי
========================================= */
.wm-carousel-module {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 800px; /* צר יותר מאזור המיקוד לשמירה על מיקוד בקריאה */
margin: 4rem auto;
background: #ffffff;
border: 1px solid #eaecf0;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04);
padding: 2rem;
direction: rtl;
}
/* אזור התוכן המרכזי */
.wm-carousel-viewport {
flex-grow: 1;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 0 2rem;
}
.wm-carousel-title {
font-family: 'Frank Ruhl Libre', serif;
font-size: 1.5rem;
color: #0033cc;
margin: 0 0 1.5rem 0;
border-bottom: 2px solid #f2f4f7;
padding-bottom: 0.5rem;
}
.wm-carousel-content {
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 1.15rem;
line-height: 1.6;
color: #101828;
width: 100%;
}
/* חצי ניווט (Arrows) */
.wm-carousel-arrow {
flex-shrink: 0;
display: flex;
}
/* החלת עיצוב על הקישורים הפנימיים המהווים את החצים */
.wm-carousel-arrow a {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background-color: #f2f4f7;
color: #475467;
border-radius: 50%;
text-decoration: none !important;
font-size: 1.25rem;
font-weight: bold;
transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.wm-carousel-arrow a:hover {
background-color: #0033cc;
color: #ffffff;
transform: scale(1.05);
}
/* =========================================
מובייל
========================================= */
@media (max-width: 768px) {
.wm-carousel-module {
padding: 1.5rem 1rem;
margin: 2rem 1rem;
}
.wm-carousel-viewport {
padding: 0 1rem;
}
.wm-carousel-arrow a {
width: 32px;
height: 32px;
font-size: 1rem;
}
}
2u98mu71q6asyy7pobsv6hmejzzkbsg
521587
521585
2026-06-11T17:24:05Z
Ariel1024
4319
521587
sanitized-css
text/css
/* =========================================
ויקימילון: עיצוב דף ראשי (2026)
========================================= */
.wm-hero-module {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
max-width: 1000px;
margin: 3rem auto;
direction: rtl;
}
.wm-hero-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wm-hero-logo img,
.wm-hero-logo a.image {
border: none !important;
background: transparent !important;
display: block;
}
.wm-hero-content {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 650px;
}
/* מודול חיפוש - דריסת InputBox */
.wm-hero-search { width: 100%; }
.wm-hero-search .mw-inputbox-centered,
.wm-hero-search table.searchbox,
.wm-hero-search div.searchbox,
.wm-hero-search form {
display: flex !important;
align-items: stretch !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 2px solid #0033cc !important;
border-radius: 50px !important;
overflow: hidden !important;
background: #ffffff !important;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}
.wm-hero-search input.mw-searchInput {
flex-grow: 1 !important;
border: none !important;
padding: 0.85rem 1.5rem !important;
font-family: sans-serif;
font-size: 1.15rem !important;
outline: none !important;
background: transparent !important;
color: #101828 !important;
}
.wm-hero-search input.mw-searchButton {
border: none !important;
background: #0033cc !important;
color: #ffffff !important;
padding: 0 2rem !important;
font-weight: 700 !important;
cursor: pointer !important;
transition: background 0.2s ease !important;
}
.wm-hero-search input.mw-searchButton:hover { background: #002299 !important; }
/* מודול ניווט (Chips) */
.wm-hero-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-right: 0.5rem; }
.wm-chip a {
display: inline-block !important;
background: #f2f4f7 !important;
color: #344054 !important;
padding: 0.35rem 1rem !important;
border-radius: 99px !important;
text-decoration: none !important;
font-size: 0.95rem !important;
font-weight: 600 !important;
}
.wm-chip a:hover { background: #e4e7ec !important; color: #101828 !important; }
/* מודול קרוסלה (Carousel) */
.wm-carousel-module {
display: grid;
max-width: 850px;
margin: 4rem auto;
background: #ffffff;
border: 1px solid #eaecf0;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04);
direction: rtl;
overflow: hidden;
}
.wm-carousel-slide {
grid-column: 1; grid-row: 1;
padding: 2.5rem;
background: #ffffff;
opacity: 0;
visibility: hidden;
z-index: 1;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
#slide1 { opacity: 1; visibility: visible; z-index: 2; }
.wm-carousel-slide:target { opacity: 1; visibility: visible; z-index: 3; }
.wm-carousel-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #f2f4f7; padding-bottom: 1rem; margin-bottom: 1.5rem; }
.wm-carousel-title { margin: 0 !important; font-family: serif !important; font-size: 1.6rem !important; color: #0033cc !important; }
.wm-arrow { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: #f2f4f7; border-radius: 50%; color: #475467; }
.wm-arrow::before {
content: ''; display: inline-block; width: 10px; height: 10px;
border-top: 2px solid currentColor; border-right: 2px solid currentColor;
}
.wm-arrow-right::before { transform: rotate(45deg); margin-right: 2px; }
.wm-arrow-left::before { transform: rotate(-135deg); margin-left: 2px; }
/* מובייל */
@media (max-width: 768px) {
.wm-hero-module { flex-direction: column; gap: 1.5rem; padding: 0 1rem; }
.wm-carousel-module { margin: 2rem 1rem; }
}
e5jrehshmahnau02zsvg5hqbh7t2qli
521589
521587
2026-06-11T22:24:20Z
Ariel1024
4319
521589
sanitized-css
text/css
/* =========================================
ויקימילון: עיצוב דף ראשי (2026)
========================================= */
/* =========================================
מודול 1: אזור מיקוד וחיפוש (Hero Module)
========================================= */
.wm-hero-module {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
max-width: 1000px;
margin: 3rem auto;
direction: rtl;
}
.wm-hero-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wm-hero-logo img,
.wm-hero-logo a.image {
border: none !important;
background: transparent !important;
display: block;
}
.wm-hero-content {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 650px;
}
/* דריסת InputBox */
.wm-hero-search { width: 100%; }
.wm-hero-search .mw-inputbox-centered,
.wm-hero-search table.searchbox,
.wm-hero-search div.searchbox,
.wm-hero-search form {
display: flex !important;
align-items: stretch !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 2px solid #0033cc !important;
border-radius: 50px !important;
overflow: hidden !important;
background: #ffffff !important;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}
.wm-hero-search input.mw-searchInput {
flex-grow: 1 !important;
border: none !important;
padding: 0.85rem 1.5rem !important;
font-family: sans-serif;
font-size: 1.15rem !important;
outline: none !important;
background: transparent !important;
color: #101828 !important;
}
.wm-hero-search input.mw-searchButton {
border: none !important;
background: #0033cc !important;
color: #ffffff !important;
padding: 0 2rem !important;
font-weight: 700 !important;
cursor: pointer !important;
transition: background 0.2s ease !important;
}
.wm-hero-search input.mw-searchButton:hover { background: #002299 !important; }
/* מודול ניווט (Chips) */
.wm-hero-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-right: 0.5rem; }
.wm-chip a {
display: inline-block !important;
background: #f2f4f7 !important;
color: #344054 !important;
padding: 0.35rem 1rem !important;
border-radius: 99px !important;
text-decoration: none !important;
font-size: 0.95rem !important;
font-weight: 600 !important;
}
.wm-chip a:hover { background: #e4e7ec !important; color: #101828 !important; }
/* =========================================
מודול 2: קרוסלה מבוססת עוגנים (מותאם לסינון ויקימדיה)
========================================= */
.wm-carousel-module {
display: grid;
max-width: 850px;
margin: 4rem auto;
background: #ffffff;
border: 1px solid #eaecf0;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04);
direction: rtl;
overflow: hidden;
}
/* כל השקפים מוצבים באותו תא מרחבי ברשת */
.wm-carousel-slide {
grid-column: 1;
grid-row: 1;
padding: 2.5rem;
background: #ffffff;
opacity: 0;
visibility: hidden;
z-index: 1;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* הגדרות קדימות והופעה */
#slide1 { opacity: 1; visibility: visible; z-index: 2; }
.wm-carousel-slide:target { opacity: 1; visibility: visible; z-index: 3; }
/* כותרת וחצים */
.wm-carousel-header {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 2px solid #f2f4f7;
padding-bottom: 1rem;
margin-bottom: 1.5rem;
}
.wm-carousel-title {
margin: 0 !important;
font-family: serif !important;
font-size: 1.6rem !important;
color: #0033cc !important;
border: none !important;
}
.wm-carousel-header a {
text-decoration: none !important;
display: flex;
}
.wm-arrow {
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
background: #f2f4f7;
border-radius: 50%;
color: #475467;
transition: background-color 0.2s, transform 0.2s;
}
.wm-carousel-header a:hover .wm-arrow {
background: #0033cc;
color: #ffffff;
transform: scale(1.05);
}
.wm-arrow::before {
content: '';
display: inline-block;
width: 12px;
height: 12px;
border-top: 2px solid currentColor;
border-right: 2px solid currentColor;
}
.wm-arrow-right::before { transform: rotate(45deg); margin-right: 4px; }
.wm-arrow-left::before { transform: rotate(-135deg); margin-left: 4px; }
/* תוכן דינמי פנימי */
.wm-carousel-content {
font-family: sans-serif;
font-size: 1.15rem;
line-height: 1.6;
color: #101828;
}
/* =========================================
מודול 3: מובייל (Responsive Rules)
========================================= */
@media (max-width: 768px) {
/* התאמת אזור המיקוד */
.wm-hero-module { flex-direction: column; gap: 1.5rem; padding: 0 1rem; }
/* התאמת הקרוסלה */
.wm-carousel-module { margin: 2rem 1rem; }
.wm-carousel-slide { padding: 1.5rem 1rem; }
.wm-carousel-title { font-size: 1.3rem !important; }
/* הקטנת החצים למסכי מגע */
.wm-arrow { width: 36px; height: 36px; }
.wm-arrow::before { width: 10px; height: 10px; }
}
r0n0ohh7ehalwmsg1kvxhwj03egr0bb
521591
521589
2026-06-11T22:33:32Z
Ariel1024
4319
521591
sanitized-css
text/css
/* =========================================
ויקימילון: עיצוב דף ראשי (2026)
========================================= */
/* =========================================
מודול 1: אזור מיקוד וחיפוש (Hero Module)
========================================= */
.wm-hero-module {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
max-width: 1000px;
margin: 3rem auto;
direction: rtl;
}
.wm-hero-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wm-hero-logo img,
.wm-hero-logo a.image {
border: none !important;
background: transparent !important;
display: block;
}
.wm-hero-content {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 650px;
}
/* דריסת InputBox */
.wm-hero-search { width: 100%; }
.wm-hero-search .mw-inputbox-centered,
.wm-hero-search table.searchbox,
.wm-hero-search div.searchbox,
.wm-hero-search form {
display: flex !important;
align-items: stretch !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 2px solid #0033cc !important;
border-radius: 50px !important;
overflow: hidden !important;
background: #ffffff !important;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}
.wm-hero-search input.mw-searchInput {
flex-grow: 1 !important;
border: none !important;
padding: 0.85rem 1.5rem !important;
font-family: sans-serif;
font-size: 1.15rem !important;
outline: none !important;
background: transparent !important;
color: #101828 !important;
}
.wm-hero-search input.mw-searchButton {
border: none !important;
background: #0033cc !important;
color: #ffffff !important;
padding: 0 2rem !important;
font-weight: 700 !important;
cursor: pointer !important;
transition: background 0.2s ease !important;
}
.wm-hero-search input.mw-searchButton:hover { background: #002299 !important; }
/* מודול ניווט (Chips) */
.wm-hero-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-right: 0.5rem; }
.wm-chip a {
display: inline-block !important;
background: #f2f4f7 !important;
color: #344054 !important;
padding: 0.35rem 1rem !important;
border-radius: 99px !important;
text-decoration: none !important;
font-size: 0.95rem !important;
font-weight: 600 !important;
}
.wm-chip a:hover { background: #e4e7ec !important; color: #101828 !important; }
/* =========================================
מודול 2: מסילת החלקה אופקית (Native Swipe Track)
========================================= */
.wm-swipe-module {
max-width: 1000px;
margin: 4rem auto;
direction: rtl;
}
.wm-swipe-track {
display: flex;
overflow-x: auto;
gap: 1.5rem;
padding: 1rem 0.5rem; /* מרווח להכלת הצלליות מבלי להיחתך */
}
.wm-swipe-card {
flex: 0 0 calc(50% - 0.75rem); /* שולחן עבודה: 2 כרטיסיות בתצוגה */
background: #ffffff;
border: 1px solid #eaecf0;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
padding: 2rem 2.5rem;
box-sizing: border-box;
}
.wm-swipe-title {
margin: 0 0 1rem 0 !important;
font-family: 'Frank Ruhl Libre', serif !important;
font-size: 1.6rem !important;
color: #0033cc !important;
border-bottom: 2px solid #f2f4f7 !important;
padding-bottom: 0.5rem !important;
}
.wm-swipe-content {
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 1.15rem;
line-height: 1.6;
color: #101828;
}
/* =========================================
מודול 3: מובייל (Responsive Rules)
========================================= */
@media (max-width: 768px) {
.wm-hero-module {
flex-direction: column;
gap: 1.5rem;
padding: 0 1rem;
}
.wm-swipe-module {
margin: 2rem 0;
}
.wm-swipe-track {
padding: 1rem; /* יישור עם שולי המסך במובייל */
scroll-padding-right: 1rem;
}
.wm-swipe-card {
flex: 0 0 85%; /* הצגת 85% מהכרטיסייה ליצירת רמז החלקה להמשך */
padding: 1.5rem;
}
.wm-swipe-title {
font-size: 1.4rem !important;
}
}
7dk0apqpciwpbdylxr6slfzmxlyn83z
521592
521591
2026-06-11T22:43:37Z
Ariel1024
4319
521592
sanitized-css
text/css
S/* =========================================
ויקימילון: עיצוב דף ראשי (2026)
========================================= */
/* =========================================
מודול 1: אזור מיקוד וחיפוש (Hero Module)
========================================= */
.wm-hero-module {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
max-width: 1000px;
margin: 3rem auto;
direction: rtl;
}
.wm-hero-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wm-hero-logo img,
.wm-hero-logo a.image {
border: none !important;
background: transparent !important;
display: block;
}
.wm-hero-content {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 650px;
}
/* דריסת InputBox */
.wm-hero-search { width: 100%; }
.wm-hero-search .mw-inputbox-centered,
.wm-hero-search table.searchbox,
.wm-hero-search div.searchbox,
.wm-hero-search form {
display: flex !important;
align-items: stretch !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 2px solid #0033cc !important;
border-radius: 50px !important;
overflow: hidden !important;
background: #ffffff !important;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}
.wm-hero-search input.mw-searchInput {
flex-grow: 1 !important;
border: none !important;
padding: 0.85rem 1.5rem !important;
font-family: sans-serif;
font-size: 1.15rem !important;
outline: none !important;
background: transparent !important;
color: #101828 !important;
}
.wm-hero-search input.mw-searchButton {
border: none !important;
background: #0033cc !important;
color: #ffffff !important;
padding: 0 2rem !important;
font-weight: 700 !important;
cursor: pointer !important;
transition: background 0.2s ease !important;
}
.wm-hero-search input.mw-searchButton:hover { background: #002299 !important; }
/* מודול ניווט (Chips) */
.wm-hero-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-right: 0.5rem; }
.wm-chip a {
display: inline-block !important;
background: #f2f4f7 !important;
color: #344054 !important;
padding: 0.35rem 1rem !important;
border-radius: 99px !important;
text-decoration: none !important;
font-size: 0.95rem !important;
font-weight: 600 !important;
}
.wm-chip a:hover { background: #e4e7ec !important; color: #101828 !important; }
/* =========================================
מודול 2: מסילת החלקה (CSS Grid Bulletproof)
גרסה מחוטאת - ללא מאפיינים חסומים
========================================= */
.wm-swipe-module {
max-width: 1000px;
margin: 4rem auto;
direction: rtl;
}
/* אילוץ סידור אופקי אטום להזרקות ה-Parser */
.wm-swipe-track {
display: grid !important;
grid-auto-flow: column !important;
grid-auto-columns: calc(50% - 0.75rem); /* שתי כרטיסיות בשולחן עבודה */
gap: 1.5rem;
overflow-x: auto !important;
overflow-y: hidden !important;
padding-bottom: 1.5rem; /* מרווח לפס הגלילה */
}
.wm-swipe-card {
display: flex;
flex-direction: column;
min-width: 0 !important; /* קריטי: שומר את הטבלאות בתוך גבולות הכרטיסייה */
background: #ffffff;
border: 1px solid #eaecf0;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04);
padding: 2rem;
}
.wm-swipe-title {
margin: 0 0 1rem 0 !important;
font-family: 'Frank Ruhl Libre', serif !important;
font-size: 1.6rem !important;
font-weight: 700 !important;
color: #0033cc !important;
border-bottom: 2px solid #f2f4f7 !important;
padding-bottom: 0.5rem !important;
}
/* הגנת תוכן */
.wm-swipe-content {
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 1.15rem;
line-height: 1.6;
color: #101828;
min-width: 0 !important;
overflow-x: auto;
}
/* =========================================
מודול מובייל - גלילה אופקית חופשית
========================================= */
@media (max-width: 768px) {
.wm-swipe-module { margin: 2rem 0; }
.wm-swipe-track {
grid-auto-columns: 85%; /* הצגת 85% מהכרטיסייה, היתר מרומז לגלילה */
padding: 0 1rem 1.5rem 1rem;
}
.wm-swipe-card {
padding: 1.5rem;
}
}
9pg1n9ct9wp0y2kf158oh9ytbl4ju0q
521593
521592
2026-06-11T23:03:13Z
Ariel1024
4319
521593
sanitized-css
text/css
S/* =========================================
ויקימילון: עיצוב דף ראשי (2026)
========================================= */
/* =========================================
מודול 1: אזור מיקוד וחיפוש (Hero Module)
========================================= */
.wm-hero-module {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
max-width: 1000px;
margin: 3rem auto;
direction: rtl;
}
.wm-hero-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wm-hero-logo img,
.wm-hero-logo a.image {
border: none !important;
background: transparent !important;
display: block;
}
.wm-hero-content {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 650px;
}
/* דריסת InputBox */
.wm-hero-search { width: 100%; }
.wm-hero-search .mw-inputbox-centered,
.wm-hero-search table.searchbox,
.wm-hero-search div.searchbox,
.wm-hero-search form {
display: flex !important;
align-items: stretch !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 2px solid #0033cc !important;
border-radius: 50px !important;
overflow: hidden !important;
background: #ffffff !important;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}
.wm-hero-search input.mw-searchInput {
flex-grow: 1 !important;
border: none !important;
padding: 0.85rem 1.5rem !important;
font-family: sans-serif;
font-size: 1.15rem !important;
outline: none !important;
background: transparent !important;
color: #101828 !important;
}
.wm-hero-search input.mw-searchButton {
border: none !important;
background: #0033cc !important;
color: #ffffff !important;
padding: 0 2rem !important;
font-weight: 700 !important;
cursor: pointer !important;
transition: background 0.2s ease !important;
}
.wm-hero-search input.mw-searchButton:hover { background: #002299 !important; }
/* מודול ניווט (Chips) */
.wm-hero-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-right: 0.5rem; }
.wm-chip a {
display: inline-block !important;
background: #f2f4f7 !important;
color: #344054 !important;
padding: 0.35rem 1rem !important;
border-radius: 99px !important;
text-decoration: none !important;
font-size: 0.95rem !important;
font-weight: 600 !important;
}
.wm-chip a:hover { background: #e4e7ec !important; color: #101828 !important; }
/* =========================================
מודול 2: מסילת החלקה אופקית חסינה (Flex Strict)
========================================= */
.wm-swipe-module {
max-width: 1000px;
margin: 4rem auto;
direction: rtl;
}
/* אילוץ פיזיקלי לשורה אחת מונע קריסה אנכית בכל מצב */
.wm-swipe-track {
display: flex !important;
flex-wrap: nowrap !important;
gap: 1.5rem;
overflow-x: auto !important;
overflow-y: hidden !important;
padding-bottom: 1.5rem;
}
/* נטרול אגרסיבי של שאריות מפענח ויקימדיה */
.wm-swipe-track > p,
.wm-swipe-track > br {
display: none !important;
}
.wm-swipe-card {
flex: 0 0 calc(50% - 0.75rem) !important; /* רוחב נוקשה: 2 כרטיסיות */
min-width: 0 !important;
background: #ffffff;
border: 1px solid #eaecf0;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04);
padding: 2rem;
box-sizing: border-box;
}
.wm-swipe-title {
margin: 0 0 1rem 0 !important;
font-family: 'Frank Ruhl Libre', serif !important;
font-size: 1.6rem !important;
font-weight: 700 !important;
color: #0033cc !important;
border-bottom: 2px solid #f2f4f7 !important;
padding-bottom: 0.5rem !important;
}
/* כליאת טבלאות ויקימדיה סוררות בתוך הכרטיסייה */
.wm-swipe-content {
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 1.15rem;
line-height: 1.6;
color: #101828;
min-width: 0 !important;
overflow-x: auto;
}
/* =========================================
מודול 3: מובייל
========================================= */
@media (max-width: 768px) {
.wm-swipe-module { margin: 2rem 0; }
.wm-swipe-track { padding: 0 1rem 1.5rem 1rem; }
.wm-swipe-card { flex: 0 0 85% !important; padding: 1.5rem; }
}
q470t82z02sposca1e0pqxlwkt1blj2
521594
521593
2026-06-11T23:06:34Z
Ariel1024
4319
521594
sanitized-css
text/css
/* =========================================
ויקימילון: עיצוב דף ראשי (2026)
========================================= */
/* =========================================
מודול 1: אזור מיקוד וחיפוש (Hero Module)
========================================= */
.wm-hero-module {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
max-width: 1000px;
margin: 3rem auto;
direction: rtl;
}
.wm-hero-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wm-hero-logo img,
.wm-hero-logo a.image {
border: none !important;
background: transparent !important;
display: block;
}
.wm-hero-content {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 650px;
}
/* דריסת InputBox */
.wm-hero-search { width: 100%; }
.wm-hero-search .mw-inputbox-centered,
.wm-hero-search table.searchbox,
.wm-hero-search div.searchbox,
.wm-hero-search form {
display: flex !important;
align-items: stretch !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 2px solid #0033cc !important;
border-radius: 50px !important;
overflow: hidden !important;
background: #ffffff !important;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}
.wm-hero-search input.mw-searchInput {
flex-grow: 1 !important;
border: none !important;
padding: 0.85rem 1.5rem !important;
font-family: sans-serif;
font-size: 1.15rem !important;
outline: none !important;
background: transparent !important;
color: #101828 !important;
}
.wm-hero-search input.mw-searchButton {
border: none !important;
background: #0033cc !important;
color: #ffffff !important;
padding: 0 2rem !important;
font-weight: 700 !important;
cursor: pointer !important;
transition: background 0.2s ease !important;
}
.wm-hero-search input.mw-searchButton:hover { background: #002299 !important; }
/* מודול ניווט (Chips) */
.wm-hero-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-right: 0.5rem; }
.wm-chip a {
display: inline-block !important;
background: #f2f4f7 !important;
color: #344054 !important;
padding: 0.35rem 1rem !important;
border-radius: 99px !important;
text-decoration: none !important;
font-size: 0.95rem !important;
font-weight: 600 !important;
}
.wm-chip a:hover { background: #e4e7ec !important; color: #101828 !important; }
/* =========================================
מודול 2: מסילת החלקה אופקית חסינה (Flex Strict)
========================================= */
.wm-swipe-module {
max-width: 1000px;
margin: 4rem auto;
direction: rtl;
}
/* אילוץ פיזיקלי לשורה אחת מונע קריסה אנכית בכל מצב */
.wm-swipe-track {
display: flex !important;
flex-wrap: nowrap !important;
gap: 1.5rem;
overflow-x: auto !important;
overflow-y: hidden !important;
padding-bottom: 1.5rem;
}
/* נטרול אגרסיבי של שאריות מפענח ויקימדיה */
.wm-swipe-track > p,
.wm-swipe-track > br {
display: none !important;
}
.wm-swipe-card {
flex: 0 0 calc(50% - 0.75rem) !important; /* רוחב נוקשה: 2 כרטיסיות */
min-width: 0 !important;
background: #ffffff;
border: 1px solid #eaecf0;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04);
padding: 2rem;
box-sizing: border-box;
}
.wm-swipe-title {
margin: 0 0 1rem 0 !important;
font-family: 'Frank Ruhl Libre', serif !important;
font-size: 1.6rem !important;
font-weight: 700 !important;
color: #0033cc !important;
border-bottom: 2px solid #f2f4f7 !important;
padding-bottom: 0.5rem !important;
}
/* כליאת טבלאות ויקימדיה סוררות בתוך הכרטיסייה */
.wm-swipe-content {
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 1.15rem;
line-height: 1.6;
color: #101828;
min-width: 0 !important;
overflow-x: auto;
}
/* =========================================
מודול 3: מובייל
========================================= */
@media (max-width: 768px) {
.wm-swipe-module { margin: 2rem 0; }
.wm-swipe-track { padding: 0 1rem 1.5rem 1rem; }
.wm-swipe-card { flex: 0 0 85% !important; padding: 1.5rem; }
}
sd60qdfh2fgpqf6zvdqwphe2m4al5jd
521595
521594
2026-06-11T23:07:23Z
Ariel1024
4319
521595
sanitized-css
text/css
/* =========================================
ויקימילון: עיצוב דף ראשי (2026)
========================================= */
/* =========================================
מודול 1: אזור מיקוד וחיפוש (Hero Module)
========================================= */
.wm-hero-module {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
max-width: 1000px;
margin: 3rem auto;
direction: rtl;
}
.wm-hero-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wm-hero-logo img,
.wm-hero-logo a.image {
border: none !important;
background: transparent !important;
display: block;
}
.wm-hero-content {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 650px;
}
/* דריסת InputBox */
.wm-hero-search { width: 100%; }
.wm-hero-search .mw-inputbox-centered,
.wm-hero-search table.searchbox,
.wm-hero-search div.searchbox,
.wm-hero-search form {
display: flex !important;
align-items: stretch !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 2px solid #0033cc !important;
border-radius: 50px !important;
overflow: hidden !important;
background: #ffffff !important;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}
.wm-hero-search input.mw-searchInput {
flex-grow: 1 !important;
border: none !important;
padding: 0.85rem 1.5rem !important;
font-family: sans-serif;
font-size: 1.15rem !important;
outline: none !important;
background: transparent !important;
color: #101828 !important;
}
.wm-hero-search input.mw-searchButton {
border: none !important;
background: #0033cc !important;
color: #ffffff !important;
padding: 0 2rem !important;
font-weight: 700 !important;
cursor: pointer !important;
transition: background 0.2s ease !important;
}
.wm-hero-search input.mw-searchButton:hover { background: #002299 !important; }
/* מודול ניווט (Chips) */
.wm-hero-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-right: 0.5rem; }
.wm-chip a {
display: inline-block !important;
background: #f2f4f7 !important;
color: #344054 !important;
padding: 0.35rem 1rem !important;
border-radius: 99px !important;
text-decoration: none !important;
font-size: 0.95rem !important;
font-weight: 600 !important;
}
.wm-chip a:hover { background: #e4e7ec !important; color: #101828 !important; }
/* =========================================
מודול 2: מסילת החלקה אופקית (Inline-Block / Bulletproof)
========================================= */
.wm-swipe-module {
max-width: 1000px;
margin: 4rem auto;
direction: rtl;
}
/* כפיית שורה אחת רציפה, חסינה להזרקות מפענח */
.wm-swipe-track {
overflow-x: auto !important;
white-space: nowrap !important; /* אכיפת שורה אחת ללא שבירה */
padding-bottom: 1.5rem;
font-size: 0 !important; /* איפוס רווחים סמויים בין אלמנטים שורתיים */
text-align: right; /* עוגן כיווניות לימין */
}
/* התנהגות כרטיסייה כ"מילה" בתוך השורה */
.wm-swipe-card {
display: inline-block !important;
vertical-align: top !important;
white-space: normal !important; /* החזרת התנהגות גלישת טקסט רגילה לתוכן הפנימי */
width: calc(50% - 0.75rem) !important;
margin-left: 1.5rem !important; /* יצירת מרווח ב-RTL (במקום gap) */
background: #ffffff;
border: 1px solid #eaecf0;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04);
padding: 2rem;
box-sizing: border-box;
}
/* ביטול המרווח השמאלי בכרטיסייה האחרונה */
.wm-swipe-card:last-child {
margin-left: 0 !important;
}
.wm-swipe-title {
margin: 0 0 1rem 0 !important;
font-family: 'Frank Ruhl Libre', serif !important;
font-size: 1.6rem !important;
font-weight: 700 !important;
color: #0033cc !important;
border-bottom: 2px solid #f2f4f7 !important;
padding-bottom: 0.5rem !important;
}
.wm-swipe-content {
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 1.15rem;
line-height: 1.6;
color: #101828;
overflow-x: auto;
}
/* =========================================
מודול 3: מובייל
========================================= */
@media (max-width: 768px) {
.wm-swipe-module { margin: 2rem 0; }
.wm-swipe-track { padding: 0 1rem 1.5rem 1rem; }
.wm-swipe-card {
width: 85% !important; /* חשיפת כרטיסייה חלקית לסימון גלילה */
padding: 1.5rem;
margin-left: 1rem !important;
}
}
kd45xva27oapi74nv9vt6ka8v7iahkj
521596
521595
2026-06-11T23:17:00Z
Ariel1024
4319
521596
sanitized-css
text/css
/* =========================================
ויקימילון: עיצוב דף ראשי (2026)
========================================= */
/* =========================================
מודול 1: אזור מיקוד וחיפוש (Hero Module)
========================================= */
.wm-hero-module {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
max-width: 1000px;
margin: 3rem auto;
direction: rtl;
}
.wm-hero-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wm-hero-logo img,
.wm-hero-logo a.image {
border: none !important;
background: transparent !important;
display: block;
}
.wm-hero-content {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 650px;
}
/* דריסת InputBox */
.wm-hero-search { width: 100%; }
.wm-hero-search .mw-inputbox-centered,
.wm-hero-search table.searchbox,
.wm-hero-search div.searchbox,
.wm-hero-search form {
display: flex !important;
align-items: stretch !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 2px solid #0033cc !important;
border-radius: 50px !important;
overflow: hidden !important;
background: #ffffff !important;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}
.wm-hero-search input.mw-searchInput {
flex-grow: 1 !important;
border: none !important;
padding: 0.85rem 1.5rem !important;
font-family: sans-serif;
font-size: 1.15rem !important;
outline: none !important;
background: transparent !important;
color: #101828 !important;
}
.wm-hero-search input.mw-searchButton {
border: none !important;
background: #0033cc !important;
color: #ffffff !important;
padding: 0 2rem !important;
font-weight: 700 !important;
cursor: pointer !important;
transition: background 0.2s ease !important;
}
.wm-hero-search input.mw-searchButton:hover { background: #002299 !important; }
/* מודול ניווט (Chips) */
.wm-hero-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-right: 0.5rem; }
.wm-chip a {
display: inline-block !important;
background: #f2f4f7 !important;
color: #344054 !important;
padding: 0.35rem 1rem !important;
border-radius: 99px !important;
text-decoration: none !important;
font-size: 0.95rem !important;
font-weight: 600 !important;
}
.wm-chip a:hover { background: #e4e7ec !important; color: #101828 !important; }
/* =========================================
מודול 2: רשת תוכן 2x2 (Desktop Only)
========================================= */
.wm-desktop-grid {
display: grid;
grid-template-columns: 1fr 1fr; /* שתי עמודות שוות בדיוק */
gap: 2rem; /* רווח נשימה גדול בין הכרטיסיות */
max-width: 1000px;
margin: 4rem auto;
direction: rtl;
}
.wm-grid-card {
background: #ffffff;
border: 1px solid #eaecf0;
border-radius: 12px;
padding: 2rem;
box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04);
min-width: 0; /* קריטי: מונע מטבלאות רחבות לשבור את העמודה */
display: flex;
flex-direction: column;
}
.wm-grid-title {
margin: 0 0 1.5rem 0 !important;
font-family: 'Frank Ruhl Libre', serif !important;
font-size: 1.6rem !important;
font-weight: 700 !important;
color: #0033cc !important;
border-bottom: 2px solid #f2f4f7 !important;
padding-bottom: 0.75rem !important;
}
.wm-grid-content {
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 1.15rem;
line-height: 1.6;
color: #101828;
overflow-x: auto; /* אם יש טבלה חריגה מאוד, היא תיגלל בתוך הכרטיסייה בלבד */
flex-grow: 1; /* דוחף את התוכן פנימה בצורה שווה */
}
/* =========================================
מודול 3: התאמה למובייל
========================================= */
@media (max-width: 768px) {
.wm-hero-module {
flex-direction: column;
gap: 1.5rem;
padding: 0 1rem;
}
/* העלמה מוחלטת של רשת התוכן הכבדה במובייל, כפי שביקשת */
.wm-desktop-grid {
display: none !important;
}
}
sjsew10j6mx2jmjdrozqhujj9ng5uxp
521597
521596
2026-06-11T23:19:39Z
Ariel1024
4319
521597
sanitized-css
text/css
/* =========================================
ויקימילון: עיצוב דף ראשי (2026)
========================================= */
/* =========================================
מודול 1: אזור מיקוד וחיפוש (Hero Module)
========================================= */
.wm-hero-module {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
max-width: 1000px;
margin: 3rem auto;
direction: rtl;
}
.wm-hero-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wm-hero-logo img,
.wm-hero-logo a.image {
border: none !important;
background: transparent !important;
display: block;
}
.wm-hero-content {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 650px;
}
/* דריסת InputBox */
.wm-hero-search { width: 100%; }
.wm-hero-search .mw-inputbox-centered,
.wm-hero-search table.searchbox,
.wm-hero-search div.searchbox,
.wm-hero-search form {
display: flex !important;
align-items: stretch !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 2px solid #0033cc !important;
border-radius: 50px !important;
overflow: hidden !important;
background: #ffffff !important;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}
.wm-hero-search input.mw-searchInput {
flex-grow: 1 !important;
border: none !important;
padding: 0.85rem 1.5rem !important;
font-family: sans-serif;
font-size: 1.15rem !important;
outline: none !important;
background: transparent !important;
color: #101828 !important;
}
.wm-hero-search input.mw-searchButton {
border: none !important;
background: #0033cc !important;
color: #ffffff !important;
padding: 0 2rem !important;
font-weight: 700 !important;
cursor: pointer !important;
transition: background 0.2s ease !important;
}
.wm-hero-search input.mw-searchButton:hover { background: #002299 !important; }
/* מודול ניווט (Chips) */
.wm-hero-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-right: 0.5rem; }
.wm-chip a {
display: inline-block !important;
background: #f2f4f7 !important;
color: #344054 !important;
padding: 0.35rem 1rem !important;
border-radius: 99px !important;
text-decoration: none !important;
font-size: 0.95rem !important;
font-weight: 600 !important;
}
.wm-chip a:hover { background: #e4e7ec !important; color: #101828 !important; }
/* =========================================
מודול 2: רשת כרטיסיות דינמית (רוחב מלא)
========================================= */
.wm-cards-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%; /* פריסה על מלוא רוחב העמוד */
max-width: none;
direction: rtl;
margin: 4rem 0;
}
.wm-card-wrapper {
width: 49%; /* הקצאת 49% לכל כרטיסייה (משאיר 2% למרווח אמצעי) */
box-sizing: border-box;
margin-bottom: 2%; /* מרווח אנכי בין שורות הרשת */
}
.wm-card {
background: #ffffff;
border: 1px solid #eaecf0;
border-radius: 12px;
padding: 2rem;
box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04);
height: 100%; /* מתיחת כל הכרטיסיות באותה השורה לגובה אחיד */
box-sizing: border-box;
}
.wm-card-title {
margin: 0 0 1rem 0 !important;
font-family: 'Frank Ruhl Libre', serif !important;
font-size: 1.6rem !important;
font-weight: 700 !important;
color: #0033cc !important;
border-bottom: 2px solid #f2f4f7 !important;
padding-bottom: 0.5rem !important;
}
.wm-card-content {
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 1.15rem;
line-height: 1.6;
color: #101828;
overflow-x: auto;
}
/* =========================================
מודול 3: מובייל
========================================= */
@media (max-width: 768px) {
.wm-hero-module {
flex-direction: column;
gap: 1.5rem;
padding: 0 1rem;
}
/* הסתרת רשת התוכן ממכשירי מובייל */
.wm-cards-container {
display: none !important;
}
}
spsh4yaf5s9e6z708o8fukpy2ief8ce
521599
521597
2026-06-12T00:20:03Z
Ariel1024
4319
521599
sanitized-css
text/css
/* =========================================
ויקימילון: עיצוב דף ראשי (2026)
========================================= */
/* =========================================
מודול 1: אזור מיקוד וחיפוש (Hero Module)
========================================= */
.wm-hero-module {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
max-width: 1000px;
margin: 3rem auto;
direction: rtl;
}
.wm-hero-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wm-hero-logo img,
.wm-hero-logo a.image {
border: none !important;
background: transparent !important;
display: block;
}
.wm-hero-content {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 650px;
}
/* דריסת InputBox */
.wm-hero-search { width: 100%; }
.wm-hero-search .mw-inputbox-centered,
.wm-hero-search table.searchbox,
.wm-hero-search div.searchbox,
.wm-hero-search form {
display: flex !important;
align-items: stretch !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 2px solid #0033cc !important;
border-radius: 50px !important;
overflow: hidden !important;
background: #ffffff !important;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}
.wm-hero-search input.mw-searchInput {
flex-grow: 1 !important;
border: none !important;
padding: 0.85rem 1.5rem !important;
font-family: sans-serif;
font-size: 1.15rem !important;
outline: none !important;
background: transparent !important;
color: #101828 !important;
}
.wm-hero-search input.mw-searchButton {
border: none !important;
background: #0033cc !important;
color: #ffffff !important;
padding: 0 2rem !important;
font-weight: 700 !important;
cursor: pointer !important;
transition: background 0.2s ease !important;
}
.wm-hero-search input.mw-searchButton:hover { background: #002299 !important; }
/* מודול ניווט (Chips) */
.wm-hero-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-right: 0.5rem; }
.wm-chip a {
display: inline-block !important;
background: #f2f4f7 !important;
color: #344054 !important;
padding: 0.35rem 1rem !important;
border-radius: 99px !important;
text-decoration: none !important;
font-size: 0.95rem !important;
font-weight: 600 !important;
}
.wm-chip a:hover { background: #e4e7ec !important; color: #101828 !important; }
/* =========================================
מודול 2: מודל כרטיסיות מבוסס טבלה (Quarantine Grid)
========================================= */
table.wm-cards-table {
width: 100% !important;
max-width: 1000px !important;
margin: 4rem auto !important;
border-collapse: separate !important;
border-spacing: 2rem !important; /* הגדרת המרווחים בין הקלפים */
background: transparent !important;
border: none !important;
direction: rtl !important;
}
td.wm-card-cell {
width: 50% !important;
padding: 0 !important;
vertical-align: top !important;
border: none !important;
background: transparent !important;
}
.wm-card {
background: #ffffff !important;
border: 1px solid #eaecf0 !important;
border-radius: 12px !important;
padding: 2rem !important;
box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04) !important;
height: 100% !important;
box-sizing: border-box !important;
}
.wm-card-title {
margin: 0 0 1.5rem 0 !important;
font-family: 'Frank Ruhl Libre', serif !important;
font-size: 1.6rem !important;
font-weight: 700 !important;
color: #0033cc !important;
border-bottom: 2px solid #f2f4f7 !important;
padding-bottom: 0.75rem !important;
}
.wm-card-content {
font-family: 'Assistant', 'Heebo', sans-serif !important;
font-size: 1.15rem !important;
line-height: 1.6 !important;
color: #101828 !important;
overflow-x: auto !important;
}
/* =========================================
מודול 3: מובייל
========================================= */
@media (max-width: 768px) {
.wm-hero-module {
flex-direction: column;
gap: 1.5rem;
padding: 0 1rem;
}
/* הסתרת רשת התוכן לחלוטין ממכשירי מובייל */
table.wm-cards-table {
display: none !important;
}
}
lldizv3ymcpix27q73eq6v9cgqr4vfy
521601
521599
2026-06-12T00:52:27Z
Ariel1024
4319
521601
sanitized-css
text/css
/* =========================================
ויקימילון: עיצוב דף ראשי (2026) - מודל מפוצל
========================================= */
/* מפלס א': מיקוד וחיפוש (Hero) */
.wm-hero-module { display: flex; align-items: center; justify-content: center; gap: 3rem; max-width: 1000px; margin: 3rem auto; direction: rtl; }
.wm-hero-logo { flex-shrink: 0; display: flex; align-items: center; }
.wm-hero-logo img, .wm-hero-logo a.image { border: none !important; background: transparent !important; display: block; }
.wm-hero-content { flex-grow: 1; display: flex; flex-direction: column; gap: 1rem; max-width: 650px; }
/* דריסת InputBox */
.wm-hero-search { width: 100%; }
.wm-hero-search .mw-inputbox-centered, .wm-hero-search table.searchbox, .wm-hero-search div.searchbox, .wm-hero-search form { display: flex !important; align-items: stretch !important; width: 100% !important; margin: 0 !important; padding: 0 !important; border: 2px solid #0033cc !important; border-radius: 50px !important; overflow: hidden !important; background: #ffffff !important; box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important; }
.wm-hero-search input.mw-searchInput { flex-grow: 1 !important; border: none !important; padding: 0.85rem 1.5rem !important; font-family: sans-serif; font-size: 1.15rem !important; outline: none !important; background: transparent !important; color: #101828 !important; }
.wm-hero-search input.mw-searchButton { border: none !important; background: #0033cc !important; color: #ffffff !important; padding: 0 2rem !important; font-weight: 700 !important; cursor: pointer !important; transition: background 0.2s ease !important; }
.wm-hero-search input.mw-searchButton:hover { background: #002299 !important; }
/* כפתורי ניווט (Chips) */
.wm-hero-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-right: 0.5rem; }
.wm-chip a { display: inline-block !important; background: #f2f4f7 !important; color: #344054 !important; padding: 0.35rem 1rem !important; border-radius: 99px !important; text-decoration: none !important; font-size: 0.95rem !important; font-weight: 600 !important; }
.wm-chip a:hover { background: #e4e7ec !important; color: #101828 !important; }
/* =========================================
עיצוב כרטיסיית תוכן אוניברסלית (Universal Card)
========================================= */
.wm-card {
background: #ffffff !important;
border: 1px solid #eaecf0 !important;
border-radius: 12px !important;
padding: 2rem !important;
box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04) !important;
box-sizing: border-box !important;
height: 100%;
}
.wm-card-title {
margin: 0 0 1.5rem 0 !important;
font-family: 'Frank Ruhl Libre', serif !important;
font-size: 1.6rem !important;
font-weight: 700 !important;
color: #0033cc !important;
border-bottom: 2px solid #f2f4f7 !important;
padding-bottom: 0.75rem !important;
}
.wm-card-content {
font-family: 'Assistant', 'Heebo', sans-serif !important;
font-size: 1.15rem !important;
line-height: 1.6 !important;
color: #101828 !important;
overflow-x: auto !important;
}
/* =========================================
מפלס ב': שולחן עבודה (Quarantine Grid)
========================================= */
.wm-desktop-showcase {
max-width: 1000px;
margin: 4rem auto;
}
table.wm-quarantine-table {
width: 100% !important;
border-collapse: separate !important;
border-spacing: 2rem !important; /* פיצוי על היעדר Grid Gap */
background: transparent !important;
border: none !important;
direction: rtl !important;
margin: -2rem !important; /* אופסט להתאמת רוחב הטבלה למכולת האב */
}
td.wm-quarantine-cell {
width: 50% !important;
padding: 0 !important;
vertical-align: top !important;
border: none !important;
background: transparent !important;
}
/* =========================================
מפלס ב': מובייל (Mobile Hook)
========================================= */
.wm-mobile-hook {
display: none; /* כבוי כברירת מחדל */
}
/* =========================================
ניתוב תצוגה (Media Queries)
========================================= */
@media (max-width: 768px) {
/* התאמת אזור המיקוד */
.wm-hero-module { flex-direction: column; gap: 1.5rem; padding: 0 1rem; }
/* מיתוג לוגי: העלמת תבניות כבדות, הפעלת תבנית רזה */
.wm-desktop-showcase { display: none !important; }
.wm-mobile-hook {
display: block !important;
margin: 2rem 1rem;
}
.wm-card { padding: 1.5rem !important; }
.wm-card-title { font-size: 1.4rem !important; margin-bottom: 1rem !important; }
}
i5usuledvmwhc0eyl96q28ogjg9qk8b
521606
521601
2026-06-12T01:34:36Z
Ariel1024
4319
521606
sanitized-css
text/css
/* =========================================
ויקימילון: עיצוב דף ראשי (2026)
========================================= */
/* =========================================
מודול 1: אזור מיקוד וחיפוש (Hero Module)
========================================= */
.wm-hero-module {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
max-width: 1000px;
margin: 3rem auto;
direction: rtl;
}
.wm-hero-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wm-hero-logo img,
.wm-hero-logo a.image {
border: none !important;
background: transparent !important;
display: block;
}
.wm-hero-content {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 650px;
}
/* דריסת InputBox */
.wm-hero-search { width: 100%; }
.wm-hero-search .mw-inputbox-centered,
.wm-hero-search table.searchbox,
.wm-hero-search div.searchbox,
.wm-hero-search form {
display: flex !important;
align-items: stretch !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 2px solid #0033cc !important;
border-radius: 50px !important;
overflow: hidden !important;
background: #ffffff !important;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}
.wm-hero-search input.mw-searchInput {
flex-grow: 1 !important;
border: none !important;
padding: 0.85rem 1.5rem !important;
font-family: sans-serif;
font-size: 1.15rem !important;
outline: none !important;
background: transparent !important;
color: #101828 !important;
}
.wm-hero-search input.mw-searchButton {
border: none !important;
background: #0033cc !important;
color: #ffffff !important;
padding: 0 2rem !important;
font-weight: 700 !important;
cursor: pointer !important;
transition: background 0.2s ease !important;
}
.wm-hero-search input.mw-searchButton:hover { background: #002299 !important; }
/* מודול ניווט (Chips) */
.wm-hero-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-right: 0.5rem; }
.wm-chip a {
display: inline-block !important;
background: #f2f4f7 !important;
color: #344054 !important;
padding: 0.35rem 1rem !important;
border-radius: 99px !important;
text-decoration: none !important;
font-size: 0.95rem !important;
font-weight: 600 !important;
}
.wm-chip a:hover { background: #e4e7ec !important; color: #101828 !important; }
/* =========================================
מודול 2: קרוסלה מבוססת עוגנים (מותאם לסינון ויקימדיה)
========================================= */
.wm-carousel-module {
display: grid;
max-width: 850px;
margin: 4rem auto;
background: #ffffff;
border: 1px solid #eaecf0;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04);
direction: rtl;
overflow: hidden;
}
/* כל השקפים מוצבים באותו תא מרחבי ברשת */
.wm-carousel-slide {
grid-column: 1;
grid-row: 1;
padding: 2.5rem;
background: #ffffff;
opacity: 0;
visibility: hidden;
z-index: 1;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* הגדרות קדימות והופעה */
#slide1 { opacity: 1; visibility: visible; z-index: 2; }
.wm-carousel-slide:target { opacity: 1; visibility: visible; z-index: 3; }
/* כותרת וחצים */
.wm-carousel-header {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 2px solid #f2f4f7;
padding-bottom: 1rem;
margin-bottom: 1.5rem;
}
.wm-carousel-title {
margin: 0 !important;
font-family: serif !important;
font-size: 1.6rem !important;
color: #0033cc !important;
border: none !important;
}
.wm-carousel-header a {
text-decoration: none !important;
display: flex;
}
.wm-arrow {
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
background: #f2f4f7;
border-radius: 50%;
color: #475467;
transition: background-color 0.2s, transform 0.2s;
}
.wm-carousel-header a:hover .wm-arrow {
background: #0033cc;
color: #ffffff;
transform: scale(1.05);
}
.wm-arrow::before {
content: '';
display: inline-block;
width: 12px;
height: 12px;
border-top: 2px solid currentColor;
border-right: 2px solid currentColor;
}
.wm-arrow-right::before { transform: rotate(45deg); margin-right: 4px; }
.wm-arrow-left::before { transform: rotate(-135deg); margin-left: 4px; }
/* תוכן דינמי פנימי */
.wm-carousel-content {
font-family: sans-serif;
font-size: 1.15rem;
line-height: 1.6;
color: #101828;
}
/* =========================================
מודול 3: מובייל (Responsive Rules)
========================================= */
@media (max-width: 768px) {
/* התאמת אזור המיקוד */
.wm-hero-module { flex-direction: column; gap: 1.5rem; padding: 0 1rem; }
/* התאמת הקרוסלה */
.wm-carousel-module { margin: 2rem 1rem; }
.wm-carousel-slide { padding: 1.5rem 1rem; }
.wm-carousel-title { font-size: 1.3rem !important; }
/* הקטנת החצים למסכי מגע */
.wm-arrow { width: 36px; height: 36px; }
.wm-arrow::before { width: 10px; height: 10px; }
}
r0n0ohh7ehalwmsg1kvxhwj03egr0bb
521608
521606
2026-06-12T01:40:30Z
Ariel1024
4319
521608
sanitized-css
text/css
/* =========================================
ויקימילון: עיצוב דף ראשי (2026)
========================================= */
/* =========================================
מודול 1: אזור מיקוד וחיפוש (Hero Module)
========================================= */
.wm-hero-module {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
max-width: 1000px;
margin: 3rem auto;
direction: rtl;
}
.wm-hero-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wm-hero-logo img,
.wm-hero-logo a.image {
border: none !important;
background: transparent !important;
display: block;
}
.wm-hero-content {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 650px;
}
/* דריסת InputBox */
.wm-hero-search { width: 100%; }
.wm-hero-search .mw-inputbox-centered,
.wm-hero-search table.searchbox,
.wm-hero-search div.searchbox,
.wm-hero-search form {
display: flex !important;
align-items: stretch !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 2px solid #0033cc !important;
border-radius: 50px !important;
overflow: hidden !important;
background: #ffffff !important;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}
.wm-hero-search input.mw-searchInput {
flex-grow: 1 !important;
border: none !important;
padding: 0.85rem 1.5rem !important;
font-family: sans-serif;
font-size: 1.15rem !important;
outline: none !important;
background: transparent !important;
color: #101828 !important;
}
.wm-hero-search input.mw-searchButton {
border: none !important;
background: #0033cc !important;
color: #ffffff !important;
padding: 0 2rem !important;
font-weight: 700 !important;
cursor: pointer !important;
transition: background 0.2s ease !important;
}
.wm-hero-search input.mw-searchButton:hover { background: #002299 !important; }
/* מודול ניווט (Chips) */
.wm-hero-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-right: 0.5rem; }
.wm-chip a {
display: inline-block !important;
background: #f2f4f7 !important;
color: #344054 !important;
padding: 0.35rem 1rem !important;
border-radius: 99px !important;
text-decoration: none !important;
font-size: 0.95rem !important;
font-weight: 600 !important;
}
.wm-chip a:hover { background: #e4e7ec !important; color: #101828 !important; }
/* =========================================
מודול 2: מסילת החלקה אופקית (Native Swipe Track)
========================================= */
.wm-swipe-module {
max-width: 1000px;
margin: 4rem auto;
direction: rtl;
}
.wm-swipe-track {
display: flex;
overflow-x: auto;
gap: 1.5rem;
padding: 1rem 0.5rem; /* מרווח להכלת הצלליות מבלי להיחתך */
}
.wm-swipe-card {
flex: 0 0 calc(50% - 0.75rem); /* שולחן עבודה: 2 כרטיסיות בתצוגה */
background: #ffffff;
border: 1px solid #eaecf0;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
padding: 2rem 2.5rem;
box-sizing: border-box;
}
.wm-swipe-title {
margin: 0 0 1rem 0 !important;
font-family: 'Frank Ruhl Libre', serif !important;
font-size: 1.6rem !important;
color: #0033cc !important;
border-bottom: 2px solid #f2f4f7 !important;
padding-bottom: 0.5rem !important;
}
.wm-swipe-content {
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 1.15rem;
line-height: 1.6;
color: #101828;
}
/* =========================================
מודול 3: מובייל (Responsive Rules)
========================================= */
@media (max-width: 768px) {
.wm-hero-module {
flex-direction: column;
gap: 1.5rem;
padding: 0 1rem;
}
.wm-swipe-module {
margin: 2rem 0;
}
.wm-swipe-track {
padding: 1rem; /* יישור עם שולי המסך במובייל */
scroll-padding-right: 1rem;
}
.wm-swipe-card {
flex: 0 0 85%; /* הצגת 85% מהכרטיסייה ליצירת רמז החלקה להמשך */
padding: 1.5rem;
}
.wm-swipe-title {
font-size: 1.4rem !important;
}
}
7dk0apqpciwpbdylxr6slfzmxlyn83z
521610
521608
2026-06-12T01:42:55Z
Ariel1024
4319
521610
sanitized-css
text/css
/* =========================================
ויקימילון: עיצוב דף ראשי (2026)
========================================= */
/* =========================================
מודול 1: אזור מיקוד וחיפוש (Hero Module)
========================================= */
.wm-hero-module {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
max-width: 1000px;
margin: 3rem auto;
direction: rtl;
}
.wm-hero-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wm-hero-logo img,
.wm-hero-logo a.image {
border: none !important;
background: transparent !important;
display: block;
}
.wm-hero-content {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 650px;
}
/* דריסת InputBox */
.wm-hero-search { width: 100%; }
.wm-hero-search .mw-inputbox-centered,
.wm-hero-search table.searchbox,
.wm-hero-search div.searchbox,
.wm-hero-search form {
display: flex !important;
align-items: stretch !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 2px solid #0033cc !important;
border-radius: 50px !important;
overflow: hidden !important;
background: #ffffff !important;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}
.wm-hero-search input.mw-searchInput {
flex-grow: 1 !important;
border: none !important;
padding: 0.85rem 1.5rem !important;
font-family: sans-serif;
font-size: 1.15rem !important;
outline: none !important;
background: transparent !important;
color: #101828 !important;
}
.wm-hero-search input.mw-searchButton {
border: none !important;
background: #0033cc !important;
color: #ffffff !important;
padding: 0 2rem !important;
font-weight: 700 !important;
cursor: pointer !important;
transition: background 0.2s ease !important;
}
.wm-hero-search input.mw-searchButton:hover { background: #002299 !important; }
/* מודול ניווט (Chips) */
.wm-hero-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-right: 0.5rem; }
.wm-chip a {
display: inline-block !important;
background: #f2f4f7 !important;
color: #344054 !important;
padding: 0.35rem 1rem !important;
border-radius: 99px !important;
text-decoration: none !important;
font-size: 0.95rem !important;
font-weight: 600 !important;
}
.wm-chip a:hover { background: #e4e7ec !important; color: #101828 !important; }
/* =========================================
מודול 2: מסילת החלקה (CSS Grid Bulletproof)
גרסה מחוטאת - ללא מאפיינים חסומים
========================================= */
.wm-swipe-module {
max-width: 1000px;
margin: 4rem auto;
direction: rtl;
}
/* אילוץ סידור אופקי אטום להזרקות ה-Parser */
.wm-swipe-track {
display: grid !important;
grid-auto-flow: column !important;
grid-auto-columns: calc(50% - 0.75rem); /* שתי כרטיסיות בשולחן עבודה */
gap: 1.5rem;
overflow-x: auto !important;
overflow-y: hidden !important;
padding-bottom: 1.5rem; /* מרווח לפס הגלילה */
}
.wm-swipe-card {
display: flex;
flex-direction: column;
min-width: 0 !important; /* קריטי: שומר את הטבלאות בתוך גבולות הכרטיסייה */
background: #ffffff;
border: 1px solid #eaecf0;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04);
padding: 2rem;
}
.wm-swipe-title {
margin: 0 0 1rem 0 !important;
font-family: 'Frank Ruhl Libre', serif !important;
font-size: 1.6rem !important;
font-weight: 700 !important;
color: #0033cc !important;
border-bottom: 2px solid #f2f4f7 !important;
padding-bottom: 0.5rem !important;
}
/* הגנת תוכן */
.wm-swipe-content {
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 1.15rem;
line-height: 1.6;
color: #101828;
min-width: 0 !important;
overflow-x: auto;
}
/* =========================================
מודול מובייל - גלילה אופקית חופשית
========================================= */
@media (max-width: 768px) {
.wm-swipe-module { margin: 2rem 0; }
.wm-swipe-track {
grid-auto-columns: 85%; /* הצגת 85% מהכרטיסייה, היתר מרומז לגלילה */
padding: 0 1rem 1.5rem 1rem;
}
.wm-swipe-card {
padding: 1.5rem;
}
}
4awii1va0ylryp24ekmpuw1osewymtp
521612
521610
2026-06-12T01:45:56Z
Ariel1024
4319
קישורים פנימיים
521612
sanitized-css
text/css
/* =========================================
ויקימילון: עיצוב דף ראשי (2026)
========================================= */
/* =========================================
מודול 1: אזור מיקוד וחיפוש (Hero Module)
========================================= */
.wm-hero-module {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
max-width: 1000px;
margin: 3rem auto;
direction: rtl;
}
.wm-hero-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wm-hero-logo img,
.wm-hero-logo a.image {
border: none !important;
background: transparent !important;
display: block;
}
.wm-hero-content {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 650px;
}
/* דריסת InputBox */
.wm-hero-search { width: 100%; }
.wm-hero-search .mw-inputbox-centered,
.wm-hero-search table.searchbox,
.wm-hero-search div.searchbox,
.wm-hero-search form {
display: flex !important;
align-items: stretch !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 2px solid #0033cc !important;
border-radius: 50px !important;
overflow: hidden !important;
background: #ffffff !important;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}
.wm-hero-search input.mw-searchInput {
flex-grow: 1 !important;
border: none !important;
padding: 0.85rem 1.5rem !important;
font-family: sans-serif;
font-size: 1.15rem !important;
outline: none !important;
background: transparent !important;
color: #101828 !important;
}
.wm-hero-search input.mw-searchButton {
border: none !important;
background: #0033cc !important;
color: #ffffff !important;
padding: 0 2rem !important;
font-weight: 700 !important;
cursor: pointer !important;
transition: background 0.2s ease !important;
}
.wm-hero-search input.mw-searchButton:hover { background: #002299 !important; }
/* מודול ניווט (Chips) */
.wm-hero-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-right: 0.5rem; }
.wm-chip a {
display: inline-block !important;
background: #f2f4f7 !important;
color: #344054 !important;
padding: 0.35rem 1rem !important;
border-radius: 99px !important;
text-decoration: none !important;
font-size: 0.95rem !important;
font-weight: 600 !important;
}
.wm-chip a:hover { background: #e4e7ec !important; color: #101828 !important; }
/* =========================================
מודול 2: מסילת החלקה אופקית חסינה (Flex Strict)
========================================= */
.wm-swipe-module {
max-width: 1000px;
margin: 4rem auto;
direction: rtl;
}
/* אילוץ פיזיקלי לשורה אחת מונע קריסה אנכית בכל מצב */
.wm-swipe-track {
display: flex !important;
flex-wrap: nowrap !important;
gap: 1.5rem;
overflow-x: auto !important;
overflow-y: hidden !important;
padding-bottom: 1.5rem;
}
/* נטרול אגרסיבי של שאריות מפענח ויקימדיה */
.wm-swipe-track > p,
.wm-swipe-track > br {
display: none !important;
}
.wm-swipe-card {
flex: 0 0 calc(50% - 0.75rem) !important; /* רוחב נוקשה: 2 כרטיסיות */
min-width: 0 !important;
background: #ffffff;
border: 1px solid #eaecf0;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04);
padding: 2rem;
box-sizing: border-box;
}
.wm-swipe-title {
margin: 0 0 1rem 0 !important;
font-family: 'Frank Ruhl Libre', serif !important;
font-size: 1.6rem !important;
font-weight: 700 !important;
color: #0033cc !important;
border-bottom: 2px solid #f2f4f7 !important;
padding-bottom: 0.5rem !important;
}
/* כליאת טבלאות ויקימדיה סוררות בתוך הכרטיסייה */
.wm-swipe-content {
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 1.15rem;
line-height: 1.6;
color: #101828;
min-width: 0 !important;
overflow-x: auto;
}
/* =========================================
מודול 3: מובייל
========================================= */
@media (max-width: 768px) {
.wm-swipe-module { margin: 2rem 0; }
.wm-swipe-track { padding: 0 1rem 1.5rem 1rem; }
.wm-swipe-card { flex: 0 0 85% !important; padding: 1.5rem; }
}
sd60qdfh2fgpqf6zvdqwphe2m4al5jd
521615
521612
2026-06-12T01:51:35Z
Ariel1024
4319
521615
sanitized-css
text/css
/* =========================================
ויקימילון: עיצוב דף ראשי (2026)
========================================= */
/* =========================================
מודול 1: אזור מיקוד וחיפוש (Hero Module)
========================================= */
.wm-hero-module {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
max-width: 1000px;
margin: 3rem auto;
direction: rtl;
}
.wm-hero-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wm-hero-logo img,
.wm-hero-logo a.image {
border: none !important;
background: transparent !important;
display: block;
}
.wm-hero-content {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 650px;
}
/* דריסת InputBox */
.wm-hero-search { width: 100%; }
.wm-hero-search .mw-inputbox-centered,
.wm-hero-search table.searchbox,
.wm-hero-search div.searchbox,
.wm-hero-search form {
display: flex !important;
align-items: stretch !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 2px solid #0033cc !important;
border-radius: 50px !important;
overflow: hidden !important;
background: #ffffff !important;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}
.wm-hero-search input.mw-searchInput {
flex-grow: 1 !important;
border: none !important;
padding: 0.85rem 1.5rem !important;
font-family: sans-serif;
font-size: 1.15rem !important;
outline: none !important;
background: transparent !important;
color: #101828 !important;
}
.wm-hero-search input.mw-searchButton {
border: none !important;
background: #0033cc !important;
color: #ffffff !important;
padding: 0 2rem !important;
font-weight: 700 !important;
cursor: pointer !important;
transition: background 0.2s ease !important;
}
.wm-hero-search input.mw-searchButton:hover { background: #002299 !important; }
/* מודול ניווט (Chips) */
.wm-hero-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-right: 0.5rem; }
.wm-chip a {
display: inline-block !important;
background: #f2f4f7 !important;
color: #344054 !important;
padding: 0.35rem 1rem !important;
border-radius: 99px !important;
text-decoration: none !important;
font-size: 0.95rem !important;
font-weight: 600 !important;
}
.wm-chip a:hover { background: #e4e7ec !important; color: #101828 !important; }
/* =========================================
מודול 2: מסילת החלקה אופקית (Inline-Block / Bulletproof)
========================================= */
.wm-swipe-module {
max-width: 1000px;
margin: 4rem auto;
direction: rtl;
}
/* כפיית שורה אחת רציפה, חסינה להזרקות מפענח */
.wm-swipe-track {
overflow-x: auto !important;
white-space: nowrap !important; /* אכיפת שורה אחת ללא שבירה */
padding-bottom: 1.5rem;
font-size: 0 !important; /* איפוס רווחים סמויים בין אלמנטים שורתיים */
text-align: right; /* עוגן כיווניות לימין */
}
/* התנהגות כרטיסייה כ"מילה" בתוך השורה */
.wm-swipe-card {
display: inline-block !important;
vertical-align: top !important;
white-space: normal !important; /* החזרת התנהגות גלישת טקסט רגילה לתוכן הפנימי */
width: calc(50% - 0.75rem) !important;
margin-left: 1.5rem !important; /* יצירת מרווח ב-RTL (במקום gap) */
background: #ffffff;
border: 1px solid #eaecf0;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04);
padding: 2rem;
box-sizing: border-box;
}
/* ביטול המרווח השמאלי בכרטיסייה האחרונה */
.wm-swipe-card:last-child {
margin-left: 0 !important;
}
.wm-swipe-title {
margin: 0 0 1rem 0 !important;
font-family: 'Frank Ruhl Libre', serif !important;
font-size: 1.6rem !important;
font-weight: 700 !important;
color: #0033cc !important;
border-bottom: 2px solid #f2f4f7 !important;
padding-bottom: 0.5rem !important;
}
.wm-swipe-content {
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 1.15rem;
line-height: 1.6;
color: #101828;
overflow-x: auto;
}
/* =========================================
מודול 3: מובייל
========================================= */
@media (max-width: 768px) {
.wm-swipe-module { margin: 2rem 0; }
.wm-swipe-track { padding: 0 1rem 1.5rem 1rem; }
.wm-swipe-card {
width: 85% !important; /* חשיפת כרטיסייה חלקית לסימון גלילה */
padding: 1.5rem;
margin-left: 1rem !important;
}
}
kd45xva27oapi74nv9vt6ka8v7iahkj
521617
521615
2026-06-12T01:53:30Z
Ariel1024
4319
521617
sanitized-css
text/css
/* =========================================
ויקימילון: עיצוב דף ראשי (2026)
========================================= */
/* =========================================
מודול 1: אזור מיקוד וחיפוש (Hero Module)
========================================= */
.wm-hero-module {
display: flex;
align-items: center;
justify-content: center;
gap: 3rem;
max-width: 1000px;
margin: 3rem auto;
direction: rtl;
}
.wm-hero-logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
.wm-hero-logo img,
.wm-hero-logo a.image {
border: none !important;
background: transparent !important;
display: block;
}
.wm-hero-content {
flex-grow: 1;
display: flex;
flex-direction: column;
gap: 1rem;
max-width: 650px;
}
/* דריסת InputBox */
.wm-hero-search { width: 100%; }
.wm-hero-search .mw-inputbox-centered,
.wm-hero-search table.searchbox,
.wm-hero-search div.searchbox,
.wm-hero-search form {
display: flex !important;
align-items: stretch !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 2px solid #0033cc !important;
border-radius: 50px !important;
overflow: hidden !important;
background: #ffffff !important;
box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important;
}
.wm-hero-search input.mw-searchInput {
flex-grow: 1 !important;
border: none !important;
padding: 0.85rem 1.5rem !important;
font-family: sans-serif;
font-size: 1.15rem !important;
outline: none !important;
background: transparent !important;
color: #101828 !important;
}
.wm-hero-search input.mw-searchButton {
border: none !important;
background: #0033cc !important;
color: #ffffff !important;
padding: 0 2rem !important;
font-weight: 700 !important;
cursor: pointer !important;
transition: background 0.2s ease !important;
}
.wm-hero-search input.mw-searchButton:hover { background: #002299 !important; }
/* מודול ניווט (Chips) */
.wm-hero-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-right: 0.5rem; }
.wm-chip a {
display: inline-block !important;
background: #f2f4f7 !important;
color: #344054 !important;
padding: 0.35rem 1rem !important;
border-radius: 99px !important;
text-decoration: none !important;
font-size: 0.95rem !important;
font-weight: 600 !important;
}
.wm-chip a:hover { background: #e4e7ec !important; color: #101828 !important; }
/* =========================================
מודול 2: רשת כרטיסיות דינמית (רוחב מלא)
========================================= */
.wm-cards-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%; /* פריסה על מלוא רוחב העמוד */
max-width: none;
direction: rtl;
margin: 4rem 0;
}
.wm-card-wrapper {
width: 49%; /* הקצאת 49% לכל כרטיסייה (משאיר 2% למרווח אמצעי) */
box-sizing: border-box;
margin-bottom: 2%; /* מרווח אנכי בין שורות הרשת */
}
.wm-card {
background: #ffffff;
border: 1px solid #eaecf0;
border-radius: 12px;
padding: 2rem;
box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04);
height: 100%; /* מתיחת כל הכרטיסיות באותה השורה לגובה אחיד */
box-sizing: border-box;
}
.wm-card-title {
margin: 0 0 1rem 0 !important;
font-family: 'Frank Ruhl Libre', serif !important;
font-size: 1.6rem !important;
font-weight: 700 !important;
color: #0033cc !important;
border-bottom: 2px solid #f2f4f7 !important;
padding-bottom: 0.5rem !important;
}
.wm-card-content {
font-family: 'Assistant', 'Heebo', sans-serif;
font-size: 1.15rem;
line-height: 1.6;
color: #101828;
overflow-x: auto;
}
/* =========================================
מודול 3: מובייל
========================================= */
@media (max-width: 768px) {
.wm-hero-module {
flex-direction: column;
gap: 1.5rem;
padding: 0 1rem;
}
/* הסתרת רשת התוכן ממכשירי מובייל */
.wm-cards-container {
display: none !important;
}
}
spsh4yaf5s9e6z708o8fukpy2ief8ce
521619
521617
2026-06-12T01:55:47Z
Ariel1024
4319
521619
sanitized-css
text/css
/* =========================================
ויקימילון: עיצוב דף ראשי (2026) - מודל מפוצל
========================================= */
/* מפלס א': מיקוד וחיפוש (Hero) */
.wm-hero-module { display: flex; align-items: center; justify-content: center; gap: 3rem; max-width: 1000px; margin: 3rem auto; direction: rtl; }
.wm-hero-logo { flex-shrink: 0; display: flex; align-items: center; }
.wm-hero-logo img, .wm-hero-logo a.image { border: none !important; background: transparent !important; display: block; }
.wm-hero-content { flex-grow: 1; display: flex; flex-direction: column; gap: 1rem; max-width: 650px; }
/* דריסת InputBox */
.wm-hero-search { width: 100%; }
.wm-hero-search .mw-inputbox-centered, .wm-hero-search table.searchbox, .wm-hero-search div.searchbox, .wm-hero-search form { display: flex !important; align-items: stretch !important; width: 100% !important; margin: 0 !important; padding: 0 !important; border: 2px solid #0033cc !important; border-radius: 50px !important; overflow: hidden !important; background: #ffffff !important; box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important; }
.wm-hero-search input.mw-searchInput { flex-grow: 1 !important; border: none !important; padding: 0.85rem 1.5rem !important; font-family: sans-serif; font-size: 1.15rem !important; outline: none !important; background: transparent !important; color: #101828 !important; }
.wm-hero-search input.mw-searchButton { border: none !important; background: #0033cc !important; color: #ffffff !important; padding: 0 2rem !important; font-weight: 700 !important; cursor: pointer !important; transition: background 0.2s ease !important; }
.wm-hero-search input.mw-searchButton:hover { background: #002299 !important; }
/* כפתורי ניווט (Chips) */
.wm-hero-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-right: 0.5rem; }
.wm-chip a { display: inline-block !important; background: #f2f4f7 !important; color: #344054 !important; padding: 0.35rem 1rem !important; border-radius: 99px !important; text-decoration: none !important; font-size: 0.95rem !important; font-weight: 600 !important; }
.wm-chip a:hover { background: #e4e7ec !important; color: #101828 !important; }
/* =========================================
עיצוב כרטיסיית תוכן אוניברסלית (Universal Card)
========================================= */
.wm-card {
background: #ffffff !important;
border: 1px solid #eaecf0 !important;
border-radius: 12px !important;
padding: 2rem !important;
box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04) !important;
box-sizing: border-box !important;
height: 100%;
}
.wm-card-title {
margin: 0 0 1.5rem 0 !important;
font-family: 'Frank Ruhl Libre', serif !important;
font-size: 1.6rem !important;
font-weight: 700 !important;
color: #0033cc !important;
border-bottom: 2px solid #f2f4f7 !important;
padding-bottom: 0.75rem !important;
}
.wm-card-content {
font-family: 'Assistant', 'Heebo', sans-serif !important;
font-size: 1.15rem !important;
line-height: 1.6 !important;
color: #101828 !important;
overflow-x: auto !important;
}
/* =========================================
מפלס ב': שולחן עבודה (Quarantine Grid)
========================================= */
.wm-desktop-showcase {
max-width: 1000px;
margin: 4rem auto;
}
table.wm-quarantine-table {
width: 100% !important;
border-collapse: separate !important;
border-spacing: 2rem !important; /* פיצוי על היעדר Grid Gap */
background: transparent !important;
border: none !important;
direction: rtl !important;
margin: -2rem !important; /* אופסט להתאמת רוחב הטבלה למכולת האב */
}
td.wm-quarantine-cell {
width: 50% !important;
padding: 0 !important;
vertical-align: top !important;
border: none !important;
background: transparent !important;
}
/* =========================================
מפלס ב': מובייל (Mobile Hook)
========================================= */
.wm-mobile-hook {
display: none; /* כבוי כברירת מחדל */
}
/* =========================================
ניתוב תצוגה (Media Queries)
========================================= */
@media (max-width: 768px) {
/* התאמת אזור המיקוד */
.wm-hero-module { flex-direction: column; gap: 1.5rem; padding: 0 1rem; }
/* מיתוג לוגי: העלמת תבניות כבדות, הפעלת תבנית רזה */
.wm-desktop-showcase { display: none !important; }
.wm-mobile-hook {
display: block !important;
margin: 2rem 1rem;
}
.wm-card { padding: 1.5rem !important; }
.wm-card-title { font-size: 1.4rem !important; margin-bottom: 1rem !important; }
}
i5usuledvmwhc0eyl96q28ogjg9qk8b
521623
521619
2026-06-12T02:28:21Z
Ariel1024
4319
521623
sanitized-css
text/css
/* =========================================
ויקימילון: עיצוב דף ראשי (2026) - מודל מפוצל
========================================= */
/* מפלס א': מיקוד וחיפוש (Hero) */
.wm-hero-module { display: flex; align-items: center; justify-content: center; gap: 3rem; max-width: 1000px; margin: 3rem auto; direction: rtl; }
.wm-hero-logo { flex-shrink: 0; display: flex; align-items: center; }
.wm-hero-logo img, .wm-hero-logo a.image { border: none !important; background: transparent !important; display: block; }
.wm-hero-content { flex-grow: 1; display: flex; flex-direction: column; gap: 1rem; max-width: 650px; }
/* דריסת InputBox */
.wm-hero-search { width: 100%; }
.wm-hero-search .mw-inputbox-centered, .wm-hero-search table.searchbox, .wm-hero-search div.searchbox, .wm-hero-search form { display: flex !important; align-items: stretch !important; width: 100% !important; margin: 0 !important; padding: 0 !important; border: 2px solid #0033cc !important; border-radius: 50px !important; overflow: hidden !important; background: #ffffff !important; box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important; }
.wm-hero-search input.mw-searchInput { flex-grow: 1 !important; border: none !important; padding: 0.85rem 1.5rem !important; font-family: sans-serif; font-size: 1.15rem !important; outline: none !important; background: transparent !important; color: #101828 !important; }
.wm-hero-search input.mw-searchButton { border: none !important; background: #0033cc !important; color: #ffffff !important; padding: 0 2rem !important; font-weight: 700 !important; cursor: pointer !important; transition: background 0.2s ease !important; }
.wm-hero-search input.mw-searchButton:hover { background: #002299 !important; }
/* כפתורי ניווט (Chips) */
.wm-hero-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-right: 0.5rem; }
.wm-chip a { display: inline-block !important; background: #f2f4f7 !important; color: #344054 !important; padding: 0.35rem 1rem !important; border-radius: 99px !important; text-decoration: none !important; font-size: 0.95rem !important; font-weight: 600 !important; }
.wm-chip a:hover { background: #e4e7ec !important; color: #101828 !important; }
/* =========================================
עיצוב כרטיסיית תוכן אוניברסלית (Universal Card)
========================================= */
.wm-card {
background: #ffffff !important;
border: 1px solid #eaecf0 !important;
border-radius: 12px !important;
padding: 2rem !important;
box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04) !important;
box-sizing: border-box !important;
height: 100%;
}
.wm-card-title {
margin: 0 0 1.5rem 0 !important;
font-family: 'Frank Ruhl Libre', serif !important;
font-size: 1.6rem !important;
font-weight: 700 !important;
color: #0033cc !important;
border-bottom: 2px solid #f2f4f7 !important;
padding-bottom: 0.75rem !important;
}
.wm-card-content {
font-family: 'Assistant', 'Heebo', sans-serif !important;
font-size: 1.15rem !important;
line-height: 1.6 !important;
color: #101828 !important;
overflow-x: auto !important;
}
/* =========================================
מודול 2: עימוד מילון קלאסי (Lexicon Spread)
========================================= */
.wm-lexicon-module {
max-width: 1100px;
margin: 4rem auto;
background-color: #ffffff;
padding: 2rem 0;
direction: rtl;
}
table.wm-lexicon-spread {
width: 100% !important;
border-collapse: collapse !important; /* הצמדת התאים ליצירת קו מפריד נקי */
background: transparent !important;
border: none !important;
table-layout: fixed; /* אכיפת רוחב טורים זהה, מונע מטבלאות פנימיות לעוות את העמוד */
}
td.wm-lexicon-col {
width: 50% !important;
padding: 0 3rem !important; /* ריווח נשימה פנימי לדמוי שולי ספר */
vertical-align: top !important;
border: none !important;
border-left: 1px solid #d0d5dd !important; /* קו ההפרדה האנכי הקלאסי */
}
/* הסרת קו ההפרדה האנכי מהטור השמאלי ביותר */
td.wm-lexicon-col:last-child {
border-left: none !important;
}
/* טיפוגרפיה וכותרות נוסח דפוס קלאסי */
.wm-lexicon-heading {
margin: 0 0 1.5rem 0 !important;
font-family: 'Frank Ruhl Libre', serif !important;
font-size: 1.8rem !important;
font-weight: 700 !important;
color: #101828 !important; /* שחור-דיו עמוק במקום כחול דיגיטלי */
text-align: center !important;
border-bottom: 3px double #101828 !important; /* קו כפול תחתון בסגנון עריכה מסורתי */
padding-bottom: 0.5rem !important;
}
.wm-lexicon-content {
font-family: 'Assistant', 'Heebo', sans-serif !important;
font-size: 1.15rem !important;
line-height: 1.7 !important;
color: #344054 !important;
overflow-x: hidden !important; /* חיתוך אליפסות במקום גלילה אופקית לשמירה על נראות טקסטואלית */
}
/* מפריד אופקי עדין בין מדורים בתוך אותו טור */
.wm-lexicon-separator {
height: 1px;
background-color: #eaecf0;
margin: 3rem auto;
width: 30%; /* מפריד קצר הממורכז אופקית */
}
/* =========================================
מובייל (קריסה לעמודה יחידה)
========================================= */
@media (max-width: 768px) {
table.wm-lexicon-spread,
tbody, tr, td.wm-lexicon-col {
display: block !important;
width: 100% !important;
}
td.wm-lexicon-col {
padding: 0 1rem !important;
border-left: none !important; /* ביטול הקו האנכי במובייל */
border-bottom: 1px solid #d0d5dd !important; /* הפיכת המפריד לאופקי */
padding-bottom: 2rem !important;
margin-bottom: 2rem !important;
}
td.wm-lexicon-col:last-child {
border-bottom: none !important;
}
}
bzbsku5bdchju08f02m1at2yerxx2v4
521625
521623
2026-06-12T02:35:11Z
Ariel1024
4319
521625
sanitized-css
text/css
/* =========================================
ויקימילון: עיצוב דף ראשי - דפוס קלאסי ופיצול מבני
========================================= */
/* מפלס א': אזור מיקוד (Hero) */
.wm-hero-module { display: flex; align-items: center; justify-content: center; gap: 3rem; max-width: 1000px; margin: 3rem auto; direction: rtl; }
.wm-hero-logo { flex-shrink: 0; display: flex; align-items: center; }
.wm-hero-logo img, .wm-hero-logo a.image { border: none !important; background: transparent !important; display: block; }
.wm-hero-content { flex-grow: 1; display: flex; flex-direction: column; gap: 1rem; max-width: 650px; }
/* תיקון InputBox */
.wm-hero-search { width: 100%; }
.wm-hero-search .mw-inputbox-centered, .wm-hero-search table.searchbox, .wm-hero-search div.searchbox, .wm-hero-search form { display: flex !important; align-items: stretch !important; width: 100% !important; margin: 0 !important; padding: 0 !important; border: 2px solid #0033cc !important; border-radius: 50px !important; overflow: hidden !important; background: #ffffff !important; box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04) !important; }
.wm-hero-search input.mw-searchInput { flex-grow: 1 !important; border: none !important; padding: 0.85rem 1.5rem !important; font-family: sans-serif; font-size: 1.15rem !important; outline: none !important; background: transparent !important; color: #101828 !important; }
.wm-hero-search input.mw-searchButton { border: none !important; background: #0033cc !important; color: #ffffff !important; padding: 0 2rem !important; font-weight: 700 !important; cursor: pointer !important; transition: background 0.2s ease !important; }
.wm-hero-search input.mw-searchButton:hover { background: #002299 !important; }
/* כפתורי ניווט (Chips) */
.wm-hero-nav { display: flex; flex-wrap: wrap; gap: 0.75rem; padding-right: 0.5rem; }
.wm-chip a { display: inline-block !important; background: #f2f4f7 !important; color: #344054 !important; padding: 0.35rem 1rem !important; border-radius: 99px !important; text-decoration: none !important; font-size: 0.95rem !important; font-weight: 600 !important; }
.wm-chip a:hover { background: #e4e7ec !important; color: #101828 !important; }
/* =========================================
מפלס ב': עיצוב לקסיקון (משותף למחשב ולמובייל)
========================================= */
.wm-lexicon-heading {
margin: 0 0 1.5rem 0 !important;
font-family: 'Frank Ruhl Libre', serif !important;
font-size: 1.8rem !important;
font-weight: 700 !important;
color: #101828 !important;
text-align: center !important;
border-bottom: 3px double #101828 !important;
padding-bottom: 0.5rem !important;
}
.wm-lexicon-content {
font-family: 'Assistant', 'Heebo', sans-serif !important;
font-size: 1.15rem !important;
line-height: 1.7 !important;
color: #344054 !important;
overflow-x: hidden !important;
}
.wm-lexicon-separator {
height: 1px;
background-color: #eaecf0;
margin: 3rem auto;
width: 30%;
}
/* =========================================
מפלס ב': חלון ראווה מילוני (שולחן עבודה בלבד)
========================================= */
.wm-desktop-showcase { display: block; }
.wm-lexicon-module {
max-width: 1100px;
margin: 4rem auto;
background-color: #ffffff;
padding: 2rem 0;
direction: rtl;
}
table.wm-lexicon-spread {
width: 100% !important;
border-collapse: collapse !important;
background: transparent !important;
border: none !important;
table-layout: fixed;
}
td.wm-lexicon-col {
width: 50% !important;
padding: 0 3rem !important;
vertical-align: top !important;
border: none !important;
border-left: 1px solid #d0d5dd !important;
}
td.wm-lexicon-col:last-child { border-left: none !important; }
/* =========================================
עוגן מובייל בלבד
========================================= */
.wm-mobile-hook {
display: none;
}
/* =========================================
ניתוב תצוגה (Media Queries)
========================================= */
@media (max-width: 768px) {
.wm-hero-module { flex-direction: column; gap: 1.5rem; padding: 0 1rem; }
/* הסתרת רשת השולחן הכבדה */
.wm-desktop-showcase { display: none !important; }
/* הצגת העוגן הרזה למובייל */
.wm-mobile-hook {
display: block !important;
margin: 2rem 1rem;
padding: 2rem 1rem;
border: 1px solid #eaecf0;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(16, 24, 40, 0.04);
}
}
ld64otnz5hth6a2frprecy1fdqa5o54
משתמש:Ariel1024/עיצוב 2026
2
64224
521579
2026-06-11T16:28:42Z
Ariel1024
4319
יצירת דף עם התוכן "__NOTOC__ __NOEDITSECTION__ <templatestyles src="משתמש:Ariel1024/עיצוב 2026/styles.css" /> <div class="wm-hero-module"> <div class="wm-hero-logo"> [[קובץ:Wiktionary-logo-he.png|160px|link=|alt=סמליל ויקימילון העברי]] </div> <div class="wm-hero-content"> <div class="wm-hero-search"> <inputbox> type=search2 buttonlabel=חיפוש break=no autocapitalize=none placeholder=חיפוש מילה, ביטוי או שורש... width=5..."
521579
wikitext
text/x-wiki
__NOTOC__ __NOEDITSECTION__
<templatestyles src="משתמש:Ariel1024/עיצוב 2026/styles.css" />
<div class="wm-hero-module">
<div class="wm-hero-logo">
[[קובץ:Wiktionary-logo-he.png|160px|link=|alt=סמליל ויקימילון העברי]]
</div>
<div class="wm-hero-content">
<div class="wm-hero-search">
<inputbox>
type=search2
buttonlabel=חיפוש
break=no
autocapitalize=none
placeholder=חיפוש מילה, ביטוי או שורש...
width=50
</inputbox>
</div>
<div class="wm-hero-nav">
[[ויקימילון:דלפק ייעוץ|דלפק ייעוץ]] [[:קטגוריה:שורשים|שורשים]] [[:קטגוריה:ניבים, ביטויים ופתגמים|ניבים ופתגמים]] [[ויקימילון:בקשת ערך|בקשת ערך]]
</div>
</div>
</div>
7852urkhjjzz8x10e85ipbi2ye326a5
521588
521579
2026-06-11T17:24:45Z
Ariel1024
4319
521588
wikitext
text/x-wiki
__NOTOC__ __NOEDITSECTION__
<templatestyles src="משתמש:Ariel1024/עיצוב 2026/styles.css" />
<div class="wm-hero-module">
<div class="wm-hero-logo">
[[קובץ:Wiktionary-logo-he.png|160px|link=|alt=סמליל ויקימילון העברי]]
</div>
<div class="wm-hero-content">
<div class="wm-hero-search">
<inputbox>
type=search2
buttonlabel=חיפוש
break=no
autocapitalize=none
placeholder=חיפוש מילה, ביטוי או שורש...
</inputbox>
</div>
<div class="wm-hero-nav">
{{ברוכים הבאים לעמוד הראשי}}
-----
{{/כפתור|דלפק ייעוץ|ויקימילון:דלפק ייעוץ}}
{{/כפתור|שורשים|קטגוריה:שורשים}}
{{/כפתור|ניבים ופתגמים|קטגוריה:ניבים, ביטויים ופתגמים}}
{{/כפתור|בקשת ערך|ויקימילון:בקשת ערך}}
</div>
</div>
</div>
<div class="wm-carousel-module">
<div class="wm-carousel-arrow" title="לתוכן הקודם">
[[#prev|❯]]
</div>
<div class="wm-carousel-module">
<div id="slide1" class="wm-carousel-slide">
<div class="wm-carousel-header">
[[#slide4|<div class="wm-arrow wm-arrow-right" title="שקף קודם"></div>]]
<h2 class="wm-carousel-title">ערכים מתארחים</h2>
[[#slide2|<div class="wm-arrow wm-arrow-left" title="שקף הבא"></div>]]
</div>
<div class="wm-carousel-content">{{ערכים מתארחים}}</div>
</div>
<div id="slide2" class="wm-carousel-slide">
<div class="wm-carousel-header">
[[#slide1|<div class="wm-arrow wm-arrow-right" title="שקף קודם"></div>]]
<h2 class="wm-carousel-title">באורון</h2>
[[#slide3|<div class="wm-arrow wm-arrow-left" title="שקף הבא"></div>]]
</div>
<div class="wm-carousel-content">{{/באורון}}</div>
</div>
<div id="slide3" class="wm-carousel-slide">
<div class="wm-carousel-header">
[[#slide2|<div class="wm-arrow wm-arrow-right" title="שקף קודם"></div>]]
<h2 class="wm-carousel-title">מילת היום</h2>
[[#slide4|<div class="wm-arrow wm-arrow-left" title="שקף הבא"></div>]]
</div>
<div class="wm-carousel-content">{{/מילה יומית}}</div>
</div>
<div id="slide4" class="wm-carousel-slide">
<div class="wm-carousel-header">
[[#slide3|<div class="wm-arrow wm-arrow-right" title="שקף קודם"></div>]]
<h2 class="wm-carousel-title">ביטוי יומי</h2>
[[#slide1|<div class="wm-arrow wm-arrow-left" title="שקף הבא"></div>]]
</div>
<div class="wm-carousel-content">{{/ביטוי יומי}}</div>
</div>
</div>
7isrdyz7zb776xj4dg8ggw53vtwo2e4
521590
521588
2026-06-11T22:25:05Z
Ariel1024
4319
521590
wikitext
text/x-wiki
__NOTOC__ __NOEDITSECTION__
<templatestyles src="משתמש:Ariel1024/עיצוב 2026/styles.css" />
<div class="wm-hero-module">
<div class="wm-hero-logo">
[[קובץ:Wiktionary-logo-he.png|160px|link=|alt=סמליל ויקימילון העברי]]
</div>
<div class="wm-hero-content">
<div class="wm-hero-search">
<inputbox>
type=search2
buttonlabel=חיפוש
break=no
autocapitalize=none
placeholder=חיפוש מילה, ביטוי או שורש...
</inputbox>
</div>
<div class="wm-hero-nav">
{{ברוכים הבאים לעמוד הראשי}}
-----
{{/כפתור|דלפק ייעוץ|ויקימילון:דלפק ייעוץ}}
{{/כפתור|שורשים|קטגוריה:שורשים}}
{{/כפתור|ניבים ופתגמים|קטגוריה:ניבים, ביטויים ופתגמים}}
{{/כפתור|בקשת ערך|ויקימילון:בקשת ערך}}
</div>
</div>
</div>
<!-- קרוסלת תוכן -->
<div class="wm-carousel-module">
<div id="slide1" class="wm-carousel-slide">
<div class="wm-carousel-header">
[[#slide4|<span class="wm-arrow wm-arrow-right" title="לשקף הקודם"></span>]]
<h2 class="wm-carousel-title">ערכים מתארחים</h2>
[[#slide2|<span class="wm-arrow wm-arrow-left" title="לשקף הבא"></span>]]
</div>
<div class="wm-carousel-content">{{ערכים מתארחים}}</div>
</div>
<div id="slide2" class="wm-carousel-slide">
<div class="wm-carousel-header">
[[#slide1|<span class="wm-arrow wm-arrow-right" title="לשקף הקודם"></span>]]
<h2 class="wm-carousel-title">באורון</h2>
[[#slide3|<span class="wm-arrow wm-arrow-left" title="לשקף הבא"></span>]]
</div>
<div class="wm-carousel-content">{{/באורון}}</div>
</div>
<div id="slide3" class="wm-carousel-slide">
<div class="wm-carousel-header">
[[#slide2|<span class="wm-arrow wm-arrow-right" title="לשקף הקודם"></span>]]
<h2 class="wm-carousel-title">מילת היום</h2>
[[#slide4|<span class="wm-arrow wm-arrow-left" title="לשקף הבא"></span>]]
</div>
<div class="wm-carousel-content">{{/מילה יומית}}</div>
</div>
<div id="slide4" class="wm-carousel-slide">
<div class="wm-carousel-header">
[[#slide3|<span class="wm-arrow wm-arrow-right" title="לשקף הקודם"></span>]]
<h2 class="wm-carousel-title">ביטוי יומי</h2>
[[#slide1|<span class="wm-arrow wm-arrow-left" title="לשקף הבא"></span>]]
</div>
<div class="wm-carousel-content">{{/ביטוי יומי}}</div>
</div>
</div>
g30s3vpdadjatbxc5tq22voyv7p0l12
521598
521590
2026-06-11T23:20:13Z
Ariel1024
4319
521598
wikitext
text/x-wiki
__NOTOC__ __NOEDITSECTION__
<templatestyles src="משתמש:Ariel1024/עיצוב 2026/styles.css" />
<div class="wm-hero-module">
<div class="wm-hero-logo">
[[קובץ:Wiktionary-logo-he.png|160px|link=|alt=סמליל ויקימילון העברי]]
</div>
<div class="wm-hero-content">
<div class="wm-hero-search">
<inputbox>
type=search2
buttonlabel=חיפוש
break=no
autocapitalize=none
placeholder=חיפוש מילה, ביטוי או שורש...
</inputbox>
</div>
<div class="wm-hero-nav">
{{ברוכים הבאים לעמוד הראשי}}
-----
{{/כפתור|דלפק ייעוץ|ויקימילון:דלפק ייעוץ}}
{{/כפתור|שורשים|קטגוריה:שורשים}}
{{/כפתור|ניבים ופתגמים|קטגוריה:ניבים, ביטויים ופתגמים}}
{{/כפתור|בקשת ערך|ויקימילון:בקשת ערך}}
</div>
</div>
</div>
<!-- קרוסלת תוכן -->
<div class="wm-cards-container">
<div class="wm-card-wrapper">
<div class="wm-card">
<div class="wm-card-title">ערכים מתארחים</div>
<div class="wm-card-content">{{ערכים מתארחים}}</div>
</div>
</div>
<div class="wm-card-wrapper">
<div class="wm-card">
<div class="wm-card-title">באורון</div>
<div class="wm-card-content">{{/באורון}}</div>
</div>
</div>
<div class="wm-card-wrapper">
<div class="wm-card">
<div class="wm-card-title">מילת היום</div>
<div class="wm-card-content">{{/מילה יומית}}</div>
</div>
</div>
<div class="wm-card-wrapper">
<div class="wm-card">
<div class="wm-card-title">ביטוי יומי</div>
<div class="wm-card-content">{{/ביטוי יומי}}</div>
</div>
</div>
</div>
1779serrjr29j28f3mdibosypl30erc
521602
521598
2026-06-12T00:57:49Z
Ariel1024
4319
521602
wikitext
text/x-wiki
__NOTOC__ __NOEDITSECTION__
<templatestyles src="משתמש:Ariel1024/עיצוב 2026/styles.css" />
<div class="wm-hero-module">
<div class="wm-hero-logo">[[קובץ:Wiktionary-logo-he.png|160px|link=|alt=סמליל ויקימילון העברי]]</div>
<div class="wm-hero-content">
<div class="wm-hero-search">
<inputbox>
type=search2
buttonlabel=חיפוש
break=no
autocapitalize=none
placeholder=חיפוש מילה, ביטוי או שורש...
</inputbox>
</div>
<div class="wm-hero-nav">
<span class="wm-chip">[[ויקימילון:דלפק ייעוץ|דלפק ייעוץ]]</span>
<span class="wm-chip">[[:קטגוריה:שורשים|שורשים]]</span>
<span class="wm-chip">[[:קטגוריה:ניבים, ביטויים ופתגמים|ניבים ופתגמים]]</span>
<span class="wm-chip">[[ויקימילון:בקשת ערך|בקשת ערך]]</span>
</div>
</div>
</div>
<div class="wm-mobile-hook">
<div class="wm-card">
<div class="wm-card-title">מילת היום</div>
<div class="wm-card-content">{{מילת היום}}</div>
</div>
</div>
<div class="wm-desktop-showcase">
{| class="wm-quarantine-table"
|-
| class="wm-quarantine-cell" |
<div class="wm-card">
<div class="wm-card-title">ערכים מתארחים</div>
<div class="wm-card-content">{{ערכים מתארחים}}</div>
</div>
| class="wm-quarantine-cell" |
<div class="wm-card">
<div class="wm-card-title">באורון</div>
<div class="wm-card-content">{{/באורון}}</div>
</div>
|-
| class="wm-quarantine-cell" |
<div class="wm-card">
<div class="wm-card-title">מילת היום</div>
<div class="wm-card-content">{{/מילה יומית}}</div>
</div>
| class="wm-quarantine-cell" |
<div class="wm-card">
<div class="wm-card-title">ביטוי יומי</div>
<div class="wm-card-content">{{/ביטוי יומי}}</div>
</div>
|}
</div>
rg1s9veaqsh36tljws45s1ylp2vcre4
521603
521602
2026-06-12T00:59:08Z
Ariel1024
4319
521603
wikitext
text/x-wiki
__NOTOC__ __NOEDITSECTION__
<templatestyles src="משתמש:Ariel1024/עיצוב 2026/styles.css" />
<div class="wm-hero-module">
<div class="wm-hero-logo">[[קובץ:Wiktionary-logo-he.png|160px|link=|alt=סמליל ויקימילון העברי]]</div>
<div class="wm-hero-content">
<div class="wm-hero-search">
<inputbox>
type=search2
buttonlabel=חיפוש
break=no
autocapitalize=none
placeholder=חיפוש מילה, ביטוי או שורש...
</inputbox>
</div>
<div class="wm-hero-nav">
<span class="wm-chip">[[ויקימילון:דלפק ייעוץ|דלפק ייעוץ]]</span>
<span class="wm-chip">[[:קטגוריה:שורשים|שורשים]]</span>
<span class="wm-chip">[[:קטגוריה:ניבים, ביטויים ופתגמים|ניבים ופתגמים]]</span>
<span class="wm-chip">[[ויקימילון:בקשת ערך|בקשת ערך]]</span>
</div>
</div>
</div>
<div class="wm-mobile-hook">
<div class="wm-card">
<div class="wm-card-title">מילת היום</div>
<div class="wm-card-content">{{מילת היום}}</div>
</div>
</div>
<div class="wm-desktop-showcase">
{| class="wm-quarantine-table"
|-
| class="wm-quarantine-cell" |
<div class="wm-card">
<div class="wm-card-title">ערכים מתארחים</div>
<div class="wm-card-content">{{ערכים מתארחים}}</div>
</div>
| class="wm-quarantine-cell" |
<div class="wm-card">
<div class="wm-card-title">באורון</div>
<div class="wm-card-content">{{/באורון}}</div>
</div>
|-
| class="wm-quarantine-cell" |
<div class="wm-card">
<div class="wm-card-title">מילת היום</div>
<div class="wm-card-content">{{/מילת היום}}</div>
</div>
| class="wm-quarantine-cell" |
<div class="wm-card">
<div class="wm-card-title">ביטוי יומי</div>
<div class="wm-card-content">{{/ביטוי יומי}}</div>
</div>
|}
</div>
ripg6gj7b6sld5e3vbiz96i61rzetjb
521607
521603
2026-06-12T01:38:50Z
Ariel1024
4319
521607
wikitext
text/x-wiki
__NOTOC__ __NOEDITSECTION__
<templatestyles src="משתמש:Ariel1024/עיצוב 2026/styles.css" />
<div class="wm-hero-module">
<div class="wm-hero-logo">
[[קובץ:Wiktionary-logo-he.png|160px|link=|alt=סמליל ויקימילון העברי]]
</div>
<div class="wm-hero-content">
<div class="wm-hero-search">
<inputbox>
type=search2
buttonlabel=חיפוש
break=no
autocapitalize=none
placeholder=חיפוש מילה, ביטוי או שורש...
</inputbox>
</div>
<div class="wm-hero-nav">
{{ברוכים הבאים לעמוד הראשי}}
-----
{{/כפתור|דלפק ייעוץ|ויקימילון:דלפק ייעוץ}}
{{/כפתור|שורשים|קטגוריה:שורשים}}
{{/כפתור|ניבים ופתגמים|קטגוריה:ניבים, ביטויים ופתגמים}}
{{/כפתור|בקשת ערך|ויקימילון:בקשת ערך}}
</div>
</div>
</div>
<!-- קרוסלת תוכן -->
<div class="wm-carousel-module">
<div id="slide1" class="wm-carousel-slide">
<div class="wm-carousel-header">
[[#slide4|<span class="wm-arrow wm-arrow-right" title="לשקף הקודם"></span>]]
<h2 class="wm-carousel-title">ערכים מתארחים</h2>
[[#slide2|<span class="wm-arrow wm-arrow-left" title="לשקף הבא"></span>]]
</div>
<div class="wm-carousel-content">{{ערכים מתארחים}}</div>
</div>
<div id="slide2" class="wm-carousel-slide">
<div class="wm-carousel-header">
[[#slide1|<span class="wm-arrow wm-arrow-right" title="לשקף הקודם"></span>]]
<h2 class="wm-carousel-title">באורון</h2>
[[#slide3|<span class="wm-arrow wm-arrow-left" title="לשקף הבא"></span>]]
</div>
<div class="wm-carousel-content">{{/באורון}}</div>
</div>
<div id="slide3" class="wm-carousel-slide">
<div class="wm-carousel-header">
[[#slide2|<span class="wm-arrow wm-arrow-right" title="לשקף הקודם"></span>]]
<h2 class="wm-carousel-title">מילת היום</h2>
[[#slide4|<span class="wm-arrow wm-arrow-left" title="לשקף הבא"></span>]]
</div>
<div class="wm-carousel-content">{{/מילה יומית}}</div>
</div>
<div id="slide4" class="wm-carousel-slide">
<div class="wm-carousel-header">
[[#slide3|<span class="wm-arrow wm-arrow-right" title="לשקף הקודם"></span>]]
<h2 class="wm-carousel-title">ביטוי יומי</h2>
[[#slide1|<span class="wm-arrow wm-arrow-left" title="לשקף הבא"></span>]]
</div>
<div class="wm-carousel-content">{{/ביטוי יומי}}</div>
</div>
</div>
g30s3vpdadjatbxc5tq22voyv7p0l12
521609
521607
2026-06-12T01:40:38Z
Ariel1024
4319
521609
wikitext
text/x-wiki
__NOTOC__ __NOEDITSECTION__
<templatestyles src="משתמש:Ariel1024/עיצוב 2026/styles.css" />
<div class="wm-hero-module">
<div class="wm-hero-logo">
[[קובץ:Wiktionary-logo-he.png|160px|link=|alt=סמליל ויקימילון העברי]]
</div>
<div class="wm-hero-content">
<div class="wm-hero-search">
<inputbox>
type=search2
buttonlabel=חיפוש
break=no
autocapitalize=none
placeholder=חיפוש מילה, ביטוי או שורש...
</inputbox>
</div>
<div class="wm-hero-nav">
{{ברוכים הבאים לעמוד הראשי}}
-----
{{/כפתור|דלפק ייעוץ|ויקימילון:דלפק ייעוץ}}
{{/כפתור|שורשים|קטגוריה:שורשים}}
{{/כפתור|ניבים ופתגמים|קטגוריה:ניבים, ביטויים ופתגמים}}
{{/כפתור|בקשת ערך|ויקימילון:בקשת ערך}}
</div>
</div>
</div>
<!-- קרוסלת תוכן -->
<div class="wm-swipe-module">
<div class="wm-swipe-track">
<div class="wm-swipe-card">
<h2 class="wm-swipe-title">ערכים מתארחים</h2>
<div class="wm-swipe-content">{{ערכים מתארחים}}</div>
</div>
<div class="wm-swipe-card">
<h2 class="wm-swipe-title">באורון</h2>
<div class="wm-swipe-content">{{/באורון}}</div>
</div>
<div class="wm-swipe-card">
<h2 class="wm-swipe-title">מילת היום</h2>
<div class="wm-swipe-content">{{/מילה יומית}}</div>
</div>
<div class="wm-swipe-card">
<h2 class="wm-swipe-title">ביטוי יומי</h2>
<div class="wm-swipe-content">{{/ביטוי יומי}}</div>
</div>
</div>
</div>
8zxgi1ykt383kqarnuet2x9r5ja04ta
521611
521609
2026-06-12T01:42:58Z
Ariel1024
4319
521611
wikitext
text/x-wiki
__NOTOC__ __NOEDITSECTION__
<templatestyles src="משתמש:Ariel1024/עיצוב 2026/styles.css" />
<div class="wm-hero-module">
<div class="wm-hero-logo">
[[קובץ:Wiktionary-logo-he.png|160px|link=|alt=סמליל ויקימילון העברי]]
</div>
<div class="wm-hero-content">
<div class="wm-hero-search">
<inputbox>
type=search2
buttonlabel=חיפוש
break=no
autocapitalize=none
placeholder=חיפוש מילה, ביטוי או שורש...
</inputbox>
</div>
<div class="wm-hero-nav">
{{ברוכים הבאים לעמוד הראשי}}
-----
{{/כפתור|דלפק ייעוץ|ויקימילון:דלפק ייעוץ}}
{{/כפתור|שורשים|קטגוריה:שורשים}}
{{/כפתור|ניבים ופתגמים|קטגוריה:ניבים, ביטויים ופתגמים}}
{{/כפתור|בקשת ערך|ויקימילון:בקשת ערך}}
</div>
</div>
</div>
<!-- קרוסלת תוכן -->
<div class="wm-swipe-module">
<div class="wm-swipe-track">
<div class="wm-swipe-card">
<div class="wm-swipe-title">ערכים מתארחים</div>
<div class="wm-swipe-content">
{{ערכים מתארחים}}
</div>
</div>
<div class="wm-swipe-card">
<div class="wm-swipe-title">באורון</div>
<div class="wm-swipe-content">
{{/באורון}}
</div>
</div>
<div class="wm-swipe-card">
<div class="wm-swipe-title">מילת היום</div>
<div class="wm-swipe-content">
{{/מילה יומית}}
</div>
</div>
<div class="wm-swipe-card">
<div class="wm-swipe-title">ביטוי יומי</div>
<div class="wm-swipe-content">
{{/ביטוי יומי}}
</div>
</div>
</div>
</div>
9pchqw5rcwxmmct8kpkxdxghnvvbkd5
521613
521611
2026-06-12T01:46:34Z
Ariel1024
4319
521613
wikitext
text/x-wiki
__NOTOC__ __NOEDITSECTION__
<templatestyles src="משתמש:Ariel1024/עיצוב 2026/styles.css" />
<div class="wm-hero-module">
<div class="wm-hero-logo">
[[קובץ:Wiktionary-logo-he.png|160px|link=|alt=סמליל ויקימילון העברי]]
</div>
<div class="wm-hero-content">
<div class="wm-hero-search">
<inputbox>
type=search2
buttonlabel=חיפוש
break=no
autocapitalize=none
placeholder=חיפוש מילה, ביטוי או שורש...
</inputbox>
</div>
<div class="wm-hero-nav">
{{ברוכים הבאים לעמוד הראשי}}
-----
{{/כפתור|דלפק ייעוץ|ויקימילון:דלפק ייעוץ}}
{{/כפתור|שורשים|קטגוריה:שורשים}}
{{/כפתור|ניבים ופתגמים|קטגוריה:ניבים, ביטויים ופתגמים}}
{{/כפתור|בקשת ערך|ויקימילון:בקשת ערך}}
</div>
</div>
</div>
<!-- קרוסלת תוכן -->
<div class="wm-swipe-module"><div class="wm-swipe-track">
<div class="wm-swipe-card"><div class="wm-swipe-title">ערכים מתארחים</div><div class="wm-swipe-content">
{{ערכים מתארחים}}
</div></div>
<div class="wm-swipe-card"><div class="wm-swipe-title">באורון</div><div class="wm-swipe-content">
{{/באורון}}
</div></div>
<div class="wm-swipe-card"><div class="wm-swipe-title">מילת היום</div><div class="wm-swipe-content">
{{/מילה יומית}}
</div></div>
<div class="wm-swipe-card"><div class="wm-swipe-title">ביטוי יומי</div><div class="wm-swipe-content">
{{/ביטוי יומי}}
</div></div>
</div></div>
0c2h06brw7ifrqws2ih1xo13a1j0kku
521614
521613
2026-06-12T01:50:21Z
Ariel1024
4319
521614
wikitext
text/x-wiki
__NOTOC__ __NOEDITSECTION__
<templatestyles src="משתמש:Ariel1024/עיצוב 2026/styles.css" />
<div class="wm-hero-module">
<div class="wm-hero-logo">
[[קובץ:Wiktionary-logo-he.png|160px|link=|alt=סמליל ויקימילון העברי]]
</div>
<div class="wm-hero-content">
<div class="wm-hero-search">
<inputbox>
type=search2
buttonlabel=חיפוש
break=no
autocapitalize=none
placeholder=חיפוש מילה, ביטוי או שורש...
</inputbox>
</div>
<div class="wm-hero-nav">
{{ברוכים הבאים לעמוד הראשי}}
-----
{{/כפתור|דלפק ייעוץ|ויקימילון:דלפק ייעוץ}}
{{/כפתור|שורשים|קטגוריה:שורשים}}
{{/כפתור|ניבים ופתגמים|קטגוריה:ניבים, ביטויים ופתגמים}}
{{/כפתור|בקשת ערך|ויקימילון:בקשת ערך}}
</div>
</div>
</div><!--
קרוסלת תוכן
--><div class="wm-swipe-module"><div class="wm-swipe-track"><div class="wm-swipe-card">
<div class="wm-swipe-title">ערכים מתארחים</div>
<div class="wm-swipe-content">
{{ערכים מתארחים}}
</div>
</div><div class="wm-swipe-card">
<div class="wm-swipe-title">באורון</div>
<div class="wm-swipe-content">
{{/באורון}}
</div>
</div><div class="wm-swipe-card">
<div class="wm-swipe-title">מילת היום</div>
<div class="wm-swipe-content">
{{/מילה יומית}}
</div>
</div><div class="wm-swipe-card">
<div class="wm-swipe-title">ביטוי יומי</div>
<div class="wm-swipe-content">
{{/ביטוי יומי}}
</div>
</div></div></div>
p7wo3b44hoc9vcdgvdyv2uv4qn1w7gv
521616
521614
2026-06-12T01:51:51Z
Ariel1024
4319
521616
wikitext
text/x-wiki
__NOTOC__ __NOEDITSECTION__
<templatestyles src="משתמש:Ariel1024/עיצוב 2026/styles.css" />
.
<div class="wm-hero-module">
<div class="wm-hero-logo">
[[קובץ:Wiktionary-logo-he.png|160px|link=|alt=סמליל ויקימילון העברי]]
</div>
<div class="wm-hero-content">
<div class="wm-hero-search">
<inputbox>
type=search2
buttonlabel=חיפוש
break=no
autocapitalize=none
placeholder=חיפוש מילה, ביטוי או שורש...
</inputbox>
</div>
<div class="wm-hero-nav">
{{ברוכים הבאים לעמוד הראשי}}
-----
{{/כפתור|דלפק ייעוץ|ויקימילון:דלפק ייעוץ}}
{{/כפתור|שורשים|קטגוריה:שורשים}}
{{/כפתור|ניבים ופתגמים|קטגוריה:ניבים, ביטויים ופתגמים}}
{{/כפתור|בקשת ערך|ויקימילון:בקשת ערך}}
</div>
</div>
</div><!--
קרוסלת תוכן
--><div class="wm-swipe-module"><div class="wm-swipe-track"><div class="wm-swipe-card">
<div class="wm-swipe-title">ערכים מתארחים</div>
<div class="wm-swipe-content">
{{ערכים מתארחים}}
</div>
</div><div class="wm-swipe-card">
<div class="wm-swipe-title">באורון</div>
<div class="wm-swipe-content">
{{/באורון}}
</div>
</div><div class="wm-swipe-card">
<div class="wm-swipe-title">מילת היום</div>
<div class="wm-swipe-content">
{{/מילה יומית}}
</div>
</div><div class="wm-swipe-card">
<div class="wm-swipe-title">ביטוי יומי</div>
<div class="wm-swipe-content">
{{/ביטוי יומי}}
</div>
</div></div></div>
86e6rdsnuudhv71myox8qknkp6n3u91
521618
521616
2026-06-12T01:53:58Z
Ariel1024
4319
521618
wikitext
text/x-wiki
__NOTOC__ __NOEDITSECTION__
<templatestyles src="משתמש:Ariel1024/עיצוב 2026/styles.css" />
.
<div class="wm-hero-module">
<div class="wm-hero-logo">
[[קובץ:Wiktionary-logo-he.png|160px|link=|alt=סמליל ויקימילון העברי]]
</div>
<div class="wm-hero-content">
<div class="wm-hero-search">
<inputbox>
type=search2
buttonlabel=חיפוש
break=no
autocapitalize=none
placeholder=חיפוש מילה, ביטוי או שורש...
</inputbox>
</div>
<div class="wm-hero-nav">
{{ברוכים הבאים לעמוד הראשי}}
-----
{{/כפתור|דלפק ייעוץ|ויקימילון:דלפק ייעוץ}}
{{/כפתור|שורשים|קטגוריה:שורשים}}
{{/כפתור|ניבים ופתגמים|קטגוריה:ניבים, ביטויים ופתגמים}}
{{/כפתור|בקשת ערך|ויקימילון:בקשת ערך}}
</div>
</div>
</div><!--
קרוסלת תוכן
--><div class="wm-cards-container">
<div class="wm-card-wrapper">
<div class="wm-card">
<div class="wm-card-title">ערכים מתארחים</div>
<div class="wm-card-content">{{ערכים מתארחים}}</div>
</div>
</div>
<div class="wm-card-wrapper">
<div class="wm-card">
<div class="wm-card-title">באורון</div>
<div class="wm-card-content">{{/באורון}}</div>
</div>
</div>
<div class="wm-card-wrapper">
<div class="wm-card">
<div class="wm-card-title">מילת היום</div>
<div class="wm-card-content">{{/מילה יומית}}</div>
</div>
</div>
<div class="wm-card-wrapper">
<div class="wm-card">
<div class="wm-card-title">ביטוי יומי</div>
<div class="wm-card-content">{{/ביטוי יומי}}</div>
</div>
</div>
</div>
tfwdhhmm1yim599mhcez42mpahej1je
521620
521618
2026-06-12T01:55:51Z
Ariel1024
4319
521620
wikitext
text/x-wiki
__NOTOC__ __NOEDITSECTION__
<templatestyles src="משתמש:Ariel1024/עיצוב 2026/styles.css" />
<div class="wm-hero-module">
<div class="wm-hero-logo">[[קובץ:Wiktionary-logo-he.png|160px|link=|alt=סמליל ויקימילון העברי]]</div>
<div class="wm-hero-content">
<div class="wm-hero-search">
<inputbox>
type=search2
buttonlabel=חיפוש
break=no
autocapitalize=none
placeholder=חיפוש מילה, ביטוי או שורש...
</inputbox>
</div>
<div class="wm-hero-nav">
<span class="wm-chip">[[ויקימילון:דלפק ייעוץ|דלפק ייעוץ]]</span>
<span class="wm-chip">[[:קטגוריה:שורשים|שורשים]]</span>
<span class="wm-chip">[[:קטגוריה:ניבים, ביטויים ופתגמים|ניבים ופתגמים]]</span>
<span class="wm-chip">[[ויקימילון:בקשת ערך|בקשת ערך]]</span>
</div>
</div>
</div>
<div class="wm-mobile-hook">
<div class="wm-card">
<div class="wm-card-title">מילת היום</div>
<div class="wm-card-content">{{מילת היום/מובייל}}</div>
</div>
</div>
<div class="wm-desktop-showcase">
{| class="wm-quarantine-table"
|-
| class="wm-quarantine-cell" |
<div class="wm-card">
<div class="wm-card-title">ערכים מתארחים</div>
<div class="wm-card-content">{{ערכים מתארחים}}</div>
</div>
| class="wm-quarantine-cell" |
<div class="wm-card">
<div class="wm-card-title">באורון</div>
<div class="wm-card-content">{{/באורון}}</div>
</div>
|-
| class="wm-quarantine-cell" |
<div class="wm-card">
<div class="wm-card-title">מילת היום</div>
<div class="wm-card-content">{{/מילה יומית}}</div>
</div>
| class="wm-quarantine-cell" |
<div class="wm-card">
<div class="wm-card-title">ביטוי יומי</div>
<div class="wm-card-content">{{/ביטוי יומי}}</div>
</div>
|}
</div>
bz2mna3maggodjeyqwgo4xmjzyy1vcn
521621
521620
2026-06-12T02:06:26Z
Ariel1024
4319
521621
wikitext
text/x-wiki
__NOTOC__ __NOEDITSECTION__
<templatestyles src="משתמש:Ariel1024/עיצוב 2026/styles.css" />
<div class="wm-hero-module">
<div class="wm-hero-logo">[[קובץ:Wiktionary-logo-he.png|160px|link=|alt=סמליל ויקימילון העברי]]</div>
<div class="wm-hero-content">
<div class="wm-hero-search">
<inputbox>
type=search2
buttonlabel=חיפוש
break=no
autocapitalize=none
placeholder=חיפוש מילה, ביטוי או שורש...
</inputbox>
</div>
<div class="wm-hero-nav">
<span class="wm-chip">[[ויקימילון:דלפק ייעוץ|דלפק ייעוץ]]</span>
<span class="wm-chip">[[:קטגוריה:שורשים|שורשים]]</span>
<span class="wm-chip">[[:קטגוריה:ניבים, ביטויים ופתגמים|ניבים ופתגמים]]</span>
<span class="wm-chip">[[ויקימילון:בקשת ערך|בקשת ערך]]</span>
</div>
</div>
</div>
<div class="wm-mobile-hook">
<div class="wm-card">
<div class="wm-card-title">מילת היום</div>
<div class="wm-card-content">{{מילת היום}}</div>
</div>
</div>
<div class="wm-desktop-showcase">
{| class="wm-quarantine-table"
|-
| class="wm-quarantine-cell" |
<div class="wm-card">
<div class="wm-card-title">ערכים מתארחים</div>
<div class="wm-card-content">{{ערכים מתארחים}}</div>
</div>
| class="wm-quarantine-cell" |
<div class="wm-card">
<div class="wm-card-title">באורון</div>
<div class="wm-card-content">{{/באורון}}</div>
</div>
|-
| class="wm-quarantine-cell" |
<div class="wm-card">
<div class="wm-card-title">מילת היום</div>
<div class="wm-card-content">{{/מילת היום}}</div>
</div>
| class="wm-quarantine-cell" |
<div class="wm-card">
<div class="wm-card-title">ביטוי יומי</div>
<div class="wm-card-content">{{/ביטוי יומי}}</div>
</div>
|}
</div>
ripg6gj7b6sld5e3vbiz96i61rzetjb
521622
521621
2026-06-12T02:07:20Z
Ariel1024
4319
521622
wikitext
text/x-wiki
__NOTOC__ __NOEDITSECTION__
<templatestyles src="משתמש:Ariel1024/עיצוב 2026/styles.css" />
<div class="wm-hero-module">
<div class="wm-hero-logo">[[קובץ:Wiktionary-logo-he.png|160px|link=|alt=סמליל ויקימילון העברי]]</div>
<div class="wm-hero-content">
<div class="wm-hero-search">
<inputbox>
type=search2
buttonlabel=חיפוש
break=no
autocapitalize=none
placeholder=חיפוש מילה, ביטוי או שורש...
</inputbox>
</div>
<div class="wm-hero-nav">
<span class="wm-chip">[[ויקימילון:דלפק ייעוץ|דלפק ייעוץ]]</span>
<span class="wm-chip">[[:קטגוריה:שורשים|שורשים]]</span>
<span class="wm-chip">[[:קטגוריה:ניבים, ביטויים ופתגמים|ניבים ופתגמים]]</span>
<span class="wm-chip">[[ויקימילון:בקשת ערך|בקשת ערך]]</span>
</div>
</div>
</div>
<div class="wm-mobile-hook">
<div class="wm-card">
<div class="wm-card-title">מילת היום</div>
<div class="wm-card-content">{{/מילת היום}}</div>
</div>
</div>
<div class="wm-desktop-showcase">
{| class="wm-quarantine-table"
|-
| class="wm-quarantine-cell" |
<div class="wm-card">
<div class="wm-card-title">ערכים מתארחים</div>
<div class="wm-card-content">{{ערכים מתארחים}}</div>
</div>
| class="wm-quarantine-cell" |
<div class="wm-card">
<div class="wm-card-title">באורון</div>
<div class="wm-card-content">{{/באורון}}</div>
</div>
|-
| class="wm-quarantine-cell" |
<div class="wm-card">
<div class="wm-card-title">מילת היום</div>
<div class="wm-card-content">{{/מילת היום}}</div>
</div>
| class="wm-quarantine-cell" |
<div class="wm-card">
<div class="wm-card-title">ביטוי יומי</div>
<div class="wm-card-content">{{/ביטוי יומי}}</div>
</div>
|}
</div>
p64famfq8wvkgp4cd14puxhy7f4edur
521624
521622
2026-06-12T02:28:31Z
Ariel1024
4319
521624
wikitext
text/x-wiki
__NOTOC__ __NOEDITSECTION__
<templatestyles src="משתמש:Ariel1024/עיצוב 2026/styles.css" />
<div class="wm-hero-module">
<div class="wm-hero-logo">[[קובץ:Wiktionary-logo-he.png|160px|link=|alt=סמליל ויקימילון העברי]]</div>
<div class="wm-hero-content">
<div class="wm-hero-search">
<inputbox>
type=search2
buttonlabel=חיפוש
break=no
autocapitalize=none
placeholder=חיפוש מילה, ביטוי או שורש...
</inputbox>
</div>
<div class="wm-hero-nav">
<span class="wm-chip">[[ויקימילון:דלפק ייעוץ|דלפק ייעוץ]]</span>
<span class="wm-chip">[[:קטגוריה:שורשים|שורשים]]</span>
<span class="wm-chip">[[:קטגוריה:ניבים, ביטויים ופתגמים|ניבים ופתגמים]]</span>
<span class="wm-chip">[[ויקימילון:בקשת ערך|בקשת ערך]]</span>
</div>
</div>
</div>
<div class="wm-mobile-hook">
<div class="wm-card">
<div class="wm-card-title">מילת היום</div>
<div class="wm-card-content">{{/מילת היום}}</div>
</div>
</div>
<div class="wm-lexicon-module">
{| class="wm-lexicon-spread"
|-
| class="wm-lexicon-col" |
<div class="wm-lexicon-heading">ערכים מתארחים</div>
<div class="wm-lexicon-content">{{ערכים מתארחים}}</div>
<div class="wm-lexicon-separator"></div>
<div class="wm-lexicon-heading">באורון</div>
<div class="wm-lexicon-content">{{/באורון}}</div>
| class="wm-lexicon-col" |
<div class="wm-lexicon-heading">מילת היום</div>
<div class="wm-lexicon-content">{{/מילת היום}}</div>
<div class="wm-lexicon-separator"></div>
<div class="wm-lexicon-heading">ביטוי יומי</div>
<div class="wm-lexicon-content">{{/ביטוי יומי}}</div>
|}
</div>
l4zbhspx5gax9bkdw5dyood1w0f5inn
521626
521624
2026-06-12T02:35:19Z
Ariel1024
4319
521626
wikitext
text/x-wiki
__NOTOC__ __NOEDITSECTION__
<templatestyles src="משתמש:Ariel1024/עיצוב 2026/styles.css" />
<div class="wm-hero-module">
<div class="wm-hero-logo">[[קובץ:Wiktionary-logo-he.png|160px|link=|alt=סמליל ויקימילון העברי]]</div>
<div class="wm-hero-content">
<div class="wm-hero-search">
<inputbox>
type=search2
buttonlabel=חיפוש
break=no
autocapitalize=none
placeholder=חיפוש מילה, ביטוי או שורש...
</inputbox>
</div>
<div class="wm-hero-nav">
<span class="wm-chip">[[ויקימילון:דלפק ייעוץ|דלפק ייעוץ]]</span>
<span class="wm-chip">[[:קטגוריה:שורשים|שורשים]]</span>
<span class="wm-chip">[[:קטגוריה:ניבים, ביטויים ופתגמים|ניבים ופתגמים]]</span>
<span class="wm-chip">[[ויקימילון:בקשת ערך|בקשת ערך]]</span>
</div>
</div>
</div>
<div class="wm-mobile-hook">
<div class="wm-lexicon-heading">מילת היום</div>
<div class="wm-lexicon-content">{{/מילת היום}}</div>
</div>
<div class="wm-desktop-showcase">
<div class="wm-lexicon-module">
{| class="wm-lexicon-spread"
|-
| class="wm-lexicon-col" |
<div class="wm-lexicon-heading">ערכים מתארחים</div>
<div class="wm-lexicon-content">{{ערכים מתארחים}}</div>
<div class="wm-lexicon-separator"></div>
<div class="wm-lexicon-heading">באורון</div>
<div class="wm-lexicon-content">{{/באורון}}</div>
| class="wm-lexicon-col" |
<div class="wm-lexicon-heading">מילת היום</div>
<div class="wm-lexicon-content">{{/מילת יומית}}</div>
<div class="wm-lexicon-separator"></div>
<div class="wm-lexicon-heading">ביטוי יומי</div>
<div class="wm-lexicon-content">{{/ביטוי יומי}}</div>
|}
</div>
</div>
igvtw4ku4e8qi8pdxi17fb9z7efx7vf
משתמש:Ariel1024/עיצוב 2026/כפתור
2
64225
521582
2026-06-11T16:51:16Z
Ariel1024
4319
יצירת דף עם התוכן "<span class="wm-chip">[[{{{2|{{{1}}}}}}|{{{1}}}]]</span><noinclude> תבנית ניווט לעמוד הראשי. פרמטר 1: טקסט לתצוגה. פרמטר 2 (רשות): יעד הקישור (אם שונה מהטקסט). </noinclude>"
521582
wikitext
text/x-wiki
<span class="wm-chip">[[{{{2|{{{1}}}}}}|{{{1}}}]]</span><noinclude>
תבנית ניווט לעמוד הראשי.
פרמטר 1: טקסט לתצוגה.
פרמטר 2 (רשות): יעד הקישור (אם שונה מהטקסט).
</noinclude>
2y26wscghvufryzq0ccl3d6b4fdirom
521583
521582
2026-06-11T16:57:46Z
Ariel1024
4319
521583
wikitext
text/x-wiki
<span class="wm-chip">[[{{{2|{{{1}}}}}}|{{{1}}}:]]</span><noinclude>
תבנית ניווט לעמוד הראשי.
פרמטר 1: טקסט לתצוגה.
פרמטר 2 (רשות): יעד הקישור (אם שונה מהטקסט).
</noinclude>
640n9867bbwbbs647f0l3z0x2lgxq51
521584
521583
2026-06-11T16:58:38Z
Ariel1024
4319
521584
wikitext
text/x-wiki
<span class="wm-chip">[[:{{{2|{{{1}}}}}}|{{{1}}}]]</span><noinclude>
תבנית ניווט לעמוד הראשי.
פרמטר 1: טקסט לתצוגה.
פרמטר 2 (רשות): יעד הקישור (אם שונה מהטקסט).
</noinclude>
o33f2mki1e8so0adyco5m4yoxe2fcuf
משתמש:Ariel1024/עיצוב 2026/באורון
2
64226
521586
2026-06-11T17:15:00Z
Ariel1024
4319
יצירת דף עם התוכן "{{ע|2| [[צנח|צָנַח]] [[לו|לוֹ]] [[זלזל|זַלְזַל]] [[על|עַל]]־[[גדר|גָּדֵר]] [[נם|וַיָּנֹם]] –<br /> [[כה|כֹּה]] [[ישן|יָשֵׁן]] [[אנכי|אָנֹכִי]]:<br /> [[נשל|נָשַׁל]] [[פרי|הַפְּרִי]] – [[מה|וּמַה]]־[[לי|לִּי]] [[גזע|וּלְגִזְעִי]],<br /> [[מה|וּמַה]]־[[לי|לִּי]] [[שוך|וּלְשׁוֹכִי]]?<br /> <br /> נשל|..."
521586
wikitext
text/x-wiki
{{ע|2|
[[צנח|צָנַח]] [[לו|לוֹ]] [[זלזל|זַלְזַל]] [[על|עַל]]־[[גדר|גָּדֵר]] [[נם|וַיָּנֹם]] –<br />
[[כה|כֹּה]] [[ישן|יָשֵׁן]] [[אנכי|אָנֹכִי]]:<br />
[[נשל|נָשַׁל]] [[פרי|הַפְּרִי]] – [[מה|וּמַה]]־[[לי|לִּי]] [[גזע|וּלְגִזְעִי]],<br />
[[מה|וּמַה]]־[[לי|לִּי]] [[שוך|וּלְשׁוֹכִי]]?<br />
<br />
[[נשל|נָשַׁל]] [[פרי|הַפְּרִי]], [[פרח|הַפֶּרַח]] [[כבר|כְּבָר]] [[נשכח|נִשְׁכָּח]] –<br />
[[שרד|שָׂרְדוּ]] [[עלים|הֶעָלִים]] –<br />
[[רגז|יִרְגַּז]] [[יום|יוֹם]] [[אחד|אֶחָד]] [[סער|הַסַּעַר]] – [[נפל|וְנָפְלוּ]]<br />
[[ארצה|אַרְצָה]] [[חלל|חֲלָלִים]].<br />
<br />
[[אחר|אַחַר]] – [[נמשך|וְנִמְשְׁכוּ]] [[לילות|לֵילוֹת]] [[זועה|הַזְּוָעָה]],<br />
[[לא|לֹא]] [[מנוחה|מְנוּחָה]] [[שנה#שֵׁנָה|וּשְׁנָת]]־[[לי|לִי]],<br />
[[בדד|בָּדָד]] [[התחבט|אֶתְחַבֵּט]] [[אפל|בָּאֹפֶל]] [[רצץ|וַאֲרַצֵּץ]]<br />
[[ראש|רֹאשִׁי]] [[אל|אֶל]]־[[כתל|כָּתְלִי]].<br />
<br />
[[שוב|וְשׁוּב]] [[פרח|יִפְרַח]] [[אביב|אָבִיב]], [[אנכי|וְאָנֹכִי]] [[לבד|לְבַדִּי]]<br />
[[על|עַל]]־[[גזע|גִּזְעִי]] [[תלה|אֶתָּלֶה]] –<br />
[[שרביט|שַׁרְבִיט]] [[קרח|קֵרֵחַ]], [[לא|לֹא]] [[ציץ|צִיץ]] [[לו|לוֹ]] [[פרח|וָפֶרַח]],<br />
[[לא|לֹא]]־[[פרי|פְרִי]] [[לא|וְלֹא]]־[[עלה|עָלֶה]].}}
<font face="narkisim"/>
<small>{{מיזם|שם=ויקיטקסט|ערך במיזם=צנח לו זלזל}}</small>
|}
qwom62brmri7qya3do03pujakkcxogi
521605
521586
2026-06-12T01:03:08Z
Ariel1024
4319
521605
wikitext
text/x-wiki
{{ע|2|
[[צנח|צָנַח]] [[לו|לוֹ]] [[זלזל|זַלְזַל]] [[על|עַל]]־[[גדר|גָּדֵר]] [[נם|וַיָּנֹם]] –<br />
[[כה|כֹּה]] [[ישן|יָשֵׁן]] [[אנכי|אָנֹכִי]]:<br />
[[נשל|נָשַׁל]] [[פרי|הַפְּרִי]] – [[מה|וּמַה]]־[[לי|לִּי]] [[גזע|וּלְגִזְעִי]],<br />
[[מה|וּמַה]]־[[לי|לִּי]] [[שוך|וּלְשׁוֹכִי]]?<br />
<br />
[[נשל|נָשַׁל]] [[פרי|הַפְּרִי]], [[פרח|הַפֶּרַח]] [[כבר|כְּבָר]] [[נשכח|נִשְׁכָּח]] –<br />
[[שרד|שָׂרְדוּ]] [[עלים|הֶעָלִים]] –<br />
[[רגז|יִרְגַּז]] [[יום|יוֹם]] [[אחד|אֶחָד]] [[סער|הַסַּעַר]] – [[נפל|וְנָפְלוּ]]<br />
[[ארצה|אַרְצָה]] [[חלל|חֲלָלִים]].<br />
<br />
[[אחר|אַחַר]] – [[נמשך|וְנִמְשְׁכוּ]] [[לילות|לֵילוֹת]] [[זועה|הַזְּוָעָה]],<br />
[[לא|לֹא]] [[מנוחה|מְנוּחָה]] [[שנה#שֵׁנָה|וּשְׁנָת]]־[[לי|לִי]],<br />
[[בדד|בָּדָד]] [[התחבט|אֶתְחַבֵּט]] [[אפל|בָּאֹפֶל]] [[רצץ|וַאֲרַצֵּץ]]<br />
[[ראש|רֹאשִׁי]] [[אל|אֶל]]־[[כתל|כָּתְלִי]].<br />
<br />
[[שוב|וְשׁוּב]] [[פרח|יִפְרַח]] [[אביב|אָבִיב]], [[אנכי|וְאָנֹכִי]] [[לבד|לְבַדִּי]]<br />
[[על|עַל]]־[[גזע|גִּזְעִי]] [[תלה|אֶתָּלֶה]] –<br />
[[שרביט|שַׁרְבִיט]] [[קרח|קֵרֵחַ]], [[לא|לֹא]] [[ציץ|צִיץ]] [[לו|לוֹ]] [[פרח|וָפֶרַח]],<br />
[[לא|לֹא]]־[[פרי|פְרִי]] [[לא|וְלֹא]]־[[עלה|עָלֶה]].}}
8ffu93rlr1f3ye6ak7aypjelo0ijypj
משתמש:Ariel1024/עיצוב 2026/מילת היום
2
64227
521600
2026-06-12T00:49:47Z
Ariel1024
4319
יצירת דף עם התוכן "===מילת היום:=== ==צַפְרִיר== שם פיוטי לרוח בוקר קלילה וצוננת. אך מוזכר גם כשם למין שֵׁד או מזיק הפועל בשעת שחר. * '''[[צפריר|לערך המלא>]]'''"
521600
wikitext
text/x-wiki
===מילת היום:===
==צַפְרִיר==
שם פיוטי לרוח בוקר קלילה וצוננת. אך מוזכר גם כשם למין שֵׁד או מזיק הפועל בשעת שחר.
* '''[[צפריר|לערך המלא>]]'''
1wj6hn1b3h3o64pxe6ey4w1nkknd09i
521604
521600
2026-06-12T01:00:52Z
Ariel1024
4319
521604
wikitext
text/x-wiki
<big><big>'''צַפְרִיר'''</big></big>
שם פיוטי לרוח בוקר קלילה וצוננת. אך מוזכר גם כשם למין שֵׁד או מזיק הפועל בשעת שחר.
'''[[צפריר|לערך המלא>]]'''
8abiqhjoawp27jjxbrykowuscl701gg