1. בית
  2. /
  3. לומדים לפי נושאים
  4. /
  5. תפזורת תוספת שביעית
תפזורת תוספת שביעית

תפזורת תוספת שביעית

<!-- --> מחולל תשבצים body { color: black; background: white; p-adding-left: 3em; p-adding-right: 3em; l-ine-height: 130%; } h1, h2, h3 { color: #005A9C } /* h1 { font: 170% sans-serif } h2 { font: 140% sans-serif } h3 { font: 120% sans-serif } h4 { font: bold 100% sans-serif } h5 { font: italic 100% sans-serif } h6 { font: small-caps 100% sans-serif } */ .ad { display: none; } a { color: #004080; } a:visited { color: #A25909; } a:hover { background: #ffa; } a.action:visited { /* doesn't distinguish visited from non-visited */ color: #004080; } /** * What's new. */ #whats-new { border: 1px dashed black; width: 270px; height: 15.5em; float: left; overflow: auto; font-size: xx-small; padding: 0 0.8em; margin-right: 1em; margin-bottom: 1em; } #whats-new h2, #whats-new h3 { margin: 0; } #whats-new dt { margin-top: 0.9em; direction: ltr; } #whats-new dd { margin-left: 0; margin-right: 5px; } #whats-new dd.important, #whats-new dt.important { font-weight: bold; color: #dd0000; } div.step { clear: both; } /* End of "what's new" */ /** * SVG (ability to switch between SVG and non-SVG) * * We don't put this in crossword-puzzle.css because * we may use this feature in non puzzle-related pages. */ .svg-version { display: none; } html.has-svg .svg-version { display: block !important; } html.has-svg .non-svg-version { display: none; } svg { overflow: hidden } /* Makes all browsers behave the same. See 'tests/ie-svg-overflow.html' */ /* End of SVG */ /** * prose-* idea taken from 'tio.run'. */ .prose-wrapper { text-align: center; } .prose-box { display: inline-block; b-order: 1px solid red; text-align: right; /* @todo: a problem! a nestet
will inherit the 'right'!! 'initial' seems like 'inherit', at least in opera. */ max-width: 40em; } /** * Login related: */ .mail-debug { direction: ltr; text-align: left; /* to cancel prose-box */ border: 1px solid red; overflow: auto; } .show-password { font-size: 68%; /* slightly bigger than x-small */ border: 1px solid #555; background-color: #ffa; border-radius: 5px; padding: 0 .4em; cursor: pointer; display: none; /* it's shown only if JS is enabled */ } .cookie-lifetime { font-size: x-small; margin-top: 2em; margin-bottom: 2em; } .cookie-lifetime select { font-size: x-small; width: 9em; } .login-instructions { margin-top: 3em; } .login-troubleshoot { font-size: small; margin-top: 3em; border-top: 1px dashed #666; color: #444; } /******************************************************************************* * The menubar. */ /* General styling */ body { /* Reset BODY's padding/margin to known values that are the same for all browsers. */ margin: 8px; padding: 0px; } .menubar { margin: -8px -8px 0.3em -8px; padding: .15em .3em .3em .3em; background: #909090; color: white; } .menubar a { text-decoration: none; border-bottom: 1px dotted white; color: white; /* 'inherit' wouldn't work in IE7 downwards */ padding: 0 .15em; } .menubar a:hover { color: #004080; background: #ffa; } /* Positioning: */ .menubar { position: relative; } .global-menu { position: absolute; } .user-menu-wrapper { text-align: center; } /************************* End of menubar styling *******************************/ /** * Styles for system messages. * * Taken from Drupal 7. * * Note: IE6 doesn't support our elt[attr=val], but it's bearable. */ /* @todo: other color possibilities: div.error { border: 1px solid #800; background-color: #ffd8d8; padding: .5em; } div.error { color: red; font-weight: bold; } div.status { background-color: #bfb; color: black; } */ div.messages { background-position: 8px 8px; /* LTR */ background-repeat: no-repeat; border: 1px solid; margin: 6px 0; padding: 10px 10px 10px 50px; /* LTR */ line-height: 1.3; /* MODIFIED: ADDED */ } div.status { background-image: url(/~mooffie/crossword/misc/message-24-ok.png); border-color: #be7; color: #234600; background-color: #f8fff0; } div.warning { background-image: url(/~mooffie/crossword/misc/message-24-warning.png); border-color: #ed5; color: #840; background-color: #fffce5; } div.error { background-image: url(/~mooffie/crossword/misc/message-24-error.png); border-color: #ed541d; color: #8c2e0b; background-color: #fef5f1; } div.info { /* MODIFIED: ADDED */ background-image: url(/~mooffie/crossword/misc/message-24-info.png); border-color: #adf; color: #404070; background-color: #eeffff; } div.messages ul { margin: 0 0 0 1em; /* LTR */ padding: 0; } div.messages ul li + li { /* MODIFIED: ADDED */ margin-top: .4em; } html[dir="rtl"] div.messages { background-position: 99% 8px; padding: 10px 45px 10px 10px; /* MODIFIED: 50 -> 45 */ } html[dir="rtl"] div.messages ul { margin: 0 1em 0 0; } .messages h2 { /* MODIFIED: ADDED. @todo: use .element-invisible */ display: none; } /** * We compact warnings shown under the control-panel: */ div.compact-messages div.messages.warning { background-image: url(/~mooffie/crossword/misc/message-16-warning.png); margin: -.12em 0 -.16em 0; padding: 5px 35px 5px 35px; line-height: normal; } /* Things look fine even without the following refinement. */ html[dir="rtl"] .compact-messages .messages.warning { background-position: 99% 6px; padding-left: 15px !important; } /* If it's right after a header, add spacing below to keep it similar distance from the text. */ h1 + .messages-wrapper { margin-top: -.5em; margin-bottom: 1em; } /** * Styling for markup generated by the HtmlRenderer class. */ /** * Crosword */ table.crossword { line-height: normal; /* Cancel the one we inherit. */ border-spacing: 0; /* Equivalent to "cellspacing=0". Only in effect when border-collapse inactive. */ border-collapse: collapse; } html.has-bad-bordercollapse table.crossword { /* Turn off border-collapse for old buggy browsers that can't handle them properly in RTL context. */ border-collapse: separate !important; } table.crossword td { padding: 0; /* Equivalent to "cellpadding=0". "1px" is another nice option! */ b-order: 1px solid red; /*width: 2.5em; (moved to '.outer-number' because of moz bug) */ /* Update: It's more convenient to put the dimensions in 'letter' anyway, regardless of whatever that "moz bug" was. We want to center the letter vertically. If we put the dimensions here, the shorter 'letter' will indeed be centered, but 'outer-number' will touch its roof, instead of touching the roof of the table cell. Alternatively, We could do "position: relative" here, and then an absolutely positioned 'outer-number' (or 'number') would touch our roof, but this messes border-collapse on firefox. (Another possibility: could we do "width/height: 100%" in 'letter'?) */ } td.box { background-color: white; border: 1px solid black; } td.null-box { background-color: black; border: 1px solid black; /* Make it appear in print: (see 'tests/print-dark-background.html') */ color-adjust: exact; -webkit-color-adjust: exact; -webkit-print-color-adjust: exact; box-shadow: inset 0 0 0 500px black; } .letter { width: 1.7em; height: 1.7em; /* Don't let the browser shrink us when the window gets smaller: */ min-width: 1.7em; min-height: 1.7em; text-align: center; /* Center the letter vertically (google "vertically align text in div"): */ display: table-cell; vertical-align: middle; font-weight: bold; /* the following are only for placing the letters above the numbers. You can delete these rules if they cause any problem. */ position: relative; z-index: 100; } .outer-number { position: relative; width: 1.7em; /* required because of moz-bug */ } .number { color: #888888; position: absolute; padding-left: 0.2em; padding-right: 0.2em; font-size: 60%; } /** * Wordfind */ table.wordfind { border: 1px solid black; line-height: normal; /* Cancel the one we inherit. */ border-spacing: 0; /* Equivalent to "cellspacing=0". Only in effect when border-collapse inactive. */ } td.wordfind-box { width: 1.7em; background: white; color: black; b-order: 1px solid black; padding-top: 0.2em; padding-bottom: 0.2em; /* padding-left: 0; padding-right: 0; */ /* Equivalent to "cellpadding=0" */ padding-left: 1px; padding-right: 1px; /* It looks nicer this way, wider. (Opera only?) @todo: decide. Is a square better? */ text-align: center; font-weight: bold; } .preview td.wordfind-box-correct { color: red; } TD.wordfind-box-wrong { /*color: black;*/ } /** * Clues. */ div.direction-title { font-weight: bold; margin: 0.45em 0 0.3em; } .clues-col { b-order: 3px dotted green; background: white; } /** * Common to both crosswords and wordfinds. */ #crossword_wrapper { padding-top: 1em; padding-bottom: 1em; } /** * Hints */ /* Crossword, when editing (currently non-SVG only): */ table.crossword.preview .hint { background-color: yellow !important; } table.crossword.preview .box { cursor: pointer; } /* Crossword, when displaying: */ /* ...nothing... */ /* Wordfind, when editing (currently SVG only): */ svg.wordfind.preview text[data-word-idx]:hover { fill: #00ff00 !important; cursor: pointer; } /* Wordfind, when displaying: */ svg.wordfind .hint { /* Simulate bold: */ stroke: #000000; stroke-width: 0.07; } table.wordfind .hint { font-weight: 900; font-size: larger; text-decoration: underline; } /** * Titles */ h5 { margin-top: 1.1em; margin-bottom: 0.5em; } /** * Lists * * Generated by HtmlHelper. */ .list-ltr, .list-rtl { b-order: 1px solid red; w-idth: 10em; position: relative; } .list-ltr { padding-left: 2.35em; direction: ltr; } .list-rtl { padding-right: 2.35em; direction: rtl; } .list-item { margin: 0.25em 0; } .list-ltr .list-number { position: absolute; left: 0.2em; } .list-rtl .list-number { position: absolute; right: 0.2em; } /* Compact list: */ .compact-list { line-height: 1.4; } .compact-list-number { font-weight: bold; } /** * Word bank */ .wordbank-subheader { margin-top: .5em; } .show-solution td.wordfind-box-correct { background-color: #ccc; /* For printers that can't print grey background we use an underline as a backup: */ text-decoration: underline; } .number { color: black; } .letter { } /* Hide 000webhostapp.com's banner on the print page. */ a { display: none; } /** * Page breaking behavior. */ /* Conditional (meaning: user is able to turn on/off) */ html.enable-print-nobreak .clues-col, /* crosswords */ html.enable-print-nobreak .pencil-list, /* wordfinds */ html.enable-print-nobreak .print-nobreak /* custom */ { page-break-inside: avoid; } /* Unconditional: for these, there shouldn't be a reason to turn them off. */ .wordfind, .crossword, { page-break-inside: avoid; } /* Issue #1 */ .letter, .outer-number { position: static; } /* Issue #2 */ .letter { padding-top: 0.2em; } /* Issue #3 */ .show-password { display: none !important; } //<![CDATA[ function ua_has(needle) { return (navigator.userAgent.indexOf(needle) != -1) } // Some old browsers don't show collapsed borders correctly when in RTL context. // Here we detect such browsers. function has_bad_bordercollapse() { // Opera with old Prestro (before Presto 2.0). var old_opera = (ua_has("Opera/") && ua_has("Presto/1")); return old_opera; } // Taken from Modernizr, which has several tests for SVG. This one // is entitled "Detects support for inline SVG in HTML (not within XHTML)." function has_svg_as_inline() { var div = document.createElement('div'); div.innerHTML = ''; return (typeof SVGRect !== 'undefined' && div.firstChild && div.firstChild.namespaceURI) === 'http://www.w3.org/2000/svg'; } function has_svgfilters() { var result = false; try { result = 'SVGFEColorMatrixElement' in window && SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_SATURATE === 2; } catch (e) {} return result; } function add_class(elt, className) { if (elt) elt.className += (elt.className != '' ? ' ' : '') + className; } add_class(document.documentElement, 'has-js'); if (has_bad_bordercollapse()) add_class(document.documentElement, 'has-bad-bordercollapse'); if (has_svg_as_inline()) add_class(document.documentElement, 'has-svg'); if (has_svgfilters()) add_class(document.documentElement, 'has-svgfilters'); //]]>

תפזורת תוספת שביעית

תהנו!

ר ט א א ז י צ ד ת א ת ח ו ה ע ח כ ע
ה ז ל ש ס מ נ ו ג ז ח כ נ כ ח מ ט צ
ו פ א ה י מ ק י ש א ע א צ נ ל ק מ ח
ר ע י א א ר ק ש ס ד כ ע ו כ א נ ע ש
מ ל ל ז י ל א ק ו מ ק ר א ב ד ש פ ו
ב ק מ ר מ ל א כ ו ת ה מ ו ת ר ו ת פ
ח פ ג י ת ש ת א ע ה י ש ה ע כ ו ח ש
ק ר נ ע ב ל ט ע ג צ ט ט מ ת ח ח א ו
כ ח ב ה ו נ מ כ ע ל י י ע ל י ר ת ר
ה י ר ג א ע ק מ ב מ ט צ ל נ ה ב פ ש
ב מ ל ש ה ל כ ש ש ע י ל נ ק צ כ נ ח
ת י ע י ב ש ת פ ס ו ת ל כ ק י ב ל ר
י ר ש נ ס ג מ מ ר ז ב ס י ע ו מ כ ה
נ נ ח ד ז ג א י ל נ ו ת ס ר ק ב י ג
אוצר המלים
זריעה, עציץ נקוב, מלאכות המותרות, תבואה, חקלאים, עצי מאכל, הלכה למשה מסיני, רבן גמליאל, ירקות, אילנות סרק, שמיטה, תוספת שביעית, ימי קליטה, בית המקדש, עץ חשוף שורש, פרחים.
td.null-box > .letter { display: block } /* Otherwise it will have padding at bottom. */ .null-svg-square { fill: black } //<![CDATA[ var is_ie = ua_has("Edge/") || ua_has("Trident/"); // IE11 no longer has "MSIE". if (is_ie && has_svg_as_inline() && document.querySelectorAll && document.addEventListener) { document.addEventListener('DOMContentLoaded', function() { var svg = ''; var nulls = document.querySelectorAll('.null-box .letter'); for (var i = 0; i

הוסף תגובה

כתובת האימייל שלך לא תפורסם.